@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&display=swap);





body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 4.25rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 6.8rem;
}
.display-2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 3rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.5rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.4rem;
    font-size: calc( 2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #232323 !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #232323;
  border-color: #232323;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #cc0033;
  color: #cc0033;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ff3366;
  border-color: #ff3366;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #232323 !important;
}
.text-secondary {
  color: #ff3366 !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #cc0033 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #232323;
  border-color: #232323;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #232323;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #d5d5d5;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #232323;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.form2 .form-control {
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
}
.form2 .input-group-btn a.btn {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.form2 .input-group-btn button[type="submit"] {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.form3 input[type="email"] {
  border-radius: 100px !important;
}
@media (max-width: 349px) {
  .form2 input[type="email"] {
    border-radius: 100px !important;
  }
  .form2 .input-group-btn a.btn {
    border-radius: 100px !important;
  }
  .form2 .input-group-btn button[type="submit"] {
    border-radius: 100px !important;
  }
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #232323;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #232323;
}
.footer3 input[type="email"],
.footer4 input[type="email"] {
  border-radius: 100px !important;
}
.footer3 .input-group-btn a.btn,
.footer4 .input-group-btn a.btn {
  border-radius: 100px !important;
}
.footer3 .input-group-btn button[type="submit"],
.footer4 .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
/* Headers*/
.header13 .form-inline input[type="email"],
.header14 .form-inline input[type="email"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="text"],
.header14 .form-inline input[type="text"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="tel"],
.header14 .form-inline input[type="tel"] {
  border-radius: 100px;
}
.header13 .form-inline a.btn,
.header14 .form-inline a.btn {
  border-radius: 100px;
}
.header13 .form-inline button,
.header14 .form-inline button {
  border-radius: 100px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #232323;
  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: #232323;
  border-bottom-color: #232323;
}
.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: #232323 !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: #ff3366 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23232323' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.3;
}
.cid-rJRRq1dALd .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-rJRRq1dALd .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-rJRRq1dALd a {
  font-style: normal;
}
.cid-rJRRq1dALd .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rJRRq1dALd .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-rJRRq1dALd .nav-item:focus,
.cid-rJRRq1dALd .nav-link:focus {
  outline: none;
}
.cid-rJRRq1dALd .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rJRRq1dALd .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rJRRq1dALd .menu-logo {
  margin-right: auto;
}
.cid-rJRRq1dALd .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rJRRq1dALd .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-rJRRq1dALd .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rJRRq1dALd .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rJRRq1dALd .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rJRRq1dALd .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rJRRq1dALd .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rJRRq1dALd .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rJRRq1dALd .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rJRRq1dALd .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rJRRq1dALd .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rJRRq1dALd .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rJRRq1dALd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rJRRq1dALd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rJRRq1dALd .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rJRRq1dALd .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rJRRq1dALd .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rJRRq1dALd .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rJRRq1dALd .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rJRRq1dALd .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rJRRq1dALd .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rJRRq1dALd .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rJRRq1dALd .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rJRRq1dALd button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rJRRq1dALd button.navbar-toggler:focus {
  outline: none;
}
.cid-rJRRq1dALd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-rJRRq1dALd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rJRRq1dALd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rJRRq1dALd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rJRRq1dALd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rJRRq1dALd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rJRRq1dALd nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rJRRq1dALd nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rJRRq1dALd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rJRRq1dALd .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rJRRq1dALd .collapsed .btn {
  display: -webkit-flex;
}
.cid-rJRRq1dALd .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rJRRq1dALd .collapsed .navbar-collapse.collapsing,
.cid-rJRRq1dALd .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rJRRq1dALd .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rJRRq1dALd .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rJRRq1dALd .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rJRRq1dALd .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rJRRq1dALd .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rJRRq1dALd .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rJRRq1dALd .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rJRRq1dALd .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-rJRRq1dALd .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-rJRRq1dALd .collapsed button.navbar-toggler {
  display: block;
}
.cid-rJRRq1dALd .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rJRRq1dALd .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rJRRq1dALd .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rJRRq1dALd .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rJRRq1dALd .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rJRRq1dALd .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;
}
@media (max-width: 1023px) {
  .cid-rJRRq1dALd.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rJRRq1dALd img {
    height: 3.8rem !important;
  }
  .cid-rJRRq1dALd .btn {
    display: -webkit-flex;
  }
  .cid-rJRRq1dALd button.navbar-toggler {
    display: block;
  }
  .cid-rJRRq1dALd .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rJRRq1dALd .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rJRRq1dALd .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rJRRq1dALd .navbar-collapse.collapsing,
  .cid-rJRRq1dALd .navbar-collapse.show {
    display: block !important;
  }
  .cid-rJRRq1dALd .navbar-collapse.collapsing .navbar-nav,
  .cid-rJRRq1dALd .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rJRRq1dALd .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rJRRq1dALd .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rJRRq1dALd .navbar-collapse.collapsing .navbar-buttons,
  .cid-rJRRq1dALd .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rJRRq1dALd .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rJRRq1dALd .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rJRRq1dALd .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rJRRq1dALd .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rJRRq1dALd .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rJRRq1dALd .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: 767px) {
  .cid-rJRRq1dALd .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rJRRq1dALd .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rJRRq1dALd .nav-link:hover,
.cid-rJRRq1dALd .dropdown-item:hover {
  color: #767676 !important;
}
.cid-rJRXwPWxUW {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/wevza-intro-2000a-2000x642.jpg");
}
.cid-rJRXwPWxUW H3 {
  color: #232323;
}
.cid-rJRXwPWxUW .mbr-text,
.cid-rJRXwPWxUW .mbr-section-btn {
  color: #232323;
}
.cid-rJRXwPWxUW H1 {
  color: #232323;
}
.cid-rJS0pJINvl {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-rJS0pJINvl .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rJS0pJINvl .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-rJS0pJINvl .mbr-text {
  color: #767676;
}
.cid-rJS2fMfhHX {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-rJS2fMfhHX .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rJS2fMfhHX .section-text {
  padding: 2rem 0;
}
.cid-rJS2fMfhHX .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rJS2fMfhHX .inner-container {
    width: 100% !important;
  }
}
.cid-rK9xEAOq2e {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-rK9xEAOq2e .image-block {
  margin: auto;
}
.cid-rK9xEAOq2e figcaption {
  position: relative;
}
.cid-rK9xEAOq2e figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rK9xEAOq2e .image-block {
    width: 100% !important;
  }
}
.cid-rJS2DptGs6 .google-map {
  height: 25rem;
  position: relative;
}
.cid-rJS2DptGs6 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-rJS2DptGs6 .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-rJS2DptGs6 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-rJS2DptGs6 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-rJSoLmiHaB {
  padding-top: 120px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/sponsors-2000x236.jpg");
}
.cid-rJS4EgFFGV {
  padding-top: 30px;
  padding-bottom: 90px;
  background: linear-gradient(0deg, #efefef, #efefef);
}
.cid-rJS4EgFFGV .mbr-iconfont-social {
  font-size: 32px;
  color: #0f7699;
}
.cid-rJS4EgFFGV .social-list a:focus {
  text-decoration: none;
}
.cid-rJS4EgFFGV H2 {
  color: #0f7699;
}
.cid-rJRRq1dALd .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-rJRRq1dALd .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-rJRRq1dALd a {
  font-style: normal;
}
.cid-rJRRq1dALd .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rJRRq1dALd .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-rJRRq1dALd .nav-item:focus,
.cid-rJRRq1dALd .nav-link:focus {
  outline: none;
}
.cid-rJRRq1dALd .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rJRRq1dALd .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rJRRq1dALd .menu-logo {
  margin-right: auto;
}
.cid-rJRRq1dALd .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rJRRq1dALd .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-rJRRq1dALd .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rJRRq1dALd .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rJRRq1dALd .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rJRRq1dALd .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rJRRq1dALd .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rJRRq1dALd .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rJRRq1dALd .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rJRRq1dALd .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rJRRq1dALd .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rJRRq1dALd .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rJRRq1dALd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rJRRq1dALd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rJRRq1dALd .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rJRRq1dALd .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rJRRq1dALd .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rJRRq1dALd .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rJRRq1dALd .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rJRRq1dALd .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rJRRq1dALd .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rJRRq1dALd .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rJRRq1dALd .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rJRRq1dALd button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rJRRq1dALd button.navbar-toggler:focus {
  outline: none;
}
.cid-rJRRq1dALd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-rJRRq1dALd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rJRRq1dALd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rJRRq1dALd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rJRRq1dALd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rJRRq1dALd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rJRRq1dALd nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rJRRq1dALd nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rJRRq1dALd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rJRRq1dALd .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rJRRq1dALd .collapsed .btn {
  display: -webkit-flex;
}
.cid-rJRRq1dALd .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rJRRq1dALd .collapsed .navbar-collapse.collapsing,
.cid-rJRRq1dALd .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rJRRq1dALd .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rJRRq1dALd .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rJRRq1dALd .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rJRRq1dALd .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rJRRq1dALd .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rJRRq1dALd .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rJRRq1dALd .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rJRRq1dALd .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-rJRRq1dALd .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-rJRRq1dALd .collapsed button.navbar-toggler {
  display: block;
}
.cid-rJRRq1dALd .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rJRRq1dALd .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rJRRq1dALd .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rJRRq1dALd .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rJRRq1dALd .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rJRRq1dALd .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;
}
@media (max-width: 1023px) {
  .cid-rJRRq1dALd.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rJRRq1dALd img {
    height: 3.8rem !important;
  }
  .cid-rJRRq1dALd .btn {
    display: -webkit-flex;
  }
  .cid-rJRRq1dALd button.navbar-toggler {
    display: block;
  }
  .cid-rJRRq1dALd .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rJRRq1dALd .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rJRRq1dALd .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rJRRq1dALd .navbar-collapse.collapsing,
  .cid-rJRRq1dALd .navbar-collapse.show {
    display: block !important;
  }
  .cid-rJRRq1dALd .navbar-collapse.collapsing .navbar-nav,
  .cid-rJRRq1dALd .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rJRRq1dALd .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rJRRq1dALd .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rJRRq1dALd .navbar-collapse.collapsing .navbar-buttons,
  .cid-rJRRq1dALd .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rJRRq1dALd .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rJRRq1dALd .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rJRRq1dALd .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rJRRq1dALd .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rJRRq1dALd .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rJRRq1dALd .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: 767px) {
  .cid-rJRRq1dALd .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rJRRq1dALd .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rJRRq1dALd .nav-link:hover,
.cid-rJRRq1dALd .dropdown-item:hover {
  color: #767676 !important;
}
.cid-rJS8j7wsdR {
  padding-top: 120px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/banners-wevza-2000x642.jpg");
}
.cid-rJS8j7wsdR H2 {
  color: #232323;
}
.cid-rJS8j7wsdR .mbr-section-subtitle {
  color: #232323;
}
.cid-rNiZr3iWsM {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-rNiZr3iWsM .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rNiZr3iWsM .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-rNiZr3iWsM .mbr-text {
  color: #767676;
}
.cid-rNgsbDsi2P {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-rNgsbDsi2P .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rNgsbDsi2P .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-rNgsbDsi2P .mbr-text {
  color: #767676;
}
.cid-rNasLPHxXp {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-rNasLPHxXp .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rNasLPHxXp .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-rNasLPHxXp .mbr-text {
  color: #767676;
}
.cid-rN4HmW6F7a {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-rN4HmW6F7a .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rN4HmW6F7a .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-rN4HmW6F7a .mbr-text {
  color: #767676;
}
.cid-rMZPwUgkMi {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-rMZPwUgkMi .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rMZPwUgkMi .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-rMZPwUgkMi .mbr-text {
  color: #767676;
}
.cid-rJS90ozRmE {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-rJS90ozRmE .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rJS90ozRmE .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-rJS90ozRmE .mbr-text {
  color: #767676;
}
.cid-rMN2y5ARL7 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-rMN2y5ARL7 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rMN2y5ARL7 .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-rMN2y5ARL7 .mbr-text {
  color: #767676;
}
.cid-rJTsILzalT .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-rJTsILzalT .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-rJTsILzalT a {
  font-style: normal;
}
.cid-rJTsILzalT .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rJTsILzalT .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-rJTsILzalT .nav-item:focus,
.cid-rJTsILzalT .nav-link:focus {
  outline: none;
}
.cid-rJTsILzalT .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rJTsILzalT .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rJTsILzalT .menu-logo {
  margin-right: auto;
}
.cid-rJTsILzalT .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rJTsILzalT .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-rJTsILzalT .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rJTsILzalT .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rJTsILzalT .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rJTsILzalT .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rJTsILzalT .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rJTsILzalT .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rJTsILzalT .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rJTsILzalT .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rJTsILzalT .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rJTsILzalT .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rJTsILzalT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rJTsILzalT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rJTsILzalT .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rJTsILzalT .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rJTsILzalT .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rJTsILzalT .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rJTsILzalT .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rJTsILzalT .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rJTsILzalT .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rJTsILzalT .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rJTsILzalT .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rJTsILzalT button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rJTsILzalT button.navbar-toggler:focus {
  outline: none;
}
.cid-rJTsILzalT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-rJTsILzalT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rJTsILzalT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rJTsILzalT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rJTsILzalT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rJTsILzalT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rJTsILzalT nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rJTsILzalT nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rJTsILzalT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rJTsILzalT .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rJTsILzalT .collapsed .btn {
  display: -webkit-flex;
}
.cid-rJTsILzalT .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rJTsILzalT .collapsed .navbar-collapse.collapsing,
.cid-rJTsILzalT .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rJTsILzalT .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rJTsILzalT .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rJTsILzalT .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rJTsILzalT .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rJTsILzalT .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rJTsILzalT .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rJTsILzalT .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rJTsILzalT .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-rJTsILzalT .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-rJTsILzalT .collapsed button.navbar-toggler {
  display: block;
}
.cid-rJTsILzalT .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rJTsILzalT .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rJTsILzalT .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rJTsILzalT .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rJTsILzalT .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rJTsILzalT .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;
}
@media (max-width: 1023px) {
  .cid-rJTsILzalT.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rJTsILzalT img {
    height: 3.8rem !important;
  }
  .cid-rJTsILzalT .btn {
    display: -webkit-flex;
  }
  .cid-rJTsILzalT button.navbar-toggler {
    display: block;
  }
  .cid-rJTsILzalT .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rJTsILzalT .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rJTsILzalT .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rJTsILzalT .navbar-collapse.collapsing,
  .cid-rJTsILzalT .navbar-collapse.show {
    display: block !important;
  }
  .cid-rJTsILzalT .navbar-collapse.collapsing .navbar-nav,
  .cid-rJTsILzalT .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rJTsILzalT .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rJTsILzalT .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rJTsILzalT .navbar-collapse.collapsing .navbar-buttons,
  .cid-rJTsILzalT .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rJTsILzalT .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rJTsILzalT .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rJTsILzalT .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rJTsILzalT .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rJTsILzalT .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rJTsILzalT .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: 767px) {
  .cid-rJTsILzalT .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rJTsILzalT .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rJTsILzalT .nav-link:hover,
.cid-rJTsILzalT .dropdown-item:hover {
  color: #767676 !important;
}
.cid-rJTsIMWfbV {
  padding-top: 120px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/banners-wevza-2000x642.jpg");
}
.cid-rJTsIMWfbV H2 {
  color: #232323;
}
.cid-rJTsIMWfbV .mbr-section-subtitle {
  color: #232323;
}
.cid-rMNon6AOcS {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rMNon6AOcS .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-rMNon6AOcS .mbr-content-text {
  color: #767676;
  margin-bottom: 0;
}
.cid-rMNon6AOcS .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-rMNon6AOcS .img-text {
  width: 64px;
  height: 64px;
  font-size: 32px;
  border: 2px solid #efefef;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .cid-rMNon6AOcS .img-text {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .cid-rMNon6AOcS .cards-block {
    border-top: 2px solid #efefef;
  }
}
.cid-rMNon6AOcS .cards-block .card {
  border-bottom: 2px solid #efefef;
  border-radius: 0;
}
.cid-rMNon6AOcS .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-rMNon6AOcS .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-rMNon6AOcS .media-block {
    padding-left: 2rem;
  }
}
.cid-rMNon6AOcS .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
@media (max-width: 991px) {
  .cid-rMNon6AOcS .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-rMNon6AOcS .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-rMNshwzny2 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rMNshwzny2 .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-rMNshwzny2 .mbr-content-text {
  color: #767676;
  margin-bottom: 0;
}
.cid-rMNshwzny2 .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-rMNshwzny2 .img-text {
  width: 64px;
  height: 64px;
  font-size: 32px;
  border: 2px solid #efefef;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .cid-rMNshwzny2 .img-text {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .cid-rMNshwzny2 .cards-block {
    border-top: 2px solid #efefef;
  }
}
.cid-rMNshwzny2 .cards-block .card {
  border-bottom: 2px solid #efefef;
  border-radius: 0;
}
.cid-rMNshwzny2 .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-rMNshwzny2 .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-rMNshwzny2 .media-block {
    padding-left: 2rem;
  }
}
.cid-rMNshwzny2 .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
@media (max-width: 991px) {
  .cid-rMNshwzny2 .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-rMNshwzny2 .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-rMNZNMsuEK {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rMNZNMsuEK .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-rMNZNMsuEK .mbr-content-text {
  color: #767676;
  margin-bottom: 0;
}
.cid-rMNZNMsuEK .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-rMNZNMsuEK .img-text {
  width: 64px;
  height: 64px;
  font-size: 32px;
  border: 2px solid #efefef;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .cid-rMNZNMsuEK .img-text {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .cid-rMNZNMsuEK .cards-block {
    border-top: 2px solid #efefef;
  }
}
.cid-rMNZNMsuEK .cards-block .card {
  border-bottom: 2px solid #efefef;
  border-radius: 0;
}
.cid-rMNZNMsuEK .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-rMNZNMsuEK .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-rMNZNMsuEK .media-block {
    padding-left: 2rem;
  }
}
.cid-rMNZNMsuEK .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
@media (max-width: 991px) {
  .cid-rMNZNMsuEK .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-rMNZNMsuEK .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-rMO4e1tHSB {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rMO4e1tHSB .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-rMO4e1tHSB .mbr-content-text {
  color: #767676;
  margin-bottom: 0;
}
.cid-rMO4e1tHSB .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-rMO4e1tHSB .img-text {
  width: 64px;
  height: 64px;
  font-size: 32px;
  border: 2px solid #efefef;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .cid-rMO4e1tHSB .img-text {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .cid-rMO4e1tHSB .cards-block {
    border-top: 2px solid #efefef;
  }
}
.cid-rMO4e1tHSB .cards-block .card {
  border-bottom: 2px solid #efefef;
  border-radius: 0;
}
.cid-rMO4e1tHSB .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-rMO4e1tHSB .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-rMO4e1tHSB .media-block {
    padding-left: 2rem;
  }
}
.cid-rMO4e1tHSB .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
@media (max-width: 991px) {
  .cid-rMO4e1tHSB .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-rMO4e1tHSB .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-rMO54YXDtz {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rMO54YXDtz .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-rMO54YXDtz .mbr-content-text {
  color: #767676;
  margin-bottom: 0;
}
.cid-rMO54YXDtz .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-rMO54YXDtz .img-text {
  width: 64px;
  height: 64px;
  font-size: 32px;
  border: 2px solid #efefef;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .cid-rMO54YXDtz .img-text {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .cid-rMO54YXDtz .cards-block {
    border-top: 2px solid #efefef;
  }
}
.cid-rMO54YXDtz .cards-block .card {
  border-bottom: 2px solid #efefef;
  border-radius: 0;
}
.cid-rMO54YXDtz .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-rMO54YXDtz .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-rMO54YXDtz .media-block {
    padding-left: 2rem;
  }
}
.cid-rMO54YXDtz .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
@media (max-width: 991px) {
  .cid-rMO54YXDtz .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-rMO54YXDtz .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-rJTiZuDdZ2 .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-rJTiZuDdZ2 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-rJTiZuDdZ2 a {
  font-style: normal;
}
.cid-rJTiZuDdZ2 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rJTiZuDdZ2 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-rJTiZuDdZ2 .nav-item:focus,
.cid-rJTiZuDdZ2 .nav-link:focus {
  outline: none;
}
.cid-rJTiZuDdZ2 .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rJTiZuDdZ2 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rJTiZuDdZ2 .menu-logo {
  margin-right: auto;
}
.cid-rJTiZuDdZ2 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rJTiZuDdZ2 .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-rJTiZuDdZ2 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rJTiZuDdZ2 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rJTiZuDdZ2 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rJTiZuDdZ2 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rJTiZuDdZ2 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rJTiZuDdZ2 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rJTiZuDdZ2 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rJTiZuDdZ2 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rJTiZuDdZ2 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rJTiZuDdZ2 .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rJTiZuDdZ2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rJTiZuDdZ2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rJTiZuDdZ2 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rJTiZuDdZ2 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rJTiZuDdZ2 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rJTiZuDdZ2 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rJTiZuDdZ2 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rJTiZuDdZ2 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rJTiZuDdZ2 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rJTiZuDdZ2 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rJTiZuDdZ2 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rJTiZuDdZ2 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rJTiZuDdZ2 button.navbar-toggler:focus {
  outline: none;
}
.cid-rJTiZuDdZ2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-rJTiZuDdZ2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rJTiZuDdZ2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rJTiZuDdZ2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rJTiZuDdZ2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rJTiZuDdZ2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rJTiZuDdZ2 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rJTiZuDdZ2 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rJTiZuDdZ2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rJTiZuDdZ2 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rJTiZuDdZ2 .collapsed .btn {
  display: -webkit-flex;
}
.cid-rJTiZuDdZ2 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rJTiZuDdZ2 .collapsed .navbar-collapse.collapsing,
.cid-rJTiZuDdZ2 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rJTiZuDdZ2 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rJTiZuDdZ2 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rJTiZuDdZ2 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rJTiZuDdZ2 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rJTiZuDdZ2 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rJTiZuDdZ2 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rJTiZuDdZ2 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rJTiZuDdZ2 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-rJTiZuDdZ2 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-rJTiZuDdZ2 .collapsed button.navbar-toggler {
  display: block;
}
.cid-rJTiZuDdZ2 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rJTiZuDdZ2 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rJTiZuDdZ2 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rJTiZuDdZ2 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rJTiZuDdZ2 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rJTiZuDdZ2 .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;
}
@media (max-width: 1023px) {
  .cid-rJTiZuDdZ2.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rJTiZuDdZ2 img {
    height: 3.8rem !important;
  }
  .cid-rJTiZuDdZ2 .btn {
    display: -webkit-flex;
  }
  .cid-rJTiZuDdZ2 button.navbar-toggler {
    display: block;
  }
  .cid-rJTiZuDdZ2 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rJTiZuDdZ2 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rJTiZuDdZ2 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rJTiZuDdZ2 .navbar-collapse.collapsing,
  .cid-rJTiZuDdZ2 .navbar-collapse.show {
    display: block !important;
  }
  .cid-rJTiZuDdZ2 .navbar-collapse.collapsing .navbar-nav,
  .cid-rJTiZuDdZ2 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rJTiZuDdZ2 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rJTiZuDdZ2 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rJTiZuDdZ2 .navbar-collapse.collapsing .navbar-buttons,
  .cid-rJTiZuDdZ2 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rJTiZuDdZ2 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rJTiZuDdZ2 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rJTiZuDdZ2 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rJTiZuDdZ2 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rJTiZuDdZ2 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rJTiZuDdZ2 .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: 767px) {
  .cid-rJTiZuDdZ2 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rJTiZuDdZ2 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rJTiZuDdZ2 .nav-link:hover,
.cid-rJTiZuDdZ2 .dropdown-item:hover {
  color: #767676 !important;
}
.cid-rJTiZw41UN {
  padding-top: 120px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/banners-wevza-2000x642.jpg");
}
.cid-rJTiZw41UN H2 {
  color: #232323;
}
.cid-rJTiZw41UN .mbr-section-subtitle {
  color: #232323;
}
.cid-rJTjjJkgs0 {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rJTjjJkgs0 .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rJTjjJkgs0 .section-text {
  padding: 2rem 0;
}
.cid-rJTjjJkgs0 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rJTjjJkgs0 .inner-container {
    width: 100% !important;
  }
}
.cid-rJT6jXuZs1 .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-rJT6jXuZs1 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-rJT6jXuZs1 a {
  font-style: normal;
}
.cid-rJT6jXuZs1 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rJT6jXuZs1 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-rJT6jXuZs1 .nav-item:focus,
.cid-rJT6jXuZs1 .nav-link:focus {
  outline: none;
}
.cid-rJT6jXuZs1 .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rJT6jXuZs1 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rJT6jXuZs1 .menu-logo {
  margin-right: auto;
}
.cid-rJT6jXuZs1 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rJT6jXuZs1 .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-rJT6jXuZs1 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rJT6jXuZs1 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rJT6jXuZs1 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rJT6jXuZs1 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rJT6jXuZs1 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rJT6jXuZs1 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rJT6jXuZs1 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rJT6jXuZs1 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rJT6jXuZs1 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rJT6jXuZs1 .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rJT6jXuZs1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rJT6jXuZs1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rJT6jXuZs1 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rJT6jXuZs1 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rJT6jXuZs1 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rJT6jXuZs1 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rJT6jXuZs1 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rJT6jXuZs1 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rJT6jXuZs1 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rJT6jXuZs1 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rJT6jXuZs1 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rJT6jXuZs1 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rJT6jXuZs1 button.navbar-toggler:focus {
  outline: none;
}
.cid-rJT6jXuZs1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-rJT6jXuZs1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rJT6jXuZs1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rJT6jXuZs1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rJT6jXuZs1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rJT6jXuZs1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rJT6jXuZs1 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rJT6jXuZs1 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rJT6jXuZs1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rJT6jXuZs1 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rJT6jXuZs1 .collapsed .btn {
  display: -webkit-flex;
}
.cid-rJT6jXuZs1 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rJT6jXuZs1 .collapsed .navbar-collapse.collapsing,
.cid-rJT6jXuZs1 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rJT6jXuZs1 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rJT6jXuZs1 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rJT6jXuZs1 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rJT6jXuZs1 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rJT6jXuZs1 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rJT6jXuZs1 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rJT6jXuZs1 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rJT6jXuZs1 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-rJT6jXuZs1 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-rJT6jXuZs1 .collapsed button.navbar-toggler {
  display: block;
}
.cid-rJT6jXuZs1 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rJT6jXuZs1 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rJT6jXuZs1 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rJT6jXuZs1 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rJT6jXuZs1 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rJT6jXuZs1 .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;
}
@media (max-width: 1023px) {
  .cid-rJT6jXuZs1.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rJT6jXuZs1 img {
    height: 3.8rem !important;
  }
  .cid-rJT6jXuZs1 .btn {
    display: -webkit-flex;
  }
  .cid-rJT6jXuZs1 button.navbar-toggler {
    display: block;
  }
  .cid-rJT6jXuZs1 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rJT6jXuZs1 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rJT6jXuZs1 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rJT6jXuZs1 .navbar-collapse.collapsing,
  .cid-rJT6jXuZs1 .navbar-collapse.show {
    display: block !important;
  }
  .cid-rJT6jXuZs1 .navbar-collapse.collapsing .navbar-nav,
  .cid-rJT6jXuZs1 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rJT6jXuZs1 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rJT6jXuZs1 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rJT6jXuZs1 .navbar-collapse.collapsing .navbar-buttons,
  .cid-rJT6jXuZs1 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rJT6jXuZs1 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rJT6jXuZs1 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rJT6jXuZs1 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rJT6jXuZs1 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rJT6jXuZs1 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rJT6jXuZs1 .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: 767px) {
  .cid-rJT6jXuZs1 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rJT6jXuZs1 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rJT6jXuZs1 .nav-link:hover,
.cid-rJT6jXuZs1 .dropdown-item:hover {
  color: #767676 !important;
}
.cid-rJT6jYSr7B {
  padding-top: 120px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/banners-wevza-2000x642.jpg");
}
.cid-rJT6jYSr7B H2 {
  color: #232323;
}
.cid-rJT6jYSr7B .mbr-section-subtitle {
  color: #232323;
}
.cid-rJT79jfEFp {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rJT79jfEFp h2 {
  margin-bottom: 0;
}
.cid-rJT79jfEFp h4 {
  font-weight: 500;
  margin-bottom: 0;
  width: 80%;
}
.cid-rJT79jfEFp p {
  color: #767676;
  margin-bottom: 0;
}
.cid-rJT79jfEFp .card-wrapper {
  border-top: 1px solid #efefef;
  background-color: #ffffff;
  position: relative;
  justify-content: unset;
}
.cid-rJT79jfEFp .card-wrapper .card-box {
  padding: 2rem 1rem;
  width: 100%;
}
.cid-rJT79jfEFp .card-wrapper .card-box .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-rJT79jfEFp .card-wrapper .card-box .bottom-line {
  width: 70%;
}
@media (max-width: 767px) {
  .cid-rJT79jfEFp .card-wrapper .card-box .bottom-line {
    width: 100%;
  }
  .cid-rJT79jfEFp .card-wrapper .card-box .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
.cid-rJT79jfEFp H2 {
  text-align: center;
}
.cid-rK9mIZDkK9 {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rK9mIZDkK9 .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-rK9mIZDkK9 .step {
  width: 64px;
  height: 64px;
  font-size: 32px;
  border-radius: 50%;
  border: 2px solid #efefef;
}
@media (max-width: 767px) {
  .cid-rK9mIZDkK9 .step {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
}
.cid-rK9mIZDkK9 .separline {
  position: relative;
}
.cid-rK9mIZDkK9 .separline:after {
  top: 68px;
  left: 30px;
  position: absolute;
  content: "";
  width: 2px;
  height: calc(100% - (32px + 4px) * 2);
  background-color: #efefef;
}
@media (max-width: 767px) {
  .cid-rK9mIZDkK9 .separline:after {
    top: 52px;
    left: 22px;
    height: calc(100% - 56px);
  }
}
.cid-rK9mIZDkK9 .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-rK9mIZDkK9 .media-block {
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-rK9mIZDkK9 .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-bottom: 2rem;
  }
}
.cid-rJTcyh4A5c .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-rJTcyh4A5c .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-rJTcyh4A5c a {
  font-style: normal;
}
.cid-rJTcyh4A5c .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rJTcyh4A5c .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-rJTcyh4A5c .nav-item:focus,
.cid-rJTcyh4A5c .nav-link:focus {
  outline: none;
}
.cid-rJTcyh4A5c .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rJTcyh4A5c .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rJTcyh4A5c .menu-logo {
  margin-right: auto;
}
.cid-rJTcyh4A5c .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rJTcyh4A5c .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-rJTcyh4A5c .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rJTcyh4A5c .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rJTcyh4A5c .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rJTcyh4A5c .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rJTcyh4A5c .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rJTcyh4A5c .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rJTcyh4A5c .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rJTcyh4A5c .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rJTcyh4A5c .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rJTcyh4A5c .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rJTcyh4A5c .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rJTcyh4A5c .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rJTcyh4A5c .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rJTcyh4A5c .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rJTcyh4A5c .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rJTcyh4A5c .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rJTcyh4A5c .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rJTcyh4A5c .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rJTcyh4A5c .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rJTcyh4A5c .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rJTcyh4A5c .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rJTcyh4A5c button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rJTcyh4A5c button.navbar-toggler:focus {
  outline: none;
}
.cid-rJTcyh4A5c button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-rJTcyh4A5c button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rJTcyh4A5c button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rJTcyh4A5c button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rJTcyh4A5c button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rJTcyh4A5c nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rJTcyh4A5c nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rJTcyh4A5c nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rJTcyh4A5c nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rJTcyh4A5c .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rJTcyh4A5c .collapsed .btn {
  display: -webkit-flex;
}
.cid-rJTcyh4A5c .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rJTcyh4A5c .collapsed .navbar-collapse.collapsing,
.cid-rJTcyh4A5c .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rJTcyh4A5c .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rJTcyh4A5c .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rJTcyh4A5c .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rJTcyh4A5c .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rJTcyh4A5c .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rJTcyh4A5c .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rJTcyh4A5c .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rJTcyh4A5c .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-rJTcyh4A5c .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-rJTcyh4A5c .collapsed button.navbar-toggler {
  display: block;
}
.cid-rJTcyh4A5c .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rJTcyh4A5c .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rJTcyh4A5c .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rJTcyh4A5c .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rJTcyh4A5c .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rJTcyh4A5c .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;
}
@media (max-width: 1023px) {
  .cid-rJTcyh4A5c.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rJTcyh4A5c img {
    height: 3.8rem !important;
  }
  .cid-rJTcyh4A5c .btn {
    display: -webkit-flex;
  }
  .cid-rJTcyh4A5c button.navbar-toggler {
    display: block;
  }
  .cid-rJTcyh4A5c .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rJTcyh4A5c .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rJTcyh4A5c .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rJTcyh4A5c .navbar-collapse.collapsing,
  .cid-rJTcyh4A5c .navbar-collapse.show {
    display: block !important;
  }
  .cid-rJTcyh4A5c .navbar-collapse.collapsing .navbar-nav,
  .cid-rJTcyh4A5c .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rJTcyh4A5c .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rJTcyh4A5c .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rJTcyh4A5c .navbar-collapse.collapsing .navbar-buttons,
  .cid-rJTcyh4A5c .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rJTcyh4A5c .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rJTcyh4A5c .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rJTcyh4A5c .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rJTcyh4A5c .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rJTcyh4A5c .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rJTcyh4A5c .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: 767px) {
  .cid-rJTcyh4A5c .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rJTcyh4A5c .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rJTcyh4A5c .nav-link:hover,
.cid-rJTcyh4A5c .dropdown-item:hover {
  color: #767676 !important;
}
.cid-rJTcyi9un6 {
  padding-top: 120px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/banners-wevza-2000x642.jpg");
}
.cid-rJTcyi9un6 H2 {
  color: #232323;
}
.cid-rJTcyi9un6 .mbr-section-subtitle {
  color: #232323;
}
.cid-rJTcPee2Ug {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-rJTcPee2Ug .mbr-section-subtitle {
  color: #767676;
}
.cid-rJTcPee2Ug .container-table {
  margin: 0 auto;
}
.cid-rJTcPee2Ug .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rJTcPee2Ug .dataTables_wrapper {
  display: block;
}
.cid-rJTcPee2Ug .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-rJTcPee2Ug .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rJTcPee2Ug table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-rJTcPee2Ug table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-rJTcPee2Ug table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-rJTcPee2Ug table td {
  border-top: 1px solid #cccccc;
}
.cid-rJTcPee2Ug table.table {
  background: #ffffff;
}
.cid-rJTcPee2Ug .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-rJTcPee2Ug .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rJTcPee2Ug .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rJTcPee2Ug .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rJTcPee2Ug .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rJTcPee2Ug .dataTables_filter {
    text-align: center;
  }
  .cid-rJTcPee2Ug .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rJTcPee2Ug .head-item {
  text-align: center;
}
.cid-rJTcPee2Ug .body-item {
  text-align: center;
}
.cid-rJTdWdD6Ko {
  padding-top: 15px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-rJTdWdD6Ko .mbr-section-subtitle {
  color: #767676;
}
.cid-rJTdWdD6Ko .container-table {
  margin: 0 auto;
}
.cid-rJTdWdD6Ko .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rJTdWdD6Ko .dataTables_wrapper {
  display: block;
}
.cid-rJTdWdD6Ko .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-rJTdWdD6Ko .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rJTdWdD6Ko table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-rJTdWdD6Ko table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-rJTdWdD6Ko table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-rJTdWdD6Ko table td {
  border-top: 1px solid #cccccc;
}
.cid-rJTdWdD6Ko table.table {
  background: #ffffff;
}
.cid-rJTdWdD6Ko .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-rJTdWdD6Ko .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rJTdWdD6Ko .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rJTdWdD6Ko .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rJTdWdD6Ko .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rJTdWdD6Ko .dataTables_filter {
    text-align: center;
  }
  .cid-rJTdWdD6Ko .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rJTdWdD6Ko .head-item {
  text-align: center;
}
.cid-rJTdWdD6Ko .body-item {
  text-align: center;
}
.cid-rJTel52nwc {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-rJTel52nwc .mbr-section-subtitle {
  color: #767676;
}
.cid-rJTel52nwc .container-table {
  margin: 0 auto;
}
.cid-rJTel52nwc .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rJTel52nwc .dataTables_wrapper {
  display: block;
}
.cid-rJTel52nwc .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-rJTel52nwc .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rJTel52nwc table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-rJTel52nwc table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-rJTel52nwc table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-rJTel52nwc table td {
  border-top: 1px solid #cccccc;
}
.cid-rJTel52nwc table.table {
  background: #ffffff;
}
.cid-rJTel52nwc .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-rJTel52nwc .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rJTel52nwc .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rJTel52nwc .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rJTel52nwc .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rJTel52nwc .dataTables_filter {
    text-align: center;
  }
  .cid-rJTel52nwc .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rJTel52nwc .head-item {
  text-align: center;
}
.cid-rJTel52nwc .body-item {
  text-align: center;
}
