body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Quicksand', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Quicksand', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Quicksand', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Quicksand', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Quicksand', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.375rem;
}
/* ---- 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: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((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.3 * (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.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #993617 !important;
}
.bg-success {
  background-color: #00963f !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #65c6d4 !important;
}
.bg-danger {
  background-color: #ffffff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #993617 !important;
  border-color: #993617 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #4e1b0c !important;
  border-color: #4e1b0c !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #4e1b0c !important;
  border-color: #4e1b0c !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #993617 !important;
  border-color: #993617 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #4e1b0c !important;
  border-color: #4e1b0c !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #4e1b0c !important;
  border-color: #4e1b0c !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-success,
.btn-success:active {
  background-color: #00963f !important;
  border-color: #00963f !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #003f1b !important;
  border-color: #003f1b !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #003f1b !important;
  border-color: #003f1b !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #65c6d4 !important;
  border-color: #65c6d4 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #31a1b1 !important;
  border-color: #31a1b1 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #31a1b1 !important;
  border-color: #31a1b1 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #993617;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #4e1b0c !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #993617 !important;
  border-color: #993617 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #993617;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #4e1b0c !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #993617 !important;
  border-color: #993617 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #00963f;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #003f1b !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #00963f !important;
  border-color: #00963f !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #65c6d4;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #31a1b1 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #65c6d4 !important;
  border-color: #65c6d4 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #993617 !important;
}
.text-secondary {
  color: #993617 !important;
}
.text-success {
  color: #00963f !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #65c6d4 !important;
}
.text-danger {
  color: #ffffff !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #40170a !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #40170a !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #003014 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #2e96a5 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #cccccc !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #993617;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #65c6d4;
}
.alert-danger {
  background-color: #ffffff;
}
.mbr-gallery-filter li.active .btn {
  background-color: #993617;
  border-color: #993617;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #993617;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #e4704b;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #17ff78;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Quicksand', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #993617 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Quicksand', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #993617;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #993617;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #993617;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #993617;
  border-bottom-color: #993617;
}
.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: #993617 !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: #993617 !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%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23993617' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-uMASKjILeS {
  background-image: url("../../../assets/images/podloga6-1920x960.webp");
}
.cid-uMASKjILeS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMASKjILeS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMASKjILeS .mbr-section-title {
  color: #ffffff;
}
.cid-uMASKjILeS .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uLgkanb6of {
  padding-top: 60px;
  padding-bottom: 15px;
  background: #ffffff;
}
.cid-uLgkanb6of .team-card .image-wrap {
  overflow: hidden;
}
.cid-uLgkanb6of .team-card .image-wrap img {
  transition: all .5s;
}
.cid-uLgkanb6of .team-card .image-wrap:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-uLgkanb6of .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-uLgkanb6of .team-card {
  margin-bottom: 2rem;
}
.cid-uLgkanb6of .card-wrap {
  background: #40b0bf;
}
.cid-uLgkanb6of .card-wrap .image-wrap img {
  width: 100%;
}
.cid-uLgkanb6of .card-wrap .content-wrap {
  padding: 1.5rem;
}
.cid-uLgkanb6of .card-wrap .content-wrap .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uLgkanb6of .card-wrap .content-wrap .mbr-section-btn .btn {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uLgkanb6of .team-card.last-card {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uLgkanb6of .team-card.last-row-card {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .cid-uLgkanb6of .team-card:not(.first-row-card) {
    margin-bottom: 0;
  }
}
.cid-uLgkanb6of .card-title {
  color: #ffffff;
}
.cid-uLgkanb6of .card-text,
.cid-uLgkanb6of .mbr-section-btn {
  color: #ffffff;
}
.cid-uMucoNkcKv {
  padding-top: 0px;
  padding-bottom: 15px;
  background: #ffffff;
}
.cid-uMucoNkcKv .team-card .image-wrap {
  overflow: hidden;
}
.cid-uMucoNkcKv .team-card .image-wrap img {
  transition: all .5s;
}
.cid-uMucoNkcKv .team-card .image-wrap:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-uMucoNkcKv .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-uMucoNkcKv .team-card {
  margin-bottom: 2rem;
}
.cid-uMucoNkcKv .card-wrap {
  background: #40b0bf;
}
.cid-uMucoNkcKv .card-wrap .image-wrap img {
  width: 100%;
}
.cid-uMucoNkcKv .card-wrap .content-wrap {
  padding: 1.5rem;
}
.cid-uMucoNkcKv .card-wrap .content-wrap .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uMucoNkcKv .card-wrap .content-wrap .mbr-section-btn .btn {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uMucoNkcKv .team-card.last-card {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uMucoNkcKv .team-card.last-row-card {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .cid-uMucoNkcKv .team-card:not(.first-row-card) {
    margin-bottom: 0;
  }
}
.cid-uMucoNkcKv .card-title {
  color: #ffffff;
  text-align: left;
}
.cid-uMucoNkcKv .card-text,
.cid-uMucoNkcKv .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-utldG5y62g {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-utldG5y62g h4 {
  font-weight: 600;
  color: #e2e2e2;
}
.cid-utldG5y62g .mbr-section-subtitle {
  color: #767676;
}
.cid-utldG5y62g .article {
  padding-right: 2rem;
  padding-left: 2rem;
}
@media (min-width: 768px) {
  .cid-utldG5y62g .article-right-border {
    border-right: 2px dotted #e2e2e2;
  }
}
.cid-utldG5y62g .mbr-text-right {
  color: #000000;
}
.cid-utldG5y62g .mbr-text-left {
  text-align: left;
}
.cid-utldG5y62g .article-counter-left {
  color: #bbbbbb;
}
.cid-utldG5y62g .article-counter-right {
  color: #bbbbbb;
}
.cid-uN358Id14K {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #98dee8;
}
.cid-uN358Id14K .mbr-section-subtitle {
  color: #000000;
}
.cid-uN358Id14K .mbr-text {
  color: #000000;
}
.cid-uLOZPG6shz {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-uLOZPG6shz .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uLOZPG6shz form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uLOZPG6shz form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uLOZPG6shz form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uL4cVhdfcH {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uL4cVhdfcH .google-map {
  height: 25rem;
  position: relative;
}
.cid-uL4cVhdfcH .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uL4cVhdfcH .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-uL4cVhdfcH .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uL4cVhdfcH .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uL4cVhdfcH .container-fluid {
  padding: 0;
}
.cid-uL4cVhdfcH .relative {
  position: relative;
  width: 100%;
}
.cid-uL4cVhdfcH .mbr-section-title {
  color: #656565;
}
.cid-uL4cVhdfcH .block {
  background: rgba(50, 50, 50, 0.8);
  position: absolute;
  padding: 2rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  width: 400px;
  height: 100%;
  top: 0;
  right: 0;
}
.cid-uL4cVhdfcH .line {
  height: 3px;
  width: 60px;
  background: #ffffff;
  margin: auto;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.cid-uL4cVhdfcH .title {
  text-align: center;
  color: #ffffff;
}
.cid-uL4cVhdfcH .text {
  text-align: center;
  color: #ffffff;
  line-height: 1.5;
}
@media (max-width: 576px) {
  .cid-uL4cVhdfcH .block {
    position: relative;
    width: 100%;
    height: auto;
    padding: 6rem 2rem;
  }
}
.cid-uutFOGFwxh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #40b0bf;
}
.cid-uutFOGFwxh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uutFOGFwxh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uutFOGFwxh .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uutFOGFwxh .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uutFOGFwxh .row {
    text-align: center;
  }
  .cid-uutFOGFwxh .row > div {
    margin: auto;
  }
  .cid-uutFOGFwxh .social-row {
    justify-content: center;
  }
}
.cid-uutFOGFwxh .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uutFOGFwxh .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uutFOGFwxh .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uutFOGFwxh .list {
    margin-bottom: 0rem;
  }
}
.cid-uutFOGFwxh .mbr-text {
  color: #ffffff;
}
.cid-uutFOGFwxh .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uutFOGFwxh .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uutFOGFwxh div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uutFOGFwxh .copyright {
  text-align: left;
}
.cid-uRdZgq9tMe .navbar {
  padding: 0.5rem 0;
  background: #40b0bf;
  transition: none;
  min-height: 77px;
}
@media (min-width: 992px) {
  .cid-uRdZgq9tMe .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 2.5385em 0.235em 3.5385em !important;
    margin: 0 !important;
  }
}
.cid-uRdZgq9tMe .menu-logo {
  display: flex;
  position: relative;
  -webkit-align-items: center;
  align-items: center;
  margin-right: auto;
}
.cid-uRdZgq9tMe .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uRdZgq9tMe .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uRdZgq9tMe .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uRdZgq9tMe .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uRdZgq9tMe .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uRdZgq9tMe .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uRdZgq9tMe .navbar-dropdown.bg-color.transparent.opened {
  background: #40b0bf;
}
.cid-uRdZgq9tMe a {
  font-style: normal;
}
.cid-uRdZgq9tMe .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-uRdZgq9tMe .dropdown-item:after {
  display: none;
}
.cid-uRdZgq9tMe .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.7rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uRdZgq9tMe .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 20px;
}
.cid-uRdZgq9tMe .content-text {
  margin-bottom: 0;
}
.cid-uRdZgq9tMe .navbar-nav {
  position: relative;
  min-height: 60px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uRdZgq9tMe .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #993617;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uRdZgq9tMe .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uRdZgq9tMe .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-uRdZgq9tMe .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uRdZgq9tMe .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uRdZgq9tMe .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uRdZgq9tMe .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uRdZgq9tMe .nav-dropdown .link {
  font-weight: 400;
}
.cid-uRdZgq9tMe .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uRdZgq9tMe .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-uRdZgq9tMe .content-right-side {
    display: flex;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-uRdZgq9tMe .content-right-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    justify-content: space-between;
  }
}
.cid-uRdZgq9tMe .menu-content-top {
  display: none;
  padding: 1rem 0;
  transition: height 0.3s ease-in-out;
}
.cid-uRdZgq9tMe .menu-content-top.show {
  display: block;
}
.cid-uRdZgq9tMe .content-right-side .content-link {
  margin-left: 1rem;
}
.cid-uRdZgq9tMe .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
@media (max-width: 991px) {
  .cid-uRdZgq9tMe .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-uRdZgq9tMe .dropdown-item {
    padding: 0.235em 2.5385em 0.235em 3.5385em !important;
    margin: 0 !important;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    display: inline-block;
    width: auto;
  }
  .cid-uRdZgq9tMe .menu-logo {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .cid-uRdZgq9tMe .menu-bottom {
    width: 100%;
    padding: 0 1rem;
    display: block;
  }
  .cid-uRdZgq9tMe img {
    height: 3.8rem !important;
  }
  .cid-uRdZgq9tMe .btn {
    display: flex;
  }
  .cid-uRdZgq9tMe button.navbar-toggler {
    display: block;
  }
  .cid-uRdZgq9tMe .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-uRdZgq9tMe .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uRdZgq9tMe .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uRdZgq9tMe .navbar-collapse.collapsing,
  .cid-uRdZgq9tMe .navbar-collapse.show {
    display: block !important;
  }
  .cid-uRdZgq9tMe .navbar-collapse.collapsing .navbar-nav,
  .cid-uRdZgq9tMe .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uRdZgq9tMe .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uRdZgq9tMe .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-uRdZgq9tMe .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uRdZgq9tMe .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uRdZgq9tMe .navbar-collapse.collapsing .navbar-buttons,
  .cid-uRdZgq9tMe .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uRdZgq9tMe .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uRdZgq9tMe .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uRdZgq9tMe .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uRdZgq9tMe .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    position: relative;
    opacity: 1;
    height: auto;
    padding: 0 !important;
    visibility: visible;
  }
  .cid-uRdZgq9tMe .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uRdZgq9tMe .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0 !important;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
}
@media (min-width: 992px) {
  .cid-uRdZgq9tMe .navbar .menu-content-top {
    display: block;
  }
  .cid-uRdZgq9tMe .menu-content-top .row {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .cid-uRdZgq9tMe .content-right-side {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-flex-basis: 70%;
    flex-basis: 70%;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-uRdZgq9tMe .menu-content-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .cid-uRdZgq9tMe .menu-bottom {
    display: flex;
  }
  .cid-uRdZgq9tMe .navbar {
    display: block;
    padding: 0;
  }
  .cid-uRdZgq9tMe .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uRdZgq9tMe .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 76px;
  }
  .cid-uRdZgq9tMe .navbar-toggler {
    display: none;
  }
}
.cid-uRdZgq9tMe .navbar-short .menu-content-top {
  border: none;
}
.cid-uRdZgq9tMe .btn {
  padding: 0.7rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uRdZgq9tMe .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uRdZgq9tMe .navbar-toggleable-sm .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 5rem;
  width: 100%;
}
.cid-uRdZgq9tMe .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uRdZgq9tMe .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uRdZgq9tMe .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uRdZgq9tMe .dropdown .dropdown-menu {
  background: #40b0bf;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uRdZgq9tMe .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uRdZgq9tMe .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uRdZgq9tMe .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-uRdZgq9tMe .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uRdZgq9tMe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uRdZgq9tMe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uRdZgq9tMe .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uRdZgq9tMe .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRdZgq9tMe .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uRdZgq9tMe .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.cid-uRdZgq9tMe .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uRdZgq9tMe .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uRdZgq9tMe .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uRdZgq9tMe .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uRdZgq9tMe button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  align-self: center;
}
.cid-uRdZgq9tMe button.navbar-toggler:focus {
  outline: none;
}
.cid-uRdZgq9tMe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uRdZgq9tMe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRdZgq9tMe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRdZgq9tMe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRdZgq9tMe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRdZgq9tMe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRdZgq9tMe nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRdZgq9tMe nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRdZgq9tMe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRdZgq9tMe .collapsed.navbar {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uRdZgq9tMe .collapsed .menu-bottom {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uRdZgq9tMe .collapsed .menu-logo {
  margin-right: 0;
}
.cid-uRdZgq9tMe .collapsed .btn {
  display: flex;
}
.cid-uRdZgq9tMe .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uRdZgq9tMe .collapsed .navbar-collapse.collapsing,
.cid-uRdZgq9tMe .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uRdZgq9tMe .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uRdZgq9tMe .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uRdZgq9tMe .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uRdZgq9tMe .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uRdZgq9tMe .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uRdZgq9tMe .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uRdZgq9tMe .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uRdZgq9tMe .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uRdZgq9tMe .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uRdZgq9tMe .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uRdZgq9tMe .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 6.5rem  - 3.5rem);
  }
  .cid-uRdZgq9tMe .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uRdZgq9tMe .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uRdZgq9tMe .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uRdZgq9tMe .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uRdZgq9tMe .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.25s;
  transition-property: opacity, padding, height;
}
.cid-uRdZgq9tMe .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uRdZgq9tMe .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uRdZgq9tMe .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: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uRdZgq9tMe .collapsed .dropdown-item:before {
  display: none;
}
.cid-uRdZgq9tMe .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uRdZgq9tMe .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uRdZgq9tMe .nav-link:focus {
  outline: none;
}
.cid-uRdZgq9tMe .navbar-toggler {
  position: relative;
}
.cid-uRdZgq9tMe .dropdown-item.active,
.cid-uRdZgq9tMe .dropdown-item:active {
  background-color: transparent !important;
  color: inherit;
}
.cid-uRdZgq9tMe .nav-link:hover,
.cid-uRdZgq9tMe .dropdown-item:hover {
  color: #000000;
}
.cid-uPdwCPFf0q {
  background-image: url("../../../assets/images/img-1504-800x578.webp");
}
.cid-uPdwCPFf0q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPdwCPFf0q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPdwCPFf0q .mbr-section-title {
  color: #ffffff;
}
.cid-uu6k1x5KxV {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-uu6k1x5KxV .mbr-text {
  color: #000000;
}
.cid-uu6k1x5KxV .mbr-section-subtitle {
  color: #000000;
}
.cid-uu6m4Vax40 {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #fafafa;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uu6m4Vax40 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uu6m4Vax40 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uu6m4Vax40 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uu6m4Vax40 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uu6m4Vax40 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uu6m4Vax40 .mbr-gallery-item > div:hover::before {
  opacity: 0.5 !important;
}
.cid-uu6m4Vax40 .mbr-gallery-filter {
  padding-top: 0;
  padding-bottom: 2rem;
}
.cid-uu6m4Vax40 .mbr-gallery-filter .btn {
  text-transform: uppercase;
  color: #232323 !important;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0px !important;
  border: none;
  background: transparent;
  padding: 12px 15px 12px 15px;
}
.cid-uu6m4Vax40 .mbr-gallery-filter ul {
  display: block;
}
.cid-uu6m4Vax40 .mbr-gallery-filter ul li {
  position: relative;
}
.cid-uu6m4Vax40 .mbr-gallery-filter li.active .btn {
  color: #fd8500 !important;
  background: transparent;
}
.cid-uu6m4Vax40 .mbr-gallery-filter .btn::after {
  bottom: 0.5rem;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  width: 4px;
  transition: all 0.3s ease-in-out;
  background: #fd8500 !important;
}
.cid-uu6m4Vax40 .mbr-gallery-filter li:not(.active) .btn.active:after,
.cid-uu6m4Vax40 .mbr-gallery-filter li.active .btn:not(.active):after,
.cid-uu6m4Vax40 .mbr-gallery-filter .mbr-gallery-filter .btn:hover:after {
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  background: #fd8500 !important;
}
.cid-uu6m4Vax40 .mbr-gallery-filter .mbr-gallery-filter-all.active .btn.active:after,
.cid-uu6m4Vax40 .mbr-gallery-filter .mbr-gallery-filter-all:not(.active) .btn.active:after {
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
}
.cid-uu6m4Vax40 .mbr-gallery-title {
  transition: all .3s;
  position: absolute;
  visibility: hidden;
  display: block;
  opacity: 0;
  width: 100%;
  top: -2rem;
  right: 0;
  text-align: right;
  padding: 1rem;
  color: #fff;
  background: transparent;
}
.cid-uu6m4Vax40 .mbr-gallery-item > div:hover .mbr-gallery-title {
  top: 0;
  right: 0;
  display: block;
  visibility: visible;
  opacity: 1;
}
.cid-uu6m4Vax40 .mbr-gallery-item > div:hover .icon-focus {
  top: calc(50% - 24px);
}
.cid-uu6m4Vax40 .icon-focus:before {
  content: '\e95e';
}
.cid-uu6m4Vax40 .icon-focus {
  font-family: 'MobiriseIcons' !important;
  transition: all .3s;
  font-size: 2rem !important;
  top: 50%;
  left: calc(50% - 24px);
  width: 48px;
  padding: 0 8px;
  border-radius: 50%;
  color: #444444 !important;
  background-color: #ffffff;
}
.cid-uu6m4Vax40 .mbr-section-title {
  margin: 0;
}
.cid-uu6m4Vax40 .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-uu6m4Vax40 .underline .line {
  width: 3rem;
  height: 2px;
  background: #232323;
  display: inline-block;
}
.cid-uutFOGFwxh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #40b0bf;
}
.cid-uutFOGFwxh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uutFOGFwxh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uutFOGFwxh .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uutFOGFwxh .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uutFOGFwxh .row {
    text-align: center;
  }
  .cid-uutFOGFwxh .row > div {
    margin: auto;
  }
  .cid-uutFOGFwxh .social-row {
    justify-content: center;
  }
}
.cid-uutFOGFwxh .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uutFOGFwxh .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uutFOGFwxh .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uutFOGFwxh .list {
    margin-bottom: 0rem;
  }
}
.cid-uutFOGFwxh .mbr-text {
  color: #ffffff;
}
.cid-uutFOGFwxh .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uutFOGFwxh .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uutFOGFwxh div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uutFOGFwxh .copyright {
  text-align: left;
}
.cid-uRdZgq9tMe .navbar {
  padding: 0.5rem 0;
  background: #40b0bf;
  transition: none;
  min-height: 77px;
}
@media (min-width: 992px) {
  .cid-uRdZgq9tMe .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 2.5385em 0.235em 3.5385em !important;
    margin: 0 !important;
  }
}
.cid-uRdZgq9tMe .menu-logo {
  display: flex;
  position: relative;
  -webkit-align-items: center;
  align-items: center;
  margin-right: auto;
}
.cid-uRdZgq9tMe .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uRdZgq9tMe .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uRdZgq9tMe .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uRdZgq9tMe .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uRdZgq9tMe .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uRdZgq9tMe .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uRdZgq9tMe .navbar-dropdown.bg-color.transparent.opened {
  background: #40b0bf;
}
.cid-uRdZgq9tMe a {
  font-style: normal;
}
.cid-uRdZgq9tMe .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-uRdZgq9tMe .dropdown-item:after {
  display: none;
}
.cid-uRdZgq9tMe .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.7rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uRdZgq9tMe .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 20px;
}
.cid-uRdZgq9tMe .content-text {
  margin-bottom: 0;
}
.cid-uRdZgq9tMe .navbar-nav {
  position: relative;
  min-height: 60px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uRdZgq9tMe .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #993617;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uRdZgq9tMe .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uRdZgq9tMe .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-uRdZgq9tMe .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uRdZgq9tMe .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uRdZgq9tMe .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uRdZgq9tMe .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uRdZgq9tMe .nav-dropdown .link {
  font-weight: 400;
}
.cid-uRdZgq9tMe .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uRdZgq9tMe .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-uRdZgq9tMe .content-right-side {
    display: flex;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-uRdZgq9tMe .content-right-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    justify-content: space-between;
  }
}
.cid-uRdZgq9tMe .menu-content-top {
  display: none;
  padding: 1rem 0;
  transition: height 0.3s ease-in-out;
}
.cid-uRdZgq9tMe .menu-content-top.show {
  display: block;
}
.cid-uRdZgq9tMe .content-right-side .content-link {
  margin-left: 1rem;
}
.cid-uRdZgq9tMe .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
@media (max-width: 991px) {
  .cid-uRdZgq9tMe .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-uRdZgq9tMe .dropdown-item {
    padding: 0.235em 2.5385em 0.235em 3.5385em !important;
    margin: 0 !important;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    display: inline-block;
    width: auto;
  }
  .cid-uRdZgq9tMe .menu-logo {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .cid-uRdZgq9tMe .menu-bottom {
    width: 100%;
    padding: 0 1rem;
    display: block;
  }
  .cid-uRdZgq9tMe img {
    height: 3.8rem !important;
  }
  .cid-uRdZgq9tMe .btn {
    display: flex;
  }
  .cid-uRdZgq9tMe button.navbar-toggler {
    display: block;
  }
  .cid-uRdZgq9tMe .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-uRdZgq9tMe .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uRdZgq9tMe .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uRdZgq9tMe .navbar-collapse.collapsing,
  .cid-uRdZgq9tMe .navbar-collapse.show {
    display: block !important;
  }
  .cid-uRdZgq9tMe .navbar-collapse.collapsing .navbar-nav,
  .cid-uRdZgq9tMe .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uRdZgq9tMe .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uRdZgq9tMe .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-uRdZgq9tMe .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uRdZgq9tMe .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uRdZgq9tMe .navbar-collapse.collapsing .navbar-buttons,
  .cid-uRdZgq9tMe .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uRdZgq9tMe .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uRdZgq9tMe .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uRdZgq9tMe .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uRdZgq9tMe .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    position: relative;
    opacity: 1;
    height: auto;
    padding: 0 !important;
    visibility: visible;
  }
  .cid-uRdZgq9tMe .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uRdZgq9tMe .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0 !important;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
}
@media (min-width: 992px) {
  .cid-uRdZgq9tMe .navbar .menu-content-top {
    display: block;
  }
  .cid-uRdZgq9tMe .menu-content-top .row {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .cid-uRdZgq9tMe .content-right-side {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-flex-basis: 70%;
    flex-basis: 70%;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-uRdZgq9tMe .menu-content-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .cid-uRdZgq9tMe .menu-bottom {
    display: flex;
  }
  .cid-uRdZgq9tMe .navbar {
    display: block;
    padding: 0;
  }
  .cid-uRdZgq9tMe .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uRdZgq9tMe .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 76px;
  }
  .cid-uRdZgq9tMe .navbar-toggler {
    display: none;
  }
}
.cid-uRdZgq9tMe .navbar-short .menu-content-top {
  border: none;
}
.cid-uRdZgq9tMe .btn {
  padding: 0.7rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uRdZgq9tMe .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uRdZgq9tMe .navbar-toggleable-sm .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 5rem;
  width: 100%;
}
.cid-uRdZgq9tMe .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uRdZgq9tMe .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uRdZgq9tMe .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uRdZgq9tMe .dropdown .dropdown-menu {
  background: #40b0bf;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uRdZgq9tMe .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uRdZgq9tMe .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uRdZgq9tMe .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-uRdZgq9tMe .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uRdZgq9tMe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uRdZgq9tMe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uRdZgq9tMe .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uRdZgq9tMe .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRdZgq9tMe .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uRdZgq9tMe .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.cid-uRdZgq9tMe .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uRdZgq9tMe .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uRdZgq9tMe .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uRdZgq9tMe .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uRdZgq9tMe button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  align-self: center;
}
.cid-uRdZgq9tMe button.navbar-toggler:focus {
  outline: none;
}
.cid-uRdZgq9tMe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uRdZgq9tMe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRdZgq9tMe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRdZgq9tMe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRdZgq9tMe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRdZgq9tMe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRdZgq9tMe nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRdZgq9tMe nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRdZgq9tMe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRdZgq9tMe .collapsed.navbar {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uRdZgq9tMe .collapsed .menu-bottom {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uRdZgq9tMe .collapsed .menu-logo {
  margin-right: 0;
}
.cid-uRdZgq9tMe .collapsed .btn {
  display: flex;
}
.cid-uRdZgq9tMe .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uRdZgq9tMe .collapsed .navbar-collapse.collapsing,
.cid-uRdZgq9tMe .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uRdZgq9tMe .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uRdZgq9tMe .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uRdZgq9tMe .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uRdZgq9tMe .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uRdZgq9tMe .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uRdZgq9tMe .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uRdZgq9tMe .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uRdZgq9tMe .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uRdZgq9tMe .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uRdZgq9tMe .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uRdZgq9tMe .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 6.5rem  - 3.5rem);
  }
  .cid-uRdZgq9tMe .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uRdZgq9tMe .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uRdZgq9tMe .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uRdZgq9tMe .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uRdZgq9tMe .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.25s;
  transition-property: opacity, padding, height;
}
.cid-uRdZgq9tMe .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uRdZgq9tMe .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uRdZgq9tMe .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: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uRdZgq9tMe .collapsed .dropdown-item:before {
  display: none;
}
.cid-uRdZgq9tMe .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uRdZgq9tMe .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uRdZgq9tMe .nav-link:focus {
  outline: none;
}
.cid-uRdZgq9tMe .navbar-toggler {
  position: relative;
}
.cid-uRdZgq9tMe .dropdown-item.active,
.cid-uRdZgq9tMe .dropdown-item:active {
  background-color: transparent !important;
  color: inherit;
}
.cid-uRdZgq9tMe .nav-link:hover,
.cid-uRdZgq9tMe .dropdown-item:hover {
  color: #000000;
}
.cid-utQlGNlvUi {
  padding-top: 180px;
  padding-bottom: 75px;
  background-color: #fafafa;
}
.cid-utQlGNlvUi .row {
  position: relative;
}
.cid-utQlGNlvUi .container {
  max-width: 1500px;
}
@media (min-width: 767px) {
  .cid-utQlGNlvUi .row {
    margin: 0 2rem;
  }
}
.cid-utQlGNlvUi h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 2rem;
  top: 1rem;
}
.cid-utQlGNlvUi .content-wrapper {
  max-width: 600px;
}
.cid-utQlGNlvUi H1 {
  color: #333333;
}
.cid-utQlGNlvUi .mbr-text,
.cid-utQlGNlvUi .mbr-section-btn {
  color: #333333;
}
.cid-utQlGNlvUi H3 {
  color: #333333;
}
@media (max-width: 767px) {
  .cid-utQlGNlvUi h4 {
    left: 3rem;
  }
}
.cid-uutFOGFwxh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #40b0bf;
}
.cid-uutFOGFwxh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uutFOGFwxh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uutFOGFwxh .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uutFOGFwxh .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uutFOGFwxh .row {
    text-align: center;
  }
  .cid-uutFOGFwxh .row > div {
    margin: auto;
  }
  .cid-uutFOGFwxh .social-row {
    justify-content: center;
  }
}
.cid-uutFOGFwxh .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uutFOGFwxh .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uutFOGFwxh .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uutFOGFwxh .list {
    margin-bottom: 0rem;
  }
}
.cid-uutFOGFwxh .mbr-text {
  color: #ffffff;
}
.cid-uutFOGFwxh .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uutFOGFwxh .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uutFOGFwxh div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uutFOGFwxh .copyright {
  text-align: left;
}
.cid-uRdZgq9tMe .navbar {
  padding: 0.5rem 0;
  background: #40b0bf;
  transition: none;
  min-height: 77px;
}
@media (min-width: 992px) {
  .cid-uRdZgq9tMe .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 2.5385em 0.235em 3.5385em !important;
    margin: 0 !important;
  }
}
.cid-uRdZgq9tMe .menu-logo {
  display: flex;
  position: relative;
  -webkit-align-items: center;
  align-items: center;
  margin-right: auto;
}
.cid-uRdZgq9tMe .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uRdZgq9tMe .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uRdZgq9tMe .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uRdZgq9tMe .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uRdZgq9tMe .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uRdZgq9tMe .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uRdZgq9tMe .navbar-dropdown.bg-color.transparent.opened {
  background: #40b0bf;
}
.cid-uRdZgq9tMe a {
  font-style: normal;
}
.cid-uRdZgq9tMe .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-uRdZgq9tMe .dropdown-item:after {
  display: none;
}
.cid-uRdZgq9tMe .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.7rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uRdZgq9tMe .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 20px;
}
.cid-uRdZgq9tMe .content-text {
  margin-bottom: 0;
}
.cid-uRdZgq9tMe .navbar-nav {
  position: relative;
  min-height: 60px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uRdZgq9tMe .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #993617;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uRdZgq9tMe .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uRdZgq9tMe .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-uRdZgq9tMe .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uRdZgq9tMe .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uRdZgq9tMe .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uRdZgq9tMe .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uRdZgq9tMe .nav-dropdown .link {
  font-weight: 400;
}
.cid-uRdZgq9tMe .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uRdZgq9tMe .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-uRdZgq9tMe .content-right-side {
    display: flex;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-uRdZgq9tMe .content-right-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    justify-content: space-between;
  }
}
.cid-uRdZgq9tMe .menu-content-top {
  display: none;
  padding: 1rem 0;
  transition: height 0.3s ease-in-out;
}
.cid-uRdZgq9tMe .menu-content-top.show {
  display: block;
}
.cid-uRdZgq9tMe .content-right-side .content-link {
  margin-left: 1rem;
}
.cid-uRdZgq9tMe .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
@media (max-width: 991px) {
  .cid-uRdZgq9tMe .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-uRdZgq9tMe .dropdown-item {
    padding: 0.235em 2.5385em 0.235em 3.5385em !important;
    margin: 0 !important;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    display: inline-block;
    width: auto;
  }
  .cid-uRdZgq9tMe .menu-logo {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .cid-uRdZgq9tMe .menu-bottom {
    width: 100%;
    padding: 0 1rem;
    display: block;
  }
  .cid-uRdZgq9tMe img {
    height: 3.8rem !important;
  }
  .cid-uRdZgq9tMe .btn {
    display: flex;
  }
  .cid-uRdZgq9tMe button.navbar-toggler {
    display: block;
  }
  .cid-uRdZgq9tMe .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-uRdZgq9tMe .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uRdZgq9tMe .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uRdZgq9tMe .navbar-collapse.collapsing,
  .cid-uRdZgq9tMe .navbar-collapse.show {
    display: block !important;
  }
  .cid-uRdZgq9tMe .navbar-collapse.collapsing .navbar-nav,
  .cid-uRdZgq9tMe .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uRdZgq9tMe .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uRdZgq9tMe .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-uRdZgq9tMe .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uRdZgq9tMe .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uRdZgq9tMe .navbar-collapse.collapsing .navbar-buttons,
  .cid-uRdZgq9tMe .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uRdZgq9tMe .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uRdZgq9tMe .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uRdZgq9tMe .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uRdZgq9tMe .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    position: relative;
    opacity: 1;
    height: auto;
    padding: 0 !important;
    visibility: visible;
  }
  .cid-uRdZgq9tMe .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uRdZgq9tMe .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0 !important;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
}
@media (min-width: 992px) {
  .cid-uRdZgq9tMe .navbar .menu-content-top {
    display: block;
  }
  .cid-uRdZgq9tMe .menu-content-top .row {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .cid-uRdZgq9tMe .content-right-side {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-flex-basis: 70%;
    flex-basis: 70%;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-uRdZgq9tMe .menu-content-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .cid-uRdZgq9tMe .menu-bottom {
    display: flex;
  }
  .cid-uRdZgq9tMe .navbar {
    display: block;
    padding: 0;
  }
  .cid-uRdZgq9tMe .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uRdZgq9tMe .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 76px;
  }
  .cid-uRdZgq9tMe .navbar-toggler {
    display: none;
  }
}
.cid-uRdZgq9tMe .navbar-short .menu-content-top {
  border: none;
}
.cid-uRdZgq9tMe .btn {
  padding: 0.7rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uRdZgq9tMe .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uRdZgq9tMe .navbar-toggleable-sm .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 5rem;
  width: 100%;
}
.cid-uRdZgq9tMe .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uRdZgq9tMe .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uRdZgq9tMe .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uRdZgq9tMe .dropdown .dropdown-menu {
  background: #40b0bf;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uRdZgq9tMe .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uRdZgq9tMe .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uRdZgq9tMe .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-uRdZgq9tMe .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uRdZgq9tMe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uRdZgq9tMe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uRdZgq9tMe .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uRdZgq9tMe .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRdZgq9tMe .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uRdZgq9tMe .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.cid-uRdZgq9tMe .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uRdZgq9tMe .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uRdZgq9tMe .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uRdZgq9tMe .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uRdZgq9tMe button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  align-self: center;
}
.cid-uRdZgq9tMe button.navbar-toggler:focus {
  outline: none;
}
.cid-uRdZgq9tMe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uRdZgq9tMe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRdZgq9tMe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRdZgq9tMe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRdZgq9tMe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRdZgq9tMe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRdZgq9tMe nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRdZgq9tMe nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRdZgq9tMe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRdZgq9tMe .collapsed.navbar {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uRdZgq9tMe .collapsed .menu-bottom {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uRdZgq9tMe .collapsed .menu-logo {
  margin-right: 0;
}
.cid-uRdZgq9tMe .collapsed .btn {
  display: flex;
}
.cid-uRdZgq9tMe .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uRdZgq9tMe .collapsed .navbar-collapse.collapsing,
.cid-uRdZgq9tMe .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uRdZgq9tMe .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uRdZgq9tMe .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uRdZgq9tMe .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uRdZgq9tMe .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uRdZgq9tMe .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uRdZgq9tMe .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uRdZgq9tMe .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uRdZgq9tMe .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uRdZgq9tMe .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uRdZgq9tMe .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uRdZgq9tMe .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 6.5rem  - 3.5rem);
  }
  .cid-uRdZgq9tMe .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uRdZgq9tMe .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uRdZgq9tMe .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uRdZgq9tMe .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uRdZgq9tMe .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.25s;
  transition-property: opacity, padding, height;
}
.cid-uRdZgq9tMe .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uRdZgq9tMe .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uRdZgq9tMe .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: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uRdZgq9tMe .collapsed .dropdown-item:before {
  display: none;
}
.cid-uRdZgq9tMe .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uRdZgq9tMe .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uRdZgq9tMe .nav-link:focus {
  outline: none;
}
.cid-uRdZgq9tMe .navbar-toggler {
  position: relative;
}
.cid-uRdZgq9tMe .dropdown-item.active,
.cid-uRdZgq9tMe .dropdown-item:active {
  background-color: transparent !important;
  color: inherit;
}
.cid-uRdZgq9tMe .nav-link:hover,
.cid-uRdZgq9tMe .dropdown-item:hover {
  color: #000000;
}
.cid-uNeVZXUcc0 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #40b0bf;
}
.cid-uNeVZXUcc0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNeVZXUcc0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNeVZXUcc0 .mbr-section-title {
  color: #ffffff;
}
.cid-utQntW7tXL {
  padding-top: 9rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uutFOGFwxh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #40b0bf;
}
.cid-uutFOGFwxh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uutFOGFwxh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uutFOGFwxh .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uutFOGFwxh .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uutFOGFwxh .row {
    text-align: center;
  }
  .cid-uutFOGFwxh .row > div {
    margin: auto;
  }
  .cid-uutFOGFwxh .social-row {
    justify-content: center;
  }
}
.cid-uutFOGFwxh .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uutFOGFwxh .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uutFOGFwxh .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uutFOGFwxh .list {
    margin-bottom: 0rem;
  }
}
.cid-uutFOGFwxh .mbr-text {
  color: #ffffff;
}
.cid-uutFOGFwxh .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uutFOGFwxh .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uutFOGFwxh div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uutFOGFwxh .copyright {
  text-align: left;
}
.cid-uRdZgq9tMe .navbar {
  padding: 0.5rem 0;
  background: #40b0bf;
  transition: none;
  min-height: 77px;
}
@media (min-width: 992px) {
  .cid-uRdZgq9tMe .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 2.5385em 0.235em 3.5385em !important;
    margin: 0 !important;
  }
}
.cid-uRdZgq9tMe .menu-logo {
  display: flex;
  position: relative;
  -webkit-align-items: center;
  align-items: center;
  margin-right: auto;
}
.cid-uRdZgq9tMe .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uRdZgq9tMe .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uRdZgq9tMe .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uRdZgq9tMe .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uRdZgq9tMe .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uRdZgq9tMe .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uRdZgq9tMe .navbar-dropdown.bg-color.transparent.opened {
  background: #40b0bf;
}
.cid-uRdZgq9tMe a {
  font-style: normal;
}
.cid-uRdZgq9tMe .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-uRdZgq9tMe .dropdown-item:after {
  display: none;
}
.cid-uRdZgq9tMe .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.7rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uRdZgq9tMe .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 20px;
}
.cid-uRdZgq9tMe .content-text {
  margin-bottom: 0;
}
.cid-uRdZgq9tMe .navbar-nav {
  position: relative;
  min-height: 60px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uRdZgq9tMe .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #993617;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uRdZgq9tMe .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uRdZgq9tMe .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-uRdZgq9tMe .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uRdZgq9tMe .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uRdZgq9tMe .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uRdZgq9tMe .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uRdZgq9tMe .nav-dropdown .link {
  font-weight: 400;
}
.cid-uRdZgq9tMe .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uRdZgq9tMe .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-uRdZgq9tMe .content-right-side {
    display: flex;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-uRdZgq9tMe .content-right-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    justify-content: space-between;
  }
}
.cid-uRdZgq9tMe .menu-content-top {
  display: none;
  padding: 1rem 0;
  transition: height 0.3s ease-in-out;
}
.cid-uRdZgq9tMe .menu-content-top.show {
  display: block;
}
.cid-uRdZgq9tMe .content-right-side .content-link {
  margin-left: 1rem;
}
.cid-uRdZgq9tMe .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
@media (max-width: 991px) {
  .cid-uRdZgq9tMe .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-uRdZgq9tMe .dropdown-item {
    padding: 0.235em 2.5385em 0.235em 3.5385em !important;
    margin: 0 !important;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    display: inline-block;
    width: auto;
  }
  .cid-uRdZgq9tMe .menu-logo {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .cid-uRdZgq9tMe .menu-bottom {
    width: 100%;
    padding: 0 1rem;
    display: block;
  }
  .cid-uRdZgq9tMe img {
    height: 3.8rem !important;
  }
  .cid-uRdZgq9tMe .btn {
    display: flex;
  }
  .cid-uRdZgq9tMe button.navbar-toggler {
    display: block;
  }
  .cid-uRdZgq9tMe .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-uRdZgq9tMe .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uRdZgq9tMe .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uRdZgq9tMe .navbar-collapse.collapsing,
  .cid-uRdZgq9tMe .navbar-collapse.show {
    display: block !important;
  }
  .cid-uRdZgq9tMe .navbar-collapse.collapsing .navbar-nav,
  .cid-uRdZgq9tMe .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uRdZgq9tMe .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uRdZgq9tMe .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-uRdZgq9tMe .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uRdZgq9tMe .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uRdZgq9tMe .navbar-collapse.collapsing .navbar-buttons,
  .cid-uRdZgq9tMe .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uRdZgq9tMe .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uRdZgq9tMe .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uRdZgq9tMe .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uRdZgq9tMe .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    position: relative;
    opacity: 1;
    height: auto;
    padding: 0 !important;
    visibility: visible;
  }
  .cid-uRdZgq9tMe .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uRdZgq9tMe .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0 !important;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
}
@media (min-width: 992px) {
  .cid-uRdZgq9tMe .navbar .menu-content-top {
    display: block;
  }
  .cid-uRdZgq9tMe .menu-content-top .row {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .cid-uRdZgq9tMe .content-right-side {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-flex-basis: 70%;
    flex-basis: 70%;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-uRdZgq9tMe .menu-content-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .cid-uRdZgq9tMe .menu-bottom {
    display: flex;
  }
  .cid-uRdZgq9tMe .navbar {
    display: block;
    padding: 0;
  }
  .cid-uRdZgq9tMe .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uRdZgq9tMe .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 76px;
  }
  .cid-uRdZgq9tMe .navbar-toggler {
    display: none;
  }
}
.cid-uRdZgq9tMe .navbar-short .menu-content-top {
  border: none;
}
.cid-uRdZgq9tMe .btn {
  padding: 0.7rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uRdZgq9tMe .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uRdZgq9tMe .navbar-toggleable-sm .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 5rem;
  width: 100%;
}
.cid-uRdZgq9tMe .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uRdZgq9tMe .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uRdZgq9tMe .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uRdZgq9tMe .dropdown .dropdown-menu {
  background: #40b0bf;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uRdZgq9tMe .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uRdZgq9tMe .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uRdZgq9tMe .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-uRdZgq9tMe .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uRdZgq9tMe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uRdZgq9tMe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uRdZgq9tMe .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uRdZgq9tMe .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRdZgq9tMe .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uRdZgq9tMe .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.cid-uRdZgq9tMe .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uRdZgq9tMe .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uRdZgq9tMe .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uRdZgq9tMe .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uRdZgq9tMe button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  align-self: center;
}
.cid-uRdZgq9tMe button.navbar-toggler:focus {
  outline: none;
}
.cid-uRdZgq9tMe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uRdZgq9tMe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRdZgq9tMe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRdZgq9tMe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRdZgq9tMe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRdZgq9tMe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRdZgq9tMe nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRdZgq9tMe nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRdZgq9tMe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRdZgq9tMe .collapsed.navbar {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uRdZgq9tMe .collapsed .menu-bottom {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uRdZgq9tMe .collapsed .menu-logo {
  margin-right: 0;
}
.cid-uRdZgq9tMe .collapsed .btn {
  display: flex;
}
.cid-uRdZgq9tMe .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uRdZgq9tMe .collapsed .navbar-collapse.collapsing,
.cid-uRdZgq9tMe .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uRdZgq9tMe .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uRdZgq9tMe .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uRdZgq9tMe .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uRdZgq9tMe .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uRdZgq9tMe .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uRdZgq9tMe .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uRdZgq9tMe .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uRdZgq9tMe .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uRdZgq9tMe .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uRdZgq9tMe .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uRdZgq9tMe .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 6.5rem  - 3.5rem);
  }
  .cid-uRdZgq9tMe .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uRdZgq9tMe .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uRdZgq9tMe .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uRdZgq9tMe .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uRdZgq9tMe .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.25s;
  transition-property: opacity, padding, height;
}
.cid-uRdZgq9tMe .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uRdZgq9tMe .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uRdZgq9tMe .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: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uRdZgq9tMe .collapsed .dropdown-item:before {
  display: none;
}
.cid-uRdZgq9tMe .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uRdZgq9tMe .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uRdZgq9tMe .nav-link:focus {
  outline: none;
}
.cid-uRdZgq9tMe .navbar-toggler {
  position: relative;
}
.cid-uRdZgq9tMe .dropdown-item.active,
.cid-uRdZgq9tMe .dropdown-item:active {
  background-color: transparent !important;
  color: inherit;
}
.cid-uRdZgq9tMe .nav-link:hover,
.cid-uRdZgq9tMe .dropdown-item:hover {
  color: #000000;
}
.cid-uLPfILiDMM {
  background-image: url("../../../assets/images/foto4-800x531.webp");
}
.cid-uLPfILiDMM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLPfILiDMM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLPfILiDMM .mbr-section-title {
  color: #ffffff;
}
.cid-uuuSXGiU8X {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uuuSXGiU8X blockquote {
  border-color: #2299aa;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-uuuSXGiU8X .mbr-text {
  color: #000000;
}
.cid-uuuTrJKZih {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uuuTrJKZih blockquote {
  border-color: #658d34;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-uuuTrJKZih .mbr-text {
  color: #000000;
}
.cid-uuuUD5euNy {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uuuUD5euNy blockquote {
  border-color: #993617;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-uuuUD5euNy .mbr-text {
  color: #000000;
}
.cid-uuuVv4HkIj {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uuuVv4HkIj blockquote {
  border-color: #2299aa;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-uuuVv4HkIj .mbr-text {
  color: #000000;
}
.cid-uuuVUpfV7l {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uuuVUpfV7l blockquote {
  border-color: #658d34;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-uuuVUpfV7l .mbr-text {
  color: #000000;
}
.cid-uuuWHkB3uP {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uuuWHkB3uP blockquote {
  border-color: #993617;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-uuuX5ZOrDW {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uuuX5ZOrDW blockquote {
  border-color: #658d34;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-uutFOGFwxh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #40b0bf;
}
.cid-uutFOGFwxh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uutFOGFwxh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uutFOGFwxh .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uutFOGFwxh .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uutFOGFwxh .row {
    text-align: center;
  }
  .cid-uutFOGFwxh .row > div {
    margin: auto;
  }
  .cid-uutFOGFwxh .social-row {
    justify-content: center;
  }
}
.cid-uutFOGFwxh .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uutFOGFwxh .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uutFOGFwxh .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uutFOGFwxh .list {
    margin-bottom: 0rem;
  }
}
.cid-uutFOGFwxh .mbr-text {
  color: #ffffff;
}
.cid-uutFOGFwxh .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uutFOGFwxh .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uutFOGFwxh div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uutFOGFwxh .copyright {
  text-align: left;
}
.cid-uRdZgq9tMe .navbar {
  padding: 0.5rem 0;
  background: #40b0bf;
  transition: none;
  min-height: 77px;
}
@media (min-width: 992px) {
  .cid-uRdZgq9tMe .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 2.5385em 0.235em 3.5385em !important;
    margin: 0 !important;
  }
}
.cid-uRdZgq9tMe .menu-logo {
  display: flex;
  position: relative;
  -webkit-align-items: center;
  align-items: center;
  margin-right: auto;
}
.cid-uRdZgq9tMe .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uRdZgq9tMe .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uRdZgq9tMe .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uRdZgq9tMe .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uRdZgq9tMe .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uRdZgq9tMe .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uRdZgq9tMe .navbar-dropdown.bg-color.transparent.opened {
  background: #40b0bf;
}
.cid-uRdZgq9tMe a {
  font-style: normal;
}
.cid-uRdZgq9tMe .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-uRdZgq9tMe .dropdown-item:after {
  display: none;
}
.cid-uRdZgq9tMe .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.7rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uRdZgq9tMe .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 20px;
}
.cid-uRdZgq9tMe .content-text {
  margin-bottom: 0;
}
.cid-uRdZgq9tMe .navbar-nav {
  position: relative;
  min-height: 60px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uRdZgq9tMe .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #993617;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uRdZgq9tMe .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uRdZgq9tMe .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-uRdZgq9tMe .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uRdZgq9tMe .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uRdZgq9tMe .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uRdZgq9tMe .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uRdZgq9tMe .nav-dropdown .link {
  font-weight: 400;
}
.cid-uRdZgq9tMe .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uRdZgq9tMe .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-uRdZgq9tMe .content-right-side {
    display: flex;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-uRdZgq9tMe .content-right-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    justify-content: space-between;
  }
}
.cid-uRdZgq9tMe .menu-content-top {
  display: none;
  padding: 1rem 0;
  transition: height 0.3s ease-in-out;
}
.cid-uRdZgq9tMe .menu-content-top.show {
  display: block;
}
.cid-uRdZgq9tMe .content-right-side .content-link {
  margin-left: 1rem;
}
.cid-uRdZgq9tMe .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
@media (max-width: 991px) {
  .cid-uRdZgq9tMe .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-uRdZgq9tMe .dropdown-item {
    padding: 0.235em 2.5385em 0.235em 3.5385em !important;
    margin: 0 !important;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    display: inline-block;
    width: auto;
  }
  .cid-uRdZgq9tMe .menu-logo {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .cid-uRdZgq9tMe .menu-bottom {
    width: 100%;
    padding: 0 1rem;
    display: block;
  }
  .cid-uRdZgq9tMe img {
    height: 3.8rem !important;
  }
  .cid-uRdZgq9tMe .btn {
    display: flex;
  }
  .cid-uRdZgq9tMe button.navbar-toggler {
    display: block;
  }
  .cid-uRdZgq9tMe .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-uRdZgq9tMe .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uRdZgq9tMe .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uRdZgq9tMe .navbar-collapse.collapsing,
  .cid-uRdZgq9tMe .navbar-collapse.show {
    display: block !important;
  }
  .cid-uRdZgq9tMe .navbar-collapse.collapsing .navbar-nav,
  .cid-uRdZgq9tMe .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uRdZgq9tMe .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uRdZgq9tMe .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-uRdZgq9tMe .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uRdZgq9tMe .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uRdZgq9tMe .navbar-collapse.collapsing .navbar-buttons,
  .cid-uRdZgq9tMe .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uRdZgq9tMe .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uRdZgq9tMe .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uRdZgq9tMe .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uRdZgq9tMe .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    position: relative;
    opacity: 1;
    height: auto;
    padding: 0 !important;
    visibility: visible;
  }
  .cid-uRdZgq9tMe .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uRdZgq9tMe .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0 !important;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
}
@media (min-width: 992px) {
  .cid-uRdZgq9tMe .navbar .menu-content-top {
    display: block;
  }
  .cid-uRdZgq9tMe .menu-content-top .row {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .cid-uRdZgq9tMe .content-right-side {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-flex-basis: 70%;
    flex-basis: 70%;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-uRdZgq9tMe .menu-content-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .cid-uRdZgq9tMe .menu-bottom {
    display: flex;
  }
  .cid-uRdZgq9tMe .navbar {
    display: block;
    padding: 0;
  }
  .cid-uRdZgq9tMe .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uRdZgq9tMe .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 76px;
  }
  .cid-uRdZgq9tMe .navbar-toggler {
    display: none;
  }
}
.cid-uRdZgq9tMe .navbar-short .menu-content-top {
  border: none;
}
.cid-uRdZgq9tMe .btn {
  padding: 0.7rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uRdZgq9tMe .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uRdZgq9tMe .navbar-toggleable-sm .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 5rem;
  width: 100%;
}
.cid-uRdZgq9tMe .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uRdZgq9tMe .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uRdZgq9tMe .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uRdZgq9tMe .dropdown .dropdown-menu {
  background: #40b0bf;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uRdZgq9tMe .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uRdZgq9tMe .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uRdZgq9tMe .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-uRdZgq9tMe .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uRdZgq9tMe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uRdZgq9tMe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uRdZgq9tMe .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uRdZgq9tMe .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRdZgq9tMe .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uRdZgq9tMe .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.cid-uRdZgq9tMe .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uRdZgq9tMe .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uRdZgq9tMe .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uRdZgq9tMe .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uRdZgq9tMe button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  align-self: center;
}
.cid-uRdZgq9tMe button.navbar-toggler:focus {
  outline: none;
}
.cid-uRdZgq9tMe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uRdZgq9tMe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRdZgq9tMe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRdZgq9tMe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRdZgq9tMe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRdZgq9tMe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRdZgq9tMe nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRdZgq9tMe nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRdZgq9tMe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRdZgq9tMe .collapsed.navbar {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uRdZgq9tMe .collapsed .menu-bottom {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uRdZgq9tMe .collapsed .menu-logo {
  margin-right: 0;
}
.cid-uRdZgq9tMe .collapsed .btn {
  display: flex;
}
.cid-uRdZgq9tMe .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uRdZgq9tMe .collapsed .navbar-collapse.collapsing,
.cid-uRdZgq9tMe .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uRdZgq9tMe .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uRdZgq9tMe .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uRdZgq9tMe .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uRdZgq9tMe .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uRdZgq9tMe .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uRdZgq9tMe .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uRdZgq9tMe .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uRdZgq9tMe .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uRdZgq9tMe .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uRdZgq9tMe .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uRdZgq9tMe .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 6.5rem  - 3.5rem);
  }
  .cid-uRdZgq9tMe .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uRdZgq9tMe .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uRdZgq9tMe .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uRdZgq9tMe .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uRdZgq9tMe .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.25s;
  transition-property: opacity, padding, height;
}
.cid-uRdZgq9tMe .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uRdZgq9tMe .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uRdZgq9tMe .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: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uRdZgq9tMe .collapsed .dropdown-item:before {
  display: none;
}
.cid-uRdZgq9tMe .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uRdZgq9tMe .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uRdZgq9tMe .nav-link:focus {
  outline: none;
}
.cid-uRdZgq9tMe .navbar-toggler {
  position: relative;
}
.cid-uRdZgq9tMe .dropdown-item.active,
.cid-uRdZgq9tMe .dropdown-item:active {
  background-color: transparent !important;
  color: inherit;
}
.cid-uRdZgq9tMe .nav-link:hover,
.cid-uRdZgq9tMe .dropdown-item:hover {
  color: #000000;
}
.cid-uLPcKyW1YR {
  background-image: url("../../../assets/images/rolete2-1920x960.webp");
}
.cid-uLPcKyW1YR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLPcKyW1YR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLPcKyW1YR .mbr-section-title {
  color: #ffffff;
}
.cid-uLDGPY7KfB {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLDGPY7KfB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLDGPY7KfB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLDGPY7KfB .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-uLDGPY7KfB .card {
    margin-bottom: 2rem!important;
  }
  .cid-uLDGPY7KfB .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uLDGPY7KfB .link-wrap {
    align-items: center;
  }
}
.cid-uLDGPY7KfB .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uOh9ZKs3S3 {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #fafafa;
}
.cid-uOh9ZKs3S3 .container-fluid {
  padding: 0 3rem;
}
.cid-uOh9ZKs3S3 .mbr-section-subtitle {
  color: #767676;
}
.cid-uOh9ZKs3S3 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uOh9ZKs3S3 .table-wrapper {
  margin: 0 auto;
}
.cid-uOh9ZKs3S3 table {
  width: 90% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-uOh9ZKs3S3 table thead tr {
  border: none !important;
}
.cid-uOh9ZKs3S3 table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  border-color: #5b5b5b;
  border-top: none;
  color: white;
  vertical-align: middle;
}
.cid-uOh9ZKs3S3 table tr td {
  border-color: #c1c1c1;
}
.cid-uOh9ZKs3S3 table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-uOh9ZKs3S3 tr:hover {
  background-color: #ffffff !important;
}
.cid-uOh9ZKs3S3 th:after,
.cid-uOh9ZKs3S3 th:before {
  display: none !important;
}
.cid-uOh9ZKs3S3 .dataTables_scrollHeadInner {
  margin-left: auto;
  margin-right: auto;
}
.cid-uOh9ZKs3S3 .dataTables_scrollHeadInner .table {
  width: 100% !important;
}
@media (max-width: 767px) {
  .cid-uOh9ZKs3S3 table th,
  .cid-uOh9ZKs3S3 table td {
    padding: .75rem;
  }
}
.cid-uOh9ZKs3S3 .body-item {
  text-align: center;
  color: #000000;
}
.cid-uOh9ZKs3S3 .mbr-text {
  color: #767676;
}
.cid-uOh9ZKs3S3 .head-item {
  color: #000000;
}
.cid-uuFu1IDtoQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uuFu1IDtoQ .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uOh1FekjLn {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uOh1FekjLn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOh1FekjLn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOh1FekjLn .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-uOh1FekjLn .card {
    margin-bottom: 2rem!important;
  }
  .cid-uOh1FekjLn .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uOh1FekjLn .link-wrap {
    align-items: center;
  }
}
.cid-uOh1FekjLn .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uOh5ecr77B {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #fafafa;
}
.cid-uOh5ecr77B .container-fluid {
  padding: 0 3rem;
}
.cid-uOh5ecr77B .mbr-section-subtitle {
  color: #767676;
}
.cid-uOh5ecr77B .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uOh5ecr77B .table-wrapper {
  margin: 0 auto;
}
.cid-uOh5ecr77B table {
  width: 90% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-uOh5ecr77B table thead tr {
  border: none !important;
}
.cid-uOh5ecr77B table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  border-color: #5b5b5b;
  border-top: none;
  color: white;
  vertical-align: middle;
}
.cid-uOh5ecr77B table tr td {
  border-color: #c1c1c1;
}
.cid-uOh5ecr77B table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-uOh5ecr77B tr:hover {
  background-color: #ffffff !important;
}
.cid-uOh5ecr77B th:after,
.cid-uOh5ecr77B th:before {
  display: none !important;
}
.cid-uOh5ecr77B .dataTables_scrollHeadInner {
  margin-left: auto;
  margin-right: auto;
}
.cid-uOh5ecr77B .dataTables_scrollHeadInner .table {
  width: 100% !important;
}
@media (max-width: 767px) {
  .cid-uOh5ecr77B table th,
  .cid-uOh5ecr77B table td {
    padding: .75rem;
  }
}
.cid-uOh5ecr77B .body-item {
  text-align: center;
  color: #000000;
}
.cid-uOh5ecr77B .mbr-text {
  color: #767676;
}
.cid-uOh5ecr77B .head-item {
  color: #000000;
}
.cid-uuFu3F0mjA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uuFu3F0mjA .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uOh6UKFlhO {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uOh6UKFlhO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOh6UKFlhO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOh6UKFlhO .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-uOh6UKFlhO .card {
    margin-bottom: 2rem!important;
  }
  .cid-uOh6UKFlhO .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uOh6UKFlhO .link-wrap {
    align-items: center;
  }
}
.cid-uOh6UKFlhO .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uOh6WfDlzH {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #fafafa;
}
.cid-uOh6WfDlzH .container-fluid {
  padding: 0 3rem;
}
.cid-uOh6WfDlzH .mbr-section-subtitle {
  color: #767676;
}
.cid-uOh6WfDlzH .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uOh6WfDlzH .table-wrapper {
  margin: 0 auto;
}
.cid-uOh6WfDlzH table {
  width: 90% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-uOh6WfDlzH table thead tr {
  border: none !important;
}
.cid-uOh6WfDlzH table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  border-color: #5b5b5b;
  border-top: none;
  color: white;
  vertical-align: middle;
}
.cid-uOh6WfDlzH table tr td {
  border-color: #c1c1c1;
}
.cid-uOh6WfDlzH table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-uOh6WfDlzH tr:hover {
  background-color: #ffffff !important;
}
.cid-uOh6WfDlzH th:after,
.cid-uOh6WfDlzH th:before {
  display: none !important;
}
.cid-uOh6WfDlzH .dataTables_scrollHeadInner {
  margin-left: auto;
  margin-right: auto;
}
.cid-uOh6WfDlzH .dataTables_scrollHeadInner .table {
  width: 100% !important;
}
@media (max-width: 767px) {
  .cid-uOh6WfDlzH table th,
  .cid-uOh6WfDlzH table td {
    padding: .75rem;
  }
}
.cid-uOh6WfDlzH .body-item {
  text-align: center;
  color: #000000;
}
.cid-uOh6WfDlzH .mbr-text {
  color: #767676;
}
.cid-uOh6WfDlzH .head-item {
  color: #000000;
}
.cid-uuFu2OElDr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uuFu2OElDr .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uZuzTrMeay {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-uZuzTrMeay .carousel {
  height: 800px;
}
.cid-uZuzTrMeay .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZuzTrMeay .carousel-item,
.cid-uZuzTrMeay .carousel-inner {
  height: 100%;
}
.cid-uZuzTrMeay .carousel-caption {
  bottom: 40px;
}
.cid-uZuzTrMeay .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uZuzTrMeay .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uZuzTrMeay .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uZuzTrMeay .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uZuzTrMeay .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uZuzTrMeay .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uZuzTrMeay .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uZuzTrMeay .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uZuzTrMeay .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uZuzTrMeay .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uZuzTrMeay .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uZuzTrMeay .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uZuzTrMeay .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uZuzTrMeay .carousel-indicators li.active,
.cid-uZuzTrMeay .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uZuzTrMeay .carousel-indicators li::after,
.cid-uZuzTrMeay .carousel-indicators li::before {
  content: none;
}
.cid-uZuzTrMeay .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uZuzTrMeay .carousel-indicators {
    display: none !important;
  }
}
.cid-uOhb4WJXNv {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uOhb4WJXNv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOhb4WJXNv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOhb4WJXNv .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-uOhb4WJXNv .card {
    margin-bottom: 2rem!important;
  }
  .cid-uOhb4WJXNv .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uOhb4WJXNv .link-wrap {
    align-items: center;
  }
}
.cid-uOhb4WJXNv .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uOhb6ijWp7 {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #fafafa;
}
.cid-uOhb6ijWp7 .container-fluid {
  padding: 0 3rem;
}
.cid-uOhb6ijWp7 .mbr-section-subtitle {
  color: #767676;
}
.cid-uOhb6ijWp7 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uOhb6ijWp7 .table-wrapper {
  margin: 0 auto;
}
.cid-uOhb6ijWp7 table {
  width: 90% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-uOhb6ijWp7 table thead tr {
  border: none !important;
}
.cid-uOhb6ijWp7 table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  border-color: #5b5b5b;
  border-top: none;
  color: white;
  vertical-align: middle;
}
.cid-uOhb6ijWp7 table tr td {
  border-color: #c1c1c1;
}
.cid-uOhb6ijWp7 table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-uOhb6ijWp7 tr:hover {
  background-color: #ffffff !important;
}
.cid-uOhb6ijWp7 th:after,
.cid-uOhb6ijWp7 th:before {
  display: none !important;
}
.cid-uOhb6ijWp7 .dataTables_scrollHeadInner {
  margin-left: auto;
  margin-right: auto;
}
.cid-uOhb6ijWp7 .dataTables_scrollHeadInner .table {
  width: 100% !important;
}
@media (max-width: 767px) {
  .cid-uOhb6ijWp7 table th,
  .cid-uOhb6ijWp7 table td {
    padding: .75rem;
  }
}
.cid-uOhb6ijWp7 .body-item {
  text-align: center;
  color: #000000;
}
.cid-uOhb6ijWp7 .mbr-text {
  color: #767676;
}
.cid-uOhb6ijWp7 .head-item {
  color: #000000;
}
.cid-uuFuiW7eQI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-uuFuiW7eQI .line {
  background-color: #fafafa;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uutFOGFwxh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #40b0bf;
}
.cid-uutFOGFwxh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uutFOGFwxh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uutFOGFwxh .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uutFOGFwxh .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uutFOGFwxh .row {
    text-align: center;
  }
  .cid-uutFOGFwxh .row > div {
    margin: auto;
  }
  .cid-uutFOGFwxh .social-row {
    justify-content: center;
  }
}
.cid-uutFOGFwxh .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uutFOGFwxh .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uutFOGFwxh .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uutFOGFwxh .list {
    margin-bottom: 0rem;
  }
}
.cid-uutFOGFwxh .mbr-text {
  color: #ffffff;
}
.cid-uutFOGFwxh .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uutFOGFwxh .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uutFOGFwxh div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uutFOGFwxh .copyright {
  text-align: left;
}
.cid-uRdZgq9tMe .navbar {
  padding: 0.5rem 0;
  background: #40b0bf;
  transition: none;
  min-height: 77px;
}
@media (min-width: 992px) {
  .cid-uRdZgq9tMe .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 2.5385em 0.235em 3.5385em !important;
    margin: 0 !important;
  }
}
.cid-uRdZgq9tMe .menu-logo {
  display: flex;
  position: relative;
  -webkit-align-items: center;
  align-items: center;
  margin-right: auto;
}
.cid-uRdZgq9tMe .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uRdZgq9tMe .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uRdZgq9tMe .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uRdZgq9tMe .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uRdZgq9tMe .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uRdZgq9tMe .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uRdZgq9tMe .navbar-dropdown.bg-color.transparent.opened {
  background: #40b0bf;
}
.cid-uRdZgq9tMe a {
  font-style: normal;
}
.cid-uRdZgq9tMe .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-uRdZgq9tMe .dropdown-item:after {
  display: none;
}
.cid-uRdZgq9tMe .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.7rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uRdZgq9tMe .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 20px;
}
.cid-uRdZgq9tMe .content-text {
  margin-bottom: 0;
}
.cid-uRdZgq9tMe .navbar-nav {
  position: relative;
  min-height: 60px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uRdZgq9tMe .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #993617;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uRdZgq9tMe .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uRdZgq9tMe .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-uRdZgq9tMe .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uRdZgq9tMe .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uRdZgq9tMe .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uRdZgq9tMe .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uRdZgq9tMe .nav-dropdown .link {
  font-weight: 400;
}
.cid-uRdZgq9tMe .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uRdZgq9tMe .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-uRdZgq9tMe .content-right-side {
    display: flex;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-uRdZgq9tMe .content-right-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    justify-content: space-between;
  }
}
.cid-uRdZgq9tMe .menu-content-top {
  display: none;
  padding: 1rem 0;
  transition: height 0.3s ease-in-out;
}
.cid-uRdZgq9tMe .menu-content-top.show {
  display: block;
}
.cid-uRdZgq9tMe .content-right-side .content-link {
  margin-left: 1rem;
}
.cid-uRdZgq9tMe .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
@media (max-width: 991px) {
  .cid-uRdZgq9tMe .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-uRdZgq9tMe .dropdown-item {
    padding: 0.235em 2.5385em 0.235em 3.5385em !important;
    margin: 0 !important;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    display: inline-block;
    width: auto;
  }
  .cid-uRdZgq9tMe .menu-logo {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .cid-uRdZgq9tMe .menu-bottom {
    width: 100%;
    padding: 0 1rem;
    display: block;
  }
  .cid-uRdZgq9tMe img {
    height: 3.8rem !important;
  }
  .cid-uRdZgq9tMe .btn {
    display: flex;
  }
  .cid-uRdZgq9tMe button.navbar-toggler {
    display: block;
  }
  .cid-uRdZgq9tMe .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-uRdZgq9tMe .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uRdZgq9tMe .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uRdZgq9tMe .navbar-collapse.collapsing,
  .cid-uRdZgq9tMe .navbar-collapse.show {
    display: block !important;
  }
  .cid-uRdZgq9tMe .navbar-collapse.collapsing .navbar-nav,
  .cid-uRdZgq9tMe .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uRdZgq9tMe .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uRdZgq9tMe .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-uRdZgq9tMe .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uRdZgq9tMe .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uRdZgq9tMe .navbar-collapse.collapsing .navbar-buttons,
  .cid-uRdZgq9tMe .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uRdZgq9tMe .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uRdZgq9tMe .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uRdZgq9tMe .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uRdZgq9tMe .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    position: relative;
    opacity: 1;
    height: auto;
    padding: 0 !important;
    visibility: visible;
  }
  .cid-uRdZgq9tMe .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uRdZgq9tMe .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0 !important;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
}
@media (min-width: 992px) {
  .cid-uRdZgq9tMe .navbar .menu-content-top {
    display: block;
  }
  .cid-uRdZgq9tMe .menu-content-top .row {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .cid-uRdZgq9tMe .content-right-side {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-flex-basis: 70%;
    flex-basis: 70%;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-uRdZgq9tMe .menu-content-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .cid-uRdZgq9tMe .menu-bottom {
    display: flex;
  }
  .cid-uRdZgq9tMe .navbar {
    display: block;
    padding: 0;
  }
  .cid-uRdZgq9tMe .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uRdZgq9tMe .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 76px;
  }
  .cid-uRdZgq9tMe .navbar-toggler {
    display: none;
  }
}
.cid-uRdZgq9tMe .navbar-short .menu-content-top {
  border: none;
}
.cid-uRdZgq9tMe .btn {
  padding: 0.7rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uRdZgq9tMe .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uRdZgq9tMe .navbar-toggleable-sm .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 5rem;
  width: 100%;
}
.cid-uRdZgq9tMe .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uRdZgq9tMe .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uRdZgq9tMe .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uRdZgq9tMe .dropdown .dropdown-menu {
  background: #40b0bf;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uRdZgq9tMe .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uRdZgq9tMe .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uRdZgq9tMe .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-uRdZgq9tMe .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uRdZgq9tMe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uRdZgq9tMe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uRdZgq9tMe .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uRdZgq9tMe .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRdZgq9tMe .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uRdZgq9tMe .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.cid-uRdZgq9tMe .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uRdZgq9tMe .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uRdZgq9tMe .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uRdZgq9tMe .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uRdZgq9tMe button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  align-self: center;
}
.cid-uRdZgq9tMe button.navbar-toggler:focus {
  outline: none;
}
.cid-uRdZgq9tMe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uRdZgq9tMe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRdZgq9tMe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRdZgq9tMe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRdZgq9tMe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRdZgq9tMe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRdZgq9tMe nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRdZgq9tMe nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRdZgq9tMe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRdZgq9tMe .collapsed.navbar {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uRdZgq9tMe .collapsed .menu-bottom {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uRdZgq9tMe .collapsed .menu-logo {
  margin-right: 0;
}
.cid-uRdZgq9tMe .collapsed .btn {
  display: flex;
}
.cid-uRdZgq9tMe .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uRdZgq9tMe .collapsed .navbar-collapse.collapsing,
.cid-uRdZgq9tMe .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uRdZgq9tMe .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uRdZgq9tMe .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uRdZgq9tMe .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uRdZgq9tMe .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uRdZgq9tMe .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uRdZgq9tMe .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uRdZgq9tMe .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uRdZgq9tMe .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uRdZgq9tMe .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uRdZgq9tMe .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uRdZgq9tMe .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 6.5rem  - 3.5rem);
  }
  .cid-uRdZgq9tMe .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uRdZgq9tMe .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uRdZgq9tMe .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uRdZgq9tMe .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uRdZgq9tMe .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.25s;
  transition-property: opacity, padding, height;
}
.cid-uRdZgq9tMe .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uRdZgq9tMe .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uRdZgq9tMe .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: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uRdZgq9tMe .collapsed .dropdown-item:before {
  display: none;
}
.cid-uRdZgq9tMe .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uRdZgq9tMe .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uRdZgq9tMe .nav-link:focus {
  outline: none;
}
.cid-uRdZgq9tMe .navbar-toggler {
  position: relative;
}
.cid-uRdZgq9tMe .dropdown-item.active,
.cid-uRdZgq9tMe .dropdown-item:active {
  background-color: transparent !important;
  color: inherit;
}
.cid-uRdZgq9tMe .nav-link:hover,
.cid-uRdZgq9tMe .dropdown-item:hover {
  color: #000000;
}
.cid-uLa8snCgQ7 {
  background-image: url("../../../assets/images/slika11-1920x960.webp");
}
.cid-uLa8snCgQ7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLa8snCgQ7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLa8snCgQ7 .mbr-section-title {
  color: #ffffff;
}
.cid-uN36NXZqVz {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uN36NXZqVz .mbr-section-title {
  margin: 0;
}
.cid-uN36NXZqVz .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-uN36NXZqVz .underline .line {
  width: 3rem;
  height: 2px;
  background: #232323;
  display: inline-block;
}
.cid-uN36NXZqVz .media-row {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uN36NXZqVz .team-item {
  transition: all .2s;
  margin: 2rem 0;
}
.cid-uN36NXZqVz .team-item .item-image {
  position: relative !important;
}
.cid-uN36NXZqVz .team-item .item-image img {
  width: 100%;
}
.cid-uN36NXZqVz .team-item .item-image::after {
  background: #000000;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: .4s;
  pointer-events: none;
}
.cid-uN36NXZqVz .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uN36NXZqVz .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uN36NXZqVz .team-item .item-caption {
  background: #2299aa;
}
.cid-uN36NXZqVz .item-social {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  z-index: 1;
}
.cid-uN36NXZqVz .item-social li {
  display: inline-block;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.cid-uN36NXZqVz .item-social li a span {
  border-radius: 50%;
  background-color: #767676;
  color: white;
  font-size: 14px;
  width: 3em;
  margin: 2px;
  height: 3em;
  line-height: 3em;
  display: block;
  padding: 0.1rem 0.9rem;
}
.cid-uN36NXZqVz .item-social li a span:hover {
  background-color: #2299aa;
  color: #ffffff;
}
.cid-uN36NXZqVz .team-item:hover .item-social > li.social-1 {
  transition-delay: .1s;
  opacity: 1;
  visibility: visible;
}
.cid-uN36NXZqVz .team-item:hover .item-social > li.social-2 {
  transition-delay: .2s;
  opacity: 1;
  visibility: visible;
}
.cid-uN36NXZqVz .team-item:hover .item-social > li.social-3 {
  transition-delay: .3s;
  opacity: 1;
  visibility: visible;
}
.cid-uN36NXZqVz .team-item:hover .item-social > li.social-4 {
  transition-delay: .4s;
  opacity: 1;
  visibility: visible;
}
.cid-uN36NXZqVz .team-item:hover .item-social > li.social-5 {
  transition-delay: .5s;
  opacity: 1;
  visibility: visible;
}
.cid-uN36NXZqVz .team-item:hover .item-social > li.social-6 {
  transition-delay: .6s;
  opacity: 1;
  visibility: visible;
}
.cid-uN36NXZqVz .team-item:hover .item-image::after {
  background: rgba(0, 0, 0, 0.4);
  opacity: 1;
  visibility: visible;
}
.cid-uN36NXZqVz .builderCard .item-image::after {
  border-bottom-left-radius: 5rem;
}
.cid-uN36NXZqVz .item-name {
  color: #ffffff;
}
.cid-uN37o9ndIC {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uN37o9ndIC .mbr-section-title {
  margin: 0;
}
.cid-uN37o9ndIC .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-uN37o9ndIC .underline .line {
  width: 3rem;
  height: 2px;
  background: #232323;
  display: inline-block;
}
.cid-uN37o9ndIC .media-row {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uN37o9ndIC .team-item {
  transition: all .2s;
  margin: 2rem 0;
}
.cid-uN37o9ndIC .team-item .item-image {
  position: relative !important;
}
.cid-uN37o9ndIC .team-item .item-image img {
  width: 100%;
}
.cid-uN37o9ndIC .team-item .item-image::after {
  background: #000000;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: .4s;
  pointer-events: none;
}
.cid-uN37o9ndIC .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uN37o9ndIC .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uN37o9ndIC .team-item .item-caption {
  background: #2299aa;
}
.cid-uN37o9ndIC .item-social {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  z-index: 1;
}
.cid-uN37o9ndIC .item-social li {
  display: inline-block;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.cid-uN37o9ndIC .item-social li a span {
  border-radius: 50%;
  background-color: #767676;
  color: white;
  font-size: 14px;
  width: 3em;
  margin: 2px;
  height: 3em;
  line-height: 3em;
  display: block;
  padding: 0.1rem 0.9rem;
}
.cid-uN37o9ndIC .item-social li a span:hover {
  background-color: #2299aa;
  color: #ffffff;
}
.cid-uN37o9ndIC .team-item:hover .item-social > li.social-1 {
  transition-delay: .1s;
  opacity: 1;
  visibility: visible;
}
.cid-uN37o9ndIC .team-item:hover .item-social > li.social-2 {
  transition-delay: .2s;
  opacity: 1;
  visibility: visible;
}
.cid-uN37o9ndIC .team-item:hover .item-social > li.social-3 {
  transition-delay: .3s;
  opacity: 1;
  visibility: visible;
}
.cid-uN37o9ndIC .team-item:hover .item-social > li.social-4 {
  transition-delay: .4s;
  opacity: 1;
  visibility: visible;
}
.cid-uN37o9ndIC .team-item:hover .item-social > li.social-5 {
  transition-delay: .5s;
  opacity: 1;
  visibility: visible;
}
.cid-uN37o9ndIC .team-item:hover .item-social > li.social-6 {
  transition-delay: .6s;
  opacity: 1;
  visibility: visible;
}
.cid-uN37o9ndIC .team-item:hover .item-image::after {
  background: rgba(0, 0, 0, 0.4);
  opacity: 1;
  visibility: visible;
}
.cid-uN37o9ndIC .builderCard .item-image::after {
  border-bottom-left-radius: 5rem;
}
.cid-uN37o9ndIC .item-name {
  color: #ffffff;
}
.cid-uN38c4kty0 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uN38c4kty0 .mbr-section-title {
  margin: 0;
}
.cid-uN38c4kty0 .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-uN38c4kty0 .underline .line {
  width: 3rem;
  height: 2px;
  background: #232323;
  display: inline-block;
}
.cid-uN38c4kty0 .media-row {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uN38c4kty0 .team-item {
  transition: all .2s;
  margin: 2rem 0;
}
.cid-uN38c4kty0 .team-item .item-image {
  position: relative !important;
}
.cid-uN38c4kty0 .team-item .item-image img {
  width: 100%;
}
.cid-uN38c4kty0 .team-item .item-image::after {
  background: #000000;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: .4s;
  pointer-events: none;
}
.cid-uN38c4kty0 .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uN38c4kty0 .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uN38c4kty0 .team-item .item-caption {
  background: #2299aa;
}
.cid-uN38c4kty0 .item-social {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  z-index: 1;
}
.cid-uN38c4kty0 .item-social li {
  display: inline-block;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.cid-uN38c4kty0 .item-social li a span {
  border-radius: 50%;
  background-color: #767676;
  color: white;
  font-size: 14px;
  width: 3em;
  margin: 2px;
  height: 3em;
  line-height: 3em;
  display: block;
  padding: 0.1rem 0.9rem;
}
.cid-uN38c4kty0 .item-social li a span:hover {
  background-color: #2299aa;
  color: #ffffff;
}
.cid-uN38c4kty0 .team-item:hover .item-social > li.social-1 {
  transition-delay: .1s;
  opacity: 1;
  visibility: visible;
}
.cid-uN38c4kty0 .team-item:hover .item-social > li.social-2 {
  transition-delay: .2s;
  opacity: 1;
  visibility: visible;
}
.cid-uN38c4kty0 .team-item:hover .item-social > li.social-3 {
  transition-delay: .3s;
  opacity: 1;
  visibility: visible;
}
.cid-uN38c4kty0 .team-item:hover .item-social > li.social-4 {
  transition-delay: .4s;
  opacity: 1;
  visibility: visible;
}
.cid-uN38c4kty0 .team-item:hover .item-social > li.social-5 {
  transition-delay: .5s;
  opacity: 1;
  visibility: visible;
}
.cid-uN38c4kty0 .team-item:hover .item-social > li.social-6 {
  transition-delay: .6s;
  opacity: 1;
  visibility: visible;
}
.cid-uN38c4kty0 .team-item:hover .item-image::after {
  background: rgba(0, 0, 0, 0.4);
  opacity: 1;
  visibility: visible;
}
.cid-uN38c4kty0 .builderCard .item-image::after {
  border-bottom-left-radius: 5rem;
}
.cid-uN38c4kty0 .item-name {
  color: #ffffff;
}
.cid-uN3Y5O5kLx {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uN3Y5O5kLx .mbr-section-title {
  margin: 0;
}
.cid-uN3Y5O5kLx .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-uN3Y5O5kLx .underline .line {
  width: 3rem;
  height: 2px;
  background: #232323;
  display: inline-block;
}
.cid-uN3Y5O5kLx .media-row {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uN3Y5O5kLx .team-item {
  transition: all .2s;
  margin: 2rem 0;
}
.cid-uN3Y5O5kLx .team-item .item-image {
  position: relative !important;
}
.cid-uN3Y5O5kLx .team-item .item-image img {
  width: 100%;
}
.cid-uN3Y5O5kLx .team-item .item-image::after {
  background: #000000;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: .4s;
  pointer-events: none;
}
.cid-uN3Y5O5kLx .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uN3Y5O5kLx .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uN3Y5O5kLx .team-item .item-caption {
  background: #2299aa;
}
.cid-uN3Y5O5kLx .item-social {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  z-index: 1;
}
.cid-uN3Y5O5kLx .item-social li {
  display: inline-block;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.cid-uN3Y5O5kLx .item-social li a span {
  border-radius: 50%;
  background-color: #767676;
  color: white;
  font-size: 14px;
  width: 3em;
  margin: 2px;
  height: 3em;
  line-height: 3em;
  display: block;
  padding: 0.1rem 0.9rem;
}
.cid-uN3Y5O5kLx .item-social li a span:hover {
  background-color: #2299aa;
  color: #ffffff;
}
.cid-uN3Y5O5kLx .team-item:hover .item-social > li.social-1 {
  transition-delay: .1s;
  opacity: 1;
  visibility: visible;
}
.cid-uN3Y5O5kLx .team-item:hover .item-social > li.social-2 {
  transition-delay: .2s;
  opacity: 1;
  visibility: visible;
}
.cid-uN3Y5O5kLx .team-item:hover .item-social > li.social-3 {
  transition-delay: .3s;
  opacity: 1;
  visibility: visible;
}
.cid-uN3Y5O5kLx .team-item:hover .item-social > li.social-4 {
  transition-delay: .4s;
  opacity: 1;
  visibility: visible;
}
.cid-uN3Y5O5kLx .team-item:hover .item-social > li.social-5 {
  transition-delay: .5s;
  opacity: 1;
  visibility: visible;
}
.cid-uN3Y5O5kLx .team-item:hover .item-social > li.social-6 {
  transition-delay: .6s;
  opacity: 1;
  visibility: visible;
}
.cid-uN3Y5O5kLx .team-item:hover .item-image::after {
  background: rgba(0, 0, 0, 0.4);
  opacity: 1;
  visibility: visible;
}
.cid-uN3Y5O5kLx .builderCard .item-image::after {
  border-bottom-left-radius: 5rem;
}
.cid-uN3Y5O5kLx .item-name {
  color: #ffffff;
}
.cid-utU3saCn9m {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-utU3saCn9m .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uLhAxyJEWl {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLhAxyJEWl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLhAxyJEWl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLhAxyJEWl .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-uLhAxyJEWl .card {
    margin-bottom: 2rem!important;
  }
  .cid-uLhAxyJEWl .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uLhAxyJEWl .link-wrap {
    align-items: center;
  }
}
.cid-uLhAxyJEWl .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uLhAzG9r5j {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #fafafa;
}
.cid-uLhAzG9r5j .container-fluid {
  padding: 0 3rem;
}
.cid-uLhAzG9r5j .mbr-section-subtitle {
  color: #767676;
}
.cid-uLhAzG9r5j .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uLhAzG9r5j .table-wrapper {
  margin: 0 auto;
}
.cid-uLhAzG9r5j table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-uLhAzG9r5j table thead tr {
  border: none !important;
}
.cid-uLhAzG9r5j table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  border-color: #5b5b5b;
  border-top: none;
  color: white;
  vertical-align: middle;
}
.cid-uLhAzG9r5j table tr td {
  border-color: #c1c1c1;
}
.cid-uLhAzG9r5j table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-uLhAzG9r5j tr:hover {
  background-color: #ffffff !important;
}
.cid-uLhAzG9r5j th:after,
.cid-uLhAzG9r5j th:before {
  display: none !important;
}
.cid-uLhAzG9r5j .dataTables_scrollHeadInner {
  margin-left: auto;
  margin-right: auto;
}
.cid-uLhAzG9r5j .dataTables_scrollHeadInner .table {
  width: 100% !important;
}
@media (max-width: 767px) {
  .cid-uLhAzG9r5j table th,
  .cid-uLhAzG9r5j table td {
    padding: .75rem;
  }
}
.cid-uLhAzG9r5j .body-item {
  text-align: center;
  color: #000000;
}
.cid-uLhAzG9r5j .mbr-text {
  color: #767676;
}
.cid-uLhAzG9r5j .head-item {
  color: #000000;
}
.cid-utUajfAiYA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-utUajfAiYA .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uLi0uicESh {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLi0uicESh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLi0uicESh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLi0uicESh .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-uLi0uicESh .card {
    margin-bottom: 2rem!important;
  }
  .cid-uLi0uicESh .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uLi0uicESh .link-wrap {
    align-items: center;
  }
}
.cid-uLi0uicESh .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uLi0yfconq {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #fafafa;
}
.cid-uLi0yfconq .container-fluid {
  padding: 0 3rem;
}
.cid-uLi0yfconq .mbr-section-subtitle {
  color: #767676;
}
.cid-uLi0yfconq .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uLi0yfconq .table-wrapper {
  margin: 0 auto;
}
.cid-uLi0yfconq table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-uLi0yfconq table thead tr {
  border: none !important;
}
.cid-uLi0yfconq table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  border-color: #5b5b5b;
  border-top: none;
  color: white;
  vertical-align: middle;
}
.cid-uLi0yfconq table tr td {
  border-color: #c1c1c1;
}
.cid-uLi0yfconq table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-uLi0yfconq tr:hover {
  background-color: #ffffff !important;
}
.cid-uLi0yfconq th:after,
.cid-uLi0yfconq th:before {
  display: none !important;
}
.cid-uLi0yfconq .dataTables_scrollHeadInner {
  margin-left: auto;
  margin-right: auto;
}
.cid-uLi0yfconq .dataTables_scrollHeadInner .table {
  width: 100% !important;
}
@media (max-width: 767px) {
  .cid-uLi0yfconq table th,
  .cid-uLi0yfconq table td {
    padding: .75rem;
  }
}
.cid-uLi0yfconq .body-item {
  text-align: center;
  color: #000000;
}
.cid-uLi0yfconq .mbr-text {
  color: #767676;
}
.cid-uLi0yfconq .head-item {
  color: #000000;
}
.cid-utUcIEDGiE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-utUcIEDGiE .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uLfrHoaphH {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLfrHoaphH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLfrHoaphH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLfrHoaphH .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-uLfrHoaphH .card {
    margin-bottom: 2rem!important;
  }
  .cid-uLfrHoaphH .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uLfrHoaphH .link-wrap {
    align-items: center;
  }
}
.cid-uLfrHoaphH .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uLfQnBrRlH {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #fafafa;
}
.cid-uLfQnBrRlH .container-fluid {
  padding: 0 3rem;
}
.cid-uLfQnBrRlH .mbr-section-subtitle {
  color: #767676;
}
.cid-uLfQnBrRlH .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uLfQnBrRlH .table-wrapper {
  margin: 0 auto;
}
.cid-uLfQnBrRlH table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-uLfQnBrRlH table thead tr {
  border: none !important;
}
.cid-uLfQnBrRlH table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  border-color: #5b5b5b;
  border-top: none;
  color: white;
  vertical-align: middle;
}
.cid-uLfQnBrRlH table tr td {
  border-color: #c1c1c1;
}
.cid-uLfQnBrRlH table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-uLfQnBrRlH tr:hover {
  background-color: #ffffff !important;
}
.cid-uLfQnBrRlH th:after,
.cid-uLfQnBrRlH th:before {
  display: none !important;
}
.cid-uLfQnBrRlH .dataTables_scrollHeadInner {
  margin-left: auto;
  margin-right: auto;
}
.cid-uLfQnBrRlH .dataTables_scrollHeadInner .table {
  width: 100% !important;
}
@media (max-width: 767px) {
  .cid-uLfQnBrRlH table th,
  .cid-uLfQnBrRlH table td {
    padding: .75rem;
  }
}
.cid-uLfQnBrRlH .body-item {
  text-align: center;
  color: #000000;
}
.cid-uLfQnBrRlH .mbr-text {
  color: #767676;
}
.cid-uLfQnBrRlH .head-item {
  color: #000000;
}
.cid-uMY5Rdv4A6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uMY5Rdv4A6 .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uLi4UNO1NR {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLi4UNO1NR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLi4UNO1NR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLi4UNO1NR .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-uLi4UNO1NR .card {
    margin-bottom: 2rem!important;
  }
  .cid-uLi4UNO1NR .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uLi4UNO1NR .link-wrap {
    align-items: center;
  }
}
.cid-uLi4UNO1NR .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uLi4WzuNCb {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #fafafa;
}
.cid-uLi4WzuNCb .container-fluid {
  padding: 0 3rem;
}
.cid-uLi4WzuNCb .mbr-section-subtitle {
  color: #767676;
}
.cid-uLi4WzuNCb .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uLi4WzuNCb .table-wrapper {
  margin: 0 auto;
}
.cid-uLi4WzuNCb table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-uLi4WzuNCb table thead tr {
  border: none !important;
}
.cid-uLi4WzuNCb table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  border-color: #5b5b5b;
  border-top: none;
  color: white;
  vertical-align: middle;
}
.cid-uLi4WzuNCb table tr td {
  border-color: #c1c1c1;
}
.cid-uLi4WzuNCb table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-uLi4WzuNCb tr:hover {
  background-color: #ffffff !important;
}
.cid-uLi4WzuNCb th:after,
.cid-uLi4WzuNCb th:before {
  display: none !important;
}
.cid-uLi4WzuNCb .dataTables_scrollHeadInner {
  margin-left: auto;
  margin-right: auto;
}
.cid-uLi4WzuNCb .dataTables_scrollHeadInner .table {
  width: 100% !important;
}
@media (max-width: 767px) {
  .cid-uLi4WzuNCb table th,
  .cid-uLi4WzuNCb table td {
    padding: .75rem;
  }
}
.cid-uLi4WzuNCb .body-item {
  text-align: center;
  color: #000000;
}
.cid-uLi4WzuNCb .mbr-text {
  color: #767676;
}
.cid-uLi4WzuNCb .head-item {
  color: #000000;
}
.cid-utUf1ya2wP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-utUf1ya2wP .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uLi9GCb6w0 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLi9GCb6w0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLi9GCb6w0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLi9GCb6w0 .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-uLi9GCb6w0 .card {
    margin-bottom: 2rem!important;
  }
  .cid-uLi9GCb6w0 .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uLi9GCb6w0 .link-wrap {
    align-items: center;
  }
}
.cid-uLi9GCb6w0 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uLi9IwOT7u {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #fafafa;
}
.cid-uLi9IwOT7u .container-fluid {
  padding: 0 3rem;
}
.cid-uLi9IwOT7u .mbr-section-subtitle {
  color: #767676;
}
.cid-uLi9IwOT7u .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uLi9IwOT7u .table-wrapper {
  margin: 0 auto;
}
.cid-uLi9IwOT7u table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-uLi9IwOT7u table thead tr {
  border: none !important;
}
.cid-uLi9IwOT7u table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  border-color: #5b5b5b;
  border-top: none;
  color: white;
  vertical-align: middle;
}
.cid-uLi9IwOT7u table tr td {
  border-color: #c1c1c1;
}
.cid-uLi9IwOT7u table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-uLi9IwOT7u tr:hover {
  background-color: #ffffff !important;
}
.cid-uLi9IwOT7u th:after,
.cid-uLi9IwOT7u th:before {
  display: none !important;
}
.cid-uLi9IwOT7u .dataTables_scrollHeadInner {
  margin-left: auto;
  margin-right: auto;
}
.cid-uLi9IwOT7u .dataTables_scrollHeadInner .table {
  width: 100% !important;
}
@media (max-width: 767px) {
  .cid-uLi9IwOT7u table th,
  .cid-uLi9IwOT7u table td {
    padding: .75rem;
  }
}
.cid-uLi9IwOT7u .body-item {
  text-align: center;
  color: #000000;
}
.cid-uLi9IwOT7u .mbr-text {
  color: #767676;
}
.cid-uLi9IwOT7u .head-item {
  color: #000000;
}
.cid-utUv19eODK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-utUv19eODK .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uLlPznrs6u {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLlPznrs6u .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLlPznrs6u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLlPznrs6u .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-uLlPznrs6u .card {
    margin-bottom: 2rem!important;
  }
  .cid-uLlPznrs6u .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uLlPznrs6u .link-wrap {
    align-items: center;
  }
}
.cid-uLlPznrs6u .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uLlPDDx6z8 {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #fafafa;
}
.cid-uLlPDDx6z8 .container-fluid {
  padding: 0 3rem;
}
.cid-uLlPDDx6z8 .mbr-section-subtitle {
  color: #767676;
}
.cid-uLlPDDx6z8 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uLlPDDx6z8 .table-wrapper {
  margin: 0 auto;
}
.cid-uLlPDDx6z8 table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-uLlPDDx6z8 table thead tr {
  border: none !important;
}
.cid-uLlPDDx6z8 table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  border-color: #5b5b5b;
  border-top: none;
  color: white;
  vertical-align: middle;
}
.cid-uLlPDDx6z8 table tr td {
  border-color: #c1c1c1;
}
.cid-uLlPDDx6z8 table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-uLlPDDx6z8 tr:hover {
  background-color: #ffffff !important;
}
.cid-uLlPDDx6z8 th:after,
.cid-uLlPDDx6z8 th:before {
  display: none !important;
}
.cid-uLlPDDx6z8 .dataTables_scrollHeadInner {
  margin-left: auto;
  margin-right: auto;
}
.cid-uLlPDDx6z8 .dataTables_scrollHeadInner .table {
  width: 100% !important;
}
@media (max-width: 767px) {
  .cid-uLlPDDx6z8 table th,
  .cid-uLlPDDx6z8 table td {
    padding: .75rem;
  }
}
.cid-uLlPDDx6z8 .body-item {
  text-align: center;
  color: #000000;
}
.cid-uLlPDDx6z8 .mbr-text {
  color: #767676;
}
.cid-uLlPDDx6z8 .head-item {
  color: #000000;
}
.cid-uMY8rttraU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uMY8rttraU .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uLlsW2eSdp {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLlsW2eSdp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLlsW2eSdp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLlsW2eSdp .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-uLlsW2eSdp .card {
    margin-bottom: 2rem!important;
  }
  .cid-uLlsW2eSdp .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uLlsW2eSdp .link-wrap {
    align-items: center;
  }
}
.cid-uLlsW2eSdp .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uLlsZLRVSe {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #fafafa;
}
.cid-uLlsZLRVSe .container-fluid {
  padding: 0 3rem;
}
.cid-uLlsZLRVSe .mbr-section-subtitle {
  color: #767676;
}
.cid-uLlsZLRVSe .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uLlsZLRVSe .table-wrapper {
  margin: 0 auto;
}
.cid-uLlsZLRVSe table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-uLlsZLRVSe table thead tr {
  border: none !important;
}
.cid-uLlsZLRVSe table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  border-color: #5b5b5b;
  border-top: none;
  color: white;
  vertical-align: middle;
}
.cid-uLlsZLRVSe table tr td {
  border-color: #c1c1c1;
}
.cid-uLlsZLRVSe table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-uLlsZLRVSe tr:hover {
  background-color: #ffffff !important;
}
.cid-uLlsZLRVSe th:after,
.cid-uLlsZLRVSe th:before {
  display: none !important;
}
.cid-uLlsZLRVSe .dataTables_scrollHeadInner {
  margin-left: auto;
  margin-right: auto;
}
.cid-uLlsZLRVSe .dataTables_scrollHeadInner .table {
  width: 100% !important;
}
@media (max-width: 767px) {
  .cid-uLlsZLRVSe table th,
  .cid-uLlsZLRVSe table td {
    padding: .75rem;
  }
}
.cid-uLlsZLRVSe .body-item {
  text-align: center;
  color: #000000;
}
.cid-uLlsZLRVSe .mbr-text {
  color: #767676;
}
.cid-uLlsZLRVSe .head-item {
  color: #000000;
}
.cid-uMY9414kBN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uMY9414kBN .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uLlqLLeAOz {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLlqLLeAOz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLlqLLeAOz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLlqLLeAOz .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-uLlqLLeAOz .card {
    margin-bottom: 2rem!important;
  }
  .cid-uLlqLLeAOz .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uLlqLLeAOz .link-wrap {
    align-items: center;
  }
}
.cid-uLlqLLeAOz .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uLlqQVyIqa {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #fafafa;
}
.cid-uLlqQVyIqa .container-fluid {
  padding: 0 3rem;
}
.cid-uLlqQVyIqa .mbr-section-subtitle {
  color: #767676;
}
.cid-uLlqQVyIqa .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uLlqQVyIqa .table-wrapper {
  margin: 0 auto;
}
.cid-uLlqQVyIqa table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-uLlqQVyIqa table thead tr {
  border: none !important;
}
.cid-uLlqQVyIqa table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  border-color: #5b5b5b;
  border-top: none;
  color: white;
  vertical-align: middle;
}
.cid-uLlqQVyIqa table tr td {
  border-color: #c1c1c1;
}
.cid-uLlqQVyIqa table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-uLlqQVyIqa tr:hover {
  background-color: #ffffff !important;
}
.cid-uLlqQVyIqa th:after,
.cid-uLlqQVyIqa th:before {
  display: none !important;
}
.cid-uLlqQVyIqa .dataTables_scrollHeadInner {
  margin-left: auto;
  margin-right: auto;
}
.cid-uLlqQVyIqa .dataTables_scrollHeadInner .table {
  width: 100% !important;
}
@media (max-width: 767px) {
  .cid-uLlqQVyIqa table th,
  .cid-uLlqQVyIqa table td {
    padding: .75rem;
  }
}
.cid-uLlqQVyIqa .body-item {
  text-align: center;
  color: #000000;
}
.cid-uLlqQVyIqa .mbr-text {
  color: #767676;
}
.cid-uLlqQVyIqa .head-item {
  color: #000000;
}
.cid-utUEPSYtet {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-utUEPSYtet .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uLlMkcN3FB {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLlMkcN3FB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLlMkcN3FB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLlMkcN3FB .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-uLlMkcN3FB .card {
    margin-bottom: 2rem!important;
  }
  .cid-uLlMkcN3FB .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uLlMkcN3FB .link-wrap {
    align-items: center;
  }
}
.cid-uLlMkcN3FB .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uLlMoipvs4 {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #fafafa;
}
.cid-uLlMoipvs4 .container-fluid {
  padding: 0 3rem;
}
.cid-uLlMoipvs4 .mbr-section-subtitle {
  color: #767676;
}
.cid-uLlMoipvs4 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uLlMoipvs4 .table-wrapper {
  margin: 0 auto;
}
.cid-uLlMoipvs4 table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-uLlMoipvs4 table thead tr {
  border: none !important;
}
.cid-uLlMoipvs4 table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  border-color: #5b5b5b;
  border-top: none;
  color: white;
  vertical-align: middle;
}
.cid-uLlMoipvs4 table tr td {
  border-color: #c1c1c1;
}
.cid-uLlMoipvs4 table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-uLlMoipvs4 tr:hover {
  background-color: #ffffff !important;
}
.cid-uLlMoipvs4 th:after,
.cid-uLlMoipvs4 th:before {
  display: none !important;
}
.cid-uLlMoipvs4 .dataTables_scrollHeadInner {
  margin-left: auto;
  margin-right: auto;
}
.cid-uLlMoipvs4 .dataTables_scrollHeadInner .table {
  width: 100% !important;
}
@media (max-width: 767px) {
  .cid-uLlMoipvs4 table th,
  .cid-uLlMoipvs4 table td {
    padding: .75rem;
  }
}
.cid-uLlMoipvs4 .body-item {
  text-align: center;
  color: #000000;
}
.cid-uLlMoipvs4 .mbr-text {
  color: #767676;
}
.cid-uLlMoipvs4 .head-item {
  color: #000000;
}
.cid-utUQleOSdd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-utUQleOSdd .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uLlOb9xYSJ {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLlOb9xYSJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLlOb9xYSJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLlOb9xYSJ .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-uLlOb9xYSJ .card {
    margin-bottom: 2rem!important;
  }
  .cid-uLlOb9xYSJ .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uLlOb9xYSJ .link-wrap {
    align-items: center;
  }
}
.cid-uLlOb9xYSJ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uLlOga1BAF {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #fafafa;
}
.cid-uLlOga1BAF .container-fluid {
  padding: 0 3rem;
}
.cid-uLlOga1BAF .mbr-section-subtitle {
  color: #767676;
}
.cid-uLlOga1BAF .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uLlOga1BAF .table-wrapper {
  margin: 0 auto;
}
.cid-uLlOga1BAF table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-uLlOga1BAF table thead tr {
  border: none !important;
}
.cid-uLlOga1BAF table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  border-color: #5b5b5b;
  border-top: none;
  color: white;
  vertical-align: middle;
}
.cid-uLlOga1BAF table tr td {
  border-color: #c1c1c1;
}
.cid-uLlOga1BAF table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-uLlOga1BAF tr:hover {
  background-color: #ffffff !important;
}
.cid-uLlOga1BAF th:after,
.cid-uLlOga1BAF th:before {
  display: none !important;
}
.cid-uLlOga1BAF .dataTables_scrollHeadInner {
  margin-left: auto;
  margin-right: auto;
}
.cid-uLlOga1BAF .dataTables_scrollHeadInner .table {
  width: 100% !important;
}
@media (max-width: 767px) {
  .cid-uLlOga1BAF table th,
  .cid-uLlOga1BAF table td {
    padding: .75rem;
  }
}
.cid-uLlOga1BAF .body-item {
  text-align: center;
  color: #000000;
}
.cid-uLlOga1BAF .mbr-text {
  color: #767676;
}
.cid-uLlOga1BAF .head-item {
  color: #000000;
}
.cid-utVmylbQgY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-utVmylbQgY .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uMYjrXiKUo {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uMYjrXiKUo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMYjrXiKUo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMYjrXiKUo .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-uMYjrXiKUo .card {
    margin-bottom: 2rem!important;
  }
  .cid-uMYjrXiKUo .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uMYjrXiKUo .link-wrap {
    align-items: center;
  }
}
.cid-uMYjrXiKUo .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uMYjFfuZLg {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #fafafa;
}
.cid-uMYjFfuZLg .container-fluid {
  padding: 0 3rem;
}
.cid-uMYjFfuZLg .mbr-section-subtitle {
  color: #767676;
}
.cid-uMYjFfuZLg .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uMYjFfuZLg .table-wrapper {
  margin: 0 auto;
}
.cid-uMYjFfuZLg table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-uMYjFfuZLg table thead tr {
  border: none !important;
}
.cid-uMYjFfuZLg table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  border-color: #5b5b5b;
  border-top: none;
  color: white;
  vertical-align: middle;
}
.cid-uMYjFfuZLg table tr td {
  border-color: #c1c1c1;
}
.cid-uMYjFfuZLg table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-uMYjFfuZLg tr:hover {
  background-color: #ffffff !important;
}
.cid-uMYjFfuZLg th:after,
.cid-uMYjFfuZLg th:before {
  display: none !important;
}
.cid-uMYjFfuZLg .dataTables_scrollHeadInner {
  margin-left: auto;
  margin-right: auto;
}
.cid-uMYjFfuZLg .dataTables_scrollHeadInner .table {
  width: 100% !important;
}
@media (max-width: 767px) {
  .cid-uMYjFfuZLg table th,
  .cid-uMYjFfuZLg table td {
    padding: .75rem;
  }
}
.cid-uMYjFfuZLg .body-item {
  text-align: center;
  color: #000000;
}
.cid-uMYjFfuZLg .mbr-text {
  color: #767676;
}
.cid-uMYjFfuZLg .head-item {
  color: #000000;
}
.cid-uN2Ojptxlo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uN2Ojptxlo .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uLscVNmdtm {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLscVNmdtm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLscVNmdtm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLscVNmdtm .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-uLscVNmdtm .card {
    margin-bottom: 2rem!important;
  }
  .cid-uLscVNmdtm .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uLscVNmdtm .link-wrap {
    align-items: center;
  }
}
.cid-uLscVNmdtm .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uLscZYiT2O {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #fafafa;
}
.cid-uLscZYiT2O .container-fluid {
  padding: 0 3rem;
}
.cid-uLscZYiT2O .mbr-section-subtitle {
  color: #767676;
}
.cid-uLscZYiT2O .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uLscZYiT2O .table-wrapper {
  margin: 0 auto;
}
.cid-uLscZYiT2O table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-uLscZYiT2O table thead tr {
  border: none !important;
}
.cid-uLscZYiT2O table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  border-color: #5b5b5b;
  border-top: none;
  color: white;
  vertical-align: middle;
}
.cid-uLscZYiT2O table tr td {
  border-color: #c1c1c1;
}
.cid-uLscZYiT2O table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-uLscZYiT2O tr:hover {
  background-color: #ffffff !important;
}
.cid-uLscZYiT2O th:after,
.cid-uLscZYiT2O th:before {
  display: none !important;
}
.cid-uLscZYiT2O .dataTables_scrollHeadInner {
  margin-left: auto;
  margin-right: auto;
}
.cid-uLscZYiT2O .dataTables_scrollHeadInner .table {
  width: 100% !important;
}
@media (max-width: 767px) {
  .cid-uLscZYiT2O table th,
  .cid-uLscZYiT2O table td {
    padding: .75rem;
  }
}
.cid-uLscZYiT2O .body-item {
  text-align: center;
  color: #000000;
}
.cid-uLscZYiT2O .mbr-text {
  color: #767676;
}
.cid-uLscZYiT2O .head-item {
  color: #000000;
}
.cid-uLsfstGZ9m {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uLsfstGZ9m .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLsfstGZ9m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLsg2bIxCU {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLsg2bIxCU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLsg2bIxCU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLsg2bIxCU .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-uLsg2bIxCU .card {
    margin-bottom: 2rem!important;
  }
  .cid-uLsg2bIxCU .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uLsg2bIxCU .link-wrap {
    align-items: center;
  }
}
.cid-uLsg2bIxCU .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uLsg6tjA1N {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #fafafa;
}
.cid-uLsg6tjA1N .container-fluid {
  padding: 0 3rem;
}
.cid-uLsg6tjA1N .mbr-section-subtitle {
  color: #767676;
}
.cid-uLsg6tjA1N .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uLsg6tjA1N .table-wrapper {
  margin: 0 auto;
}
.cid-uLsg6tjA1N table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-uLsg6tjA1N table thead tr {
  border: none !important;
}
.cid-uLsg6tjA1N table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  border-color: #5b5b5b;
  border-top: none;
  color: white;
  vertical-align: middle;
}
.cid-uLsg6tjA1N table tr td {
  border-color: #c1c1c1;
}
.cid-uLsg6tjA1N table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-uLsg6tjA1N tr:hover {
  background-color: #ffffff !important;
}
.cid-uLsg6tjA1N th:after,
.cid-uLsg6tjA1N th:before {
  display: none !important;
}
.cid-uLsg6tjA1N .dataTables_scrollHeadInner {
  margin-left: auto;
  margin-right: auto;
}
.cid-uLsg6tjA1N .dataTables_scrollHeadInner .table {
  width: 100% !important;
}
@media (max-width: 767px) {
  .cid-uLsg6tjA1N table th,
  .cid-uLsg6tjA1N table td {
    padding: .75rem;
  }
}
.cid-uLsg6tjA1N .body-item {
  text-align: center;
  color: #000000;
}
.cid-uLsg6tjA1N .mbr-text {
  color: #767676;
}
.cid-uLsg6tjA1N .head-item {
  color: #000000;
}
.cid-uLsg8GovM3 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uLsg8GovM3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLsg8GovM3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uutFOGFwxh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #40b0bf;
}
.cid-uutFOGFwxh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uutFOGFwxh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uutFOGFwxh .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uutFOGFwxh .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uutFOGFwxh .row {
    text-align: center;
  }
  .cid-uutFOGFwxh .row > div {
    margin: auto;
  }
  .cid-uutFOGFwxh .social-row {
    justify-content: center;
  }
}
.cid-uutFOGFwxh .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uutFOGFwxh .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uutFOGFwxh .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uutFOGFwxh .list {
    margin-bottom: 0rem;
  }
}
.cid-uutFOGFwxh .mbr-text {
  color: #ffffff;
}
.cid-uutFOGFwxh .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uutFOGFwxh .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uutFOGFwxh div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uutFOGFwxh .copyright {
  text-align: left;
}
.cid-uRdZgq9tMe .navbar {
  padding: 0.5rem 0;
  background: #40b0bf;
  transition: none;
  min-height: 77px;
}
@media (min-width: 992px) {
  .cid-uRdZgq9tMe .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 2.5385em 0.235em 3.5385em !important;
    margin: 0 !important;
  }
}
.cid-uRdZgq9tMe .menu-logo {
  display: flex;
  position: relative;
  -webkit-align-items: center;
  align-items: center;
  margin-right: auto;
}
.cid-uRdZgq9tMe .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uRdZgq9tMe .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uRdZgq9tMe .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uRdZgq9tMe .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uRdZgq9tMe .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uRdZgq9tMe .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uRdZgq9tMe .navbar-dropdown.bg-color.transparent.opened {
  background: #40b0bf;
}
.cid-uRdZgq9tMe a {
  font-style: normal;
}
.cid-uRdZgq9tMe .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-uRdZgq9tMe .dropdown-item:after {
  display: none;
}
.cid-uRdZgq9tMe .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.7rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uRdZgq9tMe .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 20px;
}
.cid-uRdZgq9tMe .content-text {
  margin-bottom: 0;
}
.cid-uRdZgq9tMe .navbar-nav {
  position: relative;
  min-height: 60px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uRdZgq9tMe .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #993617;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uRdZgq9tMe .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uRdZgq9tMe .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-uRdZgq9tMe .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uRdZgq9tMe .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uRdZgq9tMe .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uRdZgq9tMe .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uRdZgq9tMe .nav-dropdown .link {
  font-weight: 400;
}
.cid-uRdZgq9tMe .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uRdZgq9tMe .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-uRdZgq9tMe .content-right-side {
    display: flex;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-uRdZgq9tMe .content-right-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    justify-content: space-between;
  }
}
.cid-uRdZgq9tMe .menu-content-top {
  display: none;
  padding: 1rem 0;
  transition: height 0.3s ease-in-out;
}
.cid-uRdZgq9tMe .menu-content-top.show {
  display: block;
}
.cid-uRdZgq9tMe .content-right-side .content-link {
  margin-left: 1rem;
}
.cid-uRdZgq9tMe .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
@media (max-width: 991px) {
  .cid-uRdZgq9tMe .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-uRdZgq9tMe .dropdown-item {
    padding: 0.235em 2.5385em 0.235em 3.5385em !important;
    margin: 0 !important;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    display: inline-block;
    width: auto;
  }
  .cid-uRdZgq9tMe .menu-logo {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .cid-uRdZgq9tMe .menu-bottom {
    width: 100%;
    padding: 0 1rem;
    display: block;
  }
  .cid-uRdZgq9tMe img {
    height: 3.8rem !important;
  }
  .cid-uRdZgq9tMe .btn {
    display: flex;
  }
  .cid-uRdZgq9tMe button.navbar-toggler {
    display: block;
  }
  .cid-uRdZgq9tMe .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-uRdZgq9tMe .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uRdZgq9tMe .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uRdZgq9tMe .navbar-collapse.collapsing,
  .cid-uRdZgq9tMe .navbar-collapse.show {
    display: block !important;
  }
  .cid-uRdZgq9tMe .navbar-collapse.collapsing .navbar-nav,
  .cid-uRdZgq9tMe .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uRdZgq9tMe .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uRdZgq9tMe .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-uRdZgq9tMe .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uRdZgq9tMe .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uRdZgq9tMe .navbar-collapse.collapsing .navbar-buttons,
  .cid-uRdZgq9tMe .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uRdZgq9tMe .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uRdZgq9tMe .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uRdZgq9tMe .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uRdZgq9tMe .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    position: relative;
    opacity: 1;
    height: auto;
    padding: 0 !important;
    visibility: visible;
  }
  .cid-uRdZgq9tMe .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uRdZgq9tMe .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0 !important;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
}
@media (min-width: 992px) {
  .cid-uRdZgq9tMe .navbar .menu-content-top {
    display: block;
  }
  .cid-uRdZgq9tMe .menu-content-top .row {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .cid-uRdZgq9tMe .content-right-side {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-flex-basis: 70%;
    flex-basis: 70%;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-uRdZgq9tMe .menu-content-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .cid-uRdZgq9tMe .menu-bottom {
    display: flex;
  }
  .cid-uRdZgq9tMe .navbar {
    display: block;
    padding: 0;
  }
  .cid-uRdZgq9tMe .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uRdZgq9tMe .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 76px;
  }
  .cid-uRdZgq9tMe .navbar-toggler {
    display: none;
  }
}
.cid-uRdZgq9tMe .navbar-short .menu-content-top {
  border: none;
}
.cid-uRdZgq9tMe .btn {
  padding: 0.7rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uRdZgq9tMe .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uRdZgq9tMe .navbar-toggleable-sm .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 5rem;
  width: 100%;
}
.cid-uRdZgq9tMe .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uRdZgq9tMe .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uRdZgq9tMe .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uRdZgq9tMe .dropdown .dropdown-menu {
  background: #40b0bf;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uRdZgq9tMe .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uRdZgq9tMe .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uRdZgq9tMe .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-uRdZgq9tMe .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uRdZgq9tMe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uRdZgq9tMe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uRdZgq9tMe .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uRdZgq9tMe .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRdZgq9tMe .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uRdZgq9tMe .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.cid-uRdZgq9tMe .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uRdZgq9tMe .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uRdZgq9tMe .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uRdZgq9tMe .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uRdZgq9tMe button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  align-self: center;
}
.cid-uRdZgq9tMe button.navbar-toggler:focus {
  outline: none;
}
.cid-uRdZgq9tMe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uRdZgq9tMe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRdZgq9tMe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRdZgq9tMe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRdZgq9tMe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRdZgq9tMe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRdZgq9tMe nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRdZgq9tMe nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRdZgq9tMe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRdZgq9tMe .collapsed.navbar {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uRdZgq9tMe .collapsed .menu-bottom {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uRdZgq9tMe .collapsed .menu-logo {
  margin-right: 0;
}
.cid-uRdZgq9tMe .collapsed .btn {
  display: flex;
}
.cid-uRdZgq9tMe .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uRdZgq9tMe .collapsed .navbar-collapse.collapsing,
.cid-uRdZgq9tMe .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uRdZgq9tMe .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uRdZgq9tMe .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uRdZgq9tMe .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uRdZgq9tMe .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uRdZgq9tMe .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uRdZgq9tMe .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uRdZgq9tMe .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uRdZgq9tMe .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uRdZgq9tMe .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uRdZgq9tMe .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uRdZgq9tMe .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 6.5rem  - 3.5rem);
  }
  .cid-uRdZgq9tMe .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uRdZgq9tMe .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uRdZgq9tMe .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uRdZgq9tMe .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uRdZgq9tMe .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.25s;
  transition-property: opacity, padding, height;
}
.cid-uRdZgq9tMe .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uRdZgq9tMe .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uRdZgq9tMe .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: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uRdZgq9tMe .collapsed .dropdown-item:before {
  display: none;
}
.cid-uRdZgq9tMe .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uRdZgq9tMe .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uRdZgq9tMe .nav-link:focus {
  outline: none;
}
.cid-uRdZgq9tMe .navbar-toggler {
  position: relative;
}
.cid-uRdZgq9tMe .dropdown-item.active,
.cid-uRdZgq9tMe .dropdown-item:active {
  background-color: transparent !important;
  color: inherit;
}
.cid-uRdZgq9tMe .nav-link:hover,
.cid-uRdZgq9tMe .dropdown-item:hover {
  color: #000000;
}
.cid-uLhwGtaiP4 {
  background-image: url("../../../assets/images/slika13-1920x960.webp");
}
.cid-uLhwGtaiP4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLhwGtaiP4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLhwGtaiP4 .mbr-section-title {
  color: #ffffff;
}
.cid-uMRIMhtP3v {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uMRIMhtP3v .mbr-section-title {
  margin: 0;
}
.cid-uMRIMhtP3v .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-uMRIMhtP3v .underline .line {
  width: 3rem;
  height: 2px;
  background: #232323;
  display: inline-block;
}
.cid-uMRIMhtP3v .media-row {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uMRIMhtP3v .team-item {
  transition: all .2s;
  margin: 2rem 0;
}
.cid-uMRIMhtP3v .team-item .item-image {
  position: relative !important;
}
.cid-uMRIMhtP3v .team-item .item-image img {
  width: 100%;
}
.cid-uMRIMhtP3v .team-item .item-image::after {
  background: #000000;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: .4s;
  pointer-events: none;
}
.cid-uMRIMhtP3v .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uMRIMhtP3v .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uMRIMhtP3v .team-item .item-caption {
  background: #2299aa;
}
.cid-uMRIMhtP3v .item-social {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  z-index: 1;
}
.cid-uMRIMhtP3v .item-social li {
  display: inline-block;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.cid-uMRIMhtP3v .item-social li a span {
  border-radius: 50%;
  background-color: #767676;
  color: white;
  font-size: 14px;
  width: 3em;
  margin: 2px;
  height: 3em;
  line-height: 3em;
  display: block;
  padding: 0.1rem 0.9rem;
}
.cid-uMRIMhtP3v .item-social li a span:hover {
  background-color: #2299aa;
  color: #ffffff;
}
.cid-uMRIMhtP3v .team-item:hover .item-social > li.social-1 {
  transition-delay: .1s;
  opacity: 1;
  visibility: visible;
}
.cid-uMRIMhtP3v .team-item:hover .item-social > li.social-2 {
  transition-delay: .2s;
  opacity: 1;
  visibility: visible;
}
.cid-uMRIMhtP3v .team-item:hover .item-social > li.social-3 {
  transition-delay: .3s;
  opacity: 1;
  visibility: visible;
}
.cid-uMRIMhtP3v .team-item:hover .item-social > li.social-4 {
  transition-delay: .4s;
  opacity: 1;
  visibility: visible;
}
.cid-uMRIMhtP3v .team-item:hover .item-social > li.social-5 {
  transition-delay: .5s;
  opacity: 1;
  visibility: visible;
}
.cid-uMRIMhtP3v .team-item:hover .item-social > li.social-6 {
  transition-delay: .6s;
  opacity: 1;
  visibility: visible;
}
.cid-uMRIMhtP3v .team-item:hover .item-image::after {
  background: rgba(0, 0, 0, 0.4);
  opacity: 1;
  visibility: visible;
}
.cid-uMRIMhtP3v .builderCard .item-image::after {
  border-bottom-left-radius: 5rem;
}
.cid-uMRIMhtP3v .item-name {
  color: #ffffff;
}
.cid-uMTcdC0dlO {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uMTcdC0dlO .mbr-section-title {
  margin: 0;
}
.cid-uMTcdC0dlO .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-uMTcdC0dlO .underline .line {
  width: 3rem;
  height: 2px;
  background: #232323;
  display: inline-block;
}
.cid-uMTcdC0dlO .media-row {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uMTcdC0dlO .team-item {
  transition: all .2s;
  margin: 2rem 0;
}
.cid-uMTcdC0dlO .team-item .item-image {
  position: relative !important;
}
.cid-uMTcdC0dlO .team-item .item-image img {
  width: 100%;
}
.cid-uMTcdC0dlO .team-item .item-image::after {
  background: #000000;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: .4s;
  pointer-events: none;
}
.cid-uMTcdC0dlO .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uMTcdC0dlO .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uMTcdC0dlO .team-item .item-caption {
  background: #2299aa;
}
.cid-uMTcdC0dlO .item-social {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  z-index: 1;
}
.cid-uMTcdC0dlO .item-social li {
  display: inline-block;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.cid-uMTcdC0dlO .item-social li a span {
  border-radius: 50%;
  background-color: #767676;
  color: white;
  font-size: 14px;
  width: 3em;
  margin: 2px;
  height: 3em;
  line-height: 3em;
  display: block;
  padding: 0.1rem 0.9rem;
}
.cid-uMTcdC0dlO .item-social li a span:hover {
  background-color: #2299aa;
  color: #ffffff;
}
.cid-uMTcdC0dlO .team-item:hover .item-social > li.social-1 {
  transition-delay: .1s;
  opacity: 1;
  visibility: visible;
}
.cid-uMTcdC0dlO .team-item:hover .item-social > li.social-2 {
  transition-delay: .2s;
  opacity: 1;
  visibility: visible;
}
.cid-uMTcdC0dlO .team-item:hover .item-social > li.social-3 {
  transition-delay: .3s;
  opacity: 1;
  visibility: visible;
}
.cid-uMTcdC0dlO .team-item:hover .item-social > li.social-4 {
  transition-delay: .4s;
  opacity: 1;
  visibility: visible;
}
.cid-uMTcdC0dlO .team-item:hover .item-social > li.social-5 {
  transition-delay: .5s;
  opacity: 1;
  visibility: visible;
}
.cid-uMTcdC0dlO .team-item:hover .item-social > li.social-6 {
  transition-delay: .6s;
  opacity: 1;
  visibility: visible;
}
.cid-uMTcdC0dlO .team-item:hover .item-image::after {
  background: rgba(0, 0, 0, 0.4);
  opacity: 1;
  visibility: visible;
}
.cid-uMTcdC0dlO .builderCard .item-image::after {
  border-bottom-left-radius: 5rem;
}
.cid-uMTcdC0dlO .item-name {
  color: #ffffff;
}
.cid-uMTdckgk0o {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uMTdckgk0o .mbr-section-title {
  margin: 0;
}
.cid-uMTdckgk0o .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-uMTdckgk0o .underline .line {
  width: 3rem;
  height: 2px;
  background: #232323;
  display: inline-block;
}
.cid-uMTdckgk0o .media-row {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uMTdckgk0o .team-item {
  transition: all .2s;
  margin: 2rem 0;
}
.cid-uMTdckgk0o .team-item .item-image {
  position: relative !important;
}
.cid-uMTdckgk0o .team-item .item-image img {
  width: 100%;
}
.cid-uMTdckgk0o .team-item .item-image::after {
  background: #000000;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: .4s;
  pointer-events: none;
}
.cid-uMTdckgk0o .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uMTdckgk0o .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uMTdckgk0o .team-item .item-caption {
  background: #2299aa;
}
.cid-uMTdckgk0o .item-social {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  z-index: 1;
}
.cid-uMTdckgk0o .item-social li {
  display: inline-block;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.cid-uMTdckgk0o .item-social li a span {
  border-radius: 50%;
  background-color: #767676;
  color: white;
  font-size: 14px;
  width: 3em;
  margin: 2px;
  height: 3em;
  line-height: 3em;
  display: block;
  padding: 0.1rem 0.9rem;
}
.cid-uMTdckgk0o .item-social li a span:hover {
  background-color: #2299aa;
  color: #ffffff;
}
.cid-uMTdckgk0o .team-item:hover .item-social > li.social-1 {
  transition-delay: .1s;
  opacity: 1;
  visibility: visible;
}
.cid-uMTdckgk0o .team-item:hover .item-social > li.social-2 {
  transition-delay: .2s;
  opacity: 1;
  visibility: visible;
}
.cid-uMTdckgk0o .team-item:hover .item-social > li.social-3 {
  transition-delay: .3s;
  opacity: 1;
  visibility: visible;
}
.cid-uMTdckgk0o .team-item:hover .item-social > li.social-4 {
  transition-delay: .4s;
  opacity: 1;
  visibility: visible;
}
.cid-uMTdckgk0o .team-item:hover .item-social > li.social-5 {
  transition-delay: .5s;
  opacity: 1;
  visibility: visible;
}
.cid-uMTdckgk0o .team-item:hover .item-social > li.social-6 {
  transition-delay: .6s;
  opacity: 1;
  visibility: visible;
}
.cid-uMTdckgk0o .team-item:hover .item-image::after {
  background: rgba(0, 0, 0, 0.4);
  opacity: 1;
  visibility: visible;
}
.cid-uMTdckgk0o .builderCard .item-image::after {
  border-bottom-left-radius: 5rem;
}
.cid-uMTdckgk0o .item-name {
  color: #ffffff;
}
.cid-uLnmvA5NJc {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLnmvA5NJc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLnmvA5NJc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLnmvA5NJc .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-uLnmvA5NJc .card {
    margin-bottom: 2rem!important;
  }
  .cid-uLnmvA5NJc .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uLnmvA5NJc .link-wrap {
    align-items: center;
  }
}
.cid-uLnmvA5NJc .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uLnmGbiL2b {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #fafafa;
}
.cid-uLnmGbiL2b .container-fluid {
  padding: 0 3rem;
}
.cid-uLnmGbiL2b .mbr-section-subtitle {
  color: #767676;
}
.cid-uLnmGbiL2b .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uLnmGbiL2b .table-wrapper {
  margin: 0 auto;
}
.cid-uLnmGbiL2b table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-uLnmGbiL2b table thead tr {
  border: none !important;
}
.cid-uLnmGbiL2b table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  border-color: #5b5b5b;
  border-top: none;
  color: white;
  vertical-align: middle;
}
.cid-uLnmGbiL2b table tr td {
  border-color: #c1c1c1;
}
.cid-uLnmGbiL2b table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-uLnmGbiL2b tr:hover {
  background-color: #ffffff !important;
}
.cid-uLnmGbiL2b th:after,
.cid-uLnmGbiL2b th:before {
  display: none !important;
}
.cid-uLnmGbiL2b .dataTables_scrollHeadInner {
  margin-left: auto;
  margin-right: auto;
}
.cid-uLnmGbiL2b .dataTables_scrollHeadInner .table {
  width: 100% !important;
}
@media (max-width: 767px) {
  .cid-uLnmGbiL2b table th,
  .cid-uLnmGbiL2b table td {
    padding: .75rem;
  }
}
.cid-uLnmGbiL2b .body-item {
  text-align: center;
  color: #000000;
}
.cid-uLnmGbiL2b .mbr-text {
  color: #767676;
}
.cid-uLnmGbiL2b .head-item {
  color: #000000;
}
.cid-uLhwGxL4sW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLhwGxL4sW .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uLnutlYWjf {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLnutlYWjf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLnutlYWjf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLnutlYWjf .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-uLnutlYWjf .card {
    margin-bottom: 2rem!important;
  }
  .cid-uLnutlYWjf .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uLnutlYWjf .link-wrap {
    align-items: center;
  }
}
.cid-uLnutlYWjf .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uLnuwXHTuN {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #fafafa;
}
.cid-uLnuwXHTuN .container-fluid {
  padding: 0 3rem;
}
.cid-uLnuwXHTuN .mbr-section-subtitle {
  color: #767676;
}
.cid-uLnuwXHTuN .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uLnuwXHTuN .table-wrapper {
  margin: 0 auto;
}
.cid-uLnuwXHTuN table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-uLnuwXHTuN table thead tr {
  border: none !important;
}
.cid-uLnuwXHTuN table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  border-color: #5b5b5b;
  border-top: none;
  color: white;
  vertical-align: middle;
}
.cid-uLnuwXHTuN table tr td {
  border-color: #c1c1c1;
}
.cid-uLnuwXHTuN table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-uLnuwXHTuN tr:hover {
  background-color: #ffffff !important;
}
.cid-uLnuwXHTuN th:after,
.cid-uLnuwXHTuN th:before {
  display: none !important;
}
.cid-uLnuwXHTuN .dataTables_scrollHeadInner {
  margin-left: auto;
  margin-right: auto;
}
.cid-uLnuwXHTuN .dataTables_scrollHeadInner .table {
  width: 100% !important;
}
@media (max-width: 767px) {
  .cid-uLnuwXHTuN table th,
  .cid-uLnuwXHTuN table td {
    padding: .75rem;
  }
}
.cid-uLnuwXHTuN .body-item {
  text-align: center;
  color: #000000;
}
.cid-uLnuwXHTuN .mbr-text {
  color: #767676;
}
.cid-uLnuwXHTuN .head-item {
  color: #000000;
}
.cid-uLhwGyWrWB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLhwGyWrWB .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uLnA7lJ70X {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLnA7lJ70X .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLnA7lJ70X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLnA7lJ70X .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-uLnA7lJ70X .card {
    margin-bottom: 2rem!important;
  }
  .cid-uLnA7lJ70X .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uLnA7lJ70X .link-wrap {
    align-items: center;
  }
}
.cid-uLnA7lJ70X .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uLnAaMc4iA {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #fafafa;
}
.cid-uLnAaMc4iA .container-fluid {
  padding: 0 3rem;
}
.cid-uLnAaMc4iA .mbr-section-subtitle {
  color: #767676;
}
.cid-uLnAaMc4iA .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uLnAaMc4iA .table-wrapper {
  margin: 0 auto;
}
.cid-uLnAaMc4iA table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-uLnAaMc4iA table thead tr {
  border: none !important;
}
.cid-uLnAaMc4iA table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  border-color: #5b5b5b;
  border-top: none;
  color: white;
  vertical-align: middle;
}
.cid-uLnAaMc4iA table tr td {
  border-color: #c1c1c1;
}
.cid-uLnAaMc4iA table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-uLnAaMc4iA tr:hover {
  background-color: #ffffff !important;
}
.cid-uLnAaMc4iA th:after,
.cid-uLnAaMc4iA th:before {
  display: none !important;
}
.cid-uLnAaMc4iA .dataTables_scrollHeadInner {
  margin-left: auto;
  margin-right: auto;
}
.cid-uLnAaMc4iA .dataTables_scrollHeadInner .table {
  width: 100% !important;
}
@media (max-width: 767px) {
  .cid-uLnAaMc4iA table th,
  .cid-uLnAaMc4iA table td {
    padding: .75rem;
  }
}
.cid-uLnAaMc4iA .body-item {
  text-align: center;
  color: #000000;
}
.cid-uLnAaMc4iA .mbr-text {
  color: #767676;
}
.cid-uLnAaMc4iA .head-item {
  color: #000000;
}
.cid-uLhwGA9Qgo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLhwGA9Qgo .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uLnOOtiGS0 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLnOOtiGS0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLnOOtiGS0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLnOOtiGS0 .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-uLnOOtiGS0 .card {
    margin-bottom: 2rem!important;
  }
  .cid-uLnOOtiGS0 .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uLnOOtiGS0 .link-wrap {
    align-items: center;
  }
}
.cid-uLnOOtiGS0 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uLnOTloZzj {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #fafafa;
}
.cid-uLnOTloZzj .container-fluid {
  padding: 0 3rem;
}
.cid-uLnOTloZzj .mbr-section-subtitle {
  color: #767676;
}
.cid-uLnOTloZzj .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uLnOTloZzj .table-wrapper {
  margin: 0 auto;
}
.cid-uLnOTloZzj table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-uLnOTloZzj table thead tr {
  border: none !important;
}
.cid-uLnOTloZzj table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  border-color: #5b5b5b;
  border-top: none;
  color: white;
  vertical-align: middle;
}
.cid-uLnOTloZzj table tr td {
  border-color: #c1c1c1;
}
.cid-uLnOTloZzj table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-uLnOTloZzj tr:hover {
  background-color: #ffffff !important;
}
.cid-uLnOTloZzj th:after,
.cid-uLnOTloZzj th:before {
  display: none !important;
}
.cid-uLnOTloZzj .dataTables_scrollHeadInner {
  margin-left: auto;
  margin-right: auto;
}
.cid-uLnOTloZzj .dataTables_scrollHeadInner .table {
  width: 100% !important;
}
@media (max-width: 767px) {
  .cid-uLnOTloZzj table th,
  .cid-uLnOTloZzj table td {
    padding: .75rem;
  }
}
.cid-uLnOTloZzj .body-item {
  text-align: center;
  color: #000000;
}
.cid-uLnOTloZzj .mbr-text {
  color: #767676;
}
.cid-uLnOTloZzj .head-item {
  color: #000000;
}
.cid-uLhwGBCKva {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLhwGBCKva .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uLnRZv23JR {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLnRZv23JR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLnRZv23JR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLnRZv23JR .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-uLnRZv23JR .card {
    margin-bottom: 2rem!important;
  }
  .cid-uLnRZv23JR .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uLnRZv23JR .link-wrap {
    align-items: center;
  }
}
.cid-uLnRZv23JR .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uLnS8OPBms {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #fafafa;
}
.cid-uLnS8OPBms .container-fluid {
  padding: 0 3rem;
}
.cid-uLnS8OPBms .mbr-section-subtitle {
  color: #767676;
}
.cid-uLnS8OPBms .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uLnS8OPBms .table-wrapper {
  margin: 0 auto;
}
.cid-uLnS8OPBms table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-uLnS8OPBms table thead tr {
  border: none !important;
}
.cid-uLnS8OPBms table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  border-color: #5b5b5b;
  border-top: none;
  color: white;
  vertical-align: middle;
}
.cid-uLnS8OPBms table tr td {
  border-color: #c1c1c1;
}
.cid-uLnS8OPBms table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-uLnS8OPBms tr:hover {
  background-color: #ffffff !important;
}
.cid-uLnS8OPBms th:after,
.cid-uLnS8OPBms th:before {
  display: none !important;
}
.cid-uLnS8OPBms .dataTables_scrollHeadInner {
  margin-left: auto;
  margin-right: auto;
}
.cid-uLnS8OPBms .dataTables_scrollHeadInner .table {
  width: 100% !important;
}
@media (max-width: 767px) {
  .cid-uLnS8OPBms table th,
  .cid-uLnS8OPBms table td {
    padding: .75rem;
  }
}
.cid-uLnS8OPBms .body-item {
  text-align: center;
  color: #000000;
}
.cid-uLnS8OPBms .mbr-text {
  color: #767676;
}
.cid-uLnS8OPBms .head-item {
  color: #000000;
}
.cid-uLhwGCXpMl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLhwGCXpMl .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uLqZid5UuE {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLqZid5UuE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLqZid5UuE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLqZid5UuE .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-uLqZid5UuE .card {
    margin-bottom: 2rem!important;
  }
  .cid-uLqZid5UuE .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uLqZid5UuE .link-wrap {
    align-items: center;
  }
}
.cid-uLqZid5UuE .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uLqZnUUPRp {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #fafafa;
}
.cid-uLqZnUUPRp .container-fluid {
  padding: 0 3rem;
}
.cid-uLqZnUUPRp .mbr-section-subtitle {
  color: #767676;
}
.cid-uLqZnUUPRp .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uLqZnUUPRp .table-wrapper {
  margin: 0 auto;
}
.cid-uLqZnUUPRp table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-uLqZnUUPRp table thead tr {
  border: none !important;
}
.cid-uLqZnUUPRp table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  border-color: #5b5b5b;
  border-top: none;
  color: white;
  vertical-align: middle;
}
.cid-uLqZnUUPRp table tr td {
  border-color: #c1c1c1;
}
.cid-uLqZnUUPRp table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-uLqZnUUPRp tr:hover {
  background-color: #ffffff !important;
}
.cid-uLqZnUUPRp th:after,
.cid-uLqZnUUPRp th:before {
  display: none !important;
}
.cid-uLqZnUUPRp .dataTables_scrollHeadInner {
  margin-left: auto;
  margin-right: auto;
}
.cid-uLqZnUUPRp .dataTables_scrollHeadInner .table {
  width: 100% !important;
}
@media (max-width: 767px) {
  .cid-uLqZnUUPRp table th,
  .cid-uLqZnUUPRp table td {
    padding: .75rem;
  }
}
.cid-uLqZnUUPRp .body-item {
  text-align: center;
  color: #000000;
}
.cid-uLqZnUUPRp .mbr-text {
  color: #767676;
}
.cid-uLqZnUUPRp .head-item {
  color: #000000;
}
.cid-uMSkY6xbzW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uMSkY6xbzW .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uLr1D9v7NJ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLr1D9v7NJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLr1D9v7NJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLr1D9v7NJ .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-uLr1D9v7NJ .card {
    margin-bottom: 2rem!important;
  }
  .cid-uLr1D9v7NJ .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uLr1D9v7NJ .link-wrap {
    align-items: center;
  }
}
.cid-uLr1D9v7NJ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uLr1HEkCgf {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #fafafa;
}
.cid-uLr1HEkCgf .container-fluid {
  padding: 0 3rem;
}
.cid-uLr1HEkCgf .mbr-section-subtitle {
  color: #767676;
}
.cid-uLr1HEkCgf .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uLr1HEkCgf .table-wrapper {
  margin: 0 auto;
}
.cid-uLr1HEkCgf table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-uLr1HEkCgf table thead tr {
  border: none !important;
}
.cid-uLr1HEkCgf table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  border-color: #5b5b5b;
  border-top: none;
  color: white;
  vertical-align: middle;
}
.cid-uLr1HEkCgf table tr td {
  border-color: #c1c1c1;
}
.cid-uLr1HEkCgf table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-uLr1HEkCgf tr:hover {
  background-color: #ffffff !important;
}
.cid-uLr1HEkCgf th:after,
.cid-uLr1HEkCgf th:before {
  display: none !important;
}
.cid-uLr1HEkCgf .dataTables_scrollHeadInner {
  margin-left: auto;
  margin-right: auto;
}
.cid-uLr1HEkCgf .dataTables_scrollHeadInner .table {
  width: 100% !important;
}
@media (max-width: 767px) {
  .cid-uLr1HEkCgf table th,
  .cid-uLr1HEkCgf table td {
    padding: .75rem;
  }
}
.cid-uLr1HEkCgf .body-item {
  text-align: center;
  color: #000000;
}
.cid-uLr1HEkCgf .mbr-text {
  color: #767676;
}
.cid-uLr1HEkCgf .head-item {
  color: #000000;
}
.cid-uLhwGXA4ss {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLhwGXA4ss .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uLnwXAu1Zr {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLnwXAu1Zr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLnwXAu1Zr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLnwXAu1Zr .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-uLnwXAu1Zr .card {
    margin-bottom: 2rem!important;
  }
  .cid-uLnwXAu1Zr .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uLnwXAu1Zr .link-wrap {
    align-items: center;
  }
}
.cid-uLnwXAu1Zr .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uLnx0XeRss {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #fafafa;
}
.cid-uLnx0XeRss .container-fluid {
  padding: 0 3rem;
}
.cid-uLnx0XeRss .mbr-section-subtitle {
  color: #767676;
}
.cid-uLnx0XeRss .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uLnx0XeRss .table-wrapper {
  margin: 0 auto;
}
.cid-uLnx0XeRss table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-uLnx0XeRss table thead tr {
  border: none !important;
}
.cid-uLnx0XeRss table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  border-color: #5b5b5b;
  border-top: none;
  color: white;
  vertical-align: middle;
}
.cid-uLnx0XeRss table tr td {
  border-color: #c1c1c1;
}
.cid-uLnx0XeRss table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-uLnx0XeRss tr:hover {
  background-color: #ffffff !important;
}
.cid-uLnx0XeRss th:after,
.cid-uLnx0XeRss th:before {
  display: none !important;
}
.cid-uLnx0XeRss .dataTables_scrollHeadInner {
  margin-left: auto;
  margin-right: auto;
}
.cid-uLnx0XeRss .dataTables_scrollHeadInner .table {
  width: 100% !important;
}
@media (max-width: 767px) {
  .cid-uLnx0XeRss table th,
  .cid-uLnx0XeRss table td {
    padding: .75rem;
  }
}
.cid-uLnx0XeRss .body-item {
  text-align: center;
  color: #000000;
}
.cid-uLnx0XeRss .mbr-text {
  color: #767676;
}
.cid-uLnx0XeRss .head-item {
  color: #000000;
}
.cid-uLhwGVZlLY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLhwGVZlLY .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uLnEqJlGhz {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLnEqJlGhz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLnEqJlGhz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLnEqJlGhz .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-uLnEqJlGhz .card {
    margin-bottom: 2rem!important;
  }
  .cid-uLnEqJlGhz .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uLnEqJlGhz .link-wrap {
    align-items: center;
  }
}
.cid-uLnEqJlGhz .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uLnEuNqoBX {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #fafafa;
}
.cid-uLnEuNqoBX .container-fluid {
  padding: 0 3rem;
}
.cid-uLnEuNqoBX .mbr-section-subtitle {
  color: #767676;
}
.cid-uLnEuNqoBX .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uLnEuNqoBX .table-wrapper {
  margin: 0 auto;
}
.cid-uLnEuNqoBX table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-uLnEuNqoBX table thead tr {
  border: none !important;
}
.cid-uLnEuNqoBX table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  border-color: #5b5b5b;
  border-top: none;
  color: white;
  vertical-align: middle;
}
.cid-uLnEuNqoBX table tr td {
  border-color: #c1c1c1;
}
.cid-uLnEuNqoBX table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-uLnEuNqoBX tr:hover {
  background-color: #ffffff !important;
}
.cid-uLnEuNqoBX th:after,
.cid-uLnEuNqoBX th:before {
  display: none !important;
}
.cid-uLnEuNqoBX .dataTables_scrollHeadInner {
  margin-left: auto;
  margin-right: auto;
}
.cid-uLnEuNqoBX .dataTables_scrollHeadInner .table {
  width: 100% !important;
}
@media (max-width: 767px) {
  .cid-uLnEuNqoBX table th,
  .cid-uLnEuNqoBX table td {
    padding: .75rem;
  }
}
.cid-uLnEuNqoBX .body-item {
  text-align: center;
  color: #000000;
}
.cid-uLnEuNqoBX .mbr-text {
  color: #767676;
}
.cid-uLnEuNqoBX .head-item {
  color: #000000;
}
.cid-uLhwGSx0h7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLhwGSx0h7 .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uLhwGLZIPa {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLhwGLZIPa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLhwGLZIPa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLhwGLZIPa .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-uLhwGLZIPa .card {
    margin-bottom: 2rem!important;
  }
  .cid-uLhwGLZIPa .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uLhwGLZIPa .link-wrap {
    align-items: center;
  }
}
.cid-uLhwGLZIPa .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uLhwGMUONa {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #fafafa;
}
.cid-uLhwGMUONa .container-fluid {
  padding: 0 3rem;
}
.cid-uLhwGMUONa .mbr-section-subtitle {
  color: #767676;
}
.cid-uLhwGMUONa .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uLhwGMUONa .table-wrapper {
  margin: 0 auto;
}
.cid-uLhwGMUONa table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-uLhwGMUONa table thead tr {
  border: none !important;
}
.cid-uLhwGMUONa table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  border-color: #5b5b5b;
  border-top: none;
  color: white;
  vertical-align: middle;
}
.cid-uLhwGMUONa table tr td {
  border-color: #c1c1c1;
}
.cid-uLhwGMUONa table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-uLhwGMUONa tr:hover {
  background-color: #ffffff !important;
}
.cid-uLhwGMUONa th:after,
.cid-uLhwGMUONa th:before {
  display: none !important;
}
.cid-uLhwGMUONa .dataTables_scrollHeadInner {
  margin-left: auto;
  margin-right: auto;
}
.cid-uLhwGMUONa .dataTables_scrollHeadInner .table {
  width: 100% !important;
}
@media (max-width: 767px) {
  .cid-uLhwGMUONa table th,
  .cid-uLhwGMUONa table td {
    padding: .75rem;
  }
}
.cid-uLhwGMUONa .body-item {
  text-align: center;
  color: #000000;
}
.cid-uLhwGMUONa .mbr-text {
  color: #767676;
}
.cid-uLhwGMUONa .head-item {
  color: #000000;
}
.cid-uLhwGU2d5B {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLhwGU2d5B .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uLnGXK1CRs {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLnGXK1CRs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLnGXK1CRs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLnGXK1CRs .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-uLnGXK1CRs .card {
    margin-bottom: 2rem!important;
  }
  .cid-uLnGXK1CRs .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uLnGXK1CRs .link-wrap {
    align-items: center;
  }
}
.cid-uLnGXK1CRs .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uLnH1pSyyZ {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #fafafa;
}
.cid-uLnH1pSyyZ .container-fluid {
  padding: 0 3rem;
}
.cid-uLnH1pSyyZ .mbr-section-subtitle {
  color: #767676;
}
.cid-uLnH1pSyyZ .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uLnH1pSyyZ .table-wrapper {
  margin: 0 auto;
}
.cid-uLnH1pSyyZ table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-uLnH1pSyyZ table thead tr {
  border: none !important;
}
.cid-uLnH1pSyyZ table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  border-color: #5b5b5b;
  border-top: none;
  color: white;
  vertical-align: middle;
}
.cid-uLnH1pSyyZ table tr td {
  border-color: #c1c1c1;
}
.cid-uLnH1pSyyZ table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-uLnH1pSyyZ tr:hover {
  background-color: #ffffff !important;
}
.cid-uLnH1pSyyZ th:after,
.cid-uLnH1pSyyZ th:before {
  display: none !important;
}
.cid-uLnH1pSyyZ .dataTables_scrollHeadInner {
  margin-left: auto;
  margin-right: auto;
}
.cid-uLnH1pSyyZ .dataTables_scrollHeadInner .table {
  width: 100% !important;
}
@media (max-width: 767px) {
  .cid-uLnH1pSyyZ table th,
  .cid-uLnH1pSyyZ table td {
    padding: .75rem;
  }
}
.cid-uLnH1pSyyZ .body-item {
  text-align: center;
  color: #000000;
}
.cid-uLnH1pSyyZ .mbr-text {
  color: #767676;
}
.cid-uLnH1pSyyZ .head-item {
  color: #000000;
}
.cid-uLhwH0Jrhh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLhwH0Jrhh .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uLhwH6HgJz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #40b0bf;
}
.cid-uLhwH6HgJz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLhwH6HgJz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLhwH6HgJz .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLhwH6HgJz .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uLhwH6HgJz .row {
    text-align: center;
  }
  .cid-uLhwH6HgJz .row > div {
    margin: auto;
  }
  .cid-uLhwH6HgJz .social-row {
    justify-content: center;
  }
}
.cid-uLhwH6HgJz .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uLhwH6HgJz .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uLhwH6HgJz .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uLhwH6HgJz .list {
    margin-bottom: 0rem;
  }
}
.cid-uLhwH6HgJz .mbr-text {
  color: #ffffff;
}
.cid-uLhwH6HgJz .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uLhwH6HgJz .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uLhwH6HgJz div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uLhwH6HgJz .copyright {
  text-align: left;
}
.cid-uRdZgq9tMe .navbar {
  padding: 0.5rem 0;
  background: #40b0bf;
  transition: none;
  min-height: 77px;
}
@media (min-width: 992px) {
  .cid-uRdZgq9tMe .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 2.5385em 0.235em 3.5385em !important;
    margin: 0 !important;
  }
}
.cid-uRdZgq9tMe .menu-logo {
  display: flex;
  position: relative;
  -webkit-align-items: center;
  align-items: center;
  margin-right: auto;
}
.cid-uRdZgq9tMe .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uRdZgq9tMe .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uRdZgq9tMe .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uRdZgq9tMe .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uRdZgq9tMe .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uRdZgq9tMe .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uRdZgq9tMe .navbar-dropdown.bg-color.transparent.opened {
  background: #40b0bf;
}
.cid-uRdZgq9tMe a {
  font-style: normal;
}
.cid-uRdZgq9tMe .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-uRdZgq9tMe .dropdown-item:after {
  display: none;
}
.cid-uRdZgq9tMe .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.7rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uRdZgq9tMe .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 20px;
}
.cid-uRdZgq9tMe .content-text {
  margin-bottom: 0;
}
.cid-uRdZgq9tMe .navbar-nav {
  position: relative;
  min-height: 60px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uRdZgq9tMe .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #993617;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uRdZgq9tMe .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uRdZgq9tMe .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-uRdZgq9tMe .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uRdZgq9tMe .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uRdZgq9tMe .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uRdZgq9tMe .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uRdZgq9tMe .nav-dropdown .link {
  font-weight: 400;
}
.cid-uRdZgq9tMe .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uRdZgq9tMe .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-uRdZgq9tMe .content-right-side {
    display: flex;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-uRdZgq9tMe .content-right-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    justify-content: space-between;
  }
}
.cid-uRdZgq9tMe .menu-content-top {
  display: none;
  padding: 1rem 0;
  transition: height 0.3s ease-in-out;
}
.cid-uRdZgq9tMe .menu-content-top.show {
  display: block;
}
.cid-uRdZgq9tMe .content-right-side .content-link {
  margin-left: 1rem;
}
.cid-uRdZgq9tMe .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
@media (max-width: 991px) {
  .cid-uRdZgq9tMe .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-uRdZgq9tMe .dropdown-item {
    padding: 0.235em 2.5385em 0.235em 3.5385em !important;
    margin: 0 !important;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    display: inline-block;
    width: auto;
  }
  .cid-uRdZgq9tMe .menu-logo {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .cid-uRdZgq9tMe .menu-bottom {
    width: 100%;
    padding: 0 1rem;
    display: block;
  }
  .cid-uRdZgq9tMe img {
    height: 3.8rem !important;
  }
  .cid-uRdZgq9tMe .btn {
    display: flex;
  }
  .cid-uRdZgq9tMe button.navbar-toggler {
    display: block;
  }
  .cid-uRdZgq9tMe .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-uRdZgq9tMe .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uRdZgq9tMe .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uRdZgq9tMe .navbar-collapse.collapsing,
  .cid-uRdZgq9tMe .navbar-collapse.show {
    display: block !important;
  }
  .cid-uRdZgq9tMe .navbar-collapse.collapsing .navbar-nav,
  .cid-uRdZgq9tMe .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uRdZgq9tMe .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uRdZgq9tMe .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-uRdZgq9tMe .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uRdZgq9tMe .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uRdZgq9tMe .navbar-collapse.collapsing .navbar-buttons,
  .cid-uRdZgq9tMe .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uRdZgq9tMe .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uRdZgq9tMe .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uRdZgq9tMe .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uRdZgq9tMe .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    position: relative;
    opacity: 1;
    height: auto;
    padding: 0 !important;
    visibility: visible;
  }
  .cid-uRdZgq9tMe .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uRdZgq9tMe .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0 !important;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
}
@media (min-width: 992px) {
  .cid-uRdZgq9tMe .navbar .menu-content-top {
    display: block;
  }
  .cid-uRdZgq9tMe .menu-content-top .row {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .cid-uRdZgq9tMe .content-right-side {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-flex-basis: 70%;
    flex-basis: 70%;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-uRdZgq9tMe .menu-content-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .cid-uRdZgq9tMe .menu-bottom {
    display: flex;
  }
  .cid-uRdZgq9tMe .navbar {
    display: block;
    padding: 0;
  }
  .cid-uRdZgq9tMe .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uRdZgq9tMe .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 76px;
  }
  .cid-uRdZgq9tMe .navbar-toggler {
    display: none;
  }
}
.cid-uRdZgq9tMe .navbar-short .menu-content-top {
  border: none;
}
.cid-uRdZgq9tMe .btn {
  padding: 0.7rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uRdZgq9tMe .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uRdZgq9tMe .navbar-toggleable-sm .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 5rem;
  width: 100%;
}
.cid-uRdZgq9tMe .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uRdZgq9tMe .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uRdZgq9tMe .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uRdZgq9tMe .dropdown .dropdown-menu {
  background: #40b0bf;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uRdZgq9tMe .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uRdZgq9tMe .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uRdZgq9tMe .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-uRdZgq9tMe .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uRdZgq9tMe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uRdZgq9tMe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uRdZgq9tMe .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uRdZgq9tMe .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRdZgq9tMe .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uRdZgq9tMe .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.cid-uRdZgq9tMe .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uRdZgq9tMe .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uRdZgq9tMe .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uRdZgq9tMe .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uRdZgq9tMe button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  align-self: center;
}
.cid-uRdZgq9tMe button.navbar-toggler:focus {
  outline: none;
}
.cid-uRdZgq9tMe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uRdZgq9tMe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRdZgq9tMe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRdZgq9tMe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRdZgq9tMe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRdZgq9tMe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRdZgq9tMe nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRdZgq9tMe nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRdZgq9tMe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRdZgq9tMe .collapsed.navbar {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uRdZgq9tMe .collapsed .menu-bottom {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uRdZgq9tMe .collapsed .menu-logo {
  margin-right: 0;
}
.cid-uRdZgq9tMe .collapsed .btn {
  display: flex;
}
.cid-uRdZgq9tMe .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uRdZgq9tMe .collapsed .navbar-collapse.collapsing,
.cid-uRdZgq9tMe .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uRdZgq9tMe .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uRdZgq9tMe .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uRdZgq9tMe .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uRdZgq9tMe .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uRdZgq9tMe .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uRdZgq9tMe .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uRdZgq9tMe .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uRdZgq9tMe .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uRdZgq9tMe .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uRdZgq9tMe .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uRdZgq9tMe .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 6.5rem  - 3.5rem);
  }
  .cid-uRdZgq9tMe .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uRdZgq9tMe .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uRdZgq9tMe .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uRdZgq9tMe .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uRdZgq9tMe .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.25s;
  transition-property: opacity, padding, height;
}
.cid-uRdZgq9tMe .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uRdZgq9tMe .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uRdZgq9tMe .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: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uRdZgq9tMe .collapsed .dropdown-item:before {
  display: none;
}
.cid-uRdZgq9tMe .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uRdZgq9tMe .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uRdZgq9tMe .nav-link:focus {
  outline: none;
}
.cid-uRdZgq9tMe .navbar-toggler {
  position: relative;
}
.cid-uRdZgq9tMe .dropdown-item.active,
.cid-uRdZgq9tMe .dropdown-item:active {
  background-color: transparent !important;
  color: inherit;
}
.cid-uRdZgq9tMe .nav-link:hover,
.cid-uRdZgq9tMe .dropdown-item:hover {
  color: #000000;
}
.cid-uLr5mUkV0V {
  background-image: url("../../../assets/images/slide2-2-1900x1200.webp");
}
.cid-uLr5mUkV0V .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLr5mUkV0V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLr5mUkV0V .mbr-section-title {
  color: #ffffff;
}
.cid-uLr5n3aWWG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLr5n3aWWG .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uN47ag9lgw {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uN47ag9lgw .mbr-section-title {
  margin: 0;
}
.cid-uN47ag9lgw .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-uN47ag9lgw .underline .line {
  width: 3rem;
  height: 2px;
  background: #232323;
  display: inline-block;
}
.cid-uN47ag9lgw .media-row {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uN47ag9lgw .team-item {
  transition: all .2s;
  margin: 2rem 0;
}
.cid-uN47ag9lgw .team-item .item-image {
  position: relative !important;
}
.cid-uN47ag9lgw .team-item .item-image img {
  width: 100%;
}
.cid-uN47ag9lgw .team-item .item-image::after {
  background: #000000;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: .4s;
  pointer-events: none;
}
.cid-uN47ag9lgw .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uN47ag9lgw .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uN47ag9lgw .team-item .item-caption {
  background: #2299aa;
}
.cid-uN47ag9lgw .item-social {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  z-index: 1;
}
.cid-uN47ag9lgw .item-social li {
  display: inline-block;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.cid-uN47ag9lgw .item-social li a span {
  border-radius: 50%;
  background-color: #767676;
  color: white;
  font-size: 14px;
  width: 3em;
  margin: 2px;
  height: 3em;
  line-height: 3em;
  display: block;
  padding: 0.1rem 0.9rem;
}
.cid-uN47ag9lgw .item-social li a span:hover {
  background-color: #2299aa;
  color: #ffffff;
}
.cid-uN47ag9lgw .team-item:hover .item-social > li.social-1 {
  transition-delay: .1s;
  opacity: 1;
  visibility: visible;
}
.cid-uN47ag9lgw .team-item:hover .item-social > li.social-2 {
  transition-delay: .2s;
  opacity: 1;
  visibility: visible;
}
.cid-uN47ag9lgw .team-item:hover .item-social > li.social-3 {
  transition-delay: .3s;
  opacity: 1;
  visibility: visible;
}
.cid-uN47ag9lgw .team-item:hover .item-social > li.social-4 {
  transition-delay: .4s;
  opacity: 1;
  visibility: visible;
}
.cid-uN47ag9lgw .team-item:hover .item-social > li.social-5 {
  transition-delay: .5s;
  opacity: 1;
  visibility: visible;
}
.cid-uN47ag9lgw .team-item:hover .item-social > li.social-6 {
  transition-delay: .6s;
  opacity: 1;
  visibility: visible;
}
.cid-uN47ag9lgw .team-item:hover .item-image::after {
  background: rgba(0, 0, 0, 0.4);
  opacity: 1;
  visibility: visible;
}
.cid-uN47ag9lgw .builderCard .item-image::after {
  border-bottom-left-radius: 5rem;
}
.cid-uN47ag9lgw .item-name {
  color: #ffffff;
}
.cid-uLr5n3Yklx {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLr5n3Yklx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLr5n3Yklx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLr5n3Yklx .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-uLr5n3Yklx .card {
    margin-bottom: 2rem!important;
  }
  .cid-uLr5n3Yklx .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uLr5n3Yklx .link-wrap {
    align-items: center;
  }
}
.cid-uLr5n3Yklx .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uLr5n5lJXO {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #fafafa;
}
.cid-uLr5n5lJXO .container-fluid {
  padding: 0 3rem;
}
.cid-uLr5n5lJXO .mbr-section-subtitle {
  color: #767676;
}
.cid-uLr5n5lJXO .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uLr5n5lJXO .table-wrapper {
  margin: 0 auto;
}
.cid-uLr5n5lJXO table {
  width: 90% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-uLr5n5lJXO table thead tr {
  border: none !important;
}
.cid-uLr5n5lJXO table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  border-color: #5b5b5b;
  border-top: none;
  color: white;
  vertical-align: middle;
}
.cid-uLr5n5lJXO table tr td {
  border-color: #c1c1c1;
}
.cid-uLr5n5lJXO table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-uLr5n5lJXO tr:hover {
  background-color: #ffffff !important;
}
.cid-uLr5n5lJXO th:after,
.cid-uLr5n5lJXO th:before {
  display: none !important;
}
.cid-uLr5n5lJXO .dataTables_scrollHeadInner {
  margin-left: auto;
  margin-right: auto;
}
.cid-uLr5n5lJXO .dataTables_scrollHeadInner .table {
  width: 100% !important;
}
@media (max-width: 767px) {
  .cid-uLr5n5lJXO table th,
  .cid-uLr5n5lJXO table td {
    padding: .75rem;
  }
}
.cid-uLr5n5lJXO .body-item {
  text-align: center;
  color: #000000;
}
.cid-uLr5n5lJXO .mbr-text {
  color: #767676;
}
.cid-uLr5n5lJXO .head-item {
  color: #000000;
}
.cid-uLr5n9wyHY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLr5n9wyHY .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uLr5oeGwxG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #40b0bf;
}
.cid-uLr5oeGwxG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLr5oeGwxG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLr5oeGwxG .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLr5oeGwxG .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uLr5oeGwxG .row {
    text-align: center;
  }
  .cid-uLr5oeGwxG .row > div {
    margin: auto;
  }
  .cid-uLr5oeGwxG .social-row {
    justify-content: center;
  }
}
.cid-uLr5oeGwxG .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uLr5oeGwxG .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uLr5oeGwxG .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uLr5oeGwxG .list {
    margin-bottom: 0rem;
  }
}
.cid-uLr5oeGwxG .mbr-text {
  color: #ffffff;
}
.cid-uLr5oeGwxG .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uLr5oeGwxG .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uLr5oeGwxG div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uLr5oeGwxG .copyright {
  text-align: left;
}
.cid-uRdZgq9tMe .navbar {
  padding: 0.5rem 0;
  background: #40b0bf;
  transition: none;
  min-height: 77px;
}
@media (min-width: 992px) {
  .cid-uRdZgq9tMe .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 2.5385em 0.235em 3.5385em !important;
    margin: 0 !important;
  }
}
.cid-uRdZgq9tMe .menu-logo {
  display: flex;
  position: relative;
  -webkit-align-items: center;
  align-items: center;
  margin-right: auto;
}
.cid-uRdZgq9tMe .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uRdZgq9tMe .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uRdZgq9tMe .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uRdZgq9tMe .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uRdZgq9tMe .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uRdZgq9tMe .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uRdZgq9tMe .navbar-dropdown.bg-color.transparent.opened {
  background: #40b0bf;
}
.cid-uRdZgq9tMe a {
  font-style: normal;
}
.cid-uRdZgq9tMe .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-uRdZgq9tMe .dropdown-item:after {
  display: none;
}
.cid-uRdZgq9tMe .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.7rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uRdZgq9tMe .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 20px;
}
.cid-uRdZgq9tMe .content-text {
  margin-bottom: 0;
}
.cid-uRdZgq9tMe .navbar-nav {
  position: relative;
  min-height: 60px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uRdZgq9tMe .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #993617;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uRdZgq9tMe .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uRdZgq9tMe .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-uRdZgq9tMe .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uRdZgq9tMe .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uRdZgq9tMe .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uRdZgq9tMe .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uRdZgq9tMe .nav-dropdown .link {
  font-weight: 400;
}
.cid-uRdZgq9tMe .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uRdZgq9tMe .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-uRdZgq9tMe .content-right-side {
    display: flex;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-uRdZgq9tMe .content-right-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    justify-content: space-between;
  }
}
.cid-uRdZgq9tMe .menu-content-top {
  display: none;
  padding: 1rem 0;
  transition: height 0.3s ease-in-out;
}
.cid-uRdZgq9tMe .menu-content-top.show {
  display: block;
}
.cid-uRdZgq9tMe .content-right-side .content-link {
  margin-left: 1rem;
}
.cid-uRdZgq9tMe .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
@media (max-width: 991px) {
  .cid-uRdZgq9tMe .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-uRdZgq9tMe .dropdown-item {
    padding: 0.235em 2.5385em 0.235em 3.5385em !important;
    margin: 0 !important;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    display: inline-block;
    width: auto;
  }
  .cid-uRdZgq9tMe .menu-logo {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .cid-uRdZgq9tMe .menu-bottom {
    width: 100%;
    padding: 0 1rem;
    display: block;
  }
  .cid-uRdZgq9tMe img {
    height: 3.8rem !important;
  }
  .cid-uRdZgq9tMe .btn {
    display: flex;
  }
  .cid-uRdZgq9tMe button.navbar-toggler {
    display: block;
  }
  .cid-uRdZgq9tMe .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-uRdZgq9tMe .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uRdZgq9tMe .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uRdZgq9tMe .navbar-collapse.collapsing,
  .cid-uRdZgq9tMe .navbar-collapse.show {
    display: block !important;
  }
  .cid-uRdZgq9tMe .navbar-collapse.collapsing .navbar-nav,
  .cid-uRdZgq9tMe .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uRdZgq9tMe .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uRdZgq9tMe .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-uRdZgq9tMe .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uRdZgq9tMe .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uRdZgq9tMe .navbar-collapse.collapsing .navbar-buttons,
  .cid-uRdZgq9tMe .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uRdZgq9tMe .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uRdZgq9tMe .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uRdZgq9tMe .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uRdZgq9tMe .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    position: relative;
    opacity: 1;
    height: auto;
    padding: 0 !important;
    visibility: visible;
  }
  .cid-uRdZgq9tMe .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uRdZgq9tMe .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0 !important;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
}
@media (min-width: 992px) {
  .cid-uRdZgq9tMe .navbar .menu-content-top {
    display: block;
  }
  .cid-uRdZgq9tMe .menu-content-top .row {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .cid-uRdZgq9tMe .content-right-side {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-flex-basis: 70%;
    flex-basis: 70%;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-uRdZgq9tMe .menu-content-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .cid-uRdZgq9tMe .menu-bottom {
    display: flex;
  }
  .cid-uRdZgq9tMe .navbar {
    display: block;
    padding: 0;
  }
  .cid-uRdZgq9tMe .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uRdZgq9tMe .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 76px;
  }
  .cid-uRdZgq9tMe .navbar-toggler {
    display: none;
  }
}
.cid-uRdZgq9tMe .navbar-short .menu-content-top {
  border: none;
}
.cid-uRdZgq9tMe .btn {
  padding: 0.7rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uRdZgq9tMe .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uRdZgq9tMe .navbar-toggleable-sm .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 5rem;
  width: 100%;
}
.cid-uRdZgq9tMe .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uRdZgq9tMe .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uRdZgq9tMe .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uRdZgq9tMe .dropdown .dropdown-menu {
  background: #40b0bf;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uRdZgq9tMe .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uRdZgq9tMe .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uRdZgq9tMe .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-uRdZgq9tMe .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uRdZgq9tMe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uRdZgq9tMe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uRdZgq9tMe .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uRdZgq9tMe .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRdZgq9tMe .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uRdZgq9tMe .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.cid-uRdZgq9tMe .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uRdZgq9tMe .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uRdZgq9tMe .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uRdZgq9tMe .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uRdZgq9tMe button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  align-self: center;
}
.cid-uRdZgq9tMe button.navbar-toggler:focus {
  outline: none;
}
.cid-uRdZgq9tMe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uRdZgq9tMe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRdZgq9tMe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRdZgq9tMe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRdZgq9tMe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRdZgq9tMe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRdZgq9tMe nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRdZgq9tMe nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRdZgq9tMe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRdZgq9tMe .collapsed.navbar {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uRdZgq9tMe .collapsed .menu-bottom {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uRdZgq9tMe .collapsed .menu-logo {
  margin-right: 0;
}
.cid-uRdZgq9tMe .collapsed .btn {
  display: flex;
}
.cid-uRdZgq9tMe .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uRdZgq9tMe .collapsed .navbar-collapse.collapsing,
.cid-uRdZgq9tMe .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uRdZgq9tMe .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uRdZgq9tMe .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uRdZgq9tMe .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uRdZgq9tMe .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uRdZgq9tMe .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uRdZgq9tMe .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uRdZgq9tMe .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uRdZgq9tMe .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uRdZgq9tMe .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uRdZgq9tMe .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uRdZgq9tMe .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 6.5rem  - 3.5rem);
  }
  .cid-uRdZgq9tMe .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uRdZgq9tMe .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uRdZgq9tMe .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uRdZgq9tMe .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uRdZgq9tMe .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.25s;
  transition-property: opacity, padding, height;
}
.cid-uRdZgq9tMe .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uRdZgq9tMe .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uRdZgq9tMe .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: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uRdZgq9tMe .collapsed .dropdown-item:before {
  display: none;
}
.cid-uRdZgq9tMe .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uRdZgq9tMe .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uRdZgq9tMe .nav-link:focus {
  outline: none;
}
.cid-uRdZgq9tMe .navbar-toggler {
  position: relative;
}
.cid-uRdZgq9tMe .dropdown-item.active,
.cid-uRdZgq9tMe .dropdown-item:active {
  background-color: transparent !important;
  color: inherit;
}
.cid-uRdZgq9tMe .nav-link:hover,
.cid-uRdZgq9tMe .dropdown-item:hover {
  color: #000000;
}
.cid-uOnsfRvJ6Q {
  background-image: url("../../../assets/images/slika1-1200x696.webp");
}
.cid-uOnsfRvJ6Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOnsfRvJ6Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOnsfRvJ6Q .mbr-section-title {
  color: #ffffff;
}
.cid-uOnutauBls {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uOnutauBls .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOnutauBls .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOnutauBls .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-uOnutauBls .card {
    margin-bottom: 2rem!important;
  }
  .cid-uOnutauBls .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uOnutauBls .link-wrap {
    align-items: center;
  }
}
.cid-uOnutauBls .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uOnuxjnYds {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #fafafa;
}
.cid-uOnuxjnYds .container-fluid {
  padding: 0 3rem;
}
.cid-uOnuxjnYds .mbr-section-subtitle {
  color: #767676;
}
.cid-uOnuxjnYds .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uOnuxjnYds .table-wrapper {
  margin: 0 auto;
}
.cid-uOnuxjnYds table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-uOnuxjnYds table thead tr {
  border: none !important;
}
.cid-uOnuxjnYds table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  border-color: #5b5b5b;
  border-top: none;
  color: white;
  vertical-align: middle;
}
.cid-uOnuxjnYds table tr td {
  border-color: #c1c1c1;
}
.cid-uOnuxjnYds table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-uOnuxjnYds tr:hover {
  background-color: #ffffff !important;
}
.cid-uOnuxjnYds th:after,
.cid-uOnuxjnYds th:before {
  display: none !important;
}
.cid-uOnuxjnYds .dataTables_scrollHeadInner {
  margin-left: auto;
  margin-right: auto;
}
.cid-uOnuxjnYds .dataTables_scrollHeadInner .table {
  width: 100% !important;
}
@media (max-width: 767px) {
  .cid-uOnuxjnYds table th,
  .cid-uOnuxjnYds table td {
    padding: .75rem;
  }
}
.cid-uOnuxjnYds .body-item {
  text-align: center;
  color: #000000;
}
.cid-uOnuxjnYds .mbr-text {
  color: #767676;
}
.cid-uOnuxjnYds .head-item {
  color: #000000;
}
.cid-uuudtnfNhq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uuudtnfNhq .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uOnvGj9LpQ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uOnvGj9LpQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOnvGj9LpQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOnvGj9LpQ .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-uOnvGj9LpQ .card {
    margin-bottom: 2rem!important;
  }
  .cid-uOnvGj9LpQ .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uOnvGj9LpQ .link-wrap {
    align-items: center;
  }
}
.cid-uOnvGj9LpQ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uOnvE622yj {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #fafafa;
}
.cid-uOnvE622yj .container-fluid {
  padding: 0 3rem;
}
.cid-uOnvE622yj .mbr-section-subtitle {
  color: #767676;
}
.cid-uOnvE622yj .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uOnvE622yj .table-wrapper {
  margin: 0 auto;
}
.cid-uOnvE622yj table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-uOnvE622yj table thead tr {
  border: none !important;
}
.cid-uOnvE622yj table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  border-color: #5b5b5b;
  border-top: none;
  color: white;
  vertical-align: middle;
}
.cid-uOnvE622yj table tr td {
  border-color: #c1c1c1;
}
.cid-uOnvE622yj table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-uOnvE622yj tr:hover {
  background-color: #ffffff !important;
}
.cid-uOnvE622yj th:after,
.cid-uOnvE622yj th:before {
  display: none !important;
}
.cid-uOnvE622yj .dataTables_scrollHeadInner {
  margin-left: auto;
  margin-right: auto;
}
.cid-uOnvE622yj .dataTables_scrollHeadInner .table {
  width: 100% !important;
}
@media (max-width: 767px) {
  .cid-uOnvE622yj table th,
  .cid-uOnvE622yj table td {
    padding: .75rem;
  }
}
.cid-uOnvE622yj .body-item {
  text-align: center;
  color: #000000;
}
.cid-uOnvE622yj .mbr-text {
  color: #767676;
}
.cid-uOnvE622yj .head-item {
  color: #000000;
}
.cid-uuuds8YZZo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uuuds8YZZo .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uOnBPGTuZy {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uOnBPGTuZy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOnBPGTuZy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOnBPGTuZy .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-uOnBPGTuZy .card {
    margin-bottom: 2rem!important;
  }
  .cid-uOnBPGTuZy .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uOnBPGTuZy .link-wrap {
    align-items: center;
  }
}
.cid-uOnBPGTuZy .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uOnBR39Crb {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #fafafa;
}
.cid-uOnBR39Crb .container-fluid {
  padding: 0 3rem;
}
.cid-uOnBR39Crb .mbr-section-subtitle {
  color: #767676;
}
.cid-uOnBR39Crb .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uOnBR39Crb .table-wrapper {
  margin: 0 auto;
}
.cid-uOnBR39Crb table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-uOnBR39Crb table thead tr {
  border: none !important;
}
.cid-uOnBR39Crb table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  border-color: #5b5b5b;
  border-top: none;
  color: white;
  vertical-align: middle;
}
.cid-uOnBR39Crb table tr td {
  border-color: #c1c1c1;
}
.cid-uOnBR39Crb table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-uOnBR39Crb tr:hover {
  background-color: #ffffff !important;
}
.cid-uOnBR39Crb th:after,
.cid-uOnBR39Crb th:before {
  display: none !important;
}
.cid-uOnBR39Crb .dataTables_scrollHeadInner {
  margin-left: auto;
  margin-right: auto;
}
.cid-uOnBR39Crb .dataTables_scrollHeadInner .table {
  width: 100% !important;
}
@media (max-width: 767px) {
  .cid-uOnBR39Crb table th,
  .cid-uOnBR39Crb table td {
    padding: .75rem;
  }
}
.cid-uOnBR39Crb .body-item {
  text-align: center;
  color: #000000;
}
.cid-uOnBR39Crb .mbr-text {
  color: #767676;
}
.cid-uOnBR39Crb .head-item {
  color: #000000;
}
.cid-uuudqL6ISx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uuudqL6ISx .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uOnGv1NPCo {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uOnGv1NPCo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOnGv1NPCo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOnGv1NPCo .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-uOnGv1NPCo .card {
    margin-bottom: 2rem!important;
  }
  .cid-uOnGv1NPCo .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uOnGv1NPCo .link-wrap {
    align-items: center;
  }
}
.cid-uOnGv1NPCo .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uOnGw6GNwk {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #fafafa;
}
.cid-uOnGw6GNwk .container-fluid {
  padding: 0 3rem;
}
.cid-uOnGw6GNwk .mbr-section-subtitle {
  color: #767676;
}
.cid-uOnGw6GNwk .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uOnGw6GNwk .table-wrapper {
  margin: 0 auto;
}
.cid-uOnGw6GNwk table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-uOnGw6GNwk table thead tr {
  border: none !important;
}
.cid-uOnGw6GNwk table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  border-color: #5b5b5b;
  border-top: none;
  color: white;
  vertical-align: middle;
}
.cid-uOnGw6GNwk table tr td {
  border-color: #c1c1c1;
}
.cid-uOnGw6GNwk table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-uOnGw6GNwk tr:hover {
  background-color: #ffffff !important;
}
.cid-uOnGw6GNwk th:after,
.cid-uOnGw6GNwk th:before {
  display: none !important;
}
.cid-uOnGw6GNwk .dataTables_scrollHeadInner {
  margin-left: auto;
  margin-right: auto;
}
.cid-uOnGw6GNwk .dataTables_scrollHeadInner .table {
  width: 100% !important;
}
@media (max-width: 767px) {
  .cid-uOnGw6GNwk table th,
  .cid-uOnGw6GNwk table td {
    padding: .75rem;
  }
}
.cid-uOnGw6GNwk .body-item {
  text-align: center;
  color: #000000;
}
.cid-uOnGw6GNwk .mbr-text {
  color: #767676;
}
.cid-uOnGw6GNwk .head-item {
  color: #000000;
}
.cid-uuudpFEmKL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uuudpFEmKL .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uOnHFR8vdx {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uOnHFR8vdx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOnHFR8vdx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOnHFR8vdx .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-uOnHFR8vdx .card {
    margin-bottom: 2rem!important;
  }
  .cid-uOnHFR8vdx .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uOnHFR8vdx .link-wrap {
    align-items: center;
  }
}
.cid-uOnHFR8vdx .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uOnHGWG1sG {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #fafafa;
}
.cid-uOnHGWG1sG .container-fluid {
  padding: 0 3rem;
}
.cid-uOnHGWG1sG .mbr-section-subtitle {
  color: #767676;
}
.cid-uOnHGWG1sG .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uOnHGWG1sG .table-wrapper {
  margin: 0 auto;
}
.cid-uOnHGWG1sG table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-uOnHGWG1sG table thead tr {
  border: none !important;
}
.cid-uOnHGWG1sG table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  border-color: #5b5b5b;
  border-top: none;
  color: white;
  vertical-align: middle;
}
.cid-uOnHGWG1sG table tr td {
  border-color: #c1c1c1;
}
.cid-uOnHGWG1sG table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-uOnHGWG1sG tr:hover {
  background-color: #ffffff !important;
}
.cid-uOnHGWG1sG th:after,
.cid-uOnHGWG1sG th:before {
  display: none !important;
}
.cid-uOnHGWG1sG .dataTables_scrollHeadInner {
  margin-left: auto;
  margin-right: auto;
}
.cid-uOnHGWG1sG .dataTables_scrollHeadInner .table {
  width: 100% !important;
}
@media (max-width: 767px) {
  .cid-uOnHGWG1sG table th,
  .cid-uOnHGWG1sG table td {
    padding: .75rem;
  }
}
.cid-uOnHGWG1sG .body-item {
  text-align: center;
  color: #000000;
}
.cid-uOnHGWG1sG .mbr-text {
  color: #767676;
}
.cid-uOnHGWG1sG .head-item {
  color: #000000;
}
.cid-uuudopQ7uQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uuudopQ7uQ .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uOnLZUCrWU {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uOnLZUCrWU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOnLZUCrWU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOnLZUCrWU .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-uOnLZUCrWU .card {
    margin-bottom: 2rem!important;
  }
  .cid-uOnLZUCrWU .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uOnLZUCrWU .link-wrap {
    align-items: center;
  }
}
.cid-uOnLZUCrWU .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uOnM159FVd {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #fafafa;
}
.cid-uOnM159FVd .container-fluid {
  padding: 0 3rem;
}
.cid-uOnM159FVd .mbr-section-subtitle {
  color: #767676;
}
.cid-uOnM159FVd .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uOnM159FVd .table-wrapper {
  margin: 0 auto;
}
.cid-uOnM159FVd table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-uOnM159FVd table thead tr {
  border: none !important;
}
.cid-uOnM159FVd table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  border-color: #5b5b5b;
  border-top: none;
  color: white;
  vertical-align: middle;
}
.cid-uOnM159FVd table tr td {
  border-color: #c1c1c1;
}
.cid-uOnM159FVd table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-uOnM159FVd tr:hover {
  background-color: #ffffff !important;
}
.cid-uOnM159FVd th:after,
.cid-uOnM159FVd th:before {
  display: none !important;
}
.cid-uOnM159FVd .dataTables_scrollHeadInner {
  margin-left: auto;
  margin-right: auto;
}
.cid-uOnM159FVd .dataTables_scrollHeadInner .table {
  width: 100% !important;
}
@media (max-width: 767px) {
  .cid-uOnM159FVd table th,
  .cid-uOnM159FVd table td {
    padding: .75rem;
  }
}
.cid-uOnM159FVd .body-item {
  text-align: center;
  color: #000000;
}
.cid-uOnM159FVd .mbr-text {
  color: #767676;
}
.cid-uOnM159FVd .head-item {
  color: #000000;
}
.cid-uuudndaLLp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uuudndaLLp .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uOnPSQ7gYM {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uOnPSQ7gYM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOnPSQ7gYM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOnPSQ7gYM .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-uOnPSQ7gYM .card {
    margin-bottom: 2rem!important;
  }
  .cid-uOnPSQ7gYM .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uOnPSQ7gYM .link-wrap {
    align-items: center;
  }
}
.cid-uOnPSQ7gYM .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uOnPUdOC17 {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #fafafa;
}
.cid-uOnPUdOC17 .container-fluid {
  padding: 0 3rem;
}
.cid-uOnPUdOC17 .mbr-section-subtitle {
  color: #767676;
}
.cid-uOnPUdOC17 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uOnPUdOC17 .table-wrapper {
  margin: 0 auto;
}
.cid-uOnPUdOC17 table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-uOnPUdOC17 table thead tr {
  border: none !important;
}
.cid-uOnPUdOC17 table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  border-color: #5b5b5b;
  border-top: none;
  color: white;
  vertical-align: middle;
}
.cid-uOnPUdOC17 table tr td {
  border-color: #c1c1c1;
}
.cid-uOnPUdOC17 table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-uOnPUdOC17 tr:hover {
  background-color: #ffffff !important;
}
.cid-uOnPUdOC17 th:after,
.cid-uOnPUdOC17 th:before {
  display: none !important;
}
.cid-uOnPUdOC17 .dataTables_scrollHeadInner {
  margin-left: auto;
  margin-right: auto;
}
.cid-uOnPUdOC17 .dataTables_scrollHeadInner .table {
  width: 100% !important;
}
@media (max-width: 767px) {
  .cid-uOnPUdOC17 table th,
  .cid-uOnPUdOC17 table td {
    padding: .75rem;
  }
}
.cid-uOnPUdOC17 .body-item {
  text-align: center;
  color: #000000;
}
.cid-uOnPUdOC17 .mbr-text {
  color: #767676;
}
.cid-uOnPUdOC17 .head-item {
  color: #000000;
}
.cid-uP1lPDYbiC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uP1lPDYbiC .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uutFOGFwxh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #40b0bf;
}
.cid-uutFOGFwxh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uutFOGFwxh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uutFOGFwxh .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uutFOGFwxh .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uutFOGFwxh .row {
    text-align: center;
  }
  .cid-uutFOGFwxh .row > div {
    margin: auto;
  }
  .cid-uutFOGFwxh .social-row {
    justify-content: center;
  }
}
.cid-uutFOGFwxh .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uutFOGFwxh .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uutFOGFwxh .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uutFOGFwxh .list {
    margin-bottom: 0rem;
  }
}
.cid-uutFOGFwxh .mbr-text {
  color: #ffffff;
}
.cid-uutFOGFwxh .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uutFOGFwxh .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uutFOGFwxh div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uutFOGFwxh .copyright {
  text-align: left;
}
.cid-uRdZgq9tMe .navbar {
  padding: 0.5rem 0;
  background: #40b0bf;
  transition: none;
  min-height: 77px;
}
@media (min-width: 992px) {
  .cid-uRdZgq9tMe .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 2.5385em 0.235em 3.5385em !important;
    margin: 0 !important;
  }
}
.cid-uRdZgq9tMe .menu-logo {
  display: flex;
  position: relative;
  -webkit-align-items: center;
  align-items: center;
  margin-right: auto;
}
.cid-uRdZgq9tMe .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uRdZgq9tMe .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uRdZgq9tMe .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uRdZgq9tMe .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uRdZgq9tMe .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uRdZgq9tMe .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uRdZgq9tMe .navbar-dropdown.bg-color.transparent.opened {
  background: #40b0bf;
}
.cid-uRdZgq9tMe a {
  font-style: normal;
}
.cid-uRdZgq9tMe .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-uRdZgq9tMe .dropdown-item:after {
  display: none;
}
.cid-uRdZgq9tMe .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.7rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uRdZgq9tMe .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 20px;
}
.cid-uRdZgq9tMe .content-text {
  margin-bottom: 0;
}
.cid-uRdZgq9tMe .navbar-nav {
  position: relative;
  min-height: 60px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uRdZgq9tMe .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #993617;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uRdZgq9tMe .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uRdZgq9tMe .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-uRdZgq9tMe .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uRdZgq9tMe .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uRdZgq9tMe .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uRdZgq9tMe .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uRdZgq9tMe .nav-dropdown .link {
  font-weight: 400;
}
.cid-uRdZgq9tMe .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uRdZgq9tMe .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-uRdZgq9tMe .content-right-side {
    display: flex;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-uRdZgq9tMe .content-right-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    justify-content: space-between;
  }
}
.cid-uRdZgq9tMe .menu-content-top {
  display: none;
  padding: 1rem 0;
  transition: height 0.3s ease-in-out;
}
.cid-uRdZgq9tMe .menu-content-top.show {
  display: block;
}
.cid-uRdZgq9tMe .content-right-side .content-link {
  margin-left: 1rem;
}
.cid-uRdZgq9tMe .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
@media (max-width: 991px) {
  .cid-uRdZgq9tMe .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-uRdZgq9tMe .dropdown-item {
    padding: 0.235em 2.5385em 0.235em 3.5385em !important;
    margin: 0 !important;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    display: inline-block;
    width: auto;
  }
  .cid-uRdZgq9tMe .menu-logo {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .cid-uRdZgq9tMe .menu-bottom {
    width: 100%;
    padding: 0 1rem;
    display: block;
  }
  .cid-uRdZgq9tMe img {
    height: 3.8rem !important;
  }
  .cid-uRdZgq9tMe .btn {
    display: flex;
  }
  .cid-uRdZgq9tMe button.navbar-toggler {
    display: block;
  }
  .cid-uRdZgq9tMe .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-uRdZgq9tMe .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uRdZgq9tMe .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uRdZgq9tMe .navbar-collapse.collapsing,
  .cid-uRdZgq9tMe .navbar-collapse.show {
    display: block !important;
  }
  .cid-uRdZgq9tMe .navbar-collapse.collapsing .navbar-nav,
  .cid-uRdZgq9tMe .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uRdZgq9tMe .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uRdZgq9tMe .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-uRdZgq9tMe .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uRdZgq9tMe .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uRdZgq9tMe .navbar-collapse.collapsing .navbar-buttons,
  .cid-uRdZgq9tMe .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uRdZgq9tMe .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uRdZgq9tMe .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uRdZgq9tMe .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uRdZgq9tMe .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    position: relative;
    opacity: 1;
    height: auto;
    padding: 0 !important;
    visibility: visible;
  }
  .cid-uRdZgq9tMe .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uRdZgq9tMe .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0 !important;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
}
@media (min-width: 992px) {
  .cid-uRdZgq9tMe .navbar .menu-content-top {
    display: block;
  }
  .cid-uRdZgq9tMe .menu-content-top .row {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .cid-uRdZgq9tMe .content-right-side {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-flex-basis: 70%;
    flex-basis: 70%;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-uRdZgq9tMe .menu-content-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .cid-uRdZgq9tMe .menu-bottom {
    display: flex;
  }
  .cid-uRdZgq9tMe .navbar {
    display: block;
    padding: 0;
  }
  .cid-uRdZgq9tMe .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uRdZgq9tMe .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 76px;
  }
  .cid-uRdZgq9tMe .navbar-toggler {
    display: none;
  }
}
.cid-uRdZgq9tMe .navbar-short .menu-content-top {
  border: none;
}
.cid-uRdZgq9tMe .btn {
  padding: 0.7rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uRdZgq9tMe .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uRdZgq9tMe .navbar-toggleable-sm .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 5rem;
  width: 100%;
}
.cid-uRdZgq9tMe .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uRdZgq9tMe .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uRdZgq9tMe .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uRdZgq9tMe .dropdown .dropdown-menu {
  background: #40b0bf;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uRdZgq9tMe .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uRdZgq9tMe .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uRdZgq9tMe .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-uRdZgq9tMe .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uRdZgq9tMe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uRdZgq9tMe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uRdZgq9tMe .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uRdZgq9tMe .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRdZgq9tMe .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uRdZgq9tMe .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.cid-uRdZgq9tMe .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uRdZgq9tMe .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uRdZgq9tMe .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uRdZgq9tMe .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uRdZgq9tMe button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  align-self: center;
}
.cid-uRdZgq9tMe button.navbar-toggler:focus {
  outline: none;
}
.cid-uRdZgq9tMe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uRdZgq9tMe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRdZgq9tMe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRdZgq9tMe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRdZgq9tMe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRdZgq9tMe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRdZgq9tMe nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRdZgq9tMe nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRdZgq9tMe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRdZgq9tMe .collapsed.navbar {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uRdZgq9tMe .collapsed .menu-bottom {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uRdZgq9tMe .collapsed .menu-logo {
  margin-right: 0;
}
.cid-uRdZgq9tMe .collapsed .btn {
  display: flex;
}
.cid-uRdZgq9tMe .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uRdZgq9tMe .collapsed .navbar-collapse.collapsing,
.cid-uRdZgq9tMe .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uRdZgq9tMe .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uRdZgq9tMe .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uRdZgq9tMe .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uRdZgq9tMe .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uRdZgq9tMe .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uRdZgq9tMe .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uRdZgq9tMe .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uRdZgq9tMe .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uRdZgq9tMe .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uRdZgq9tMe .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uRdZgq9tMe .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 6.5rem  - 3.5rem);
  }
  .cid-uRdZgq9tMe .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uRdZgq9tMe .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uRdZgq9tMe .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uRdZgq9tMe .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uRdZgq9tMe .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.25s;
  transition-property: opacity, padding, height;
}
.cid-uRdZgq9tMe .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uRdZgq9tMe .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uRdZgq9tMe .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: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uRdZgq9tMe .collapsed .dropdown-item:before {
  display: none;
}
.cid-uRdZgq9tMe .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uRdZgq9tMe .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uRdZgq9tMe .nav-link:focus {
  outline: none;
}
.cid-uRdZgq9tMe .navbar-toggler {
  position: relative;
}
.cid-uRdZgq9tMe .dropdown-item.active,
.cid-uRdZgq9tMe .dropdown-item:active {
  background-color: transparent !important;
  color: inherit;
}
.cid-uRdZgq9tMe .nav-link:hover,
.cid-uRdZgq9tMe .dropdown-item:hover {
  color: #000000;
}
.cid-uOnSDXhTgH {
  background-image: url("../../../assets/images/slika7-1920x960.webp");
}
.cid-uOnSDXhTgH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOnSDXhTgH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOnSDXhTgH .mbr-section-title {
  color: #ffffff;
}
.cid-uOnSDYSizq {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uOnSDYSizq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOnSDYSizq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOnSDYSizq .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-uOnSDYSizq .card {
    margin-bottom: 2rem!important;
  }
  .cid-uOnSDYSizq .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uOnSDYSizq .link-wrap {
    align-items: center;
  }
}
.cid-uOnSDYSizq .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uOnSDZNDK5 {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #fafafa;
}
.cid-uOnSDZNDK5 .container-fluid {
  padding: 0 3rem;
}
.cid-uOnSDZNDK5 .mbr-section-subtitle {
  color: #767676;
}
.cid-uOnSDZNDK5 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uOnSDZNDK5 .table-wrapper {
  margin: 0 auto;
}
.cid-uOnSDZNDK5 table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-uOnSDZNDK5 table thead tr {
  border: none !important;
}
.cid-uOnSDZNDK5 table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  border-color: #5b5b5b;
  border-top: none;
  color: white;
  vertical-align: middle;
}
.cid-uOnSDZNDK5 table tr td {
  border-color: #c1c1c1;
}
.cid-uOnSDZNDK5 table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-uOnSDZNDK5 tr:hover {
  background-color: #ffffff !important;
}
.cid-uOnSDZNDK5 th:after,
.cid-uOnSDZNDK5 th:before {
  display: none !important;
}
.cid-uOnSDZNDK5 .dataTables_scrollHeadInner {
  margin-left: auto;
  margin-right: auto;
}
.cid-uOnSDZNDK5 .dataTables_scrollHeadInner .table {
  width: 100% !important;
}
@media (max-width: 767px) {
  .cid-uOnSDZNDK5 table th,
  .cid-uOnSDZNDK5 table td {
    padding: .75rem;
  }
}
.cid-uOnSDZNDK5 .body-item {
  text-align: center;
  color: #000000;
}
.cid-uOnSDZNDK5 .mbr-text {
  color: #767676;
}
.cid-uOnSDZNDK5 .head-item {
  color: #000000;
}
.cid-uOnSE1iR5t {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uOnSE1iR5t .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uOnSE23A8v {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uOnSE23A8v .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOnSE23A8v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOnSE23A8v .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-uOnSE23A8v .card {
    margin-bottom: 2rem!important;
  }
  .cid-uOnSE23A8v .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uOnSE23A8v .link-wrap {
    align-items: center;
  }
}
.cid-uOnSE23A8v .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uOnSE2RFeV {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #fafafa;
}
.cid-uOnSE2RFeV .container-fluid {
  padding: 0 3rem;
}
.cid-uOnSE2RFeV .mbr-section-subtitle {
  color: #767676;
}
.cid-uOnSE2RFeV .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uOnSE2RFeV .table-wrapper {
  margin: 0 auto;
}
.cid-uOnSE2RFeV table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-uOnSE2RFeV table thead tr {
  border: none !important;
}
.cid-uOnSE2RFeV table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  border-color: #5b5b5b;
  border-top: none;
  color: white;
  vertical-align: middle;
}
.cid-uOnSE2RFeV table tr td {
  border-color: #c1c1c1;
}
.cid-uOnSE2RFeV table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-uOnSE2RFeV tr:hover {
  background-color: #ffffff !important;
}
.cid-uOnSE2RFeV th:after,
.cid-uOnSE2RFeV th:before {
  display: none !important;
}
.cid-uOnSE2RFeV .dataTables_scrollHeadInner {
  margin-left: auto;
  margin-right: auto;
}
.cid-uOnSE2RFeV .dataTables_scrollHeadInner .table {
  width: 100% !important;
}
@media (max-width: 767px) {
  .cid-uOnSE2RFeV table th,
  .cid-uOnSE2RFeV table td {
    padding: .75rem;
  }
}
.cid-uOnSE2RFeV .body-item {
  text-align: center;
  color: #000000;
}
.cid-uOnSE2RFeV .mbr-text {
  color: #767676;
}
.cid-uOnSE2RFeV .head-item {
  color: #000000;
}
.cid-uOnSE4hSb2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uOnSE4hSb2 .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uOnSE4WHd6 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uOnSE4WHd6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOnSE4WHd6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOnSE4WHd6 .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-uOnSE4WHd6 .card {
    margin-bottom: 2rem!important;
  }
  .cid-uOnSE4WHd6 .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uOnSE4WHd6 .link-wrap {
    align-items: center;
  }
}
.cid-uOnSE4WHd6 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uOnSE5Wjvx {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #fafafa;
}
.cid-uOnSE5Wjvx .container-fluid {
  padding: 0 3rem;
}
.cid-uOnSE5Wjvx .mbr-section-subtitle {
  color: #767676;
}
.cid-uOnSE5Wjvx .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uOnSE5Wjvx .table-wrapper {
  margin: 0 auto;
}
.cid-uOnSE5Wjvx table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-uOnSE5Wjvx table thead tr {
  border: none !important;
}
.cid-uOnSE5Wjvx table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  border-color: #5b5b5b;
  border-top: none;
  color: white;
  vertical-align: middle;
}
.cid-uOnSE5Wjvx table tr td {
  border-color: #c1c1c1;
}
.cid-uOnSE5Wjvx table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-uOnSE5Wjvx tr:hover {
  background-color: #ffffff !important;
}
.cid-uOnSE5Wjvx th:after,
.cid-uOnSE5Wjvx th:before {
  display: none !important;
}
.cid-uOnSE5Wjvx .dataTables_scrollHeadInner {
  margin-left: auto;
  margin-right: auto;
}
.cid-uOnSE5Wjvx .dataTables_scrollHeadInner .table {
  width: 100% !important;
}
@media (max-width: 767px) {
  .cid-uOnSE5Wjvx table th,
  .cid-uOnSE5Wjvx table td {
    padding: .75rem;
  }
}
.cid-uOnSE5Wjvx .body-item {
  text-align: center;
  color: #000000;
}
.cid-uOnSE5Wjvx .mbr-text {
  color: #767676;
}
.cid-uOnSE5Wjvx .head-item {
  color: #000000;
}
.cid-uOnSE7H7nq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uOnSE7H7nq .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uOnSE8jZhm {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uOnSE8jZhm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOnSE8jZhm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOnSE8jZhm .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-uOnSE8jZhm .card {
    margin-bottom: 2rem!important;
  }
  .cid-uOnSE8jZhm .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uOnSE8jZhm .link-wrap {
    align-items: center;
  }
}
.cid-uOnSE8jZhm .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uOnSEaGHWm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uOnSEaGHWm .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uOnSEbFONv {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uOnSEbFONv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOnSEbFONv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOnSEbFONv .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-uOnSEbFONv .card {
    margin-bottom: 2rem!important;
  }
  .cid-uOnSEbFONv .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uOnSEbFONv .link-wrap {
    align-items: center;
  }
}
.cid-uOnSEbFONv .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uOnSEcQNvo {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #fafafa;
}
.cid-uOnSEcQNvo .container-fluid {
  padding: 0 3rem;
}
.cid-uOnSEcQNvo .mbr-section-subtitle {
  color: #767676;
}
.cid-uOnSEcQNvo .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uOnSEcQNvo .table-wrapper {
  margin: 0 auto;
}
.cid-uOnSEcQNvo table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-uOnSEcQNvo table thead tr {
  border: none !important;
}
.cid-uOnSEcQNvo table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  border-color: #5b5b5b;
  border-top: none;
  color: white;
  vertical-align: middle;
}
.cid-uOnSEcQNvo table tr td {
  border-color: #c1c1c1;
}
.cid-uOnSEcQNvo table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-uOnSEcQNvo tr:hover {
  background-color: #ffffff !important;
}
.cid-uOnSEcQNvo th:after,
.cid-uOnSEcQNvo th:before {
  display: none !important;
}
.cid-uOnSEcQNvo .dataTables_scrollHeadInner {
  margin-left: auto;
  margin-right: auto;
}
.cid-uOnSEcQNvo .dataTables_scrollHeadInner .table {
  width: 100% !important;
}
@media (max-width: 767px) {
  .cid-uOnSEcQNvo table th,
  .cid-uOnSEcQNvo table td {
    padding: .75rem;
  }
}
.cid-uOnSEcQNvo .body-item {
  text-align: center;
  color: #000000;
}
.cid-uOnSEcQNvo .mbr-text {
  color: #767676;
}
.cid-uOnSEcQNvo .head-item {
  color: #000000;
}
.cid-uOnSEeOYwb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uOnSEeOYwb .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uOnSEfDdzw {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uOnSEfDdzw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOnSEfDdzw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOnSEfDdzw .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-uOnSEfDdzw .card {
    margin-bottom: 2rem!important;
  }
  .cid-uOnSEfDdzw .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uOnSEfDdzw .link-wrap {
    align-items: center;
  }
}
.cid-uOnSEfDdzw .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uOnSEgZpLi {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #fafafa;
}
.cid-uOnSEgZpLi .container-fluid {
  padding: 0 3rem;
}
.cid-uOnSEgZpLi .mbr-section-subtitle {
  color: #767676;
}
.cid-uOnSEgZpLi .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uOnSEgZpLi .table-wrapper {
  margin: 0 auto;
}
.cid-uOnSEgZpLi table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-uOnSEgZpLi table thead tr {
  border: none !important;
}
.cid-uOnSEgZpLi table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  border-color: #5b5b5b;
  border-top: none;
  color: white;
  vertical-align: middle;
}
.cid-uOnSEgZpLi table tr td {
  border-color: #c1c1c1;
}
.cid-uOnSEgZpLi table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-uOnSEgZpLi tr:hover {
  background-color: #ffffff !important;
}
.cid-uOnSEgZpLi th:after,
.cid-uOnSEgZpLi th:before {
  display: none !important;
}
.cid-uOnSEgZpLi .dataTables_scrollHeadInner {
  margin-left: auto;
  margin-right: auto;
}
.cid-uOnSEgZpLi .dataTables_scrollHeadInner .table {
  width: 100% !important;
}
@media (max-width: 767px) {
  .cid-uOnSEgZpLi table th,
  .cid-uOnSEgZpLi table td {
    padding: .75rem;
  }
}
.cid-uOnSEgZpLi .body-item {
  text-align: center;
  color: #000000;
}
.cid-uOnSEgZpLi .mbr-text {
  color: #767676;
}
.cid-uOnSEgZpLi .head-item {
  color: #000000;
}
.cid-uOnSEiE5pD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uOnSEiE5pD .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uOnSEjEIjX {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uOnSEjEIjX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOnSEjEIjX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOnSEjEIjX .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-uOnSEjEIjX .card {
    margin-bottom: 2rem!important;
  }
  .cid-uOnSEjEIjX .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uOnSEjEIjX .link-wrap {
    align-items: center;
  }
}
.cid-uOnSEjEIjX .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uOnSElzX5v {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #fafafa;
}
.cid-uOnSElzX5v .container-fluid {
  padding: 0 3rem;
}
.cid-uOnSElzX5v .mbr-section-subtitle {
  color: #767676;
}
.cid-uOnSElzX5v .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uOnSElzX5v .table-wrapper {
  margin: 0 auto;
}
.cid-uOnSElzX5v table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-uOnSElzX5v table thead tr {
  border: none !important;
}
.cid-uOnSElzX5v table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  border-color: #5b5b5b;
  border-top: none;
  color: white;
  vertical-align: middle;
}
.cid-uOnSElzX5v table tr td {
  border-color: #c1c1c1;
}
.cid-uOnSElzX5v table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-uOnSElzX5v tr:hover {
  background-color: #ffffff !important;
}
.cid-uOnSElzX5v th:after,
.cid-uOnSElzX5v th:before {
  display: none !important;
}
.cid-uOnSElzX5v .dataTables_scrollHeadInner {
  margin-left: auto;
  margin-right: auto;
}
.cid-uOnSElzX5v .dataTables_scrollHeadInner .table {
  width: 100% !important;
}
@media (max-width: 767px) {
  .cid-uOnSElzX5v table th,
  .cid-uOnSElzX5v table td {
    padding: .75rem;
  }
}
.cid-uOnSElzX5v .body-item {
  text-align: center;
  color: #000000;
}
.cid-uOnSElzX5v .mbr-text {
  color: #767676;
}
.cid-uOnSElzX5v .head-item {
  color: #000000;
}
.cid-uOnSEv4X1X {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-uOnSEv4X1X .line {
  background-color: #fafafa;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uOnSEvYHL0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #40b0bf;
}
.cid-uOnSEvYHL0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOnSEvYHL0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOnSEvYHL0 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uOnSEvYHL0 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uOnSEvYHL0 .row {
    text-align: center;
  }
  .cid-uOnSEvYHL0 .row > div {
    margin: auto;
  }
  .cid-uOnSEvYHL0 .social-row {
    justify-content: center;
  }
}
.cid-uOnSEvYHL0 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uOnSEvYHL0 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uOnSEvYHL0 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uOnSEvYHL0 .list {
    margin-bottom: 0rem;
  }
}
.cid-uOnSEvYHL0 .mbr-text {
  color: #ffffff;
}
.cid-uOnSEvYHL0 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uOnSEvYHL0 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uOnSEvYHL0 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uOnSEvYHL0 .copyright {
  text-align: left;
}
.cid-uRdZgq9tMe .navbar {
  padding: 0.5rem 0;
  background: #40b0bf;
  transition: none;
  min-height: 77px;
}
@media (min-width: 992px) {
  .cid-uRdZgq9tMe .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 2.5385em 0.235em 3.5385em !important;
    margin: 0 !important;
  }
}
.cid-uRdZgq9tMe .menu-logo {
  display: flex;
  position: relative;
  -webkit-align-items: center;
  align-items: center;
  margin-right: auto;
}
.cid-uRdZgq9tMe .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uRdZgq9tMe .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uRdZgq9tMe .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uRdZgq9tMe .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uRdZgq9tMe .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uRdZgq9tMe .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uRdZgq9tMe .navbar-dropdown.bg-color.transparent.opened {
  background: #40b0bf;
}
.cid-uRdZgq9tMe a {
  font-style: normal;
}
.cid-uRdZgq9tMe .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-uRdZgq9tMe .dropdown-item:after {
  display: none;
}
.cid-uRdZgq9tMe .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.7rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uRdZgq9tMe .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 20px;
}
.cid-uRdZgq9tMe .content-text {
  margin-bottom: 0;
}
.cid-uRdZgq9tMe .navbar-nav {
  position: relative;
  min-height: 60px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uRdZgq9tMe .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #993617;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uRdZgq9tMe .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uRdZgq9tMe .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-uRdZgq9tMe .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uRdZgq9tMe .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uRdZgq9tMe .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uRdZgq9tMe .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uRdZgq9tMe .nav-dropdown .link {
  font-weight: 400;
}
.cid-uRdZgq9tMe .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uRdZgq9tMe .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-uRdZgq9tMe .content-right-side {
    display: flex;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-uRdZgq9tMe .content-right-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    justify-content: space-between;
  }
}
.cid-uRdZgq9tMe .menu-content-top {
  display: none;
  padding: 1rem 0;
  transition: height 0.3s ease-in-out;
}
.cid-uRdZgq9tMe .menu-content-top.show {
  display: block;
}
.cid-uRdZgq9tMe .content-right-side .content-link {
  margin-left: 1rem;
}
.cid-uRdZgq9tMe .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
@media (max-width: 991px) {
  .cid-uRdZgq9tMe .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-uRdZgq9tMe .dropdown-item {
    padding: 0.235em 2.5385em 0.235em 3.5385em !important;
    margin: 0 !important;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    display: inline-block;
    width: auto;
  }
  .cid-uRdZgq9tMe .menu-logo {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .cid-uRdZgq9tMe .menu-bottom {
    width: 100%;
    padding: 0 1rem;
    display: block;
  }
  .cid-uRdZgq9tMe img {
    height: 3.8rem !important;
  }
  .cid-uRdZgq9tMe .btn {
    display: flex;
  }
  .cid-uRdZgq9tMe button.navbar-toggler {
    display: block;
  }
  .cid-uRdZgq9tMe .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-uRdZgq9tMe .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uRdZgq9tMe .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uRdZgq9tMe .navbar-collapse.collapsing,
  .cid-uRdZgq9tMe .navbar-collapse.show {
    display: block !important;
  }
  .cid-uRdZgq9tMe .navbar-collapse.collapsing .navbar-nav,
  .cid-uRdZgq9tMe .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uRdZgq9tMe .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uRdZgq9tMe .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-uRdZgq9tMe .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uRdZgq9tMe .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uRdZgq9tMe .navbar-collapse.collapsing .navbar-buttons,
  .cid-uRdZgq9tMe .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uRdZgq9tMe .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uRdZgq9tMe .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uRdZgq9tMe .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uRdZgq9tMe .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    position: relative;
    opacity: 1;
    height: auto;
    padding: 0 !important;
    visibility: visible;
  }
  .cid-uRdZgq9tMe .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uRdZgq9tMe .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0 !important;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
}
@media (min-width: 992px) {
  .cid-uRdZgq9tMe .navbar .menu-content-top {
    display: block;
  }
  .cid-uRdZgq9tMe .menu-content-top .row {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .cid-uRdZgq9tMe .content-right-side {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-flex-basis: 70%;
    flex-basis: 70%;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-uRdZgq9tMe .menu-content-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .cid-uRdZgq9tMe .menu-bottom {
    display: flex;
  }
  .cid-uRdZgq9tMe .navbar {
    display: block;
    padding: 0;
  }
  .cid-uRdZgq9tMe .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uRdZgq9tMe .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 76px;
  }
  .cid-uRdZgq9tMe .navbar-toggler {
    display: none;
  }
}
.cid-uRdZgq9tMe .navbar-short .menu-content-top {
  border: none;
}
.cid-uRdZgq9tMe .btn {
  padding: 0.7rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uRdZgq9tMe .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uRdZgq9tMe .navbar-toggleable-sm .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 5rem;
  width: 100%;
}
.cid-uRdZgq9tMe .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uRdZgq9tMe .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uRdZgq9tMe .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uRdZgq9tMe .dropdown .dropdown-menu {
  background: #40b0bf;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uRdZgq9tMe .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uRdZgq9tMe .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uRdZgq9tMe .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-uRdZgq9tMe .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uRdZgq9tMe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uRdZgq9tMe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uRdZgq9tMe .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uRdZgq9tMe .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRdZgq9tMe .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uRdZgq9tMe .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.cid-uRdZgq9tMe .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uRdZgq9tMe .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uRdZgq9tMe .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uRdZgq9tMe .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uRdZgq9tMe button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  align-self: center;
}
.cid-uRdZgq9tMe button.navbar-toggler:focus {
  outline: none;
}
.cid-uRdZgq9tMe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uRdZgq9tMe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRdZgq9tMe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRdZgq9tMe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRdZgq9tMe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRdZgq9tMe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRdZgq9tMe nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRdZgq9tMe nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRdZgq9tMe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRdZgq9tMe .collapsed.navbar {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uRdZgq9tMe .collapsed .menu-bottom {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uRdZgq9tMe .collapsed .menu-logo {
  margin-right: 0;
}
.cid-uRdZgq9tMe .collapsed .btn {
  display: flex;
}
.cid-uRdZgq9tMe .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uRdZgq9tMe .collapsed .navbar-collapse.collapsing,
.cid-uRdZgq9tMe .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uRdZgq9tMe .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uRdZgq9tMe .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uRdZgq9tMe .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uRdZgq9tMe .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uRdZgq9tMe .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uRdZgq9tMe .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uRdZgq9tMe .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uRdZgq9tMe .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uRdZgq9tMe .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uRdZgq9tMe .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uRdZgq9tMe .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 6.5rem  - 3.5rem);
  }
  .cid-uRdZgq9tMe .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uRdZgq9tMe .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uRdZgq9tMe .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uRdZgq9tMe .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uRdZgq9tMe .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.25s;
  transition-property: opacity, padding, height;
}
.cid-uRdZgq9tMe .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uRdZgq9tMe .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uRdZgq9tMe .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: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uRdZgq9tMe .collapsed .dropdown-item:before {
  display: none;
}
.cid-uRdZgq9tMe .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uRdZgq9tMe .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uRdZgq9tMe .nav-link:focus {
  outline: none;
}
.cid-uRdZgq9tMe .navbar-toggler {
  position: relative;
}
.cid-uRdZgq9tMe .dropdown-item.active,
.cid-uRdZgq9tMe .dropdown-item:active {
  background-color: transparent !important;
  color: inherit;
}
.cid-uRdZgq9tMe .nav-link:hover,
.cid-uRdZgq9tMe .dropdown-item:hover {
  color: #000000;
}
