body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.2rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 3.52rem;
}
.display-4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.8rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.28rem;
}
.display-5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.5rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Poppins', sans-serif;
  font-size: 0.9rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.44rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #149dcc !important;
}
.bg-success {
  background-color: #6ee921 !important;
}
.bg-info {
  background-color: #4f4943 !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #149dcc !important;
  border-color: #149dcc !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-info,
.btn-info:active {
  background-color: #4f4943 !important;
  border-color: #4f4943 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #262320 !important;
  border-color: #262320 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #262320 !important;
  border-color: #262320 !important;
}
.btn-success,
.btn-success:active {
  background-color: #6ee921 !important;
  border-color: #6ee921 !important;
  color: #040a01 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #040a01 !important;
  background-color: #4dac11 !important;
  border-color: #4dac11 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #040a01 !important;
  background-color: #4dac11 !important;
  border-color: #4dac11 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #0b566f;
  color: #0b566f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #149dcc;
  border-color: #149dcc;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #149dcc !important;
  border-color: #149dcc !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #cc0033;
  color: #cc0033;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ff3366;
  border-color: #ff3366;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #181614;
  color: #181614;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #4f4943;
  border-color: #4f4943;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #4f4943 !important;
  border-color: #4f4943 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #43950f;
  color: #43950f;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #040a01;
  background-color: #6ee921;
  border-color: #6ee921;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #040a01 !important;
  background-color: #6ee921 !important;
  border-color: #6ee921 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #149dcc !important;
}
.text-secondary {
  color: #ff3366 !important;
}
.text-success {
  color: #6ee921 !important;
}
.text-info {
  color: #4f4943 !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #0b566f !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #cc0033 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #43950f !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #181614 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #4f4943;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #149dcc;
  border-color: #149dcc;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #149dcc;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b4e6f8;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #e7fbdb;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #c1bcb6;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Poppins', sans-serif;
  font-size: 0.9rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.44rem;
}
blockquote {
  border-color: #149dcc;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #149dcc;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #149dcc;
}
.footer3 input[type="email"],
.footer4 input[type="email"] {
  border-radius: 100px !important;
}
.footer3 .input-group-btn a.btn,
.footer4 .input-group-btn a.btn {
  border-radius: 100px !important;
}
.footer3 .input-group-btn button[type="submit"],
.footer4 .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
/* Headers*/
.header13 .form-inline input[type="email"],
.header14 .form-inline input[type="email"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="text"],
.header14 .form-inline input[type="text"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="tel"],
.header14 .form-inline input[type="tel"] {
  border-radius: 100px;
}
.header13 .form-inline a.btn,
.header14 .form-inline a.btn {
  border-radius: 100px;
}
.header13 .form-inline button,
.header14 .form-inline button {
  border-radius: 100px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #149dcc;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #149dcc;
  border-bottom-color: #149dcc;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #149dcc !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #ff3366 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23149dcc' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.3;
}
.cid-sDK7OPdxva .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #6ee921;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) 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-sDK7OPdxva .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sDK7OPdxva .nav-item,
.cid-sDK7OPdxva .nav-link,
.cid-sDK7OPdxva .navbar-caption {
  font-weight: normal;
}
.cid-sDK7OPdxva .nav-item:focus,
.cid-sDK7OPdxva .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sDK7OPdxva .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-sDK7OPdxva .nav-item .nav-link {
    position: relative;
  }
  .cid-sDK7OPdxva .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #6ee921;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-sDK7OPdxva .nav-item:hover .nav-link:before,
  .cid-sDK7OPdxva .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-sDK7OPdxva .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-sDK7OPdxva .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sDK7OPdxva .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-sDK7OPdxva .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sDK7OPdxva .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sDK7OPdxva .dropdown .dropdown-menu .dropdown-item .soc-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-sDK7OPdxva .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #465052;
}
.cid-sDK7OPdxva .navbar.opened {
  transition: all 0.3s;
  background: #465052 !important;
}
.cid-sDK7OPdxva .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-sDK7OPdxva .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-sDK7OPdxva .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sDK7OPdxva .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sDK7OPdxva .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sDK7OPdxva .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sDK7OPdxva .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sDK7OPdxva .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sDK7OPdxva .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-sDK7OPdxva .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sDK7OPdxva .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sDK7OPdxva .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sDK7OPdxva .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sDK7OPdxva .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sDK7OPdxva .navbar.navbar-short {
  background: #465052 !important;
  min-height: 60px;
}
.cid-sDK7OPdxva .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-sDK7OPdxva .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sDK7OPdxva .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sDK7OPdxva .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sDK7OPdxva .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sDK7OPdxva .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sDK7OPdxva .dropdown-item.active,
.cid-sDK7OPdxva .dropdown-item:active {
  background-color: transparent;
}
.cid-sDK7OPdxva .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sDK7OPdxva .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sDK7OPdxva .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sDK7OPdxva .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #465052;
  z-index: 2;
}
.cid-sDK7OPdxva .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sDK7OPdxva .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sDK7OPdxva ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sDK7OPdxva .navbar-buttons {
  text-align: center;
}
.cid-sDK7OPdxva button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sDK7OPdxva button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sDK7OPdxva button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sDK7OPdxva button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sDK7OPdxva button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sDK7OPdxva button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sDK7OPdxva nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sDK7OPdxva nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sDK7OPdxva nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sDK7OPdxva nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sDK7OPdxva .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sDK7OPdxva a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDK7OPdxva .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #ff3366;
  display: inline-flex;
}
.cid-sDK7OPdxva .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-sDK7OPdxva .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-sDK7OPdxva .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDK7OPdxva a.nav-link .mbr-iconfont-btn,
.cid-sDK7OPdxva a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-sDK7OPdxva a.nav-link:hover .mbr-iconfont-btn,
.cid-sDK7OPdxva a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-sDK7OPdxva a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sDK7OPdxva .navbar {
    height: 77px;
  }
  .cid-sDK7OPdxva .navbar.opened {
    height: auto;
  }
  .cid-sDK7OPdxva .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sDKiI1c7wg {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sDKiI1c7wg .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-sDKiI1c7wg .wrap-block .contents {
  margin-bottom: 40px;
}
.cid-sDKiI1c7wg .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-sDKiI1c7wg .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-sDKiI1c7wg .mbr-section-title {
  margin-bottom: 10px;
  color: #130947;
  font-weight: 700;
}
.cid-sDKiI1c7wg .mbr-section-title.display-2 {
  font-size: 35px;
  line-height: 1.29;
  letter-spacing: -0.5px;
}
.cid-sDKiI1c7wg .mbr-section-text {
  color: #6d7a8c;
  line-height: 1.5;
  margin-top: 10px;
}
.cid-sDKiI1c7wg .boldSubtitle {
  color: #130947;
}
.cid-sDKiI1c7wg .info-widget {
  padding-top: 0.5rem;
}
.cid-sDKiI1c7wg .info-widget .widget-icon {
  display: inline-block;
  font-size: 1.75rem;
  color: #4f87fb;
  margin-right: 15px;
  vertical-align: middle;
}
.cid-sDKiI1c7wg .info-widget .signature {
  width: 35%;
  height: 75px;
  display: inline-block;
  margin-right: 15px;
  object-fit: contain;
}
.cid-sDKiI1c7wg .info-widget .widget-content {
  vertical-align: middle;
  display: inline-block;
}
.cid-sDKiI1c7wg .info-widget .widget-content .widget-title {
  color: #130947;
  margin-bottom: 0;
  font-weight: 700;
}
.cid-sDKiI1c7wg .info-widget .widget-content .widget-title.display-7 {
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: -0.5px;
}
.cid-sDKiI1c7wg .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  color: #7e7e7e;
  font-weight: 700;
}
.cid-sDKiI1c7wg .info-widget .widget-content .widget-text.display-4 {
  line-height: 1.71;
  letter-spacing: -0.5px;
}
.cid-sDKiI1c7wg .info-widget--right {
  margin-top: 30px;
  padding-top: 0;
}
.cid-sDKiI1c7wg .info-widget--right .widget-content .widget-title {
  margin-bottom: 0 !important;
  color: #130947;
  font-weight: 700;
}
.cid-sDKiI1c7wg .info-widget--right .widget-content .widget-title.display-7 {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: -0.5px;
}
@media (max-width: 500px) {
  .cid-sDKiI1c7wg .wrap-block {
    padding: 3rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sDKiI1c7wg .mbr-section-title,
  .cid-sDKiI1c7wg .mbr-section-subtitle,
  .cid-sDKiI1c7wg .mbr-text {
    text-align: left !important;
  }
  .cid-sDKiI1c7wg .social-list {
    text-align: left !important;
  }
}
.cid-sDKiI1c7wg .mbr-section-title,
.cid-sDKiI1c7wg .menu-content-right {
  color: #465052;
}
.cid-sDKiI1c7wg .wrap-block .mbr-subtitle,
.cid-sDKiI1c7wg .menu-content-right {
  color: #6ee921;
}
.cid-sDKiI1c7wg .info-widget .widget-content .widget-title {
  color: #465052;
}
.cid-sDKiI1c7wg .mbr-section-text,
.cid-sDKiI1c7wg .outer-wrap {
  color: #232323;
}
.cid-sDKiI1c7wg .info-widget .widget-content .widget-text {
  color: #6ee921;
}
.cid-sDKrB8Sgmb {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sDKrB8Sgmb h4 {
  letter-spacing: -0.5px;
  color: #130947;
  font-weight: 800;
}
.cid-sDKrB8Sgmb p {
  color: #6d7a8c;
  line-height: 1.5;
  letter-spacing: 0;
  font-weight: 400;
}
.cid-sDKrB8Sgmb .mbr-section-title {
  color: #465052;
  margin-bottom: 20px;
  font-weight: 700;
}
.cid-sDKrB8Sgmb .mbr-section-title.display-2 {
  font-size: 35px;
  line-height: 1.29;
  letter-spacing: -0.5px;
}
.cid-sDKrB8Sgmb .mbr-section-subtitle {
  color: #cc2952;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-sDKrB8Sgmb .mbr-section-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-sDKrB8Sgmb .card-box {
  padding-top: 35px;
}
.cid-sDKrB8Sgmb .card-box .card-title {
  text-align: center;
  color: #130947;
}
.cid-sDKrB8Sgmb .card-box .card-title.display-7 {
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: -0.5px;
  font-weight: 800;
}
.cid-sDKrB8Sgmb .card-box p {
  text-align: center;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-sDKrB8Sgmb .card-box p.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-sDKrB8Sgmb .card-wrapper {
  height: 100%;
  text-align: center;
}
.cid-sDKrB8Sgmb .card-img {
  display: inline-block;
  position: relative;
  width: inherit !important;
}
.cid-sDKrB8Sgmb .card-img img {
  border-radius: 100%;
  height: 200px;
  width: 200px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-sDKrB8Sgmb .card-img .card-icon {
  background: #6ee921;
  color: #fff;
  height: 46px;
  width: 46px;
  font-size: 14px;
  line-height: 3.29;
  text-align: center;
  border-radius: 100%;
  position: absolute;
  padding: 0.5rem;
  top: 6px;
  right: 0px;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  display: flex;
}
.cid-sDKrB8Sgmb .card-img .card-icon span {
  z-index: 99;
}
.cid-sDKrB8Sgmb .card-img .card-icon::before {
  width: 56px;
  height: 56px;
  content: '';
  position: absolute;
  top: -5px;
  right: -5px;
  border-radius: 50%;
  background-color: #6ee921;
  opacity: 0.5;
  z-index: 1;
}
.cid-sDKrB8Sgmb .card-title {
  color: #6ee921;
}
.cid-sDKrB8Sgmb .card-box .card-title {
  color: #cc2952;
}
.cid-sDKrB8Sgmb P {
  color: #232323;
}
.cid-sDKrB8Sgmb .card-box p {
  color: #232323;
}
.cid-sEVrf0IQJP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sEVrf0IQJP h4 {
  letter-spacing: -0.5px;
  color: #ff3366;
  font-weight: 800;
}
.cid-sEVrf0IQJP p {
  color: #4f4943;
  line-height: 28px;
  letter-spacing: 0;
  font-weight: 400;
}
.cid-sEVrf0IQJP .mbr-section-title {
  color: #ff3366;
  margin-bottom: 20px;
  font-weight: 700;
}
.cid-sEVrf0IQJP .mbr-section-title.display-2 {
  font-size: 35px;
  line-height: 45px;
  letter-spacing: -0.5px;
}
.cid-sEVrf0IQJP .mbr-section-subtitle {
  color: #149dcc;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-sEVrf0IQJP .mbr-section-subtitle.display-4 {
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 2px;
}
.cid-sEVrf0IQJP .card-box {
  padding-top: 35px;
}
.cid-sEVrf0IQJP .card-box .card-title {
  text-align: center;
  color: #ff3366;
}
.cid-sEVrf0IQJP .card-box .card-title.display-7 {
  font-size: 20px;
  line-height: 26px;
  letter-spacing: -0.5px;
  font-weight: 800;
}
.cid-sEVrf0IQJP .card-box p {
  text-align: center;
  color: #4f4943;
  font-weight: 400;
}
.cid-sEVrf0IQJP .card-box p.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-sEVrf0IQJP .card-wrapper {
  height: 100%;
  text-align: center;
}
.cid-sEVrf0IQJP .card-img {
  display: inline-block;
  position: relative;
  width: inherit !important;
}
.cid-sEVrf0IQJP .card-img img {
  border-radius: 100%;
  height: 200px;
  width: 200px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-sEVrf0IQJP .card-img .card-icon {
  background: #6ee921;
  color: #fff;
  height: 46px;
  width: 46px;
  font-size: 14px;
  line-height: 46px;
  text-align: center;
  border-radius: 100%;
  position: absolute;
  padding: 0.5rem;
  top: 0;
  right: 0px;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  display: flex;
}
.cid-sEVrf0IQJP .card-img .card-icon span {
  z-index: 99;
}
.cid-sEVrf0IQJP .card-img .card-icon::before {
  width: 56px;
  height: 56px;
  content: "";
  position: absolute;
  top: -5px;
  right: -5px;
  border-radius: 50%;
  background-color: #6ee921;
  opacity: 0.5;
  z-index: 1;
}
.cid-sEVrf0IQJP .card-box .card-title {
  color: #cc2952;
}
.cid-sEVrf0IQJP P {
  color: #232323;
}
.cid-sEVrf0IQJP .card-box p {
  color: #232323;
}
.cid-sH7X4SAuNH {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sH7X4SAuNH .mbr-text,
.cid-sH7X4SAuNH .mbr-section-btn {
  color: #bbbbbb;
}
.cid-sH7X4SAuNH .mbr-section-subtitle {
  text-align: center;
  color: #6ee921;
}
.cid-sH7X4SAuNH .mbr-section-title {
  color: #465052;
  text-align: center;
}
.cid-sH1bFsA5Rm {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sH1bFsA5Rm .progress {
  width: 100%;
}
.cid-sH1bFsA5Rm p {
  margin-bottom: 0.4rem;
}
.cid-sH1bFsA5Rm .title-wrap {
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-sH1bFsA5Rm progress {
  height: 3px;
}
.cid-sH1bFsA5Rm .progressbar-number {
  display: inline-block;
}
.cid-sH1bFsA5Rm .progress-primary {
  background: #ffffff;
  border: none;
  outline: none;
}
.cid-sH1bFsA5Rm .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-sH1bFsA5Rm .progress_value {
  position: relative;
}
.cid-sH1bFsA5Rm .progress1 .progressbar-number:before,
.cid-sH1bFsA5Rm .progress2 .progressbar-number:before,
.cid-sH1bFsA5Rm .progress3 .progressbar-number:before,
.cid-sH1bFsA5Rm .progress4 .progressbar-number:before,
.cid-sH1bFsA5Rm .progress5 .progressbar-number:before {
  position: absolute;
  right: 15px;
  top: 0;
}
.cid-sH1bFsA5Rm progress[value]::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-sH1bFsA5Rm progress::-webkit-progress-value {
  background: #cc2952;
}
.cid-sH1bFsA5Rm progress[value]::-moz-progress-bar {
  background: #cc2952;
}
.cid-sH1bFsA5Rm progress::-ms-fill {
  background: #cc2952;
}
.cid-sH1bFsA5Rm .progress1 .progressbar-number:before {
  content: '27';
}
.cid-sH1bFsA5Rm .progress2 .progressbar-number:before {
  content: '35';
}
.cid-sH1bFsA5Rm .progress3 .progressbar-number:before {
  content: '37';
}
.cid-sH1bFsA5Rm .progress4 .progressbar-number:before {
  content: '21';
}
.cid-sH1bFsA5Rm .progress5 .progressbar-number:before {
  content: '17';
}
.cid-sH1bFsA5Rm .progress6 .progressbar-number:before {
  content: '22';
}
.cid-sH7OlNY2ju {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sH7OlNY2ju img {
  width: 100%;
  max-width: 140px;
  margin: auto;
}
.cid-sH7OlNY2ju .line {
  height: 1px;
  border: none;
  line-height: 1;
  background-image: linear-gradient(45deg, transparent, #e5e5e5, transparent);
}
.cid-sH7OlNY2ju .mbr-section-title {
  margin-bottom: 26px;
  color: #465052;
}
.cid-sH7OlNY2ju .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #6ee921;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-sH7OlNY2ju .mbr-section-head {
  margin-bottom: 50px;
}
.cid-sH7OlNY2ju .card_box {
  margin-top: 30px;
}
.cid-sBOepeUToo {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #465052;
}
@media (max-width: 767px) {
  .cid-sBOepeUToo .content {
    text-align: center;
  }
  .cid-sBOepeUToo .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sBOepeUToo .img-logo img {
  height: 6rem;
}
.cid-sBOepeUToo .social-list {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sBOepeUToo .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #fff;
}
.cid-sBOepeUToo .social-list .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-sBOepeUToo .social-list .soc-item {
  margin: 0 3px 15px 3px;
}
.cid-sBOepeUToo .social-list a {
  margin: 0;
  opacity: 0.7;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sBOepeUToo .social-list a:hover {
  opacity: 1;
}
.cid-sBOepeUToo .form-control {
  min-height: auto;
  color: #ffffff !important;
  border: none !important;
  width: 100%;
  border-radius: 0 !important;
  background-color: transparent;
  padding: 0.5rem 0rem;
  border-bottom: 1px solid #ffffff !important;
}
.cid-sBOepeUToo .form-control:focus {
  outline: none;
  box-shadow: none;
}
.cid-sBOepeUToo .form-control:hover {
  border: none !important ;
  border-bottom: 1px solid #ffffff !important;
}
.cid-sBOepeUToo input::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-sBOepeUToo input::-moz-placeholder {
  color: #ffffff;
}
.cid-sBOepeUToo textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-sBOepeUToo textarea::-moz-placeholder {
  color: #ffffff;
}
.cid-sBOepeUToo .list {
  list-style-type: none;
  padding: 0;
}
.cid-sBOepeUToo .list li {
  padding-bottom: 0.5rem;
}
.cid-sBOepeUToo .list li:last-child {
  padding-bottom: 0;
}
.cid-sBOepeUToo .mbr-footer-list,
.cid-sBOepeUToo .form-text {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-sBOepeUToo .mbr-footer-list,
  .cid-sBOepeUToo .form-text,
  .cid-sBOepeUToo .footer-title,
  .cid-sBOepeUToo .footer-main-title,
  .cid-sBOepeUToo .form-text,
  .cid-sBOepeUToo .list {
    text-align: center !important;
  }
  .cid-sBOepeUToo .mbr-form,
  .cid-sBOepeUToo .social-list {
    -webkit-justify-content: center !important;
    justify-content: center !important;
  }
}
.cid-sDKn4KsOC6 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #6ee921;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) 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-sDKn4KsOC6 .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sDKn4KsOC6 .nav-item,
.cid-sDKn4KsOC6 .nav-link,
.cid-sDKn4KsOC6 .navbar-caption {
  font-weight: normal;
}
.cid-sDKn4KsOC6 .nav-item:focus,
.cid-sDKn4KsOC6 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sDKn4KsOC6 .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-sDKn4KsOC6 .nav-item .nav-link {
    position: relative;
  }
  .cid-sDKn4KsOC6 .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #6ee921;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-sDKn4KsOC6 .nav-item:hover .nav-link:before,
  .cid-sDKn4KsOC6 .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-sDKn4KsOC6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-sDKn4KsOC6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sDKn4KsOC6 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-sDKn4KsOC6 .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sDKn4KsOC6 .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sDKn4KsOC6 .dropdown .dropdown-menu .dropdown-item .soc-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-sDKn4KsOC6 .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #465052;
}
.cid-sDKn4KsOC6 .navbar.opened {
  transition: all 0.3s;
  background: #465052 !important;
}
.cid-sDKn4KsOC6 .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-sDKn4KsOC6 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-sDKn4KsOC6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sDKn4KsOC6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sDKn4KsOC6 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sDKn4KsOC6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sDKn4KsOC6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sDKn4KsOC6 .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sDKn4KsOC6 .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-sDKn4KsOC6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sDKn4KsOC6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sDKn4KsOC6 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sDKn4KsOC6 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sDKn4KsOC6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sDKn4KsOC6 .navbar.navbar-short {
  background: #465052 !important;
  min-height: 60px;
}
.cid-sDKn4KsOC6 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-sDKn4KsOC6 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sDKn4KsOC6 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sDKn4KsOC6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sDKn4KsOC6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sDKn4KsOC6 .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sDKn4KsOC6 .dropdown-item.active,
.cid-sDKn4KsOC6 .dropdown-item:active {
  background-color: transparent;
}
.cid-sDKn4KsOC6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sDKn4KsOC6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sDKn4KsOC6 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sDKn4KsOC6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #465052;
  z-index: 2;
}
.cid-sDKn4KsOC6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sDKn4KsOC6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sDKn4KsOC6 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sDKn4KsOC6 .navbar-buttons {
  text-align: center;
}
.cid-sDKn4KsOC6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sDKn4KsOC6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sDKn4KsOC6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sDKn4KsOC6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sDKn4KsOC6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sDKn4KsOC6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sDKn4KsOC6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sDKn4KsOC6 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sDKn4KsOC6 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sDKn4KsOC6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sDKn4KsOC6 .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sDKn4KsOC6 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDKn4KsOC6 .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #ff3366;
  display: inline-flex;
}
.cid-sDKn4KsOC6 .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-sDKn4KsOC6 .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-sDKn4KsOC6 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDKn4KsOC6 a.nav-link .mbr-iconfont-btn,
.cid-sDKn4KsOC6 a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-sDKn4KsOC6 a.nav-link:hover .mbr-iconfont-btn,
.cid-sDKn4KsOC6 a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-sDKn4KsOC6 a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sDKn4KsOC6 .navbar {
    height: 77px;
  }
  .cid-sDKn4KsOC6 .navbar.opened {
    height: auto;
  }
  .cid-sDKn4KsOC6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sEWAcSm020 {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sEWAcSm020 .item-wrapper:hover .item-title a {
  color: #ff3366 !important;
}
.cid-sEWAcSm020 .item-title,
.cid-sEWAcSm020 .card_topic {
  margin-bottom: 12px;
}
.cid-sEWAcSm020 .category_content {
  opacity: .8;
}
.cid-sEWAcSm020 .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ff3366;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-sEWAcSm020 .mbr-text {
  margin: 25px 0;
  padding-left: 25px;
  border-left: 5px solid #6ee921;
}
.cid-sEWAcSm020 .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-sEWAcSm020 .mbr-section-btn .btn-secondary-outline:hover,
.cid-sEWAcSm020 .mbr-section-btn .btn-secondary-outline .active,
.cid-sEWAcSm020 .mbr-section-btn .btn-secondary-outline:focus {
  color: #149dcc !important;
}
.cid-sEWAcSm020 H5 {
  color: #cc2952;
}
.cid-tWtyE3hvIT {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tWtyE3hvIT .mbr-iconfont {
  font-size: 1rem;
  margin-bottom: 6px;
}
.cid-tWtyE3hvIT .title,
.cid-tWtyE3hvIT .mbr-section-title {
  margin-bottom: 0.5rem!important;
}
.cid-tWtyE3hvIT .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  border-bottom: 2px dotted #cccccc;
}
.cid-tWtyE3hvIT .ico-line {
  display: flex;
}
.cid-tWtyE3hvIT .type {
  color: #cc2952;
  text-align: left;
}
.cid-tWtyE3hvIT p {
  padding: 0;
  margin: 0;
}
.cid-tWtyE3hvIT img {
  border-radius: 100%;
  width: 100%;
}
.cid-tWtyE3hvIT .text-box {
  padding: 0rem;
}
.cid-tWtyE3hvIT .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 3px;
}
.cid-tWtyE3hvIT .card-title {
  color: #232323;
  margin: 0;
  padding-bottom: 0.2rem;
}
.cid-tWtyE3hvIT .card-img {
  border-radius: 100%;
  height: 100%;
}
.cid-tWtyE3hvIT .card-box {
  padding: 0rem;
}
.cid-tWtyE3hvIT .mbr-section-title {
  margin: 0 auto;
  margin-bottom: 2rem;
  color: #767676;
  text-align: center;
}
.cid-tWtyE3hvIT .status {
  color: #cc2952;
  text-align: left;
}
.cid-tWtyE3hvIT .text {
  line-height: 1.6;
}
.cid-tWtyFbLuMK {
  padding-top: 0px;
  padding-bottom: 0px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-tWtyFbLuMK .mbr-section-subtitle {
  color: #767676;
}
.cid-tWtyFbLuMK .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tWtyFbLuMK .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tWtyFbLuMK .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tWtyFbLuMK .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tWtyFbLuMK .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #6ee921;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #6ee921, #465052);
}
.cid-tWtyFbLuMK .icon-focus,
.cid-tWtyFbLuMK .icon-video {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-tWtyFbLuMK .icon-focus:before,
.cid-tWtyFbLuMK .icon-video:before {
  content: '+';
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tWtyFbLuMK .icon-video {
  font-size: 1.5rem !important;
}
.cid-tWtyFbLuMK .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-tWtyFbLuMK ul {
  font-size: 0;
}
.cid-tWtyFbLuMK .mbr-gallery-filter ul {
  text-align: left;
}
.cid-tWtyFbLuMK .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-tWtyFbLuMK .mbr-gallery-filter ul li .btn {
  position: relative;
  padding: 0.5rem 1rem 0.6rem;
  margin: 0!important;
  background-color: transparent !important;
  border-width: 0 !important;
  color: #232323 !important;
}
.cid-tWtyFbLuMK .mbr-gallery-filter ul li .btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  border-radius: 100px;
  opacity: 0.5;
}
.cid-tWtyFbLuMK .mbr-gallery-filter ul li:not(.active) .btn:hover:after,
.cid-tWtyFbLuMK .mbr-gallery-filter ul li.active .btn:after {
  border-color: #232323;
}
.cid-tWtyFbLuMK .mbr-gallery-filter ul li .btn:hover:after {
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
.cid-tWtyFbLuMK .mbr-gallery-filter ul li .btn:not(:hover):after {
  animation: none;
}
.cid-tWtyFbLuMK .mbr-gallery-filter ul li:first-child,
.cid-tWtyFbLuMK .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-tWtyFbLuMK .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-tWtyFbLuMK .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.cid-tWtxtpusBG {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tWtxtpusBG .mbr-iconfont {
  font-size: 1rem;
  margin-bottom: 6px;
}
.cid-tWtxtpusBG .title,
.cid-tWtxtpusBG .mbr-section-title {
  margin-bottom: 0.5rem!important;
}
.cid-tWtxtpusBG .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  border-bottom: 2px dotted #cccccc;
}
.cid-tWtxtpusBG .ico-line {
  display: flex;
}
.cid-tWtxtpusBG .type {
  color: #cc2952;
  text-align: left;
}
.cid-tWtxtpusBG p {
  padding: 0;
  margin: 0;
}
.cid-tWtxtpusBG img {
  border-radius: 100%;
  width: 100%;
}
.cid-tWtxtpusBG .text-box {
  padding: 0rem;
}
.cid-tWtxtpusBG .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 3px;
}
.cid-tWtxtpusBG .card-title {
  color: #232323;
  margin: 0;
  padding-bottom: 0.2rem;
}
.cid-tWtxtpusBG .card-img {
  border-radius: 100%;
  height: 100%;
}
.cid-tWtxtpusBG .card-box {
  padding: 0rem;
}
.cid-tWtxtpusBG .mbr-section-title {
  margin: 0 auto;
  margin-bottom: 2rem;
  color: #767676;
  text-align: center;
}
.cid-tWtxtpusBG .status {
  color: #cc2952;
  text-align: left;
}
.cid-tWtxtpusBG .text {
  line-height: 1.6;
}
.cid-tWtxuy3grW {
  padding-top: 0px;
  padding-bottom: 0px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-tWtxuy3grW .mbr-section-subtitle {
  color: #767676;
}
.cid-tWtxuy3grW .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tWtxuy3grW .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tWtxuy3grW .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tWtxuy3grW .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tWtxuy3grW .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #6ee921;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #6ee921, #465052);
}
.cid-tWtxuy3grW .icon-focus,
.cid-tWtxuy3grW .icon-video {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-tWtxuy3grW .icon-focus:before,
.cid-tWtxuy3grW .icon-video:before {
  content: '+';
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tWtxuy3grW .icon-video {
  font-size: 1.5rem !important;
}
.cid-tWtxuy3grW .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-tWtxuy3grW ul {
  font-size: 0;
}
.cid-tWtxuy3grW .mbr-gallery-filter ul {
  text-align: left;
}
.cid-tWtxuy3grW .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-tWtxuy3grW .mbr-gallery-filter ul li .btn {
  position: relative;
  padding: 0.5rem 1rem 0.6rem;
  margin: 0!important;
  background-color: transparent !important;
  border-width: 0 !important;
  color: #232323 !important;
}
.cid-tWtxuy3grW .mbr-gallery-filter ul li .btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  border-radius: 100px;
  opacity: 0.5;
}
.cid-tWtxuy3grW .mbr-gallery-filter ul li:not(.active) .btn:hover:after,
.cid-tWtxuy3grW .mbr-gallery-filter ul li.active .btn:after {
  border-color: #232323;
}
.cid-tWtxuy3grW .mbr-gallery-filter ul li .btn:hover:after {
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
.cid-tWtxuy3grW .mbr-gallery-filter ul li .btn:not(:hover):after {
  animation: none;
}
.cid-tWtxuy3grW .mbr-gallery-filter ul li:first-child,
.cid-tWtxuy3grW .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-tWtxuy3grW .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-tWtxuy3grW .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.cid-tWtvSPV7Nz {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tWtvSPV7Nz .mbr-iconfont {
  font-size: 1rem;
  margin-bottom: 6px;
}
.cid-tWtvSPV7Nz .title,
.cid-tWtvSPV7Nz .mbr-section-title {
  margin-bottom: 0.5rem!important;
}
.cid-tWtvSPV7Nz .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  border-bottom: 2px dotted #cccccc;
}
.cid-tWtvSPV7Nz .ico-line {
  display: flex;
}
.cid-tWtvSPV7Nz .type {
  color: #cc2952;
  text-align: left;
}
.cid-tWtvSPV7Nz p {
  padding: 0;
  margin: 0;
}
.cid-tWtvSPV7Nz img {
  border-radius: 100%;
  width: 100%;
}
.cid-tWtvSPV7Nz .text-box {
  padding: 0rem;
}
.cid-tWtvSPV7Nz .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 3px;
}
.cid-tWtvSPV7Nz .card-title {
  color: #232323;
  margin: 0;
  padding-bottom: 0.2rem;
}
.cid-tWtvSPV7Nz .card-img {
  border-radius: 100%;
  height: 100%;
}
.cid-tWtvSPV7Nz .card-box {
  padding: 0rem;
}
.cid-tWtvSPV7Nz .mbr-section-title {
  margin: 0 auto;
  margin-bottom: 2rem;
  color: #767676;
  text-align: center;
}
.cid-tWtvSPV7Nz .status {
  color: #cc2952;
  text-align: left;
}
.cid-tWtvSPV7Nz .text {
  line-height: 1.6;
}
.cid-tWtvUsXked {
  padding-top: 0px;
  padding-bottom: 0px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-tWtvUsXked .mbr-section-subtitle {
  color: #767676;
}
.cid-tWtvUsXked .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tWtvUsXked .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tWtvUsXked .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tWtvUsXked .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tWtvUsXked .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #6ee921;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #6ee921, #465052);
}
.cid-tWtvUsXked .icon-focus,
.cid-tWtvUsXked .icon-video {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-tWtvUsXked .icon-focus:before,
.cid-tWtvUsXked .icon-video:before {
  content: '+';
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tWtvUsXked .icon-video {
  font-size: 1.5rem !important;
}
.cid-tWtvUsXked .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-tWtvUsXked ul {
  font-size: 0;
}
.cid-tWtvUsXked .mbr-gallery-filter ul {
  text-align: left;
}
.cid-tWtvUsXked .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-tWtvUsXked .mbr-gallery-filter ul li .btn {
  position: relative;
  padding: 0.5rem 1rem 0.6rem;
  margin: 0!important;
  background-color: transparent !important;
  border-width: 0 !important;
  color: #232323 !important;
}
.cid-tWtvUsXked .mbr-gallery-filter ul li .btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  border-radius: 100px;
  opacity: 0.5;
}
.cid-tWtvUsXked .mbr-gallery-filter ul li:not(.active) .btn:hover:after,
.cid-tWtvUsXked .mbr-gallery-filter ul li.active .btn:after {
  border-color: #232323;
}
.cid-tWtvUsXked .mbr-gallery-filter ul li .btn:hover:after {
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
.cid-tWtvUsXked .mbr-gallery-filter ul li .btn:not(:hover):after {
  animation: none;
}
.cid-tWtvUsXked .mbr-gallery-filter ul li:first-child,
.cid-tWtvUsXked .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-tWtvUsXked .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-tWtvUsXked .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.cid-tWtuq61kEC {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tWtuq61kEC .mbr-iconfont {
  font-size: 1rem;
  margin-bottom: 6px;
}
.cid-tWtuq61kEC .title,
.cid-tWtuq61kEC .mbr-section-title {
  margin-bottom: 0.5rem!important;
}
.cid-tWtuq61kEC .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  border-bottom: 2px dotted #cccccc;
}
.cid-tWtuq61kEC .ico-line {
  display: flex;
}
.cid-tWtuq61kEC .type {
  color: #cc2952;
  text-align: left;
}
.cid-tWtuq61kEC p {
  padding: 0;
  margin: 0;
}
.cid-tWtuq61kEC img {
  border-radius: 100%;
  width: 100%;
}
.cid-tWtuq61kEC .text-box {
  padding: 0rem;
}
.cid-tWtuq61kEC .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 3px;
}
.cid-tWtuq61kEC .card-title {
  color: #232323;
  margin: 0;
  padding-bottom: 0.2rem;
}
.cid-tWtuq61kEC .card-img {
  border-radius: 100%;
  height: 100%;
}
.cid-tWtuq61kEC .card-box {
  padding: 0rem;
}
.cid-tWtuq61kEC .mbr-section-title {
  margin: 0 auto;
  margin-bottom: 2rem;
  color: #767676;
  text-align: center;
}
.cid-tWtuq61kEC .status {
  color: #cc2952;
  text-align: left;
}
.cid-tWtuq61kEC .text {
  line-height: 1.6;
}
.cid-tWturl8v1V {
  padding-top: 0px;
  padding-bottom: 0px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-tWturl8v1V .mbr-section-subtitle {
  color: #767676;
}
.cid-tWturl8v1V .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tWturl8v1V .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tWturl8v1V .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tWturl8v1V .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tWturl8v1V .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #6ee921;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #6ee921, #465052);
}
.cid-tWturl8v1V .icon-focus,
.cid-tWturl8v1V .icon-video {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-tWturl8v1V .icon-focus:before,
.cid-tWturl8v1V .icon-video:before {
  content: '+';
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tWturl8v1V .icon-video {
  font-size: 1.5rem !important;
}
.cid-tWturl8v1V .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-tWturl8v1V ul {
  font-size: 0;
}
.cid-tWturl8v1V .mbr-gallery-filter ul {
  text-align: left;
}
.cid-tWturl8v1V .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-tWturl8v1V .mbr-gallery-filter ul li .btn {
  position: relative;
  padding: 0.5rem 1rem 0.6rem;
  margin: 0!important;
  background-color: transparent !important;
  border-width: 0 !important;
  color: #232323 !important;
}
.cid-tWturl8v1V .mbr-gallery-filter ul li .btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  border-radius: 100px;
  opacity: 0.5;
}
.cid-tWturl8v1V .mbr-gallery-filter ul li:not(.active) .btn:hover:after,
.cid-tWturl8v1V .mbr-gallery-filter ul li.active .btn:after {
  border-color: #232323;
}
.cid-tWturl8v1V .mbr-gallery-filter ul li .btn:hover:after {
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
.cid-tWturl8v1V .mbr-gallery-filter ul li .btn:not(:hover):after {
  animation: none;
}
.cid-tWturl8v1V .mbr-gallery-filter ul li:first-child,
.cid-tWturl8v1V .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-tWturl8v1V .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-tWturl8v1V .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.cid-tWtglcpNgZ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tWtglcpNgZ .mbr-iconfont {
  font-size: 1rem;
  margin-bottom: 6px;
}
.cid-tWtglcpNgZ .title,
.cid-tWtglcpNgZ .mbr-section-title {
  margin-bottom: 0.5rem!important;
}
.cid-tWtglcpNgZ .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  border-bottom: 2px dotted #cccccc;
}
.cid-tWtglcpNgZ .ico-line {
  display: flex;
}
.cid-tWtglcpNgZ .type {
  color: #cc2952;
  text-align: left;
}
.cid-tWtglcpNgZ p {
  padding: 0;
  margin: 0;
}
.cid-tWtglcpNgZ img {
  border-radius: 100%;
  width: 100%;
}
.cid-tWtglcpNgZ .text-box {
  padding: 0rem;
}
.cid-tWtglcpNgZ .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 3px;
}
.cid-tWtglcpNgZ .card-title {
  color: #232323;
  margin: 0;
  padding-bottom: 0.2rem;
}
.cid-tWtglcpNgZ .card-img {
  border-radius: 100%;
  height: 100%;
}
.cid-tWtglcpNgZ .card-box {
  padding: 0rem;
}
.cid-tWtglcpNgZ .mbr-section-title {
  margin: 0 auto;
  margin-bottom: 2rem;
  color: #767676;
  text-align: center;
}
.cid-tWtglcpNgZ .status {
  color: #cc2952;
  text-align: left;
}
.cid-tWtglcpNgZ .text {
  line-height: 1.6;
}
.cid-tWtgn4Tlkh {
  padding-top: 0px;
  padding-bottom: 0px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-tWtgn4Tlkh .mbr-section-subtitle {
  color: #767676;
}
.cid-tWtgn4Tlkh .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tWtgn4Tlkh .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tWtgn4Tlkh .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tWtgn4Tlkh .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tWtgn4Tlkh .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #6ee921;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #6ee921, #465052);
}
.cid-tWtgn4Tlkh .icon-focus,
.cid-tWtgn4Tlkh .icon-video {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-tWtgn4Tlkh .icon-focus:before,
.cid-tWtgn4Tlkh .icon-video:before {
  content: '+';
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tWtgn4Tlkh .icon-video {
  font-size: 1.5rem !important;
}
.cid-tWtgn4Tlkh .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-tWtgn4Tlkh ul {
  font-size: 0;
}
.cid-tWtgn4Tlkh .mbr-gallery-filter ul {
  text-align: left;
}
.cid-tWtgn4Tlkh .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-tWtgn4Tlkh .mbr-gallery-filter ul li .btn {
  position: relative;
  padding: 0.5rem 1rem 0.6rem;
  margin: 0!important;
  background-color: transparent !important;
  border-width: 0 !important;
  color: #232323 !important;
}
.cid-tWtgn4Tlkh .mbr-gallery-filter ul li .btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  border-radius: 100px;
  opacity: 0.5;
}
.cid-tWtgn4Tlkh .mbr-gallery-filter ul li:not(.active) .btn:hover:after,
.cid-tWtgn4Tlkh .mbr-gallery-filter ul li.active .btn:after {
  border-color: #232323;
}
.cid-tWtgn4Tlkh .mbr-gallery-filter ul li .btn:hover:after {
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
.cid-tWtgn4Tlkh .mbr-gallery-filter ul li .btn:not(:hover):after {
  animation: none;
}
.cid-tWtgn4Tlkh .mbr-gallery-filter ul li:first-child,
.cid-tWtgn4Tlkh .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-tWtgn4Tlkh .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-tWtgn4Tlkh .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.cid-tWtfZuAzz1 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tWtfZuAzz1 .mbr-iconfont {
  font-size: 1rem;
  margin-bottom: 6px;
}
.cid-tWtfZuAzz1 .title,
.cid-tWtfZuAzz1 .mbr-section-title {
  margin-bottom: 0.5rem!important;
}
.cid-tWtfZuAzz1 .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  border-bottom: 2px dotted #cccccc;
}
.cid-tWtfZuAzz1 .ico-line {
  display: flex;
}
.cid-tWtfZuAzz1 .type {
  color: #cc2952;
  text-align: left;
}
.cid-tWtfZuAzz1 p {
  padding: 0;
  margin: 0;
}
.cid-tWtfZuAzz1 img {
  border-radius: 100%;
  width: 100%;
}
.cid-tWtfZuAzz1 .text-box {
  padding: 0rem;
}
.cid-tWtfZuAzz1 .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 3px;
}
.cid-tWtfZuAzz1 .card-title {
  color: #232323;
  margin: 0;
  padding-bottom: 0.2rem;
}
.cid-tWtfZuAzz1 .card-img {
  border-radius: 100%;
  height: 100%;
}
.cid-tWtfZuAzz1 .card-box {
  padding: 0rem;
}
.cid-tWtfZuAzz1 .mbr-section-title {
  margin: 0 auto;
  margin-bottom: 2rem;
  color: #767676;
  text-align: center;
}
.cid-tWtfZuAzz1 .status {
  color: #cc2952;
  text-align: left;
}
.cid-tWtfZuAzz1 .text {
  line-height: 1.6;
}
.cid-tWtg20o0YL {
  padding-top: 0px;
  padding-bottom: 0px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-tWtg20o0YL .mbr-section-subtitle {
  color: #767676;
}
.cid-tWtg20o0YL .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tWtg20o0YL .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tWtg20o0YL .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tWtg20o0YL .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tWtg20o0YL .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #6ee921;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #6ee921, #465052);
}
.cid-tWtg20o0YL .icon-focus,
.cid-tWtg20o0YL .icon-video {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-tWtg20o0YL .icon-focus:before,
.cid-tWtg20o0YL .icon-video:before {
  content: '+';
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tWtg20o0YL .icon-video {
  font-size: 1.5rem !important;
}
.cid-tWtg20o0YL .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-tWtg20o0YL ul {
  font-size: 0;
}
.cid-tWtg20o0YL .mbr-gallery-filter ul {
  text-align: left;
}
.cid-tWtg20o0YL .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-tWtg20o0YL .mbr-gallery-filter ul li .btn {
  position: relative;
  padding: 0.5rem 1rem 0.6rem;
  margin: 0!important;
  background-color: transparent !important;
  border-width: 0 !important;
  color: #232323 !important;
}
.cid-tWtg20o0YL .mbr-gallery-filter ul li .btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  border-radius: 100px;
  opacity: 0.5;
}
.cid-tWtg20o0YL .mbr-gallery-filter ul li:not(.active) .btn:hover:after,
.cid-tWtg20o0YL .mbr-gallery-filter ul li.active .btn:after {
  border-color: #232323;
}
.cid-tWtg20o0YL .mbr-gallery-filter ul li .btn:hover:after {
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
.cid-tWtg20o0YL .mbr-gallery-filter ul li .btn:not(:hover):after {
  animation: none;
}
.cid-tWtg20o0YL .mbr-gallery-filter ul li:first-child,
.cid-tWtg20o0YL .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-tWtg20o0YL .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-tWtg20o0YL .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.cid-tWtfzG2Rxk {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tWtfzG2Rxk .mbr-iconfont {
  font-size: 1rem;
  margin-bottom: 6px;
}
.cid-tWtfzG2Rxk .title,
.cid-tWtfzG2Rxk .mbr-section-title {
  margin-bottom: 0.5rem!important;
}
.cid-tWtfzG2Rxk .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  border-bottom: 2px dotted #cccccc;
}
.cid-tWtfzG2Rxk .ico-line {
  display: flex;
}
.cid-tWtfzG2Rxk .type {
  color: #cc2952;
  text-align: left;
}
.cid-tWtfzG2Rxk p {
  padding: 0;
  margin: 0;
}
.cid-tWtfzG2Rxk img {
  border-radius: 100%;
  width: 100%;
}
.cid-tWtfzG2Rxk .text-box {
  padding: 0rem;
}
.cid-tWtfzG2Rxk .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 3px;
}
.cid-tWtfzG2Rxk .card-title {
  color: #232323;
  margin: 0;
  padding-bottom: 0.2rem;
}
.cid-tWtfzG2Rxk .card-img {
  border-radius: 100%;
  height: 100%;
}
.cid-tWtfzG2Rxk .card-box {
  padding: 0rem;
}
.cid-tWtfzG2Rxk .mbr-section-title {
  margin: 0 auto;
  margin-bottom: 2rem;
  color: #767676;
  text-align: center;
}
.cid-tWtfzG2Rxk .status {
  color: #cc2952;
  text-align: left;
}
.cid-tWtfzG2Rxk .text {
  line-height: 1.6;
}
.cid-tWtfBJqggD {
  padding-top: 0px;
  padding-bottom: 0px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-tWtfBJqggD .mbr-section-subtitle {
  color: #767676;
}
.cid-tWtfBJqggD .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tWtfBJqggD .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tWtfBJqggD .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tWtfBJqggD .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tWtfBJqggD .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #6ee921;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #6ee921, #465052);
}
.cid-tWtfBJqggD .icon-focus,
.cid-tWtfBJqggD .icon-video {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-tWtfBJqggD .icon-focus:before,
.cid-tWtfBJqggD .icon-video:before {
  content: '+';
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tWtfBJqggD .icon-video {
  font-size: 1.5rem !important;
}
.cid-tWtfBJqggD .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-tWtfBJqggD ul {
  font-size: 0;
}
.cid-tWtfBJqggD .mbr-gallery-filter ul {
  text-align: left;
}
.cid-tWtfBJqggD .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-tWtfBJqggD .mbr-gallery-filter ul li .btn {
  position: relative;
  padding: 0.5rem 1rem 0.6rem;
  margin: 0!important;
  background-color: transparent !important;
  border-width: 0 !important;
  color: #232323 !important;
}
.cid-tWtfBJqggD .mbr-gallery-filter ul li .btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  border-radius: 100px;
  opacity: 0.5;
}
.cid-tWtfBJqggD .mbr-gallery-filter ul li:not(.active) .btn:hover:after,
.cid-tWtfBJqggD .mbr-gallery-filter ul li.active .btn:after {
  border-color: #232323;
}
.cid-tWtfBJqggD .mbr-gallery-filter ul li .btn:hover:after {
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
.cid-tWtfBJqggD .mbr-gallery-filter ul li .btn:not(:hover):after {
  animation: none;
}
.cid-tWtfBJqggD .mbr-gallery-filter ul li:first-child,
.cid-tWtfBJqggD .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-tWtfBJqggD .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-tWtfBJqggD .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.cid-tWtaoYGACt {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tWtaoYGACt .mbr-iconfont {
  font-size: 1rem;
  margin-bottom: 6px;
}
.cid-tWtaoYGACt .title,
.cid-tWtaoYGACt .mbr-section-title {
  margin-bottom: 0.5rem!important;
}
.cid-tWtaoYGACt .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  border-bottom: 2px dotted #cccccc;
}
.cid-tWtaoYGACt .ico-line {
  display: flex;
}
.cid-tWtaoYGACt .type {
  color: #cc2952;
  text-align: left;
}
.cid-tWtaoYGACt p {
  padding: 0;
  margin: 0;
}
.cid-tWtaoYGACt img {
  border-radius: 100%;
  width: 100%;
}
.cid-tWtaoYGACt .text-box {
  padding: 0rem;
}
.cid-tWtaoYGACt .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 3px;
}
.cid-tWtaoYGACt .card-title {
  color: #232323;
  margin: 0;
  padding-bottom: 0.2rem;
}
.cid-tWtaoYGACt .card-img {
  border-radius: 100%;
  height: 100%;
}
.cid-tWtaoYGACt .card-box {
  padding: 0rem;
}
.cid-tWtaoYGACt .mbr-section-title {
  margin: 0 auto;
  margin-bottom: 2rem;
  color: #767676;
  text-align: center;
}
.cid-tWtaoYGACt .status {
  color: #cc2952;
  text-align: left;
}
.cid-tWtaoYGACt .text {
  line-height: 1.6;
}
.cid-tWtaszgvR7 {
  padding-top: 0px;
  padding-bottom: 0px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-tWtaszgvR7 .mbr-section-subtitle {
  color: #767676;
}
.cid-tWtaszgvR7 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tWtaszgvR7 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tWtaszgvR7 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tWtaszgvR7 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tWtaszgvR7 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #6ee921;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #6ee921, #465052);
}
.cid-tWtaszgvR7 .icon-focus,
.cid-tWtaszgvR7 .icon-video {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-tWtaszgvR7 .icon-focus:before,
.cid-tWtaszgvR7 .icon-video:before {
  content: '+';
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tWtaszgvR7 .icon-video {
  font-size: 1.5rem !important;
}
.cid-tWtaszgvR7 .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-tWtaszgvR7 ul {
  font-size: 0;
}
.cid-tWtaszgvR7 .mbr-gallery-filter ul {
  text-align: left;
}
.cid-tWtaszgvR7 .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-tWtaszgvR7 .mbr-gallery-filter ul li .btn {
  position: relative;
  padding: 0.5rem 1rem 0.6rem;
  margin: 0!important;
  background-color: transparent !important;
  border-width: 0 !important;
  color: #232323 !important;
}
.cid-tWtaszgvR7 .mbr-gallery-filter ul li .btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  border-radius: 100px;
  opacity: 0.5;
}
.cid-tWtaszgvR7 .mbr-gallery-filter ul li:not(.active) .btn:hover:after,
.cid-tWtaszgvR7 .mbr-gallery-filter ul li.active .btn:after {
  border-color: #232323;
}
.cid-tWtaszgvR7 .mbr-gallery-filter ul li .btn:hover:after {
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
.cid-tWtaszgvR7 .mbr-gallery-filter ul li .btn:not(:hover):after {
  animation: none;
}
.cid-tWtaszgvR7 .mbr-gallery-filter ul li:first-child,
.cid-tWtaszgvR7 .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-tWtaszgvR7 .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-tWtaszgvR7 .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.cid-tWt8VkVME8 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tWt8VkVME8 .mbr-iconfont {
  font-size: 1rem;
  margin-bottom: 6px;
}
.cid-tWt8VkVME8 .title,
.cid-tWt8VkVME8 .mbr-section-title {
  margin-bottom: 0.5rem!important;
}
.cid-tWt8VkVME8 .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  border-bottom: 2px dotted #cccccc;
}
.cid-tWt8VkVME8 .ico-line {
  display: flex;
}
.cid-tWt8VkVME8 .type {
  color: #cc2952;
  text-align: left;
}
.cid-tWt8VkVME8 p {
  padding: 0;
  margin: 0;
}
.cid-tWt8VkVME8 img {
  border-radius: 100%;
  width: 100%;
}
.cid-tWt8VkVME8 .text-box {
  padding: 0rem;
}
.cid-tWt8VkVME8 .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 3px;
}
.cid-tWt8VkVME8 .card-title {
  color: #232323;
  margin: 0;
  padding-bottom: 0.2rem;
}
.cid-tWt8VkVME8 .card-img {
  border-radius: 100%;
  height: 100%;
}
.cid-tWt8VkVME8 .card-box {
  padding: 0rem;
}
.cid-tWt8VkVME8 .mbr-section-title {
  margin: 0 auto;
  margin-bottom: 2rem;
  color: #767676;
  text-align: center;
}
.cid-tWt8VkVME8 .status {
  color: #cc2952;
  text-align: left;
}
.cid-tWt8VkVME8 .text {
  line-height: 1.6;
}
.cid-tWt90Unz8z {
  padding-top: 0px;
  padding-bottom: 0px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-tWt90Unz8z .mbr-section-subtitle {
  color: #767676;
}
.cid-tWt90Unz8z .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tWt90Unz8z .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tWt90Unz8z .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tWt90Unz8z .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tWt90Unz8z .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #6ee921;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #6ee921, #465052);
}
.cid-tWt90Unz8z .icon-focus,
.cid-tWt90Unz8z .icon-video {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-tWt90Unz8z .icon-focus:before,
.cid-tWt90Unz8z .icon-video:before {
  content: '+';
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tWt90Unz8z .icon-video {
  font-size: 1.5rem !important;
}
.cid-tWt90Unz8z .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-tWt90Unz8z ul {
  font-size: 0;
}
.cid-tWt90Unz8z .mbr-gallery-filter ul {
  text-align: left;
}
.cid-tWt90Unz8z .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-tWt90Unz8z .mbr-gallery-filter ul li .btn {
  position: relative;
  padding: 0.5rem 1rem 0.6rem;
  margin: 0!important;
  background-color: transparent !important;
  border-width: 0 !important;
  color: #232323 !important;
}
.cid-tWt90Unz8z .mbr-gallery-filter ul li .btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  border-radius: 100px;
  opacity: 0.5;
}
.cid-tWt90Unz8z .mbr-gallery-filter ul li:not(.active) .btn:hover:after,
.cid-tWt90Unz8z .mbr-gallery-filter ul li.active .btn:after {
  border-color: #232323;
}
.cid-tWt90Unz8z .mbr-gallery-filter ul li .btn:hover:after {
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
.cid-tWt90Unz8z .mbr-gallery-filter ul li .btn:not(:hover):after {
  animation: none;
}
.cid-tWt90Unz8z .mbr-gallery-filter ul li:first-child,
.cid-tWt90Unz8z .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-tWt90Unz8z .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-tWt90Unz8z .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.cid-ta3pYr5lTi {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ta3pYr5lTi .mbr-iconfont {
  font-size: 1rem;
  margin-bottom: 6px;
}
.cid-ta3pYr5lTi .title,
.cid-ta3pYr5lTi .mbr-section-title {
  margin-bottom: 0.5rem!important;
}
.cid-ta3pYr5lTi .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  border-bottom: 2px dotted #cccccc;
}
.cid-ta3pYr5lTi .ico-line {
  display: flex;
}
.cid-ta3pYr5lTi .type {
  color: #cc2952;
  text-align: left;
}
.cid-ta3pYr5lTi p {
  padding: 0;
  margin: 0;
}
.cid-ta3pYr5lTi img {
  border-radius: 100%;
  width: 100%;
}
.cid-ta3pYr5lTi .text-box {
  padding: 0rem;
}
.cid-ta3pYr5lTi .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 3px;
}
.cid-ta3pYr5lTi .card-title {
  color: #232323;
  margin: 0;
  padding-bottom: 0.2rem;
}
.cid-ta3pYr5lTi .card-img {
  border-radius: 100%;
  height: 100%;
}
.cid-ta3pYr5lTi .card-box {
  padding: 0rem;
}
.cid-ta3pYr5lTi .mbr-section-title {
  margin: 0 auto;
  margin-bottom: 2rem;
  color: #767676;
  text-align: center;
}
.cid-ta3pYr5lTi .status {
  color: #cc2952;
  text-align: left;
}
.cid-ta3pYr5lTi .text {
  line-height: 1.6;
}
.cid-ta3pZTdfiQ {
  padding-top: 0px;
  padding-bottom: 0px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-ta3pZTdfiQ .mbr-section-subtitle {
  color: #767676;
}
.cid-ta3pZTdfiQ .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-ta3pZTdfiQ .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ta3pZTdfiQ .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ta3pZTdfiQ .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-ta3pZTdfiQ .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #6ee921;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #6ee921, #465052);
}
.cid-ta3pZTdfiQ .icon-focus,
.cid-ta3pZTdfiQ .icon-video {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-ta3pZTdfiQ .icon-focus:before,
.cid-ta3pZTdfiQ .icon-video:before {
  content: '+';
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ta3pZTdfiQ .icon-video {
  font-size: 1.5rem !important;
}
.cid-ta3pZTdfiQ .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-ta3pZTdfiQ ul {
  font-size: 0;
}
.cid-ta3pZTdfiQ .mbr-gallery-filter ul {
  text-align: left;
}
.cid-ta3pZTdfiQ .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-ta3pZTdfiQ .mbr-gallery-filter ul li .btn {
  position: relative;
  padding: 0.5rem 1rem 0.6rem;
  margin: 0!important;
  background-color: transparent !important;
  border-width: 0 !important;
  color: #232323 !important;
}
.cid-ta3pZTdfiQ .mbr-gallery-filter ul li .btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  border-radius: 100px;
  opacity: 0.5;
}
.cid-ta3pZTdfiQ .mbr-gallery-filter ul li:not(.active) .btn:hover:after,
.cid-ta3pZTdfiQ .mbr-gallery-filter ul li.active .btn:after {
  border-color: #232323;
}
.cid-ta3pZTdfiQ .mbr-gallery-filter ul li .btn:hover:after {
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
.cid-ta3pZTdfiQ .mbr-gallery-filter ul li .btn:not(:hover):after {
  animation: none;
}
.cid-ta3pZTdfiQ .mbr-gallery-filter ul li:first-child,
.cid-ta3pZTdfiQ .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-ta3pZTdfiQ .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-ta3pZTdfiQ .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.cid-t9AWHn7yU5 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t9AWHn7yU5 .mbr-iconfont {
  font-size: 1rem;
  margin-bottom: 6px;
}
.cid-t9AWHn7yU5 .title,
.cid-t9AWHn7yU5 .mbr-section-title {
  margin-bottom: 0.5rem!important;
}
.cid-t9AWHn7yU5 .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  border-bottom: 2px dotted #cccccc;
}
.cid-t9AWHn7yU5 .ico-line {
  display: flex;
}
.cid-t9AWHn7yU5 .type {
  color: #cc2952;
  text-align: left;
}
.cid-t9AWHn7yU5 p {
  padding: 0;
  margin: 0;
}
.cid-t9AWHn7yU5 img {
  border-radius: 100%;
  width: 100%;
}
.cid-t9AWHn7yU5 .text-box {
  padding: 0rem;
}
.cid-t9AWHn7yU5 .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 3px;
}
.cid-t9AWHn7yU5 .card-title {
  color: #232323;
  margin: 0;
  padding-bottom: 0.2rem;
}
.cid-t9AWHn7yU5 .card-img {
  border-radius: 100%;
  height: 100%;
}
.cid-t9AWHn7yU5 .card-box {
  padding: 0rem;
}
.cid-t9AWHn7yU5 .mbr-section-title {
  margin: 0 auto;
  margin-bottom: 2rem;
  color: #767676;
  text-align: center;
}
.cid-t9AWHn7yU5 .status {
  color: #cc2952;
  text-align: left;
}
.cid-t9AWHn7yU5 .text {
  line-height: 1.6;
}
.cid-t9AWJ8vSPt {
  padding-top: 0px;
  padding-bottom: 0px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-t9AWJ8vSPt .mbr-section-subtitle {
  color: #767676;
}
.cid-t9AWJ8vSPt .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-t9AWJ8vSPt .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t9AWJ8vSPt .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t9AWJ8vSPt .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-t9AWJ8vSPt .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #6ee921;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #6ee921, #465052);
}
.cid-t9AWJ8vSPt .icon-focus,
.cid-t9AWJ8vSPt .icon-video {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-t9AWJ8vSPt .icon-focus:before,
.cid-t9AWJ8vSPt .icon-video:before {
  content: '+';
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t9AWJ8vSPt .icon-video {
  font-size: 1.5rem !important;
}
.cid-t9AWJ8vSPt .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-t9AWJ8vSPt ul {
  font-size: 0;
}
.cid-t9AWJ8vSPt .mbr-gallery-filter ul {
  text-align: left;
}
.cid-t9AWJ8vSPt .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-t9AWJ8vSPt .mbr-gallery-filter ul li .btn {
  position: relative;
  padding: 0.5rem 1rem 0.6rem;
  margin: 0!important;
  background-color: transparent !important;
  border-width: 0 !important;
  color: #232323 !important;
}
.cid-t9AWJ8vSPt .mbr-gallery-filter ul li .btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  border-radius: 100px;
  opacity: 0.5;
}
.cid-t9AWJ8vSPt .mbr-gallery-filter ul li:not(.active) .btn:hover:after,
.cid-t9AWJ8vSPt .mbr-gallery-filter ul li.active .btn:after {
  border-color: #232323;
}
.cid-t9AWJ8vSPt .mbr-gallery-filter ul li .btn:hover:after {
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
.cid-t9AWJ8vSPt .mbr-gallery-filter ul li .btn:not(:hover):after {
  animation: none;
}
.cid-t9AWJ8vSPt .mbr-gallery-filter ul li:first-child,
.cid-t9AWJ8vSPt .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-t9AWJ8vSPt .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-t9AWJ8vSPt .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.cid-sZ3re9Ef4G {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sZ3re9Ef4G .mbr-iconfont {
  font-size: 1rem;
  margin-bottom: 6px;
}
.cid-sZ3re9Ef4G .title,
.cid-sZ3re9Ef4G .mbr-section-title {
  margin-bottom: 0.5rem!important;
}
.cid-sZ3re9Ef4G .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  border-bottom: 2px dotted #cccccc;
}
.cid-sZ3re9Ef4G .ico-line {
  display: flex;
}
.cid-sZ3re9Ef4G .type {
  color: #cc2952;
  text-align: left;
}
.cid-sZ3re9Ef4G p {
  padding: 0;
  margin: 0;
}
.cid-sZ3re9Ef4G img {
  border-radius: 100%;
  width: 100%;
}
.cid-sZ3re9Ef4G .text-box {
  padding: 0rem;
}
.cid-sZ3re9Ef4G .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 3px;
}
.cid-sZ3re9Ef4G .card-title {
  color: #232323;
  margin: 0;
  padding-bottom: 0.2rem;
}
.cid-sZ3re9Ef4G .card-img {
  border-radius: 100%;
  height: 100%;
}
.cid-sZ3re9Ef4G .card-box {
  padding: 0rem;
}
.cid-sZ3re9Ef4G .mbr-section-title {
  margin: 0 auto;
  margin-bottom: 2rem;
  color: #767676;
  text-align: center;
}
.cid-sZ3re9Ef4G .status {
  color: #cc2952;
  text-align: left;
}
.cid-sZ3re9Ef4G .text {
  line-height: 1.6;
}
.cid-sZ3rfzwYAJ {
  padding-top: 0px;
  padding-bottom: 0px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-sZ3rfzwYAJ .mbr-section-subtitle {
  color: #767676;
}
.cid-sZ3rfzwYAJ .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sZ3rfzwYAJ .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sZ3rfzwYAJ .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sZ3rfzwYAJ .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sZ3rfzwYAJ .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #6ee921;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #6ee921, #465052);
}
.cid-sZ3rfzwYAJ .icon-focus,
.cid-sZ3rfzwYAJ .icon-video {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-sZ3rfzwYAJ .icon-focus:before,
.cid-sZ3rfzwYAJ .icon-video:before {
  content: '+';
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sZ3rfzwYAJ .icon-video {
  font-size: 1.5rem !important;
}
.cid-sZ3rfzwYAJ .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-sZ3rfzwYAJ ul {
  font-size: 0;
}
.cid-sZ3rfzwYAJ .mbr-gallery-filter ul {
  text-align: left;
}
.cid-sZ3rfzwYAJ .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-sZ3rfzwYAJ .mbr-gallery-filter ul li .btn {
  position: relative;
  padding: 0.5rem 1rem 0.6rem;
  margin: 0!important;
  background-color: transparent !important;
  border-width: 0 !important;
  color: #232323 !important;
}
.cid-sZ3rfzwYAJ .mbr-gallery-filter ul li .btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  border-radius: 100px;
  opacity: 0.5;
}
.cid-sZ3rfzwYAJ .mbr-gallery-filter ul li:not(.active) .btn:hover:after,
.cid-sZ3rfzwYAJ .mbr-gallery-filter ul li.active .btn:after {
  border-color: #232323;
}
.cid-sZ3rfzwYAJ .mbr-gallery-filter ul li .btn:hover:after {
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
.cid-sZ3rfzwYAJ .mbr-gallery-filter ul li .btn:not(:hover):after {
  animation: none;
}
.cid-sZ3rfzwYAJ .mbr-gallery-filter ul li:first-child,
.cid-sZ3rfzwYAJ .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-sZ3rfzwYAJ .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-sZ3rfzwYAJ .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.cid-sNCAKVgg6Y {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sNCAKVgg6Y .mbr-iconfont {
  font-size: 1rem;
  margin-bottom: 6px;
}
.cid-sNCAKVgg6Y .title,
.cid-sNCAKVgg6Y .mbr-section-title {
  margin-bottom: 0.5rem!important;
}
.cid-sNCAKVgg6Y .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  border-bottom: 2px dotted #cccccc;
}
.cid-sNCAKVgg6Y .ico-line {
  display: flex;
}
.cid-sNCAKVgg6Y .type {
  color: #cc2952;
  text-align: left;
}
.cid-sNCAKVgg6Y p {
  padding: 0;
  margin: 0;
}
.cid-sNCAKVgg6Y img {
  border-radius: 100%;
  width: 100%;
}
.cid-sNCAKVgg6Y .text-box {
  padding: 0rem;
}
.cid-sNCAKVgg6Y .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 3px;
}
.cid-sNCAKVgg6Y .card-title {
  color: #232323;
  margin: 0;
  padding-bottom: 0.2rem;
}
.cid-sNCAKVgg6Y .card-img {
  border-radius: 100%;
  height: 100%;
}
.cid-sNCAKVgg6Y .card-box {
  padding: 0rem;
}
.cid-sNCAKVgg6Y .mbr-section-title {
  margin: 0 auto;
  margin-bottom: 2rem;
  color: #767676;
  text-align: center;
}
.cid-sNCAKVgg6Y .status {
  color: #cc2952;
  text-align: left;
}
.cid-sNCAKVgg6Y .text {
  line-height: 1.6;
}
.cid-sEWCEUGIn9 {
  padding-top: 0px;
  padding-bottom: 0px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-sEWCEUGIn9 .mbr-section-subtitle {
  color: #767676;
}
.cid-sEWCEUGIn9 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sEWCEUGIn9 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sEWCEUGIn9 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sEWCEUGIn9 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sEWCEUGIn9 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #6ee921;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #6ee921, #465052);
}
.cid-sEWCEUGIn9 .icon-focus,
.cid-sEWCEUGIn9 .icon-video {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-sEWCEUGIn9 .icon-focus:before,
.cid-sEWCEUGIn9 .icon-video:before {
  content: '+';
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sEWCEUGIn9 .icon-video {
  font-size: 1.5rem !important;
}
.cid-sEWCEUGIn9 .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-sEWCEUGIn9 ul {
  font-size: 0;
}
.cid-sEWCEUGIn9 .mbr-gallery-filter ul {
  text-align: left;
}
.cid-sEWCEUGIn9 .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-sEWCEUGIn9 .mbr-gallery-filter ul li .btn {
  position: relative;
  padding: 0.5rem 1rem 0.6rem;
  margin: 0!important;
  background-color: transparent !important;
  border-width: 0 !important;
  color: #232323 !important;
}
.cid-sEWCEUGIn9 .mbr-gallery-filter ul li .btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  border-radius: 100px;
  opacity: 0.5;
}
.cid-sEWCEUGIn9 .mbr-gallery-filter ul li:not(.active) .btn:hover:after,
.cid-sEWCEUGIn9 .mbr-gallery-filter ul li.active .btn:after {
  border-color: #232323;
}
.cid-sEWCEUGIn9 .mbr-gallery-filter ul li .btn:hover:after {
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
.cid-sEWCEUGIn9 .mbr-gallery-filter ul li .btn:not(:hover):after {
  animation: none;
}
.cid-sEWCEUGIn9 .mbr-gallery-filter ul li:first-child,
.cid-sEWCEUGIn9 .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-sEWCEUGIn9 .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-sEWCEUGIn9 .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.cid-sIlB9VfuZa {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sIlB9VfuZa .mbr-iconfont {
  font-size: 1rem;
  margin-bottom: 6px;
}
.cid-sIlB9VfuZa .title,
.cid-sIlB9VfuZa .mbr-section-title {
  margin-bottom: 0.5rem!important;
}
.cid-sIlB9VfuZa .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  border-bottom: 2px dotted #cccccc;
}
.cid-sIlB9VfuZa .ico-line {
  display: flex;
}
.cid-sIlB9VfuZa .type {
  color: #cc2952;
  text-align: left;
}
.cid-sIlB9VfuZa p {
  padding: 0;
  margin: 0;
}
.cid-sIlB9VfuZa img {
  border-radius: 100%;
  width: 100%;
}
.cid-sIlB9VfuZa .text-box {
  padding: 0rem;
}
.cid-sIlB9VfuZa .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 3px;
}
.cid-sIlB9VfuZa .card-title {
  color: #232323;
  margin: 0;
  padding-bottom: 0.2rem;
}
.cid-sIlB9VfuZa .card-img {
  border-radius: 100%;
  height: 100%;
}
.cid-sIlB9VfuZa .card-box {
  padding: 0rem;
}
.cid-sIlB9VfuZa .mbr-section-title {
  margin: 0 auto;
  margin-bottom: 2rem;
  color: #767676;
  text-align: center;
}
.cid-sIlB9VfuZa .status {
  color: #cc2952;
  text-align: left;
}
.cid-sIlB9VfuZa .text {
  line-height: 1.6;
}
.cid-sHiGufXKxa {
  padding-top: 0px;
  padding-bottom: 0px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-sHiGufXKxa .mbr-section-subtitle {
  color: #767676;
}
.cid-sHiGufXKxa .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sHiGufXKxa .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sHiGufXKxa .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sHiGufXKxa .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sHiGufXKxa .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #6ee921;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #6ee921, #465052);
}
.cid-sHiGufXKxa .icon-focus,
.cid-sHiGufXKxa .icon-video {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-sHiGufXKxa .icon-focus:before,
.cid-sHiGufXKxa .icon-video:before {
  content: '+';
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sHiGufXKxa .icon-video {
  font-size: 1.5rem !important;
}
.cid-sHiGufXKxa .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-sHiGufXKxa ul {
  font-size: 0;
}
.cid-sHiGufXKxa .mbr-gallery-filter ul {
  text-align: left;
}
.cid-sHiGufXKxa .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-sHiGufXKxa .mbr-gallery-filter ul li .btn {
  position: relative;
  padding: 0.5rem 1rem 0.6rem;
  margin: 0!important;
  background-color: transparent !important;
  border-width: 0 !important;
  color: #232323 !important;
}
.cid-sHiGufXKxa .mbr-gallery-filter ul li .btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  border-radius: 100px;
  opacity: 0.5;
}
.cid-sHiGufXKxa .mbr-gallery-filter ul li:not(.active) .btn:hover:after,
.cid-sHiGufXKxa .mbr-gallery-filter ul li.active .btn:after {
  border-color: #232323;
}
.cid-sHiGufXKxa .mbr-gallery-filter ul li .btn:hover:after {
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
.cid-sHiGufXKxa .mbr-gallery-filter ul li .btn:not(:hover):after {
  animation: none;
}
.cid-sHiGufXKxa .mbr-gallery-filter ul li:first-child,
.cid-sHiGufXKxa .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-sHiGufXKxa .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-sHiGufXKxa .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.cid-sIlBbjF9U1 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sIlBbjF9U1 .mbr-iconfont {
  font-size: 1rem;
  margin-bottom: 6px;
}
.cid-sIlBbjF9U1 .title,
.cid-sIlBbjF9U1 .mbr-section-title {
  margin-bottom: 0.5rem!important;
}
.cid-sIlBbjF9U1 .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  border-bottom: 2px dotted #cccccc;
}
.cid-sIlBbjF9U1 .ico-line {
  display: flex;
}
.cid-sIlBbjF9U1 .type {
  color: #cc2952;
  text-align: left;
}
.cid-sIlBbjF9U1 p {
  padding: 0;
  margin: 0;
}
.cid-sIlBbjF9U1 img {
  border-radius: 100%;
  width: 100%;
}
.cid-sIlBbjF9U1 .text-box {
  padding: 0rem;
}
.cid-sIlBbjF9U1 .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 3px;
}
.cid-sIlBbjF9U1 .card-title {
  color: #232323;
  margin: 0;
  padding-bottom: 0.2rem;
}
.cid-sIlBbjF9U1 .card-img {
  border-radius: 100%;
  height: 100%;
}
.cid-sIlBbjF9U1 .card-box {
  padding: 0rem;
}
.cid-sIlBbjF9U1 .mbr-section-title {
  margin: 0 auto;
  margin-bottom: 2rem;
  color: #767676;
  text-align: center;
}
.cid-sIlBbjF9U1 .status {
  color: #cc2952;
  text-align: left;
}
.cid-sIlBbjF9U1 .text {
  line-height: 1.6;
}
.cid-sHt4HUMHkl {
  padding-top: 0px;
  padding-bottom: 0px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-sHt4HUMHkl .mbr-section-subtitle {
  color: #767676;
}
.cid-sHt4HUMHkl .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sHt4HUMHkl .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sHt4HUMHkl .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sHt4HUMHkl .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sHt4HUMHkl .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #6ee921;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #6ee921, #465052);
}
.cid-sHt4HUMHkl .icon-focus,
.cid-sHt4HUMHkl .icon-video {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-sHt4HUMHkl .icon-focus:before,
.cid-sHt4HUMHkl .icon-video:before {
  content: '+';
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sHt4HUMHkl .icon-video {
  font-size: 1.5rem !important;
}
.cid-sHt4HUMHkl .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-sHt4HUMHkl ul {
  font-size: 0;
}
.cid-sHt4HUMHkl .mbr-gallery-filter ul {
  text-align: left;
}
.cid-sHt4HUMHkl .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-sHt4HUMHkl .mbr-gallery-filter ul li .btn {
  position: relative;
  padding: 0.5rem 1rem 0.6rem;
  margin: 0!important;
  background-color: transparent !important;
  border-width: 0 !important;
  color: #232323 !important;
}
.cid-sHt4HUMHkl .mbr-gallery-filter ul li .btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  border-radius: 100px;
  opacity: 0.5;
}
.cid-sHt4HUMHkl .mbr-gallery-filter ul li:not(.active) .btn:hover:after,
.cid-sHt4HUMHkl .mbr-gallery-filter ul li.active .btn:after {
  border-color: #232323;
}
.cid-sHt4HUMHkl .mbr-gallery-filter ul li .btn:hover:after {
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
.cid-sHt4HUMHkl .mbr-gallery-filter ul li .btn:not(:hover):after {
  animation: none;
}
.cid-sHt4HUMHkl .mbr-gallery-filter ul li:first-child,
.cid-sHt4HUMHkl .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-sHt4HUMHkl .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-sHt4HUMHkl .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.cid-sIlaTORhAd {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sIlaTORhAd .mbr-iconfont {
  font-size: 1rem;
  margin-bottom: 6px;
}
.cid-sIlaTORhAd .title,
.cid-sIlaTORhAd .mbr-section-title {
  margin-bottom: 0.5rem!important;
}
.cid-sIlaTORhAd .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  border-bottom: 2px dotted #cccccc;
}
.cid-sIlaTORhAd .ico-line {
  display: flex;
}
.cid-sIlaTORhAd .type {
  color: #cc2952;
  text-align: left;
}
.cid-sIlaTORhAd p {
  padding: 0;
  margin: 0;
}
.cid-sIlaTORhAd img {
  border-radius: 100%;
  width: 100%;
}
.cid-sIlaTORhAd .text-box {
  padding: 0rem;
}
.cid-sIlaTORhAd .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 3px;
}
.cid-sIlaTORhAd .card-title {
  color: #232323;
  margin: 0;
  padding-bottom: 0.2rem;
}
.cid-sIlaTORhAd .card-img {
  border-radius: 100%;
  height: 100%;
}
.cid-sIlaTORhAd .card-box {
  padding: 0rem;
}
.cid-sIlaTORhAd .mbr-section-title {
  margin: 0 auto;
  margin-bottom: 2rem;
  color: #767676;
  text-align: center;
}
.cid-sIlaTORhAd .status {
  color: #cc2952;
  text-align: left;
}
.cid-sIlaTORhAd .text {
  line-height: 1.6;
}
.cid-sIlaVQaM5X {
  padding-top: 0px;
  padding-bottom: 0px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-sIlaVQaM5X .mbr-section-subtitle {
  color: #767676;
}
.cid-sIlaVQaM5X .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sIlaVQaM5X .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sIlaVQaM5X .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sIlaVQaM5X .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sIlaVQaM5X .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #6ee921;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #6ee921, #465052);
}
.cid-sIlaVQaM5X .icon-focus,
.cid-sIlaVQaM5X .icon-video {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-sIlaVQaM5X .icon-focus:before,
.cid-sIlaVQaM5X .icon-video:before {
  content: '+';
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sIlaVQaM5X .icon-video {
  font-size: 1.5rem !important;
}
.cid-sIlaVQaM5X .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-sIlaVQaM5X ul {
  font-size: 0;
}
.cid-sIlaVQaM5X .mbr-gallery-filter ul {
  text-align: left;
}
.cid-sIlaVQaM5X .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-sIlaVQaM5X .mbr-gallery-filter ul li .btn {
  position: relative;
  padding: 0.5rem 1rem 0.6rem;
  margin: 0!important;
  background-color: transparent !important;
  border-width: 0 !important;
  color: #232323 !important;
}
.cid-sIlaVQaM5X .mbr-gallery-filter ul li .btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  border-radius: 100px;
  opacity: 0.5;
}
.cid-sIlaVQaM5X .mbr-gallery-filter ul li:not(.active) .btn:hover:after,
.cid-sIlaVQaM5X .mbr-gallery-filter ul li.active .btn:after {
  border-color: #232323;
}
.cid-sIlaVQaM5X .mbr-gallery-filter ul li .btn:hover:after {
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
.cid-sIlaVQaM5X .mbr-gallery-filter ul li .btn:not(:hover):after {
  animation: none;
}
.cid-sIlaVQaM5X .mbr-gallery-filter ul li:first-child,
.cid-sIlaVQaM5X .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-sIlaVQaM5X .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-sIlaVQaM5X .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.cid-sIMuvhIyHv {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sIMuvhIyHv .mbr-iconfont {
  font-size: 1rem;
  margin-bottom: 6px;
}
.cid-sIMuvhIyHv .title,
.cid-sIMuvhIyHv .mbr-section-title {
  margin-bottom: 0.5rem!important;
}
.cid-sIMuvhIyHv .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  border-bottom: 2px dotted #cccccc;
}
.cid-sIMuvhIyHv .ico-line {
  display: flex;
}
.cid-sIMuvhIyHv .type {
  color: #cc2952;
  text-align: left;
}
.cid-sIMuvhIyHv p {
  padding: 0;
  margin: 0;
}
.cid-sIMuvhIyHv img {
  border-radius: 100%;
  width: 100%;
}
.cid-sIMuvhIyHv .text-box {
  padding: 0rem;
}
.cid-sIMuvhIyHv .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 3px;
}
.cid-sIMuvhIyHv .card-title {
  color: #232323;
  margin: 0;
  padding-bottom: 0.2rem;
}
.cid-sIMuvhIyHv .card-img {
  border-radius: 100%;
  height: 100%;
}
.cid-sIMuvhIyHv .card-box {
  padding: 0rem;
}
.cid-sIMuvhIyHv .mbr-section-title {
  margin: 0 auto;
  margin-bottom: 2rem;
  color: #767676;
  text-align: center;
}
.cid-sIMuvhIyHv .status {
  color: #cc2952;
  text-align: left;
}
.cid-sIMuvhIyHv .text {
  line-height: 1.6;
}
.cid-sIMuwrL1D1 {
  padding-top: 0px;
  padding-bottom: 0px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-sIMuwrL1D1 .mbr-section-subtitle {
  color: #767676;
}
.cid-sIMuwrL1D1 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sIMuwrL1D1 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sIMuwrL1D1 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sIMuwrL1D1 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sIMuwrL1D1 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #6ee921;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #6ee921, #465052);
}
.cid-sIMuwrL1D1 .icon-focus,
.cid-sIMuwrL1D1 .icon-video {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-sIMuwrL1D1 .icon-focus:before,
.cid-sIMuwrL1D1 .icon-video:before {
  content: '+';
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sIMuwrL1D1 .icon-video {
  font-size: 1.5rem !important;
}
.cid-sIMuwrL1D1 .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-sIMuwrL1D1 ul {
  font-size: 0;
}
.cid-sIMuwrL1D1 .mbr-gallery-filter ul {
  text-align: left;
}
.cid-sIMuwrL1D1 .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-sIMuwrL1D1 .mbr-gallery-filter ul li .btn {
  position: relative;
  padding: 0.5rem 1rem 0.6rem;
  margin: 0!important;
  background-color: transparent !important;
  border-width: 0 !important;
  color: #232323 !important;
}
.cid-sIMuwrL1D1 .mbr-gallery-filter ul li .btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  border-radius: 100px;
  opacity: 0.5;
}
.cid-sIMuwrL1D1 .mbr-gallery-filter ul li:not(.active) .btn:hover:after,
.cid-sIMuwrL1D1 .mbr-gallery-filter ul li.active .btn:after {
  border-color: #232323;
}
.cid-sIMuwrL1D1 .mbr-gallery-filter ul li .btn:hover:after {
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
.cid-sIMuwrL1D1 .mbr-gallery-filter ul li .btn:not(:hover):after {
  animation: none;
}
.cid-sIMuwrL1D1 .mbr-gallery-filter ul li:first-child,
.cid-sIMuwrL1D1 .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-sIMuwrL1D1 .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-sIMuwrL1D1 .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.cid-sIMxt9YEUF {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sIMxt9YEUF .mbr-iconfont {
  font-size: 1rem;
  margin-bottom: 6px;
}
.cid-sIMxt9YEUF .title,
.cid-sIMxt9YEUF .mbr-section-title {
  margin-bottom: 0.5rem!important;
}
.cid-sIMxt9YEUF .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  border-bottom: 2px dotted #cccccc;
}
.cid-sIMxt9YEUF .ico-line {
  display: flex;
}
.cid-sIMxt9YEUF .type {
  color: #cc2952;
  text-align: left;
}
.cid-sIMxt9YEUF p {
  padding: 0;
  margin: 0;
}
.cid-sIMxt9YEUF img {
  border-radius: 100%;
  width: 100%;
}
.cid-sIMxt9YEUF .text-box {
  padding: 0rem;
}
.cid-sIMxt9YEUF .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 3px;
}
.cid-sIMxt9YEUF .card-title {
  color: #232323;
  margin: 0;
  padding-bottom: 0.2rem;
}
.cid-sIMxt9YEUF .card-img {
  border-radius: 100%;
  height: 100%;
}
.cid-sIMxt9YEUF .card-box {
  padding: 0rem;
}
.cid-sIMxt9YEUF .mbr-section-title {
  margin: 0 auto;
  margin-bottom: 2rem;
  color: #767676;
  text-align: center;
}
.cid-sIMxt9YEUF .status {
  color: #cc2952;
  text-align: left;
}
.cid-sIMxt9YEUF .text {
  line-height: 1.6;
}
.cid-sIMEUZJHXr {
  padding-top: 0px;
  padding-bottom: 0px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-sIMEUZJHXr .mbr-section-subtitle {
  color: #767676;
}
.cid-sIMEUZJHXr .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sIMEUZJHXr .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sIMEUZJHXr .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sIMEUZJHXr .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sIMEUZJHXr .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #6ee921;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #6ee921, #465052);
}
.cid-sIMEUZJHXr .icon-focus,
.cid-sIMEUZJHXr .icon-video {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-sIMEUZJHXr .icon-focus:before,
.cid-sIMEUZJHXr .icon-video:before {
  content: '+';
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sIMEUZJHXr .icon-video {
  font-size: 1.5rem !important;
}
.cid-sIMEUZJHXr .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-sIMEUZJHXr ul {
  font-size: 0;
}
.cid-sIMEUZJHXr .mbr-gallery-filter ul {
  text-align: left;
}
.cid-sIMEUZJHXr .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-sIMEUZJHXr .mbr-gallery-filter ul li .btn {
  position: relative;
  padding: 0.5rem 1rem 0.6rem;
  margin: 0!important;
  background-color: transparent !important;
  border-width: 0 !important;
  color: #232323 !important;
}
.cid-sIMEUZJHXr .mbr-gallery-filter ul li .btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  border-radius: 100px;
  opacity: 0.5;
}
.cid-sIMEUZJHXr .mbr-gallery-filter ul li:not(.active) .btn:hover:after,
.cid-sIMEUZJHXr .mbr-gallery-filter ul li.active .btn:after {
  border-color: #232323;
}
.cid-sIMEUZJHXr .mbr-gallery-filter ul li .btn:hover:after {
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
.cid-sIMEUZJHXr .mbr-gallery-filter ul li .btn:not(:hover):after {
  animation: none;
}
.cid-sIMEUZJHXr .mbr-gallery-filter ul li:first-child,
.cid-sIMEUZJHXr .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-sIMEUZJHXr .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-sIMEUZJHXr .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.cid-sIMEUlDM5O {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sIMEUlDM5O .mbr-iconfont {
  font-size: 1rem;
  margin-bottom: 6px;
}
.cid-sIMEUlDM5O .title,
.cid-sIMEUlDM5O .mbr-section-title {
  margin-bottom: 0.5rem!important;
}
.cid-sIMEUlDM5O .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  border-bottom: 2px dotted #cccccc;
}
.cid-sIMEUlDM5O .ico-line {
  display: flex;
}
.cid-sIMEUlDM5O .type {
  color: #cc2952;
  text-align: left;
}
.cid-sIMEUlDM5O p {
  padding: 0;
  margin: 0;
}
.cid-sIMEUlDM5O img {
  border-radius: 100%;
  width: 100%;
}
.cid-sIMEUlDM5O .text-box {
  padding: 0rem;
}
.cid-sIMEUlDM5O .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 3px;
}
.cid-sIMEUlDM5O .card-title {
  color: #232323;
  margin: 0;
  padding-bottom: 0.2rem;
}
.cid-sIMEUlDM5O .card-img {
  border-radius: 100%;
  height: 100%;
}
.cid-sIMEUlDM5O .card-box {
  padding: 0rem;
}
.cid-sIMEUlDM5O .mbr-section-title {
  margin: 0 auto;
  margin-bottom: 2rem;
  color: #767676;
  text-align: center;
}
.cid-sIMEUlDM5O .status {
  color: #cc2952;
  text-align: left;
}
.cid-sIMEUlDM5O .text {
  line-height: 1.6;
}
.cid-sIMZr22NVC {
  padding-top: 0px;
  padding-bottom: 0px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-sIMZr22NVC .mbr-section-subtitle {
  color: #767676;
}
.cid-sIMZr22NVC .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sIMZr22NVC .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sIMZr22NVC .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sIMZr22NVC .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sIMZr22NVC .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #6ee921;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #6ee921, #465052);
}
.cid-sIMZr22NVC .icon-focus,
.cid-sIMZr22NVC .icon-video {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-sIMZr22NVC .icon-focus:before,
.cid-sIMZr22NVC .icon-video:before {
  content: '+';
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sIMZr22NVC .icon-video {
  font-size: 1.5rem !important;
}
.cid-sIMZr22NVC .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-sIMZr22NVC ul {
  font-size: 0;
}
.cid-sIMZr22NVC .mbr-gallery-filter ul {
  text-align: left;
}
.cid-sIMZr22NVC .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-sIMZr22NVC .mbr-gallery-filter ul li .btn {
  position: relative;
  padding: 0.5rem 1rem 0.6rem;
  margin: 0!important;
  background-color: transparent !important;
  border-width: 0 !important;
  color: #232323 !important;
}
.cid-sIMZr22NVC .mbr-gallery-filter ul li .btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  border-radius: 100px;
  opacity: 0.5;
}
.cid-sIMZr22NVC .mbr-gallery-filter ul li:not(.active) .btn:hover:after,
.cid-sIMZr22NVC .mbr-gallery-filter ul li.active .btn:after {
  border-color: #232323;
}
.cid-sIMZr22NVC .mbr-gallery-filter ul li .btn:hover:after {
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
.cid-sIMZr22NVC .mbr-gallery-filter ul li .btn:not(:hover):after {
  animation: none;
}
.cid-sIMZr22NVC .mbr-gallery-filter ul li:first-child,
.cid-sIMZr22NVC .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-sIMZr22NVC .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-sIMZr22NVC .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.cid-sLEotKbyhX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sLEotKbyhX .mbr-iconfont {
  font-size: 1rem;
  margin-bottom: 6px;
}
.cid-sLEotKbyhX .title,
.cid-sLEotKbyhX .mbr-section-title {
  margin-bottom: 0.5rem!important;
}
.cid-sLEotKbyhX .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  border-bottom: 2px dotted #cccccc;
}
.cid-sLEotKbyhX .ico-line {
  display: flex;
}
.cid-sLEotKbyhX .type {
  color: #cc2952;
  text-align: left;
}
.cid-sLEotKbyhX p {
  padding: 0;
  margin: 0;
}
.cid-sLEotKbyhX img {
  border-radius: 100%;
  width: 100%;
}
.cid-sLEotKbyhX .text-box {
  padding: 0rem;
}
.cid-sLEotKbyhX .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 3px;
}
.cid-sLEotKbyhX .card-title {
  color: #232323;
  margin: 0;
  padding-bottom: 0.2rem;
}
.cid-sLEotKbyhX .card-img {
  border-radius: 100%;
  height: 100%;
}
.cid-sLEotKbyhX .card-box {
  padding: 0rem;
}
.cid-sLEotKbyhX .mbr-section-title {
  margin: 0 auto;
  margin-bottom: 2rem;
  color: #767676;
  text-align: center;
}
.cid-sLEotKbyhX .status {
  color: #cc2952;
  text-align: left;
}
.cid-sLEotKbyhX .text {
  line-height: 1.6;
}
.cid-sLKmnrc9hD {
  padding-top: 0px;
  padding-bottom: 0px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-sLKmnrc9hD .mbr-section-subtitle {
  color: #767676;
}
.cid-sLKmnrc9hD .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sLKmnrc9hD .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sLKmnrc9hD .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sLKmnrc9hD .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sLKmnrc9hD .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #6ee921;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #6ee921, #465052);
}
.cid-sLKmnrc9hD .icon-focus,
.cid-sLKmnrc9hD .icon-video {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-sLKmnrc9hD .icon-focus:before,
.cid-sLKmnrc9hD .icon-video:before {
  content: '+';
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sLKmnrc9hD .icon-video {
  font-size: 1.5rem !important;
}
.cid-sLKmnrc9hD .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-sLKmnrc9hD ul {
  font-size: 0;
}
.cid-sLKmnrc9hD .mbr-gallery-filter ul {
  text-align: left;
}
.cid-sLKmnrc9hD .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-sLKmnrc9hD .mbr-gallery-filter ul li .btn {
  position: relative;
  padding: 0.5rem 1rem 0.6rem;
  margin: 0!important;
  background-color: transparent !important;
  border-width: 0 !important;
  color: #232323 !important;
}
.cid-sLKmnrc9hD .mbr-gallery-filter ul li .btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  border-radius: 100px;
  opacity: 0.5;
}
.cid-sLKmnrc9hD .mbr-gallery-filter ul li:not(.active) .btn:hover:after,
.cid-sLKmnrc9hD .mbr-gallery-filter ul li.active .btn:after {
  border-color: #232323;
}
.cid-sLKmnrc9hD .mbr-gallery-filter ul li .btn:hover:after {
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
.cid-sLKmnrc9hD .mbr-gallery-filter ul li .btn:not(:hover):after {
  animation: none;
}
.cid-sLKmnrc9hD .mbr-gallery-filter ul li:first-child,
.cid-sLKmnrc9hD .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-sLKmnrc9hD .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-sLKmnrc9hD .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.cid-sNCxVWNye2 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sNCxVWNye2 .mbr-iconfont {
  font-size: 1rem;
  margin-bottom: 6px;
}
.cid-sNCxVWNye2 .title,
.cid-sNCxVWNye2 .mbr-section-title {
  margin-bottom: 0.5rem!important;
}
.cid-sNCxVWNye2 .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  border-bottom: 2px dotted #cccccc;
}
.cid-sNCxVWNye2 .ico-line {
  display: flex;
}
.cid-sNCxVWNye2 .type {
  color: #cc2952;
  text-align: left;
}
.cid-sNCxVWNye2 p {
  padding: 0;
  margin: 0;
}
.cid-sNCxVWNye2 img {
  border-radius: 100%;
  width: 100%;
}
.cid-sNCxVWNye2 .text-box {
  padding: 0rem;
}
.cid-sNCxVWNye2 .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 3px;
}
.cid-sNCxVWNye2 .card-title {
  color: #232323;
  margin: 0;
  padding-bottom: 0.2rem;
}
.cid-sNCxVWNye2 .card-img {
  border-radius: 100%;
  height: 100%;
}
.cid-sNCxVWNye2 .card-box {
  padding: 0rem;
}
.cid-sNCxVWNye2 .mbr-section-title {
  margin: 0 auto;
  margin-bottom: 2rem;
  color: #767676;
  text-align: center;
}
.cid-sNCxVWNye2 .status {
  color: #cc2952;
  text-align: left;
}
.cid-sNCxVWNye2 .text {
  line-height: 1.6;
}
.cid-sNCxTFdctD {
  padding-top: 0px;
  padding-bottom: 0px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-sNCxTFdctD .mbr-section-subtitle {
  color: #767676;
}
.cid-sNCxTFdctD .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sNCxTFdctD .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sNCxTFdctD .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sNCxTFdctD .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sNCxTFdctD .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #6ee921;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #6ee921, #465052);
}
.cid-sNCxTFdctD .icon-focus,
.cid-sNCxTFdctD .icon-video {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-sNCxTFdctD .icon-focus:before,
.cid-sNCxTFdctD .icon-video:before {
  content: '+';
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sNCxTFdctD .icon-video {
  font-size: 1.5rem !important;
}
.cid-sNCxTFdctD .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-sNCxTFdctD ul {
  font-size: 0;
}
.cid-sNCxTFdctD .mbr-gallery-filter ul {
  text-align: left;
}
.cid-sNCxTFdctD .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-sNCxTFdctD .mbr-gallery-filter ul li .btn {
  position: relative;
  padding: 0.5rem 1rem 0.6rem;
  margin: 0!important;
  background-color: transparent !important;
  border-width: 0 !important;
  color: #232323 !important;
}
.cid-sNCxTFdctD .mbr-gallery-filter ul li .btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  border-radius: 100px;
  opacity: 0.5;
}
.cid-sNCxTFdctD .mbr-gallery-filter ul li:not(.active) .btn:hover:after,
.cid-sNCxTFdctD .mbr-gallery-filter ul li.active .btn:after {
  border-color: #232323;
}
.cid-sNCxTFdctD .mbr-gallery-filter ul li .btn:hover:after {
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
.cid-sNCxTFdctD .mbr-gallery-filter ul li .btn:not(:hover):after {
  animation: none;
}
.cid-sNCxTFdctD .mbr-gallery-filter ul li:first-child,
.cid-sNCxTFdctD .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-sNCxTFdctD .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-sNCxTFdctD .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.cid-sNDF9s2QkJ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sNDF9s2QkJ .mbr-iconfont {
  font-size: 1rem;
  margin-bottom: 6px;
}
.cid-sNDF9s2QkJ .title,
.cid-sNDF9s2QkJ .mbr-section-title {
  margin-bottom: 0.5rem!important;
}
.cid-sNDF9s2QkJ .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  border-bottom: 2px dotted #cccccc;
}
.cid-sNDF9s2QkJ .ico-line {
  display: flex;
}
.cid-sNDF9s2QkJ .type {
  color: #cc2952;
  text-align: left;
}
.cid-sNDF9s2QkJ p {
  padding: 0;
  margin: 0;
}
.cid-sNDF9s2QkJ img {
  border-radius: 100%;
  width: 100%;
}
.cid-sNDF9s2QkJ .text-box {
  padding: 0rem;
}
.cid-sNDF9s2QkJ .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 3px;
}
.cid-sNDF9s2QkJ .card-title {
  color: #232323;
  margin: 0;
  padding-bottom: 0.2rem;
}
.cid-sNDF9s2QkJ .card-img {
  border-radius: 100%;
  height: 100%;
}
.cid-sNDF9s2QkJ .card-box {
  padding: 0rem;
}
.cid-sNDF9s2QkJ .mbr-section-title {
  margin: 0 auto;
  margin-bottom: 2rem;
  color: #767676;
  text-align: center;
}
.cid-sNDF9s2QkJ .status {
  color: #cc2952;
  text-align: left;
}
.cid-sNDF9s2QkJ .text {
  line-height: 1.6;
}
.cid-sNDFcijFjG {
  padding-top: 0px;
  padding-bottom: 90px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-sNDFcijFjG .mbr-section-subtitle {
  color: #767676;
}
.cid-sNDFcijFjG .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sNDFcijFjG .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sNDFcijFjG .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sNDFcijFjG .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sNDFcijFjG .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #6ee921;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #6ee921, #465052);
}
.cid-sNDFcijFjG .icon-focus,
.cid-sNDFcijFjG .icon-video {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-sNDFcijFjG .icon-focus:before,
.cid-sNDFcijFjG .icon-video:before {
  content: '+';
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sNDFcijFjG .icon-video {
  font-size: 1.5rem !important;
}
.cid-sNDFcijFjG .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-sNDFcijFjG ul {
  font-size: 0;
}
.cid-sNDFcijFjG .mbr-gallery-filter ul {
  text-align: left;
}
.cid-sNDFcijFjG .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-sNDFcijFjG .mbr-gallery-filter ul li .btn {
  position: relative;
  padding: 0.5rem 1rem 0.6rem;
  margin: 0!important;
  background-color: transparent !important;
  border-width: 0 !important;
  color: #232323 !important;
}
.cid-sNDFcijFjG .mbr-gallery-filter ul li .btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  border-radius: 100px;
  opacity: 0.5;
}
.cid-sNDFcijFjG .mbr-gallery-filter ul li:not(.active) .btn:hover:after,
.cid-sNDFcijFjG .mbr-gallery-filter ul li.active .btn:after {
  border-color: #232323;
}
.cid-sNDFcijFjG .mbr-gallery-filter ul li .btn:hover:after {
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
.cid-sNDFcijFjG .mbr-gallery-filter ul li .btn:not(:hover):after {
  animation: none;
}
.cid-sNDFcijFjG .mbr-gallery-filter ul li:first-child,
.cid-sNDFcijFjG .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-sNDFcijFjG .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-sNDFcijFjG .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.cid-sDKn4T0siL {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #465052;
}
@media (max-width: 767px) {
  .cid-sDKn4T0siL .content {
    text-align: center;
  }
  .cid-sDKn4T0siL .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sDKn4T0siL .img-logo img {
  height: 6rem;
}
.cid-sDKn4T0siL .social-list {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sDKn4T0siL .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #fff;
}
.cid-sDKn4T0siL .social-list .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-sDKn4T0siL .social-list .soc-item {
  margin: 0 3px 15px 3px;
}
.cid-sDKn4T0siL .social-list a {
  margin: 0;
  opacity: 0.7;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sDKn4T0siL .social-list a:hover {
  opacity: 1;
}
.cid-sDKn4T0siL .form-control {
  min-height: auto;
  color: #ffffff !important;
  border: none !important;
  width: 100%;
  border-radius: 0 !important;
  background-color: transparent;
  padding: 0.5rem 0rem;
  border-bottom: 1px solid #ffffff !important;
}
.cid-sDKn4T0siL .form-control:focus {
  outline: none;
  box-shadow: none;
}
.cid-sDKn4T0siL .form-control:hover {
  border: none !important ;
  border-bottom: 1px solid #ffffff !important;
}
.cid-sDKn4T0siL input::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-sDKn4T0siL input::-moz-placeholder {
  color: #ffffff;
}
.cid-sDKn4T0siL textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-sDKn4T0siL textarea::-moz-placeholder {
  color: #ffffff;
}
.cid-sDKn4T0siL .list {
  list-style-type: none;
  padding: 0;
}
.cid-sDKn4T0siL .list li {
  padding-bottom: 0.5rem;
}
.cid-sDKn4T0siL .list li:last-child {
  padding-bottom: 0;
}
.cid-sDKn4T0siL .mbr-footer-list,
.cid-sDKn4T0siL .form-text {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-sDKn4T0siL .mbr-footer-list,
  .cid-sDKn4T0siL .form-text,
  .cid-sDKn4T0siL .footer-title,
  .cid-sDKn4T0siL .footer-main-title,
  .cid-sDKn4T0siL .form-text,
  .cid-sDKn4T0siL .list {
    text-align: center !important;
  }
  .cid-sDKn4T0siL .mbr-form,
  .cid-sDKn4T0siL .social-list {
    -webkit-justify-content: center !important;
    justify-content: center !important;
  }
}
.cid-sH22j3S1LX .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #6ee921;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) 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-sH22j3S1LX .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sH22j3S1LX .nav-item,
.cid-sH22j3S1LX .nav-link,
.cid-sH22j3S1LX .navbar-caption {
  font-weight: normal;
}
.cid-sH22j3S1LX .nav-item:focus,
.cid-sH22j3S1LX .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sH22j3S1LX .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-sH22j3S1LX .nav-item .nav-link {
    position: relative;
  }
  .cid-sH22j3S1LX .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #6ee921;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-sH22j3S1LX .nav-item:hover .nav-link:before,
  .cid-sH22j3S1LX .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-sH22j3S1LX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-sH22j3S1LX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sH22j3S1LX .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-sH22j3S1LX .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sH22j3S1LX .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sH22j3S1LX .dropdown .dropdown-menu .dropdown-item .soc-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-sH22j3S1LX .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #465052;
}
.cid-sH22j3S1LX .navbar.opened {
  transition: all 0.3s;
  background: #465052 !important;
}
.cid-sH22j3S1LX .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-sH22j3S1LX .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-sH22j3S1LX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sH22j3S1LX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sH22j3S1LX .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sH22j3S1LX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sH22j3S1LX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sH22j3S1LX .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sH22j3S1LX .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-sH22j3S1LX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sH22j3S1LX .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sH22j3S1LX .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sH22j3S1LX .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sH22j3S1LX .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sH22j3S1LX .navbar.navbar-short {
  background: #465052 !important;
  min-height: 60px;
}
.cid-sH22j3S1LX .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-sH22j3S1LX .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sH22j3S1LX .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sH22j3S1LX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sH22j3S1LX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sH22j3S1LX .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sH22j3S1LX .dropdown-item.active,
.cid-sH22j3S1LX .dropdown-item:active {
  background-color: transparent;
}
.cid-sH22j3S1LX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sH22j3S1LX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sH22j3S1LX .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sH22j3S1LX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #465052;
  z-index: 2;
}
.cid-sH22j3S1LX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sH22j3S1LX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sH22j3S1LX ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sH22j3S1LX .navbar-buttons {
  text-align: center;
}
.cid-sH22j3S1LX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sH22j3S1LX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sH22j3S1LX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sH22j3S1LX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sH22j3S1LX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sH22j3S1LX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sH22j3S1LX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sH22j3S1LX nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sH22j3S1LX nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sH22j3S1LX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sH22j3S1LX .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sH22j3S1LX a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sH22j3S1LX .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #ff3366;
  display: inline-flex;
}
.cid-sH22j3S1LX .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-sH22j3S1LX .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-sH22j3S1LX .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sH22j3S1LX a.nav-link .mbr-iconfont-btn,
.cid-sH22j3S1LX a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-sH22j3S1LX a.nav-link:hover .mbr-iconfont-btn,
.cid-sH22j3S1LX a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-sH22j3S1LX a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sH22j3S1LX .navbar {
    height: 77px;
  }
  .cid-sH22j3S1LX .navbar.opened {
    height: auto;
  }
  .cid-sH22j3S1LX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sH22j6odkc {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sH22j6odkc .item-wrapper:hover .item-title a {
  color: #ff3366 !important;
}
.cid-sH22j6odkc .item-title,
.cid-sH22j6odkc .card_topic {
  margin-bottom: 12px;
}
.cid-sH22j6odkc .category_content {
  opacity: .8;
}
.cid-sH22j6odkc .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ff3366;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-sH22j6odkc .mbr-text {
  margin: 25px 0;
  padding-left: 25px;
  border-left: 5px solid #6ee921;
}
.cid-sH22j6odkc .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-sH22j6odkc .mbr-section-btn .btn-secondary-outline:hover,
.cid-sH22j6odkc .mbr-section-btn .btn-secondary-outline .active,
.cid-sH22j6odkc .mbr-section-btn .btn-secondary-outline:focus {
  color: #149dcc !important;
}
.cid-sH22j6odkc H5 {
  color: #cc2952;
}
.cid-sINrLYhDFz {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sINrLYhDFz .mbr-iconfont {
  font-size: 1rem;
  margin-bottom: 6px;
}
.cid-sINrLYhDFz .title,
.cid-sINrLYhDFz .mbr-section-title {
  margin-bottom: 0.5rem!important;
}
.cid-sINrLYhDFz .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  border-bottom: 2px dotted #cccccc;
}
.cid-sINrLYhDFz .ico-line {
  display: flex;
}
.cid-sINrLYhDFz .type {
  color: #cc2952;
  text-align: left;
}
.cid-sINrLYhDFz p {
  padding: 0;
  margin: 0;
}
.cid-sINrLYhDFz img {
  border-radius: 100%;
  width: 100%;
}
.cid-sINrLYhDFz .text-box {
  padding: 0rem;
}
.cid-sINrLYhDFz .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 3px;
}
.cid-sINrLYhDFz .card-title {
  color: #232323;
  margin: 0;
  padding-bottom: 0.2rem;
}
.cid-sINrLYhDFz .card-img {
  border-radius: 100%;
  height: 100%;
}
.cid-sINrLYhDFz .card-box {
  padding: 0rem;
}
.cid-sINrLYhDFz .mbr-section-title {
  margin: 0 auto;
  margin-bottom: 2rem;
  color: #767676;
  text-align: center;
}
.cid-sINrLYhDFz .status {
  color: #cc2952;
  text-align: left;
}
.cid-sINrLYhDFz .text {
  line-height: 1.6;
}
.cid-sH22j7AGgL {
  padding-top: 0px;
  padding-bottom: 0px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-sH22j7AGgL .mbr-section-subtitle {
  color: #767676;
}
.cid-sH22j7AGgL .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sH22j7AGgL .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sH22j7AGgL .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sH22j7AGgL .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sH22j7AGgL .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #6ee921;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #6ee921, #465052);
}
.cid-sH22j7AGgL .icon-focus,
.cid-sH22j7AGgL .icon-video {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-sH22j7AGgL .icon-focus:before,
.cid-sH22j7AGgL .icon-video:before {
  content: '+';
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sH22j7AGgL .icon-video {
  font-size: 1.5rem !important;
}
.cid-sH22j7AGgL .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-sH22j7AGgL ul {
  font-size: 0;
}
.cid-sH22j7AGgL .mbr-gallery-filter ul {
  text-align: left;
}
.cid-sH22j7AGgL .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-sH22j7AGgL .mbr-gallery-filter ul li .btn {
  position: relative;
  padding: 0.5rem 1rem 0.6rem;
  margin: 0!important;
  background-color: transparent !important;
  border-width: 0 !important;
  color: #232323 !important;
}
.cid-sH22j7AGgL .mbr-gallery-filter ul li .btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  border-radius: 100px;
  opacity: 0.5;
}
.cid-sH22j7AGgL .mbr-gallery-filter ul li:not(.active) .btn:hover:after,
.cid-sH22j7AGgL .mbr-gallery-filter ul li.active .btn:after {
  border-color: #232323;
}
.cid-sH22j7AGgL .mbr-gallery-filter ul li .btn:hover:after {
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
.cid-sH22j7AGgL .mbr-gallery-filter ul li .btn:not(:hover):after {
  animation: none;
}
.cid-sH22j7AGgL .mbr-gallery-filter ul li:first-child,
.cid-sH22j7AGgL .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-sH22j7AGgL .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-sH22j7AGgL .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.cid-sMiHOUp2RR {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sMiHOUp2RR .mbr-iconfont {
  font-size: 1rem;
  margin-bottom: 6px;
}
.cid-sMiHOUp2RR .title,
.cid-sMiHOUp2RR .mbr-section-title {
  margin-bottom: 0.5rem!important;
}
.cid-sMiHOUp2RR .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  border-bottom: 2px dotted #cccccc;
}
.cid-sMiHOUp2RR .ico-line {
  display: flex;
}
.cid-sMiHOUp2RR .type {
  color: #cc2952;
  text-align: left;
}
.cid-sMiHOUp2RR p {
  padding: 0;
  margin: 0;
}
.cid-sMiHOUp2RR img {
  border-radius: 100%;
  width: 100%;
}
.cid-sMiHOUp2RR .text-box {
  padding: 0rem;
}
.cid-sMiHOUp2RR .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 3px;
}
.cid-sMiHOUp2RR .card-title {
  color: #232323;
  margin: 0;
  padding-bottom: 0.2rem;
}
.cid-sMiHOUp2RR .card-img {
  border-radius: 100%;
  height: 100%;
}
.cid-sMiHOUp2RR .card-box {
  padding: 0rem;
}
.cid-sMiHOUp2RR .mbr-section-title {
  margin: 0 auto;
  margin-bottom: 2rem;
  color: #767676;
  text-align: center;
}
.cid-sMiHOUp2RR .status {
  color: #cc2952;
  text-align: left;
}
.cid-sMiHOUp2RR .text {
  line-height: 1.6;
}
.cid-sMiHQrsj05 {
  padding-top: 0px;
  padding-bottom: 0px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-sMiHQrsj05 .mbr-section-subtitle {
  color: #767676;
}
.cid-sMiHQrsj05 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sMiHQrsj05 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sMiHQrsj05 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sMiHQrsj05 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sMiHQrsj05 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #6ee921;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #6ee921, #465052);
}
.cid-sMiHQrsj05 .icon-focus,
.cid-sMiHQrsj05 .icon-video {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-sMiHQrsj05 .icon-focus:before,
.cid-sMiHQrsj05 .icon-video:before {
  content: '+';
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sMiHQrsj05 .icon-video {
  font-size: 1.5rem !important;
}
.cid-sMiHQrsj05 .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-sMiHQrsj05 ul {
  font-size: 0;
}
.cid-sMiHQrsj05 .mbr-gallery-filter ul {
  text-align: left;
}
.cid-sMiHQrsj05 .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-sMiHQrsj05 .mbr-gallery-filter ul li .btn {
  position: relative;
  padding: 0.5rem 1rem 0.6rem;
  margin: 0!important;
  background-color: transparent !important;
  border-width: 0 !important;
  color: #232323 !important;
}
.cid-sMiHQrsj05 .mbr-gallery-filter ul li .btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  border-radius: 100px;
  opacity: 0.5;
}
.cid-sMiHQrsj05 .mbr-gallery-filter ul li:not(.active) .btn:hover:after,
.cid-sMiHQrsj05 .mbr-gallery-filter ul li.active .btn:after {
  border-color: #232323;
}
.cid-sMiHQrsj05 .mbr-gallery-filter ul li .btn:hover:after {
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
.cid-sMiHQrsj05 .mbr-gallery-filter ul li .btn:not(:hover):after {
  animation: none;
}
.cid-sMiHQrsj05 .mbr-gallery-filter ul li:first-child,
.cid-sMiHQrsj05 .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-sMiHQrsj05 .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-sMiHQrsj05 .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.cid-sNskgUjsYy {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sNskgUjsYy .mbr-iconfont {
  font-size: 1rem;
  margin-bottom: 6px;
}
.cid-sNskgUjsYy .title,
.cid-sNskgUjsYy .mbr-section-title {
  margin-bottom: 0.5rem!important;
}
.cid-sNskgUjsYy .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  border-bottom: 2px dotted #cccccc;
}
.cid-sNskgUjsYy .ico-line {
  display: flex;
}
.cid-sNskgUjsYy .type {
  color: #cc2952;
  text-align: left;
}
.cid-sNskgUjsYy p {
  padding: 0;
  margin: 0;
}
.cid-sNskgUjsYy img {
  border-radius: 100%;
  width: 100%;
}
.cid-sNskgUjsYy .text-box {
  padding: 0rem;
}
.cid-sNskgUjsYy .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 3px;
}
.cid-sNskgUjsYy .card-title {
  color: #232323;
  margin: 0;
  padding-bottom: 0.2rem;
}
.cid-sNskgUjsYy .card-img {
  border-radius: 100%;
  height: 100%;
}
.cid-sNskgUjsYy .card-box {
  padding: 0rem;
}
.cid-sNskgUjsYy .mbr-section-title {
  margin: 0 auto;
  margin-bottom: 2rem;
  color: #767676;
  text-align: center;
}
.cid-sNskgUjsYy .status {
  color: #cc2952;
  text-align: left;
}
.cid-sNskgUjsYy .text {
  line-height: 1.6;
}
.cid-sNskfuCQ7G {
  padding-top: 0px;
  padding-bottom: 15px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-sNskfuCQ7G .mbr-section-subtitle {
  color: #767676;
}
.cid-sNskfuCQ7G .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sNskfuCQ7G .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sNskfuCQ7G .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sNskfuCQ7G .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sNskfuCQ7G .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #6ee921;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #6ee921, #465052);
}
.cid-sNskfuCQ7G .icon-focus,
.cid-sNskfuCQ7G .icon-video {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-sNskfuCQ7G .icon-focus:before,
.cid-sNskfuCQ7G .icon-video:before {
  content: '+';
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sNskfuCQ7G .icon-video {
  font-size: 1.5rem !important;
}
.cid-sNskfuCQ7G .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-sNskfuCQ7G ul {
  font-size: 0;
}
.cid-sNskfuCQ7G .mbr-gallery-filter ul {
  text-align: left;
}
.cid-sNskfuCQ7G .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-sNskfuCQ7G .mbr-gallery-filter ul li .btn {
  position: relative;
  padding: 0.5rem 1rem 0.6rem;
  margin: 0!important;
  background-color: transparent !important;
  border-width: 0 !important;
  color: #232323 !important;
}
.cid-sNskfuCQ7G .mbr-gallery-filter ul li .btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  border-radius: 100px;
  opacity: 0.5;
}
.cid-sNskfuCQ7G .mbr-gallery-filter ul li:not(.active) .btn:hover:after,
.cid-sNskfuCQ7G .mbr-gallery-filter ul li.active .btn:after {
  border-color: #232323;
}
.cid-sNskfuCQ7G .mbr-gallery-filter ul li .btn:hover:after {
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
.cid-sNskfuCQ7G .mbr-gallery-filter ul li .btn:not(:hover):after {
  animation: none;
}
.cid-sNskfuCQ7G .mbr-gallery-filter ul li:first-child,
.cid-sNskfuCQ7G .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-sNskfuCQ7G .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-sNskfuCQ7G .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.cid-sH22j9kI7g {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #465052;
}
@media (max-width: 767px) {
  .cid-sH22j9kI7g .content {
    text-align: center;
  }
  .cid-sH22j9kI7g .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sH22j9kI7g .img-logo img {
  height: 6rem;
}
.cid-sH22j9kI7g .social-list {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sH22j9kI7g .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #fff;
}
.cid-sH22j9kI7g .social-list .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-sH22j9kI7g .social-list .soc-item {
  margin: 0 3px 15px 3px;
}
.cid-sH22j9kI7g .social-list a {
  margin: 0;
  opacity: 0.7;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sH22j9kI7g .social-list a:hover {
  opacity: 1;
}
.cid-sH22j9kI7g .form-control {
  min-height: auto;
  color: #ffffff !important;
  border: none !important;
  width: 100%;
  border-radius: 0 !important;
  background-color: transparent;
  padding: 0.5rem 0rem;
  border-bottom: 1px solid #ffffff !important;
}
.cid-sH22j9kI7g .form-control:focus {
  outline: none;
  box-shadow: none;
}
.cid-sH22j9kI7g .form-control:hover {
  border: none !important ;
  border-bottom: 1px solid #ffffff !important;
}
.cid-sH22j9kI7g input::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-sH22j9kI7g input::-moz-placeholder {
  color: #ffffff;
}
.cid-sH22j9kI7g textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-sH22j9kI7g textarea::-moz-placeholder {
  color: #ffffff;
}
.cid-sH22j9kI7g .list {
  list-style-type: none;
  padding: 0;
}
.cid-sH22j9kI7g .list li {
  padding-bottom: 0.5rem;
}
.cid-sH22j9kI7g .list li:last-child {
  padding-bottom: 0;
}
.cid-sH22j9kI7g .mbr-footer-list,
.cid-sH22j9kI7g .form-text {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-sH22j9kI7g .mbr-footer-list,
  .cid-sH22j9kI7g .form-text,
  .cid-sH22j9kI7g .footer-title,
  .cid-sH22j9kI7g .footer-main-title,
  .cid-sH22j9kI7g .form-text,
  .cid-sH22j9kI7g .list {
    text-align: center !important;
  }
  .cid-sH22j9kI7g .mbr-form,
  .cid-sH22j9kI7g .social-list {
    -webkit-justify-content: center !important;
    justify-content: center !important;
  }
}
.cid-sHddK11KNn .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #6ee921;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) 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-sHddK11KNn .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sHddK11KNn .nav-item,
.cid-sHddK11KNn .nav-link,
.cid-sHddK11KNn .navbar-caption {
  font-weight: normal;
}
.cid-sHddK11KNn .nav-item:focus,
.cid-sHddK11KNn .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sHddK11KNn .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-sHddK11KNn .nav-item .nav-link {
    position: relative;
  }
  .cid-sHddK11KNn .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #6ee921;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-sHddK11KNn .nav-item:hover .nav-link:before,
  .cid-sHddK11KNn .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-sHddK11KNn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-sHddK11KNn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sHddK11KNn .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-sHddK11KNn .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sHddK11KNn .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sHddK11KNn .dropdown .dropdown-menu .dropdown-item .soc-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-sHddK11KNn .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #465052;
}
.cid-sHddK11KNn .navbar.opened {
  transition: all 0.3s;
  background: #465052 !important;
}
.cid-sHddK11KNn .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-sHddK11KNn .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-sHddK11KNn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sHddK11KNn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sHddK11KNn .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sHddK11KNn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sHddK11KNn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sHddK11KNn .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sHddK11KNn .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-sHddK11KNn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sHddK11KNn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sHddK11KNn .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sHddK11KNn .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sHddK11KNn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sHddK11KNn .navbar.navbar-short {
  background: #465052 !important;
  min-height: 60px;
}
.cid-sHddK11KNn .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-sHddK11KNn .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sHddK11KNn .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sHddK11KNn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sHddK11KNn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sHddK11KNn .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sHddK11KNn .dropdown-item.active,
.cid-sHddK11KNn .dropdown-item:active {
  background-color: transparent;
}
.cid-sHddK11KNn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sHddK11KNn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sHddK11KNn .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sHddK11KNn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #465052;
  z-index: 2;
}
.cid-sHddK11KNn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sHddK11KNn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sHddK11KNn ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sHddK11KNn .navbar-buttons {
  text-align: center;
}
.cid-sHddK11KNn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sHddK11KNn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sHddK11KNn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sHddK11KNn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sHddK11KNn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sHddK11KNn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sHddK11KNn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sHddK11KNn nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sHddK11KNn nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sHddK11KNn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sHddK11KNn .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sHddK11KNn a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sHddK11KNn .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #ff3366;
  display: inline-flex;
}
.cid-sHddK11KNn .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-sHddK11KNn .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-sHddK11KNn .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sHddK11KNn a.nav-link .mbr-iconfont-btn,
.cid-sHddK11KNn a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-sHddK11KNn a.nav-link:hover .mbr-iconfont-btn,
.cid-sHddK11KNn a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-sHddK11KNn a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sHddK11KNn .navbar {
    height: 77px;
  }
  .cid-sHddK11KNn .navbar.opened {
    height: auto;
  }
  .cid-sHddK11KNn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sHddK1JUhI {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sHddK1JUhI .item-wrapper:hover .item-title a {
  color: #ff3366 !important;
}
.cid-sHddK1JUhI .item-title,
.cid-sHddK1JUhI .card_topic {
  margin-bottom: 12px;
}
.cid-sHddK1JUhI .category_content {
  opacity: .8;
}
.cid-sHddK1JUhI .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ff3366;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-sHddK1JUhI .mbr-text {
  margin: 25px 0;
  padding-left: 25px;
  border-left: 5px solid #6ee921;
}
.cid-sHddK1JUhI .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-sHddK1JUhI .mbr-section-btn .btn-secondary-outline:hover,
.cid-sHddK1JUhI .mbr-section-btn .btn-secondary-outline .active,
.cid-sHddK1JUhI .mbr-section-btn .btn-secondary-outline:focus {
  color: #149dcc !important;
}
.cid-sHddK1JUhI H5 {
  color: #cc2952;
}
.cid-tou6jFq2Tj {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tou6jFq2Tj .mbr-iconfont {
  font-size: 1rem;
  margin-bottom: 6px;
}
.cid-tou6jFq2Tj .title,
.cid-tou6jFq2Tj .mbr-section-title {
  margin-bottom: 0.5rem!important;
}
.cid-tou6jFq2Tj .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  border-bottom: 2px dotted #cccccc;
}
.cid-tou6jFq2Tj .ico-line {
  display: flex;
}
.cid-tou6jFq2Tj .type {
  color: #cc2952;
  text-align: left;
}
.cid-tou6jFq2Tj p {
  padding: 0;
  margin: 0;
}
.cid-tou6jFq2Tj img {
  border-radius: 100%;
  width: 100%;
}
.cid-tou6jFq2Tj .text-box {
  padding: 0rem;
}
.cid-tou6jFq2Tj .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 3px;
}
.cid-tou6jFq2Tj .card-title {
  color: #232323;
  margin: 0;
  padding-bottom: 0.2rem;
}
.cid-tou6jFq2Tj .card-img {
  border-radius: 100%;
  height: 100%;
}
.cid-tou6jFq2Tj .card-box {
  padding: 0rem;
}
.cid-tou6jFq2Tj .mbr-section-title {
  margin: 0 auto;
  margin-bottom: 2rem;
  color: #767676;
  text-align: center;
}
.cid-tou6jFq2Tj .status {
  color: #cc2952;
  text-align: left;
}
.cid-tou6jFq2Tj .text {
  line-height: 1.6;
}
.cid-tou6laDMHm {
  padding-top: 0px;
  padding-bottom: 0px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-tou6laDMHm .mbr-section-subtitle {
  color: #767676;
}
.cid-tou6laDMHm .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tou6laDMHm .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tou6laDMHm .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tou6laDMHm .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tou6laDMHm .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #6ee921;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #6ee921, #465052);
}
.cid-tou6laDMHm .icon-focus,
.cid-tou6laDMHm .icon-video {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-tou6laDMHm .icon-focus:before,
.cid-tou6laDMHm .icon-video:before {
  content: '+';
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tou6laDMHm .icon-video {
  font-size: 1.5rem !important;
}
.cid-tou6laDMHm .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-tou6laDMHm ul {
  font-size: 0;
}
.cid-tou6laDMHm .mbr-gallery-filter ul {
  text-align: left;
}
.cid-tou6laDMHm .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-tou6laDMHm .mbr-gallery-filter ul li .btn {
  position: relative;
  padding: 0.5rem 1rem 0.6rem;
  margin: 0!important;
  background-color: transparent !important;
  border-width: 0 !important;
  color: #232323 !important;
}
.cid-tou6laDMHm .mbr-gallery-filter ul li .btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  border-radius: 100px;
  opacity: 0.5;
}
.cid-tou6laDMHm .mbr-gallery-filter ul li:not(.active) .btn:hover:after,
.cid-tou6laDMHm .mbr-gallery-filter ul li.active .btn:after {
  border-color: #232323;
}
.cid-tou6laDMHm .mbr-gallery-filter ul li .btn:hover:after {
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
.cid-tou6laDMHm .mbr-gallery-filter ul li .btn:not(:hover):after {
  animation: none;
}
.cid-tou6laDMHm .mbr-gallery-filter ul li:first-child,
.cid-tou6laDMHm .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-tou6laDMHm .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-tou6laDMHm .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.cid-taNXaHMwFz {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-taNXaHMwFz .mbr-iconfont {
  font-size: 1rem;
  margin-bottom: 6px;
}
.cid-taNXaHMwFz .title,
.cid-taNXaHMwFz .mbr-section-title {
  margin-bottom: 0.5rem!important;
}
.cid-taNXaHMwFz .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  border-bottom: 2px dotted #cccccc;
}
.cid-taNXaHMwFz .ico-line {
  display: flex;
}
.cid-taNXaHMwFz .type {
  color: #cc2952;
  text-align: left;
}
.cid-taNXaHMwFz p {
  padding: 0;
  margin: 0;
}
.cid-taNXaHMwFz img {
  border-radius: 100%;
  width: 100%;
}
.cid-taNXaHMwFz .text-box {
  padding: 0rem;
}
.cid-taNXaHMwFz .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 3px;
}
.cid-taNXaHMwFz .card-title {
  color: #232323;
  margin: 0;
  padding-bottom: 0.2rem;
}
.cid-taNXaHMwFz .card-img {
  border-radius: 100%;
  height: 100%;
}
.cid-taNXaHMwFz .card-box {
  padding: 0rem;
}
.cid-taNXaHMwFz .mbr-section-title {
  margin: 0 auto;
  margin-bottom: 2rem;
  color: #767676;
  text-align: center;
}
.cid-taNXaHMwFz .status {
  color: #cc2952;
  text-align: left;
}
.cid-taNXaHMwFz .text {
  line-height: 1.6;
}
.cid-taNXe53Yvc {
  padding-top: 0px;
  padding-bottom: 0px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-taNXe53Yvc .mbr-section-subtitle {
  color: #767676;
}
.cid-taNXe53Yvc .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-taNXe53Yvc .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-taNXe53Yvc .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-taNXe53Yvc .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-taNXe53Yvc .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #6ee921;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #6ee921, #465052);
}
.cid-taNXe53Yvc .icon-focus,
.cid-taNXe53Yvc .icon-video {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-taNXe53Yvc .icon-focus:before,
.cid-taNXe53Yvc .icon-video:before {
  content: '+';
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-taNXe53Yvc .icon-video {
  font-size: 1.5rem !important;
}
.cid-taNXe53Yvc .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-taNXe53Yvc ul {
  font-size: 0;
}
.cid-taNXe53Yvc .mbr-gallery-filter ul {
  text-align: left;
}
.cid-taNXe53Yvc .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-taNXe53Yvc .mbr-gallery-filter ul li .btn {
  position: relative;
  padding: 0.5rem 1rem 0.6rem;
  margin: 0!important;
  background-color: transparent !important;
  border-width: 0 !important;
  color: #232323 !important;
}
.cid-taNXe53Yvc .mbr-gallery-filter ul li .btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  border-radius: 100px;
  opacity: 0.5;
}
.cid-taNXe53Yvc .mbr-gallery-filter ul li:not(.active) .btn:hover:after,
.cid-taNXe53Yvc .mbr-gallery-filter ul li.active .btn:after {
  border-color: #232323;
}
.cid-taNXe53Yvc .mbr-gallery-filter ul li .btn:hover:after {
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
.cid-taNXe53Yvc .mbr-gallery-filter ul li .btn:not(:hover):after {
  animation: none;
}
.cid-taNXe53Yvc .mbr-gallery-filter ul li:first-child,
.cid-taNXe53Yvc .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-taNXe53Yvc .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-taNXe53Yvc .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.cid-tou7vL5d4K {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tou7vL5d4K .mbr-iconfont {
  font-size: 1rem;
  margin-bottom: 6px;
}
.cid-tou7vL5d4K .title,
.cid-tou7vL5d4K .mbr-section-title {
  margin-bottom: 0.5rem!important;
}
.cid-tou7vL5d4K .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  border-bottom: 2px dotted #cccccc;
}
.cid-tou7vL5d4K .ico-line {
  display: flex;
}
.cid-tou7vL5d4K .type {
  color: #cc2952;
  text-align: left;
}
.cid-tou7vL5d4K p {
  padding: 0;
  margin: 0;
}
.cid-tou7vL5d4K img {
  border-radius: 100%;
  width: 100%;
}
.cid-tou7vL5d4K .text-box {
  padding: 0rem;
}
.cid-tou7vL5d4K .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 3px;
}
.cid-tou7vL5d4K .card-title {
  color: #232323;
  margin: 0;
  padding-bottom: 0.2rem;
}
.cid-tou7vL5d4K .card-img {
  border-radius: 100%;
  height: 100%;
}
.cid-tou7vL5d4K .card-box {
  padding: 0rem;
}
.cid-tou7vL5d4K .mbr-section-title {
  margin: 0 auto;
  margin-bottom: 2rem;
  color: #767676;
  text-align: center;
}
.cid-tou7vL5d4K .status {
  color: #cc2952;
  text-align: left;
}
.cid-tou7vL5d4K .text {
  line-height: 1.6;
}
.cid-sHddK4l4MR {
  padding-top: 0px;
  padding-bottom: 30px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-sHddK4l4MR .mbr-section-subtitle {
  color: #767676;
}
.cid-sHddK4l4MR .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sHddK4l4MR .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sHddK4l4MR .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sHddK4l4MR .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sHddK4l4MR .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #6ee921;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #6ee921, #465052);
}
.cid-sHddK4l4MR .icon-focus,
.cid-sHddK4l4MR .icon-video {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-sHddK4l4MR .icon-focus:before,
.cid-sHddK4l4MR .icon-video:before {
  content: '+';
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sHddK4l4MR .icon-video {
  font-size: 1.5rem !important;
}
.cid-sHddK4l4MR .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-sHddK4l4MR ul {
  font-size: 0;
}
.cid-sHddK4l4MR .mbr-gallery-filter ul {
  text-align: left;
}
.cid-sHddK4l4MR .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-sHddK4l4MR .mbr-gallery-filter ul li .btn {
  position: relative;
  padding: 0.5rem 1rem 0.6rem;
  margin: 0!important;
  background-color: transparent !important;
  border-width: 0 !important;
  color: #232323 !important;
}
.cid-sHddK4l4MR .mbr-gallery-filter ul li .btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  border-radius: 100px;
  opacity: 0.5;
}
.cid-sHddK4l4MR .mbr-gallery-filter ul li:not(.active) .btn:hover:after,
.cid-sHddK4l4MR .mbr-gallery-filter ul li.active .btn:after {
  border-color: #232323;
}
.cid-sHddK4l4MR .mbr-gallery-filter ul li .btn:hover:after {
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
.cid-sHddK4l4MR .mbr-gallery-filter ul li .btn:not(:hover):after {
  animation: none;
}
.cid-sHddK4l4MR .mbr-gallery-filter ul li:first-child,
.cid-sHddK4l4MR .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-sHddK4l4MR .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-sHddK4l4MR .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.cid-sIlDxIqdxH {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sIlDxIqdxH .mbr-iconfont {
  font-size: 1rem;
  margin-bottom: 6px;
}
.cid-sIlDxIqdxH .title,
.cid-sIlDxIqdxH .mbr-section-title {
  margin-bottom: 0.5rem!important;
}
.cid-sIlDxIqdxH .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  border-bottom: 2px dotted #cccccc;
}
.cid-sIlDxIqdxH .ico-line {
  display: flex;
}
.cid-sIlDxIqdxH .type {
  color: #cc2952;
  text-align: left;
}
.cid-sIlDxIqdxH p {
  padding: 0;
  margin: 0;
}
.cid-sIlDxIqdxH img {
  border-radius: 100%;
  width: 100%;
}
.cid-sIlDxIqdxH .text-box {
  padding: 0rem;
}
.cid-sIlDxIqdxH .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 3px;
}
.cid-sIlDxIqdxH .card-title {
  color: #232323;
  margin: 0;
  padding-bottom: 0.2rem;
}
.cid-sIlDxIqdxH .card-img {
  border-radius: 100%;
  height: 100%;
}
.cid-sIlDxIqdxH .card-box {
  padding: 0rem;
}
.cid-sIlDxIqdxH .mbr-section-title {
  margin: 0 auto;
  margin-bottom: 2rem;
  color: #767676;
  text-align: center;
}
.cid-sIlDxIqdxH .status {
  color: #cc2952;
  text-align: left;
}
.cid-sIlDxIqdxH .text {
  line-height: 1.6;
}
.cid-sHthPupPm6 {
  padding-top: 0px;
  padding-bottom: 15px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-sHthPupPm6 .mbr-section-subtitle {
  color: #767676;
}
.cid-sHthPupPm6 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sHthPupPm6 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sHthPupPm6 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sHthPupPm6 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sHthPupPm6 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #6ee921;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #6ee921, #465052);
}
.cid-sHthPupPm6 .icon-focus,
.cid-sHthPupPm6 .icon-video {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-sHthPupPm6 .icon-focus:before,
.cid-sHthPupPm6 .icon-video:before {
  content: '+';
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sHthPupPm6 .icon-video {
  font-size: 1.5rem !important;
}
.cid-sHthPupPm6 .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-sHthPupPm6 ul {
  font-size: 0;
}
.cid-sHthPupPm6 .mbr-gallery-filter ul {
  text-align: left;
}
.cid-sHthPupPm6 .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-sHthPupPm6 .mbr-gallery-filter ul li .btn {
  position: relative;
  padding: 0.5rem 1rem 0.6rem;
  margin: 0!important;
  background-color: transparent !important;
  border-width: 0 !important;
  color: #232323 !important;
}
.cid-sHthPupPm6 .mbr-gallery-filter ul li .btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  border-radius: 100px;
  opacity: 0.5;
}
.cid-sHthPupPm6 .mbr-gallery-filter ul li:not(.active) .btn:hover:after,
.cid-sHthPupPm6 .mbr-gallery-filter ul li.active .btn:after {
  border-color: #232323;
}
.cid-sHthPupPm6 .mbr-gallery-filter ul li .btn:hover:after {
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
.cid-sHthPupPm6 .mbr-gallery-filter ul li .btn:not(:hover):after {
  animation: none;
}
.cid-sHthPupPm6 .mbr-gallery-filter ul li:first-child,
.cid-sHthPupPm6 .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-sHthPupPm6 .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-sHthPupPm6 .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.cid-sIlDDet4W1 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sIlDDet4W1 .mbr-iconfont {
  font-size: 1rem;
  margin-bottom: 6px;
}
.cid-sIlDDet4W1 .title,
.cid-sIlDDet4W1 .mbr-section-title {
  margin-bottom: 0.5rem!important;
}
.cid-sIlDDet4W1 .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  border-bottom: 2px dotted #cccccc;
}
.cid-sIlDDet4W1 .ico-line {
  display: flex;
}
.cid-sIlDDet4W1 .type {
  color: #cc2952;
  text-align: left;
}
.cid-sIlDDet4W1 p {
  padding: 0;
  margin: 0;
}
.cid-sIlDDet4W1 img {
  border-radius: 100%;
  width: 100%;
}
.cid-sIlDDet4W1 .text-box {
  padding: 0rem;
}
.cid-sIlDDet4W1 .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 3px;
}
.cid-sIlDDet4W1 .card-title {
  color: #232323;
  margin: 0;
  padding-bottom: 0.2rem;
}
.cid-sIlDDet4W1 .card-img {
  border-radius: 100%;
  height: 100%;
}
.cid-sIlDDet4W1 .card-box {
  padding: 0rem;
}
.cid-sIlDDet4W1 .mbr-section-title {
  margin: 0 auto;
  margin-bottom: 2rem;
  color: #767676;
  text-align: center;
}
.cid-sIlDDet4W1 .status {
  color: #cc2952;
  text-align: left;
}
.cid-sIlDDet4W1 .text {
  line-height: 1.6;
}
.cid-sIMmCtjAtx {
  padding-top: 0px;
  padding-bottom: 15px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-sIMmCtjAtx .mbr-section-subtitle {
  color: #767676;
}
.cid-sIMmCtjAtx .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sIMmCtjAtx .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sIMmCtjAtx .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sIMmCtjAtx .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sIMmCtjAtx .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #6ee921;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #6ee921, #465052);
}
.cid-sIMmCtjAtx .icon-focus,
.cid-sIMmCtjAtx .icon-video {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-sIMmCtjAtx .icon-focus:before,
.cid-sIMmCtjAtx .icon-video:before {
  content: '+';
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sIMmCtjAtx .icon-video {
  font-size: 1.5rem !important;
}
.cid-sIMmCtjAtx .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-sIMmCtjAtx ul {
  font-size: 0;
}
.cid-sIMmCtjAtx .mbr-gallery-filter ul {
  text-align: left;
}
.cid-sIMmCtjAtx .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-sIMmCtjAtx .mbr-gallery-filter ul li .btn {
  position: relative;
  padding: 0.5rem 1rem 0.6rem;
  margin: 0!important;
  background-color: transparent !important;
  border-width: 0 !important;
  color: #232323 !important;
}
.cid-sIMmCtjAtx .mbr-gallery-filter ul li .btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  border-radius: 100px;
  opacity: 0.5;
}
.cid-sIMmCtjAtx .mbr-gallery-filter ul li:not(.active) .btn:hover:after,
.cid-sIMmCtjAtx .mbr-gallery-filter ul li.active .btn:after {
  border-color: #232323;
}
.cid-sIMmCtjAtx .mbr-gallery-filter ul li .btn:hover:after {
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
.cid-sIMmCtjAtx .mbr-gallery-filter ul li .btn:not(:hover):after {
  animation: none;
}
.cid-sIMmCtjAtx .mbr-gallery-filter ul li:first-child,
.cid-sIMmCtjAtx .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-sIMmCtjAtx .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-sIMmCtjAtx .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.cid-sIMouPNnvN {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sIMouPNnvN .mbr-iconfont {
  font-size: 1rem;
  margin-bottom: 6px;
}
.cid-sIMouPNnvN .title,
.cid-sIMouPNnvN .mbr-section-title {
  margin-bottom: 0.5rem!important;
}
.cid-sIMouPNnvN .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  border-bottom: 2px dotted #cccccc;
}
.cid-sIMouPNnvN .ico-line {
  display: flex;
}
.cid-sIMouPNnvN .type {
  color: #cc2952;
  text-align: left;
}
.cid-sIMouPNnvN p {
  padding: 0;
  margin: 0;
}
.cid-sIMouPNnvN img {
  border-radius: 100%;
  width: 100%;
}
.cid-sIMouPNnvN .text-box {
  padding: 0rem;
}
.cid-sIMouPNnvN .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 3px;
}
.cid-sIMouPNnvN .card-title {
  color: #232323;
  margin: 0;
  padding-bottom: 0.2rem;
}
.cid-sIMouPNnvN .card-img {
  border-radius: 100%;
  height: 100%;
}
.cid-sIMouPNnvN .card-box {
  padding: 0rem;
}
.cid-sIMouPNnvN .mbr-section-title {
  margin: 0 auto;
  margin-bottom: 2rem;
  color: #767676;
  text-align: center;
}
.cid-sIMouPNnvN .status {
  color: #cc2952;
  text-align: left;
}
.cid-sIMouPNnvN .text {
  line-height: 1.6;
}
.cid-sIMovUXWns {
  padding-top: 0px;
  padding-bottom: 45px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-sIMovUXWns .mbr-section-subtitle {
  color: #767676;
}
.cid-sIMovUXWns .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sIMovUXWns .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sIMovUXWns .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sIMovUXWns .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sIMovUXWns .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #6ee921;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #6ee921, #465052);
}
.cid-sIMovUXWns .icon-focus,
.cid-sIMovUXWns .icon-video {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-sIMovUXWns .icon-focus:before,
.cid-sIMovUXWns .icon-video:before {
  content: '+';
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sIMovUXWns .icon-video {
  font-size: 1.5rem !important;
}
.cid-sIMovUXWns .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-sIMovUXWns ul {
  font-size: 0;
}
.cid-sIMovUXWns .mbr-gallery-filter ul {
  text-align: left;
}
.cid-sIMovUXWns .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-sIMovUXWns .mbr-gallery-filter ul li .btn {
  position: relative;
  padding: 0.5rem 1rem 0.6rem;
  margin: 0!important;
  background-color: transparent !important;
  border-width: 0 !important;
  color: #232323 !important;
}
.cid-sIMovUXWns .mbr-gallery-filter ul li .btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  border-radius: 100px;
  opacity: 0.5;
}
.cid-sIMovUXWns .mbr-gallery-filter ul li:not(.active) .btn:hover:after,
.cid-sIMovUXWns .mbr-gallery-filter ul li.active .btn:after {
  border-color: #232323;
}
.cid-sIMovUXWns .mbr-gallery-filter ul li .btn:hover:after {
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
.cid-sIMovUXWns .mbr-gallery-filter ul li .btn:not(:hover):after {
  animation: none;
}
.cid-sIMovUXWns .mbr-gallery-filter ul li:first-child,
.cid-sIMovUXWns .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-sIMovUXWns .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-sIMovUXWns .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.cid-sMAglH399B {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sMAglH399B .mbr-iconfont {
  font-size: 1rem;
  margin-bottom: 6px;
}
.cid-sMAglH399B .title,
.cid-sMAglH399B .mbr-section-title {
  margin-bottom: 0.5rem!important;
}
.cid-sMAglH399B .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  border-bottom: 2px dotted #cccccc;
}
.cid-sMAglH399B .ico-line {
  display: flex;
}
.cid-sMAglH399B .type {
  color: #cc2952;
  text-align: left;
}
.cid-sMAglH399B p {
  padding: 0;
  margin: 0;
}
.cid-sMAglH399B img {
  border-radius: 100%;
  width: 100%;
}
.cid-sMAglH399B .text-box {
  padding: 0rem;
}
.cid-sMAglH399B .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 3px;
}
.cid-sMAglH399B .card-title {
  color: #232323;
  margin: 0;
  padding-bottom: 0.2rem;
}
.cid-sMAglH399B .card-img {
  border-radius: 100%;
  height: 100%;
}
.cid-sMAglH399B .card-box {
  padding: 0rem;
}
.cid-sMAglH399B .mbr-section-title {
  margin: 0 auto;
  margin-bottom: 2rem;
  color: #767676;
  text-align: center;
}
.cid-sMAglH399B .status {
  color: #cc2952;
  text-align: left;
}
.cid-sMAglH399B .text {
  line-height: 1.6;
}
.cid-sMAgow6ZwH {
  padding-top: 0px;
  padding-bottom: 0px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-sMAgow6ZwH .mbr-section-subtitle {
  color: #767676;
}
.cid-sMAgow6ZwH .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sMAgow6ZwH .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sMAgow6ZwH .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sMAgow6ZwH .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sMAgow6ZwH .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #6ee921;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #6ee921, #465052);
}
.cid-sMAgow6ZwH .icon-focus,
.cid-sMAgow6ZwH .icon-video {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-sMAgow6ZwH .icon-focus:before,
.cid-sMAgow6ZwH .icon-video:before {
  content: '+';
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sMAgow6ZwH .icon-video {
  font-size: 1.5rem !important;
}
.cid-sMAgow6ZwH .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-sMAgow6ZwH ul {
  font-size: 0;
}
.cid-sMAgow6ZwH .mbr-gallery-filter ul {
  text-align: left;
}
.cid-sMAgow6ZwH .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-sMAgow6ZwH .mbr-gallery-filter ul li .btn {
  position: relative;
  padding: 0.5rem 1rem 0.6rem;
  margin: 0!important;
  background-color: transparent !important;
  border-width: 0 !important;
  color: #232323 !important;
}
.cid-sMAgow6ZwH .mbr-gallery-filter ul li .btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  border-radius: 100px;
  opacity: 0.5;
}
.cid-sMAgow6ZwH .mbr-gallery-filter ul li:not(.active) .btn:hover:after,
.cid-sMAgow6ZwH .mbr-gallery-filter ul li.active .btn:after {
  border-color: #232323;
}
.cid-sMAgow6ZwH .mbr-gallery-filter ul li .btn:hover:after {
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
.cid-sMAgow6ZwH .mbr-gallery-filter ul li .btn:not(:hover):after {
  animation: none;
}
.cid-sMAgow6ZwH .mbr-gallery-filter ul li:first-child,
.cid-sMAgow6ZwH .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-sMAgow6ZwH .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-sMAgow6ZwH .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.cid-sLghrhLO7K {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sLghrhLO7K .mbr-iconfont {
  font-size: 1rem;
  margin-bottom: 6px;
}
.cid-sLghrhLO7K .title,
.cid-sLghrhLO7K .mbr-section-title {
  margin-bottom: 0.5rem!important;
}
.cid-sLghrhLO7K .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  border-bottom: 2px dotted #cccccc;
}
.cid-sLghrhLO7K .ico-line {
  display: flex;
}
.cid-sLghrhLO7K .type {
  color: #cc2952;
  text-align: left;
}
.cid-sLghrhLO7K p {
  padding: 0;
  margin: 0;
}
.cid-sLghrhLO7K img {
  border-radius: 100%;
  width: 100%;
}
.cid-sLghrhLO7K .text-box {
  padding: 0rem;
}
.cid-sLghrhLO7K .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 3px;
}
.cid-sLghrhLO7K .card-title {
  color: #232323;
  margin: 0;
  padding-bottom: 0.2rem;
}
.cid-sLghrhLO7K .card-img {
  border-radius: 100%;
  height: 100%;
}
.cid-sLghrhLO7K .card-box {
  padding: 0rem;
}
.cid-sLghrhLO7K .mbr-section-title {
  margin: 0 auto;
  margin-bottom: 2rem;
  color: #767676;
  text-align: center;
}
.cid-sLghrhLO7K .status {
  color: #cc2952;
  text-align: left;
}
.cid-sLghrhLO7K .text {
  line-height: 1.6;
}
.cid-sLghshri5z {
  padding-top: 0px;
  padding-bottom: 90px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-sLghshri5z .mbr-section-subtitle {
  color: #767676;
}
.cid-sLghshri5z .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sLghshri5z .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sLghshri5z .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sLghshri5z .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sLghshri5z .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #6ee921;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #6ee921, #465052);
}
.cid-sLghshri5z .icon-focus,
.cid-sLghshri5z .icon-video {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-sLghshri5z .icon-focus:before,
.cid-sLghshri5z .icon-video:before {
  content: '+';
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sLghshri5z .icon-video {
  font-size: 1.5rem !important;
}
.cid-sLghshri5z .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-sLghshri5z ul {
  font-size: 0;
}
.cid-sLghshri5z .mbr-gallery-filter ul {
  text-align: left;
}
.cid-sLghshri5z .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-sLghshri5z .mbr-gallery-filter ul li .btn {
  position: relative;
  padding: 0.5rem 1rem 0.6rem;
  margin: 0!important;
  background-color: transparent !important;
  border-width: 0 !important;
  color: #232323 !important;
}
.cid-sLghshri5z .mbr-gallery-filter ul li .btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  border-radius: 100px;
  opacity: 0.5;
}
.cid-sLghshri5z .mbr-gallery-filter ul li:not(.active) .btn:hover:after,
.cid-sLghshri5z .mbr-gallery-filter ul li.active .btn:after {
  border-color: #232323;
}
.cid-sLghshri5z .mbr-gallery-filter ul li .btn:hover:after {
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
.cid-sLghshri5z .mbr-gallery-filter ul li .btn:not(:hover):after {
  animation: none;
}
.cid-sLghshri5z .mbr-gallery-filter ul li:first-child,
.cid-sLghshri5z .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-sLghshri5z .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-sLghshri5z .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.cid-sNCrGCC8tV {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sNCrGCC8tV .mbr-iconfont {
  font-size: 1rem;
  margin-bottom: 6px;
}
.cid-sNCrGCC8tV .title,
.cid-sNCrGCC8tV .mbr-section-title {
  margin-bottom: 0.5rem!important;
}
.cid-sNCrGCC8tV .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  border-bottom: 2px dotted #cccccc;
}
.cid-sNCrGCC8tV .ico-line {
  display: flex;
}
.cid-sNCrGCC8tV .type {
  color: #cc2952;
  text-align: left;
}
.cid-sNCrGCC8tV p {
  padding: 0;
  margin: 0;
}
.cid-sNCrGCC8tV img {
  border-radius: 100%;
  width: 100%;
}
.cid-sNCrGCC8tV .text-box {
  padding: 0rem;
}
.cid-sNCrGCC8tV .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 3px;
}
.cid-sNCrGCC8tV .card-title {
  color: #232323;
  margin: 0;
  padding-bottom: 0.2rem;
}
.cid-sNCrGCC8tV .card-img {
  border-radius: 100%;
  height: 100%;
}
.cid-sNCrGCC8tV .card-box {
  padding: 0rem;
}
.cid-sNCrGCC8tV .mbr-section-title {
  margin: 0 auto;
  margin-bottom: 2rem;
  color: #767676;
  text-align: center;
}
.cid-sNCrGCC8tV .status {
  color: #cc2952;
  text-align: left;
}
.cid-sNCrGCC8tV .text {
  line-height: 1.6;
}
.cid-sNCrCN5oVl {
  padding-top: 0px;
  padding-bottom: 15px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-sNCrCN5oVl .mbr-section-subtitle {
  color: #767676;
}
.cid-sNCrCN5oVl .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sNCrCN5oVl .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sNCrCN5oVl .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sNCrCN5oVl .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sNCrCN5oVl .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #6ee921;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #6ee921, #465052);
}
.cid-sNCrCN5oVl .icon-focus,
.cid-sNCrCN5oVl .icon-video {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-sNCrCN5oVl .icon-focus:before,
.cid-sNCrCN5oVl .icon-video:before {
  content: '+';
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sNCrCN5oVl .icon-video {
  font-size: 1.5rem !important;
}
.cid-sNCrCN5oVl .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-sNCrCN5oVl ul {
  font-size: 0;
}
.cid-sNCrCN5oVl .mbr-gallery-filter ul {
  text-align: left;
}
.cid-sNCrCN5oVl .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-sNCrCN5oVl .mbr-gallery-filter ul li .btn {
  position: relative;
  padding: 0.5rem 1rem 0.6rem;
  margin: 0!important;
  background-color: transparent !important;
  border-width: 0 !important;
  color: #232323 !important;
}
.cid-sNCrCN5oVl .mbr-gallery-filter ul li .btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  border-radius: 100px;
  opacity: 0.5;
}
.cid-sNCrCN5oVl .mbr-gallery-filter ul li:not(.active) .btn:hover:after,
.cid-sNCrCN5oVl .mbr-gallery-filter ul li.active .btn:after {
  border-color: #232323;
}
.cid-sNCrCN5oVl .mbr-gallery-filter ul li .btn:hover:after {
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
.cid-sNCrCN5oVl .mbr-gallery-filter ul li .btn:not(:hover):after {
  animation: none;
}
.cid-sNCrCN5oVl .mbr-gallery-filter ul li:first-child,
.cid-sNCrCN5oVl .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-sNCrCN5oVl .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-sNCrCN5oVl .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.cid-sHddK5pd3Y {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #465052;
}
@media (max-width: 767px) {
  .cid-sHddK5pd3Y .content {
    text-align: center;
  }
  .cid-sHddK5pd3Y .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sHddK5pd3Y .img-logo img {
  height: 6rem;
}
.cid-sHddK5pd3Y .social-list {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sHddK5pd3Y .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #fff;
}
.cid-sHddK5pd3Y .social-list .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-sHddK5pd3Y .social-list .soc-item {
  margin: 0 3px 15px 3px;
}
.cid-sHddK5pd3Y .social-list a {
  margin: 0;
  opacity: 0.7;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sHddK5pd3Y .social-list a:hover {
  opacity: 1;
}
.cid-sHddK5pd3Y .form-control {
  min-height: auto;
  color: #ffffff !important;
  border: none !important;
  width: 100%;
  border-radius: 0 !important;
  background-color: transparent;
  padding: 0.5rem 0rem;
  border-bottom: 1px solid #ffffff !important;
}
.cid-sHddK5pd3Y .form-control:focus {
  outline: none;
  box-shadow: none;
}
.cid-sHddK5pd3Y .form-control:hover {
  border: none !important ;
  border-bottom: 1px solid #ffffff !important;
}
.cid-sHddK5pd3Y input::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-sHddK5pd3Y input::-moz-placeholder {
  color: #ffffff;
}
.cid-sHddK5pd3Y textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-sHddK5pd3Y textarea::-moz-placeholder {
  color: #ffffff;
}
.cid-sHddK5pd3Y .list {
  list-style-type: none;
  padding: 0;
}
.cid-sHddK5pd3Y .list li {
  padding-bottom: 0.5rem;
}
.cid-sHddK5pd3Y .list li:last-child {
  padding-bottom: 0;
}
.cid-sHddK5pd3Y .mbr-footer-list,
.cid-sHddK5pd3Y .form-text {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-sHddK5pd3Y .mbr-footer-list,
  .cid-sHddK5pd3Y .form-text,
  .cid-sHddK5pd3Y .footer-title,
  .cid-sHddK5pd3Y .footer-main-title,
  .cid-sHddK5pd3Y .form-text,
  .cid-sHddK5pd3Y .list {
    text-align: center !important;
  }
  .cid-sHddK5pd3Y .mbr-form,
  .cid-sHddK5pd3Y .social-list {
    -webkit-justify-content: center !important;
    justify-content: center !important;
  }
}
.cid-sHt50i2egT .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #6ee921;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) 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-sHt50i2egT .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sHt50i2egT .nav-item,
.cid-sHt50i2egT .nav-link,
.cid-sHt50i2egT .navbar-caption {
  font-weight: normal;
}
.cid-sHt50i2egT .nav-item:focus,
.cid-sHt50i2egT .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sHt50i2egT .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-sHt50i2egT .nav-item .nav-link {
    position: relative;
  }
  .cid-sHt50i2egT .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #6ee921;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-sHt50i2egT .nav-item:hover .nav-link:before,
  .cid-sHt50i2egT .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-sHt50i2egT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-sHt50i2egT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sHt50i2egT .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-sHt50i2egT .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sHt50i2egT .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sHt50i2egT .dropdown .dropdown-menu .dropdown-item .soc-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-sHt50i2egT .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #465052;
}
.cid-sHt50i2egT .navbar.opened {
  transition: all 0.3s;
  background: #465052 !important;
}
.cid-sHt50i2egT .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-sHt50i2egT .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-sHt50i2egT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sHt50i2egT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sHt50i2egT .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sHt50i2egT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sHt50i2egT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sHt50i2egT .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sHt50i2egT .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-sHt50i2egT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sHt50i2egT .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sHt50i2egT .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sHt50i2egT .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sHt50i2egT .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sHt50i2egT .navbar.navbar-short {
  background: #465052 !important;
  min-height: 60px;
}
.cid-sHt50i2egT .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-sHt50i2egT .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sHt50i2egT .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sHt50i2egT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sHt50i2egT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sHt50i2egT .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sHt50i2egT .dropdown-item.active,
.cid-sHt50i2egT .dropdown-item:active {
  background-color: transparent;
}
.cid-sHt50i2egT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sHt50i2egT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sHt50i2egT .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sHt50i2egT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #465052;
  z-index: 2;
}
.cid-sHt50i2egT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sHt50i2egT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sHt50i2egT ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sHt50i2egT .navbar-buttons {
  text-align: center;
}
.cid-sHt50i2egT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sHt50i2egT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sHt50i2egT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sHt50i2egT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sHt50i2egT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sHt50i2egT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sHt50i2egT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sHt50i2egT nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sHt50i2egT nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sHt50i2egT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sHt50i2egT .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sHt50i2egT a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sHt50i2egT .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #ff3366;
  display: inline-flex;
}
.cid-sHt50i2egT .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-sHt50i2egT .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-sHt50i2egT .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sHt50i2egT a.nav-link .mbr-iconfont-btn,
.cid-sHt50i2egT a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-sHt50i2egT a.nav-link:hover .mbr-iconfont-btn,
.cid-sHt50i2egT a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-sHt50i2egT a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sHt50i2egT .navbar {
    height: 77px;
  }
  .cid-sHt50i2egT .navbar.opened {
    height: auto;
  }
  .cid-sHt50i2egT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sHt50jhMpJ {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sHt50jhMpJ .item-wrapper:hover .item-title a {
  color: #ff3366 !important;
}
.cid-sHt50jhMpJ .item-title,
.cid-sHt50jhMpJ .card_topic {
  margin-bottom: 12px;
}
.cid-sHt50jhMpJ .category_content {
  opacity: .8;
}
.cid-sHt50jhMpJ .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ff3366;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-sHt50jhMpJ .mbr-text {
  margin: 25px 0;
  padding-left: 25px;
  border-left: 5px solid #6ee921;
}
.cid-sHt50jhMpJ .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-sHt50jhMpJ .mbr-section-btn .btn-secondary-outline:hover,
.cid-sHt50jhMpJ .mbr-section-btn .btn-secondary-outline .active,
.cid-sHt50jhMpJ .mbr-section-btn .btn-secondary-outline:focus {
  color: #149dcc !important;
}
.cid-sHt50jhMpJ H5 {
  color: #cc2952;
}
.cid-turxhoMe8I {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-turxhoMe8I .mbr-iconfont {
  font-size: 1rem;
  margin-bottom: 6px;
}
.cid-turxhoMe8I .title,
.cid-turxhoMe8I .mbr-section-title {
  margin-bottom: 0.5rem!important;
}
.cid-turxhoMe8I .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  border-bottom: 2px dotted #cccccc;
}
.cid-turxhoMe8I .ico-line {
  display: flex;
}
.cid-turxhoMe8I .type {
  color: #cc2952;
  text-align: left;
}
.cid-turxhoMe8I p {
  padding: 0;
  margin: 0;
}
.cid-turxhoMe8I img {
  border-radius: 100%;
  width: 100%;
}
.cid-turxhoMe8I .text-box {
  padding: 0rem;
}
.cid-turxhoMe8I .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 3px;
}
.cid-turxhoMe8I .card-title {
  color: #232323;
  margin: 0;
  padding-bottom: 0.2rem;
}
.cid-turxhoMe8I .card-img {
  border-radius: 100%;
  height: 100%;
}
.cid-turxhoMe8I .card-box {
  padding: 0rem;
}
.cid-turxhoMe8I .mbr-section-title {
  margin: 0 auto;
  margin-bottom: 2rem;
  color: #767676;
  text-align: center;
}
.cid-turxhoMe8I .status {
  color: #cc2952;
  text-align: left;
}
.cid-turxhoMe8I .text {
  line-height: 1.6;
}
.cid-sHt50m2cT7 {
  padding-top: 0px;
  padding-bottom: 15px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-sHt50m2cT7 .mbr-section-subtitle {
  color: #767676;
}
.cid-sHt50m2cT7 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sHt50m2cT7 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sHt50m2cT7 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sHt50m2cT7 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sHt50m2cT7 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #6ee921;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #6ee921, #465052);
}
.cid-sHt50m2cT7 .icon-focus,
.cid-sHt50m2cT7 .icon-video {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-sHt50m2cT7 .icon-focus:before,
.cid-sHt50m2cT7 .icon-video:before {
  content: '+';
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sHt50m2cT7 .icon-video {
  font-size: 1.5rem !important;
}
.cid-sHt50m2cT7 .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-sHt50m2cT7 ul {
  font-size: 0;
}
.cid-sHt50m2cT7 .mbr-gallery-filter ul {
  text-align: left;
}
.cid-sHt50m2cT7 .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-sHt50m2cT7 .mbr-gallery-filter ul li .btn {
  position: relative;
  padding: 0.5rem 1rem 0.6rem;
  margin: 0!important;
  background-color: transparent !important;
  border-width: 0 !important;
  color: #232323 !important;
}
.cid-sHt50m2cT7 .mbr-gallery-filter ul li .btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  border-radius: 100px;
  opacity: 0.5;
}
.cid-sHt50m2cT7 .mbr-gallery-filter ul li:not(.active) .btn:hover:after,
.cid-sHt50m2cT7 .mbr-gallery-filter ul li.active .btn:after {
  border-color: #232323;
}
.cid-sHt50m2cT7 .mbr-gallery-filter ul li .btn:hover:after {
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
.cid-sHt50m2cT7 .mbr-gallery-filter ul li .btn:not(:hover):after {
  animation: none;
}
.cid-sHt50m2cT7 .mbr-gallery-filter ul li:first-child,
.cid-sHt50m2cT7 .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-sHt50m2cT7 .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-sHt50m2cT7 .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.cid-turx8tNu4C {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-turx8tNu4C .mbr-iconfont {
  font-size: 1rem;
  margin-bottom: 6px;
}
.cid-turx8tNu4C .title,
.cid-turx8tNu4C .mbr-section-title {
  margin-bottom: 0.5rem!important;
}
.cid-turx8tNu4C .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  border-bottom: 2px dotted #cccccc;
}
.cid-turx8tNu4C .ico-line {
  display: flex;
}
.cid-turx8tNu4C .type {
  color: #cc2952;
  text-align: left;
}
.cid-turx8tNu4C p {
  padding: 0;
  margin: 0;
}
.cid-turx8tNu4C img {
  border-radius: 100%;
  width: 100%;
}
.cid-turx8tNu4C .text-box {
  padding: 0rem;
}
.cid-turx8tNu4C .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 3px;
}
.cid-turx8tNu4C .card-title {
  color: #232323;
  margin: 0;
  padding-bottom: 0.2rem;
}
.cid-turx8tNu4C .card-img {
  border-radius: 100%;
  height: 100%;
}
.cid-turx8tNu4C .card-box {
  padding: 0rem;
}
.cid-turx8tNu4C .mbr-section-title {
  margin: 0 auto;
  margin-bottom: 2rem;
  color: #767676;
  text-align: center;
}
.cid-turx8tNu4C .status {
  color: #cc2952;
  text-align: left;
}
.cid-turx8tNu4C .text {
  line-height: 1.6;
}
.cid-turz213dxF {
  padding-top: 0px;
  padding-bottom: 90px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-turz213dxF .mbr-section-subtitle {
  color: #767676;
}
.cid-turz213dxF .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-turz213dxF .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-turz213dxF .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-turz213dxF .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-turz213dxF .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #6ee921;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #6ee921, #465052);
}
.cid-turz213dxF .icon-focus,
.cid-turz213dxF .icon-video {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-turz213dxF .icon-focus:before,
.cid-turz213dxF .icon-video:before {
  content: '+';
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-turz213dxF .icon-video {
  font-size: 1.5rem !important;
}
.cid-turz213dxF .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-turz213dxF ul {
  font-size: 0;
}
.cid-turz213dxF .mbr-gallery-filter ul {
  text-align: left;
}
.cid-turz213dxF .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-turz213dxF .mbr-gallery-filter ul li .btn {
  position: relative;
  padding: 0.5rem 1rem 0.6rem;
  margin: 0!important;
  background-color: transparent !important;
  border-width: 0 !important;
  color: #232323 !important;
}
.cid-turz213dxF .mbr-gallery-filter ul li .btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  border-radius: 100px;
  opacity: 0.5;
}
.cid-turz213dxF .mbr-gallery-filter ul li:not(.active) .btn:hover:after,
.cid-turz213dxF .mbr-gallery-filter ul li.active .btn:after {
  border-color: #232323;
}
.cid-turz213dxF .mbr-gallery-filter ul li .btn:hover:after {
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
.cid-turz213dxF .mbr-gallery-filter ul li .btn:not(:hover):after {
  animation: none;
}
.cid-turz213dxF .mbr-gallery-filter ul li:first-child,
.cid-turz213dxF .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-turz213dxF .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-turz213dxF .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.cid-sHt50nbm9z {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #465052;
}
@media (max-width: 767px) {
  .cid-sHt50nbm9z .content {
    text-align: center;
  }
  .cid-sHt50nbm9z .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sHt50nbm9z .img-logo img {
  height: 6rem;
}
.cid-sHt50nbm9z .social-list {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sHt50nbm9z .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #fff;
}
.cid-sHt50nbm9z .social-list .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-sHt50nbm9z .social-list .soc-item {
  margin: 0 3px 15px 3px;
}
.cid-sHt50nbm9z .social-list a {
  margin: 0;
  opacity: 0.7;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sHt50nbm9z .social-list a:hover {
  opacity: 1;
}
.cid-sHt50nbm9z .form-control {
  min-height: auto;
  color: #ffffff !important;
  border: none !important;
  width: 100%;
  border-radius: 0 !important;
  background-color: transparent;
  padding: 0.5rem 0rem;
  border-bottom: 1px solid #ffffff !important;
}
.cid-sHt50nbm9z .form-control:focus {
  outline: none;
  box-shadow: none;
}
.cid-sHt50nbm9z .form-control:hover {
  border: none !important ;
  border-bottom: 1px solid #ffffff !important;
}
.cid-sHt50nbm9z input::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-sHt50nbm9z input::-moz-placeholder {
  color: #ffffff;
}
.cid-sHt50nbm9z textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-sHt50nbm9z textarea::-moz-placeholder {
  color: #ffffff;
}
.cid-sHt50nbm9z .list {
  list-style-type: none;
  padding: 0;
}
.cid-sHt50nbm9z .list li {
  padding-bottom: 0.5rem;
}
.cid-sHt50nbm9z .list li:last-child {
  padding-bottom: 0;
}
.cid-sHt50nbm9z .mbr-footer-list,
.cid-sHt50nbm9z .form-text {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-sHt50nbm9z .mbr-footer-list,
  .cid-sHt50nbm9z .form-text,
  .cid-sHt50nbm9z .footer-title,
  .cid-sHt50nbm9z .footer-main-title,
  .cid-sHt50nbm9z .form-text,
  .cid-sHt50nbm9z .list {
    text-align: center !important;
  }
  .cid-sHt50nbm9z .mbr-form,
  .cid-sHt50nbm9z .social-list {
    -webkit-justify-content: center !important;
    justify-content: center !important;
  }
}
.cid-sF2Q9qxLKB .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #6ee921;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) 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-sF2Q9qxLKB .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sF2Q9qxLKB .nav-item,
.cid-sF2Q9qxLKB .nav-link,
.cid-sF2Q9qxLKB .navbar-caption {
  font-weight: normal;
}
.cid-sF2Q9qxLKB .nav-item:focus,
.cid-sF2Q9qxLKB .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sF2Q9qxLKB .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-sF2Q9qxLKB .nav-item .nav-link {
    position: relative;
  }
  .cid-sF2Q9qxLKB .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #6ee921;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-sF2Q9qxLKB .nav-item:hover .nav-link:before,
  .cid-sF2Q9qxLKB .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-sF2Q9qxLKB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-sF2Q9qxLKB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sF2Q9qxLKB .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-sF2Q9qxLKB .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sF2Q9qxLKB .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sF2Q9qxLKB .dropdown .dropdown-menu .dropdown-item .soc-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-sF2Q9qxLKB .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #465052;
}
.cid-sF2Q9qxLKB .navbar.opened {
  transition: all 0.3s;
  background: #465052 !important;
}
.cid-sF2Q9qxLKB .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-sF2Q9qxLKB .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-sF2Q9qxLKB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sF2Q9qxLKB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sF2Q9qxLKB .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sF2Q9qxLKB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sF2Q9qxLKB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sF2Q9qxLKB .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sF2Q9qxLKB .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-sF2Q9qxLKB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sF2Q9qxLKB .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sF2Q9qxLKB .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sF2Q9qxLKB .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sF2Q9qxLKB .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sF2Q9qxLKB .navbar.navbar-short {
  background: #465052 !important;
  min-height: 60px;
}
.cid-sF2Q9qxLKB .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-sF2Q9qxLKB .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sF2Q9qxLKB .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sF2Q9qxLKB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sF2Q9qxLKB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sF2Q9qxLKB .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sF2Q9qxLKB .dropdown-item.active,
.cid-sF2Q9qxLKB .dropdown-item:active {
  background-color: transparent;
}
.cid-sF2Q9qxLKB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sF2Q9qxLKB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sF2Q9qxLKB .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sF2Q9qxLKB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #465052;
  z-index: 2;
}
.cid-sF2Q9qxLKB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sF2Q9qxLKB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sF2Q9qxLKB ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sF2Q9qxLKB .navbar-buttons {
  text-align: center;
}
.cid-sF2Q9qxLKB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sF2Q9qxLKB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sF2Q9qxLKB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sF2Q9qxLKB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sF2Q9qxLKB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sF2Q9qxLKB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sF2Q9qxLKB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sF2Q9qxLKB nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sF2Q9qxLKB nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sF2Q9qxLKB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sF2Q9qxLKB .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sF2Q9qxLKB a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sF2Q9qxLKB .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #ff3366;
  display: inline-flex;
}
.cid-sF2Q9qxLKB .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-sF2Q9qxLKB .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-sF2Q9qxLKB .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sF2Q9qxLKB a.nav-link .mbr-iconfont-btn,
.cid-sF2Q9qxLKB a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-sF2Q9qxLKB a.nav-link:hover .mbr-iconfont-btn,
.cid-sF2Q9qxLKB a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-sF2Q9qxLKB a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sF2Q9qxLKB .navbar {
    height: 77px;
  }
  .cid-sF2Q9qxLKB .navbar.opened {
    height: auto;
  }
  .cid-sF2Q9qxLKB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sF2Q9rlgpR {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sF2Q9rlgpR .item-wrapper:hover .item-title a {
  color: #ff3366 !important;
}
.cid-sF2Q9rlgpR .item-title,
.cid-sF2Q9rlgpR .card_topic {
  margin-bottom: 12px;
}
.cid-sF2Q9rlgpR .category_content {
  opacity: .8;
}
.cid-sF2Q9rlgpR .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ff3366;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-sF2Q9rlgpR .mbr-text {
  margin: 25px 0;
  padding-left: 25px;
  border-left: 5px solid #6ee921;
}
.cid-sF2Q9rlgpR .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-sF2Q9rlgpR .mbr-section-btn .btn-secondary-outline:hover,
.cid-sF2Q9rlgpR .mbr-section-btn .btn-secondary-outline .active,
.cid-sF2Q9rlgpR .mbr-section-btn .btn-secondary-outline:focus {
  color: #149dcc !important;
}
.cid-sF2Q9rlgpR H5 {
  color: #cc2952;
}
.cid-tcMFwTTxrH {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tcMFwTTxrH .mbr-iconfont {
  font-size: 1rem;
  margin-bottom: 6px;
}
.cid-tcMFwTTxrH .title,
.cid-tcMFwTTxrH .mbr-section-title {
  margin-bottom: 0.5rem!important;
}
.cid-tcMFwTTxrH .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  border-bottom: 2px dotted #cccccc;
}
.cid-tcMFwTTxrH .ico-line {
  display: flex;
}
.cid-tcMFwTTxrH .type {
  color: #cc2952;
  text-align: left;
}
.cid-tcMFwTTxrH p {
  padding: 0;
  margin: 0;
}
.cid-tcMFwTTxrH img {
  border-radius: 100%;
  width: 100%;
}
.cid-tcMFwTTxrH .text-box {
  padding: 0rem;
}
.cid-tcMFwTTxrH .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 3px;
}
.cid-tcMFwTTxrH .card-title {
  color: #232323;
  margin: 0;
  padding-bottom: 0.2rem;
}
.cid-tcMFwTTxrH .card-img {
  border-radius: 100%;
  height: 100%;
}
.cid-tcMFwTTxrH .card-box {
  padding: 0rem;
}
.cid-tcMFwTTxrH .mbr-section-title {
  margin: 0 auto;
  margin-bottom: 2rem;
  color: #767676;
  text-align: center;
}
.cid-tcMFwTTxrH .status {
  color: #cc2952;
  text-align: left;
}
.cid-tcMFwTTxrH .text {
  line-height: 1.6;
}
.cid-tcMFy4WRbK {
  padding-top: 0px;
  padding-bottom: 0px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-tcMFy4WRbK .mbr-section-subtitle {
  color: #767676;
}
.cid-tcMFy4WRbK .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tcMFy4WRbK .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tcMFy4WRbK .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tcMFy4WRbK .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tcMFy4WRbK .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #6ee921;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #6ee921, #465052);
}
.cid-tcMFy4WRbK .icon-focus,
.cid-tcMFy4WRbK .icon-video {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-tcMFy4WRbK .icon-focus:before,
.cid-tcMFy4WRbK .icon-video:before {
  content: '+';
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tcMFy4WRbK .icon-video {
  font-size: 1.5rem !important;
}
.cid-tcMFy4WRbK .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-tcMFy4WRbK ul {
  font-size: 0;
}
.cid-tcMFy4WRbK .mbr-gallery-filter ul {
  text-align: left;
}
.cid-tcMFy4WRbK .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-tcMFy4WRbK .mbr-gallery-filter ul li .btn {
  position: relative;
  padding: 0.5rem 1rem 0.6rem;
  margin: 0!important;
  background-color: transparent !important;
  border-width: 0 !important;
  color: #232323 !important;
}
.cid-tcMFy4WRbK .mbr-gallery-filter ul li .btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  border-radius: 100px;
  opacity: 0.5;
}
.cid-tcMFy4WRbK .mbr-gallery-filter ul li:not(.active) .btn:hover:after,
.cid-tcMFy4WRbK .mbr-gallery-filter ul li.active .btn:after {
  border-color: #232323;
}
.cid-tcMFy4WRbK .mbr-gallery-filter ul li .btn:hover:after {
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
.cid-tcMFy4WRbK .mbr-gallery-filter ul li .btn:not(:hover):after {
  animation: none;
}
.cid-tcMFy4WRbK .mbr-gallery-filter ul li:first-child,
.cid-tcMFy4WRbK .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-tcMFy4WRbK .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-tcMFy4WRbK .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.cid-sHEWgRg5sJ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sHEWgRg5sJ .mbr-iconfont {
  font-size: 1rem;
  margin-bottom: 6px;
}
.cid-sHEWgRg5sJ .title,
.cid-sHEWgRg5sJ .mbr-section-title {
  margin-bottom: 0.5rem!important;
}
.cid-sHEWgRg5sJ .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  border-bottom: 2px dotted #cccccc;
}
.cid-sHEWgRg5sJ .ico-line {
  display: flex;
}
.cid-sHEWgRg5sJ .type {
  color: #cc2952;
  text-align: left;
}
.cid-sHEWgRg5sJ p {
  padding: 0;
  margin: 0;
}
.cid-sHEWgRg5sJ img {
  border-radius: 100%;
  width: 100%;
}
.cid-sHEWgRg5sJ .text-box {
  padding: 0rem;
}
.cid-sHEWgRg5sJ .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 3px;
}
.cid-sHEWgRg5sJ .card-title {
  color: #232323;
  margin: 0;
  padding-bottom: 0.2rem;
}
.cid-sHEWgRg5sJ .card-img {
  border-radius: 100%;
  height: 100%;
}
.cid-sHEWgRg5sJ .card-box {
  padding: 0rem;
}
.cid-sHEWgRg5sJ .mbr-section-title {
  margin: 0 auto;
  margin-bottom: 2rem;
  color: #767676;
  text-align: center;
}
.cid-sHEWgRg5sJ .status {
  color: #cc2952;
  text-align: left;
}
.cid-sHEWgRg5sJ .text {
  line-height: 1.6;
}
.cid-sF2Q9rSomP {
  padding-top: 0px;
  padding-bottom: 90px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-sF2Q9rSomP .mbr-section-subtitle {
  color: #767676;
}
.cid-sF2Q9rSomP .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sF2Q9rSomP .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sF2Q9rSomP .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sF2Q9rSomP .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sF2Q9rSomP .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #6ee921;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #6ee921, #465052);
}
.cid-sF2Q9rSomP .icon-focus,
.cid-sF2Q9rSomP .icon-video {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-sF2Q9rSomP .icon-focus:before,
.cid-sF2Q9rSomP .icon-video:before {
  content: '+';
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sF2Q9rSomP .icon-video {
  font-size: 1.5rem !important;
}
.cid-sF2Q9rSomP .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-sF2Q9rSomP ul {
  font-size: 0;
}
.cid-sF2Q9rSomP .mbr-gallery-filter ul {
  text-align: left;
}
.cid-sF2Q9rSomP .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-sF2Q9rSomP .mbr-gallery-filter ul li .btn {
  position: relative;
  padding: 0.5rem 1rem 0.6rem;
  margin: 0!important;
  background-color: transparent !important;
  border-width: 0 !important;
  color: #232323 !important;
}
.cid-sF2Q9rSomP .mbr-gallery-filter ul li .btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  border-radius: 100px;
  opacity: 0.5;
}
.cid-sF2Q9rSomP .mbr-gallery-filter ul li:not(.active) .btn:hover:after,
.cid-sF2Q9rSomP .mbr-gallery-filter ul li.active .btn:after {
  border-color: #232323;
}
.cid-sF2Q9rSomP .mbr-gallery-filter ul li .btn:hover:after {
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
.cid-sF2Q9rSomP .mbr-gallery-filter ul li .btn:not(:hover):after {
  animation: none;
}
.cid-sF2Q9rSomP .mbr-gallery-filter ul li:first-child,
.cid-sF2Q9rSomP .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-sF2Q9rSomP .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-sF2Q9rSomP .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.cid-sHEWmrbctR {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sHEWmrbctR .mbr-iconfont {
  font-size: 1rem;
  margin-bottom: 6px;
}
.cid-sHEWmrbctR .title,
.cid-sHEWmrbctR .mbr-section-title {
  margin-bottom: 0.5rem!important;
}
.cid-sHEWmrbctR .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  border-bottom: 2px dotted #cccccc;
}
.cid-sHEWmrbctR .ico-line {
  display: flex;
}
.cid-sHEWmrbctR .type {
  color: #cc2952;
  text-align: left;
}
.cid-sHEWmrbctR p {
  padding: 0;
  margin: 0;
}
.cid-sHEWmrbctR img {
  border-radius: 100%;
  width: 100%;
}
.cid-sHEWmrbctR .text-box {
  padding: 0rem;
}
.cid-sHEWmrbctR .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 3px;
}
.cid-sHEWmrbctR .card-title {
  color: #232323;
  margin: 0;
  padding-bottom: 0.2rem;
}
.cid-sHEWmrbctR .card-img {
  border-radius: 100%;
  height: 100%;
}
.cid-sHEWmrbctR .card-box {
  padding: 0rem;
}
.cid-sHEWmrbctR .mbr-section-title {
  margin: 0 auto;
  margin-bottom: 2rem;
  color: #767676;
  text-align: center;
}
.cid-sHEWmrbctR .status {
  color: #cc2952;
  text-align: left;
}
.cid-sHEWmrbctR .text {
  line-height: 1.6;
}
.cid-sIMOkNWNg6 {
  padding-top: 0px;
  padding-bottom: 90px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-sIMOkNWNg6 .mbr-section-subtitle {
  color: #767676;
}
.cid-sIMOkNWNg6 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sIMOkNWNg6 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sIMOkNWNg6 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sIMOkNWNg6 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sIMOkNWNg6 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #6ee921;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #6ee921, #465052);
}
.cid-sIMOkNWNg6 .icon-focus,
.cid-sIMOkNWNg6 .icon-video {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-sIMOkNWNg6 .icon-focus:before,
.cid-sIMOkNWNg6 .icon-video:before {
  content: '+';
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sIMOkNWNg6 .icon-video {
  font-size: 1.5rem !important;
}
.cid-sIMOkNWNg6 .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-sIMOkNWNg6 ul {
  font-size: 0;
}
.cid-sIMOkNWNg6 .mbr-gallery-filter ul {
  text-align: left;
}
.cid-sIMOkNWNg6 .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-sIMOkNWNg6 .mbr-gallery-filter ul li .btn {
  position: relative;
  padding: 0.5rem 1rem 0.6rem;
  margin: 0!important;
  background-color: transparent !important;
  border-width: 0 !important;
  color: #232323 !important;
}
.cid-sIMOkNWNg6 .mbr-gallery-filter ul li .btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  border-radius: 100px;
  opacity: 0.5;
}
.cid-sIMOkNWNg6 .mbr-gallery-filter ul li:not(.active) .btn:hover:after,
.cid-sIMOkNWNg6 .mbr-gallery-filter ul li.active .btn:after {
  border-color: #232323;
}
.cid-sIMOkNWNg6 .mbr-gallery-filter ul li .btn:hover:after {
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
.cid-sIMOkNWNg6 .mbr-gallery-filter ul li .btn:not(:hover):after {
  animation: none;
}
.cid-sIMOkNWNg6 .mbr-gallery-filter ul li:first-child,
.cid-sIMOkNWNg6 .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-sIMOkNWNg6 .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-sIMOkNWNg6 .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.cid-sF2Q9sVMsJ {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #465052;
}
@media (max-width: 767px) {
  .cid-sF2Q9sVMsJ .content {
    text-align: center;
  }
  .cid-sF2Q9sVMsJ .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sF2Q9sVMsJ .img-logo img {
  height: 6rem;
}
.cid-sF2Q9sVMsJ .social-list {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sF2Q9sVMsJ .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #fff;
}
.cid-sF2Q9sVMsJ .social-list .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-sF2Q9sVMsJ .social-list .soc-item {
  margin: 0 3px 15px 3px;
}
.cid-sF2Q9sVMsJ .social-list a {
  margin: 0;
  opacity: 0.7;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sF2Q9sVMsJ .social-list a:hover {
  opacity: 1;
}
.cid-sF2Q9sVMsJ .form-control {
  min-height: auto;
  color: #ffffff !important;
  border: none !important;
  width: 100%;
  border-radius: 0 !important;
  background-color: transparent;
  padding: 0.5rem 0rem;
  border-bottom: 1px solid #ffffff !important;
}
.cid-sF2Q9sVMsJ .form-control:focus {
  outline: none;
  box-shadow: none;
}
.cid-sF2Q9sVMsJ .form-control:hover {
  border: none !important ;
  border-bottom: 1px solid #ffffff !important;
}
.cid-sF2Q9sVMsJ input::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-sF2Q9sVMsJ input::-moz-placeholder {
  color: #ffffff;
}
.cid-sF2Q9sVMsJ textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-sF2Q9sVMsJ textarea::-moz-placeholder {
  color: #ffffff;
}
.cid-sF2Q9sVMsJ .list {
  list-style-type: none;
  padding: 0;
}
.cid-sF2Q9sVMsJ .list li {
  padding-bottom: 0.5rem;
}
.cid-sF2Q9sVMsJ .list li:last-child {
  padding-bottom: 0;
}
.cid-sF2Q9sVMsJ .mbr-footer-list,
.cid-sF2Q9sVMsJ .form-text {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-sF2Q9sVMsJ .mbr-footer-list,
  .cid-sF2Q9sVMsJ .form-text,
  .cid-sF2Q9sVMsJ .footer-title,
  .cid-sF2Q9sVMsJ .footer-main-title,
  .cid-sF2Q9sVMsJ .form-text,
  .cid-sF2Q9sVMsJ .list {
    text-align: center !important;
  }
  .cid-sF2Q9sVMsJ .mbr-form,
  .cid-sF2Q9sVMsJ .social-list {
    -webkit-justify-content: center !important;
    justify-content: center !important;
  }
}
.cid-sF2Q9qxLKB .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #6ee921;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) 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-sF2Q9qxLKB .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sF2Q9qxLKB .nav-item,
.cid-sF2Q9qxLKB .nav-link,
.cid-sF2Q9qxLKB .navbar-caption {
  font-weight: normal;
}
.cid-sF2Q9qxLKB .nav-item:focus,
.cid-sF2Q9qxLKB .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sF2Q9qxLKB .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-sF2Q9qxLKB .nav-item .nav-link {
    position: relative;
  }
  .cid-sF2Q9qxLKB .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #6ee921;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-sF2Q9qxLKB .nav-item:hover .nav-link:before,
  .cid-sF2Q9qxLKB .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-sF2Q9qxLKB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-sF2Q9qxLKB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sF2Q9qxLKB .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-sF2Q9qxLKB .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sF2Q9qxLKB .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sF2Q9qxLKB .dropdown .dropdown-menu .dropdown-item .soc-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-sF2Q9qxLKB .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #465052;
}
.cid-sF2Q9qxLKB .navbar.opened {
  transition: all 0.3s;
  background: #465052 !important;
}
.cid-sF2Q9qxLKB .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-sF2Q9qxLKB .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-sF2Q9qxLKB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sF2Q9qxLKB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sF2Q9qxLKB .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sF2Q9qxLKB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sF2Q9qxLKB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sF2Q9qxLKB .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sF2Q9qxLKB .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-sF2Q9qxLKB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sF2Q9qxLKB .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sF2Q9qxLKB .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sF2Q9qxLKB .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sF2Q9qxLKB .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sF2Q9qxLKB .navbar.navbar-short {
  background: #465052 !important;
  min-height: 60px;
}
.cid-sF2Q9qxLKB .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-sF2Q9qxLKB .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sF2Q9qxLKB .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sF2Q9qxLKB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sF2Q9qxLKB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sF2Q9qxLKB .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sF2Q9qxLKB .dropdown-item.active,
.cid-sF2Q9qxLKB .dropdown-item:active {
  background-color: transparent;
}
.cid-sF2Q9qxLKB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sF2Q9qxLKB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sF2Q9qxLKB .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sF2Q9qxLKB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #465052;
  z-index: 2;
}
.cid-sF2Q9qxLKB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sF2Q9qxLKB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sF2Q9qxLKB ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sF2Q9qxLKB .navbar-buttons {
  text-align: center;
}
.cid-sF2Q9qxLKB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sF2Q9qxLKB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sF2Q9qxLKB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sF2Q9qxLKB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sF2Q9qxLKB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sF2Q9qxLKB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sF2Q9qxLKB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sF2Q9qxLKB nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sF2Q9qxLKB nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sF2Q9qxLKB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sF2Q9qxLKB .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sF2Q9qxLKB a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sF2Q9qxLKB .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #ff3366;
  display: inline-flex;
}
.cid-sF2Q9qxLKB .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-sF2Q9qxLKB .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-sF2Q9qxLKB .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sF2Q9qxLKB a.nav-link .mbr-iconfont-btn,
.cid-sF2Q9qxLKB a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-sF2Q9qxLKB a.nav-link:hover .mbr-iconfont-btn,
.cid-sF2Q9qxLKB a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-sF2Q9qxLKB a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sF2Q9qxLKB .navbar {
    height: 77px;
  }
  .cid-sF2Q9qxLKB .navbar.opened {
    height: auto;
  }
  .cid-sF2Q9qxLKB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sHEZ9dumn9 {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sHEZ9dumn9 .team-left-inner .featured-wrapper img {
  max-width: 100%;
  height: auto;
  box-shadow: 0 0 50px rgba(79, 110, 173, 0.1);
  border-radius: 4px;
}
.cid-sHEZ9dumn9 .team-left-inner .team-info-block {
  padding: 30px;
  border-bottom: 1px solid #e5e8ef;
}
.cid-sHEZ9dumn9 .team-left-inner .team-info-block .team-title {
  color: #ff3366;
  font-weight: 800;
  margin-bottom: 5px;
  letter-spacing: -0.5px;
  line-height: 30px;
}
.cid-sHEZ9dumn9 .team-left-inner .team-info-block .team-designation {
  color: #149dcc;
  line-height: 26px;
  margin-bottom: 20px;
  font-weight: 600;
  letter-spacing: 0;
}
.cid-sHEZ9dumn9 .team-left-inner .team-info-block .short-description p {
  line-height: 1.5;
  font-weight: 400;
  color: #4f4943;
}
.cid-sHEZ9dumn9 .team-left-inner .team-info-block .personal-title {
  color: #149dcc;
  font-size: 22px !important;
}
.cid-sHEZ9dumn9 .team-left-inner .team-info-block .single-team-info {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 30px;
  line-height: 1.5;
}
.cid-sHEZ9dumn9 .team-left-inner .team-info-block .single-team-info label {
  display: inline-block;
  width: 110px;
  font-weight: 700;
  margin-bottom: 1rem;
}
.cid-sHEZ9dumn9 .team-left-inner .team-info-block .display-7 {
  font-size: 24px;
}
.cid-sHEZ9dumn9 .team-left-inner .team-info-block .display-4 {
  font-size: 16px;
}
.cid-sHEZ9dumn9 .team-left-inner .team-info-block .social span {
  font-size: 1.1rem;
  padding: 17px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  border-radius: 4px;
  color: #149dcc;
  margin-right: 10px;
}
.cid-sHEZ9dumn9 .team-left-inner .team-info-block .social span:hover {
  background-color: #149dcc;
  color: #fff;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-sHEZ9dumn9 .team-left-inner .team-info-block:last-child {
  border: none;
}
.cid-sHEZ9dumn9 .entry-content .text-box {
  padding: 0rem;
}
.cid-sHEZ9dumn9 .entry-content .text-box .display-4 {
  font-size: 16px;
}
.cid-sHEZ9dumn9 .entry-content .text-box .card-title {
  color: #ff3366;
  margin-bottom: 30px;
  font-weight: 700;
}
.cid-sHEZ9dumn9 .entry-content .text-box .card-title.display-5 {
  font-size: 30px;
  line-height: 40px;
  letter-spacing: -0.5px;
}
.cid-sHEZ9dumn9 .entry-content .text-box .doc-descr {
  line-height: 1.5;
  margin-bottom: 35px;
  color: #4f4943;
}
.cid-sHEZ9dumn9 .entry-content .capabilities {
  margin-bottom: 35px;
}
.cid-sHEZ9dumn9 .entry-content .capabilities-title {
  color: #ff3366;
  line-height: 40px;
  letter-spacing: -0.5px;
  margin-bottom: 30px;
}
.cid-sHEZ9dumn9 .entry-content .capabilities .list {
  list-style-type: none;
  line-height: 1.5;
  padding-left: 0;
  margin-bottom: 0;
}
.cid-sHEZ9dumn9 .entry-content .capabilities .list li {
  margin-bottom: 15px;
  color: #4f4943;
}
.cid-sHEZ9dumn9 .entry-content .capabilities .list li span {
  color: #008435;
  margin-right: 10px;
}
.cid-sHEZ9dumn9 .entry-content .capabilities-text {
  color: #4f4943;
  padding-top: 10px;
}
.cid-sHEZ9dumn9 .entry-content .capabilities .display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-sHEZ9dumn9 .entry-content .contact {
  margin-top: 30px;
}
.cid-sHEZ9dumn9 .entry-content .contact-title {
  margin-bottom: 30px;
  color: #ff3366;
}
.cid-sHEZ9dumn9 .entry-content .contact .mbr-form .btn {
  -webkit-box-pack: justify;
  justify-content: space-between;
  border-width: 2px;
  border-radius: 4px;
  border-color: #149dcc;
  color: #149dcc;
  padding: 13px 22px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 1px;
}
.cid-sHEZ9dumn9 .entry-content .contact .mbr-form .btn:hover {
  color: #6ee921;
}
.cid-sHEZ9dumn9 .entry-content .contact .btn.display-4 {
  font-size: 13px;
}
.cid-sHEZ9dumn9 .entry-content .contact .btn-black {
  background-color: #28303f !important;
  border-color: #28303f !important;
}
.cid-sHEZ9dumn9 .entry-content .contact .btn-black:hover {
  background-color: #149dcc !important;
  border-color: #149dcc !important;
}
.cid-sHEZ9dumn9 .progress_elements {
  margin: 0 auto;
  margin-top: 30px;
}
.cid-sHEZ9dumn9 .progress_elements .title-wrap {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-sHEZ9dumn9 .progress_elements .title-wrap .progressbar-title p {
  margin-bottom: 0.5rem;
}
.cid-sHEZ9dumn9 .progress_elements .progress {
  width: 100%;
  height: 6px;
  position: relative;
  overflow: visible;
}
.cid-sHEZ9dumn9 .progress_elements .progress::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  top: -4px;
}
.cid-sHEZ9dumn9 .progress_elements .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-sHEZ9dumn9 .progress_elements .progress1 progress::after {
  left: 52%;
  border: 3px solid #6ee921;
}
.cid-sHEZ9dumn9 .progress_elements .progress2 progress::after {
  left: 86%;
  border: 3px solid #6ee921;
}
.cid-sHEZ9dumn9 .progress_elements .progress3 progress::after {
  left: 75%;
  border: 3px solid #6ee921;
}
.cid-sHEZ9dumn9 .progress_elements .progress4 progress::after {
  left: 53%;
  border: 3px solid #4f87fb;
}
.cid-sHEZ9dumn9 progress[value]::-webkit-progress-bar {
  background: rgba(255, 255, 255, 0.1);
}
.cid-sHEZ9dumn9 .progress1 progress::-webkit-progress-value {
  background: #6ee921;
}
.cid-sHEZ9dumn9 .progress2 progress::-webkit-progress-value {
  background: #6ee921;
}
.cid-sHEZ9dumn9 .progress3 progress::-webkit-progress-value {
  background: #6ee921;
}
.cid-sHEZ9dumn9 .progress4 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-sHEZ9dumn9 .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-sHEZ9dumn9 .progressbar-title p {
  color: #4f4943;
}
.cid-sHEZ9dumn9 .entry-content .text-box .doc-descr {
  color: #000000;
  text-align: left;
}
.cid-sHEZ9dumn9 .entry-content .capabilities .mbr-list .list li {
  color: #232323;
}
.cid-sHEZ9dumn9 .entry-content .capabilities .capabilities-text {
  color: #cc2952;
}
.cid-sHEZ9dumn9 .entry-content .text-box .card-title {
  color: #6ee921;
}
.cid-sHEZ9dumn9 .entry-content .capabilities .capabilities-title,
.cid-sHEZ9dumn9 .entry-content .capabilities .mbr-list .list {
  color: #6ee921;
}
.cid-sHEZ9dumn9 .contact .contact-title {
  color: #008435;
}
.cid-sHEZ9dumn9 .progressbar-title p,
.cid-sHEZ9dumn9 .progress_value {
  color: #232323;
}
.cid-sHEZ9dumn9 .team-left-inner .team-info-block .team-title {
  color: #cc2952;
}
.cid-sHEZ9dumn9 .team-left-inner .team-info-block .short-description p {
  color: #000000;
}
.cid-sHEZ9dumn9 .team-left-inner .team-info-block .team-designation {
  color: #6ee921;
}
.cid-sHEZ9dumn9 .team-left-inner .team-info-block .personal-title {
  color: #cc2952;
}
.cid-sF2Q9sVMsJ {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #465052;
}
@media (max-width: 767px) {
  .cid-sF2Q9sVMsJ .content {
    text-align: center;
  }
  .cid-sF2Q9sVMsJ .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sF2Q9sVMsJ .img-logo img {
  height: 6rem;
}
.cid-sF2Q9sVMsJ .social-list {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sF2Q9sVMsJ .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #fff;
}
.cid-sF2Q9sVMsJ .social-list .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-sF2Q9sVMsJ .social-list .soc-item {
  margin: 0 3px 15px 3px;
}
.cid-sF2Q9sVMsJ .social-list a {
  margin: 0;
  opacity: 0.7;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sF2Q9sVMsJ .social-list a:hover {
  opacity: 1;
}
.cid-sF2Q9sVMsJ .form-control {
  min-height: auto;
  color: #ffffff !important;
  border: none !important;
  width: 100%;
  border-radius: 0 !important;
  background-color: transparent;
  padding: 0.5rem 0rem;
  border-bottom: 1px solid #ffffff !important;
}
.cid-sF2Q9sVMsJ .form-control:focus {
  outline: none;
  box-shadow: none;
}
.cid-sF2Q9sVMsJ .form-control:hover {
  border: none !important ;
  border-bottom: 1px solid #ffffff !important;
}
.cid-sF2Q9sVMsJ input::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-sF2Q9sVMsJ input::-moz-placeholder {
  color: #ffffff;
}
.cid-sF2Q9sVMsJ textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-sF2Q9sVMsJ textarea::-moz-placeholder {
  color: #ffffff;
}
.cid-sF2Q9sVMsJ .list {
  list-style-type: none;
  padding: 0;
}
.cid-sF2Q9sVMsJ .list li {
  padding-bottom: 0.5rem;
}
.cid-sF2Q9sVMsJ .list li:last-child {
  padding-bottom: 0;
}
.cid-sF2Q9sVMsJ .mbr-footer-list,
.cid-sF2Q9sVMsJ .form-text {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-sF2Q9sVMsJ .mbr-footer-list,
  .cid-sF2Q9sVMsJ .form-text,
  .cid-sF2Q9sVMsJ .footer-title,
  .cid-sF2Q9sVMsJ .footer-main-title,
  .cid-sF2Q9sVMsJ .form-text,
  .cid-sF2Q9sVMsJ .list {
    text-align: center !important;
  }
  .cid-sF2Q9sVMsJ .mbr-form,
  .cid-sF2Q9sVMsJ .social-list {
    -webkit-justify-content: center !important;
    justify-content: center !important;
  }
}
.cid-sHGivm4HZW .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #6ee921;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) 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-sHGivm4HZW .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sHGivm4HZW .nav-item,
.cid-sHGivm4HZW .nav-link,
.cid-sHGivm4HZW .navbar-caption {
  font-weight: normal;
}
.cid-sHGivm4HZW .nav-item:focus,
.cid-sHGivm4HZW .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sHGivm4HZW .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-sHGivm4HZW .nav-item .nav-link {
    position: relative;
  }
  .cid-sHGivm4HZW .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #6ee921;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-sHGivm4HZW .nav-item:hover .nav-link:before,
  .cid-sHGivm4HZW .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-sHGivm4HZW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-sHGivm4HZW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sHGivm4HZW .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-sHGivm4HZW .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sHGivm4HZW .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sHGivm4HZW .dropdown .dropdown-menu .dropdown-item .soc-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-sHGivm4HZW .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #465052;
}
.cid-sHGivm4HZW .navbar.opened {
  transition: all 0.3s;
  background: #465052 !important;
}
.cid-sHGivm4HZW .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-sHGivm4HZW .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-sHGivm4HZW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sHGivm4HZW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sHGivm4HZW .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sHGivm4HZW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sHGivm4HZW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sHGivm4HZW .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sHGivm4HZW .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-sHGivm4HZW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sHGivm4HZW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sHGivm4HZW .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sHGivm4HZW .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sHGivm4HZW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sHGivm4HZW .navbar.navbar-short {
  background: #465052 !important;
  min-height: 60px;
}
.cid-sHGivm4HZW .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-sHGivm4HZW .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sHGivm4HZW .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sHGivm4HZW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sHGivm4HZW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sHGivm4HZW .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sHGivm4HZW .dropdown-item.active,
.cid-sHGivm4HZW .dropdown-item:active {
  background-color: transparent;
}
.cid-sHGivm4HZW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sHGivm4HZW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sHGivm4HZW .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sHGivm4HZW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #465052;
  z-index: 2;
}
.cid-sHGivm4HZW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sHGivm4HZW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sHGivm4HZW ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sHGivm4HZW .navbar-buttons {
  text-align: center;
}
.cid-sHGivm4HZW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sHGivm4HZW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sHGivm4HZW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sHGivm4HZW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sHGivm4HZW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sHGivm4HZW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sHGivm4HZW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sHGivm4HZW nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sHGivm4HZW nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sHGivm4HZW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sHGivm4HZW .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sHGivm4HZW a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sHGivm4HZW .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #ff3366;
  display: inline-flex;
}
.cid-sHGivm4HZW .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-sHGivm4HZW .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-sHGivm4HZW .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sHGivm4HZW a.nav-link .mbr-iconfont-btn,
.cid-sHGivm4HZW a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-sHGivm4HZW a.nav-link:hover .mbr-iconfont-btn,
.cid-sHGivm4HZW a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-sHGivm4HZW a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sHGivm4HZW .navbar {
    height: 77px;
  }
  .cid-sHGivm4HZW .navbar.opened {
    height: auto;
  }
  .cid-sHGivm4HZW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sHGivrBX0D {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sHGivrBX0D .item-wrapper:hover .item-title a {
  color: #ff3366 !important;
}
.cid-sHGivrBX0D .item-title,
.cid-sHGivrBX0D .card_topic {
  margin-bottom: 12px;
}
.cid-sHGivrBX0D .category_content {
  opacity: .8;
}
.cid-sHGivrBX0D .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ff3366;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-sHGivrBX0D .mbr-text {
  margin: 25px 0;
  padding-left: 25px;
  border-left: 5px solid #6ee921;
}
.cid-sHGivrBX0D .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-sHGivrBX0D .mbr-section-btn .btn-secondary-outline:hover,
.cid-sHGivrBX0D .mbr-section-btn .btn-secondary-outline .active,
.cid-sHGivrBX0D .mbr-section-btn .btn-secondary-outline:focus {
  color: #149dcc !important;
}
.cid-sHGivrBX0D H5 {
  color: #cc2952;
}
.cid-tWtvdXVpjm {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tWtvdXVpjm .mbr-iconfont {
  font-size: 1rem;
  margin-bottom: 6px;
}
.cid-tWtvdXVpjm .title,
.cid-tWtvdXVpjm .mbr-section-title {
  margin-bottom: 0.5rem!important;
}
.cid-tWtvdXVpjm .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  border-bottom: 2px dotted #cccccc;
}
.cid-tWtvdXVpjm .ico-line {
  display: flex;
}
.cid-tWtvdXVpjm .type {
  color: #cc2952;
  text-align: left;
}
.cid-tWtvdXVpjm p {
  padding: 0;
  margin: 0;
}
.cid-tWtvdXVpjm img {
  border-radius: 100%;
  width: 100%;
}
.cid-tWtvdXVpjm .text-box {
  padding: 0rem;
}
.cid-tWtvdXVpjm .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 3px;
}
.cid-tWtvdXVpjm .card-title {
  color: #232323;
  margin: 0;
  padding-bottom: 0.2rem;
}
.cid-tWtvdXVpjm .card-img {
  border-radius: 100%;
  height: 100%;
}
.cid-tWtvdXVpjm .card-box {
  padding: 0rem;
}
.cid-tWtvdXVpjm .mbr-section-title {
  margin: 0 auto;
  margin-bottom: 2rem;
  color: #767676;
  text-align: center;
}
.cid-tWtvdXVpjm .status {
  color: #cc2952;
  text-align: left;
}
.cid-tWtvdXVpjm .text {
  line-height: 1.6;
}
.cid-tWtvg6Uicn {
  padding-top: 0px;
  padding-bottom: 0px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-tWtvg6Uicn .mbr-section-subtitle {
  color: #767676;
}
.cid-tWtvg6Uicn .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tWtvg6Uicn .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tWtvg6Uicn .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tWtvg6Uicn .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tWtvg6Uicn .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #6ee921;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #6ee921, #465052);
}
.cid-tWtvg6Uicn .icon-focus,
.cid-tWtvg6Uicn .icon-video {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-tWtvg6Uicn .icon-focus:before,
.cid-tWtvg6Uicn .icon-video:before {
  content: '+';
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tWtvg6Uicn .icon-video {
  font-size: 1.5rem !important;
}
.cid-tWtvg6Uicn .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-tWtvg6Uicn ul {
  font-size: 0;
}
.cid-tWtvg6Uicn .mbr-gallery-filter ul {
  text-align: left;
}
.cid-tWtvg6Uicn .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-tWtvg6Uicn .mbr-gallery-filter ul li .btn {
  position: relative;
  padding: 0.5rem 1rem 0.6rem;
  margin: 0!important;
  background-color: transparent !important;
  border-width: 0 !important;
  color: #232323 !important;
}
.cid-tWtvg6Uicn .mbr-gallery-filter ul li .btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  border-radius: 100px;
  opacity: 0.5;
}
.cid-tWtvg6Uicn .mbr-gallery-filter ul li:not(.active) .btn:hover:after,
.cid-tWtvg6Uicn .mbr-gallery-filter ul li.active .btn:after {
  border-color: #232323;
}
.cid-tWtvg6Uicn .mbr-gallery-filter ul li .btn:hover:after {
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
.cid-tWtvg6Uicn .mbr-gallery-filter ul li .btn:not(:hover):after {
  animation: none;
}
.cid-tWtvg6Uicn .mbr-gallery-filter ul li:first-child,
.cid-tWtvg6Uicn .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-tWtvg6Uicn .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-tWtvg6Uicn .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.cid-sHGivtQhId {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sHGivtQhId .mbr-iconfont {
  font-size: 1rem;
  margin-bottom: 6px;
}
.cid-sHGivtQhId .title,
.cid-sHGivtQhId .mbr-section-title {
  margin-bottom: 0.5rem!important;
}
.cid-sHGivtQhId .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  border-bottom: 2px dotted #cccccc;
}
.cid-sHGivtQhId .ico-line {
  display: flex;
}
.cid-sHGivtQhId .type {
  color: #cc2952;
  text-align: left;
}
.cid-sHGivtQhId p {
  padding: 0;
  margin: 0;
}
.cid-sHGivtQhId img {
  border-radius: 100%;
  width: 100%;
}
.cid-sHGivtQhId .text-box {
  padding: 0rem;
}
.cid-sHGivtQhId .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 3px;
}
.cid-sHGivtQhId .card-title {
  color: #232323;
  margin: 0;
  padding-bottom: 0.2rem;
}
.cid-sHGivtQhId .card-img {
  border-radius: 100%;
  height: 100%;
}
.cid-sHGivtQhId .card-box {
  padding: 0rem;
}
.cid-sHGivtQhId .mbr-section-title {
  margin: 0 auto;
  margin-bottom: 2rem;
  color: #767676;
  text-align: center;
}
.cid-sHGivtQhId .status {
  color: #cc2952;
  text-align: left;
}
.cid-sHGivtQhId .text {
  line-height: 1.6;
}
.cid-sHGivyLa5p {
  padding-top: 0px;
  padding-bottom: 15px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-sHGivyLa5p .mbr-section-subtitle {
  color: #767676;
}
.cid-sHGivyLa5p .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sHGivyLa5p .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sHGivyLa5p .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sHGivyLa5p .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sHGivyLa5p .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #6ee921;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #6ee921, #465052);
}
.cid-sHGivyLa5p .icon-focus,
.cid-sHGivyLa5p .icon-video {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-sHGivyLa5p .icon-focus:before,
.cid-sHGivyLa5p .icon-video:before {
  content: '+';
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sHGivyLa5p .icon-video {
  font-size: 1.5rem !important;
}
.cid-sHGivyLa5p .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-sHGivyLa5p ul {
  font-size: 0;
}
.cid-sHGivyLa5p .mbr-gallery-filter ul {
  text-align: left;
}
.cid-sHGivyLa5p .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-sHGivyLa5p .mbr-gallery-filter ul li .btn {
  position: relative;
  padding: 0.5rem 1rem 0.6rem;
  margin: 0!important;
  background-color: transparent !important;
  border-width: 0 !important;
  color: #232323 !important;
}
.cid-sHGivyLa5p .mbr-gallery-filter ul li .btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  border-radius: 100px;
  opacity: 0.5;
}
.cid-sHGivyLa5p .mbr-gallery-filter ul li:not(.active) .btn:hover:after,
.cid-sHGivyLa5p .mbr-gallery-filter ul li.active .btn:after {
  border-color: #232323;
}
.cid-sHGivyLa5p .mbr-gallery-filter ul li .btn:hover:after {
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
.cid-sHGivyLa5p .mbr-gallery-filter ul li .btn:not(:hover):after {
  animation: none;
}
.cid-sHGivyLa5p .mbr-gallery-filter ul li:first-child,
.cid-sHGivyLa5p .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-sHGivyLa5p .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-sHGivyLa5p .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.cid-sIMDCaXNWB {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sIMDCaXNWB .mbr-iconfont {
  font-size: 1rem;
  margin-bottom: 6px;
}
.cid-sIMDCaXNWB .title,
.cid-sIMDCaXNWB .mbr-section-title {
  margin-bottom: 0.5rem!important;
}
.cid-sIMDCaXNWB .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  border-bottom: 2px dotted #cccccc;
}
.cid-sIMDCaXNWB .ico-line {
  display: flex;
}
.cid-sIMDCaXNWB .type {
  color: #cc2952;
  text-align: left;
}
.cid-sIMDCaXNWB p {
  padding: 0;
  margin: 0;
}
.cid-sIMDCaXNWB img {
  border-radius: 100%;
  width: 100%;
}
.cid-sIMDCaXNWB .text-box {
  padding: 0rem;
}
.cid-sIMDCaXNWB .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 3px;
}
.cid-sIMDCaXNWB .card-title {
  color: #232323;
  margin: 0;
  padding-bottom: 0.2rem;
}
.cid-sIMDCaXNWB .card-img {
  border-radius: 100%;
  height: 100%;
}
.cid-sIMDCaXNWB .card-box {
  padding: 0rem;
}
.cid-sIMDCaXNWB .mbr-section-title {
  margin: 0 auto;
  margin-bottom: 2rem;
  color: #767676;
  text-align: center;
}
.cid-sIMDCaXNWB .status {
  color: #cc2952;
  text-align: left;
}
.cid-sIMDCaXNWB .text {
  line-height: 1.6;
}
.cid-sIMDCFE5vb {
  padding-top: 0px;
  padding-bottom: 15px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-sIMDCFE5vb .mbr-section-subtitle {
  color: #767676;
}
.cid-sIMDCFE5vb .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sIMDCFE5vb .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sIMDCFE5vb .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sIMDCFE5vb .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sIMDCFE5vb .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #6ee921;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #6ee921, #465052);
}
.cid-sIMDCFE5vb .icon-focus,
.cid-sIMDCFE5vb .icon-video {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-sIMDCFE5vb .icon-focus:before,
.cid-sIMDCFE5vb .icon-video:before {
  content: '+';
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sIMDCFE5vb .icon-video {
  font-size: 1.5rem !important;
}
.cid-sIMDCFE5vb .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-sIMDCFE5vb ul {
  font-size: 0;
}
.cid-sIMDCFE5vb .mbr-gallery-filter ul {
  text-align: left;
}
.cid-sIMDCFE5vb .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-sIMDCFE5vb .mbr-gallery-filter ul li .btn {
  position: relative;
  padding: 0.5rem 1rem 0.6rem;
  margin: 0!important;
  background-color: transparent !important;
  border-width: 0 !important;
  color: #232323 !important;
}
.cid-sIMDCFE5vb .mbr-gallery-filter ul li .btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  border-radius: 100px;
  opacity: 0.5;
}
.cid-sIMDCFE5vb .mbr-gallery-filter ul li:not(.active) .btn:hover:after,
.cid-sIMDCFE5vb .mbr-gallery-filter ul li.active .btn:after {
  border-color: #232323;
}
.cid-sIMDCFE5vb .mbr-gallery-filter ul li .btn:hover:after {
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
.cid-sIMDCFE5vb .mbr-gallery-filter ul li .btn:not(:hover):after {
  animation: none;
}
.cid-sIMDCFE5vb .mbr-gallery-filter ul li:first-child,
.cid-sIMDCFE5vb .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-sIMDCFE5vb .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-sIMDCFE5vb .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.cid-sIN4FSOPnO {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sIN4FSOPnO .mbr-iconfont {
  font-size: 1rem;
  margin-bottom: 6px;
}
.cid-sIN4FSOPnO .title,
.cid-sIN4FSOPnO .mbr-section-title {
  margin-bottom: 0.5rem!important;
}
.cid-sIN4FSOPnO .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  border-bottom: 2px dotted #cccccc;
}
.cid-sIN4FSOPnO .ico-line {
  display: flex;
}
.cid-sIN4FSOPnO .type {
  color: #cc2952;
  text-align: left;
}
.cid-sIN4FSOPnO p {
  padding: 0;
  margin: 0;
}
.cid-sIN4FSOPnO img {
  border-radius: 100%;
  width: 100%;
}
.cid-sIN4FSOPnO .text-box {
  padding: 0rem;
}
.cid-sIN4FSOPnO .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 3px;
}
.cid-sIN4FSOPnO .card-title {
  color: #232323;
  margin: 0;
  padding-bottom: 0.2rem;
}
.cid-sIN4FSOPnO .card-img {
  border-radius: 100%;
  height: 100%;
}
.cid-sIN4FSOPnO .card-box {
  padding: 0rem;
}
.cid-sIN4FSOPnO .mbr-section-title {
  margin: 0 auto;
  margin-bottom: 2rem;
  color: #767676;
  text-align: center;
}
.cid-sIN4FSOPnO .status {
  color: #cc2952;
  text-align: left;
}
.cid-sIN4FSOPnO .text {
  line-height: 1.6;
}
.cid-sIN4GTIMVj {
  padding-top: 0px;
  padding-bottom: 15px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-sIN4GTIMVj .mbr-section-subtitle {
  color: #767676;
}
.cid-sIN4GTIMVj .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sIN4GTIMVj .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sIN4GTIMVj .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sIN4GTIMVj .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sIN4GTIMVj .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #6ee921;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #6ee921, #465052);
}
.cid-sIN4GTIMVj .icon-focus,
.cid-sIN4GTIMVj .icon-video {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-sIN4GTIMVj .icon-focus:before,
.cid-sIN4GTIMVj .icon-video:before {
  content: '+';
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sIN4GTIMVj .icon-video {
  font-size: 1.5rem !important;
}
.cid-sIN4GTIMVj .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-sIN4GTIMVj ul {
  font-size: 0;
}
.cid-sIN4GTIMVj .mbr-gallery-filter ul {
  text-align: left;
}
.cid-sIN4GTIMVj .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-sIN4GTIMVj .mbr-gallery-filter ul li .btn {
  position: relative;
  padding: 0.5rem 1rem 0.6rem;
  margin: 0!important;
  background-color: transparent !important;
  border-width: 0 !important;
  color: #232323 !important;
}
.cid-sIN4GTIMVj .mbr-gallery-filter ul li .btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  border-radius: 100px;
  opacity: 0.5;
}
.cid-sIN4GTIMVj .mbr-gallery-filter ul li:not(.active) .btn:hover:after,
.cid-sIN4GTIMVj .mbr-gallery-filter ul li.active .btn:after {
  border-color: #232323;
}
.cid-sIN4GTIMVj .mbr-gallery-filter ul li .btn:hover:after {
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
.cid-sIN4GTIMVj .mbr-gallery-filter ul li .btn:not(:hover):after {
  animation: none;
}
.cid-sIN4GTIMVj .mbr-gallery-filter ul li:first-child,
.cid-sIN4GTIMVj .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-sIN4GTIMVj .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-sIN4GTIMVj .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.cid-sIN7O392L1 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sIN7O392L1 .mbr-iconfont {
  font-size: 1rem;
  margin-bottom: 6px;
}
.cid-sIN7O392L1 .title,
.cid-sIN7O392L1 .mbr-section-title {
  margin-bottom: 0.5rem!important;
}
.cid-sIN7O392L1 .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  border-bottom: 2px dotted #cccccc;
}
.cid-sIN7O392L1 .ico-line {
  display: flex;
}
.cid-sIN7O392L1 .type {
  color: #cc2952;
  text-align: left;
}
.cid-sIN7O392L1 p {
  padding: 0;
  margin: 0;
}
.cid-sIN7O392L1 img {
  border-radius: 100%;
  width: 100%;
}
.cid-sIN7O392L1 .text-box {
  padding: 0rem;
}
.cid-sIN7O392L1 .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 3px;
}
.cid-sIN7O392L1 .card-title {
  color: #232323;
  margin: 0;
  padding-bottom: 0.2rem;
}
.cid-sIN7O392L1 .card-img {
  border-radius: 100%;
  height: 100%;
}
.cid-sIN7O392L1 .card-box {
  padding: 0rem;
}
.cid-sIN7O392L1 .mbr-section-title {
  margin: 0 auto;
  margin-bottom: 2rem;
  color: #767676;
  text-align: center;
}
.cid-sIN7O392L1 .status {
  color: #cc2952;
  text-align: left;
}
.cid-sIN7O392L1 .text {
  line-height: 1.6;
}
.cid-sIN7OR1m6F {
  padding-top: 0px;
  padding-bottom: 0px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-sIN7OR1m6F .mbr-section-subtitle {
  color: #767676;
}
.cid-sIN7OR1m6F .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sIN7OR1m6F .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sIN7OR1m6F .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sIN7OR1m6F .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sIN7OR1m6F .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #6ee921;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #6ee921, #465052);
}
.cid-sIN7OR1m6F .icon-focus,
.cid-sIN7OR1m6F .icon-video {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-sIN7OR1m6F .icon-focus:before,
.cid-sIN7OR1m6F .icon-video:before {
  content: '+';
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sIN7OR1m6F .icon-video {
  font-size: 1.5rem !important;
}
.cid-sIN7OR1m6F .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-sIN7OR1m6F ul {
  font-size: 0;
}
.cid-sIN7OR1m6F .mbr-gallery-filter ul {
  text-align: left;
}
.cid-sIN7OR1m6F .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-sIN7OR1m6F .mbr-gallery-filter ul li .btn {
  position: relative;
  padding: 0.5rem 1rem 0.6rem;
  margin: 0!important;
  background-color: transparent !important;
  border-width: 0 !important;
  color: #232323 !important;
}
.cid-sIN7OR1m6F .mbr-gallery-filter ul li .btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  border-radius: 100px;
  opacity: 0.5;
}
.cid-sIN7OR1m6F .mbr-gallery-filter ul li:not(.active) .btn:hover:after,
.cid-sIN7OR1m6F .mbr-gallery-filter ul li.active .btn:after {
  border-color: #232323;
}
.cid-sIN7OR1m6F .mbr-gallery-filter ul li .btn:hover:after {
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
.cid-sIN7OR1m6F .mbr-gallery-filter ul li .btn:not(:hover):after {
  animation: none;
}
.cid-sIN7OR1m6F .mbr-gallery-filter ul li:first-child,
.cid-sIN7OR1m6F .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-sIN7OR1m6F .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-sIN7OR1m6F .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.cid-sNswCpYFoT {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sNswCpYFoT .mbr-iconfont {
  font-size: 1rem;
  margin-bottom: 6px;
}
.cid-sNswCpYFoT .title,
.cid-sNswCpYFoT .mbr-section-title {
  margin-bottom: 0.5rem!important;
}
.cid-sNswCpYFoT .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  border-bottom: 2px dotted #cccccc;
}
.cid-sNswCpYFoT .ico-line {
  display: flex;
}
.cid-sNswCpYFoT .type {
  color: #cc2952;
  text-align: left;
}
.cid-sNswCpYFoT p {
  padding: 0;
  margin: 0;
}
.cid-sNswCpYFoT img {
  border-radius: 100%;
  width: 100%;
}
.cid-sNswCpYFoT .text-box {
  padding: 0rem;
}
.cid-sNswCpYFoT .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 3px;
}
.cid-sNswCpYFoT .card-title {
  color: #232323;
  margin: 0;
  padding-bottom: 0.2rem;
}
.cid-sNswCpYFoT .card-img {
  border-radius: 100%;
  height: 100%;
}
.cid-sNswCpYFoT .card-box {
  padding: 0rem;
}
.cid-sNswCpYFoT .mbr-section-title {
  margin: 0 auto;
  margin-bottom: 2rem;
  color: #767676;
  text-align: center;
}
.cid-sNswCpYFoT .status {
  color: #cc2952;
  text-align: left;
}
.cid-sNswCpYFoT .text {
  line-height: 1.6;
}
.cid-sNswElXCzB {
  padding-top: 0px;
  padding-bottom: 15px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-sNswElXCzB .mbr-section-subtitle {
  color: #767676;
}
.cid-sNswElXCzB .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sNswElXCzB .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sNswElXCzB .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sNswElXCzB .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sNswElXCzB .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #6ee921;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #6ee921, #465052);
}
.cid-sNswElXCzB .icon-focus,
.cid-sNswElXCzB .icon-video {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-sNswElXCzB .icon-focus:before,
.cid-sNswElXCzB .icon-video:before {
  content: '+';
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sNswElXCzB .icon-video {
  font-size: 1.5rem !important;
}
.cid-sNswElXCzB .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-sNswElXCzB ul {
  font-size: 0;
}
.cid-sNswElXCzB .mbr-gallery-filter ul {
  text-align: left;
}
.cid-sNswElXCzB .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-sNswElXCzB .mbr-gallery-filter ul li .btn {
  position: relative;
  padding: 0.5rem 1rem 0.6rem;
  margin: 0!important;
  background-color: transparent !important;
  border-width: 0 !important;
  color: #232323 !important;
}
.cid-sNswElXCzB .mbr-gallery-filter ul li .btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  border-radius: 100px;
  opacity: 0.5;
}
.cid-sNswElXCzB .mbr-gallery-filter ul li:not(.active) .btn:hover:after,
.cid-sNswElXCzB .mbr-gallery-filter ul li.active .btn:after {
  border-color: #232323;
}
.cid-sNswElXCzB .mbr-gallery-filter ul li .btn:hover:after {
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
.cid-sNswElXCzB .mbr-gallery-filter ul li .btn:not(:hover):after {
  animation: none;
}
.cid-sNswElXCzB .mbr-gallery-filter ul li:first-child,
.cid-sNswElXCzB .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-sNswElXCzB .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-sNswElXCzB .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.cid-sNCvUiD8RZ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sNCvUiD8RZ .mbr-iconfont {
  font-size: 1rem;
  margin-bottom: 6px;
}
.cid-sNCvUiD8RZ .title,
.cid-sNCvUiD8RZ .mbr-section-title {
  margin-bottom: 0.5rem!important;
}
.cid-sNCvUiD8RZ .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  border-bottom: 2px dotted #cccccc;
}
.cid-sNCvUiD8RZ .ico-line {
  display: flex;
}
.cid-sNCvUiD8RZ .type {
  color: #cc2952;
  text-align: left;
}
.cid-sNCvUiD8RZ p {
  padding: 0;
  margin: 0;
}
.cid-sNCvUiD8RZ img {
  border-radius: 100%;
  width: 100%;
}
.cid-sNCvUiD8RZ .text-box {
  padding: 0rem;
}
.cid-sNCvUiD8RZ .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 3px;
}
.cid-sNCvUiD8RZ .card-title {
  color: #232323;
  margin: 0;
  padding-bottom: 0.2rem;
}
.cid-sNCvUiD8RZ .card-img {
  border-radius: 100%;
  height: 100%;
}
.cid-sNCvUiD8RZ .card-box {
  padding: 0rem;
}
.cid-sNCvUiD8RZ .mbr-section-title {
  margin: 0 auto;
  margin-bottom: 2rem;
  color: #767676;
  text-align: center;
}
.cid-sNCvUiD8RZ .status {
  color: #cc2952;
  text-align: left;
}
.cid-sNCvUiD8RZ .text {
  line-height: 1.6;
}
.cid-sNCvWQlDy8 {
  padding-top: 0px;
  padding-bottom: 0px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-sNCvWQlDy8 .mbr-section-subtitle {
  color: #767676;
}
.cid-sNCvWQlDy8 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sNCvWQlDy8 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sNCvWQlDy8 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sNCvWQlDy8 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sNCvWQlDy8 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #6ee921;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #6ee921, #465052);
}
.cid-sNCvWQlDy8 .icon-focus,
.cid-sNCvWQlDy8 .icon-video {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-sNCvWQlDy8 .icon-focus:before,
.cid-sNCvWQlDy8 .icon-video:before {
  content: '+';
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sNCvWQlDy8 .icon-video {
  font-size: 1.5rem !important;
}
.cid-sNCvWQlDy8 .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-sNCvWQlDy8 ul {
  font-size: 0;
}
.cid-sNCvWQlDy8 .mbr-gallery-filter ul {
  text-align: left;
}
.cid-sNCvWQlDy8 .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-sNCvWQlDy8 .mbr-gallery-filter ul li .btn {
  position: relative;
  padding: 0.5rem 1rem 0.6rem;
  margin: 0!important;
  background-color: transparent !important;
  border-width: 0 !important;
  color: #232323 !important;
}
.cid-sNCvWQlDy8 .mbr-gallery-filter ul li .btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  border-radius: 100px;
  opacity: 0.5;
}
.cid-sNCvWQlDy8 .mbr-gallery-filter ul li:not(.active) .btn:hover:after,
.cid-sNCvWQlDy8 .mbr-gallery-filter ul li.active .btn:after {
  border-color: #232323;
}
.cid-sNCvWQlDy8 .mbr-gallery-filter ul li .btn:hover:after {
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
.cid-sNCvWQlDy8 .mbr-gallery-filter ul li .btn:not(:hover):after {
  animation: none;
}
.cid-sNCvWQlDy8 .mbr-gallery-filter ul li:first-child,
.cid-sNCvWQlDy8 .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-sNCvWQlDy8 .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-sNCvWQlDy8 .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.cid-sNPn6N9ico {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sNPn6N9ico .mbr-iconfont {
  font-size: 1rem;
  margin-bottom: 6px;
}
.cid-sNPn6N9ico .title,
.cid-sNPn6N9ico .mbr-section-title {
  margin-bottom: 0.5rem!important;
}
.cid-sNPn6N9ico .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  border-bottom: 2px dotted #cccccc;
}
.cid-sNPn6N9ico .ico-line {
  display: flex;
}
.cid-sNPn6N9ico .type {
  color: #cc2952;
  text-align: left;
}
.cid-sNPn6N9ico p {
  padding: 0;
  margin: 0;
}
.cid-sNPn6N9ico img {
  border-radius: 100%;
  width: 100%;
}
.cid-sNPn6N9ico .text-box {
  padding: 0rem;
}
.cid-sNPn6N9ico .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 3px;
}
.cid-sNPn6N9ico .card-title {
  color: #232323;
  margin: 0;
  padding-bottom: 0.2rem;
}
.cid-sNPn6N9ico .card-img {
  border-radius: 100%;
  height: 100%;
}
.cid-sNPn6N9ico .card-box {
  padding: 0rem;
}
.cid-sNPn6N9ico .mbr-section-title {
  margin: 0 auto;
  margin-bottom: 2rem;
  color: #767676;
  text-align: center;
}
.cid-sNPn6N9ico .status {
  color: #cc2952;
  text-align: left;
}
.cid-sNPn6N9ico .text {
  line-height: 1.6;
}
.cid-sNPn4lHbKG {
  padding-top: 0px;
  padding-bottom: 90px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-sNPn4lHbKG .mbr-section-subtitle {
  color: #767676;
}
.cid-sNPn4lHbKG .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sNPn4lHbKG .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sNPn4lHbKG .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sNPn4lHbKG .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sNPn4lHbKG .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #6ee921;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #6ee921, #465052);
}
.cid-sNPn4lHbKG .icon-focus,
.cid-sNPn4lHbKG .icon-video {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-sNPn4lHbKG .icon-focus:before,
.cid-sNPn4lHbKG .icon-video:before {
  content: '+';
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sNPn4lHbKG .icon-video {
  font-size: 1.5rem !important;
}
.cid-sNPn4lHbKG .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-sNPn4lHbKG ul {
  font-size: 0;
}
.cid-sNPn4lHbKG .mbr-gallery-filter ul {
  text-align: left;
}
.cid-sNPn4lHbKG .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-sNPn4lHbKG .mbr-gallery-filter ul li .btn {
  position: relative;
  padding: 0.5rem 1rem 0.6rem;
  margin: 0!important;
  background-color: transparent !important;
  border-width: 0 !important;
  color: #232323 !important;
}
.cid-sNPn4lHbKG .mbr-gallery-filter ul li .btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  border-radius: 100px;
  opacity: 0.5;
}
.cid-sNPn4lHbKG .mbr-gallery-filter ul li:not(.active) .btn:hover:after,
.cid-sNPn4lHbKG .mbr-gallery-filter ul li.active .btn:after {
  border-color: #232323;
}
.cid-sNPn4lHbKG .mbr-gallery-filter ul li .btn:hover:after {
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
.cid-sNPn4lHbKG .mbr-gallery-filter ul li .btn:not(:hover):after {
  animation: none;
}
.cid-sNPn4lHbKG .mbr-gallery-filter ul li:first-child,
.cid-sNPn4lHbKG .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-sNPn4lHbKG .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-sNPn4lHbKG .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.cid-sHGivBj4Ys {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #465052;
}
@media (max-width: 767px) {
  .cid-sHGivBj4Ys .content {
    text-align: center;
  }
  .cid-sHGivBj4Ys .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sHGivBj4Ys .img-logo img {
  height: 6rem;
}
.cid-sHGivBj4Ys .social-list {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sHGivBj4Ys .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #fff;
}
.cid-sHGivBj4Ys .social-list .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-sHGivBj4Ys .social-list .soc-item {
  margin: 0 3px 15px 3px;
}
.cid-sHGivBj4Ys .social-list a {
  margin: 0;
  opacity: 0.7;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sHGivBj4Ys .social-list a:hover {
  opacity: 1;
}
.cid-sHGivBj4Ys .form-control {
  min-height: auto;
  color: #ffffff !important;
  border: none !important;
  width: 100%;
  border-radius: 0 !important;
  background-color: transparent;
  padding: 0.5rem 0rem;
  border-bottom: 1px solid #ffffff !important;
}
.cid-sHGivBj4Ys .form-control:focus {
  outline: none;
  box-shadow: none;
}
.cid-sHGivBj4Ys .form-control:hover {
  border: none !important ;
  border-bottom: 1px solid #ffffff !important;
}
.cid-sHGivBj4Ys input::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-sHGivBj4Ys input::-moz-placeholder {
  color: #ffffff;
}
.cid-sHGivBj4Ys textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-sHGivBj4Ys textarea::-moz-placeholder {
  color: #ffffff;
}
.cid-sHGivBj4Ys .list {
  list-style-type: none;
  padding: 0;
}
.cid-sHGivBj4Ys .list li {
  padding-bottom: 0.5rem;
}
.cid-sHGivBj4Ys .list li:last-child {
  padding-bottom: 0;
}
.cid-sHGivBj4Ys .mbr-footer-list,
.cid-sHGivBj4Ys .form-text {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-sHGivBj4Ys .mbr-footer-list,
  .cid-sHGivBj4Ys .form-text,
  .cid-sHGivBj4Ys .footer-title,
  .cid-sHGivBj4Ys .footer-main-title,
  .cid-sHGivBj4Ys .form-text,
  .cid-sHGivBj4Ys .list {
    text-align: center !important;
  }
  .cid-sHGivBj4Ys .mbr-form,
  .cid-sHGivBj4Ys .social-list {
    -webkit-justify-content: center !important;
    justify-content: center !important;
  }
}
.cid-sDK7OPdxva .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #6ee921;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) 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-sDK7OPdxva .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sDK7OPdxva .nav-item,
.cid-sDK7OPdxva .nav-link,
.cid-sDK7OPdxva .navbar-caption {
  font-weight: normal;
}
.cid-sDK7OPdxva .nav-item:focus,
.cid-sDK7OPdxva .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sDK7OPdxva .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-sDK7OPdxva .nav-item .nav-link {
    position: relative;
  }
  .cid-sDK7OPdxva .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #6ee921;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-sDK7OPdxva .nav-item:hover .nav-link:before,
  .cid-sDK7OPdxva .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-sDK7OPdxva .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-sDK7OPdxva .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sDK7OPdxva .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-sDK7OPdxva .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sDK7OPdxva .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sDK7OPdxva .dropdown .dropdown-menu .dropdown-item .soc-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-sDK7OPdxva .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #465052;
}
.cid-sDK7OPdxva .navbar.opened {
  transition: all 0.3s;
  background: #465052 !important;
}
.cid-sDK7OPdxva .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-sDK7OPdxva .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-sDK7OPdxva .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sDK7OPdxva .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sDK7OPdxva .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sDK7OPdxva .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sDK7OPdxva .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sDK7OPdxva .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sDK7OPdxva .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-sDK7OPdxva .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sDK7OPdxva .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sDK7OPdxva .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sDK7OPdxva .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sDK7OPdxva .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sDK7OPdxva .navbar.navbar-short {
  background: #465052 !important;
  min-height: 60px;
}
.cid-sDK7OPdxva .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-sDK7OPdxva .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sDK7OPdxva .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sDK7OPdxva .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sDK7OPdxva .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sDK7OPdxva .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sDK7OPdxva .dropdown-item.active,
.cid-sDK7OPdxva .dropdown-item:active {
  background-color: transparent;
}
.cid-sDK7OPdxva .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sDK7OPdxva .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sDK7OPdxva .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sDK7OPdxva .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #465052;
  z-index: 2;
}
.cid-sDK7OPdxva .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sDK7OPdxva .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sDK7OPdxva ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sDK7OPdxva .navbar-buttons {
  text-align: center;
}
.cid-sDK7OPdxva button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sDK7OPdxva button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sDK7OPdxva button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sDK7OPdxva button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sDK7OPdxva button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sDK7OPdxva button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sDK7OPdxva nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sDK7OPdxva nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sDK7OPdxva nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sDK7OPdxva nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sDK7OPdxva .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sDK7OPdxva a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDK7OPdxva .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #ff3366;
  display: inline-flex;
}
.cid-sDK7OPdxva .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-sDK7OPdxva .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-sDK7OPdxva .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDK7OPdxva a.nav-link .mbr-iconfont-btn,
.cid-sDK7OPdxva a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-sDK7OPdxva a.nav-link:hover .mbr-iconfont-btn,
.cid-sDK7OPdxva a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-sDK7OPdxva a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sDK7OPdxva .navbar {
    height: 77px;
  }
  .cid-sDK7OPdxva .navbar.opened {
    height: auto;
  }
  .cid-sDK7OPdxva .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sIMjK7zMud {
  padding-top: 30px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sIMjK7zMud .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-sIMjK7zMud .select {
  z-index: 999;
}
.cid-sIMjK7zMud form {
  padding: 2rem 2rem;
  background: #f2f2f4;
  border-radius: 30px;
}
.cid-sIMjK7zMud .jq-selectbox__dropdown,
.cid-sIMjK7zMud ul {
  border-radius: 20px !important;
}
.cid-sIMjK7zMud .jq-selectbox {
  border-radius: 30px;
}
.cid-sIMjK7zMud .jq-selectbox__select {
  padding: 1.2rem 1.5rem;
}
.cid-sIMjK7zMud .jq-selectbox li {
  padding: 1.2rem 1.5rem;
}
.cid-sIMjK7zMud input,
.cid-sIMjK7zMud textarea,
.cid-sIMjK7zMud .select {
  border-radius: 30px;
}
.cid-sIMjK7zMud input,
.cid-sIMjK7zMud textarea {
  padding: 2rem 3rem;
}
.cid-sIMjK7zMud textarea {
  min-height: 10rem;
}
.cid-sIMjK7zMud .form-control,
.cid-sIMjK7zMud .field-input {
  padding: 1rem 1.5rem;
  background-color: #ffffff;
  border-color: #f2f2f4;
  color: #181818;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sIMjK7zMud .form-control::-webkit-input-placeholder,
.cid-sIMjK7zMud .field-input::-webkit-input-placeholder,
.cid-sIMjK7zMud .form-control::-webkit-input-placeholder,
.cid-sIMjK7zMud .field-input::-webkit-input-placeholder {
  color: #383838;
}
.cid-sIMjK7zMud .form-control:-moz-placeholder,
.cid-sIMjK7zMud .field-input:-moz-placeholder,
.cid-sIMjK7zMud .form-control:-moz-placeholder,
.cid-sIMjK7zMud .field-input:-moz-placeholder {
  color: #383838;
}
.cid-sIMjK7zMud .form-control:hover,
.cid-sIMjK7zMud .field-input:hover,
.cid-sIMjK7zMud .form-control:focus,
.cid-sIMjK7zMud .field-input:focus {
  background-color: #ffffff;
  border-color: #ed6436;
  color: #181818;
  box-shadow: none;
  outline: none;
}
.cid-sIMjK7zMud .form-control:hover::-webkit-input-placeholder,
.cid-sIMjK7zMud .field-input:hover::-webkit-input-placeholder,
.cid-sIMjK7zMud .form-control:focus::-webkit-input-placeholder,
.cid-sIMjK7zMud .field-input:focus::-webkit-input-placeholder,
.cid-sIMjK7zMud .form-control:hover::-webkit-input-placeholder,
.cid-sIMjK7zMud .field-input:hover::-webkit-input-placeholder,
.cid-sIMjK7zMud .form-control:focus::-webkit-input-placeholder,
.cid-sIMjK7zMud .field-input:focus::-webkit-input-placeholder {
  color: #383838;
}
.cid-sIMjK7zMud .form-control:hover:-moz-placeholder,
.cid-sIMjK7zMud .field-input:hover:-moz-placeholder,
.cid-sIMjK7zMud .form-control:focus:-moz-placeholder,
.cid-sIMjK7zMud .field-input:focus:-moz-placeholder,
.cid-sIMjK7zMud .form-control:hover:-moz-placeholder,
.cid-sIMjK7zMud .field-input:hover:-moz-placeholder,
.cid-sIMjK7zMud .form-control:focus:-moz-placeholder,
.cid-sIMjK7zMud .field-input:focus:-moz-placeholder {
  color: #383838;
}
.cid-sIMjK7zMud .jq-number__spin:hover,
.cid-sIMjK7zMud .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #ed6436;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-sIMjK7zMud .jq-number__spin {
  background-color: #ffffff;
  border-color: #f2f2f4;
  color: #181818;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sIMjK7zMud .jq-selectbox li,
.cid-sIMjK7zMud .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-sIMjK7zMud .jq-selectbox li:hover,
.cid-sIMjK7zMud .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-sIMjK7zMud .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-sIMjK7zMud .jq-number__spin.minus:hover:after,
.cid-sIMjK7zMud .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-sIMjK7zMud .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-sIMjK7zMud .jq-number__spin.minus:after,
.cid-sIMjK7zMud .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-sIMjK7zMud input::-webkit-clear-button {
  display: none;
}
.cid-sIMjK7zMud input::-webkit-inner-spin-button {
  display: none;
}
.cid-sIMjK7zMud input::-webkit-outer-spin-button {
  display: none;
}
.cid-sIMjK7zMud input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-sIMjK7zMud .icon-wrap {
  display: flex;
  margin-bottom: 4rem;
}
.cid-sIMjK7zMud .icon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-sIMjK7zMud .align-wrap {
  display: inline-block;
}
.cid-sIMjK7zMud .mbr-iconfont {
  font-size: 3.5rem;
  color: #181818 !important;
  padding-right: 1.5rem;
  padding-bottom: 4px;
}
.cid-sIMjK7zMud .icons-wrap {
  display: flex;
}
.cid-sIMjK7zMud .icon-title,
.cid-sIMjK7zMud .mbr-iconfont {
  color: #6ee921;
}
@media (max-width: 767px) {
  .cid-sIMjK7zMud form {
    padding: 2rem 1rem;
  }
  .cid-sIMjK7zMud .col-auto {
    margin: auto;
    width: 100%;
  }
  .cid-sIMjK7zMud .icons-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-sIMjK7zMud .icon-wrap {
    margin-right: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-sIMjK7zMud .icon-wrap span {
    padding-right: 0rem;
    padding-bottom: 1rem;
  }
  .cid-sIMjK7zMud .align-wrap {
    text-align: center;
  }
}
.cid-sBOepeUToo {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #465052;
}
@media (max-width: 767px) {
  .cid-sBOepeUToo .content {
    text-align: center;
  }
  .cid-sBOepeUToo .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sBOepeUToo .img-logo img {
  height: 6rem;
}
.cid-sBOepeUToo .social-list {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sBOepeUToo .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #fff;
}
.cid-sBOepeUToo .social-list .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-sBOepeUToo .social-list .soc-item {
  margin: 0 3px 15px 3px;
}
.cid-sBOepeUToo .social-list a {
  margin: 0;
  opacity: 0.7;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sBOepeUToo .social-list a:hover {
  opacity: 1;
}
.cid-sBOepeUToo .form-control {
  min-height: auto;
  color: #ffffff !important;
  border: none !important;
  width: 100%;
  border-radius: 0 !important;
  background-color: transparent;
  padding: 0.5rem 0rem;
  border-bottom: 1px solid #ffffff !important;
}
.cid-sBOepeUToo .form-control:focus {
  outline: none;
  box-shadow: none;
}
.cid-sBOepeUToo .form-control:hover {
  border: none !important ;
  border-bottom: 1px solid #ffffff !important;
}
.cid-sBOepeUToo input::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-sBOepeUToo input::-moz-placeholder {
  color: #ffffff;
}
.cid-sBOepeUToo textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-sBOepeUToo textarea::-moz-placeholder {
  color: #ffffff;
}
.cid-sBOepeUToo .list {
  list-style-type: none;
  padding: 0;
}
.cid-sBOepeUToo .list li {
  padding-bottom: 0.5rem;
}
.cid-sBOepeUToo .list li:last-child {
  padding-bottom: 0;
}
.cid-sBOepeUToo .mbr-footer-list,
.cid-sBOepeUToo .form-text {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-sBOepeUToo .mbr-footer-list,
  .cid-sBOepeUToo .form-text,
  .cid-sBOepeUToo .footer-title,
  .cid-sBOepeUToo .footer-main-title,
  .cid-sBOepeUToo .form-text,
  .cid-sBOepeUToo .list {
    text-align: center !important;
  }
  .cid-sBOepeUToo .mbr-form,
  .cid-sBOepeUToo .social-list {
    -webkit-justify-content: center !important;
    justify-content: center !important;
  }
}
.cid-sINlZm7dnz .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #6ee921;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) 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-sINlZm7dnz .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sINlZm7dnz .nav-item,
.cid-sINlZm7dnz .nav-link,
.cid-sINlZm7dnz .navbar-caption {
  font-weight: normal;
}
.cid-sINlZm7dnz .nav-item:focus,
.cid-sINlZm7dnz .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sINlZm7dnz .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-sINlZm7dnz .nav-item .nav-link {
    position: relative;
  }
  .cid-sINlZm7dnz .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #6ee921;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-sINlZm7dnz .nav-item:hover .nav-link:before,
  .cid-sINlZm7dnz .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-sINlZm7dnz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-sINlZm7dnz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sINlZm7dnz .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-sINlZm7dnz .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sINlZm7dnz .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sINlZm7dnz .dropdown .dropdown-menu .dropdown-item .soc-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-sINlZm7dnz .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #465052;
}
.cid-sINlZm7dnz .navbar.opened {
  transition: all 0.3s;
  background: #465052 !important;
}
.cid-sINlZm7dnz .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-sINlZm7dnz .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-sINlZm7dnz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sINlZm7dnz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sINlZm7dnz .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sINlZm7dnz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sINlZm7dnz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sINlZm7dnz .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sINlZm7dnz .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-sINlZm7dnz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sINlZm7dnz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sINlZm7dnz .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sINlZm7dnz .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sINlZm7dnz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sINlZm7dnz .navbar.navbar-short {
  background: #465052 !important;
  min-height: 60px;
}
.cid-sINlZm7dnz .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-sINlZm7dnz .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sINlZm7dnz .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sINlZm7dnz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sINlZm7dnz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sINlZm7dnz .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sINlZm7dnz .dropdown-item.active,
.cid-sINlZm7dnz .dropdown-item:active {
  background-color: transparent;
}
.cid-sINlZm7dnz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sINlZm7dnz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sINlZm7dnz .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sINlZm7dnz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #465052;
  z-index: 2;
}
.cid-sINlZm7dnz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sINlZm7dnz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sINlZm7dnz ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sINlZm7dnz .navbar-buttons {
  text-align: center;
}
.cid-sINlZm7dnz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sINlZm7dnz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sINlZm7dnz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sINlZm7dnz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sINlZm7dnz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sINlZm7dnz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sINlZm7dnz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sINlZm7dnz nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sINlZm7dnz nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sINlZm7dnz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sINlZm7dnz .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sINlZm7dnz a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sINlZm7dnz .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #ff3366;
  display: inline-flex;
}
.cid-sINlZm7dnz .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-sINlZm7dnz .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-sINlZm7dnz .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sINlZm7dnz a.nav-link .mbr-iconfont-btn,
.cid-sINlZm7dnz a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-sINlZm7dnz a.nav-link:hover .mbr-iconfont-btn,
.cid-sINlZm7dnz a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-sINlZm7dnz a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sINlZm7dnz .navbar {
    height: 77px;
  }
  .cid-sINlZm7dnz .navbar.opened {
    height: auto;
  }
  .cid-sINlZm7dnz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sINlZpBLfp {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sINlZpBLfp .item-wrapper:hover .item-title a {
  color: #ff3366 !important;
}
.cid-sINlZpBLfp .item-title,
.cid-sINlZpBLfp .card_topic {
  margin-bottom: 12px;
}
.cid-sINlZpBLfp .category_content {
  opacity: .8;
}
.cid-sINlZpBLfp .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ff3366;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-sINlZpBLfp .mbr-text {
  margin: 25px 0;
  padding-left: 25px;
  border-left: 5px solid #6ee921;
}
.cid-sINlZpBLfp .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-sINlZpBLfp .mbr-section-btn .btn-secondary-outline:hover,
.cid-sINlZpBLfp .mbr-section-btn .btn-secondary-outline .active,
.cid-sINlZpBLfp .mbr-section-btn .btn-secondary-outline:focus {
  color: #149dcc !important;
}
.cid-sINlZpBLfp H5 {
  color: #cc2952;
}
.cid-tWteRR7S49 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tWteRR7S49 .mbr-iconfont {
  font-size: 1rem;
  margin-bottom: 6px;
}
.cid-tWteRR7S49 .title,
.cid-tWteRR7S49 .mbr-section-title {
  margin-bottom: 0.5rem!important;
}
.cid-tWteRR7S49 .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  border-bottom: 2px dotted #cccccc;
}
.cid-tWteRR7S49 .ico-line {
  display: flex;
}
.cid-tWteRR7S49 .type {
  color: #cc2952;
  text-align: left;
}
.cid-tWteRR7S49 p {
  padding: 0;
  margin: 0;
}
.cid-tWteRR7S49 img {
  border-radius: 100%;
  width: 100%;
}
.cid-tWteRR7S49 .text-box {
  padding: 0rem;
}
.cid-tWteRR7S49 .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 3px;
}
.cid-tWteRR7S49 .card-title {
  color: #232323;
  margin: 0;
  padding-bottom: 0.2rem;
}
.cid-tWteRR7S49 .card-img {
  border-radius: 100%;
  height: 100%;
}
.cid-tWteRR7S49 .card-box {
  padding: 0rem;
}
.cid-tWteRR7S49 .mbr-section-title {
  margin: 0 auto;
  margin-bottom: 2rem;
  color: #767676;
  text-align: center;
}
.cid-tWteRR7S49 .status {
  color: #cc2952;
  text-align: left;
}
.cid-tWteRR7S49 .text {
  line-height: 1.6;
}
.cid-tWteSOGKzg {
  padding-top: 0px;
  padding-bottom: 0px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-tWteSOGKzg .mbr-section-subtitle {
  color: #767676;
}
.cid-tWteSOGKzg .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tWteSOGKzg .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tWteSOGKzg .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tWteSOGKzg .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tWteSOGKzg .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #6ee921;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #6ee921, #465052);
}
.cid-tWteSOGKzg .icon-focus,
.cid-tWteSOGKzg .icon-video {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-tWteSOGKzg .icon-focus:before,
.cid-tWteSOGKzg .icon-video:before {
  content: '+';
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tWteSOGKzg .icon-video {
  font-size: 1.5rem !important;
}
.cid-tWteSOGKzg .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-tWteSOGKzg ul {
  font-size: 0;
}
.cid-tWteSOGKzg .mbr-gallery-filter ul {
  text-align: left;
}
.cid-tWteSOGKzg .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-tWteSOGKzg .mbr-gallery-filter ul li .btn {
  position: relative;
  padding: 0.5rem 1rem 0.6rem;
  margin: 0!important;
  background-color: transparent !important;
  border-width: 0 !important;
  color: #232323 !important;
}
.cid-tWteSOGKzg .mbr-gallery-filter ul li .btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  border-radius: 100px;
  opacity: 0.5;
}
.cid-tWteSOGKzg .mbr-gallery-filter ul li:not(.active) .btn:hover:after,
.cid-tWteSOGKzg .mbr-gallery-filter ul li.active .btn:after {
  border-color: #232323;
}
.cid-tWteSOGKzg .mbr-gallery-filter ul li .btn:hover:after {
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
.cid-tWteSOGKzg .mbr-gallery-filter ul li .btn:not(:hover):after {
  animation: none;
}
.cid-tWteSOGKzg .mbr-gallery-filter ul li:first-child,
.cid-tWteSOGKzg .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-tWteSOGKzg .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-tWteSOGKzg .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.cid-tWtew14VLn {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tWtew14VLn .mbr-iconfont {
  font-size: 1rem;
  margin-bottom: 6px;
}
.cid-tWtew14VLn .title,
.cid-tWtew14VLn .mbr-section-title {
  margin-bottom: 0.5rem!important;
}
.cid-tWtew14VLn .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  border-bottom: 2px dotted #cccccc;
}
.cid-tWtew14VLn .ico-line {
  display: flex;
}
.cid-tWtew14VLn .type {
  color: #cc2952;
  text-align: left;
}
.cid-tWtew14VLn p {
  padding: 0;
  margin: 0;
}
.cid-tWtew14VLn img {
  border-radius: 100%;
  width: 100%;
}
.cid-tWtew14VLn .text-box {
  padding: 0rem;
}
.cid-tWtew14VLn .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 3px;
}
.cid-tWtew14VLn .card-title {
  color: #232323;
  margin: 0;
  padding-bottom: 0.2rem;
}
.cid-tWtew14VLn .card-img {
  border-radius: 100%;
  height: 100%;
}
.cid-tWtew14VLn .card-box {
  padding: 0rem;
}
.cid-tWtew14VLn .mbr-section-title {
  margin: 0 auto;
  margin-bottom: 2rem;
  color: #767676;
  text-align: center;
}
.cid-tWtew14VLn .status {
  color: #cc2952;
  text-align: left;
}
.cid-tWtew14VLn .text {
  line-height: 1.6;
}
.cid-tWtexaSNZb {
  padding-top: 0px;
  padding-bottom: 0px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-tWtexaSNZb .mbr-section-subtitle {
  color: #767676;
}
.cid-tWtexaSNZb .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tWtexaSNZb .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tWtexaSNZb .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tWtexaSNZb .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tWtexaSNZb .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #6ee921;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #6ee921, #465052);
}
.cid-tWtexaSNZb .icon-focus,
.cid-tWtexaSNZb .icon-video {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-tWtexaSNZb .icon-focus:before,
.cid-tWtexaSNZb .icon-video:before {
  content: '+';
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tWtexaSNZb .icon-video {
  font-size: 1.5rem !important;
}
.cid-tWtexaSNZb .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-tWtexaSNZb ul {
  font-size: 0;
}
.cid-tWtexaSNZb .mbr-gallery-filter ul {
  text-align: left;
}
.cid-tWtexaSNZb .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-tWtexaSNZb .mbr-gallery-filter ul li .btn {
  position: relative;
  padding: 0.5rem 1rem 0.6rem;
  margin: 0!important;
  background-color: transparent !important;
  border-width: 0 !important;
  color: #232323 !important;
}
.cid-tWtexaSNZb .mbr-gallery-filter ul li .btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  border-radius: 100px;
  opacity: 0.5;
}
.cid-tWtexaSNZb .mbr-gallery-filter ul li:not(.active) .btn:hover:after,
.cid-tWtexaSNZb .mbr-gallery-filter ul li.active .btn:after {
  border-color: #232323;
}
.cid-tWtexaSNZb .mbr-gallery-filter ul li .btn:hover:after {
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
.cid-tWtexaSNZb .mbr-gallery-filter ul li .btn:not(:hover):after {
  animation: none;
}
.cid-tWtexaSNZb .mbr-gallery-filter ul li:first-child,
.cid-tWtexaSNZb .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-tWtexaSNZb .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-tWtexaSNZb .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.cid-sINlZqBCzz {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sINlZqBCzz .mbr-iconfont {
  font-size: 1rem;
  margin-bottom: 6px;
}
.cid-sINlZqBCzz .title,
.cid-sINlZqBCzz .mbr-section-title {
  margin-bottom: 0.5rem!important;
}
.cid-sINlZqBCzz .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  border-bottom: 2px dotted #cccccc;
}
.cid-sINlZqBCzz .ico-line {
  display: flex;
}
.cid-sINlZqBCzz .type {
  color: #cc2952;
  text-align: left;
}
.cid-sINlZqBCzz p {
  padding: 0;
  margin: 0;
}
.cid-sINlZqBCzz img {
  border-radius: 100%;
  width: 100%;
}
.cid-sINlZqBCzz .text-box {
  padding: 0rem;
}
.cid-sINlZqBCzz .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 3px;
}
.cid-sINlZqBCzz .card-title {
  color: #232323;
  margin: 0;
  padding-bottom: 0.2rem;
}
.cid-sINlZqBCzz .card-img {
  border-radius: 100%;
  height: 100%;
}
.cid-sINlZqBCzz .card-box {
  padding: 0rem;
}
.cid-sINlZqBCzz .mbr-section-title {
  margin: 0 auto;
  margin-bottom: 2rem;
  color: #767676;
  text-align: center;
}
.cid-sINlZqBCzz .status {
  color: #cc2952;
  text-align: left;
}
.cid-sINlZqBCzz .text {
  line-height: 1.6;
}
.cid-sINlZvZBbl {
  padding-top: 0px;
  padding-bottom: 90px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-sINlZvZBbl .mbr-section-subtitle {
  color: #767676;
}
.cid-sINlZvZBbl .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sINlZvZBbl .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sINlZvZBbl .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sINlZvZBbl .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sINlZvZBbl .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #6ee921;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #6ee921, #465052);
}
.cid-sINlZvZBbl .icon-focus,
.cid-sINlZvZBbl .icon-video {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-sINlZvZBbl .icon-focus:before,
.cid-sINlZvZBbl .icon-video:before {
  content: '+';
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sINlZvZBbl .icon-video {
  font-size: 1.5rem !important;
}
.cid-sINlZvZBbl .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-sINlZvZBbl ul {
  font-size: 0;
}
.cid-sINlZvZBbl .mbr-gallery-filter ul {
  text-align: left;
}
.cid-sINlZvZBbl .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-sINlZvZBbl .mbr-gallery-filter ul li .btn {
  position: relative;
  padding: 0.5rem 1rem 0.6rem;
  margin: 0!important;
  background-color: transparent !important;
  border-width: 0 !important;
  color: #232323 !important;
}
.cid-sINlZvZBbl .mbr-gallery-filter ul li .btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  border-radius: 100px;
  opacity: 0.5;
}
.cid-sINlZvZBbl .mbr-gallery-filter ul li:not(.active) .btn:hover:after,
.cid-sINlZvZBbl .mbr-gallery-filter ul li.active .btn:after {
  border-color: #232323;
}
.cid-sINlZvZBbl .mbr-gallery-filter ul li .btn:hover:after {
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
.cid-sINlZvZBbl .mbr-gallery-filter ul li .btn:not(:hover):after {
  animation: none;
}
.cid-sINlZvZBbl .mbr-gallery-filter ul li:first-child,
.cid-sINlZvZBbl .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-sINlZvZBbl .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-sINlZvZBbl .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.cid-sINlZxsYwK {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #465052;
}
@media (max-width: 767px) {
  .cid-sINlZxsYwK .content {
    text-align: center;
  }
  .cid-sINlZxsYwK .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sINlZxsYwK .img-logo img {
  height: 6rem;
}
.cid-sINlZxsYwK .social-list {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sINlZxsYwK .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #fff;
}
.cid-sINlZxsYwK .social-list .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-sINlZxsYwK .social-list .soc-item {
  margin: 0 3px 15px 3px;
}
.cid-sINlZxsYwK .social-list a {
  margin: 0;
  opacity: 0.7;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sINlZxsYwK .social-list a:hover {
  opacity: 1;
}
.cid-sINlZxsYwK .form-control {
  min-height: auto;
  color: #ffffff !important;
  border: none !important;
  width: 100%;
  border-radius: 0 !important;
  background-color: transparent;
  padding: 0.5rem 0rem;
  border-bottom: 1px solid #ffffff !important;
}
.cid-sINlZxsYwK .form-control:focus {
  outline: none;
  box-shadow: none;
}
.cid-sINlZxsYwK .form-control:hover {
  border: none !important ;
  border-bottom: 1px solid #ffffff !important;
}
.cid-sINlZxsYwK input::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-sINlZxsYwK input::-moz-placeholder {
  color: #ffffff;
}
.cid-sINlZxsYwK textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-sINlZxsYwK textarea::-moz-placeholder {
  color: #ffffff;
}
.cid-sINlZxsYwK .list {
  list-style-type: none;
  padding: 0;
}
.cid-sINlZxsYwK .list li {
  padding-bottom: 0.5rem;
}
.cid-sINlZxsYwK .list li:last-child {
  padding-bottom: 0;
}
.cid-sINlZxsYwK .mbr-footer-list,
.cid-sINlZxsYwK .form-text {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-sINlZxsYwK .mbr-footer-list,
  .cid-sINlZxsYwK .form-text,
  .cid-sINlZxsYwK .footer-title,
  .cid-sINlZxsYwK .footer-main-title,
  .cid-sINlZxsYwK .form-text,
  .cid-sINlZxsYwK .list {
    text-align: center !important;
  }
  .cid-sINlZxsYwK .mbr-form,
  .cid-sINlZxsYwK .social-list {
    -webkit-justify-content: center !important;
    justify-content: center !important;
  }
}
.cid-sIN1DYJNhQ .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #6ee921;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) 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-sIN1DYJNhQ .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sIN1DYJNhQ .nav-item,
.cid-sIN1DYJNhQ .nav-link,
.cid-sIN1DYJNhQ .navbar-caption {
  font-weight: normal;
}
.cid-sIN1DYJNhQ .nav-item:focus,
.cid-sIN1DYJNhQ .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sIN1DYJNhQ .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-sIN1DYJNhQ .nav-item .nav-link {
    position: relative;
  }
  .cid-sIN1DYJNhQ .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #6ee921;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-sIN1DYJNhQ .nav-item:hover .nav-link:before,
  .cid-sIN1DYJNhQ .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-sIN1DYJNhQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-sIN1DYJNhQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sIN1DYJNhQ .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-sIN1DYJNhQ .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sIN1DYJNhQ .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sIN1DYJNhQ .dropdown .dropdown-menu .dropdown-item .soc-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-sIN1DYJNhQ .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #465052;
}
.cid-sIN1DYJNhQ .navbar.opened {
  transition: all 0.3s;
  background: #465052 !important;
}
.cid-sIN1DYJNhQ .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-sIN1DYJNhQ .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-sIN1DYJNhQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sIN1DYJNhQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sIN1DYJNhQ .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sIN1DYJNhQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sIN1DYJNhQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sIN1DYJNhQ .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sIN1DYJNhQ .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-sIN1DYJNhQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sIN1DYJNhQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sIN1DYJNhQ .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sIN1DYJNhQ .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sIN1DYJNhQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sIN1DYJNhQ .navbar.navbar-short {
  background: #465052 !important;
  min-height: 60px;
}
.cid-sIN1DYJNhQ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-sIN1DYJNhQ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sIN1DYJNhQ .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sIN1DYJNhQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sIN1DYJNhQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sIN1DYJNhQ .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sIN1DYJNhQ .dropdown-item.active,
.cid-sIN1DYJNhQ .dropdown-item:active {
  background-color: transparent;
}
.cid-sIN1DYJNhQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sIN1DYJNhQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sIN1DYJNhQ .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sIN1DYJNhQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #465052;
  z-index: 2;
}
.cid-sIN1DYJNhQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sIN1DYJNhQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sIN1DYJNhQ ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sIN1DYJNhQ .navbar-buttons {
  text-align: center;
}
.cid-sIN1DYJNhQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sIN1DYJNhQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sIN1DYJNhQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sIN1DYJNhQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sIN1DYJNhQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sIN1DYJNhQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sIN1DYJNhQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sIN1DYJNhQ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sIN1DYJNhQ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sIN1DYJNhQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sIN1DYJNhQ .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sIN1DYJNhQ a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sIN1DYJNhQ .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #ff3366;
  display: inline-flex;
}
.cid-sIN1DYJNhQ .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-sIN1DYJNhQ .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-sIN1DYJNhQ .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sIN1DYJNhQ a.nav-link .mbr-iconfont-btn,
.cid-sIN1DYJNhQ a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-sIN1DYJNhQ a.nav-link:hover .mbr-iconfont-btn,
.cid-sIN1DYJNhQ a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-sIN1DYJNhQ a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sIN1DYJNhQ .navbar {
    height: 77px;
  }
  .cid-sIN1DYJNhQ .navbar.opened {
    height: auto;
  }
  .cid-sIN1DYJNhQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sIN1DZZJ91 {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sIN1DZZJ91 .item-wrapper:hover .item-title a {
  color: #ff3366 !important;
}
.cid-sIN1DZZJ91 .item-title,
.cid-sIN1DZZJ91 .card_topic {
  margin-bottom: 12px;
}
.cid-sIN1DZZJ91 .category_content {
  opacity: .8;
}
.cid-sIN1DZZJ91 .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ff3366;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-sIN1DZZJ91 .mbr-text {
  margin: 25px 0;
  padding-left: 25px;
  border-left: 5px solid #6ee921;
}
.cid-sIN1DZZJ91 .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-sIN1DZZJ91 .mbr-section-btn .btn-secondary-outline:hover,
.cid-sIN1DZZJ91 .mbr-section-btn .btn-secondary-outline .active,
.cid-sIN1DZZJ91 .mbr-section-btn .btn-secondary-outline:focus {
  color: #149dcc !important;
}
.cid-sIN1DZZJ91 H5 {
  color: #cc2952;
}
.cid-sIN1E0SQwJ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sIN1E0SQwJ .mbr-iconfont {
  font-size: 1rem;
  margin-bottom: 6px;
}
.cid-sIN1E0SQwJ .title,
.cid-sIN1E0SQwJ .mbr-section-title {
  margin-bottom: 0.5rem!important;
}
.cid-sIN1E0SQwJ .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  border-bottom: 2px dotted #cccccc;
}
.cid-sIN1E0SQwJ .ico-line {
  display: flex;
}
.cid-sIN1E0SQwJ .type {
  color: #cc2952;
  text-align: left;
}
.cid-sIN1E0SQwJ p {
  padding: 0;
  margin: 0;
}
.cid-sIN1E0SQwJ img {
  border-radius: 100%;
  width: 100%;
}
.cid-sIN1E0SQwJ .text-box {
  padding: 0rem;
}
.cid-sIN1E0SQwJ .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 3px;
}
.cid-sIN1E0SQwJ .card-title {
  color: #232323;
  margin: 0;
  padding-bottom: 0.2rem;
}
.cid-sIN1E0SQwJ .card-img {
  border-radius: 100%;
  height: 100%;
}
.cid-sIN1E0SQwJ .card-box {
  padding: 0rem;
}
.cid-sIN1E0SQwJ .mbr-section-title {
  margin: 0 auto;
  margin-bottom: 2rem;
  color: #767676;
  text-align: center;
}
.cid-sIN1E0SQwJ .status {
  color: #cc2952;
  text-align: left;
}
.cid-sIN1E0SQwJ .text {
  line-height: 1.6;
}
.cid-sIN1E33G59 {
  padding-top: 0px;
  padding-bottom: 15px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-sIN1E33G59 .mbr-section-subtitle {
  color: #767676;
}
.cid-sIN1E33G59 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sIN1E33G59 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sIN1E33G59 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sIN1E33G59 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sIN1E33G59 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #6ee921;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #6ee921, #465052);
}
.cid-sIN1E33G59 .icon-focus,
.cid-sIN1E33G59 .icon-video {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-sIN1E33G59 .icon-focus:before,
.cid-sIN1E33G59 .icon-video:before {
  content: '+';
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sIN1E33G59 .icon-video {
  font-size: 1.5rem !important;
}
.cid-sIN1E33G59 .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-sIN1E33G59 ul {
  font-size: 0;
}
.cid-sIN1E33G59 .mbr-gallery-filter ul {
  text-align: left;
}
.cid-sIN1E33G59 .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-sIN1E33G59 .mbr-gallery-filter ul li .btn {
  position: relative;
  padding: 0.5rem 1rem 0.6rem;
  margin: 0!important;
  background-color: transparent !important;
  border-width: 0 !important;
  color: #232323 !important;
}
.cid-sIN1E33G59 .mbr-gallery-filter ul li .btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  border-radius: 100px;
  opacity: 0.5;
}
.cid-sIN1E33G59 .mbr-gallery-filter ul li:not(.active) .btn:hover:after,
.cid-sIN1E33G59 .mbr-gallery-filter ul li.active .btn:after {
  border-color: #232323;
}
.cid-sIN1E33G59 .mbr-gallery-filter ul li .btn:hover:after {
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
.cid-sIN1E33G59 .mbr-gallery-filter ul li .btn:not(:hover):after {
  animation: none;
}
.cid-sIN1E33G59 .mbr-gallery-filter ul li:first-child,
.cid-sIN1E33G59 .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-sIN1E33G59 .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-sIN1E33G59 .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.cid-sIZXd9hKet {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sIZXd9hKet .mbr-iconfont {
  font-size: 1rem;
  margin-bottom: 6px;
}
.cid-sIZXd9hKet .title,
.cid-sIZXd9hKet .mbr-section-title {
  margin-bottom: 0.5rem!important;
}
.cid-sIZXd9hKet .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  border-bottom: 2px dotted #cccccc;
}
.cid-sIZXd9hKet .ico-line {
  display: flex;
}
.cid-sIZXd9hKet .type {
  color: #cc2952;
  text-align: left;
}
.cid-sIZXd9hKet p {
  padding: 0;
  margin: 0;
}
.cid-sIZXd9hKet img {
  border-radius: 100%;
  width: 100%;
}
.cid-sIZXd9hKet .text-box {
  padding: 0rem;
}
.cid-sIZXd9hKet .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 3px;
}
.cid-sIZXd9hKet .card-title {
  color: #232323;
  margin: 0;
  padding-bottom: 0.2rem;
}
.cid-sIZXd9hKet .card-img {
  border-radius: 100%;
  height: 100%;
}
.cid-sIZXd9hKet .card-box {
  padding: 0rem;
}
.cid-sIZXd9hKet .mbr-section-title {
  margin: 0 auto;
  margin-bottom: 2rem;
  color: #767676;
  text-align: center;
}
.cid-sIZXd9hKet .status {
  color: #cc2952;
  text-align: left;
}
.cid-sIZXd9hKet .text {
  line-height: 1.6;
}
.cid-sIZXf350LE {
  padding-top: 0px;
  padding-bottom: 30px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-sIZXf350LE .mbr-section-subtitle {
  color: #767676;
}
.cid-sIZXf350LE .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sIZXf350LE .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sIZXf350LE .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sIZXf350LE .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sIZXf350LE .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #6ee921;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #6ee921, #465052);
}
.cid-sIZXf350LE .icon-focus,
.cid-sIZXf350LE .icon-video {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-sIZXf350LE .icon-focus:before,
.cid-sIZXf350LE .icon-video:before {
  content: '+';
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sIZXf350LE .icon-video {
  font-size: 1.5rem !important;
}
.cid-sIZXf350LE .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-sIZXf350LE ul {
  font-size: 0;
}
.cid-sIZXf350LE .mbr-gallery-filter ul {
  text-align: left;
}
.cid-sIZXf350LE .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-sIZXf350LE .mbr-gallery-filter ul li .btn {
  position: relative;
  padding: 0.5rem 1rem 0.6rem;
  margin: 0!important;
  background-color: transparent !important;
  border-width: 0 !important;
  color: #232323 !important;
}
.cid-sIZXf350LE .mbr-gallery-filter ul li .btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  border-radius: 100px;
  opacity: 0.5;
}
.cid-sIZXf350LE .mbr-gallery-filter ul li:not(.active) .btn:hover:after,
.cid-sIZXf350LE .mbr-gallery-filter ul li.active .btn:after {
  border-color: #232323;
}
.cid-sIZXf350LE .mbr-gallery-filter ul li .btn:hover:after {
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
.cid-sIZXf350LE .mbr-gallery-filter ul li .btn:not(:hover):after {
  animation: none;
}
.cid-sIZXf350LE .mbr-gallery-filter ul li:first-child,
.cid-sIZXf350LE .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-sIZXf350LE .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-sIZXf350LE .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.cid-sMpuG9EXjl {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sMpuG9EXjl .mbr-iconfont {
  font-size: 1rem;
  margin-bottom: 6px;
}
.cid-sMpuG9EXjl .title,
.cid-sMpuG9EXjl .mbr-section-title {
  margin-bottom: 0.5rem!important;
}
.cid-sMpuG9EXjl .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  border-bottom: 2px dotted #cccccc;
}
.cid-sMpuG9EXjl .ico-line {
  display: flex;
}
.cid-sMpuG9EXjl .type {
  color: #cc2952;
  text-align: left;
}
.cid-sMpuG9EXjl p {
  padding: 0;
  margin: 0;
}
.cid-sMpuG9EXjl img {
  border-radius: 100%;
  width: 100%;
}
.cid-sMpuG9EXjl .text-box {
  padding: 0rem;
}
.cid-sMpuG9EXjl .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 3px;
}
.cid-sMpuG9EXjl .card-title {
  color: #232323;
  margin: 0;
  padding-bottom: 0.2rem;
}
.cid-sMpuG9EXjl .card-img {
  border-radius: 100%;
  height: 100%;
}
.cid-sMpuG9EXjl .card-box {
  padding: 0rem;
}
.cid-sMpuG9EXjl .mbr-section-title {
  margin: 0 auto;
  margin-bottom: 2rem;
  color: #767676;
  text-align: center;
}
.cid-sMpuG9EXjl .status {
  color: #cc2952;
  text-align: left;
}
.cid-sMpuG9EXjl .text {
  line-height: 1.6;
}
.cid-sMpuGLHnvO {
  padding-top: 0px;
  padding-bottom: 90px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-sMpuGLHnvO .mbr-section-subtitle {
  color: #767676;
}
.cid-sMpuGLHnvO .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sMpuGLHnvO .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sMpuGLHnvO .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sMpuGLHnvO .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sMpuGLHnvO .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #6ee921;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #6ee921, #465052);
}
.cid-sMpuGLHnvO .icon-focus,
.cid-sMpuGLHnvO .icon-video {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-sMpuGLHnvO .icon-focus:before,
.cid-sMpuGLHnvO .icon-video:before {
  content: '+';
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sMpuGLHnvO .icon-video {
  font-size: 1.5rem !important;
}
.cid-sMpuGLHnvO .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-sMpuGLHnvO ul {
  font-size: 0;
}
.cid-sMpuGLHnvO .mbr-gallery-filter ul {
  text-align: left;
}
.cid-sMpuGLHnvO .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-sMpuGLHnvO .mbr-gallery-filter ul li .btn {
  position: relative;
  padding: 0.5rem 1rem 0.6rem;
  margin: 0!important;
  background-color: transparent !important;
  border-width: 0 !important;
  color: #232323 !important;
}
.cid-sMpuGLHnvO .mbr-gallery-filter ul li .btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  border-radius: 100px;
  opacity: 0.5;
}
.cid-sMpuGLHnvO .mbr-gallery-filter ul li:not(.active) .btn:hover:after,
.cid-sMpuGLHnvO .mbr-gallery-filter ul li.active .btn:after {
  border-color: #232323;
}
.cid-sMpuGLHnvO .mbr-gallery-filter ul li .btn:hover:after {
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
.cid-sMpuGLHnvO .mbr-gallery-filter ul li .btn:not(:hover):after {
  animation: none;
}
.cid-sMpuGLHnvO .mbr-gallery-filter ul li:first-child,
.cid-sMpuGLHnvO .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-sMpuGLHnvO .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-sMpuGLHnvO .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.cid-sIN1E41s58 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #465052;
}
@media (max-width: 767px) {
  .cid-sIN1E41s58 .content {
    text-align: center;
  }
  .cid-sIN1E41s58 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sIN1E41s58 .img-logo img {
  height: 6rem;
}
.cid-sIN1E41s58 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sIN1E41s58 .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #fff;
}
.cid-sIN1E41s58 .social-list .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-sIN1E41s58 .social-list .soc-item {
  margin: 0 3px 15px 3px;
}
.cid-sIN1E41s58 .social-list a {
  margin: 0;
  opacity: 0.7;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sIN1E41s58 .social-list a:hover {
  opacity: 1;
}
.cid-sIN1E41s58 .form-control {
  min-height: auto;
  color: #ffffff !important;
  border: none !important;
  width: 100%;
  border-radius: 0 !important;
  background-color: transparent;
  padding: 0.5rem 0rem;
  border-bottom: 1px solid #ffffff !important;
}
.cid-sIN1E41s58 .form-control:focus {
  outline: none;
  box-shadow: none;
}
.cid-sIN1E41s58 .form-control:hover {
  border: none !important ;
  border-bottom: 1px solid #ffffff !important;
}
.cid-sIN1E41s58 input::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-sIN1E41s58 input::-moz-placeholder {
  color: #ffffff;
}
.cid-sIN1E41s58 textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-sIN1E41s58 textarea::-moz-placeholder {
  color: #ffffff;
}
.cid-sIN1E41s58 .list {
  list-style-type: none;
  padding: 0;
}
.cid-sIN1E41s58 .list li {
  padding-bottom: 0.5rem;
}
.cid-sIN1E41s58 .list li:last-child {
  padding-bottom: 0;
}
.cid-sIN1E41s58 .mbr-footer-list,
.cid-sIN1E41s58 .form-text {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-sIN1E41s58 .mbr-footer-list,
  .cid-sIN1E41s58 .form-text,
  .cid-sIN1E41s58 .footer-title,
  .cid-sIN1E41s58 .footer-main-title,
  .cid-sIN1E41s58 .form-text,
  .cid-sIN1E41s58 .list {
    text-align: center !important;
  }
  .cid-sIN1E41s58 .mbr-form,
  .cid-sIN1E41s58 .social-list {
    -webkit-justify-content: center !important;
    justify-content: center !important;
  }
}
.cid-tooeTA6wGU {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tooeTA6wGU .mbr-section-title {
  letter-spacing: 0.1em;
}
.cid-tooeTA6wGU .mbr-section-subtitle {
  color: #232323;
  letter-spacing: 0.03em;
}
.cid-tooeTA6wGU .progressbar-title p {
  margin-bottom: 8px;
  letter-spacing: 0.03em;
}
.cid-tooeTA6wGU .progress {
  width: 100%;
  height: 16px;
}
.cid-tooeTA6wGU .progress_elements,
.cid-tooeTA6wGU .text-elements {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tooeTA6wGU .progress_elements > div,
.cid-tooeTA6wGU .text-elements > div {
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.cid-tooeTA6wGU .progress-bar {
  height: 16px;
  background-color: #3e4edc;
}
.cid-tooeTA6wGU .title-wrap {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-tooeTA6wGU .progressbar-number {
  display: inline-block;
}
.cid-tooeTA6wGU .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-tooeTA6wGU .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-tooeTA6wGU .progress_value {
  position: relative;
}
.cid-tooeTA6wGU progress[value]::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-tooeTA6wGU progress::-webkit-progress-value {
  background: #3e4edc;
}
.cid-tooeTA6wGU progress[value]::-moz-progress-bar {
  background: #3e4edc;
}
.cid-tooeTA6wGU progress::-ms-fill {
  background: #3e4edc;
}
.cid-tooeTA6wGU .progress1 .progressbar-number:before {
  content: '100';
}
.cid-tooeTA6wGU .progress2 .progressbar-number:before {
  content: '63';
}
.cid-tooeTA6wGU .progress3 .progressbar-number:before {
  content: '41';
}
.cid-tooeTA6wGU .progress4 .progressbar-number:before {
  content: '28';
}
.cid-tooeTA6wGU .progress5 .progressbar-number:before {
  content: '10';
}
.cid-tooeTA6wGU .progress-bar-1 {
  width: 100%;
}
.cid-tooeTA6wGU .progress-bar-2 {
  width: 63%;
}
.cid-tooeTA6wGU .progress-bar-3 {
  width: 41%;
}
.cid-tooeTA6wGU .progress-bar-4 {
  width: 28%;
}
.cid-tooeTA6wGU .progress-bar-5 {
  width: 10%;
}
@media (max-width: 767px) {
  .cid-tooeTA6wGU .progress_elements {
    padding-top: 2rem;
  }
}
.cid-toof3rCDiK.popup-builder {
  background-color: #ffffff;
}
.cid-toof3rCDiK.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-toof3rCDiK.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-toof3rCDiK .modal-content,
.cid-toof3rCDiK .modal-dialog {
  height: auto;
}
.cid-toof3rCDiK .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-toof3rCDiK .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-toof3rCDiK .form-wrapper .mbr-form .form-group,
  .cid-toof3rCDiK .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-toof3rCDiK .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-toof3rCDiK .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-toof3rCDiK .mbr-text {
  text-align: center;
}
.cid-toof3rCDiK .pt-0 {
  padding-top: 0 !important;
}
.cid-toof3rCDiK .pb-0 {
  padding-bottom: 0 !important;
}
.cid-toof3rCDiK .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-toof3rCDiK .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-toof3rCDiK .modal-open {
  overflow: hidden;
}
.cid-toof3rCDiK .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-toof3rCDiK .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-toof3rCDiK .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-toof3rCDiK .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-toof3rCDiK .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-toof3rCDiK .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-toof3rCDiK .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-toof3rCDiK .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-toof3rCDiK .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-toof3rCDiK .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-toof3rCDiK .modal-backdrop.fade {
  opacity: 0;
}
.cid-toof3rCDiK .modal-backdrop.show {
  opacity: .5;
}
.cid-toof3rCDiK .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-toof3rCDiK .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-toof3rCDiK .modal-header {
    padding: 1rem;
  }
}
.cid-toof3rCDiK .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-toof3rCDiK .modal-header .close svg {
  fill: #353535;
}
.cid-toof3rCDiK .modal-header .close:hover {
  opacity: 1;
}
.cid-toof3rCDiK .modal-header .close:focus {
  outline: none;
}
.cid-toof3rCDiK .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-toof3rCDiK .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-toof3rCDiK .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-toof3rCDiK .modal-body {
    padding: 1rem;
  }
}
.cid-toof3rCDiK .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-toof3rCDiK .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-toof3rCDiK .modal-footer {
    padding: 1rem;
  }
}
.cid-toof3rCDiK .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-toof3rCDiK .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-toof3rCDiK .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-toof3rCDiK .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-toof3rCDiK .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-toof3rCDiK .modal-lg,
  .cid-toof3rCDiK .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-toof3rCDiK .modal-xl {
    max-width: 1140px;
  }
}
.cid-toof3rCDiK .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-toof3rCDiK .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-toof3rCDiK .form-group {
  margin-bottom: 1rem;
}
.cid-toof3rCDiK .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-toof3rCDiK .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-toof3rCDiK .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-toof3rCDiK .mbr-section-btn {
  margin: 0;
}
.cid-toof3rCDiK .mbr-section-btn .btn {
  margin: 0;
}
.cid-toog3qvZ2e {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-toog3qvZ2e .box1 {
  background-image: url("../../../assets/images/background1.jpg");
  background-size: cover;
  background-position: center;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.cid-toog3qvZ2e .box2 {
  background-image: url("../../../assets/images/02.jpg");
  background-size: cover;
  background-position: center;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.cid-toog3qvZ2e .icon-wrap {
  background-color: #a8f975 !important;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-toog3qvZ2e .icon-wrap:hover {
  transform: scale(1.1);
}
.cid-toog3qvZ2e .icon-wrap span {
  padding-left: 8px;
}
.cid-toog3qvZ2e .mbr-media span {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-toog3qvZ2e .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-toog3qvZ2e .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-toog3qvZ2e .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-toog3qvZ2e .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-toog3qvZ2e a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-toog3qvZ2e a.close:hover {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-toog3qvZ2e {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .cid-toog3qvZ2e .box1 {
    margin-bottom: 1rem;
  }
}
@media (max-width: 576px) {
  .cid-toog3qvZ2e {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .cid-toog3qvZ2e .box1,
  .cid-toog3qvZ2e .box2 {
    height: 250px;
  }
}
.cid-toog4Wyrg5 {
  padding-top: 615px;
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-toogzfwbpV {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-toogzfwbpV img {
  height: 500px;
  object-fit: cover;
}
.cid-toogzfwbpV .card-img {
  position: relative;
}
.cid-toogzfwbpV .card-img img {
  height: 100%;
  object-fit: cover;
  z-index: 2;
  position: relative;
}
.cid-toogzfwbpV .card-img:after {
  content: '';
  position: absolute;
  transition: all 0.3s;
  border-radius: 100%;
  z-index: 1;
  bottom: 5px;
  left: 50%;
  right: 50%;
  opacity: 1;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 40px;
  box-shadow: 0 35px 30px 0 rgba(0, 0, 0, 0.35);
}
@media (max-width: 767px) {
  .cid-toogzfwbpV .card-img {
    margin-bottom: 2rem;
  }
}
.cid-toogZGY544 {
  padding-top: 180px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/background5.jpg");
}
.cid-toogZGY544 .btn {
  margin: 0.2rem !important;
}
.cid-toogZGY544 .row {
  justify-content: flex-end;
}
.cid-toogZGY544 .mbr-text,
.cid-toogZGY544 .mbr-section-btn {
  color: #cccccc;
}
.cid-toogZGY544 H3 {
  color: #cccccc;
}
.cid-toogZLukYD {
  padding-top: 180px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/background5.jpg");
}
.cid-toogZLukYD .btn {
  margin: 0.2rem !important;
}
.cid-toogZLukYD .row {
  justify-content: flex-end;
}
.cid-toogZLukYD .mbr-text,
.cid-toogZLukYD .mbr-section-btn {
  color: #cccccc;
}
.cid-toogZLukYD H3 {
  color: #cccccc;
}
.cid-tooh1TO8qt {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tooh1TO8qt .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tooh1TO8qt .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tooh1TO8qt .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tooh1TO8qt .mbr-gallery-item {
  width: 33.3%;
}
.cid-tooh1TO8qt .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-tooh1TO8qt .mbr-gallery-item {
    width: 100%;
  }
}
.cid-tooh1TO8qt .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-tooh1TO8qt .mbr-gallery-row {
  justify-content: center;
}
.cid-tooh1TO8qt .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-tooh1TO8qt .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8 !important;
}
.cid-tooh1TO8qt .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tooh1TO8qt .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-tooh1TO8qt .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-tooh1TO8qt .icon-focus:before {
  content: '\e970';
  font-size: 1.2rem;
  color: black;
}
.cid-tooh1TO8qt .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tooh1TO8qt .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-tooh1TO8qt img {
  transition: all 2s !important;
}
.cid-tooh1TO8qt .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tooh1TO8qt .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-tooh1TO8qt .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tooh4kpU2h {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tooh4kpU2h .image-block {
  margin: auto;
  height: 400px;
  overflow: hidden;
}
.cid-tooh4kpU2h .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-tooh4kpU2h .image-block:hover:before {
  opacity: 0.2;
}
.cid-tooh4kpU2h .image-block:hover .wrap {
  opacity: 1;
}
.cid-tooh4kpU2h h4 {
  letter-spacing: 2px;
}
.cid-tooh4kpU2h figcaption {
  position: relative;
}
.cid-tooh4kpU2h figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-tooh4kpU2h img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
.cid-tooh4kpU2h .card {
  padding: 0;
}
@media (max-width: 767px) {
  .cid-tooh4kpU2h .wrap {
    opacity: 1 !important;
  }
  .cid-tooh4kpU2h .image-block:before {
    opacity: 0.2 !important;
  }
}
.cid-tooh6IyyGP {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tooh6IyyGP .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tooh6IyyGP .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tooh6IyyGP .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tooh6IyyGP .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tooh6IyyGP .container {
  padding: 0;
}
.cid-tooh6IyyGP .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tooh6IyyGP .icon-focus {
  display: none;
}
.cid-tooh6IyyGP .btn-primary-outline {
  border: none !important;
  color: gray !important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent !important;
  font-weight: 400;
}
.cid-tooh6IyyGP .btn-primary-outline:hover {
  background: transparent !important;
  color: #149dcc !important;
}
.cid-tooh6IyyGP li.active .btn {
  background: transparent !important;
  color: black !important;
}
.cid-tooh6IyyGP li {
  position: relative;
}
.cid-tooh6IyyGP .mbr-gallery-filter ul li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 0px;
  top: 26px;
  background: lightgray;
  transform: rotate(35deg);
}
.cid-tooh6IyyGP .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tooh6IyyGP .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tooh6IyyGP .mbr-gallery-item > div:hover:before {
  opacity: 0.3 !important;
}
.cid-tooh6IyyGP .btn {
  font-family: Rubik !important;
}
.cid-tooh6IyyGP .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-tooh6IyyGP .mbr-gallery-title:hover {
  opacity: 1;
}
.cid-tooh6IyyGP .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.3;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
@media (max-width: 767px) {
  .cid-tooh6IyyGP li:not(:last-child):after {
    top: 9px;
  }
  .cid-tooh6IyyGP .btn-primary-outline {
    padding: 0rem 1rem;
    margin: 0 !important;
  }
}
.cid-tooiC1maW8 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f5f6f8;
}
.cid-tooiC1maW8 .mbr-text {
  margin-top: 1rem;
}
.cid-tooiC1maW8 .text-element {
  background-color: #354463;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  height: 100%;
}
.cid-tooiC1maW8 .row-element,
.cid-tooiC1maW8 .image-element {
  padding: 0;
}
.cid-tooiC1maW8 .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tooiC1maW8 .image-element .img-wrap {
  width: 100% !important;
  position: relative;
}
.cid-tooiC1maW8 .image-element .img-wrap img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
  filter: grayscale(1);
}
.cid-tooiC1maW8 .mbr-subtitle {
  display: inline-block;
  background-color: #ffffff;
  border-radius: 3px;
  padding: 0.2rem 1rem;
}
.cid-tooiC1maW8 .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tooiC1maW8 .carousel-item.active,
.cid-tooiC1maW8 .carousel-item-next,
.cid-tooiC1maW8 .carousel-item-prev {
  display: flex;
}
.cid-tooiC1maW8 .carousel-control-next,
.cid-tooiC1maW8 .carousel-control-prev {
  opacity: 1;
  width: 45px;
  height: 45px;
}
.cid-tooiC1maW8 .mbr-iconfont {
  transition: 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tooiC1maW8 .carousel-indicators {
  left: 50%;
  margin: 20px auto 0;
  align-items: center;
}
.cid-tooiC1maW8 .carousel-indicators .active {
  opacity: 1;
  border: 0;
  background-color: #149dcc;
}
.cid-tooiC1maW8 .carousel-indicators li {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  transition: opacity 0.5s;
  background-color: #000000;
  font-size: 2rem;
  opacity: 0.5;
  border-width: 0px;
}
.cid-tooiC1maW8 .carousel-indicators li:hover {
  opacity: 1;
}
.cid-tooiC1maW8 .mbri-arrow-prev::before {
  content: "\f053" !important;
}
.cid-tooiC1maW8 .mbri-arrow-next::before {
  content: "\f054" !important;
}
.cid-tooiC1maW8 .carousel-controls a {
  transition: 0.3s;
  border-radius: 50%;
  border: 2px solid #149dcc;
  background-color: transparent;
}
.cid-tooiC1maW8 .carousel-controls a span {
  color: #ffffff;
  font-size: 1.1rem;
}
.cid-tooiC1maW8 .carousel-controls a:hover {
  background: #149dcc;
}
.cid-tooiC1maW8 .carousel-controls a:hover span {
  color: #4f4943;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tooiC1maW8 .image-element {
    min-width: 50%;
  }
  .cid-tooiC1maW8 .media-container-row {
    width: 100%;
  }
}
.cid-tooiC1maW8 .date-block {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.1rem;
}
.cid-tooiC1maW8 .mbr-title {
  margin-top: 1rem;
}
.cid-tooiC1maW8 .btn {
  margin-left: 0rem;
}
.cid-tooiC1maW8 .card-box {
  z-index: 1;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.4);
  height: 100%;
  width: 100%;
  pointer-events: none;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .cid-tooiC1maW8 .text-element {
    padding: 2.3rem 1rem;
  }
  .cid-tooiC1maW8 .carousel-control-next,
  .cid-tooiC1maW8 .carousel-control-prev {
    bottom: auto;
    top: 9.8rem;
  }
  .cid-tooiC1maW8 .carousel-control-prev {
    right: 4.8rem;
    left: auto;
  }
  .cid-tooiC1maW8 .carousel-control-next {
    right: 1rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-tooiC1maW8 .text-element {
    padding: 2.3rem 1rem;
  }
  .cid-tooiC1maW8 .carousel-control-next,
  .cid-tooiC1maW8 .carousel-control-prev {
    bottom: auto;
    top: 46.8%;
  }
  .cid-tooiC1maW8 .carousel-control-prev {
    right: 5.8rem;
    left: auto;
  }
  .cid-tooiC1maW8 .carousel-control-next {
    right: 1.8rem;
  }
}
@media (min-width: 992px) {
  .cid-tooiC1maW8 .text-element {
    padding: 6.2rem 3.8rem;
  }
  .cid-tooiC1maW8 .carousel-control-next,
  .cid-tooiC1maW8 .carousel-control-prev {
    bottom: 2.3rem;
    top: auto;
  }
  .cid-tooiC1maW8 .carousel-control-prev {
    left: 2.3rem;
  }
  .cid-tooiC1maW8 .carousel-control-next {
    left: 6.2rem;
  }
}
.cid-tooiC1maW8 .progress_value {
  display: flex;
  position: relative;
}
.cid-tooiC1maW8 .progress_elements {
  margin-top: 1.5rem;
  margin-bottom: 1.4rem;
}
.cid-tooiC1maW8 .progress {
  width: 100%;
  position: relative;
  height: 13px;
  background-color: #f9f7f6;
  border-radius: 50px;
}
.cid-tooiC1maW8 progress {
  height: 8px;
}
.cid-tooiC1maW8 .title-wrap {
  display: flex;
  justify-content: flex-end;
}
.cid-tooiC1maW8 .progress1 .progressbar-number:before,
.cid-tooiC1maW8 .progress2 .progressbar-number:before,
.cid-tooiC1maW8 .progress3 .progressbar-number:before,
.cid-tooiC1maW8 .progress4 .progressbar-number:before {
  position: absolute;
  right: 15px;
  top: 0;
}
.cid-tooiC1maW8 progress[value]::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-tooiC1maW8 progress::-webkit-progress-value {
  background: #ffffff;
  background-image: linear-gradient(to right, #58ded5, #c1f7d5);
  border-radius: 50px;
}
.cid-tooiC1maW8 progress[value]::-moz-progress-bar {
  background: #ffffff;
}
.cid-tooiC1maW8 progress::-ms-fill {
  background: #ffffff;
}
.cid-tooiC1maW8 .progress1 .progressbar-number:before {
  content: "70";
}
.cid-tooiC1maW8 .progress2 .progressbar-number:before {
  content: "80";
}
.cid-tooiC1maW8 .progress3 .progressbar-number:before {
  content: "90";
}
.cid-tooiC1maW8 .progress4 .progressbar-number:before {
  content: "100";
}
.cid-tooiC1maW8 .progress5 .progressbar-number:before {
  content: "90";
}
.cid-tooiC1maW8 .progress6 .progressbar-number:before {
  content: "100";
}
.cid-tooiC1maW8 .progress7 .progressbar-number:before {
  content: "90";
}
.cid-tooiC1maW8 .progress8 .progressbar-number:before {
  content: "100";
}
.cid-tooiC1maW8 .progressbar-number {
  margin-left: 3rem;
}
.cid-tooiC1maW8 .progressbar-number + span {
  line-height: inherit !important;
}
.cid-tooiC1maW8 .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-tooiC1maW8 .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-tooiC1maW8 .progress_value span {
  padding-left: 2px;
}
.cid-tooiC1maW8 .icon-left {
  margin-right: 0.1rem;
}
.cid-tooiC1maW8 .icon-right {
  margin-left: 0.1rem;
}
.cid-tWtzPZiCE5 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #6ee921;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) 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-tWtzPZiCE5 .navbar-buttons {
  flex-wrap: wrap;
}
.cid-tWtzPZiCE5 .nav-item,
.cid-tWtzPZiCE5 .nav-link,
.cid-tWtzPZiCE5 .navbar-caption {
  font-weight: normal;
}
.cid-tWtzPZiCE5 .nav-item:focus,
.cid-tWtzPZiCE5 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tWtzPZiCE5 .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-tWtzPZiCE5 .nav-item .nav-link {
    position: relative;
  }
  .cid-tWtzPZiCE5 .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #6ee921;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-tWtzPZiCE5 .nav-item:hover .nav-link:before,
  .cid-tWtzPZiCE5 .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-tWtzPZiCE5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-tWtzPZiCE5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tWtzPZiCE5 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-tWtzPZiCE5 .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tWtzPZiCE5 .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tWtzPZiCE5 .dropdown .dropdown-menu .dropdown-item .soc-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-tWtzPZiCE5 .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #465052;
}
.cid-tWtzPZiCE5 .navbar.opened {
  transition: all 0.3s;
  background: #465052 !important;
}
.cid-tWtzPZiCE5 .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-tWtzPZiCE5 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-tWtzPZiCE5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tWtzPZiCE5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tWtzPZiCE5 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tWtzPZiCE5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tWtzPZiCE5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tWtzPZiCE5 .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tWtzPZiCE5 .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-tWtzPZiCE5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tWtzPZiCE5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tWtzPZiCE5 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tWtzPZiCE5 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tWtzPZiCE5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tWtzPZiCE5 .navbar.navbar-short {
  background: #465052 !important;
  min-height: 60px;
}
.cid-tWtzPZiCE5 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-tWtzPZiCE5 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tWtzPZiCE5 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tWtzPZiCE5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tWtzPZiCE5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tWtzPZiCE5 .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-tWtzPZiCE5 .dropdown-item.active,
.cid-tWtzPZiCE5 .dropdown-item:active {
  background-color: transparent;
}
.cid-tWtzPZiCE5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tWtzPZiCE5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tWtzPZiCE5 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tWtzPZiCE5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #465052;
  z-index: 2;
}
.cid-tWtzPZiCE5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tWtzPZiCE5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tWtzPZiCE5 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tWtzPZiCE5 .navbar-buttons {
  text-align: center;
}
.cid-tWtzPZiCE5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tWtzPZiCE5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tWtzPZiCE5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tWtzPZiCE5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWtzPZiCE5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWtzPZiCE5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tWtzPZiCE5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWtzPZiCE5 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tWtzPZiCE5 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tWtzPZiCE5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWtzPZiCE5 .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-tWtzPZiCE5 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tWtzPZiCE5 .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #ff3366;
  display: inline-flex;
}
.cid-tWtzPZiCE5 .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-tWtzPZiCE5 .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-tWtzPZiCE5 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tWtzPZiCE5 a.nav-link .mbr-iconfont-btn,
.cid-tWtzPZiCE5 a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-tWtzPZiCE5 a.nav-link:hover .mbr-iconfont-btn,
.cid-tWtzPZiCE5 a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-tWtzPZiCE5 a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tWtzPZiCE5 .navbar {
    height: 77px;
  }
  .cid-tWtzPZiCE5 .navbar.opened {
    height: auto;
  }
  .cid-tWtzPZiCE5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tWtzPZGKLX {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tWtzPZGKLX .item-wrapper:hover .item-title a {
  color: #ff3366 !important;
}
.cid-tWtzPZGKLX .item-title,
.cid-tWtzPZGKLX .card_topic {
  margin-bottom: 12px;
}
.cid-tWtzPZGKLX .category_content {
  opacity: .8;
}
.cid-tWtzPZGKLX .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ff3366;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-tWtzPZGKLX .mbr-text {
  margin: 25px 0;
  padding-left: 25px;
  border-left: 5px solid #6ee921;
}
.cid-tWtzPZGKLX .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-tWtzPZGKLX .mbr-section-btn .btn-secondary-outline:hover,
.cid-tWtzPZGKLX .mbr-section-btn .btn-secondary-outline .active,
.cid-tWtzPZGKLX .mbr-section-btn .btn-secondary-outline:focus {
  color: #149dcc !important;
}
.cid-tWtzPZGKLX H5 {
  color: #cc2952;
}
.cid-tWtDEWaNoQ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tWtDEWaNoQ .mbr-iconfont {
  font-size: 1rem;
  margin-bottom: 6px;
}
.cid-tWtDEWaNoQ .title,
.cid-tWtDEWaNoQ .mbr-section-title {
  margin-bottom: 0.5rem!important;
}
.cid-tWtDEWaNoQ .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  border-bottom: 2px dotted #cccccc;
}
.cid-tWtDEWaNoQ .ico-line {
  display: flex;
}
.cid-tWtDEWaNoQ .type {
  color: #cc2952;
  text-align: left;
}
.cid-tWtDEWaNoQ p {
  padding: 0;
  margin: 0;
}
.cid-tWtDEWaNoQ img {
  border-radius: 100%;
  width: 100%;
}
.cid-tWtDEWaNoQ .text-box {
  padding: 0rem;
}
.cid-tWtDEWaNoQ .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 3px;
}
.cid-tWtDEWaNoQ .card-title {
  color: #232323;
  margin: 0;
  padding-bottom: 0.2rem;
}
.cid-tWtDEWaNoQ .card-img {
  border-radius: 100%;
  height: 100%;
}
.cid-tWtDEWaNoQ .card-box {
  padding: 0rem;
}
.cid-tWtDEWaNoQ .mbr-section-title {
  margin: 0 auto;
  margin-bottom: 2rem;
  color: #767676;
  text-align: center;
}
.cid-tWtDEWaNoQ .status {
  color: #cc2952;
  text-align: left;
}
.cid-tWtDEWaNoQ .text {
  line-height: 1.6;
}
.cid-tWtDGb1l3n {
  padding-top: 0px;
  padding-bottom: 0px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-tWtDGb1l3n .mbr-section-subtitle {
  color: #767676;
}
.cid-tWtDGb1l3n .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tWtDGb1l3n .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tWtDGb1l3n .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tWtDGb1l3n .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tWtDGb1l3n .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #6ee921;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #6ee921, #465052);
}
.cid-tWtDGb1l3n .icon-focus,
.cid-tWtDGb1l3n .icon-video {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-tWtDGb1l3n .icon-focus:before,
.cid-tWtDGb1l3n .icon-video:before {
  content: '+';
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tWtDGb1l3n .icon-video {
  font-size: 1.5rem !important;
}
.cid-tWtDGb1l3n .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-tWtDGb1l3n ul {
  font-size: 0;
}
.cid-tWtDGb1l3n .mbr-gallery-filter ul {
  text-align: left;
}
.cid-tWtDGb1l3n .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-tWtDGb1l3n .mbr-gallery-filter ul li .btn {
  position: relative;
  padding: 0.5rem 1rem 0.6rem;
  margin: 0!important;
  background-color: transparent !important;
  border-width: 0 !important;
  color: #232323 !important;
}
.cid-tWtDGb1l3n .mbr-gallery-filter ul li .btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  border-radius: 100px;
  opacity: 0.5;
}
.cid-tWtDGb1l3n .mbr-gallery-filter ul li:not(.active) .btn:hover:after,
.cid-tWtDGb1l3n .mbr-gallery-filter ul li.active .btn:after {
  border-color: #232323;
}
.cid-tWtDGb1l3n .mbr-gallery-filter ul li .btn:hover:after {
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
.cid-tWtDGb1l3n .mbr-gallery-filter ul li .btn:not(:hover):after {
  animation: none;
}
.cid-tWtDGb1l3n .mbr-gallery-filter ul li:first-child,
.cid-tWtDGb1l3n .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-tWtDGb1l3n .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-tWtDGb1l3n .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.cid-tWtDjWGutQ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tWtDjWGutQ .mbr-iconfont {
  font-size: 1rem;
  margin-bottom: 6px;
}
.cid-tWtDjWGutQ .title,
.cid-tWtDjWGutQ .mbr-section-title {
  margin-bottom: 0.5rem!important;
}
.cid-tWtDjWGutQ .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  border-bottom: 2px dotted #cccccc;
}
.cid-tWtDjWGutQ .ico-line {
  display: flex;
}
.cid-tWtDjWGutQ .type {
  color: #cc2952;
  text-align: left;
}
.cid-tWtDjWGutQ p {
  padding: 0;
  margin: 0;
}
.cid-tWtDjWGutQ img {
  border-radius: 100%;
  width: 100%;
}
.cid-tWtDjWGutQ .text-box {
  padding: 0rem;
}
.cid-tWtDjWGutQ .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 3px;
}
.cid-tWtDjWGutQ .card-title {
  color: #232323;
  margin: 0;
  padding-bottom: 0.2rem;
}
.cid-tWtDjWGutQ .card-img {
  border-radius: 100%;
  height: 100%;
}
.cid-tWtDjWGutQ .card-box {
  padding: 0rem;
}
.cid-tWtDjWGutQ .mbr-section-title {
  margin: 0 auto;
  margin-bottom: 2rem;
  color: #767676;
  text-align: center;
}
.cid-tWtDjWGutQ .status {
  color: #cc2952;
  text-align: left;
}
.cid-tWtDjWGutQ .text {
  line-height: 1.6;
}
.cid-tWtDkTUvnl {
  padding-top: 0px;
  padding-bottom: 0px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-tWtDkTUvnl .mbr-section-subtitle {
  color: #767676;
}
.cid-tWtDkTUvnl .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tWtDkTUvnl .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tWtDkTUvnl .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tWtDkTUvnl .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tWtDkTUvnl .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #6ee921;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #6ee921, #465052);
}
.cid-tWtDkTUvnl .icon-focus,
.cid-tWtDkTUvnl .icon-video {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-tWtDkTUvnl .icon-focus:before,
.cid-tWtDkTUvnl .icon-video:before {
  content: '+';
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tWtDkTUvnl .icon-video {
  font-size: 1.5rem !important;
}
.cid-tWtDkTUvnl .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-tWtDkTUvnl ul {
  font-size: 0;
}
.cid-tWtDkTUvnl .mbr-gallery-filter ul {
  text-align: left;
}
.cid-tWtDkTUvnl .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-tWtDkTUvnl .mbr-gallery-filter ul li .btn {
  position: relative;
  padding: 0.5rem 1rem 0.6rem;
  margin: 0!important;
  background-color: transparent !important;
  border-width: 0 !important;
  color: #232323 !important;
}
.cid-tWtDkTUvnl .mbr-gallery-filter ul li .btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  border-radius: 100px;
  opacity: 0.5;
}
.cid-tWtDkTUvnl .mbr-gallery-filter ul li:not(.active) .btn:hover:after,
.cid-tWtDkTUvnl .mbr-gallery-filter ul li.active .btn:after {
  border-color: #232323;
}
.cid-tWtDkTUvnl .mbr-gallery-filter ul li .btn:hover:after {
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
.cid-tWtDkTUvnl .mbr-gallery-filter ul li .btn:not(:hover):after {
  animation: none;
}
.cid-tWtDkTUvnl .mbr-gallery-filter ul li:first-child,
.cid-tWtDkTUvnl .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-tWtDkTUvnl .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-tWtDkTUvnl .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.cid-tWtCeizbhN {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tWtCeizbhN .mbr-iconfont {
  font-size: 1rem;
  margin-bottom: 6px;
}
.cid-tWtCeizbhN .title,
.cid-tWtCeizbhN .mbr-section-title {
  margin-bottom: 0.5rem!important;
}
.cid-tWtCeizbhN .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  border-bottom: 2px dotted #cccccc;
}
.cid-tWtCeizbhN .ico-line {
  display: flex;
}
.cid-tWtCeizbhN .type {
  color: #cc2952;
  text-align: left;
}
.cid-tWtCeizbhN p {
  padding: 0;
  margin: 0;
}
.cid-tWtCeizbhN img {
  border-radius: 100%;
  width: 100%;
}
.cid-tWtCeizbhN .text-box {
  padding: 0rem;
}
.cid-tWtCeizbhN .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 3px;
}
.cid-tWtCeizbhN .card-title {
  color: #232323;
  margin: 0;
  padding-bottom: 0.2rem;
}
.cid-tWtCeizbhN .card-img {
  border-radius: 100%;
  height: 100%;
}
.cid-tWtCeizbhN .card-box {
  padding: 0rem;
}
.cid-tWtCeizbhN .mbr-section-title {
  margin: 0 auto;
  margin-bottom: 2rem;
  color: #767676;
  text-align: center;
}
.cid-tWtCeizbhN .status {
  color: #cc2952;
  text-align: left;
}
.cid-tWtCeizbhN .text {
  line-height: 1.6;
}
.cid-tWtCfk8dZW {
  padding-top: 0px;
  padding-bottom: 0px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-tWtCfk8dZW .mbr-section-subtitle {
  color: #767676;
}
.cid-tWtCfk8dZW .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tWtCfk8dZW .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tWtCfk8dZW .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tWtCfk8dZW .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tWtCfk8dZW .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #6ee921;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #6ee921, #465052);
}
.cid-tWtCfk8dZW .icon-focus,
.cid-tWtCfk8dZW .icon-video {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-tWtCfk8dZW .icon-focus:before,
.cid-tWtCfk8dZW .icon-video:before {
  content: '+';
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tWtCfk8dZW .icon-video {
  font-size: 1.5rem !important;
}
.cid-tWtCfk8dZW .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-tWtCfk8dZW ul {
  font-size: 0;
}
.cid-tWtCfk8dZW .mbr-gallery-filter ul {
  text-align: left;
}
.cid-tWtCfk8dZW .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-tWtCfk8dZW .mbr-gallery-filter ul li .btn {
  position: relative;
  padding: 0.5rem 1rem 0.6rem;
  margin: 0!important;
  background-color: transparent !important;
  border-width: 0 !important;
  color: #232323 !important;
}
.cid-tWtCfk8dZW .mbr-gallery-filter ul li .btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  border-radius: 100px;
  opacity: 0.5;
}
.cid-tWtCfk8dZW .mbr-gallery-filter ul li:not(.active) .btn:hover:after,
.cid-tWtCfk8dZW .mbr-gallery-filter ul li.active .btn:after {
  border-color: #232323;
}
.cid-tWtCfk8dZW .mbr-gallery-filter ul li .btn:hover:after {
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
.cid-tWtCfk8dZW .mbr-gallery-filter ul li .btn:not(:hover):after {
  animation: none;
}
.cid-tWtCfk8dZW .mbr-gallery-filter ul li:first-child,
.cid-tWtCfk8dZW .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-tWtCfk8dZW .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-tWtCfk8dZW .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.cid-tWtBQsmjCt {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tWtBQsmjCt .mbr-iconfont {
  font-size: 1rem;
  margin-bottom: 6px;
}
.cid-tWtBQsmjCt .title,
.cid-tWtBQsmjCt .mbr-section-title {
  margin-bottom: 0.5rem!important;
}
.cid-tWtBQsmjCt .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  border-bottom: 2px dotted #cccccc;
}
.cid-tWtBQsmjCt .ico-line {
  display: flex;
}
.cid-tWtBQsmjCt .type {
  color: #cc2952;
  text-align: left;
}
.cid-tWtBQsmjCt p {
  padding: 0;
  margin: 0;
}
.cid-tWtBQsmjCt img {
  border-radius: 100%;
  width: 100%;
}
.cid-tWtBQsmjCt .text-box {
  padding: 0rem;
}
.cid-tWtBQsmjCt .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 3px;
}
.cid-tWtBQsmjCt .card-title {
  color: #232323;
  margin: 0;
  padding-bottom: 0.2rem;
}
.cid-tWtBQsmjCt .card-img {
  border-radius: 100%;
  height: 100%;
}
.cid-tWtBQsmjCt .card-box {
  padding: 0rem;
}
.cid-tWtBQsmjCt .mbr-section-title {
  margin: 0 auto;
  margin-bottom: 2rem;
  color: #767676;
  text-align: center;
}
.cid-tWtBQsmjCt .status {
  color: #cc2952;
  text-align: left;
}
.cid-tWtBQsmjCt .text {
  line-height: 1.6;
}
.cid-tWtBRIqFug {
  padding-top: 0px;
  padding-bottom: 0px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-tWtBRIqFug .mbr-section-subtitle {
  color: #767676;
}
.cid-tWtBRIqFug .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tWtBRIqFug .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tWtBRIqFug .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tWtBRIqFug .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tWtBRIqFug .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #6ee921;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #6ee921, #465052);
}
.cid-tWtBRIqFug .icon-focus,
.cid-tWtBRIqFug .icon-video {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-tWtBRIqFug .icon-focus:before,
.cid-tWtBRIqFug .icon-video:before {
  content: '+';
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tWtBRIqFug .icon-video {
  font-size: 1.5rem !important;
}
.cid-tWtBRIqFug .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-tWtBRIqFug ul {
  font-size: 0;
}
.cid-tWtBRIqFug .mbr-gallery-filter ul {
  text-align: left;
}
.cid-tWtBRIqFug .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-tWtBRIqFug .mbr-gallery-filter ul li .btn {
  position: relative;
  padding: 0.5rem 1rem 0.6rem;
  margin: 0!important;
  background-color: transparent !important;
  border-width: 0 !important;
  color: #232323 !important;
}
.cid-tWtBRIqFug .mbr-gallery-filter ul li .btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  border-radius: 100px;
  opacity: 0.5;
}
.cid-tWtBRIqFug .mbr-gallery-filter ul li:not(.active) .btn:hover:after,
.cid-tWtBRIqFug .mbr-gallery-filter ul li.active .btn:after {
  border-color: #232323;
}
.cid-tWtBRIqFug .mbr-gallery-filter ul li .btn:hover:after {
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
.cid-tWtBRIqFug .mbr-gallery-filter ul li .btn:not(:hover):after {
  animation: none;
}
.cid-tWtBRIqFug .mbr-gallery-filter ul li:first-child,
.cid-tWtBRIqFug .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-tWtBRIqFug .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-tWtBRIqFug .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.cid-tWtByXknZ1 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tWtByXknZ1 .mbr-iconfont {
  font-size: 1rem;
  margin-bottom: 6px;
}
.cid-tWtByXknZ1 .title,
.cid-tWtByXknZ1 .mbr-section-title {
  margin-bottom: 0.5rem!important;
}
.cid-tWtByXknZ1 .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  border-bottom: 2px dotted #cccccc;
}
.cid-tWtByXknZ1 .ico-line {
  display: flex;
}
.cid-tWtByXknZ1 .type {
  color: #cc2952;
  text-align: left;
}
.cid-tWtByXknZ1 p {
  padding: 0;
  margin: 0;
}
.cid-tWtByXknZ1 img {
  border-radius: 100%;
  width: 100%;
}
.cid-tWtByXknZ1 .text-box {
  padding: 0rem;
}
.cid-tWtByXknZ1 .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 3px;
}
.cid-tWtByXknZ1 .card-title {
  color: #232323;
  margin: 0;
  padding-bottom: 0.2rem;
}
.cid-tWtByXknZ1 .card-img {
  border-radius: 100%;
  height: 100%;
}
.cid-tWtByXknZ1 .card-box {
  padding: 0rem;
}
.cid-tWtByXknZ1 .mbr-section-title {
  margin: 0 auto;
  margin-bottom: 2rem;
  color: #767676;
  text-align: center;
}
.cid-tWtByXknZ1 .status {
  color: #cc2952;
  text-align: left;
}
.cid-tWtByXknZ1 .text {
  line-height: 1.6;
}
.cid-tWtBzYXvGN {
  padding-top: 0px;
  padding-bottom: 0px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-tWtBzYXvGN .mbr-section-subtitle {
  color: #767676;
}
.cid-tWtBzYXvGN .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tWtBzYXvGN .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tWtBzYXvGN .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tWtBzYXvGN .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tWtBzYXvGN .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #6ee921;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #6ee921, #465052);
}
.cid-tWtBzYXvGN .icon-focus,
.cid-tWtBzYXvGN .icon-video {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-tWtBzYXvGN .icon-focus:before,
.cid-tWtBzYXvGN .icon-video:before {
  content: '+';
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tWtBzYXvGN .icon-video {
  font-size: 1.5rem !important;
}
.cid-tWtBzYXvGN .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-tWtBzYXvGN ul {
  font-size: 0;
}
.cid-tWtBzYXvGN .mbr-gallery-filter ul {
  text-align: left;
}
.cid-tWtBzYXvGN .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-tWtBzYXvGN .mbr-gallery-filter ul li .btn {
  position: relative;
  padding: 0.5rem 1rem 0.6rem;
  margin: 0!important;
  background-color: transparent !important;
  border-width: 0 !important;
  color: #232323 !important;
}
.cid-tWtBzYXvGN .mbr-gallery-filter ul li .btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  border-radius: 100px;
  opacity: 0.5;
}
.cid-tWtBzYXvGN .mbr-gallery-filter ul li:not(.active) .btn:hover:after,
.cid-tWtBzYXvGN .mbr-gallery-filter ul li.active .btn:after {
  border-color: #232323;
}
.cid-tWtBzYXvGN .mbr-gallery-filter ul li .btn:hover:after {
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
.cid-tWtBzYXvGN .mbr-gallery-filter ul li .btn:not(:hover):after {
  animation: none;
}
.cid-tWtBzYXvGN .mbr-gallery-filter ul li:first-child,
.cid-tWtBzYXvGN .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-tWtBzYXvGN .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-tWtBzYXvGN .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.cid-tWtB5iZOvW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tWtB5iZOvW .mbr-iconfont {
  font-size: 1rem;
  margin-bottom: 6px;
}
.cid-tWtB5iZOvW .title,
.cid-tWtB5iZOvW .mbr-section-title {
  margin-bottom: 0.5rem!important;
}
.cid-tWtB5iZOvW .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  border-bottom: 2px dotted #cccccc;
}
.cid-tWtB5iZOvW .ico-line {
  display: flex;
}
.cid-tWtB5iZOvW .type {
  color: #cc2952;
  text-align: left;
}
.cid-tWtB5iZOvW p {
  padding: 0;
  margin: 0;
}
.cid-tWtB5iZOvW img {
  border-radius: 100%;
  width: 100%;
}
.cid-tWtB5iZOvW .text-box {
  padding: 0rem;
}
.cid-tWtB5iZOvW .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 3px;
}
.cid-tWtB5iZOvW .card-title {
  color: #232323;
  margin: 0;
  padding-bottom: 0.2rem;
}
.cid-tWtB5iZOvW .card-img {
  border-radius: 100%;
  height: 100%;
}
.cid-tWtB5iZOvW .card-box {
  padding: 0rem;
}
.cid-tWtB5iZOvW .mbr-section-title {
  margin: 0 auto;
  margin-bottom: 2rem;
  color: #767676;
  text-align: center;
}
.cid-tWtB5iZOvW .status {
  color: #cc2952;
  text-align: left;
}
.cid-tWtB5iZOvW .text {
  line-height: 1.6;
}
.cid-tWtBadG8Ns {
  padding-top: 0px;
  padding-bottom: 0px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-tWtBadG8Ns .mbr-section-subtitle {
  color: #767676;
}
.cid-tWtBadG8Ns .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tWtBadG8Ns .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tWtBadG8Ns .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tWtBadG8Ns .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tWtBadG8Ns .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #6ee921;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #6ee921, #465052);
}
.cid-tWtBadG8Ns .icon-focus,
.cid-tWtBadG8Ns .icon-video {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-tWtBadG8Ns .icon-focus:before,
.cid-tWtBadG8Ns .icon-video:before {
  content: '+';
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tWtBadG8Ns .icon-video {
  font-size: 1.5rem !important;
}
.cid-tWtBadG8Ns .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-tWtBadG8Ns ul {
  font-size: 0;
}
.cid-tWtBadG8Ns .mbr-gallery-filter ul {
  text-align: left;
}
.cid-tWtBadG8Ns .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-tWtBadG8Ns .mbr-gallery-filter ul li .btn {
  position: relative;
  padding: 0.5rem 1rem 0.6rem;
  margin: 0!important;
  background-color: transparent !important;
  border-width: 0 !important;
  color: #232323 !important;
}
.cid-tWtBadG8Ns .mbr-gallery-filter ul li .btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  border-radius: 100px;
  opacity: 0.5;
}
.cid-tWtBadG8Ns .mbr-gallery-filter ul li:not(.active) .btn:hover:after,
.cid-tWtBadG8Ns .mbr-gallery-filter ul li.active .btn:after {
  border-color: #232323;
}
.cid-tWtBadG8Ns .mbr-gallery-filter ul li .btn:hover:after {
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
.cid-tWtBadG8Ns .mbr-gallery-filter ul li .btn:not(:hover):after {
  animation: none;
}
.cid-tWtBadG8Ns .mbr-gallery-filter ul li:first-child,
.cid-tWtBadG8Ns .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-tWtBadG8Ns .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-tWtBadG8Ns .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.cid-tWtzQ061qM {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tWtzQ061qM .mbr-iconfont {
  font-size: 1rem;
  margin-bottom: 6px;
}
.cid-tWtzQ061qM .title,
.cid-tWtzQ061qM .mbr-section-title {
  margin-bottom: 0.5rem!important;
}
.cid-tWtzQ061qM .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  border-bottom: 2px dotted #cccccc;
}
.cid-tWtzQ061qM .ico-line {
  display: flex;
}
.cid-tWtzQ061qM .type {
  color: #cc2952;
  text-align: left;
}
.cid-tWtzQ061qM p {
  padding: 0;
  margin: 0;
}
.cid-tWtzQ061qM img {
  border-radius: 100%;
  width: 100%;
}
.cid-tWtzQ061qM .text-box {
  padding: 0rem;
}
.cid-tWtzQ061qM .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 3px;
}
.cid-tWtzQ061qM .card-title {
  color: #232323;
  margin: 0;
  padding-bottom: 0.2rem;
}
.cid-tWtzQ061qM .card-img {
  border-radius: 100%;
  height: 100%;
}
.cid-tWtzQ061qM .card-box {
  padding: 0rem;
}
.cid-tWtzQ061qM .mbr-section-title {
  margin: 0 auto;
  margin-bottom: 2rem;
  color: #767676;
  text-align: center;
}
.cid-tWtzQ061qM .status {
  color: #cc2952;
  text-align: left;
}
.cid-tWtzQ061qM .text {
  line-height: 1.6;
}
.cid-tWtzQ8EfuR {
  padding-top: 0px;
  padding-bottom: 0px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-tWtzQ8EfuR .mbr-section-subtitle {
  color: #767676;
}
.cid-tWtzQ8EfuR .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tWtzQ8EfuR .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tWtzQ8EfuR .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tWtzQ8EfuR .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tWtzQ8EfuR .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #6ee921;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #6ee921, #465052);
}
.cid-tWtzQ8EfuR .icon-focus,
.cid-tWtzQ8EfuR .icon-video {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-tWtzQ8EfuR .icon-focus:before,
.cid-tWtzQ8EfuR .icon-video:before {
  content: '+';
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tWtzQ8EfuR .icon-video {
  font-size: 1.5rem !important;
}
.cid-tWtzQ8EfuR .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-tWtzQ8EfuR ul {
  font-size: 0;
}
.cid-tWtzQ8EfuR .mbr-gallery-filter ul {
  text-align: left;
}
.cid-tWtzQ8EfuR .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-tWtzQ8EfuR .mbr-gallery-filter ul li .btn {
  position: relative;
  padding: 0.5rem 1rem 0.6rem;
  margin: 0!important;
  background-color: transparent !important;
  border-width: 0 !important;
  color: #232323 !important;
}
.cid-tWtzQ8EfuR .mbr-gallery-filter ul li .btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  border-radius: 100px;
  opacity: 0.5;
}
.cid-tWtzQ8EfuR .mbr-gallery-filter ul li:not(.active) .btn:hover:after,
.cid-tWtzQ8EfuR .mbr-gallery-filter ul li.active .btn:after {
  border-color: #232323;
}
.cid-tWtzQ8EfuR .mbr-gallery-filter ul li .btn:hover:after {
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
.cid-tWtzQ8EfuR .mbr-gallery-filter ul li .btn:not(:hover):after {
  animation: none;
}
.cid-tWtzQ8EfuR .mbr-gallery-filter ul li:first-child,
.cid-tWtzQ8EfuR .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-tWtzQ8EfuR .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-tWtzQ8EfuR .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.cid-tWtzQ9eDXF {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tWtzQ9eDXF .mbr-iconfont {
  font-size: 1rem;
  margin-bottom: 6px;
}
.cid-tWtzQ9eDXF .title,
.cid-tWtzQ9eDXF .mbr-section-title {
  margin-bottom: 0.5rem!important;
}
.cid-tWtzQ9eDXF .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  border-bottom: 2px dotted #cccccc;
}
.cid-tWtzQ9eDXF .ico-line {
  display: flex;
}
.cid-tWtzQ9eDXF .type {
  color: #cc2952;
  text-align: left;
}
.cid-tWtzQ9eDXF p {
  padding: 0;
  margin: 0;
}
.cid-tWtzQ9eDXF img {
  border-radius: 100%;
  width: 100%;
}
.cid-tWtzQ9eDXF .text-box {
  padding: 0rem;
}
.cid-tWtzQ9eDXF .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 3px;
}
.cid-tWtzQ9eDXF .card-title {
  color: #232323;
  margin: 0;
  padding-bottom: 0.2rem;
}
.cid-tWtzQ9eDXF .card-img {
  border-radius: 100%;
  height: 100%;
}
.cid-tWtzQ9eDXF .card-box {
  padding: 0rem;
}
.cid-tWtzQ9eDXF .mbr-section-title {
  margin: 0 auto;
  margin-bottom: 2rem;
  color: #767676;
  text-align: center;
}
.cid-tWtzQ9eDXF .status {
  color: #cc2952;
  text-align: left;
}
.cid-tWtzQ9eDXF .text {
  line-height: 1.6;
}
.cid-tWtzQah3ay {
  padding-top: 0px;
  padding-bottom: 0px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-tWtzQah3ay .mbr-section-subtitle {
  color: #767676;
}
.cid-tWtzQah3ay .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tWtzQah3ay .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tWtzQah3ay .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tWtzQah3ay .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tWtzQah3ay .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #6ee921;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #6ee921, #465052);
}
.cid-tWtzQah3ay .icon-focus,
.cid-tWtzQah3ay .icon-video {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-tWtzQah3ay .icon-focus:before,
.cid-tWtzQah3ay .icon-video:before {
  content: '+';
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tWtzQah3ay .icon-video {
  font-size: 1.5rem !important;
}
.cid-tWtzQah3ay .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-tWtzQah3ay ul {
  font-size: 0;
}
.cid-tWtzQah3ay .mbr-gallery-filter ul {
  text-align: left;
}
.cid-tWtzQah3ay .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-tWtzQah3ay .mbr-gallery-filter ul li .btn {
  position: relative;
  padding: 0.5rem 1rem 0.6rem;
  margin: 0!important;
  background-color: transparent !important;
  border-width: 0 !important;
  color: #232323 !important;
}
.cid-tWtzQah3ay .mbr-gallery-filter ul li .btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  border-radius: 100px;
  opacity: 0.5;
}
.cid-tWtzQah3ay .mbr-gallery-filter ul li:not(.active) .btn:hover:after,
.cid-tWtzQah3ay .mbr-gallery-filter ul li.active .btn:after {
  border-color: #232323;
}
.cid-tWtzQah3ay .mbr-gallery-filter ul li .btn:hover:after {
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
.cid-tWtzQah3ay .mbr-gallery-filter ul li .btn:not(:hover):after {
  animation: none;
}
.cid-tWtzQah3ay .mbr-gallery-filter ul li:first-child,
.cid-tWtzQah3ay .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-tWtzQah3ay .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-tWtzQah3ay .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.cid-tWtzQaOiME {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tWtzQaOiME .mbr-iconfont {
  font-size: 1rem;
  margin-bottom: 6px;
}
.cid-tWtzQaOiME .title,
.cid-tWtzQaOiME .mbr-section-title {
  margin-bottom: 0.5rem!important;
}
.cid-tWtzQaOiME .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  border-bottom: 2px dotted #cccccc;
}
.cid-tWtzQaOiME .ico-line {
  display: flex;
}
.cid-tWtzQaOiME .type {
  color: #cc2952;
  text-align: left;
}
.cid-tWtzQaOiME p {
  padding: 0;
  margin: 0;
}
.cid-tWtzQaOiME img {
  border-radius: 100%;
  width: 100%;
}
.cid-tWtzQaOiME .text-box {
  padding: 0rem;
}
.cid-tWtzQaOiME .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 3px;
}
.cid-tWtzQaOiME .card-title {
  color: #232323;
  margin: 0;
  padding-bottom: 0.2rem;
}
.cid-tWtzQaOiME .card-img {
  border-radius: 100%;
  height: 100%;
}
.cid-tWtzQaOiME .card-box {
  padding: 0rem;
}
.cid-tWtzQaOiME .mbr-section-title {
  margin: 0 auto;
  margin-bottom: 2rem;
  color: #767676;
  text-align: center;
}
.cid-tWtzQaOiME .status {
  color: #cc2952;
  text-align: left;
}
.cid-tWtzQaOiME .text {
  line-height: 1.6;
}
.cid-tWtzQbQIVH {
  padding-top: 0px;
  padding-bottom: 0px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-tWtzQbQIVH .mbr-section-subtitle {
  color: #767676;
}
.cid-tWtzQbQIVH .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tWtzQbQIVH .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tWtzQbQIVH .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tWtzQbQIVH .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tWtzQbQIVH .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #6ee921;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #6ee921, #465052);
}
.cid-tWtzQbQIVH .icon-focus,
.cid-tWtzQbQIVH .icon-video {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-tWtzQbQIVH .icon-focus:before,
.cid-tWtzQbQIVH .icon-video:before {
  content: '+';
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tWtzQbQIVH .icon-video {
  font-size: 1.5rem !important;
}
.cid-tWtzQbQIVH .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-tWtzQbQIVH ul {
  font-size: 0;
}
.cid-tWtzQbQIVH .mbr-gallery-filter ul {
  text-align: left;
}
.cid-tWtzQbQIVH .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-tWtzQbQIVH .mbr-gallery-filter ul li .btn {
  position: relative;
  padding: 0.5rem 1rem 0.6rem;
  margin: 0!important;
  background-color: transparent !important;
  border-width: 0 !important;
  color: #232323 !important;
}
.cid-tWtzQbQIVH .mbr-gallery-filter ul li .btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  border-radius: 100px;
  opacity: 0.5;
}
.cid-tWtzQbQIVH .mbr-gallery-filter ul li:not(.active) .btn:hover:after,
.cid-tWtzQbQIVH .mbr-gallery-filter ul li.active .btn:after {
  border-color: #232323;
}
.cid-tWtzQbQIVH .mbr-gallery-filter ul li .btn:hover:after {
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
.cid-tWtzQbQIVH .mbr-gallery-filter ul li .btn:not(:hover):after {
  animation: none;
}
.cid-tWtzQbQIVH .mbr-gallery-filter ul li:first-child,
.cid-tWtzQbQIVH .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-tWtzQbQIVH .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-tWtzQbQIVH .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.cid-tWtzQcv7g6 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tWtzQcv7g6 .mbr-iconfont {
  font-size: 1rem;
  margin-bottom: 6px;
}
.cid-tWtzQcv7g6 .title,
.cid-tWtzQcv7g6 .mbr-section-title {
  margin-bottom: 0.5rem!important;
}
.cid-tWtzQcv7g6 .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  border-bottom: 2px dotted #cccccc;
}
.cid-tWtzQcv7g6 .ico-line {
  display: flex;
}
.cid-tWtzQcv7g6 .type {
  color: #cc2952;
  text-align: left;
}
.cid-tWtzQcv7g6 p {
  padding: 0;
  margin: 0;
}
.cid-tWtzQcv7g6 img {
  border-radius: 100%;
  width: 100%;
}
.cid-tWtzQcv7g6 .text-box {
  padding: 0rem;
}
.cid-tWtzQcv7g6 .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 3px;
}
.cid-tWtzQcv7g6 .card-title {
  color: #232323;
  margin: 0;
  padding-bottom: 0.2rem;
}
.cid-tWtzQcv7g6 .card-img {
  border-radius: 100%;
  height: 100%;
}
.cid-tWtzQcv7g6 .card-box {
  padding: 0rem;
}
.cid-tWtzQcv7g6 .mbr-section-title {
  margin: 0 auto;
  margin-bottom: 2rem;
  color: #767676;
  text-align: center;
}
.cid-tWtzQcv7g6 .status {
  color: #cc2952;
  text-align: left;
}
.cid-tWtzQcv7g6 .text {
  line-height: 1.6;
}
.cid-tWtzQdG5sO {
  padding-top: 0px;
  padding-bottom: 0px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-tWtzQdG5sO .mbr-section-subtitle {
  color: #767676;
}
.cid-tWtzQdG5sO .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tWtzQdG5sO .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tWtzQdG5sO .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tWtzQdG5sO .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tWtzQdG5sO .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #6ee921;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #6ee921, #465052);
}
.cid-tWtzQdG5sO .icon-focus,
.cid-tWtzQdG5sO .icon-video {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-tWtzQdG5sO .icon-focus:before,
.cid-tWtzQdG5sO .icon-video:before {
  content: '+';
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tWtzQdG5sO .icon-video {
  font-size: 1.5rem !important;
}
.cid-tWtzQdG5sO .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-tWtzQdG5sO ul {
  font-size: 0;
}
.cid-tWtzQdG5sO .mbr-gallery-filter ul {
  text-align: left;
}
.cid-tWtzQdG5sO .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-tWtzQdG5sO .mbr-gallery-filter ul li .btn {
  position: relative;
  padding: 0.5rem 1rem 0.6rem;
  margin: 0!important;
  background-color: transparent !important;
  border-width: 0 !important;
  color: #232323 !important;
}
.cid-tWtzQdG5sO .mbr-gallery-filter ul li .btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  border-radius: 100px;
  opacity: 0.5;
}
.cid-tWtzQdG5sO .mbr-gallery-filter ul li:not(.active) .btn:hover:after,
.cid-tWtzQdG5sO .mbr-gallery-filter ul li.active .btn:after {
  border-color: #232323;
}
.cid-tWtzQdG5sO .mbr-gallery-filter ul li .btn:hover:after {
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
.cid-tWtzQdG5sO .mbr-gallery-filter ul li .btn:not(:hover):after {
  animation: none;
}
.cid-tWtzQdG5sO .mbr-gallery-filter ul li:first-child,
.cid-tWtzQdG5sO .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-tWtzQdG5sO .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-tWtzQdG5sO .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.cid-tWtzQlEQ6M {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tWtzQlEQ6M .mbr-iconfont {
  font-size: 1rem;
  margin-bottom: 6px;
}
.cid-tWtzQlEQ6M .title,
.cid-tWtzQlEQ6M .mbr-section-title {
  margin-bottom: 0.5rem!important;
}
.cid-tWtzQlEQ6M .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  border-bottom: 2px dotted #cccccc;
}
.cid-tWtzQlEQ6M .ico-line {
  display: flex;
}
.cid-tWtzQlEQ6M .type {
  color: #cc2952;
  text-align: left;
}
.cid-tWtzQlEQ6M p {
  padding: 0;
  margin: 0;
}
.cid-tWtzQlEQ6M img {
  border-radius: 100%;
  width: 100%;
}
.cid-tWtzQlEQ6M .text-box {
  padding: 0rem;
}
.cid-tWtzQlEQ6M .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 3px;
}
.cid-tWtzQlEQ6M .card-title {
  color: #232323;
  margin: 0;
  padding-bottom: 0.2rem;
}
.cid-tWtzQlEQ6M .card-img {
  border-radius: 100%;
  height: 100%;
}
.cid-tWtzQlEQ6M .card-box {
  padding: 0rem;
}
.cid-tWtzQlEQ6M .mbr-section-title {
  margin: 0 auto;
  margin-bottom: 2rem;
  color: #767676;
  text-align: center;
}
.cid-tWtzQlEQ6M .status {
  color: #cc2952;
  text-align: left;
}
.cid-tWtzQlEQ6M .text {
  line-height: 1.6;
}
.cid-tWtzQmShMq {
  padding-top: 0px;
  padding-bottom: 0px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-tWtzQmShMq .mbr-section-subtitle {
  color: #767676;
}
.cid-tWtzQmShMq .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tWtzQmShMq .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tWtzQmShMq .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tWtzQmShMq .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tWtzQmShMq .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #6ee921;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #6ee921, #465052);
}
.cid-tWtzQmShMq .icon-focus,
.cid-tWtzQmShMq .icon-video {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-tWtzQmShMq .icon-focus:before,
.cid-tWtzQmShMq .icon-video:before {
  content: '+';
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tWtzQmShMq .icon-video {
  font-size: 1.5rem !important;
}
.cid-tWtzQmShMq .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-tWtzQmShMq ul {
  font-size: 0;
}
.cid-tWtzQmShMq .mbr-gallery-filter ul {
  text-align: left;
}
.cid-tWtzQmShMq .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-tWtzQmShMq .mbr-gallery-filter ul li .btn {
  position: relative;
  padding: 0.5rem 1rem 0.6rem;
  margin: 0!important;
  background-color: transparent !important;
  border-width: 0 !important;
  color: #232323 !important;
}
.cid-tWtzQmShMq .mbr-gallery-filter ul li .btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  border-radius: 100px;
  opacity: 0.5;
}
.cid-tWtzQmShMq .mbr-gallery-filter ul li:not(.active) .btn:hover:after,
.cid-tWtzQmShMq .mbr-gallery-filter ul li.active .btn:after {
  border-color: #232323;
}
.cid-tWtzQmShMq .mbr-gallery-filter ul li .btn:hover:after {
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
.cid-tWtzQmShMq .mbr-gallery-filter ul li .btn:not(:hover):after {
  animation: none;
}
.cid-tWtzQmShMq .mbr-gallery-filter ul li:first-child,
.cid-tWtzQmShMq .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-tWtzQmShMq .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-tWtzQmShMq .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.cid-tWtzQJ293s {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #465052;
}
@media (max-width: 767px) {
  .cid-tWtzQJ293s .content {
    text-align: center;
  }
  .cid-tWtzQJ293s .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tWtzQJ293s .img-logo img {
  height: 6rem;
}
.cid-tWtzQJ293s .social-list {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tWtzQJ293s .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #fff;
}
.cid-tWtzQJ293s .social-list .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-tWtzQJ293s .social-list .soc-item {
  margin: 0 3px 15px 3px;
}
.cid-tWtzQJ293s .social-list a {
  margin: 0;
  opacity: 0.7;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tWtzQJ293s .social-list a:hover {
  opacity: 1;
}
.cid-tWtzQJ293s .form-control {
  min-height: auto;
  color: #ffffff !important;
  border: none !important;
  width: 100%;
  border-radius: 0 !important;
  background-color: transparent;
  padding: 0.5rem 0rem;
  border-bottom: 1px solid #ffffff !important;
}
.cid-tWtzQJ293s .form-control:focus {
  outline: none;
  box-shadow: none;
}
.cid-tWtzQJ293s .form-control:hover {
  border: none !important ;
  border-bottom: 1px solid #ffffff !important;
}
.cid-tWtzQJ293s input::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-tWtzQJ293s input::-moz-placeholder {
  color: #ffffff;
}
.cid-tWtzQJ293s textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-tWtzQJ293s textarea::-moz-placeholder {
  color: #ffffff;
}
.cid-tWtzQJ293s .list {
  list-style-type: none;
  padding: 0;
}
.cid-tWtzQJ293s .list li {
  padding-bottom: 0.5rem;
}
.cid-tWtzQJ293s .list li:last-child {
  padding-bottom: 0;
}
.cid-tWtzQJ293s .mbr-footer-list,
.cid-tWtzQJ293s .form-text {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-tWtzQJ293s .mbr-footer-list,
  .cid-tWtzQJ293s .form-text,
  .cid-tWtzQJ293s .footer-title,
  .cid-tWtzQJ293s .footer-main-title,
  .cid-tWtzQJ293s .form-text,
  .cid-tWtzQJ293s .list {
    text-align: center !important;
  }
  .cid-tWtzQJ293s .mbr-form,
  .cid-tWtzQJ293s .social-list {
    -webkit-justify-content: center !important;
    justify-content: center !important;
  }
}
