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





body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Rubik', sans-serif;
  font-size: 4.25rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 6.8rem;
}
.display-2 {
  font-family: 'Rubik', sans-serif;
  font-size: 3rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.5rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Rubik', 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: #149dcc !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #149dcc !important;
  border-color: #149dcc !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #0b566f;
  color: #0b566f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #149dcc;
  border-color: #149dcc;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #149dcc !important;
  border-color: #149dcc !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #cc0033;
  color: #cc0033;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ff3366;
  border-color: #ff3366;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #149dcc !important;
}
.text-secondary {
  color: #ff3366 !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #0b566f !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #cc0033 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #149dcc;
  border-color: #149dcc;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #149dcc;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b4e6f8;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #149dcc;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.form2 .form-control {
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
}
.form2 .input-group-btn a.btn {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.form2 .input-group-btn button[type="submit"] {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.form3 input[type="email"] {
  border-radius: 100px !important;
}
@media (max-width: 349px) {
  .form2 input[type="email"] {
    border-radius: 100px !important;
  }
  .form2 .input-group-btn a.btn {
    border-radius: 100px !important;
  }
  .form2 .input-group-btn button[type="submit"] {
    border-radius: 100px !important;
  }
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #149dcc;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #149dcc;
}
.footer3 input[type="email"],
.footer4 input[type="email"] {
  border-radius: 100px !important;
}
.footer3 .input-group-btn a.btn,
.footer4 .input-group-btn a.btn {
  border-radius: 100px !important;
}
.footer3 .input-group-btn button[type="submit"],
.footer4 .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
/* Headers*/
.header13 .form-inline input[type="email"],
.header14 .form-inline input[type="email"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="text"],
.header14 .form-inline input[type="text"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="tel"],
.header14 .form-inline input[type="tel"] {
  border-radius: 100px;
}
.header13 .form-inline a.btn,
.header14 .form-inline a.btn {
  border-radius: 100px;
}
.header13 .form-inline button,
.header14 .form-inline button {
  border-radius: 100px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #149dcc;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #149dcc;
  border-bottom-color: #149dcc;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #149dcc !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > 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='%23149dcc' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.3;
}
.cid-rVpy8LSufQ {
  background-image: url("../../../assets/images/pf2020-2000x1500.jpeg");
}
.cid-rVpy8LSufQ .icons-media-container {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 4rem;
}
.cid-rVpy8LSufQ .icons-media-container .mbr-iconfont {
  font-size: 96px;
  color: #ffffff;
}
.cid-rVpy8LSufQ .icons-media-container .icon-block {
  padding-bottom: 1rem;
}
.cid-rVpy8LSufQ .mbr-text {
  color: #ffffff;
}
.cid-rVpy8LSufQ .card {
  padding-bottom: 1.5rem;
}
.cid-rVpEZWE2ry {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-rVpEZWE2ry .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rVpEZWE2ry .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-rVpEZWE2ry .mbr-text {
  color: #767676;
  text-align: right;
}
.cid-rVpH6cfMOs {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-rVpH6cfMOs .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rVpH6cfMOs .section-text {
  padding: 2rem 0;
}
.cid-rVpH6cfMOs .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rVpH6cfMOs .inner-container {
    width: 100% !important;
  }
}
.cid-rVpHEafS2c {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-rVpHEafS2c .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-rVpHEafS2c .timeline-text-content {
  padding: 2rem 2.5rem;
  background: #ffffff;
  margin-left: 2rem;
}
.cid-rVpHEafS2c .timeline-text-content p {
  margin-bottom: 0;
}
.cid-rVpHEafS2c .time-line-date-content {
  margin-right: 2rem;
}
.cid-rVpHEafS2c .time-line-date-content p {
  padding: 2rem 2.5rem;
  background: #ffffff;
  float: right;
}
.cid-rVpHEafS2c .timeline-element {
  margin-bottom: 50px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
}
.cid-rVpHEafS2c .timeline-element:hover .mbr-timeline-date {
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.08);
  transition: all .4s;
}
.cid-rVpHEafS2c .timeline-element:hover .timeline-text-content {
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.08);
  transition: all .4s;
}
.cid-rVpHEafS2c .mbr-timeline-date,
.cid-rVpHEafS2c .timeline-text-content {
  transition: all .4s;
}
.cid-rVpHEafS2c .reverse {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-rVpHEafS2c .reverse .timeline-text-content {
  margin-right: 2rem;
  margin-left: 0;
}
.cid-rVpHEafS2c .reverse .time-line-date-content {
  margin-left: 2rem;
  margin-right: 0rem;
}
.cid-rVpHEafS2c .reverse .time-line-date-content p {
  float: left;
}
.cid-rVpHEafS2c .iconBackground {
  position: absolute;
  left: 50%;
  width: 20px;
  height: 20px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  font-size: 30px;
  display: inline-block;
  background-color: #ffffff;
  top: 20px;
  margin-left: -10px;
}
.cid-rVpHEafS2c .separline:before {
  top: 20px;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #ffffff;
  left: calc(50% - 1px);
  height: calc(100% + 4rem);
}
@media (max-width: 768px) {
  .cid-rVpHEafS2c .iconBackground {
    left: 0 !important;
  }
  .cid-rVpHEafS2c .separline:before {
    left: 0!important;
  }
  .cid-rVpHEafS2c .timeline-text-content {
    margin-left: 0 !important;
  }
  .cid-rVpHEafS2c .time-line-date-content {
    margin-right: 0 !important;
  }
  .cid-rVpHEafS2c .time-line-date-content p {
    float: left !important;
  }
  .cid-rVpHEafS2c .reverse .time-line-date-content {
    margin-left: 0 !important;
  }
  .cid-rVpHEafS2c .reverse .timeline-text-content {
    margin-right: 0 !important;
  }
}
.cid-rVpHEafS2c .reverseTimeline {
  display: flex;
  flex-direction: column-reverse;
}
.cid-rVpM3R702U {
  padding-top: 15px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-rVpM3R702U .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-rVpM3R702U .timeline-text-content {
  padding: 2rem 2.5rem;
  background: #ffffff;
  margin-left: 2rem;
}
.cid-rVpM3R702U .timeline-text-content p {
  margin-bottom: 0;
}
.cid-rVpM3R702U .time-line-date-content {
  margin-right: 2rem;
}
.cid-rVpM3R702U .time-line-date-content p {
  padding: 2rem 2.5rem;
  background: #ffffff;
  float: right;
}
.cid-rVpM3R702U .timeline-element {
  margin-bottom: 50px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
}
.cid-rVpM3R702U .timeline-element:hover .mbr-timeline-date {
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.08);
  transition: all .4s;
}
.cid-rVpM3R702U .timeline-element:hover .timeline-text-content {
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.08);
  transition: all .4s;
}
.cid-rVpM3R702U .mbr-timeline-date,
.cid-rVpM3R702U .timeline-text-content {
  transition: all .4s;
}
.cid-rVpM3R702U .reverse {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-rVpM3R702U .reverse .timeline-text-content {
  margin-right: 2rem;
  margin-left: 0;
}
.cid-rVpM3R702U .reverse .time-line-date-content {
  margin-left: 2rem;
  margin-right: 0rem;
}
.cid-rVpM3R702U .reverse .time-line-date-content p {
  float: left;
}
.cid-rVpM3R702U .iconBackground {
  position: absolute;
  left: 50%;
  width: 20px;
  height: 20px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  font-size: 30px;
  display: inline-block;
  background-color: #ffffff;
  top: 20px;
  margin-left: -10px;
}
.cid-rVpM3R702U .separline:before {
  top: 20px;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #ffffff;
  left: calc(50% - 1px);
  height: calc(100% + 4rem);
}
@media (max-width: 768px) {
  .cid-rVpM3R702U .iconBackground {
    left: 0 !important;
  }
  .cid-rVpM3R702U .separline:before {
    left: 0!important;
  }
  .cid-rVpM3R702U .timeline-text-content {
    margin-left: 0 !important;
  }
  .cid-rVpM3R702U .time-line-date-content {
    margin-right: 0 !important;
  }
  .cid-rVpM3R702U .time-line-date-content p {
    float: left !important;
  }
  .cid-rVpM3R702U .reverse .time-line-date-content {
    margin-left: 0 !important;
  }
  .cid-rVpM3R702U .reverse .timeline-text-content {
    margin-right: 0 !important;
  }
}
.cid-rVpM3R702U .reverseTimeline {
  display: flex;
  flex-direction: column-reverse;
}
.cid-rVq0FfZUGB {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/dscn0366-3648x2736.jpg");
}
.cid-rVq0FfZUGB .item {
  padding-bottom: 2rem;
}
.cid-rVq0FfZUGB .item-wrapper {
  height: 100%;
}
.cid-rVq0FfZUGB .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-rVq0FfZUGB .carousel-control,
.cid-rVq0FfZUGB .close {
  background: #1b1b1b;
}
.cid-rVq0FfZUGB .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-rVq0FfZUGB .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-rVq0FfZUGB .close {
  position: fixed;
  opacity: .5;
  font-size: 35px;
  font-weight: 300;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  line-height: 70px;
  border: none;
  text-align: center;
  text-shadow: none;
  z-index: 5;
  -webkit-transition: opacity .3s ease;
  -moz-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
  font-family: 'MobiriseIcons';
}
.cid-rVq0FfZUGB .close::before {
  content: '\e91a';
}
.cid-rVq0FfZUGB .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-rVq0FfZUGB .carousel-control {
  position: fixed;
  width: 70px;
  height: 70px;
  top: 50%;
  margin-top: -35px;
  line-height: 70px;
  border-radius: 50%;
  font-size: 35px;
  border: 0;
  opacity: .5;
  text-shadow: none;
  z-index: 5;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.cid-rVq0FfZUGB .carousel-inner > .active {
  display: block;
}
.cid-rVq0FfZUGB .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rVq0FfZUGB .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rVq0FfZUGB .carousel-control .icon-next,
.cid-rVq0FfZUGB .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-rVq0FfZUGB .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-rVq0FfZUGB .carousel-control,
  .cid-rVq0FfZUGB .carousel-indicators,
  .cid-rVq0FfZUGB .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-rVq0FfZUGB .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-rVq0FfZUGB .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rVq0FfZUGB .carousel-indicators {
  bottom: 0;
  margin-bottom: 3px;
}
@media (max-width: 991px) {
  .cid-rVq0FfZUGB .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-rVq0FfZUGB .carousel-indicators {
    display: none;
  }
}
.cid-rVq0FfZUGB .carousel-indicators .active,
.cid-rVq0FfZUGB .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #1b1b1b;
  opacity: .5;
  border: 4px solid #1b1b1b;
}
.cid-rVq0FfZUGB .carousel-indicators .active {
  background: #fff;
}
.cid-rVq0FfZUGB .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-rVq0FfZUGB .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-rVq0FfZUGB .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-rVq0FfZUGB .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-rVq0FfZUGB .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-rVq0FfZUGB .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(98.25vh);
}
.cid-rVq0FfZUGB .carousel {
  width: 100%;
}
.cid-rVq0FfZUGB .modal-dialog .carousel-inner {
  height: auto;
}
.cid-rVq0FfZUGB .modal-backdrop.in {
  opacity: .8;
}
.cid-rVq0FfZUGB .modal.fade .modal-dialog {
  -webkit-transition: margin-top 0.3s ease-out;
  -moz-transition: margin-top 0.3s ease-out;
  -o-transition: margin-top 0.3s ease-out;
  transition: margin-top 0.3s ease-out;
}
.cid-rVq0FfZUGB .modal.fade .modal-dialog,
.cid-rVq0FfZUGB .modal.in .modal-dialog {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.cid-rVq0ZBDYAB {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/dscn1638-2736x3648.jpg");
}
.cid-rVq0ZBDYAB .item {
  padding-bottom: 2rem;
}
.cid-rVq0ZBDYAB .item-wrapper {
  height: 100%;
}
.cid-rVq0ZBDYAB .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-rVq0ZBDYAB .carousel-control,
.cid-rVq0ZBDYAB .close {
  background: #1b1b1b;
}
.cid-rVq0ZBDYAB .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-rVq0ZBDYAB .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-rVq0ZBDYAB .close {
  position: fixed;
  opacity: .5;
  font-size: 35px;
  font-weight: 300;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  line-height: 70px;
  border: none;
  text-align: center;
  text-shadow: none;
  z-index: 5;
  -webkit-transition: opacity .3s ease;
  -moz-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
  font-family: 'MobiriseIcons';
}
.cid-rVq0ZBDYAB .close::before {
  content: '\e91a';
}
.cid-rVq0ZBDYAB .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-rVq0ZBDYAB .carousel-control {
  position: fixed;
  width: 70px;
  height: 70px;
  top: 50%;
  margin-top: -35px;
  line-height: 70px;
  border-radius: 50%;
  font-size: 35px;
  border: 0;
  opacity: .5;
  text-shadow: none;
  z-index: 5;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.cid-rVq0ZBDYAB .carousel-inner > .active {
  display: block;
}
.cid-rVq0ZBDYAB .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rVq0ZBDYAB .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rVq0ZBDYAB .carousel-control .icon-next,
.cid-rVq0ZBDYAB .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-rVq0ZBDYAB .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-rVq0ZBDYAB .carousel-control,
  .cid-rVq0ZBDYAB .carousel-indicators,
  .cid-rVq0ZBDYAB .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-rVq0ZBDYAB .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-rVq0ZBDYAB .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rVq0ZBDYAB .carousel-indicators {
  bottom: 0;
  margin-bottom: 3px;
}
@media (max-width: 991px) {
  .cid-rVq0ZBDYAB .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-rVq0ZBDYAB .carousel-indicators {
    display: none;
  }
}
.cid-rVq0ZBDYAB .carousel-indicators .active,
.cid-rVq0ZBDYAB .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #1b1b1b;
  opacity: .5;
  border: 4px solid #1b1b1b;
}
.cid-rVq0ZBDYAB .carousel-indicators .active {
  background: #fff;
}
.cid-rVq0ZBDYAB .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-rVq0ZBDYAB .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-rVq0ZBDYAB .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-rVq0ZBDYAB .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-rVq0ZBDYAB .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-rVq0ZBDYAB .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(98.25vh);
}
.cid-rVq0ZBDYAB .carousel {
  width: 100%;
}
.cid-rVq0ZBDYAB .modal-dialog .carousel-inner {
  height: auto;
}
.cid-rVq0ZBDYAB .modal-backdrop.in {
  opacity: .8;
}
.cid-rVq0ZBDYAB .modal.fade .modal-dialog {
  -webkit-transition: margin-top 0.3s ease-out;
  -moz-transition: margin-top 0.3s ease-out;
  -o-transition: margin-top 0.3s ease-out;
  transition: margin-top 0.3s ease-out;
}
.cid-rVq0ZBDYAB .modal.fade .modal-dialog,
.cid-rVq0ZBDYAB .modal.in .modal-dialog {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.cid-rVq10lwOW1 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/dscn2318-2736x3648.jpg");
}
.cid-rVq10lwOW1 .item {
  padding-bottom: 2rem;
}
.cid-rVq10lwOW1 .item-wrapper {
  height: 100%;
}
.cid-rVq10lwOW1 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-rVq10lwOW1 .carousel-control,
.cid-rVq10lwOW1 .close {
  background: #1b1b1b;
}
.cid-rVq10lwOW1 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-rVq10lwOW1 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-rVq10lwOW1 .close {
  position: fixed;
  opacity: .5;
  font-size: 35px;
  font-weight: 300;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  line-height: 70px;
  border: none;
  text-align: center;
  text-shadow: none;
  z-index: 5;
  -webkit-transition: opacity .3s ease;
  -moz-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
  font-family: 'MobiriseIcons';
}
.cid-rVq10lwOW1 .close::before {
  content: '\e91a';
}
.cid-rVq10lwOW1 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-rVq10lwOW1 .carousel-control {
  position: fixed;
  width: 70px;
  height: 70px;
  top: 50%;
  margin-top: -35px;
  line-height: 70px;
  border-radius: 50%;
  font-size: 35px;
  border: 0;
  opacity: .5;
  text-shadow: none;
  z-index: 5;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.cid-rVq10lwOW1 .carousel-inner > .active {
  display: block;
}
.cid-rVq10lwOW1 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rVq10lwOW1 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rVq10lwOW1 .carousel-control .icon-next,
.cid-rVq10lwOW1 .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-rVq10lwOW1 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-rVq10lwOW1 .carousel-control,
  .cid-rVq10lwOW1 .carousel-indicators,
  .cid-rVq10lwOW1 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-rVq10lwOW1 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-rVq10lwOW1 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rVq10lwOW1 .carousel-indicators {
  bottom: 0;
  margin-bottom: 3px;
}
@media (max-width: 991px) {
  .cid-rVq10lwOW1 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-rVq10lwOW1 .carousel-indicators {
    display: none;
  }
}
.cid-rVq10lwOW1 .carousel-indicators .active,
.cid-rVq10lwOW1 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #1b1b1b;
  opacity: .5;
  border: 4px solid #1b1b1b;
}
.cid-rVq10lwOW1 .carousel-indicators .active {
  background: #fff;
}
.cid-rVq10lwOW1 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-rVq10lwOW1 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-rVq10lwOW1 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-rVq10lwOW1 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-rVq10lwOW1 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-rVq10lwOW1 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(98.25vh);
}
.cid-rVq10lwOW1 .carousel {
  width: 100%;
}
.cid-rVq10lwOW1 .modal-dialog .carousel-inner {
  height: auto;
}
.cid-rVq10lwOW1 .modal-backdrop.in {
  opacity: .8;
}
.cid-rVq10lwOW1 .modal.fade .modal-dialog {
  -webkit-transition: margin-top 0.3s ease-out;
  -moz-transition: margin-top 0.3s ease-out;
  -o-transition: margin-top 0.3s ease-out;
  transition: margin-top 0.3s ease-out;
}
.cid-rVq10lwOW1 .modal.fade .modal-dialog,
.cid-rVq10lwOW1 .modal.in .modal-dialog {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.cid-rVq10ZjSz3 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/dscn2520-3648x2736.jpg");
}
.cid-rVq10ZjSz3 .item {
  padding-bottom: 2rem;
}
.cid-rVq10ZjSz3 .item-wrapper {
  height: 100%;
}
.cid-rVq10ZjSz3 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-rVq10ZjSz3 .carousel-control,
.cid-rVq10ZjSz3 .close {
  background: #1b1b1b;
}
.cid-rVq10ZjSz3 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-rVq10ZjSz3 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-rVq10ZjSz3 .close {
  position: fixed;
  opacity: .5;
  font-size: 35px;
  font-weight: 300;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  line-height: 70px;
  border: none;
  text-align: center;
  text-shadow: none;
  z-index: 5;
  -webkit-transition: opacity .3s ease;
  -moz-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
  font-family: 'MobiriseIcons';
}
.cid-rVq10ZjSz3 .close::before {
  content: '\e91a';
}
.cid-rVq10ZjSz3 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-rVq10ZjSz3 .carousel-control {
  position: fixed;
  width: 70px;
  height: 70px;
  top: 50%;
  margin-top: -35px;
  line-height: 70px;
  border-radius: 50%;
  font-size: 35px;
  border: 0;
  opacity: .5;
  text-shadow: none;
  z-index: 5;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.cid-rVq10ZjSz3 .carousel-inner > .active {
  display: block;
}
.cid-rVq10ZjSz3 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rVq10ZjSz3 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rVq10ZjSz3 .carousel-control .icon-next,
.cid-rVq10ZjSz3 .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-rVq10ZjSz3 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-rVq10ZjSz3 .carousel-control,
  .cid-rVq10ZjSz3 .carousel-indicators,
  .cid-rVq10ZjSz3 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-rVq10ZjSz3 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-rVq10ZjSz3 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rVq10ZjSz3 .carousel-indicators {
  bottom: 0;
  margin-bottom: 3px;
}
@media (max-width: 991px) {
  .cid-rVq10ZjSz3 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-rVq10ZjSz3 .carousel-indicators {
    display: none;
  }
}
.cid-rVq10ZjSz3 .carousel-indicators .active,
.cid-rVq10ZjSz3 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #1b1b1b;
  opacity: .5;
  border: 4px solid #1b1b1b;
}
.cid-rVq10ZjSz3 .carousel-indicators .active {
  background: #fff;
}
.cid-rVq10ZjSz3 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-rVq10ZjSz3 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-rVq10ZjSz3 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-rVq10ZjSz3 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-rVq10ZjSz3 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-rVq10ZjSz3 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(98.25vh);
}
.cid-rVq10ZjSz3 .carousel {
  width: 100%;
}
.cid-rVq10ZjSz3 .modal-dialog .carousel-inner {
  height: auto;
}
.cid-rVq10ZjSz3 .modal-backdrop.in {
  opacity: .8;
}
.cid-rVq10ZjSz3 .modal.fade .modal-dialog {
  -webkit-transition: margin-top 0.3s ease-out;
  -moz-transition: margin-top 0.3s ease-out;
  -o-transition: margin-top 0.3s ease-out;
  transition: margin-top 0.3s ease-out;
}
.cid-rVq10ZjSz3 .modal.fade .modal-dialog,
.cid-rVq10ZjSz3 .modal.in .modal-dialog {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.cid-rVq4kjtlHK {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-rVq4kjtlHK .mbr-section-subtitle {
  color: #767676;
}
.cid-rVq4kjtlHK .container-table {
  margin: 0 auto;
}
.cid-rVq4kjtlHK .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rVq4kjtlHK .dataTables_wrapper {
  display: block;
}
.cid-rVq4kjtlHK .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-rVq4kjtlHK .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rVq4kjtlHK table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-rVq4kjtlHK table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-rVq4kjtlHK table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-rVq4kjtlHK table td {
  border-top: 1px solid #cccccc;
}
.cid-rVq4kjtlHK table.table {
  background: #ffffff;
}
.cid-rVq4kjtlHK .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-rVq4kjtlHK .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rVq4kjtlHK .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rVq4kjtlHK .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rVq4kjtlHK .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rVq4kjtlHK .dataTables_filter {
    text-align: center;
  }
  .cid-rVq4kjtlHK .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rVq81x0jBV {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/img-7035-2000x1500.jpg");
}
.cid-snRkSSrSLT {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-snRkSSrSLT .mbr-section-subtitle {
  color: #767676;
}
.cid-snRkSSrSLT .container-table {
  margin: 0 auto;
}
.cid-snRkSSrSLT .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-snRkSSrSLT .dataTables_wrapper {
  display: block;
}
.cid-snRkSSrSLT .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-snRkSSrSLT .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-snRkSSrSLT table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-snRkSSrSLT table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-snRkSSrSLT table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-snRkSSrSLT table td {
  border-top: 1px solid #cccccc;
}
.cid-snRkSSrSLT table.table {
  background: #f9f295;
}
.cid-snRkSSrSLT .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-snRkSSrSLT .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-snRkSSrSLT .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-snRkSSrSLT .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-snRkSSrSLT .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-snRkSSrSLT .dataTables_filter {
    text-align: center;
  }
  .cid-snRkSSrSLT .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-snRkSSrSLT .body-item {
  text-align: left;
}
.cid-sl1Av5Cm63 {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
}
.cid-sl1Av5Cm63 .mbr-section-subtitle {
  color: #767676;
}
.cid-sl1Av5Cm63 .container-table {
  margin: 0 auto;
}
.cid-sl1Av5Cm63 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sl1Av5Cm63 .dataTables_wrapper {
  display: block;
}
.cid-sl1Av5Cm63 .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-sl1Av5Cm63 .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-sl1Av5Cm63 table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-sl1Av5Cm63 table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-sl1Av5Cm63 table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-sl1Av5Cm63 table td {
  border-top: 1px solid #cccccc;
}
.cid-sl1Av5Cm63 table.table {
  background: #f9f295;
}
.cid-sl1Av5Cm63 .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-sl1Av5Cm63 .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-sl1Av5Cm63 .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-sl1Av5Cm63 .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-sl1Av5Cm63 .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-sl1Av5Cm63 .dataTables_filter {
    text-align: center;
  }
  .cid-sl1Av5Cm63 .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-sl1Av5Cm63 .body-item {
  text-align: left;
}
.cid-sm9CDXu2cF {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-sm9CDXu2cF .mbr-section-subtitle {
  color: #767676;
}
.cid-sm9CDXu2cF .container-table {
  margin: 0 auto;
}
.cid-sm9CDXu2cF .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sm9CDXu2cF .dataTables_wrapper {
  display: block;
}
.cid-sm9CDXu2cF .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-sm9CDXu2cF .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-sm9CDXu2cF table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-sm9CDXu2cF table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-sm9CDXu2cF table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-sm9CDXu2cF table td {
  border-top: 1px solid #cccccc;
}
.cid-sm9CDXu2cF table.table {
  background: #f9f295;
}
.cid-sm9CDXu2cF .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-sm9CDXu2cF .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-sm9CDXu2cF .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-sm9CDXu2cF .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-sm9CDXu2cF .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-sm9CDXu2cF .dataTables_filter {
    text-align: center;
  }
  .cid-sm9CDXu2cF .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-sm9CDXu2cF .body-item {
  text-align: left;
}
.cid-skHh0tmdLg {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
}
.cid-skHh0tmdLg .mbr-section-subtitle {
  color: #767676;
}
.cid-skHh0tmdLg .container-table {
  margin: 0 auto;
}
.cid-skHh0tmdLg .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-skHh0tmdLg .dataTables_wrapper {
  display: block;
}
.cid-skHh0tmdLg .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-skHh0tmdLg .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-skHh0tmdLg table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-skHh0tmdLg table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-skHh0tmdLg table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-skHh0tmdLg table td {
  border-top: 1px solid #cccccc;
}
.cid-skHh0tmdLg table.table {
  background: #f9f295;
}
.cid-skHh0tmdLg .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-skHh0tmdLg .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-skHh0tmdLg .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-skHh0tmdLg .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-skHh0tmdLg .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-skHh0tmdLg .dataTables_filter {
    text-align: center;
  }
  .cid-skHh0tmdLg .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-skHh0tmdLg .body-item {
  text-align: left;
}
.cid-skHh1YsxSl {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #f9f9f9;
}
.cid-skHh1YsxSl .mbr-section-subtitle {
  color: #767676;
}
.cid-skHh1YsxSl .container-table {
  margin: 0 auto;
}
.cid-skHh1YsxSl .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-skHh1YsxSl .dataTables_wrapper {
  display: block;
}
.cid-skHh1YsxSl .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-skHh1YsxSl .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-skHh1YsxSl table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-skHh1YsxSl table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-skHh1YsxSl table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-skHh1YsxSl table td {
  border-top: 1px solid #cccccc;
}
.cid-skHh1YsxSl table.table {
  background: #f9f295;
}
.cid-skHh1YsxSl .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-skHh1YsxSl .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-skHh1YsxSl .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-skHh1YsxSl .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-skHh1YsxSl .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-skHh1YsxSl .dataTables_filter {
    text-align: center;
  }
  .cid-skHh1YsxSl .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-skHh1YsxSl .body-item {
  text-align: left;
}
.cid-skFRsZdqiy {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
}
.cid-skFRsZdqiy .mbr-section-subtitle {
  color: #767676;
}
.cid-skFRsZdqiy .container-table {
  margin: 0 auto;
}
.cid-skFRsZdqiy .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-skFRsZdqiy .dataTables_wrapper {
  display: block;
}
.cid-skFRsZdqiy .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-skFRsZdqiy .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-skFRsZdqiy table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-skFRsZdqiy table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-skFRsZdqiy table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-skFRsZdqiy table td {
  border-top: 1px solid #cccccc;
}
.cid-skFRsZdqiy table.table {
  background: #f9f295;
}
.cid-skFRsZdqiy .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-skFRsZdqiy .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-skFRsZdqiy .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-skFRsZdqiy .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-skFRsZdqiy .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-skFRsZdqiy .dataTables_filter {
    text-align: center;
  }
  .cid-skFRsZdqiy .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-skFRsZdqiy .body-item {
  text-align: left;
}
.cid-skFRu3ezaB {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-skFRu3ezaB .mbr-section-subtitle {
  color: #767676;
}
.cid-skFRu3ezaB .container-table {
  margin: 0 auto;
}
.cid-skFRu3ezaB .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-skFRu3ezaB .dataTables_wrapper {
  display: block;
}
.cid-skFRu3ezaB .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-skFRu3ezaB .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-skFRu3ezaB table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-skFRu3ezaB table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-skFRu3ezaB table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-skFRu3ezaB table td {
  border-top: 1px solid #cccccc;
}
.cid-skFRu3ezaB table.table {
  background: #f9f295;
}
.cid-skFRu3ezaB .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-skFRu3ezaB .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-skFRu3ezaB .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-skFRu3ezaB .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-skFRu3ezaB .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-skFRu3ezaB .dataTables_filter {
    text-align: center;
  }
  .cid-skFRu3ezaB .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-skFRu3ezaB .body-item {
  text-align: left;
}
.cid-skFDtFxk9i {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-skFDtFxk9i .mbr-section-subtitle {
  color: #767676;
}
.cid-skFDtFxk9i .container-table {
  margin: 0 auto;
}
.cid-skFDtFxk9i .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-skFDtFxk9i .dataTables_wrapper {
  display: block;
}
.cid-skFDtFxk9i .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-skFDtFxk9i .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-skFDtFxk9i table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-skFDtFxk9i table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-skFDtFxk9i table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-skFDtFxk9i table td {
  border-top: 1px solid #cccccc;
}
.cid-skFDtFxk9i table.table {
  background: #f9f295;
}
.cid-skFDtFxk9i .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-skFDtFxk9i .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-skFDtFxk9i .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-skFDtFxk9i .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-skFDtFxk9i .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-skFDtFxk9i .dataTables_filter {
    text-align: center;
  }
  .cid-skFDtFxk9i .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-skFDtFxk9i .body-item {
  text-align: left;
}
.cid-rWDiMnvUzR {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
}
.cid-rWDiMnvUzR .mbr-section-subtitle {
  color: #767676;
}
.cid-rWDiMnvUzR .container-table {
  margin: 0 auto;
}
.cid-rWDiMnvUzR .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rWDiMnvUzR .dataTables_wrapper {
  display: block;
}
.cid-rWDiMnvUzR .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-rWDiMnvUzR .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rWDiMnvUzR table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-rWDiMnvUzR table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-rWDiMnvUzR table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-rWDiMnvUzR table td {
  border-top: 1px solid #cccccc;
}
.cid-rWDiMnvUzR table.table {
  background: #f9f295;
}
.cid-rWDiMnvUzR .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-rWDiMnvUzR .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rWDiMnvUzR .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rWDiMnvUzR .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rWDiMnvUzR .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rWDiMnvUzR .dataTables_filter {
    text-align: center;
  }
  .cid-rWDiMnvUzR .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rWDiMnvUzR .body-item {
  text-align: left;
}
.cid-rWDiNluRvV {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-rWDiNluRvV .mbr-section-subtitle {
  color: #767676;
}
.cid-rWDiNluRvV .container-table {
  margin: 0 auto;
}
.cid-rWDiNluRvV .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rWDiNluRvV .dataTables_wrapper {
  display: block;
}
.cid-rWDiNluRvV .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-rWDiNluRvV .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rWDiNluRvV table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-rWDiNluRvV table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-rWDiNluRvV table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-rWDiNluRvV table td {
  border-top: 1px solid #cccccc;
}
.cid-rWDiNluRvV table.table {
  background: #f9f295;
}
.cid-rWDiNluRvV .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-rWDiNluRvV .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rWDiNluRvV .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rWDiNluRvV .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rWDiNluRvV .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rWDiNluRvV .dataTables_filter {
    text-align: center;
  }
  .cid-rWDiNluRvV .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rWDiNluRvV .body-item {
  text-align: left;
}
.cid-rWxEh6lPY5 {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
}
.cid-rWxEh6lPY5 .mbr-section-subtitle {
  color: #767676;
}
.cid-rWxEh6lPY5 .container-table {
  margin: 0 auto;
}
.cid-rWxEh6lPY5 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rWxEh6lPY5 .dataTables_wrapper {
  display: block;
}
.cid-rWxEh6lPY5 .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-rWxEh6lPY5 .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rWxEh6lPY5 table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-rWxEh6lPY5 table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-rWxEh6lPY5 table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-rWxEh6lPY5 table td {
  border-top: 1px solid #cccccc;
}
.cid-rWxEh6lPY5 table.table {
  background: #f9f295;
}
.cid-rWxEh6lPY5 .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-rWxEh6lPY5 .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rWxEh6lPY5 .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rWxEh6lPY5 .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rWxEh6lPY5 .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rWxEh6lPY5 .dataTables_filter {
    text-align: center;
  }
  .cid-rWxEh6lPY5 .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rWxEh6lPY5 .body-item {
  text-align: left;
}
.cid-rWxEi8ceF8 {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-rWxEi8ceF8 .mbr-section-subtitle {
  color: #767676;
}
.cid-rWxEi8ceF8 .container-table {
  margin: 0 auto;
}
.cid-rWxEi8ceF8 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rWxEi8ceF8 .dataTables_wrapper {
  display: block;
}
.cid-rWxEi8ceF8 .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-rWxEi8ceF8 .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rWxEi8ceF8 table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-rWxEi8ceF8 table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-rWxEi8ceF8 table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-rWxEi8ceF8 table td {
  border-top: 1px solid #cccccc;
}
.cid-rWxEi8ceF8 table.table {
  background: #f9f295;
}
.cid-rWxEi8ceF8 .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-rWxEi8ceF8 .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rWxEi8ceF8 .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rWxEi8ceF8 .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rWxEi8ceF8 .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rWxEi8ceF8 .dataTables_filter {
    text-align: center;
  }
  .cid-rWxEi8ceF8 .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rWxEi8ceF8 .body-item {
  text-align: left;
}
.cid-rWxr2riaOO {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
}
.cid-rWxr2riaOO .mbr-section-subtitle {
  color: #767676;
}
.cid-rWxr2riaOO .container-table {
  margin: 0 auto;
}
.cid-rWxr2riaOO .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rWxr2riaOO .dataTables_wrapper {
  display: block;
}
.cid-rWxr2riaOO .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-rWxr2riaOO .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rWxr2riaOO table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-rWxr2riaOO table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-rWxr2riaOO table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-rWxr2riaOO table td {
  border-top: 1px solid #cccccc;
}
.cid-rWxr2riaOO table.table {
  background: #f9f295;
}
.cid-rWxr2riaOO .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-rWxr2riaOO .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rWxr2riaOO .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rWxr2riaOO .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rWxr2riaOO .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rWxr2riaOO .dataTables_filter {
    text-align: center;
  }
  .cid-rWxr2riaOO .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rWxr2riaOO .body-item {
  text-align: left;
}
.cid-rWxr3rQ2PF {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-rWxr3rQ2PF .mbr-section-subtitle {
  color: #767676;
}
.cid-rWxr3rQ2PF .container-table {
  margin: 0 auto;
}
.cid-rWxr3rQ2PF .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rWxr3rQ2PF .dataTables_wrapper {
  display: block;
}
.cid-rWxr3rQ2PF .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-rWxr3rQ2PF .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rWxr3rQ2PF table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-rWxr3rQ2PF table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-rWxr3rQ2PF table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-rWxr3rQ2PF table td {
  border-top: 1px solid #cccccc;
}
.cid-rWxr3rQ2PF table.table {
  background: #f9f295;
}
.cid-rWxr3rQ2PF .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-rWxr3rQ2PF .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rWxr3rQ2PF .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rWxr3rQ2PF .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rWxr3rQ2PF .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rWxr3rQ2PF .dataTables_filter {
    text-align: center;
  }
  .cid-rWxr3rQ2PF .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rWxr3rQ2PF .body-item {
  text-align: left;
}
.cid-rW8XhWA8Lg {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
}
.cid-rW8XhWA8Lg .mbr-section-subtitle {
  color: #767676;
}
.cid-rW8XhWA8Lg .container-table {
  margin: 0 auto;
}
.cid-rW8XhWA8Lg .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rW8XhWA8Lg .dataTables_wrapper {
  display: block;
}
.cid-rW8XhWA8Lg .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-rW8XhWA8Lg .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rW8XhWA8Lg table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-rW8XhWA8Lg table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-rW8XhWA8Lg table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-rW8XhWA8Lg table td {
  border-top: 1px solid #cccccc;
}
.cid-rW8XhWA8Lg table.table {
  background: #f9f295;
}
.cid-rW8XhWA8Lg .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-rW8XhWA8Lg .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rW8XhWA8Lg .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rW8XhWA8Lg .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rW8XhWA8Lg .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rW8XhWA8Lg .dataTables_filter {
    text-align: center;
  }
  .cid-rW8XhWA8Lg .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rW8XhWA8Lg .body-item {
  text-align: left;
}
.cid-rW8XkFRRq9 {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-rW8XkFRRq9 .mbr-section-subtitle {
  color: #767676;
}
.cid-rW8XkFRRq9 .container-table {
  margin: 0 auto;
}
.cid-rW8XkFRRq9 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rW8XkFRRq9 .dataTables_wrapper {
  display: block;
}
.cid-rW8XkFRRq9 .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-rW8XkFRRq9 .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rW8XkFRRq9 table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-rW8XkFRRq9 table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-rW8XkFRRq9 table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-rW8XkFRRq9 table td {
  border-top: 1px solid #cccccc;
}
.cid-rW8XkFRRq9 table.table {
  background: #f9f295;
}
.cid-rW8XkFRRq9 .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-rW8XkFRRq9 .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rW8XkFRRq9 .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rW8XkFRRq9 .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rW8XkFRRq9 .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rW8XkFRRq9 .dataTables_filter {
    text-align: center;
  }
  .cid-rW8XkFRRq9 .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rW8XkFRRq9 .body-item {
  text-align: left;
}
.cid-rW4NLEfq5k {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
}
.cid-rW4NLEfq5k .mbr-section-subtitle {
  color: #767676;
}
.cid-rW4NLEfq5k .container-table {
  margin: 0 auto;
}
.cid-rW4NLEfq5k .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rW4NLEfq5k .dataTables_wrapper {
  display: block;
}
.cid-rW4NLEfq5k .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-rW4NLEfq5k .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rW4NLEfq5k table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-rW4NLEfq5k table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-rW4NLEfq5k table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-rW4NLEfq5k table td {
  border-top: 1px solid #cccccc;
}
.cid-rW4NLEfq5k table.table {
  background: #f9f295;
}
.cid-rW4NLEfq5k .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-rW4NLEfq5k .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rW4NLEfq5k .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rW4NLEfq5k .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rW4NLEfq5k .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rW4NLEfq5k .dataTables_filter {
    text-align: center;
  }
  .cid-rW4NLEfq5k .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rW4NLEfq5k .body-item {
  text-align: left;
}
.cid-rW4OdwJZJC {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-rW4OdwJZJC .mbr-section-subtitle {
  color: #767676;
}
.cid-rW4OdwJZJC .container-table {
  margin: 0 auto;
}
.cid-rW4OdwJZJC .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rW4OdwJZJC .dataTables_wrapper {
  display: block;
}
.cid-rW4OdwJZJC .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-rW4OdwJZJC .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rW4OdwJZJC table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-rW4OdwJZJC table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-rW4OdwJZJC table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-rW4OdwJZJC table td {
  border-top: 1px solid #cccccc;
}
.cid-rW4OdwJZJC table.table {
  background: #f9f295;
}
.cid-rW4OdwJZJC .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-rW4OdwJZJC .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rW4OdwJZJC .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rW4OdwJZJC .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rW4OdwJZJC .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rW4OdwJZJC .dataTables_filter {
    text-align: center;
  }
  .cid-rW4OdwJZJC .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rW4OdwJZJC .body-item {
  text-align: left;
}
.cid-rW4wfBTZOg {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
}
.cid-rW4wfBTZOg .mbr-section-subtitle {
  color: #767676;
}
.cid-rW4wfBTZOg .container-table {
  margin: 0 auto;
}
.cid-rW4wfBTZOg .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rW4wfBTZOg .dataTables_wrapper {
  display: block;
}
.cid-rW4wfBTZOg .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-rW4wfBTZOg .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rW4wfBTZOg table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-rW4wfBTZOg table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-rW4wfBTZOg table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-rW4wfBTZOg table td {
  border-top: 1px solid #cccccc;
}
.cid-rW4wfBTZOg table.table {
  background: #f9f295;
}
.cid-rW4wfBTZOg .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-rW4wfBTZOg .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rW4wfBTZOg .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rW4wfBTZOg .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rW4wfBTZOg .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rW4wfBTZOg .dataTables_filter {
    text-align: center;
  }
  .cid-rW4wfBTZOg .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rW4wfBTZOg .body-item {
  text-align: left;
}
.cid-rW4wh9LqID {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-rW4wh9LqID .mbr-section-subtitle {
  color: #767676;
}
.cid-rW4wh9LqID .container-table {
  margin: 0 auto;
}
.cid-rW4wh9LqID .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rW4wh9LqID .dataTables_wrapper {
  display: block;
}
.cid-rW4wh9LqID .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-rW4wh9LqID .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rW4wh9LqID table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-rW4wh9LqID table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-rW4wh9LqID table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-rW4wh9LqID table td {
  border-top: 1px solid #cccccc;
}
.cid-rW4wh9LqID table.table {
  background: #f9f295;
}
.cid-rW4wh9LqID .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-rW4wh9LqID .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rW4wh9LqID .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rW4wh9LqID .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rW4wh9LqID .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rW4wh9LqID .dataTables_filter {
    text-align: center;
  }
  .cid-rW4wh9LqID .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rW4wh9LqID .body-item {
  text-align: left;
}
.cid-rVsw8czWAV {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
}
.cid-rVsw8czWAV .mbr-section-subtitle {
  color: #767676;
}
.cid-rVsw8czWAV .container-table {
  margin: 0 auto;
}
.cid-rVsw8czWAV .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rVsw8czWAV .dataTables_wrapper {
  display: block;
}
.cid-rVsw8czWAV .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-rVsw8czWAV .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rVsw8czWAV table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-rVsw8czWAV table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-rVsw8czWAV table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-rVsw8czWAV table td {
  border-top: 1px solid #cccccc;
}
.cid-rVsw8czWAV table.table {
  background: #f9f295;
}
.cid-rVsw8czWAV .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-rVsw8czWAV .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rVsw8czWAV .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rVsw8czWAV .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rVsw8czWAV .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rVsw8czWAV .dataTables_filter {
    text-align: center;
  }
  .cid-rVsw8czWAV .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rVsw8czWAV .body-item {
  text-align: left;
}
.cid-rVvPr22Oom {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-rVvPr22Oom .mbr-section-subtitle {
  color: #767676;
}
.cid-rVvPr22Oom .container-table {
  margin: 0 auto;
}
.cid-rVvPr22Oom .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rVvPr22Oom .dataTables_wrapper {
  display: block;
}
.cid-rVvPr22Oom .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-rVvPr22Oom .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rVvPr22Oom table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-rVvPr22Oom table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-rVvPr22Oom table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-rVvPr22Oom table td {
  border-top: 1px solid #cccccc;
}
.cid-rVvPr22Oom table.table {
  background: #f9f295;
}
.cid-rVvPr22Oom .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-rVvPr22Oom .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rVvPr22Oom .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rVvPr22Oom .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rVvPr22Oom .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rVvPr22Oom .dataTables_filter {
    text-align: center;
  }
  .cid-rVvPr22Oom .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rVvPr22Oom .body-item {
  text-align: left;
}
.cid-rVsCzAJNja {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
}
.cid-rVsCzAJNja .mbr-section-subtitle {
  color: #767676;
}
.cid-rVsCzAJNja .container-table {
  margin: 0 auto;
}
.cid-rVsCzAJNja .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rVsCzAJNja .dataTables_wrapper {
  display: block;
}
.cid-rVsCzAJNja .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-rVsCzAJNja .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rVsCzAJNja table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-rVsCzAJNja table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-rVsCzAJNja table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-rVsCzAJNja table td {
  border-top: 1px solid #cccccc;
}
.cid-rVsCzAJNja table.table {
  background: #f9f295;
}
.cid-rVsCzAJNja .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-rVsCzAJNja .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rVsCzAJNja .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rVsCzAJNja .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rVsCzAJNja .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rVsCzAJNja .dataTables_filter {
    text-align: center;
  }
  .cid-rVsCzAJNja .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rVsCzAJNja .body-item {
  text-align: left;
}
.cid-rVsCAkVLgJ {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-rVsCAkVLgJ .mbr-section-subtitle {
  color: #767676;
}
.cid-rVsCAkVLgJ .container-table {
  margin: 0 auto;
}
.cid-rVsCAkVLgJ .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rVsCAkVLgJ .dataTables_wrapper {
  display: block;
}
.cid-rVsCAkVLgJ .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-rVsCAkVLgJ .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rVsCAkVLgJ table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-rVsCAkVLgJ table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-rVsCAkVLgJ table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-rVsCAkVLgJ table td {
  border-top: 1px solid #cccccc;
}
.cid-rVsCAkVLgJ table.table {
  background: #f9f295;
}
.cid-rVsCAkVLgJ .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-rVsCAkVLgJ .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rVsCAkVLgJ .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rVsCAkVLgJ .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rVsCAkVLgJ .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rVsCAkVLgJ .dataTables_filter {
    text-align: center;
  }
  .cid-rVsCAkVLgJ .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rVsCAkVLgJ .body-item {
  text-align: left;
}
.cid-rVsCzXMMkI {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-rVsCzXMMkI .mbr-section-subtitle {
  color: #767676;
}
.cid-rVsCzXMMkI .container-table {
  margin: 0 auto;
}
.cid-rVsCzXMMkI .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rVsCzXMMkI .dataTables_wrapper {
  display: block;
}
.cid-rVsCzXMMkI .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-rVsCzXMMkI .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rVsCzXMMkI table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-rVsCzXMMkI table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-rVsCzXMMkI table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-rVsCzXMMkI table td {
  border-top: 1px solid #cccccc;
}
.cid-rVsCzXMMkI table.table {
  background: #f9f295;
}
.cid-rVsCzXMMkI .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-rVsCzXMMkI .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rVsCzXMMkI .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rVsCzXMMkI .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rVsCzXMMkI .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rVsCzXMMkI .dataTables_filter {
    text-align: center;
  }
  .cid-rVsCzXMMkI .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rVsCzXMMkI .body-item {
  text-align: left;
}
.cid-rVvNA3Vrix {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-rVvNA3Vrix .mbr-section-subtitle {
  color: #767676;
}
.cid-rVvNA3Vrix .container-table {
  margin: 0 auto;
}
.cid-rVvNA3Vrix .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rVvNA3Vrix .dataTables_wrapper {
  display: block;
}
.cid-rVvNA3Vrix .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-rVvNA3Vrix .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rVvNA3Vrix table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-rVvNA3Vrix table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-rVvNA3Vrix table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-rVvNA3Vrix table td {
  border-top: 1px solid #cccccc;
}
.cid-rVvNA3Vrix table.table {
  background: #f9f295;
}
.cid-rVvNA3Vrix .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-rVvNA3Vrix .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rVvNA3Vrix .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rVvNA3Vrix .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rVvNA3Vrix .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rVvNA3Vrix .dataTables_filter {
    text-align: center;
  }
  .cid-rVvNA3Vrix .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rVvNA3Vrix .body-item {
  text-align: left;
}
