body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4.375rem;
}
.display-1 > .mbr-iconfont {
  font-size: 4.375rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
}
.display-2 > .mbr-iconfont {
  font-size: 3rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 0.9375rem;
}
.display-4 > .mbr-iconfont {
  font-size: 0.9375rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 0.9rem;
}
.display-5 > .mbr-iconfont {
  font-size: 0.9rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.15rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.15rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.18125rem + (4.375 - 2.18125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.18125rem + (4.375 - 2.18125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.75rem;
    font-size: calc( 0.978125rem + (0.9375 - 0.978125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.978125rem + (0.9375 - 0.978125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 10px 15px;
  border-radius: 6px;
}
.btn-sm {
  padding: 18px 38px;
  border-radius: 6px;
}
.btn-md {
  padding: 18px 42px;
  border-radius: 6px;
}
.btn-lg {
  padding: 20px 47px;
  border-radius: 6px;
}
.bg-primary {
  background-color: #13287d !important;
}
.bg-success {
  background-color: #ffc600 !important;
}
.bg-info {
  background-color: #83868c !important;
}
.bg-warning {
  background-color: #ffffff !important;
}
.bg-danger {
  background-color: #0a1126 !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #13287d !important;
  border-color: #13287d !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #09133b !important;
  border-color: #09133b !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #09133b !important;
  border-color: #09133b !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #279e64 !important;
  border-color: #279e64 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #18613d !important;
  border-color: #18613d !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #18613d !important;
  border-color: #18613d !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #83868c !important;
  border-color: #83868c !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #5e6065 !important;
  border-color: #5e6065 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5e6065 !important;
  border-color: #5e6065 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #ffc600 !important;
  border-color: #ffc600 !important;
  color: #000000 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #000000 !important;
  background-color: #b38b00 !important;
  border-color: #b38b00 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #000000 !important;
  background-color: #b38b00 !important;
  border-color: #b38b00 !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #0a1126 !important;
  border-color: #0a1126 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #808080 !important;
  background-color: #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,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  color: #ffffff !important;
  background-color: #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,
.btn-primary-outline.active {
  background: none;
  border-color: #060c24;
  color: #060c24;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff;
  background-color: #13287d;
  border-color: #13287d;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #13287d !important;
  border-color: #13287d !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #134c30;
  color: #134c30;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff;
  background-color: #279e64;
  border-color: #279e64;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #279e64 !important;
  border-color: #279e64 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #515358;
  color: #515358;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff;
  background-color: #83868c;
  border-color: #83868c;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #83868c !important;
  border-color: #83868c !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #997700;
  color: #997700;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #000000;
  background-color: #ffc600;
  border-color: #ffc600;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #000000 !important;
  background-color: #ffc600 !important;
  border-color: #ffc600 !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #cccccc;
  color: #cccccc;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #808080;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff;
  background-color: #0a1126;
  border-color: #0a1126;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #0a1126 !important;
  border-color: #0a1126 !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff;
  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: #13287d !important;
}
.text-secondary {
  color: #279e64 !important;
}
.text-success {
  color: #ffc600 !important;
}
.text-info {
  color: #83868c !important;
}
.text-warning {
  color: #ffffff !important;
}
.text-danger {
  color: #0a1126 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #060c24 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #134c30 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #997700 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #515358 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #cccccc !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #000000 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #83868c;
}
.alert-warning {
  background-color: #ffffff;
}
.alert-danger {
  background-color: #0a1126;
}
.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-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #13287d;
  border-color: #13287d;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #13287d;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #3053e0;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fff4cc;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #c5c7c9;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #acbbe9;
}
.scrollToTop_wraper {
  display: none !important;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.15rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.15rem;
}
blockquote {
  border-color: #13287d;
}
/* Forms */
.mbr-form .btn {
  margin: 0.4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
.btn-primary:hover {
  color: #13287d !important;
  background: white !important;
  border-color: white !important;
}
.form-control,
.jq-number__spin {
  background-color: #ffffff;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #13287d;
  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: #13287d;
  border-bottom-color: #13287d;
}
.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: #13287d !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: #279e64 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%2313287d' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
.cid-tR523y8JGd {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (min-width: 992px) {
  .cid-tR523y8JGd {
    flex-wrap: wrap;
  }
  .cid-tR523y8JGd .navbar > .container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 992px) {
  .cid-tR523y8JGd .opened .container {
    flex-wrap: wrap;
  }
}
.cid-tR523y8JGd .opened .container .navbar-collapse {
  width: 100%;
}
.cid-tR523y8JGd .btn {
  padding: 0.3rem 2rem;
}
.cid-tR523y8JGd .nav-link {
  position: relative;
}
.cid-tR523y8JGd .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #13287d;
}
.cid-tR523y8JGd .nav-link:hover:before {
  width: 100%;
}
.cid-tR523y8JGd nav.navbar {
  position: fixed;
}
.cid-tR523y8JGd .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tR523y8JGd .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tR523y8JGd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tR523y8JGd .dropdown-item:hover,
.cid-tR523y8JGd .dropdown-item:focus {
  background: #13287d !important;
  color: white !important;
}
.cid-tR523y8JGd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tR523y8JGd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tR523y8JGd .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-tR523y8JGd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tR523y8JGd .container {
  display: flex;
  margin: auto;
}
.cid-tR523y8JGd .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tR523y8JGd .dropdown-menu,
.cid-tR523y8JGd .navbar.opened {
  background: #ffffff !important;
}
.cid-tR523y8JGd .nav-item:focus,
.cid-tR523y8JGd .nav-link:focus {
  outline: none;
}
.cid-tR523y8JGd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tR523y8JGd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tR523y8JGd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tR523y8JGd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tR523y8JGd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tR523y8JGd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tR523y8JGd .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff !important;
  transition: all 0.3s;
}
.cid-tR523y8JGd .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-tR523y8JGd .navbar.opened {
  transition: all 0.3s;
}
.cid-tR523y8JGd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tR523y8JGd .navbar .navbar-logo img {
  width: auto;
}
.cid-tR523y8JGd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-tR523y8JGd .navbar.collapsed {
  justify-content: center;
}
.cid-tR523y8JGd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tR523y8JGd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tR523y8JGd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.8rem);
  }
}
.cid-tR523y8JGd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tR523y8JGd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tR523y8JGd .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tR523y8JGd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tR523y8JGd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tR523y8JGd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tR523y8JGd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tR523y8JGd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tR523y8JGd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tR523y8JGd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tR523y8JGd .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tR523y8JGd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tR523y8JGd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tR523y8JGd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tR523y8JGd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tR523y8JGd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tR523y8JGd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tR523y8JGd .navbar.navbar-short {
  min-height: 60px;
}
.cid-tR523y8JGd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tR523y8JGd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tR523y8JGd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tR523y8JGd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tR523y8JGd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tR523y8JGd .dropdown-item.active,
.cid-tR523y8JGd .dropdown-item:active {
  background-color: transparent;
}
.cid-tR523y8JGd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tR523y8JGd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tR523y8JGd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tR523y8JGd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tR523y8JGd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tR523y8JGd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tR523y8JGd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tR523y8JGd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tR523y8JGd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tR523y8JGd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #13287d;
}
.cid-tR523y8JGd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tR523y8JGd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tR523y8JGd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tR523y8JGd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tR523y8JGd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tR523y8JGd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tR523y8JGd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tR523y8JGd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tR523y8JGd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tR523y8JGd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tR523y8JGd .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tR523y8JGd .navbar {
    height: 70px;
  }
  .cid-tR523y8JGd .navbar.opened {
    height: auto;
  }
  .cid-tR523y8JGd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tRhdXKRHxq {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tRhdXKRHxq .content-inner .left-content {
  display: block;
}
.cid-tRhdXKRHxq .content-inner .left-content .mbr-section-title {
  color: #ffffff;
  margin-bottom: 11px;
}
.cid-tRhdXKRHxq .content-inner .left-content .mbr-text {
  color: #ffffff;
}
.cid-tRhdXKRHxq .content-inner .right-content {
  display: block;
}
.cid-tRhdXKRHxq .content-inner .right-content .mbr-text {
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 17px;
  letter-spacing: .02em;
}
.cid-tRhdXKRHxq .content-inner .right-content .mbr-section-btn .btn {
  border-radius: 30px;
  padding: 18px 42px !important;
}
.cid-tRhdXKRHxq .content-inner .right-content .mbr-section-btn .btn-white {
  color: #000000 !important;
}
.cid-tRhdXKRHxq .content-inner .right-content .mbr-section-btn .btn-white:hover {
  background-color: #ffc600 !important;
  border-color: #ffc600 !important;
}
@media (max-width: 991px) {
  .cid-tRhdXKRHxq .content-inner {
    justify-content: center !important;
  }
  .cid-tRhdXKRHxq * {
    text-align: center;
  }
}
.cid-tRhdXKRHxq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRhdXKRHxq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRhdXKRHxq .content-inner .left-content .mbr-section-title,
.cid-tRhdXKRHxq .mbr-section-btn {
  color: #5a67a1;
}
.cid-tRhdXKRHxq .content-inner .left-content .mbr-text,
.cid-tRhdXKRHxq .mbr-section-btn {
  color: #5a67a1;
}
.cid-tRhdXKRHxq .content-inner .right-content .mbr-text,
.cid-tRhdXKRHxq .mbr-section-btn {
  color: #5a67a1;
}
.cid-tRheF6aHW0 {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-color: #e3d6eb;
}
.cid-tRheF6aHW0 .content {
  margin-left: 6rem;
}
@media (max-width: 1199px) {
  .cid-tRheF6aHW0 .content {
    margin-left: 35px;
  }
}
@media (max-width: 959px) {
  .cid-tRheF6aHW0 .content {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-bottom: 250px;
  }
}
@media (max-width: 959px) and (max-width: 690px) {
  .cid-tRheF6aHW0 .content {
    padding-bottom: 0;
  }
}
.cid-tRheF6aHW0 .title-wrap {
  display: flex;
}
@media (max-width: 959px) {
  .cid-tRheF6aHW0 .title-wrap {
    display: block;
  }
}
.cid-tRheF6aHW0 .mbr-section-title {
  color: #1f1437;
}
.cid-tRheF6aHW0 .mbr-title-addition {
  color: #1f1437;
  align-self: flex-end;
  margin-bottom: 20px;
}
.cid-tRheF6aHW0 .mbr-title-addition span {
  position: relative;
}
.cid-tRheF6aHW0 .mbr-title-addition span svg {
  position: absolute;
  left: 0;
  bottom: -12px;
  width: 150%;
  height: 9px;
}
@media (max-width: 959px) {
  .cid-tRheF6aHW0 .mbr-title-addition span svg {
    left: -12px;
  }
}
.cid-tRheF6aHW0 .mbr-title-addition span svg path {
  fill: #33d5ad;
}
.cid-tRheF6aHW0 .mbr-section-subtitle {
  color: #1f1437;
}
.cid-tRheF6aHW0 .mbr-section-subtitle span {
  position: relative;
}
.cid-tRheF6aHW0 .mbr-section-subtitle span svg {
  position: absolute;
  right: -50px;
  bottom: 50px;
  transform: rotate(20deg);
  width: 68px;
  height: 62px;
}
.cid-tRheF6aHW0 .mbr-section-subtitle span svg path {
  fill: #1f1437;
}
@media (max-width: 599px) {
  .cid-tRheF6aHW0 .mbr-section-subtitle span svg {
    display: none;
  }
}
.cid-tRheF6aHW0 .mbr-text {
  color: #1f1437;
  margin: 40px 0;
}
.cid-tRheF6aHW0 .mbr-section-btn {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 959px) {
  .cid-tRheF6aHW0 .mbr-section-btn {
    justify-content: center!important;
  }
}
.cid-tRheF6aHW0 .right-images {
  position: absolute;
  width: 65%;
  height: 100%;
  top: 0;
  right: 0;
  overflow: hidden;
}
@media (max-width: 959px) {
  .cid-tRheF6aHW0 .right-images {
    display: none;
  }
}
.cid-tRheF6aHW0 .animated-container {
  width: 150%;
  height: 200%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: flex-start;
  transform: rotate(25deg);
}
.cid-tRheF6aHW0 .img {
  width: 270px;
  height: 200px;
  margin: 0.5rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.cid-tRheF6aHW0 .img1 {
  background-image: url("../../../assets/images/logo-riobraz-1563x1563.png");
}
.cid-tRheF6aHW0 .img2 {
  background-image: url("../../../assets/images/gold-desinfetante-1000x1000.png");
}
.cid-tRheF6aHW0 .animated {
  animation: cooky 0.4s infinite linear;
  backface-visibility: hidden;
}
.cid-tRheF6aHW0 .bottom-images {
  display: none;
}
@media (max-width: 959px) {
  .cid-tRheF6aHW0 .bottom-images {
    display: block;
    position: absolute;
    width: 100%;
    height: 400px;
    left: 0;
    bottom: 0;
    overflow: hidden;
  }
}
@media (max-width: 690px) {
  .cid-tRheF6aHW0 .bottom-images {
    display: none;
  }
}
.cid-tRheF6aHW0 .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-tRheF6aHW0 .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
}
.cid-tRheF6aHW0 .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: wavy 35s infinite linear;
  backface-visibility: hidden;
}
.cid-tRheF6aHW0 .wave-container .wave svg path {
  fill: #ffffff;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
@keyframes cooky {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  25% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(5deg) scale(1, 1);
    animation-timing-function: linear;
  }
  50% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  75% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(-5deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-tRgP43Qd3J {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tRgP43Qd3J .mbr-text {
  color: #767676;
}
.cid-tRgP43Qd3J .card-box {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-tRgP43Qd3J .card-box {
    flex-direction: column;
  }
}
.cid-tRgP43Qd3J .line {
  width: calc(100% - 2rem);
  margin: auto;
  height: 2px;
  background: currentColor;
  margin-bottom: 3rem;
}
.cid-tRgP43Qd3J .mbr-section-subtitle {
  color: #767676;
}
.cid-tRgP43Qd3J .title .num {
  white-space: nowrap;
  width: 100%;
  display: block;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-tRgP43Qd3J .title .num {
    padding-right: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-tRgP43Qd3J .title .card-title {
  z-index: 1;
}
.cid-tRgP43Qd3J h4 {
  margin: 0;
}
.cid-tRgP43Qd3J .num {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-tRgP43Qd3J .card {
    margin-bottom: 1.5rem;
  }
}
.cid-tRgP43Qd3J .card-title,
.cid-tRgP43Qd3J .card-img {
  color: #3b5998;
}
.cid-tRgP43Qd3J .num,
.cid-tRgP43Qd3J .line {
  color: #5a67a1;
}
.cid-tRgP43Qd3J .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRgP43Qd3J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-s2V8IvakZ5 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #eff2f7;
}
.cid-s2V8IvakZ5 .img-wrap {
  position: relative;
}
.cid-s2V8IvakZ5 .img-wrap img {
  width: 100%;
}
.cid-s2V8IvakZ5 .mbr-section-subtitle {
  color: #279e64;
  margin-bottom: 14px;
}
.cid-s2V8IvakZ5 .mbr-section-title {
  color: #13287d;
}
.cid-s2V8IvakZ5 .mbr-text {
  color: #83868c;
}
.cid-s2V8IvakZ5 .mbr-section-btn {
  display: flex;
  flex-wrap: wrap;
  margin-top: 47px;
}
.cid-s2V8IvakZ5 .mbr-section-btn .btn:first-child {
  margin-left: 0 !important;
}
.cid-s2V8IvakZ5 .cards-wrap {
  margin-top: 30px;
}
.cid-s2V8IvakZ5 .wrapper {
  border-radius: 0.25rem;
  margin-bottom: 26px;
  text-align: left;
}
.cid-s2V8IvakZ5 .wrapper .icon {
  margin-bottom: 21px;
  border-radius: 50%;
  position: relative;
  padding: 16px;
  display: inline-block;
  transition: all .3s;
}
.cid-s2V8IvakZ5 .wrapper .icon:hover {
  -webkit-animation-name: animation-wobble-vertical;
  animation-name: animation-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.cid-s2V8IvakZ5 .wrapper .icon .mbr-iconfont {
  font-size: 38px;
  color: #279e64;
  position: relative;
  display: block;
}
.cid-s2V8IvakZ5 .wrapper .icon1 {
  background-color: #c5e9d8;
}
.cid-s2V8IvakZ5 .wrapper .icon1 .mbr-iconfont {
  color: #13287d;
}
.cid-s2V8IvakZ5 .wrapper .icon2 {
  background-color: #ede0b3;
}
.cid-s2V8IvakZ5 .wrapper .icon2 .mbr-iconfont {
  color: #000000;
}
.cid-s2V8IvakZ5 .wrapper .icon3 {
  background-color: #5a67a1;
}
.cid-s2V8IvakZ5 .wrapper .icon3 .mbr-iconfont {
  color: #ffffff;
}
.cid-s2V8IvakZ5 .wrapper .icon4 {
  background-color: #e3e5e6;
}
.cid-s2V8IvakZ5 .wrapper .mbr-card-title {
  color: #13287d;
  margin-bottom: 17px;
}
.cid-s2V8IvakZ5 .wrapper .mbr-text {
  margin-bottom: 19px;
  color: #83868c;
}
@media (max-width: 768px) {
  .cid-s2V8IvakZ5 .mbr-section-btn {
    justify-content: center;
  }
  .cid-s2V8IvakZ5 * {
    text-align: left;
  }
}
@-webkit-keyframes animation-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes animation-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-tRCKENf1v8 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f5f6f8;
}
.cid-tRCKENf1v8 .mbr-shop {
  display: table;
  width: 100%;
  margin: 0;
}
.cid-tRCKENf1v8 .mbr-shop .shoppingcart-icons {
  z-index: 105 !important;
}
.cid-tRCKENf1v8 .mbr-shop .shop-title {
  margin-bottom: 18px;
  padding-left: 25px;
  padding-right: 25px;
  display: inline-block;
  max-width: 80%;
}
.cid-tRCKENf1v8 .btn {
  padding: 0.6rem 2rem;
}
.cid-tRCKENf1v8 .mbr-section-btn {
  text-align: left;
}
.cid-tRCKENf1v8 .img_wraper img {
  border-radius: 8px !important;
}
.cid-tRCKENf1v8 .mbr-shop .sidebar-title {
  line-height: 25px;
}
.cid-tRCKENf1v8 .mbr-shop .shopItemsModal_wraper {
  left: 0rem;
  position: fixed;
  display: none;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(87, 87, 87, 0.4);
  top: 0;
  cursor: pointer;
  z-index: 1040;
}
.cid-tRCKENf1v8 .mbr-shop .card-description {
  cursor: text;
  display: none;
}
.cid-tRCKENf1v8 .mbr-shop .image-modal {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  position: relative;
}
.cid-tRCKENf1v8 .mbr-shop .image-modal img {
  max-width: 100%;
  max-height: 75vh;
}
.cid-tRCKENf1v8 .mbr-shop .hide-modal {
  display: none;
}
.cid-tRCKENf1v8 .mbr-shop .shopItemsModal {
  cursor: default;
  padding: 50px;
  width: 1000px;
  max-width: 100%;
  background-color: #ffffff;
  z-index: 2000;
  overflow: auto;
  position: fixed;
}
.cid-tRCKENf1v8 .mbr-shop .shopItemsModal p {
  margin-bottom: 0;
}
.cid-tRCKENf1v8 .mbr-shop .shopItemsModal ul {
  margin-bottom: 0;
}
.cid-tRCKENf1v8 .mbr-shop .shopItemsModal .card-description {
  display: block;
  width: 100%;
}
.cid-tRCKENf1v8 .mbr-shop .shopItemsModal .close-modal {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-tRCKENf1v8 .mbr-shop .shopItemsModal .close-modal:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-tRCKENf1v8 .mbr-shop .test-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.cid-tRCKENf1v8 .mbr-shop .filter-by-pu,
.cid-tRCKENf1v8 .mbr-shop .filter-by-pd,
.cid-tRCKENf1v8 .mbr-shop .filter-by-d {
  display: inline-block;
  margin-right: 3px;
}
.cid-tRCKENf1v8 .mbr-shop .sort-buttons {
  padding-bottom: 0.2rem;
  margin-right: 13px;
  text-align: right;
}
.cid-tRCKENf1v8 .mbr-shop .galleryItem:before {
  width: 0 !important;
  height: 0 !important;
}
.cid-tRCKENf1v8 .mbr-shop .modal-dialog {
  max-width: 700px;
}
.cid-tRCKENf1v8 .mbr-shop .mbr-gallery-item {
  left: 0 !important;
  top: 0 !important;
  vertical-align: top;
  position: relative !important;
  -webkit-transform: none !important;
  transform: none !important;
  padding: 10px;
}
.cid-tRCKENf1v8 .mbr-shop .galleryItem h4,
.cid-tRCKENf1v8 .mbr-shop .carousel-item h4 {
  font-style: normal;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
  margin-bottom: 0.3rem;
  padding-top: 15px;
  transition: color 0.5s;
}
.cid-tRCKENf1v8 .mbr-shop .galleryItem h5,
.cid-tRCKENf1v8 .mbr-shop .carousel-item h5 {
  font-style: italic;
  font-weight: 400;
  line-height: 22.36px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
}
.cid-tRCKENf1v8 .mbr-shop .galleryItem p,
.cid-tRCKENf1v8 .mbr-shop .carousel-item p {
  font-style: italic;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0px;
  text-align: center;
  display: inline;
}
.cid-tRCKENf1v8 .mbr-shop .item-button {
  text-align: center;
}
.cid-tRCKENf1v8 .mbr-shop .modalButton {
  display: inline-block;
  float: right;
  margin-right: 10px;
}
.cid-tRCKENf1v8 .mbr-shop .modalButton.btn-success {
  right: 15%;
}
.cid-tRCKENf1v8 .mbr-shop .sidebar {
  margin-top: 15px;
  position: relative;
}
.cid-tRCKENf1v8 .mbr-shop .sidebar-block {
  position: relative;
}
.cid-tRCKENf1v8 .sidebar-background {
  padding-top: 2rem;
}
.cid-tRCKENf1v8 .mbr-shop .sidebar-background:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 102%;
  background-color: rgba(0, 0, 0, 0);
  top: -20px;
  right: 3px;
}
.cid-tRCKENf1v8 .mbr-shop .bestsellers {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  margin-bottom: 20px;
}
.cid-tRCKENf1v8 .mbr-shop .bestsellers .onsale {
  top: -15px;
  font-weight: 700 !important;
}
.cid-tRCKENf1v8 a {
  font-weight: 700 !important;
}
.cid-tRCKENf1v8 li {
  font-weight: 700 !important;
}
.cid-tRCKENf1v8 .mbr-shop .bestsellers .price-block {
  padding-top: 5px;
  text-align: left;
  line-height: 1;
}
.cid-tRCKENf1v8 .mbr-shop .bestsellers .mbr-gallery-item {
  width: 100%;
}
.cid-tRCKENf1v8 .mbr-shop .bestsellers .mbr-gallery-item img {
  width: 80px;
  float: left;
  margin-right: 20px;
}
.cid-tRCKENf1v8 .mbr-shop .bestsellers .mbr-gallery-item h4 {
  text-align: left;
  padding-bottom: 5px;
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-tRCKENf1v8 .mbr-shop .bestsellers .mbr-gallery-item h5 {
  text-align: left;
  display: none;
}
.cid-tRCKENf1v8 .mbr-shop .bestsellers .mbr-gallery-item p {
  text-align: left;
}
.cid-tRCKENf1v8 .mbr-shop .bestsellers .btn {
  display: none;
}
.cid-tRCKENf1v8 .mbr-shop .bestsellers-img {
  display: inline-block;
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.cid-tRCKENf1v8 .mbr-shop .bestsellers-title {
  display: inline-block;
}
.cid-tRCKENf1v8 .mbr-shop .onsale {
  position: absolute;
  top: 8px;
  left: 8px;
  display: block;
  transition: color 0.3s ease;
  text-align: center;
  z-index: 95;
  height: 30px;
  color: #354463;
  padding: 3px 14px 5px 14px;
  background: #c1f7d5;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0px;
}
.cid-tRCKENf1v8 .mbr-shop .mbr-gallery-item__hided {
  display: none;
}
.cid-tRCKENf1v8 .mbr-shop .mbr-gallery-item__hided h4,
.cid-tRCKENf1v8 .mbr-shop .mbr-gallery-item__hided h5,
.cid-tRCKENf1v8 .mbr-shop .mbr-gallery-item__hided p {
  display: none;
}
.cid-tRCKENf1v8 .mbr-shop .mbr-gallery-item__hided .btn {
  display: none;
}
.cid-tRCKENf1v8 .mbr-shop .galleryItem .price-block {
  display: block;
  margin-bottom: 8px;
}
.cid-tRCKENf1v8 .mbr-shop .galleryItem .price-block span {
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
}
.cid-tRCKENf1v8 .mbr-shop .mbr-gallery-filter {
  padding-left: 0;
  text-align: left;
  padding-top: 0;
}
.cid-tRCKENf1v8 .mbr-shop .mbr-gallery-filter ul li {
  position: relative;
  padding: 7px 0 7px 0px;
  border-bottom: 1px dotted #d6d6d6;
  margin: 0;
  font-style: normal;
  font-weight: 400;
  line-height: 24.99px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
  direction: ltr;
  border: none;
  display: list-item;
  text-align: left;
  transition: all 0.3s ease-out;
  cursor: pointer;
}
.cid-tRCKENf1v8 .mbr-shop .mbr-gallery-filter ul li.active {
  background-color: transparent;
  font-weight: bold;
}
.cid-tRCKENf1v8 .mbr-shop .mbr-gallery-filter ul li:hover {
  color: #354463;
}
.cid-tRCKENf1v8 .mbr-shop .range-slider {
  padding-bottom: 25px;
}
.cid-tRCKENf1v8 .mbr-shop .filter-cost {
  display: block;
  vertical-align: middle;
  max-width: 250px;
  text-align: left;
  position: relative;
  margin-bottom: 30px;
}
.cid-tRCKENf1v8 .mbr-shop .filter-cost p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 21px;
  color: #13287d;
  font-weight: bold;
}
.cid-tRCKENf1v8 .mbr-shop .price-controls {
  position: relative;
  height: 36px;
  margin-bottom: 30px;
  border-radius: 2px;
  font-size: 0;
}
.cid-tRCKENf1v8 .mbr-shop .price-controls label {
  display: inline-block;
  width: 50%;
  font-size: 14px;
  line-height: 32px;
  color: #13287d;
  font-weight: normal;
  cursor: pointer;
}
.cid-tRCKENf1v8 .mbr-shop .price-controls input {
  width: 100%;
  background-color: #f0edeb;
  border-radius: 25px;
  color: #87817d;
  font-size: 14px;
  font-weight: 700;
  border: none;
  line-height: 31px;
  height: 50px;
  text-align: center;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-tRCKENf1v8 .mbr-shop .range-controls {
  position: relative;
  margin-top: 3.2rem;
}
.cid-tRCKENf1v8 .mbr-shop .range-controls .scale {
  width: 100%;
  height: 2px;
  background-color: rgba(190, 190, 190, 0.3);
}
.cid-tRCKENf1v8 .mbr-shop .range-controls .bar {
  margin-left: 0;
  height: 4px;
  background-color: #e2e3e7;
  border-radius: 4px;
}
.cid-tRCKENf1v8 .mbr-shop .toggle {
  position: absolute;
  top: -9px;
  height: 14px;
  width: 14px;
  border: 2px solid #e2e3e7;
  border-radius: 100%;
  box-sizing: content-box;
  background-color: #ffffff;
  cursor: pointer;
}
.cid-tRCKENf1v8 .mbr-shop .toggle::after {
  content: "";
  display: block;
  height: 8px;
  width: 8px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #354463;
  border-radius: 50%;
}
.cid-tRCKENf1v8 .mbr-shop .toggle:hover,
.cid-tRCKENf1v8 .mbr-shop .toggle:active {
  background-color: #c0a375;
}
.cid-tRCKENf1v8 .mbr-shop .min-toggle {
  left: 0;
}
.cid-tRCKENf1v8 .mbr-shop .max-toggle {
  right: 0;
}
.cid-tRCKENf1v8 .mbr-shop .hided-by-price {
  display: none;
}
.cid-tRCKENf1v8 .mbr-shop .text-modal {
  padding-right: 30px;
  padding-left: 30px;
}
.cid-tRCKENf1v8 .mbr-shop .text-modal .item-button {
  text-align: left !important;
}
.cid-tRCKENf1v8 .mbr-shop .text-modal .price-block {
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-tRCKENf1v8 .mbr-shop .text-modal .price-block p {
  display: inline;
}
.cid-tRCKENf1v8 .mbr-shop .text-modal .price-block span {
  display: inline;
  font-weight: 700;
  padding: 10px 0 20px 0;
}
.cid-tRCKENf1v8 .mbr-shop .text-modal .card-description {
  padding-top: 20px;
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 50px;
}
.cid-tRCKENf1v8 .mbr-shop .modal-control-panel {
  padding-right: 0;
}
.cid-tRCKENf1v8 .mbr-shop .modal-cb {
  display: inline-block;
  float: right;
  margin-right: 10px;
  margin-left: 10px;
}
.cid-tRCKENf1v8 .mbr-shop .shopItemsModalBg {
  width: 100%;
  height: 100%;
}
.cid-tRCKENf1v8 .mbr-shop .close-modal-wrapper {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
}
.cid-tRCKENf1v8 .mbr-shop .close-modal-wrapper:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 3px;
  background-color: #cccccc;
  top: 50%;
  right: 5%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-tRCKENf1v8 .mbr-shop .close-modal-wrapper:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 40px;
  background-color: #cccccc;
  right: 50%;
  top: 5%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-tRCKENf1v8 .mbr-shop .closeModal {
  position: absolute;
  top: 0;
  right: 0;
}
.cid-tRCKENf1v8 .mbr-shop .galleryItem .sidebar_wraper {
  text-align: center;
}
.cid-tRCKENf1v8 .mbr-shop .shopItemsModal .sidebar_wraper {
  text-align: left;
}
.cid-tRCKENf1v8 .mbr-shop .shopItemsModal .onsale {
  top: 10px;
  right: 10px;
  border: 1px solid #e7e7e7;
}
.cid-tRCKENf1v8 .mbr-shop .shop-items .onsale,
.cid-tRCKENf1v8 .mbr-shop .bestseller-block .onsale {
  font-size: 15px !important;
}
.cid-tRCKENf1v8 .mbr-shop .item_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: transparent;
}
.cid-tRCKENf1v8 .mbr-shop .style_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}
.cid-tRCKENf1v8 .mbr-shop .price-range {
  display: inline-block;
}
.cid-tRCKENf1v8 .mbr-shop .price-range-reset {
  display: inline-block;
}
.cid-tRCKENf1v8 .mbr-shop .bestsellers .item-button {
  display: none !important;
}
.cid-tRCKENf1v8 .mbr-shop .range-slider h4 {
  margin-bottom: 15px;
}
.cid-tRCKENf1v8 .mbr-shop .mbr-gallery-filter ul {
  padding-left: 0px;
  display: inline-block;
  list-style: none;
  margin-bottom: 0px;
}
.cid-tRCKENf1v8 .mbr-shop .categories:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 767px) and (max-width: 1100px) {
  .cid-tRCKENf1v8 .mbr-shop .col-md-9 {
    width: 100%;
  }
  .cid-tRCKENf1v8 .mbr-shop .col-md-3 {
    width: 100%;
  }
  .cid-tRCKENf1v8 .mbr-shop .sidebar-background:after {
    top: 0;
  }
  .cid-tRCKENf1v8 .mbr-shop .bestseller-block {
    width: 100%;
    margin: 0;
    display: inline-block;
    float: left;
    padding-top: 15px;
  }
  .cid-tRCKENf1v8 .mbr-shop .range-slider {
    width: 49%;
    margin: 0;
    display: inline-block;
    float: right;
    padding-top: 15px;
  }
  .cid-tRCKENf1v8 .mbr-shop .bestsellers {
    width: 100%;
  }
  .cid-tRCKENf1v8 .mbr-shop .bestsellers .mbr-gallery-item {
    width: 49%;
    display: inline-block;
  }
  .cid-tRCKENf1v8 .mbr-shop .sidebar-categories {
    width: 49%;
    margin: 0;
    display: inline-block;
    padding-top: 15px;
  }
  .cid-tRCKENf1v8 .mbr-shop .price-range {
    max-width: 250px;
    text-align: center;
  }
  .cid-tRCKENf1v8 .clearfix:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tRCKENf1v8 .mbr-shop .mbr-gallery-item {
    width: 33%;
  }
}
@media (max-width: 500px) {
  .cid-tRCKENf1v8 .mbr-shop .shopItemsModal {
    padding: 50px 10px 10px 10px;
  }
  .cid-tRCKENf1v8 .mbr-shop .shop-title {
    max-width: 100%;
  }
  .cid-tRCKENf1v8 .mbr-shop .mbr-gallery-item {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .cid-tRCKENf1v8 .mbr-shop .sort-buttons {
    text-align: center;
    margin-right: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-tRCKENf1v8 .mbr-shop .image-modal {
    text-align: center;
  }
  .cid-tRCKENf1v8 .mbr-shop .image-modal img {
    max-height: 50vh;
    width: auto;
    max-width: 100%;
  }
  .cid-tRCKENf1v8 .mbr-shop .shopItemsModal {
    top: 15%;
    bottom: 70px;
    left: 10%;
    width: 80%;
  }
  .cid-tRCKENf1v8 .mbr-shop .shopItemsModal .image-modal {
    padding-right: 0;
  }
  .cid-tRCKENf1v8 .mbr-shop .sidebar-background:after {
    top: -1%;
  }
  .cid-tRCKENf1v8 .row {
    padding: 0;
  }
}
@media (max-width: 1100px) {
  .cid-tRCKENf1v8 .mbr-shop .shopItemsModal {
    max-height: 85vh;
    width: 90%;
    left: 5%;
    margin-left: 0;
  }
  .cid-tRCKENf1v8 .mbr-shop .sort-buttons {
    margin-right: 21px;
  }
  .cid-tRCKENf1v8 .mbr-shop .sidebar-background:after {
    right: 0;
    width: 100%;
  }
  .cid-tRCKENf1v8 .mbr-shop .text-modal .card-description {
    width: 100%;
  }
  .cid-tRCKENf1v8 .mbr-shop .text-modal .price-block {
    width: 100%;
  }
  .cid-tRCKENf1v8 .mbr-shop .text-modal h4 {
    padding-top: 30px;
  }
}
.cid-tRCKENf1v8 .shopItemsModal_wraper .mbr-section-btn {
  display: block !important;
}
.cid-tRCKENf1v8 .range-slider .mbr-section-btn {
  margin: 0;
}
.cid-tRCKENf1v8 .oldprice {
  color: #767676;
  padding-left: 0.8rem !important;
  text-decoration: line-through;
}
.cid-tRCKENf1v8 .range-controls {
  display: block !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tRCKENf1v8 .shopItemsModal.row {
    position: absolute !important;
    top: calc(50% - 300px) !important;
    left: calc(50% - 500px) !important;
  }
}
.cid-tRCKENf1v8 LI {
  color: #354463;
}
.cid-tRCKENf1v8 .sidebar-title {
  color: #354463;
}
.cid-tRCKENf1v8 .item-title {
  text-align: left;
  color: #777777;
}
.cid-tRCKENf1v8 .display-7 {
  font-weight: 700 !important;
}
.cid-tRCKENf1v8 .shop-item-price,
.cid-tRCKENf1v8 .price-block {
  text-align: left;
  color: #354463;
  font-weight: 700 !important;
}
@media (max-width: 576px) {
  .cid-tRCKENf1v8 .mbr-shop .mbr-gallery-item,
  .cid-tRCKENf1v8 .wrapper-shop-items,
  .cid-tRCKENf1v8 .sidebar-block,
  .cid-tRCKENf1v8 .sidebar-title,
  .cid-tRCKENf1v8 .categories {
    padding-right: 0px;
    padding-left: 0px;
  }
  .cid-tRCKENf1v8 .filter-cost {
    max-width: 100% !important;
  }
  .cid-tRCKENf1v8 .range-slider,
  .cid-tRCKENf1v8 .categories,
  .cid-tRCKENf1v8 .bestseller-block {
    text-align: center;
  }
}
.cid-tRCKENf1v8 .wrapper-shop-items {
  order: 1;
}
.cid-tRCKENf1v8 .btn-sm {
  border: 2px solid #83868c;
  border-radius: 50px;
  padding: 0.8rem 2rem;
}
.cid-tRCKENf1v8 .galleryItem {
  box-shadow: 0 3px 15px 2px rgba(0, 0, 0, 0.04);
  padding: 1rem 1rem;
  transition: 0.3s;
}
.cid-tRCKENf1v8 .mbr-gallery-item:hover .galleryItem {
  box-shadow: 0 3px 15px 2px rgba(0, 0, 0, 0.2);
}
.cid-tRCKENf1v8 .bestsellers .mbr-gallery-item {
  padding: 0rem !important;
  width: 100% !important;
}
.cid-tRCKENf1v8 .min-price {
  padding-right: 1rem;
}
.cid-tRCKENf1v8 .max-price {
  padding-left: 1rem;
}
.cid-tRCKENf1v8 .btn-secondary {
  color: #333 !important;
  background-color: transparent !important;
}
.cid-tRCKENf1v8 .btn-secondary:hover {
  background-color: transparent !important;
  opacity: 0.5;
  transform: translate(0);
}
.cid-tRCKENf1v8 a,
.cid-tRCKENf1v8 a:hover {
  color: #354463 !important;
}
.cid-tRCKENf1v8 .sidebar {
  background-color: #ffffff;
  margin-bottom: 1rem;
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-tRCKENf1v8 .wrapper-shop-items {
    padding: 0;
  }
  .cid-tRCKENf1v8 .row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-tRCKENf1v8 .mbr-gallery-item {
    padding: 1rem !important;
    width: 33.333% !important;
  }
  .cid-tRCKENf1v8 .row {
    padding: 0;
  }
}
.cid-tRCKENf1v8 .row {
  margin: 0rem;
}
.cid-u83W30qTh0 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-u83W30qTh0 .contents {
  text-align: center;
  margin-bottom: 54px;
}
.cid-u83W30qTh0 .contents .mbr-section-title {
  margin-bottom: 20px;
  color: #13287d;
}
.cid-u83W30qTh0 .contents .mbr-subtitle {
  color: #279e64;
  margin-bottom: 10px;
}
.cid-u83W30qTh0 .contents .mbr-section-text {
  margin-top: 20px;
  color: #83868c;
}
.cid-u83W30qTh0 .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-u83W30qTh0 .card-wrapper .card-box {
  padding: 35px 30px 38px;
  border: 1px solid #dcdfe2;
  border-top: none;
}
.cid-u83W30qTh0 .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-u83W30qTh0 .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-u83W30qTh0 .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-u83W30qTh0 .card-wrapper .card-box .card-subtitle span {
  color: #83868c;
}
.cid-u83W30qTh0 .card-wrapper .card-box .mbr-text {
  margin-bottom: 25px;
  color: #83868c;
}
.cid-u83W30qTh0 .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
}
.cid-u83W30qTh0 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-u83W30qTh0 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-u83W30qTh0 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-u83W30qTh0 .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-u83W30qTh0 .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
.cid-u83W30qTh0 .card-wrapper .card-img {
  position: relative;
  overflow: hidden;
  border-radius: 0;
}
.cid-u83W30qTh0 .card-wrapper .card-img img {
  border: none;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
  vertical-align: middle;
  transition: all .8s;
  opacity: 1;
  width: 100%;
  max-width: 100%;
  margin: auto;
  height: auto;
  display: block;
}
.cid-u83W30qTh0 .card-wrapper .card-img:hover img {
  transform: scale3d(1.05, 1.05, 1);
  opacity: .9;
}
@media (max-width: 768px) {
  .cid-u83W30qTh0 .card-wrapper .card-box .mbr-section-btn .link {
    justify-content: center;
  }
}
.cid-u83W30qTh0 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-u83W30qTh0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u83W30qTh0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-s2V8IHwJ8J {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-s2V8IHwJ8J .contents {
  text-align: center;
  margin-bottom: 54px;
}
.cid-s2V8IHwJ8J .contents .mbr-subtitle {
  color: #279e64;
  margin-bottom: 10px;
}
.cid-s2V8IHwJ8J .contents .mbr-section-title {
  margin-bottom: 20px;
  color: #13287d;
}
.cid-s2V8IHwJ8J .contents .mbr-text {
  color: #83868c;
}
.cid-s2V8IHwJ8J .card.accentCard .card-wrapper {
  background-color: #279e64;
}
.cid-s2V8IHwJ8J .card.accentCard .card-wrapper .card-box .card-title {
  color: #ffffff;
}
.cid-s2V8IHwJ8J .card.accentCard .card-wrapper .card-box .mbr-text {
  color: #ffffff;
}
.cid-s2V8IHwJ8J .card.accentCard .card-wrapper .card-img {
  box-shadow: -10px -10px 0 0 #63b68f;
  background-color: #ffffff;
}
.cid-s2V8IHwJ8J .card.accentCard .card-wrapper .card-img .mbr-iconfont {
  color: #279e64 !important;
}
.cid-s2V8IHwJ8J .card.accentCard .card-wrapper .btn.btn-primary-outline {
  color: #ffffff;
}
.cid-s2V8IHwJ8J .card-wrapper {
  height: 100%;
  border-radius: 5px;
  border: 1px solid #dcdfe2;
  padding: 50px 35px 31px;
  transition: all 0.3s;
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: center;
}
.cid-s2V8IHwJ8J .card-wrapper .card-box .card-title {
  color: #13287d;
}
.cid-s2V8IHwJ8J .card-wrapper .card-box .mbr-text {
  margin-bottom: 25px;
  color: #83868c;
}
.cid-s2V8IHwJ8J .card-wrapper .card-box .mbr-iconfont {
  padding-left: 0.2rem;
  display: inline-block;
}
.cid-s2V8IHwJ8J .card-wrapper .card-img {
  margin-bottom: 40px;
  transition: all .3s linear 0s;
  display: inline-flex;
  width: 70px;
  height: 70px;
  border-radius: 5px;
  padding: 13px;
  box-shadow: -10px -10px 0 0 #eeeff2;
  align-items: center;
  justify-content: center;
  background-color: #279e64;
  cursor: pointer;
  position: relative;
}
.cid-s2V8IHwJ8J .card-wrapper .card-img .mbr-iconfont {
  font-size: 50px;
  color: #ffffff;
}
.cid-s2V8IHwJ8J .card-wrapper .mbr-link-btn {
  transition: all 0.3s;
  margin-bottom: 20px;
}
.cid-s2V8IHwJ8J .card-wrapper .mbr-link-btn .btn {
  transition: all 0.3s;
  font-weight: 700;
}
.cid-s2V8IHwJ8J .card-wrapper .mbr-link-btn .btn.btn-primary-outline {
  color: #13287d;
}
.cid-s2V8IHwJ8J .card-wrapper .mbr-link-btn .btn .mbr-iconfont {
  font-weight: 700;
  padding-left: 40px !important;
  display: inline;
  transition: transform .3s linear 0s !important;
}
.cid-s2V8IHwJ8J .card-wrapper .mbr-link-btn:hover .mbr-iconfont {
  transform: translateX(-10px);
}
.cid-s2V8IHwJ8J .card-wrapper:hover .card-img {
  -webkit-animation: updown 0.45s ease-in-out 0.1s;
  animation: updown 0.45s ease-in-out 0.1s;
}
.cid-s2V8IHwJ8J .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
}
.cid-s2V8IHwJ8J .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-s2V8IHwJ8J .btn[class*="-outline"]:hover span {
  padding-left: 10px;
}
.cid-s2V8IHwJ8J .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #13287d !important;
  box-shadow: none !important;
}
.cid-s2V8IHwJ8J .btn[class*="-outline"]:active,
.cid-s2V8IHwJ8J .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
@media (max-width: 991px) {
  .cid-s2V8IHwJ8J .card {
    margin-bottom: 15px;
  }
}
@-webkit-keyframes updown {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes updown {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-s2V8IUb5gv {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #3b5998;
}
.cid-s2V8IUb5gv .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-s2V8IUb5gv .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-s2V8IUb5gv .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-s2V8IUb5gv .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-s2V8IUb5gv .card-wrapper .card-box .meta::before {
  content: "";
  display: block;
  width: 20px;
  height: 3px;
  background-color: #279e64;
  position: absolute;
  left: 0;
  bottom: -25px;
}
.cid-s2V8IUb5gv .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-s2V8IUb5gv .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-s2V8IUb5gv .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-s2V8IUb5gv .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-s2V8IUb5gv .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-s2V8IUb5gv .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-s2V8IUb5gv .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-s2V8IUb5gv .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-s2V8IUb5gv .card-wrapper .card-box .meta .item-comment:after {
  content: "";
  display: block;
  width: 35px;
  height: 3px;
  background-color: #279e64;
  position: absolute;
  left: 30px;
  bottom: -25px;
}
.cid-s2V8IUb5gv .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-s2V8IUb5gv .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-s2V8IUb5gv .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
}
.cid-s2V8IUb5gv .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-s2V8IUb5gv .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-s2V8IUb5gv .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-s2V8IUb5gv .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-s2V8IUb5gv .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-s2V8IUb5gv .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-s2V8IUb5gv * {
    text-align: left;
  }
}
.cid-s2V8IUb5gv .img-wrap {
  margin-bottom: 30px;
}
.cid-s2V8IUb5gv .img-wrap .wrapper {
  overflow: hidden;
  position: relative;
  height: 100%;
}
.cid-s2V8IUb5gv .img-wrap .wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-s2V8IUb5gv .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-s2V8IUb5gv .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-s2V8IUb5gv .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-s2V8IUb5gv a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-s2V8IUb5gv a.close:hover {
  color: #ffffff;
}
.cid-s2V8JtfEgC {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s2V8JtfEgC .main {
  margin-bottom: 70px;
}
.cid-s2V8JtfEgC .main .mbr-section-subtitle {
  color: #279e64;
  margin-bottom: 10px;
}
.cid-s2V8JtfEgC .main .mbr-section-title {
  color: #13287d;
  margin-bottom: 20px;
}
.cid-s2V8JtfEgC .main .mbr-text {
  color: #83868c;
}
.cid-s2V8JtfEgC .wrapper {
  position: relative;
  padding: 2rem;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 27rem;
  margin-bottom: 30px;
}
.cid-s2V8JtfEgC .wrapper .mbr-overlay {
  background: #13287d;
  opacity: 0;
  z-index: 1;
  transition: all 0.4s ease;
  pointer-events: none;
}
.cid-s2V8JtfEgC .wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  pointer-events: all;
}
.cid-s2V8JtfEgC .wrapper .content-block {
  position: absolute;
  width: 100%;
  z-index: 1;
  bottom: 10%;
  left: 0;
  opacity: 0;
  padding: 0.75rem 2rem;
  transition: all 0.4s ease;
  transform: translateY(15px);
}
.cid-s2V8JtfEgC .wrapper .content-block .card-title {
  color: #ffffff;
  transition: all .3s linear 0ms;
}
.cid-s2V8JtfEgC .wrapper .content-block .card-title:hover {
  color: #279e64;
}
.cid-s2V8JtfEgC .wrapper .content-block .card-subtitle {
  color: #ffffff;
}
.cid-s2V8JtfEgC .wrapper .content-block .mbr-link-btn {
  transition: all .3s linear 0ms;
}
.cid-s2V8JtfEgC .wrapper .content-block .mbr-link-btn .btn {
  transition: all .3s linear 0ms;
  font-weight: 700;
}
.cid-s2V8JtfEgC .wrapper .content-block .mbr-link-btn .btn .mbr-iconfont {
  font-weight: 700;
  padding-left: 40px !important;
  display: inline;
  transition: transform .3s linear 0s !important;
}
.cid-s2V8JtfEgC .wrapper .content-block .mbr-link-btn:hover .mbr-iconfont {
  transform: translateX(-10px);
}
.cid-s2V8JtfEgC .wrapper:hover .mbr-overlay {
  background: #13287d;
  opacity: 0.9;
  z-index: 1;
}
.cid-s2V8JtfEgC .wrapper:hover .content-block {
  opacity: 1;
  transform: translateY(0);
}
.cid-s2V8JtfEgC .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
}
.cid-s2V8JtfEgC .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-s2V8JtfEgC .btn[class*="-outline"]:hover span {
  padding-left: 10px;
}
.cid-s2V8JtfEgC .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #279e64 !important;
  box-shadow: none !important;
}
.cid-s2V8JtfEgC .btn[class*="-outline"]:active,
.cid-s2V8JtfEgC .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-s2V8JMDZ0j {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/background4.jpg");
}
.cid-s2V8JMDZ0j .mbr-iconfont {
  font-size: 50px;
  color: #ffffff;
}
.cid-s2V8JMDZ0j .mbr-section-title {
  color: #ffffff;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 20px;
}
.cid-s2V8JMDZ0j .mbr-section-subtitle {
  color: #ffffff;
  width: 100%;
  position: relative;
  padding-top: 25px;
}
.cid-s2V8JMDZ0j .mbr-section-subtitle::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #fff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-s2V8JMDZ0j .mbr-text {
  color: #ffffff;
  width: 100;
}
.cid-s2V8JMDZ0j .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #279e64;
  margin-left: 0.6rem;
}
.cid-s2V8JMDZ0j .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-s2V8JMDZ0j .mbr-section-btn .btn {
  border-radius: 3px;
  padding: 12px 40px !important;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .cid-s2V8JMDZ0j .separator,
  .cid-s2V8JMDZ0j .sep-holder,
  .cid-s2V8JMDZ0j .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-s2V8JMDZ0j .buttons-wrap {
    flex-direction: column;
  }
}
.cid-s2V8JMDZ0j .items {
  display: flex;
  flex-direction: row;
  position: relative;
  padding-top: 25px;
}
.cid-s2V8JMDZ0j .items::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #ffffff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-s2V8JMDZ0j .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
}
.cid-s2V8JMDZ0j .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 1rem;
  margin: auto;
  color: #ffffff;
}
.cid-s2V8JMDZ0j .items .list-item .text2 {
  display: inline-block;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
}
.cid-s2V8JMDZ0j .items .list-item:last-child .listico {
  display: none;
}
.cid-s2V8KDRiGP {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #eeeff2;
}
.cid-s2V8KDRiGP .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-s2V8KDRiGP .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-s2V8KDRiGP .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-s2V8KDRiGP .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-s2V8KDRiGP .card-wrapper .card-box .meta::before {
  content: "";
  display: block;
  width: 20px;
  height: 3px;
  background-color: #279e64;
  position: absolute;
  left: 0;
  bottom: -25px;
}
.cid-s2V8KDRiGP .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-s2V8KDRiGP .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-s2V8KDRiGP .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-s2V8KDRiGP .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-s2V8KDRiGP .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-s2V8KDRiGP .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-s2V8KDRiGP .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-s2V8KDRiGP .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-s2V8KDRiGP .card-wrapper .card-box .meta .item-comment:after {
  content: "";
  display: block;
  width: 35px;
  height: 3px;
  background-color: #279e64;
  position: absolute;
  left: 30px;
  bottom: -25px;
}
.cid-s2V8KDRiGP .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-s2V8KDRiGP .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-s2V8KDRiGP .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
}
.cid-s2V8KDRiGP .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-s2V8KDRiGP .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-s2V8KDRiGP .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-s2V8KDRiGP .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-s2V8KDRiGP .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-s2V8KDRiGP .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-s2V8KDRiGP * {
    text-align: left;
  }
}
.cid-tVexguK9KW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tVexguK9KW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVexguK9KW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVexguK9KW .container,
.cid-tVexguK9KW .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tVexguK9KW .container,
  .cid-tVexguK9KW .container-fluid {
    padding: 0 20px;
  }
}
.cid-tVexguK9KW .row {
  justify-content: center;
}
.cid-tVexguK9KW .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-tVexguK9KW .title-wrapper .mbr-section-title {
  margin-bottom: 85px;
}
@media (max-width: 992px) {
  .cid-tVexguK9KW .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-tVexguK9KW .item {
  margin-bottom: 40px;
}
.cid-tVexguK9KW .item .item-wrapper .item-img img {
  height: 130px;
  object-fit: contain;
}
.cid-tVexguK9KW .mbr-section-title {
  color: #4f87fb;
}
.cid-s2V8Mv5yDU {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #eff2f7;
}
.cid-s2V8Mv5yDU .container.main,
.cid-s2V8Mv5yDU .container-fluid.main {
  padding-left: 30px;
  padding-right: 30px;
}
.cid-s2V8Mv5yDU .container .mbr-section-subtitle,
.cid-s2V8Mv5yDU .container-fluid .mbr-section-subtitle {
  color: #279e64;
  margin-bottom: 10px;
}
.cid-s2V8Mv5yDU .container .mbr-section-title,
.cid-s2V8Mv5yDU .container-fluid .mbr-section-title {
  margin-bottom: 20px;
  color: #13287d;
}
.cid-s2V8Mv5yDU .container .mbr-text,
.cid-s2V8Mv5yDU .container-fluid .mbr-text {
  color: #83868c;
}
.cid-s2V8Mv5yDU .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0 0rem;
}
.cid-s2V8Mv5yDU .carousel-item > div {
  width: 100%;
}
.cid-s2V8Mv5yDU .carousel-item.active,
.cid-s2V8Mv5yDU .carousel-item-next,
.cid-s2V8Mv5yDU .carousel-item-prev {
  display: flex;
}
.cid-s2V8Mv5yDU .carousel-indicators {
  left: 0%;
  margin: 20px auto 0;
  align-items: center;
  bottom: -60px !important;
}
.cid-s2V8Mv5yDU .carousel-indicators .active {
  border: 3px solid #ffffff;
  background-color: #ffffff !important;
}
.cid-s2V8Mv5yDU .carousel-indicators li {
  height: 8px;
  width: 8px;
  border-radius: 50%;
  transition: border 0.5s;
  background-color: #ffffff;
  font-size: 2rem;
  opacity: 1;
  border-width: 0px;
  margin: 6px;
}
.cid-s2V8Mv5yDU .carousel-indicators li:hover {
  opacity: 1;
}
@media (max-width: 991px) {
  .cid-s2V8Mv5yDU .carousel-controls {
    display: none;
  }
}
.cid-s2V8Mv5yDU .carousel-controls .carousel-control-prev,
.cid-s2V8Mv5yDU .carousel-controls .carousel-control-next {
  opacity: 1;
}
.cid-s2V8Mv5yDU .carousel-controls a {
  transition: opacity 0.5s;
  font-size: 15px;
}
.cid-s2V8Mv5yDU .carousel-controls a span {
  padding: 16.5px;
  border-radius: 50%;
  color: #13287d;
  background: #ffffff;
  font-weight: bold;
  box-shadow: 0 10px 30px 0 #e7eaf2;
}
.cid-s2V8Mv5yDU .carousel-controls a:hover span {
  opacity: 1;
}
.cid-s2V8Mv5yDU .card {
  background-color: #ffffff;
  border-radius: 5px;
  padding: 40px 40px 30px;
  position: relative;
}
.cid-s2V8Mv5yDU .card .client-content {
  display: block;
}
.cid-s2V8Mv5yDU .card .client-content .service-icon {
  text-align: left;
  position: relative;
  display: block;
}
.cid-s2V8Mv5yDU .card .client-content .service-icon .front {
  color: #e3e5e6;
  font-size: 3.1875rem;
  position: relative;
  margin-bottom: 22px;
}
.cid-s2V8Mv5yDU .card .client-content .service-icon:after {
  opacity: 0.5;
  width: 76px;
  height: 76px;
  content: "";
  position: absolute;
  top: -34px;
  left: 50%;
  margin-left: -13%;
  border-radius: 50%;
  z-index: 0;
}
.cid-s2V8Mv5yDU .card .client-content .card-text {
  margin-bottom: 25px;
  color: #83868c;
}
.cid-s2V8Mv5yDU .card .client-info {
  display: flex;
  align-items: center;
  position: relative;
  padding-top: 30px;
}
.cid-s2V8Mv5yDU .card .client-info::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -40px;
  right: -40px;
  height: 1px;
  background-color: #dcdfe2;
}
.cid-s2V8Mv5yDU .card .client-info .client-image {
  margin-right: 20px;
  flex: none;
  display: block;
}
.cid-s2V8Mv5yDU .card .client-info .client-image img {
  width: 65px;
  height: 65px;
  object-fit: cover;
  border-radius: 50%;
  margin: auto;
  display: block;
  max-width: 100%;
}
.cid-s2V8Mv5yDU .card .client-info .name-job .signature {
  margin-bottom: 0;
  color: #13287d;
}
.cid-s2V8Mv5yDU .card .client-info .name-job .profession {
  color: #83868c;
}
@media (min-width: 768px) {
  .cid-s2V8Mv5yDU .carousel-controls a {
    width: 5%;
  }
  .cid-s2V8Mv5yDU .client-info {
    flex-direction: column;
    justify-content: center;
  }
  .cid-s2V8Mv5yDU .client-info .client-image {
    margin-right: 0 !important;
    margin-bottom: 10px;
  }
  .cid-s2V8Mv5yDU * {
    text-align: center;
  }
}
.cid-s2V8NeNCa6 {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-s2V8NeNCa6 .main-content .mbr-section-subtitle {
  color: #279e64;
  margin-bottom: 10px;
}
.cid-s2V8NeNCa6 .main-content .mbr-section-title {
  margin-bottom: 20px;
  color: #13287d;
}
.cid-s2V8NeNCa6 .main-content .mbr-text {
  color: #83868c;
}
.cid-s2V8NeNCa6 .categories {
  background-color: #eeeff2;
  padding: 35px 30px 40px;
  margin-bottom: 35px;
}
.cid-s2V8NeNCa6 .categories .mbr-section-subtitle {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 30px;
  color: #13287d;
}
.cid-s2V8NeNCa6 .categories .mbr-section-subtitle::before {
  content: "";
  display: block;
  width: 20px;
  height: 3px;
  background-color: #279e64;
  position: absolute;
  left: 0;
  bottom: 0;
}
.cid-s2V8NeNCa6 .categories .mbr-section-subtitle::after {
  content: "";
  display: block;
  width: 35px;
  height: 3px;
  background-color: #279e64;
  position: absolute;
  left: 30px;
  bottom: 0;
}
.cid-s2V8NeNCa6 .categories .nav {
  border: none;
  width: 100%;
  display: block !important;
  margin-top: -10px;
}
.cid-s2V8NeNCa6 .categories .nav .nav-item {
  display: inline-block !important;
}
.cid-s2V8NeNCa6 .categories .nav .nav-item:hover .nav-link {
  color: #ffffff !important;
  background: #279e64 !important;
}
.cid-s2V8NeNCa6 .categories .nav .nav-item .nav-link {
  display: inline-block;
  color: #83868c;
  box-sizing: border-box;
  font-style: normal;
  background: #ffffff;
  padding: 11px 20px;
  border: 1px solid #efefef;
  margin-top: 10px;
  margin-right: 6px;
  border-radius: 3px !important;
  transition: all .3s linear 0ms;
  font-weight: 500;
  line-height: 1.8;
}
.cid-s2V8NeNCa6 .categories .nav .nav-item .nav-link:hover {
  background-color: #ffffff;
  color: #000000;
}
.cid-s2V8NeNCa6 .categories .nav .nav-item .nav-link.active {
  font-weight: 500;
  color: #000000;
  font-style: normal;
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-s2V8NeNCa6 .nav-item {
    display: table-row !important;
  }
}
.cid-s2V8NeNCa6 .card-wrapper {
  height: 100%;
  margin-bottom: 15px;
}
.cid-s2V8NeNCa6 .card-wrapper .img-wrap {
  margin-bottom: 30px;
}
.cid-s2V8NeNCa6 .card-wrapper .img-wrap img {
  width: 100%;
}
.cid-s2V8NeNCa6 .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-s2V8NeNCa6 .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-s2V8NeNCa6 .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-s2V8NeNCa6 .card-wrapper .card-box .meta::before {
  content: "";
  display: block;
  width: 20px;
  height: 3px;
  background-color: #279e64;
  position: absolute;
  left: 0;
  bottom: -25px;
}
.cid-s2V8NeNCa6 .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-s2V8NeNCa6 .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-s2V8NeNCa6 .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-s2V8NeNCa6 .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-s2V8NeNCa6 .card-wrapper .card-box .meta .item-category:hover .mbr-iconfont {
  color: #279e64 !important;
}
.cid-s2V8NeNCa6 .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-s2V8NeNCa6 .card-wrapper .card-box .meta .item-date:hover .mbr-iconfont {
  color: #279e64 !important;
}
.cid-s2V8NeNCa6 .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-s2V8NeNCa6 .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-s2V8NeNCa6 .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-s2V8NeNCa6 .card-wrapper .card-box .meta .item-comment:hover .mbr-iconfont {
  color: #279e64 !important;
}
.cid-s2V8NeNCa6 .card-wrapper .card-box .meta .item-comment:after {
  content: "";
  display: block;
  width: 35px;
  height: 3px;
  background-color: #279e64;
  position: absolute;
  left: 30px;
  bottom: -25px;
}
.cid-s2V8NeNCa6 .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-s2V8NeNCa6 .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-s2V8NeNCa6 .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
}
.cid-s2V8NeNCa6 .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-s2V8NeNCa6 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-s2V8NeNCa6 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-s2V8NeNCa6 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-s2V8NeNCa6 .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-s2V8NeNCa6 .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
.cid-s2V8NeNCa6 .newsletter {
  padding: 35px 30px 40px;
  background-color: #eeeff2;
  border-radius: 3px;
  display: block;
}
.cid-s2V8NeNCa6 .newsletter .mbr-section-subtitle {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 30px;
  color: #13287d;
}
.cid-s2V8NeNCa6 .newsletter .mbr-section-subtitle::before {
  content: "";
  display: block;
  width: 20px;
  height: 3px;
  background-color: #279e64;
  position: absolute;
  left: 0;
  bottom: 0;
}
.cid-s2V8NeNCa6 .newsletter .mbr-section-subtitle::after {
  content: "";
  display: block;
  width: 35px;
  height: 3px;
  background-color: #279e64;
  position: absolute;
  left: 30px;
  bottom: 0;
}
.cid-s2V8NeNCa6 .newsletter .form-group,
.cid-s2V8NeNCa6 .newsletter .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-s2V8NeNCa6 .newsletter .form-control {
  font-size: 14px;
  background: #ffffff;
  color: #83868c;
  display: block;
  height: 60px;
  border-radius: 3px;
  width: 100%;
  padding: 13px 20px !important;
  padding-right: 50px !important;
  transition: all .3s linear 0ms;
}
.cid-s2V8NeNCa6 .newsletter .form-control::-webkit-input-placeholder {
  color: #83868c;
}
.cid-s2V8NeNCa6 .newsletter .form-control::-moz-placeholder {
  color: #83868c;
}
.cid-s2V8NeNCa6 .newsletter .form-control:-moz-placeholder {
  color: #83868c;
}
.cid-s2V8NeNCa6 .newsletter .form-control:-ms-input-placeholder {
  color: #83868c;
}
.cid-s2V8NeNCa6 .newsletter .form-group {
  margin-bottom: 8.6px;
}
.cid-s2V8NeNCa6 .newsletter .dragArea {
  flex-direction: column;
}
.cid-s2V8NeNCa6 .newsletter .dragArea .mbr-section-btn .btn {
  font-weight: bold;
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: 100%;
  border-radius: 0;
}
.cid-s2V8NeNCa6 .newsletter .dragArea .mbr-section-btn .btn.btn-secondary:hover {
  background-color: #ffc600 !important;
  border-color: #ffc600 !important;
  color: #000000 !important;
}
@media (max-width: 768px) {
  .cid-s2V8NeNCa6 .img-wrap {
    margin-top: 20px;
  }
  .cid-s2V8NeNCa6 .categories .mbr-section-subtitle {
    text-align: left;
  }
  .cid-s2V8NeNCa6 .newsletter .mbr-section-subtitle {
    text-align: left;
  }
  .cid-s2V8NeNCa6 .meta::before {
    display: none !important;
  }
  .cid-s2V8NeNCa6 .meta .item-comment::after {
    display: none !important;
  }
  .cid-s2V8NeNCa6 .link {
    justify-content: center !important;
  }
}
.cid-tTJqB2YKXL {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #4284df;
}
.cid-tTJqB2YKXL p {
  text-align: center;
}
.cid-tTJqB2YKXL .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tTJqB2YKXL .btn-underline:hover {
  color: #505050;
}
.cid-tTJqB2YKXL .btn-underline:before {
  background-color: #505050;
}
.cid-tTJqB2YKXL .social-list a:focus {
  text-decoration: none;
}
.cid-tTJqB2YKXL .text-copyright {
  width: 100%;
  color: #ede0b3;
}
.cid-tTJqB2YKXL .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-tTJqB2YKXL .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-tTJqB2YKXL .logo-footer {
  line-height: normal;
}
.cid-tTJqB2YKXL .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tTJqB2YKXL .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tTJqB2YKXL .mbr-section-btn {
  font-size: 16px;
}
.cid-tTJqB2YKXL .mbr-section-btn a {
  margin: 0 1rem 0.5rem;
}
.cid-tVeHnbKouM.popup-builder {
  background-color: #ffffff;
}
.cid-tVeHnbKouM.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tVeHnbKouM.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tVeHnbKouM .modal-content,
.cid-tVeHnbKouM .modal-dialog {
  height: auto;
}
.cid-tVeHnbKouM .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tVeHnbKouM .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tVeHnbKouM .form-wrapper .mbr-form .form-group,
  .cid-tVeHnbKouM .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tVeHnbKouM .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tVeHnbKouM .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-tVeHnbKouM .mbr-text {
  text-align: center;
}
.cid-tVeHnbKouM .pt-0 {
  padding-top: 0 !important;
}
.cid-tVeHnbKouM .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tVeHnbKouM .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tVeHnbKouM .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tVeHnbKouM .modal-open {
  overflow: hidden;
}
.cid-tVeHnbKouM .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tVeHnbKouM .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tVeHnbKouM .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tVeHnbKouM .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-tVeHnbKouM .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tVeHnbKouM .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tVeHnbKouM .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tVeHnbKouM .modal-content {
  background: #ffc600;
  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-tVeHnbKouM .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tVeHnbKouM .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tVeHnbKouM .modal-backdrop.fade {
  opacity: 0;
}
.cid-tVeHnbKouM .modal-backdrop.show {
  opacity: .5;
}
.cid-tVeHnbKouM .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-tVeHnbKouM .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tVeHnbKouM .modal-header {
    padding: 1rem;
  }
}
.cid-tVeHnbKouM .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tVeHnbKouM .modal-header .close svg {
  fill: #353535;
}
.cid-tVeHnbKouM .modal-header .close:hover {
  opacity: 1;
}
.cid-tVeHnbKouM .modal-header .close:focus {
  outline: none;
}
.cid-tVeHnbKouM .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tVeHnbKouM .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tVeHnbKouM .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tVeHnbKouM .modal-body {
    padding: 1rem;
  }
}
.cid-tVeHnbKouM .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-tVeHnbKouM .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tVeHnbKouM .modal-footer {
    padding: 1rem;
  }
}
.cid-tVeHnbKouM .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tVeHnbKouM .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tVeHnbKouM .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tVeHnbKouM .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tVeHnbKouM .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tVeHnbKouM .modal-lg,
  .cid-tVeHnbKouM .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tVeHnbKouM .modal-xl {
    max-width: 1140px;
  }
}
.cid-tVeHnbKouM .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tVeHnbKouM .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-tVeHnbKouM .form-group {
  margin-bottom: 1rem;
}
.cid-tVeHnbKouM .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tVeHnbKouM .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tVeHnbKouM .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-tVeHnbKouM .mbr-section-btn {
  margin: 0;
}
.cid-tVeHnbKouM .mbr-section-btn .btn {
  margin: 0;
}
.cid-tVf1ikeCa6.popup-builder {
  background-color: #ffffff;
}
.cid-tVf1ikeCa6.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tVf1ikeCa6.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tVf1ikeCa6 .modal-content,
.cid-tVf1ikeCa6 .modal-dialog {
  height: auto;
}
.cid-tVf1ikeCa6 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tVf1ikeCa6 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tVf1ikeCa6 .form-wrapper .mbr-form .form-group,
  .cid-tVf1ikeCa6 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tVf1ikeCa6 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tVf1ikeCa6 .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-tVf1ikeCa6 .mbr-text {
  text-align: center;
  color: #13287d;
}
.cid-tVf1ikeCa6 .pt-0 {
  padding-top: 0 !important;
}
.cid-tVf1ikeCa6 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tVf1ikeCa6 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tVf1ikeCa6 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tVf1ikeCa6 .modal-open {
  overflow: hidden;
}
.cid-tVf1ikeCa6 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tVf1ikeCa6 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tVf1ikeCa6 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tVf1ikeCa6 .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-tVf1ikeCa6 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tVf1ikeCa6 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tVf1ikeCa6 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tVf1ikeCa6 .modal-content {
  background: #ffc600;
  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-tVf1ikeCa6 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tVf1ikeCa6 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tVf1ikeCa6 .modal-backdrop.fade {
  opacity: 0;
}
.cid-tVf1ikeCa6 .modal-backdrop.show {
  opacity: .5;
}
.cid-tVf1ikeCa6 .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-tVf1ikeCa6 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tVf1ikeCa6 .modal-header {
    padding: 1rem;
  }
}
.cid-tVf1ikeCa6 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tVf1ikeCa6 .modal-header .close svg {
  fill: #353535;
}
.cid-tVf1ikeCa6 .modal-header .close:hover {
  opacity: 1;
}
.cid-tVf1ikeCa6 .modal-header .close:focus {
  outline: none;
}
.cid-tVf1ikeCa6 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #14287f;
}
.cid-tVf1ikeCa6 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tVf1ikeCa6 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tVf1ikeCa6 .modal-body {
    padding: 1rem;
  }
}
.cid-tVf1ikeCa6 .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-tVf1ikeCa6 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tVf1ikeCa6 .modal-footer {
    padding: 1rem;
  }
}
.cid-tVf1ikeCa6 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tVf1ikeCa6 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tVf1ikeCa6 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tVf1ikeCa6 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tVf1ikeCa6 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tVf1ikeCa6 .modal-lg,
  .cid-tVf1ikeCa6 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tVf1ikeCa6 .modal-xl {
    max-width: 1140px;
  }
}
.cid-tVf1ikeCa6 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tVf1ikeCa6 .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-tVf1ikeCa6 .form-group {
  margin-bottom: 1rem;
}
.cid-tVf1ikeCa6 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tVf1ikeCa6 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tVf1ikeCa6 .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-tVf1ikeCa6 .mbr-section-btn {
  margin: 0;
}
.cid-tVf1ikeCa6 .mbr-section-btn .btn {
  margin: 0;
}
.cid-tVf2NHSEiI.popup-builder {
  background-color: #ffffff;
}
.cid-tVf2NHSEiI.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tVf2NHSEiI.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tVf2NHSEiI .modal-content,
.cid-tVf2NHSEiI .modal-dialog {
  height: auto;
}
.cid-tVf2NHSEiI .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tVf2NHSEiI .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tVf2NHSEiI .form-wrapper .mbr-form .form-group,
  .cid-tVf2NHSEiI .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tVf2NHSEiI .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tVf2NHSEiI .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-tVf2NHSEiI .mbr-text {
  text-align: center;
  color: #13287d;
}
.cid-tVf2NHSEiI .pt-0 {
  padding-top: 0 !important;
}
.cid-tVf2NHSEiI .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tVf2NHSEiI .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tVf2NHSEiI .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tVf2NHSEiI .modal-open {
  overflow: hidden;
}
.cid-tVf2NHSEiI .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tVf2NHSEiI .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tVf2NHSEiI .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tVf2NHSEiI .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-tVf2NHSEiI .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tVf2NHSEiI .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tVf2NHSEiI .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tVf2NHSEiI .modal-content {
  background: #ffc600;
  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-tVf2NHSEiI .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tVf2NHSEiI .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tVf2NHSEiI .modal-backdrop.fade {
  opacity: 0;
}
.cid-tVf2NHSEiI .modal-backdrop.show {
  opacity: .5;
}
.cid-tVf2NHSEiI .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-tVf2NHSEiI .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tVf2NHSEiI .modal-header {
    padding: 1rem;
  }
}
.cid-tVf2NHSEiI .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tVf2NHSEiI .modal-header .close svg {
  fill: #353535;
}
.cid-tVf2NHSEiI .modal-header .close:hover {
  opacity: 1;
}
.cid-tVf2NHSEiI .modal-header .close:focus {
  outline: none;
}
.cid-tVf2NHSEiI .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #14287f;
}
.cid-tVf2NHSEiI .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tVf2NHSEiI .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tVf2NHSEiI .modal-body {
    padding: 1rem;
  }
}
.cid-tVf2NHSEiI .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-tVf2NHSEiI .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tVf2NHSEiI .modal-footer {
    padding: 1rem;
  }
}
.cid-tVf2NHSEiI .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tVf2NHSEiI .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tVf2NHSEiI .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tVf2NHSEiI .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tVf2NHSEiI .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tVf2NHSEiI .modal-lg,
  .cid-tVf2NHSEiI .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tVf2NHSEiI .modal-xl {
    max-width: 1140px;
  }
}
.cid-tVf2NHSEiI .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tVf2NHSEiI .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-tVf2NHSEiI .form-group {
  margin-bottom: 1rem;
}
.cid-tVf2NHSEiI .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tVf2NHSEiI .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tVf2NHSEiI .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-tVf2NHSEiI .mbr-section-btn {
  margin: 0;
}
.cid-tVf2NHSEiI .mbr-section-btn .btn {
  margin: 0;
}
.cid-tVdThI5X3f {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (min-width: 992px) {
  .cid-tVdThI5X3f {
    flex-wrap: wrap;
  }
  .cid-tVdThI5X3f .navbar > .container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 992px) {
  .cid-tVdThI5X3f .opened .container {
    flex-wrap: wrap;
  }
}
.cid-tVdThI5X3f .opened .container .navbar-collapse {
  width: 100%;
}
.cid-tVdThI5X3f .btn {
  padding: 0.3rem 2rem;
}
.cid-tVdThI5X3f .nav-link {
  position: relative;
}
.cid-tVdThI5X3f .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #13287d;
}
.cid-tVdThI5X3f .nav-link:hover:before {
  width: 100%;
}
.cid-tVdThI5X3f nav.navbar {
  position: fixed;
}
.cid-tVdThI5X3f .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tVdThI5X3f .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tVdThI5X3f .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tVdThI5X3f .dropdown-item:hover,
.cid-tVdThI5X3f .dropdown-item:focus {
  background: #13287d !important;
  color: white !important;
}
.cid-tVdThI5X3f .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tVdThI5X3f .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tVdThI5X3f .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-tVdThI5X3f .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tVdThI5X3f .container {
  display: flex;
  margin: auto;
}
.cid-tVdThI5X3f .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tVdThI5X3f .dropdown-menu,
.cid-tVdThI5X3f .navbar.opened {
  background: #ffffff !important;
}
.cid-tVdThI5X3f .nav-item:focus,
.cid-tVdThI5X3f .nav-link:focus {
  outline: none;
}
.cid-tVdThI5X3f .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tVdThI5X3f .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tVdThI5X3f .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tVdThI5X3f .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tVdThI5X3f .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tVdThI5X3f .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tVdThI5X3f .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff !important;
  transition: all 0.3s;
}
.cid-tVdThI5X3f .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-tVdThI5X3f .navbar.opened {
  transition: all 0.3s;
}
.cid-tVdThI5X3f .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tVdThI5X3f .navbar .navbar-logo img {
  width: auto;
}
.cid-tVdThI5X3f .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-tVdThI5X3f .navbar.collapsed {
  justify-content: center;
}
.cid-tVdThI5X3f .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tVdThI5X3f .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tVdThI5X3f .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.8rem);
  }
}
.cid-tVdThI5X3f .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tVdThI5X3f .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tVdThI5X3f .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tVdThI5X3f .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tVdThI5X3f .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tVdThI5X3f .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tVdThI5X3f .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tVdThI5X3f .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tVdThI5X3f .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tVdThI5X3f .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tVdThI5X3f .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tVdThI5X3f .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tVdThI5X3f .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tVdThI5X3f .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tVdThI5X3f .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tVdThI5X3f .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tVdThI5X3f .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tVdThI5X3f .navbar.navbar-short {
  min-height: 60px;
}
.cid-tVdThI5X3f .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tVdThI5X3f .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tVdThI5X3f .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tVdThI5X3f .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tVdThI5X3f .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tVdThI5X3f .dropdown-item.active,
.cid-tVdThI5X3f .dropdown-item:active {
  background-color: transparent;
}
.cid-tVdThI5X3f .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tVdThI5X3f .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tVdThI5X3f .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tVdThI5X3f .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tVdThI5X3f .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tVdThI5X3f .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tVdThI5X3f ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tVdThI5X3f .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tVdThI5X3f button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tVdThI5X3f button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #13287d;
}
.cid-tVdThI5X3f button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tVdThI5X3f button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tVdThI5X3f button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tVdThI5X3f button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tVdThI5X3f nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tVdThI5X3f nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tVdThI5X3f nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tVdThI5X3f nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tVdThI5X3f .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tVdThI5X3f a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tVdThI5X3f .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tVdThI5X3f .navbar {
    height: 70px;
  }
  .cid-tVdThI5X3f .navbar.opened {
    height: auto;
  }
  .cid-tVdThI5X3f .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tVetyjQH0a {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tVetyjQH0a .mbr-section-subtitle {
  color: #279e64;
}
.cid-tVetyjQH0a .mbr-section-title {
  color: #ffc600;
  text-align: center;
}
.cid-tVetyjQH0a img {
  width: 100%;
}
.cid-tVetyjQH0a .mbr-text {
  color: #83868c;
}
.cid-tVetyjQH0a .mbr-section-btn {
  margin-top: 40px;
}
.cid-tVetyjQH0a .mbr-section-btn .btn {
  margin-left: 0 !important;
}
@media (max-width: 768px) {
  .cid-tVetyjQH0a * {
    text-align: left;
  }
}
.cid-tVetyjQH0a .cards-wrap {
  flex-direction: column;
}
.cid-tVetyjQH0a .wrapper {
  border-radius: 0.25rem;
  margin-bottom: 26px;
  display: flex;
}
.cid-tVetyjQH0a .wrapper .img {
  margin-bottom: 20px;
  margin-right: 25px;
  background-color: #279e64;
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-tVetyjQH0a .wrapper .img:hover {
  -webkit-animation-name: animation-wobble-vertical;
  animation-name: animation-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.cid-tVetyjQH0a .wrapper .img .mbr-iconfont {
  font-size: 1.875rem;
  top: 0;
  color: #ffffff;
  border-radius: 50%;
}
.cid-tVetyjQH0a .wrapper .content .mbr-card-title {
  color: #13287d;
  margin-bottom: 10px;
}
.cid-tVetyjQH0a .wrapper .content .mbr-text {
  margin-bottom: 19px;
  color: #83868c;
}
@-webkit-keyframes animation-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes animation-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-tVetyjQH0a .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVetyjQH0a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVeu5P8vG9 {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tVeu5P8vG9 .mbr-section-subtitle {
  color: #279e64;
}
.cid-tVeu5P8vG9 .mbr-section-title {
  color: #13287d;
}
.cid-tVeu5P8vG9 img {
  width: 100%;
}
.cid-tVeu5P8vG9 .mbr-text {
  color: #83868c;
}
.cid-tVeu5P8vG9 .mbr-section-btn {
  margin-top: 40px;
}
.cid-tVeu5P8vG9 .mbr-section-btn .btn {
  margin-left: 0 !important;
}
@media (max-width: 768px) {
  .cid-tVeu5P8vG9 * {
    text-align: left;
  }
}
.cid-tVeu5P8vG9 .cards-wrap {
  flex-direction: column;
}
.cid-tVeu5P8vG9 .wrapper {
  border-radius: 0.25rem;
  margin-bottom: 26px;
  display: flex;
}
.cid-tVeu5P8vG9 .wrapper .img {
  margin-bottom: 20px;
  margin-right: 25px;
  background-color: #279e64;
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-tVeu5P8vG9 .wrapper .img:hover {
  -webkit-animation-name: animation-wobble-vertical;
  animation-name: animation-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.cid-tVeu5P8vG9 .wrapper .img .mbr-iconfont {
  font-size: 1.875rem;
  top: 0;
  color: #ffffff;
  border-radius: 50%;
}
.cid-tVeu5P8vG9 .wrapper .content .mbr-card-title {
  color: #13287d;
  margin-bottom: 10px;
}
.cid-tVeu5P8vG9 .wrapper .content .mbr-text {
  margin-bottom: 19px;
  color: #83868c;
}
@-webkit-keyframes animation-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes animation-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-tVeu5P8vG9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVeu5P8vG9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVdThvYSeQ {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tVdThvYSeQ .content-inner .left-content {
  display: block;
}
.cid-tVdThvYSeQ .content-inner .left-content .mbr-section-title {
  color: #ffffff;
  margin-bottom: 11px;
}
.cid-tVdThvYSeQ .content-inner .left-content .mbr-text {
  color: #ffffff;
}
.cid-tVdThvYSeQ .content-inner .right-content {
  display: block;
}
.cid-tVdThvYSeQ .content-inner .right-content .mbr-text {
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 17px;
  letter-spacing: .02em;
}
.cid-tVdThvYSeQ .content-inner .right-content .mbr-section-btn .btn {
  border-radius: 30px;
  padding: 18px 42px !important;
}
.cid-tVdThvYSeQ .content-inner .right-content .mbr-section-btn .btn-white {
  color: #000000 !important;
}
.cid-tVdThvYSeQ .content-inner .right-content .mbr-section-btn .btn-white:hover {
  background-color: #ffc600 !important;
  border-color: #ffc600 !important;
}
@media (max-width: 991px) {
  .cid-tVdThvYSeQ .content-inner {
    justify-content: center !important;
  }
  .cid-tVdThvYSeQ * {
    text-align: center;
  }
}
.cid-tVdThvYSeQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVdThvYSeQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVdThvYSeQ .content-inner .left-content .mbr-section-title,
.cid-tVdThvYSeQ .mbr-section-btn {
  color: #5a67a1;
}
.cid-tVdThvYSeQ .content-inner .left-content .mbr-text,
.cid-tVdThvYSeQ .mbr-section-btn {
  color: #5a67a1;
}
.cid-tVdThvYSeQ .content-inner .right-content .mbr-text,
.cid-tVdThvYSeQ .mbr-section-btn {
  color: #5a67a1;
}
.cid-tVdThwzPlN {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-color: #e3d6eb;
}
.cid-tVdThwzPlN .content {
  margin-left: 6rem;
}
@media (max-width: 1199px) {
  .cid-tVdThwzPlN .content {
    margin-left: 35px;
  }
}
@media (max-width: 959px) {
  .cid-tVdThwzPlN .content {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-bottom: 250px;
  }
}
@media (max-width: 959px) and (max-width: 690px) {
  .cid-tVdThwzPlN .content {
    padding-bottom: 0;
  }
}
.cid-tVdThwzPlN .title-wrap {
  display: flex;
}
@media (max-width: 959px) {
  .cid-tVdThwzPlN .title-wrap {
    display: block;
  }
}
.cid-tVdThwzPlN .mbr-section-title {
  color: #1f1437;
}
.cid-tVdThwzPlN .mbr-title-addition {
  color: #1f1437;
  align-self: flex-end;
  margin-bottom: 20px;
}
.cid-tVdThwzPlN .mbr-title-addition span {
  position: relative;
}
.cid-tVdThwzPlN .mbr-title-addition span svg {
  position: absolute;
  left: 0;
  bottom: -12px;
  width: 150%;
  height: 9px;
}
@media (max-width: 959px) {
  .cid-tVdThwzPlN .mbr-title-addition span svg {
    left: -12px;
  }
}
.cid-tVdThwzPlN .mbr-title-addition span svg path {
  fill: #33d5ad;
}
.cid-tVdThwzPlN .mbr-section-subtitle {
  color: #1f1437;
}
.cid-tVdThwzPlN .mbr-section-subtitle span {
  position: relative;
}
.cid-tVdThwzPlN .mbr-section-subtitle span svg {
  position: absolute;
  right: -50px;
  bottom: 50px;
  transform: rotate(20deg);
  width: 68px;
  height: 62px;
}
.cid-tVdThwzPlN .mbr-section-subtitle span svg path {
  fill: #1f1437;
}
@media (max-width: 599px) {
  .cid-tVdThwzPlN .mbr-section-subtitle span svg {
    display: none;
  }
}
.cid-tVdThwzPlN .mbr-text {
  color: #1f1437;
  margin: 40px 0;
}
.cid-tVdThwzPlN .mbr-section-btn {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 959px) {
  .cid-tVdThwzPlN .mbr-section-btn {
    justify-content: center!important;
  }
}
.cid-tVdThwzPlN .right-images {
  position: absolute;
  width: 65%;
  height: 100%;
  top: 0;
  right: 0;
  overflow: hidden;
}
@media (max-width: 959px) {
  .cid-tVdThwzPlN .right-images {
    display: none;
  }
}
.cid-tVdThwzPlN .animated-container {
  width: 150%;
  height: 200%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: flex-start;
  transform: rotate(25deg);
}
.cid-tVdThwzPlN .img {
  width: 270px;
  height: 200px;
  margin: 0.5rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.cid-tVdThwzPlN .img1 {
  background-image: url("../../../assets/images/logo-riobraz-1563x1563.png");
}
.cid-tVdThwzPlN .img2 {
  background-image: url("../../../assets/images/gold-desinfetante-1000x1000.png");
}
.cid-tVdThwzPlN .animated {
  animation: cooky 0.4s infinite linear;
  backface-visibility: hidden;
}
.cid-tVdThwzPlN .bottom-images {
  display: none;
}
@media (max-width: 959px) {
  .cid-tVdThwzPlN .bottom-images {
    display: block;
    position: absolute;
    width: 100%;
    height: 400px;
    left: 0;
    bottom: 0;
    overflow: hidden;
  }
}
@media (max-width: 690px) {
  .cid-tVdThwzPlN .bottom-images {
    display: none;
  }
}
.cid-tVdThwzPlN .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-tVdThwzPlN .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
}
.cid-tVdThwzPlN .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: wavy 35s infinite linear;
  backface-visibility: hidden;
}
.cid-tVdThwzPlN .wave-container .wave svg path {
  fill: #ffffff;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
@keyframes cooky {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  25% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(5deg) scale(1, 1);
    animation-timing-function: linear;
  }
  50% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  75% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(-5deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-tVdThx3fNI {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tVdThx3fNI .mbr-text {
  color: #767676;
}
.cid-tVdThx3fNI .card-box {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-tVdThx3fNI .card-box {
    flex-direction: column;
  }
}
.cid-tVdThx3fNI .line {
  width: calc(100% - 2rem);
  margin: auto;
  height: 2px;
  background: currentColor;
  margin-bottom: 3rem;
}
.cid-tVdThx3fNI .mbr-section-subtitle {
  color: #767676;
}
.cid-tVdThx3fNI .title .num {
  white-space: nowrap;
  width: 100%;
  display: block;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-tVdThx3fNI .title .num {
    padding-right: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-tVdThx3fNI .title .card-title {
  z-index: 1;
}
.cid-tVdThx3fNI h4 {
  margin: 0;
}
.cid-tVdThx3fNI .num {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-tVdThx3fNI .card {
    margin-bottom: 1.5rem;
  }
}
.cid-tVdThx3fNI .card-title,
.cid-tVdThx3fNI .card-img {
  color: #3b5998;
}
.cid-tVdThx3fNI .num,
.cid-tVdThx3fNI .line {
  color: #5a67a1;
}
.cid-tVdThx3fNI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVdThx3fNI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVdThyHOkk {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tVdThyHOkk .contents {
  text-align: center;
  margin-bottom: 54px;
}
.cid-tVdThyHOkk .contents .mbr-subtitle {
  color: #279e64;
  margin-bottom: 10px;
}
.cid-tVdThyHOkk .contents .mbr-section-title {
  margin-bottom: 20px;
  color: #13287d;
}
.cid-tVdThyHOkk .contents .mbr-text {
  color: #83868c;
}
.cid-tVdThyHOkk .card.accentCard .card-wrapper {
  background-color: #279e64;
}
.cid-tVdThyHOkk .card.accentCard .card-wrapper .card-box .card-title {
  color: #ffffff;
}
.cid-tVdThyHOkk .card.accentCard .card-wrapper .card-box .mbr-text {
  color: #ffffff;
}
.cid-tVdThyHOkk .card.accentCard .card-wrapper .card-img {
  box-shadow: -10px -10px 0 0 #63b68f;
  background-color: #ffffff;
}
.cid-tVdThyHOkk .card.accentCard .card-wrapper .card-img .mbr-iconfont {
  color: #279e64 !important;
}
.cid-tVdThyHOkk .card.accentCard .card-wrapper .btn.btn-primary-outline {
  color: #ffffff;
}
.cid-tVdThyHOkk .card-wrapper {
  height: 100%;
  border-radius: 5px;
  border: 1px solid #dcdfe2;
  padding: 50px 35px 31px;
  transition: all 0.3s;
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: center;
}
.cid-tVdThyHOkk .card-wrapper .card-box .card-title {
  color: #13287d;
}
.cid-tVdThyHOkk .card-wrapper .card-box .mbr-text {
  margin-bottom: 25px;
  color: #83868c;
}
.cid-tVdThyHOkk .card-wrapper .card-box .mbr-iconfont {
  padding-left: 0.2rem;
  display: inline-block;
}
.cid-tVdThyHOkk .card-wrapper .card-img {
  margin-bottom: 40px;
  transition: all .3s linear 0s;
  display: inline-flex;
  width: 70px;
  height: 70px;
  border-radius: 5px;
  padding: 13px;
  box-shadow: -10px -10px 0 0 #eeeff2;
  align-items: center;
  justify-content: center;
  background-color: #279e64;
  cursor: pointer;
  position: relative;
}
.cid-tVdThyHOkk .card-wrapper .card-img .mbr-iconfont {
  font-size: 50px;
  color: #ffffff;
}
.cid-tVdThyHOkk .card-wrapper .mbr-link-btn {
  transition: all 0.3s;
  margin-bottom: 20px;
}
.cid-tVdThyHOkk .card-wrapper .mbr-link-btn .btn {
  transition: all 0.3s;
  font-weight: 700;
}
.cid-tVdThyHOkk .card-wrapper .mbr-link-btn .btn.btn-primary-outline {
  color: #13287d;
}
.cid-tVdThyHOkk .card-wrapper .mbr-link-btn .btn .mbr-iconfont {
  font-weight: 700;
  padding-left: 40px !important;
  display: inline;
  transition: transform .3s linear 0s !important;
}
.cid-tVdThyHOkk .card-wrapper .mbr-link-btn:hover .mbr-iconfont {
  transform: translateX(-10px);
}
.cid-tVdThyHOkk .card-wrapper:hover .card-img {
  -webkit-animation: updown 0.45s ease-in-out 0.1s;
  animation: updown 0.45s ease-in-out 0.1s;
}
.cid-tVdThyHOkk .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
}
.cid-tVdThyHOkk .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-tVdThyHOkk .btn[class*="-outline"]:hover span {
  padding-left: 10px;
}
.cid-tVdThyHOkk .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #13287d !important;
  box-shadow: none !important;
}
.cid-tVdThyHOkk .btn[class*="-outline"]:active,
.cid-tVdThyHOkk .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
@media (max-width: 991px) {
  .cid-tVdThyHOkk .card {
    margin-bottom: 15px;
  }
}
@-webkit-keyframes updown {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes updown {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-uHeItQ5qXy {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f5f6f8;
}
.cid-uHeItQ5qXy .mbr-shop {
  display: table;
  width: 100%;
  margin: 0;
}
.cid-uHeItQ5qXy .mbr-shop .shoppingcart-icons {
  z-index: 105 !important;
}
.cid-uHeItQ5qXy .mbr-shop .shop-title {
  margin-bottom: 18px;
  padding-left: 25px;
  padding-right: 25px;
  display: inline-block;
  max-width: 80%;
}
.cid-uHeItQ5qXy .btn {
  padding: 0.6rem 2rem;
}
.cid-uHeItQ5qXy .mbr-section-btn {
  text-align: left;
}
.cid-uHeItQ5qXy .img_wraper img {
  border-radius: 8px !important;
}
.cid-uHeItQ5qXy .mbr-shop .sidebar-title {
  line-height: 25px;
}
.cid-uHeItQ5qXy .mbr-shop .shopItemsModal_wraper {
  left: 0rem;
  position: fixed;
  display: none;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(87, 87, 87, 0.4);
  top: 0;
  cursor: pointer;
  z-index: 1040;
}
.cid-uHeItQ5qXy .mbr-shop .card-description {
  cursor: text;
  display: none;
}
.cid-uHeItQ5qXy .mbr-shop .image-modal {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  position: relative;
}
.cid-uHeItQ5qXy .mbr-shop .image-modal img {
  max-width: 100%;
  max-height: 75vh;
}
.cid-uHeItQ5qXy .mbr-shop .hide-modal {
  display: none;
}
.cid-uHeItQ5qXy .mbr-shop .shopItemsModal {
  cursor: default;
  padding: 50px;
  width: 1000px;
  max-width: 100%;
  background-color: #ffffff;
  z-index: 2000;
  overflow: auto;
  position: fixed;
}
.cid-uHeItQ5qXy .mbr-shop .shopItemsModal p {
  margin-bottom: 0;
}
.cid-uHeItQ5qXy .mbr-shop .shopItemsModal ul {
  margin-bottom: 0;
}
.cid-uHeItQ5qXy .mbr-shop .shopItemsModal .card-description {
  display: block;
  width: 100%;
}
.cid-uHeItQ5qXy .mbr-shop .shopItemsModal .close-modal {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-uHeItQ5qXy .mbr-shop .shopItemsModal .close-modal:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-uHeItQ5qXy .mbr-shop .test-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.cid-uHeItQ5qXy .mbr-shop .filter-by-pu,
.cid-uHeItQ5qXy .mbr-shop .filter-by-pd,
.cid-uHeItQ5qXy .mbr-shop .filter-by-d {
  display: inline-block;
  margin-right: 3px;
}
.cid-uHeItQ5qXy .mbr-shop .sort-buttons {
  padding-bottom: 0.2rem;
  margin-right: 13px;
  text-align: right;
}
.cid-uHeItQ5qXy .mbr-shop .galleryItem:before {
  width: 0 !important;
  height: 0 !important;
}
.cid-uHeItQ5qXy .mbr-shop .modal-dialog {
  max-width: 700px;
}
.cid-uHeItQ5qXy .mbr-shop .mbr-gallery-item {
  left: 0 !important;
  top: 0 !important;
  vertical-align: top;
  position: relative !important;
  -webkit-transform: none !important;
  transform: none !important;
  padding: 10px;
}
.cid-uHeItQ5qXy .mbr-shop .galleryItem h4,
.cid-uHeItQ5qXy .mbr-shop .carousel-item h4 {
  font-style: normal;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
  margin-bottom: 0.3rem;
  padding-top: 15px;
  transition: color 0.5s;
}
.cid-uHeItQ5qXy .mbr-shop .galleryItem h5,
.cid-uHeItQ5qXy .mbr-shop .carousel-item h5 {
  font-style: italic;
  font-weight: 400;
  line-height: 22.36px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
}
.cid-uHeItQ5qXy .mbr-shop .galleryItem p,
.cid-uHeItQ5qXy .mbr-shop .carousel-item p {
  font-style: italic;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0px;
  text-align: center;
  display: inline;
}
.cid-uHeItQ5qXy .mbr-shop .item-button {
  text-align: center;
}
.cid-uHeItQ5qXy .mbr-shop .modalButton {
  display: inline-block;
  float: right;
  margin-right: 10px;
}
.cid-uHeItQ5qXy .mbr-shop .modalButton.btn-success {
  right: 15%;
}
.cid-uHeItQ5qXy .mbr-shop .sidebar {
  margin-top: 15px;
  position: relative;
}
.cid-uHeItQ5qXy .mbr-shop .sidebar-block {
  position: relative;
}
.cid-uHeItQ5qXy .sidebar-background {
  padding-top: 2rem;
}
.cid-uHeItQ5qXy .mbr-shop .sidebar-background:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 102%;
  background-color: rgba(0, 0, 0, 0);
  top: -20px;
  right: 3px;
}
.cid-uHeItQ5qXy .mbr-shop .bestsellers {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  margin-bottom: 20px;
}
.cid-uHeItQ5qXy .mbr-shop .bestsellers .onsale {
  top: -15px;
  font-weight: 700 !important;
}
.cid-uHeItQ5qXy a {
  font-weight: 700 !important;
}
.cid-uHeItQ5qXy li {
  font-weight: 700 !important;
}
.cid-uHeItQ5qXy .mbr-shop .bestsellers .price-block {
  padding-top: 5px;
  text-align: left;
  line-height: 1;
}
.cid-uHeItQ5qXy .mbr-shop .bestsellers .mbr-gallery-item {
  width: 100%;
}
.cid-uHeItQ5qXy .mbr-shop .bestsellers .mbr-gallery-item img {
  width: 80px;
  float: left;
  margin-right: 20px;
}
.cid-uHeItQ5qXy .mbr-shop .bestsellers .mbr-gallery-item h4 {
  text-align: left;
  padding-bottom: 5px;
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-uHeItQ5qXy .mbr-shop .bestsellers .mbr-gallery-item h5 {
  text-align: left;
  display: none;
}
.cid-uHeItQ5qXy .mbr-shop .bestsellers .mbr-gallery-item p {
  text-align: left;
}
.cid-uHeItQ5qXy .mbr-shop .bestsellers .btn {
  display: none;
}
.cid-uHeItQ5qXy .mbr-shop .bestsellers-img {
  display: inline-block;
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.cid-uHeItQ5qXy .mbr-shop .bestsellers-title {
  display: inline-block;
}
.cid-uHeItQ5qXy .mbr-shop .onsale {
  position: absolute;
  top: 8px;
  left: 8px;
  display: block;
  transition: color 0.3s ease;
  text-align: center;
  z-index: 95;
  height: 30px;
  color: #354463;
  padding: 3px 14px 5px 14px;
  background: #c1f7d5;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0px;
}
.cid-uHeItQ5qXy .mbr-shop .mbr-gallery-item__hided {
  display: none;
}
.cid-uHeItQ5qXy .mbr-shop .mbr-gallery-item__hided h4,
.cid-uHeItQ5qXy .mbr-shop .mbr-gallery-item__hided h5,
.cid-uHeItQ5qXy .mbr-shop .mbr-gallery-item__hided p {
  display: none;
}
.cid-uHeItQ5qXy .mbr-shop .mbr-gallery-item__hided .btn {
  display: none;
}
.cid-uHeItQ5qXy .mbr-shop .galleryItem .price-block {
  display: block;
  margin-bottom: 8px;
}
.cid-uHeItQ5qXy .mbr-shop .galleryItem .price-block span {
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
}
.cid-uHeItQ5qXy .mbr-shop .mbr-gallery-filter {
  padding-left: 0;
  text-align: left;
  padding-top: 0;
}
.cid-uHeItQ5qXy .mbr-shop .mbr-gallery-filter ul li {
  position: relative;
  padding: 7px 0 7px 0px;
  border-bottom: 1px dotted #d6d6d6;
  margin: 0;
  font-style: normal;
  font-weight: 400;
  line-height: 24.99px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
  direction: ltr;
  border: none;
  display: list-item;
  text-align: left;
  transition: all 0.3s ease-out;
  cursor: pointer;
}
.cid-uHeItQ5qXy .mbr-shop .mbr-gallery-filter ul li.active {
  background-color: transparent;
  font-weight: bold;
}
.cid-uHeItQ5qXy .mbr-shop .mbr-gallery-filter ul li:hover {
  color: #354463;
}
.cid-uHeItQ5qXy .mbr-shop .range-slider {
  padding-bottom: 25px;
}
.cid-uHeItQ5qXy .mbr-shop .filter-cost {
  display: block;
  vertical-align: middle;
  max-width: 250px;
  text-align: left;
  position: relative;
  margin-bottom: 30px;
}
.cid-uHeItQ5qXy .mbr-shop .filter-cost p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 21px;
  color: #13287d;
  font-weight: bold;
}
.cid-uHeItQ5qXy .mbr-shop .price-controls {
  position: relative;
  height: 36px;
  margin-bottom: 30px;
  border-radius: 2px;
  font-size: 0;
}
.cid-uHeItQ5qXy .mbr-shop .price-controls label {
  display: inline-block;
  width: 50%;
  font-size: 14px;
  line-height: 32px;
  color: #13287d;
  font-weight: normal;
  cursor: pointer;
}
.cid-uHeItQ5qXy .mbr-shop .price-controls input {
  width: 100%;
  background-color: #f0edeb;
  border-radius: 25px;
  color: #87817d;
  font-size: 14px;
  font-weight: 700;
  border: none;
  line-height: 31px;
  height: 50px;
  text-align: center;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-uHeItQ5qXy .mbr-shop .range-controls {
  position: relative;
  margin-top: 3.2rem;
}
.cid-uHeItQ5qXy .mbr-shop .range-controls .scale {
  width: 100%;
  height: 2px;
  background-color: rgba(190, 190, 190, 0.3);
}
.cid-uHeItQ5qXy .mbr-shop .range-controls .bar {
  margin-left: 0;
  height: 4px;
  background-color: #e2e3e7;
  border-radius: 4px;
}
.cid-uHeItQ5qXy .mbr-shop .toggle {
  position: absolute;
  top: -9px;
  height: 14px;
  width: 14px;
  border: 2px solid #e2e3e7;
  border-radius: 100%;
  box-sizing: content-box;
  background-color: #ffffff;
  cursor: pointer;
}
.cid-uHeItQ5qXy .mbr-shop .toggle::after {
  content: "";
  display: block;
  height: 8px;
  width: 8px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #354463;
  border-radius: 50%;
}
.cid-uHeItQ5qXy .mbr-shop .toggle:hover,
.cid-uHeItQ5qXy .mbr-shop .toggle:active {
  background-color: #c0a375;
}
.cid-uHeItQ5qXy .mbr-shop .min-toggle {
  left: 0;
}
.cid-uHeItQ5qXy .mbr-shop .max-toggle {
  right: 0;
}
.cid-uHeItQ5qXy .mbr-shop .hided-by-price {
  display: none;
}
.cid-uHeItQ5qXy .mbr-shop .text-modal {
  padding-right: 30px;
  padding-left: 30px;
}
.cid-uHeItQ5qXy .mbr-shop .text-modal .item-button {
  text-align: left !important;
}
.cid-uHeItQ5qXy .mbr-shop .text-modal .price-block {
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-uHeItQ5qXy .mbr-shop .text-modal .price-block p {
  display: inline;
}
.cid-uHeItQ5qXy .mbr-shop .text-modal .price-block span {
  display: inline;
  font-weight: 700;
  padding: 10px 0 20px 0;
}
.cid-uHeItQ5qXy .mbr-shop .text-modal .card-description {
  padding-top: 20px;
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 50px;
}
.cid-uHeItQ5qXy .mbr-shop .modal-control-panel {
  padding-right: 0;
}
.cid-uHeItQ5qXy .mbr-shop .modal-cb {
  display: inline-block;
  float: right;
  margin-right: 10px;
  margin-left: 10px;
}
.cid-uHeItQ5qXy .mbr-shop .shopItemsModalBg {
  width: 100%;
  height: 100%;
}
.cid-uHeItQ5qXy .mbr-shop .close-modal-wrapper {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
}
.cid-uHeItQ5qXy .mbr-shop .close-modal-wrapper:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 3px;
  background-color: #cccccc;
  top: 50%;
  right: 5%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-uHeItQ5qXy .mbr-shop .close-modal-wrapper:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 40px;
  background-color: #cccccc;
  right: 50%;
  top: 5%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-uHeItQ5qXy .mbr-shop .closeModal {
  position: absolute;
  top: 0;
  right: 0;
}
.cid-uHeItQ5qXy .mbr-shop .galleryItem .sidebar_wraper {
  text-align: center;
}
.cid-uHeItQ5qXy .mbr-shop .shopItemsModal .sidebar_wraper {
  text-align: left;
}
.cid-uHeItQ5qXy .mbr-shop .shopItemsModal .onsale {
  top: 10px;
  right: 10px;
  border: 1px solid #e7e7e7;
}
.cid-uHeItQ5qXy .mbr-shop .shop-items .onsale,
.cid-uHeItQ5qXy .mbr-shop .bestseller-block .onsale {
  font-size: 15px !important;
}
.cid-uHeItQ5qXy .mbr-shop .item_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: transparent;
}
.cid-uHeItQ5qXy .mbr-shop .style_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}
.cid-uHeItQ5qXy .mbr-shop .price-range {
  display: inline-block;
}
.cid-uHeItQ5qXy .mbr-shop .price-range-reset {
  display: inline-block;
}
.cid-uHeItQ5qXy .mbr-shop .bestsellers .item-button {
  display: none !important;
}
.cid-uHeItQ5qXy .mbr-shop .range-slider h4 {
  margin-bottom: 15px;
}
.cid-uHeItQ5qXy .mbr-shop .mbr-gallery-filter ul {
  padding-left: 0px;
  display: inline-block;
  list-style: none;
  margin-bottom: 0px;
}
.cid-uHeItQ5qXy .mbr-shop .categories:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 767px) and (max-width: 1100px) {
  .cid-uHeItQ5qXy .mbr-shop .col-md-9 {
    width: 100%;
  }
  .cid-uHeItQ5qXy .mbr-shop .col-md-3 {
    width: 100%;
  }
  .cid-uHeItQ5qXy .mbr-shop .sidebar-background:after {
    top: 0;
  }
  .cid-uHeItQ5qXy .mbr-shop .bestseller-block {
    width: 100%;
    margin: 0;
    display: inline-block;
    float: left;
    padding-top: 15px;
  }
  .cid-uHeItQ5qXy .mbr-shop .range-slider {
    width: 49%;
    margin: 0;
    display: inline-block;
    float: right;
    padding-top: 15px;
  }
  .cid-uHeItQ5qXy .mbr-shop .bestsellers {
    width: 100%;
  }
  .cid-uHeItQ5qXy .mbr-shop .bestsellers .mbr-gallery-item {
    width: 49%;
    display: inline-block;
  }
  .cid-uHeItQ5qXy .mbr-shop .sidebar-categories {
    width: 49%;
    margin: 0;
    display: inline-block;
    padding-top: 15px;
  }
  .cid-uHeItQ5qXy .mbr-shop .price-range {
    max-width: 250px;
    text-align: center;
  }
  .cid-uHeItQ5qXy .clearfix:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uHeItQ5qXy .mbr-shop .mbr-gallery-item {
    width: 33%;
  }
}
@media (max-width: 500px) {
  .cid-uHeItQ5qXy .mbr-shop .shopItemsModal {
    padding: 50px 10px 10px 10px;
  }
  .cid-uHeItQ5qXy .mbr-shop .shop-title {
    max-width: 100%;
  }
  .cid-uHeItQ5qXy .mbr-shop .mbr-gallery-item {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .cid-uHeItQ5qXy .mbr-shop .sort-buttons {
    text-align: center;
    margin-right: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-uHeItQ5qXy .mbr-shop .image-modal {
    text-align: center;
  }
  .cid-uHeItQ5qXy .mbr-shop .image-modal img {
    max-height: 50vh;
    width: auto;
    max-width: 100%;
  }
  .cid-uHeItQ5qXy .mbr-shop .shopItemsModal {
    top: 15%;
    bottom: 70px;
    left: 10%;
    width: 80%;
  }
  .cid-uHeItQ5qXy .mbr-shop .shopItemsModal .image-modal {
    padding-right: 0;
  }
  .cid-uHeItQ5qXy .mbr-shop .sidebar-background:after {
    top: -1%;
  }
  .cid-uHeItQ5qXy .row {
    padding: 0;
  }
}
@media (max-width: 1100px) {
  .cid-uHeItQ5qXy .mbr-shop .shopItemsModal {
    max-height: 85vh;
    width: 90%;
    left: 5%;
    margin-left: 0;
  }
  .cid-uHeItQ5qXy .mbr-shop .sort-buttons {
    margin-right: 21px;
  }
  .cid-uHeItQ5qXy .mbr-shop .sidebar-background:after {
    right: 0;
    width: 100%;
  }
  .cid-uHeItQ5qXy .mbr-shop .text-modal .card-description {
    width: 100%;
  }
  .cid-uHeItQ5qXy .mbr-shop .text-modal .price-block {
    width: 100%;
  }
  .cid-uHeItQ5qXy .mbr-shop .text-modal h4 {
    padding-top: 30px;
  }
}
.cid-uHeItQ5qXy .shopItemsModal_wraper .mbr-section-btn {
  display: block !important;
}
.cid-uHeItQ5qXy .range-slider .mbr-section-btn {
  margin: 0;
}
.cid-uHeItQ5qXy .oldprice {
  color: #767676;
  padding-left: 0.8rem !important;
  text-decoration: line-through;
}
.cid-uHeItQ5qXy .range-controls {
  display: block !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uHeItQ5qXy .shopItemsModal.row {
    position: absolute !important;
    top: calc(50% - 300px) !important;
    left: calc(50% - 500px) !important;
  }
}
.cid-uHeItQ5qXy LI {
  color: #354463;
}
.cid-uHeItQ5qXy .sidebar-title {
  color: #354463;
}
.cid-uHeItQ5qXy .item-title {
  text-align: left;
  color: #777777;
}
.cid-uHeItQ5qXy .display-7 {
  font-weight: 700 !important;
}
.cid-uHeItQ5qXy .shop-item-price,
.cid-uHeItQ5qXy .price-block {
  text-align: left;
  color: #354463;
  font-weight: 700 !important;
}
@media (max-width: 576px) {
  .cid-uHeItQ5qXy .mbr-shop .mbr-gallery-item,
  .cid-uHeItQ5qXy .wrapper-shop-items,
  .cid-uHeItQ5qXy .sidebar-block,
  .cid-uHeItQ5qXy .sidebar-title,
  .cid-uHeItQ5qXy .categories {
    padding-right: 0px;
    padding-left: 0px;
  }
  .cid-uHeItQ5qXy .filter-cost {
    max-width: 100% !important;
  }
  .cid-uHeItQ5qXy .range-slider,
  .cid-uHeItQ5qXy .categories,
  .cid-uHeItQ5qXy .bestseller-block {
    text-align: center;
  }
}
.cid-uHeItQ5qXy .wrapper-shop-items {
  order: 1;
}
.cid-uHeItQ5qXy .btn-sm {
  border: 2px solid #83868c;
  border-radius: 50px;
  padding: 0.8rem 2rem;
}
.cid-uHeItQ5qXy .galleryItem {
  box-shadow: 0 3px 15px 2px rgba(0, 0, 0, 0.04);
  padding: 1rem 1rem;
  transition: 0.3s;
}
.cid-uHeItQ5qXy .mbr-gallery-item:hover .galleryItem {
  box-shadow: 0 3px 15px 2px rgba(0, 0, 0, 0.2);
}
.cid-uHeItQ5qXy .bestsellers .mbr-gallery-item {
  padding: 0rem !important;
  width: 100% !important;
}
.cid-uHeItQ5qXy .min-price {
  padding-right: 1rem;
}
.cid-uHeItQ5qXy .max-price {
  padding-left: 1rem;
}
.cid-uHeItQ5qXy .btn-secondary {
  color: #333 !important;
  background-color: transparent !important;
}
.cid-uHeItQ5qXy .btn-secondary:hover {
  background-color: transparent !important;
  opacity: 0.5;
  transform: translate(0);
}
.cid-uHeItQ5qXy a,
.cid-uHeItQ5qXy a:hover {
  color: #354463 !important;
}
.cid-uHeItQ5qXy .sidebar {
  background-color: #ffffff;
  margin-bottom: 1rem;
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-uHeItQ5qXy .wrapper-shop-items {
    padding: 0;
  }
  .cid-uHeItQ5qXy .row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-uHeItQ5qXy .mbr-gallery-item {
    padding: 1rem !important;
    width: 33.333% !important;
  }
  .cid-uHeItQ5qXy .row {
    padding: 0;
  }
}
.cid-uHeItQ5qXy .row {
  margin: 0rem;
}
.cid-tVdThzgDMV {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tVdThzgDMV .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-tVdThzgDMV .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-tVdThzgDMV .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-tVdThzgDMV .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-tVdThzgDMV .card-wrapper .card-box .meta::before {
  content: "";
  display: block;
  width: 20px;
  height: 3px;
  background-color: #279e64;
  position: absolute;
  left: 0;
  bottom: -25px;
}
.cid-tVdThzgDMV .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-tVdThzgDMV .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-tVdThzgDMV .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-tVdThzgDMV .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-tVdThzgDMV .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-tVdThzgDMV .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-tVdThzgDMV .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-tVdThzgDMV .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-tVdThzgDMV .card-wrapper .card-box .meta .item-comment:after {
  content: "";
  display: block;
  width: 35px;
  height: 3px;
  background-color: #279e64;
  position: absolute;
  left: 30px;
  bottom: -25px;
}
.cid-tVdThzgDMV .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-tVdThzgDMV .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-tVdThzgDMV .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
}
.cid-tVdThzgDMV .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-tVdThzgDMV .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-tVdThzgDMV .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-tVdThzgDMV .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-tVdThzgDMV .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-tVdThzgDMV .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-tVdThzgDMV * {
    text-align: left;
  }
}
.cid-tVdThzgDMV .img-wrap {
  margin-bottom: 30px;
}
.cid-tVdThzgDMV .img-wrap .wrapper {
  overflow: hidden;
  position: relative;
  height: 100%;
}
.cid-tVdThzgDMV .img-wrap .wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-tVdThzgDMV .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tVdThzgDMV .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tVdThzgDMV .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tVdThzgDMV a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-tVdThzgDMV a.close:hover {
  color: #ffffff;
}
.cid-tVdThA0JtE {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tVdThA0JtE .main {
  margin-bottom: 70px;
}
.cid-tVdThA0JtE .main .mbr-section-subtitle {
  color: #279e64;
  margin-bottom: 10px;
}
.cid-tVdThA0JtE .main .mbr-section-title {
  color: #13287d;
  margin-bottom: 20px;
}
.cid-tVdThA0JtE .main .mbr-text {
  color: #83868c;
}
.cid-tVdThA0JtE .wrapper {
  position: relative;
  padding: 2rem;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 27rem;
  margin-bottom: 30px;
}
.cid-tVdThA0JtE .wrapper .mbr-overlay {
  background: #13287d;
  opacity: 0;
  z-index: 1;
  transition: all 0.4s ease;
  pointer-events: none;
}
.cid-tVdThA0JtE .wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  pointer-events: all;
}
.cid-tVdThA0JtE .wrapper .content-block {
  position: absolute;
  width: 100%;
  z-index: 1;
  bottom: 10%;
  left: 0;
  opacity: 0;
  padding: 0.75rem 2rem;
  transition: all 0.4s ease;
  transform: translateY(15px);
}
.cid-tVdThA0JtE .wrapper .content-block .card-title {
  color: #ffffff;
  transition: all .3s linear 0ms;
}
.cid-tVdThA0JtE .wrapper .content-block .card-title:hover {
  color: #279e64;
}
.cid-tVdThA0JtE .wrapper .content-block .card-subtitle {
  color: #ffffff;
}
.cid-tVdThA0JtE .wrapper .content-block .mbr-link-btn {
  transition: all .3s linear 0ms;
}
.cid-tVdThA0JtE .wrapper .content-block .mbr-link-btn .btn {
  transition: all .3s linear 0ms;
  font-weight: 700;
}
.cid-tVdThA0JtE .wrapper .content-block .mbr-link-btn .btn .mbr-iconfont {
  font-weight: 700;
  padding-left: 40px !important;
  display: inline;
  transition: transform .3s linear 0s !important;
}
.cid-tVdThA0JtE .wrapper .content-block .mbr-link-btn:hover .mbr-iconfont {
  transform: translateX(-10px);
}
.cid-tVdThA0JtE .wrapper:hover .mbr-overlay {
  background: #13287d;
  opacity: 0.9;
  z-index: 1;
}
.cid-tVdThA0JtE .wrapper:hover .content-block {
  opacity: 1;
  transform: translateY(0);
}
.cid-tVdThA0JtE .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
}
.cid-tVdThA0JtE .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-tVdThA0JtE .btn[class*="-outline"]:hover span {
  padding-left: 10px;
}
.cid-tVdThA0JtE .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #279e64 !important;
  box-shadow: none !important;
}
.cid-tVdThA0JtE .btn[class*="-outline"]:active,
.cid-tVdThA0JtE .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-tVdThAozUz {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/background4.jpg");
}
.cid-tVdThAozUz .mbr-iconfont {
  font-size: 50px;
  color: #ffffff;
}
.cid-tVdThAozUz .mbr-section-title {
  color: #ffffff;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 20px;
}
.cid-tVdThAozUz .mbr-section-subtitle {
  color: #ffffff;
  width: 100%;
  position: relative;
  padding-top: 25px;
}
.cid-tVdThAozUz .mbr-section-subtitle::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #fff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-tVdThAozUz .mbr-text {
  color: #ffffff;
  width: 100;
}
.cid-tVdThAozUz .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #279e64;
  margin-left: 0.6rem;
}
.cid-tVdThAozUz .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-tVdThAozUz .mbr-section-btn .btn {
  border-radius: 3px;
  padding: 12px 40px !important;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .cid-tVdThAozUz .separator,
  .cid-tVdThAozUz .sep-holder,
  .cid-tVdThAozUz .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-tVdThAozUz .buttons-wrap {
    flex-direction: column;
  }
}
.cid-tVdThAozUz .items {
  display: flex;
  flex-direction: row;
  position: relative;
  padding-top: 25px;
}
.cid-tVdThAozUz .items::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #ffffff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-tVdThAozUz .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
}
.cid-tVdThAozUz .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 1rem;
  margin: auto;
  color: #ffffff;
}
.cid-tVdThAozUz .items .list-item .text2 {
  display: inline-block;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
}
.cid-tVdThAozUz .items .list-item:last-child .listico {
  display: none;
}
.cid-tVdThALE7J {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #eeeff2;
}
.cid-tVdThALE7J .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-tVdThALE7J .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-tVdThALE7J .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-tVdThALE7J .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-tVdThALE7J .card-wrapper .card-box .meta::before {
  content: "";
  display: block;
  width: 20px;
  height: 3px;
  background-color: #279e64;
  position: absolute;
  left: 0;
  bottom: -25px;
}
.cid-tVdThALE7J .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-tVdThALE7J .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-tVdThALE7J .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-tVdThALE7J .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-tVdThALE7J .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-tVdThALE7J .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-tVdThALE7J .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-tVdThALE7J .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-tVdThALE7J .card-wrapper .card-box .meta .item-comment:after {
  content: "";
  display: block;
  width: 35px;
  height: 3px;
  background-color: #279e64;
  position: absolute;
  left: 30px;
  bottom: -25px;
}
.cid-tVdThALE7J .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-tVdThALE7J .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-tVdThALE7J .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
}
.cid-tVdThALE7J .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-tVdThALE7J .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-tVdThALE7J .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-tVdThALE7J .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-tVdThALE7J .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-tVdThALE7J .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-tVdThALE7J * {
    text-align: left;
  }
}
.cid-tVdThBczCB {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tVdThBczCB .main {
  margin-bottom: 70px;
}
.cid-tVdThBczCB .main .mbr-section-subtitle {
  color: #279e64;
  margin-bottom: 10px;
}
.cid-tVdThBczCB .main .mbr-section-title {
  color: #13287d;
  margin-bottom: 20px;
}
.cid-tVdThBczCB .main .mbr-text {
  color: #83868c;
}
.cid-tVdThBczCB .wrapper {
  position: relative;
  padding: 2rem;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 17rem;
  margin-bottom: 25px;
  margin-top: 35px;
}
.cid-tVdThBczCB .wrapper .mbr-overlay {
  z-index: 1;
  pointer-events: none;
  border-radius: 0 !important;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #13287d;
  transition: all 0.4s ease-in-out;
  transform: rotateY(0);
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: visible;
  opacity: 0;
}
.cid-tVdThBczCB .wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  pointer-events: all;
}
.cid-tVdThBczCB .wrapper .content-block {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  opacity: 0;
  padding: 0.75rem 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotateY(0);
  transition: all 0.4s ease-in-out;
  visibility: visible;
  pointer-events: none;
}
.cid-tVdThBczCB .wrapper .content-block .icon-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all .45s ease 0ms;
  cursor: pointer;
}
.cid-tVdThBczCB .wrapper .content-block .icon-wrap:hover {
  border-color: transparent;
  color: #ffffff;
}
.cid-tVdThBczCB .wrapper .content-block .icon-wrap .mbr-iconfont {
  font-size: 30px;
}
.cid-tVdThBczCB .wrapper:hover .mbr-overlay {
  opacity: 0.4;
  z-index: 1;
  visibility: visible;
  transform: rotateY(180deg);
}
.cid-tVdThBczCB .wrapper:hover .content-block {
  opacity: 1;
  transform: rotateY(180deg);
  z-index: 1;
  visibility: visible;
}
.cid-tVdThBczCB .wrapper:hover .content-block .icon-wrap {
  transform: translate(0);
  opacity: 1;
}
.cid-tVdThBczCB .under {
  margin-bottom: 35px;
}
.cid-tVdThBczCB .under .card-title {
  color: #13287d;
  transition: all .3s linear 0ms;
  margin-bottom: 13px;
}
.cid-tVdThBczCB .under .card-title:hover {
  color: #279e64;
}
.cid-tVdThBczCB .under .card-subtitle {
  color: #83868c;
  font-weight: 500;
}
.cid-tVdThBczCB .under .mbr-link-btn {
  transition: all .3s linear 0ms;
  position: absolute;
}
.cid-tVdThBczCB .under .mbr-link-btn .btn {
  transition: all .3s linear 0ms;
  font-weight: 700;
  position: relative;
  color: #13287d !important;
}
.cid-tVdThBczCB .under .mbr-link-btn .btn .mbr-iconfont {
  font-weight: 700;
  padding-left: 40px !important;
  display: inline;
  transition: transform .3s linear 0s !important;
}
.cid-tVdThBczCB .under .mbr-link-btn:hover .mbr-iconfont {
  transform: translateX(-10px);
}
.cid-tVdThBczCB .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
}
.cid-tVdThBczCB .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-tVdThBczCB .btn[class*="-outline"]:hover span {
  padding-left: 10px;
}
.cid-tVdThBczCB .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #279e64 !important;
  box-shadow: none !important;
}
.cid-tVdThBczCB .btn[class*="-outline"]:active,
.cid-tVdThBczCB .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-tVdThCXMmi {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #eff2f7;
}
.cid-tVdThCXMmi .container.main,
.cid-tVdThCXMmi .container-fluid.main {
  padding-left: 30px;
  padding-right: 30px;
}
.cid-tVdThCXMmi .container .mbr-section-subtitle,
.cid-tVdThCXMmi .container-fluid .mbr-section-subtitle {
  color: #279e64;
  margin-bottom: 10px;
}
.cid-tVdThCXMmi .container .mbr-section-title,
.cid-tVdThCXMmi .container-fluid .mbr-section-title {
  margin-bottom: 20px;
  color: #13287d;
}
.cid-tVdThCXMmi .container .mbr-text,
.cid-tVdThCXMmi .container-fluid .mbr-text {
  color: #83868c;
}
.cid-tVdThCXMmi .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0 0rem;
}
.cid-tVdThCXMmi .carousel-item > div {
  width: 100%;
}
.cid-tVdThCXMmi .carousel-item.active,
.cid-tVdThCXMmi .carousel-item-next,
.cid-tVdThCXMmi .carousel-item-prev {
  display: flex;
}
.cid-tVdThCXMmi .carousel-indicators {
  left: 0%;
  margin: 20px auto 0;
  align-items: center;
  bottom: -60px !important;
}
.cid-tVdThCXMmi .carousel-indicators .active {
  border: 3px solid #ffffff;
  background-color: #ffffff !important;
}
.cid-tVdThCXMmi .carousel-indicators li {
  height: 8px;
  width: 8px;
  border-radius: 50%;
  transition: border 0.5s;
  background-color: #ffffff;
  font-size: 2rem;
  opacity: 1;
  border-width: 0px;
  margin: 6px;
}
.cid-tVdThCXMmi .carousel-indicators li:hover {
  opacity: 1;
}
@media (max-width: 991px) {
  .cid-tVdThCXMmi .carousel-controls {
    display: none;
  }
}
.cid-tVdThCXMmi .carousel-controls .carousel-control-prev,
.cid-tVdThCXMmi .carousel-controls .carousel-control-next {
  opacity: 1;
}
.cid-tVdThCXMmi .carousel-controls a {
  transition: opacity 0.5s;
  font-size: 15px;
}
.cid-tVdThCXMmi .carousel-controls a span {
  padding: 16.5px;
  border-radius: 50%;
  color: #13287d;
  background: #ffffff;
  font-weight: bold;
  box-shadow: 0 10px 30px 0 #e7eaf2;
}
.cid-tVdThCXMmi .carousel-controls a:hover span {
  opacity: 1;
}
.cid-tVdThCXMmi .card {
  background-color: #ffffff;
  border-radius: 5px;
  padding: 40px 40px 30px;
  position: relative;
}
.cid-tVdThCXMmi .card .client-content {
  display: block;
}
.cid-tVdThCXMmi .card .client-content .service-icon {
  text-align: left;
  position: relative;
  display: block;
}
.cid-tVdThCXMmi .card .client-content .service-icon .front {
  color: #e3e5e6;
  font-size: 3.1875rem;
  position: relative;
  margin-bottom: 22px;
}
.cid-tVdThCXMmi .card .client-content .service-icon:after {
  opacity: 0.5;
  width: 76px;
  height: 76px;
  content: "";
  position: absolute;
  top: -34px;
  left: 50%;
  margin-left: -13%;
  border-radius: 50%;
  z-index: 0;
}
.cid-tVdThCXMmi .card .client-content .card-text {
  margin-bottom: 25px;
  color: #83868c;
}
.cid-tVdThCXMmi .card .client-info {
  display: flex;
  align-items: center;
  position: relative;
  padding-top: 30px;
}
.cid-tVdThCXMmi .card .client-info::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -40px;
  right: -40px;
  height: 1px;
  background-color: #dcdfe2;
}
.cid-tVdThCXMmi .card .client-info .client-image {
  margin-right: 20px;
  flex: none;
  display: block;
}
.cid-tVdThCXMmi .card .client-info .client-image img {
  width: 65px;
  height: 65px;
  object-fit: cover;
  border-radius: 50%;
  margin: auto;
  display: block;
  max-width: 100%;
}
.cid-tVdThCXMmi .card .client-info .name-job .signature {
  margin-bottom: 0;
  color: #13287d;
}
.cid-tVdThCXMmi .card .client-info .name-job .profession {
  color: #83868c;
}
@media (min-width: 768px) {
  .cid-tVdThCXMmi .carousel-controls a {
    width: 5%;
  }
  .cid-tVdThCXMmi .client-info {
    flex-direction: column;
    justify-content: center;
  }
  .cid-tVdThCXMmi .client-info .client-image {
    margin-right: 0 !important;
    margin-bottom: 10px;
  }
  .cid-tVdThCXMmi * {
    text-align: center;
  }
}
.cid-tVdThFuAJd {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tVdThFuAJd .main-content .mbr-section-subtitle {
  color: #279e64;
  margin-bottom: 10px;
}
.cid-tVdThFuAJd .main-content .mbr-section-title {
  margin-bottom: 20px;
  color: #13287d;
}
.cid-tVdThFuAJd .main-content .mbr-text {
  color: #83868c;
}
.cid-tVdThFuAJd .categories {
  background-color: #eeeff2;
  padding: 35px 30px 40px;
  margin-bottom: 35px;
}
.cid-tVdThFuAJd .categories .mbr-section-subtitle {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 30px;
  color: #13287d;
}
.cid-tVdThFuAJd .categories .mbr-section-subtitle::before {
  content: "";
  display: block;
  width: 20px;
  height: 3px;
  background-color: #279e64;
  position: absolute;
  left: 0;
  bottom: 0;
}
.cid-tVdThFuAJd .categories .mbr-section-subtitle::after {
  content: "";
  display: block;
  width: 35px;
  height: 3px;
  background-color: #279e64;
  position: absolute;
  left: 30px;
  bottom: 0;
}
.cid-tVdThFuAJd .categories .nav {
  border: none;
  width: 100%;
  display: block !important;
  margin-top: -10px;
}
.cid-tVdThFuAJd .categories .nav .nav-item {
  display: inline-block !important;
}
.cid-tVdThFuAJd .categories .nav .nav-item:hover .nav-link {
  color: #ffffff !important;
  background: #279e64 !important;
}
.cid-tVdThFuAJd .categories .nav .nav-item .nav-link {
  display: inline-block;
  color: #83868c;
  box-sizing: border-box;
  font-style: normal;
  background: #ffffff;
  padding: 11px 20px;
  border: 1px solid #efefef;
  margin-top: 10px;
  margin-right: 6px;
  border-radius: 3px !important;
  transition: all .3s linear 0ms;
  font-weight: 500;
  line-height: 1.8;
}
.cid-tVdThFuAJd .categories .nav .nav-item .nav-link:hover {
  background-color: #ffffff;
  color: #000000;
}
.cid-tVdThFuAJd .categories .nav .nav-item .nav-link.active {
  font-weight: 500;
  color: #000000;
  font-style: normal;
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-tVdThFuAJd .nav-item {
    display: table-row !important;
  }
}
.cid-tVdThFuAJd .card-wrapper {
  height: 100%;
  margin-bottom: 15px;
}
.cid-tVdThFuAJd .card-wrapper .img-wrap {
  margin-bottom: 30px;
}
.cid-tVdThFuAJd .card-wrapper .img-wrap img {
  width: 100%;
}
.cid-tVdThFuAJd .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-tVdThFuAJd .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-tVdThFuAJd .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-tVdThFuAJd .card-wrapper .card-box .meta::before {
  content: "";
  display: block;
  width: 20px;
  height: 3px;
  background-color: #279e64;
  position: absolute;
  left: 0;
  bottom: -25px;
}
.cid-tVdThFuAJd .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-tVdThFuAJd .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-tVdThFuAJd .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-tVdThFuAJd .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-tVdThFuAJd .card-wrapper .card-box .meta .item-category:hover .mbr-iconfont {
  color: #279e64 !important;
}
.cid-tVdThFuAJd .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-tVdThFuAJd .card-wrapper .card-box .meta .item-date:hover .mbr-iconfont {
  color: #279e64 !important;
}
.cid-tVdThFuAJd .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-tVdThFuAJd .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-tVdThFuAJd .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-tVdThFuAJd .card-wrapper .card-box .meta .item-comment:hover .mbr-iconfont {
  color: #279e64 !important;
}
.cid-tVdThFuAJd .card-wrapper .card-box .meta .item-comment:after {
  content: "";
  display: block;
  width: 35px;
  height: 3px;
  background-color: #279e64;
  position: absolute;
  left: 30px;
  bottom: -25px;
}
.cid-tVdThFuAJd .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-tVdThFuAJd .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-tVdThFuAJd .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
}
.cid-tVdThFuAJd .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-tVdThFuAJd .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-tVdThFuAJd .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-tVdThFuAJd .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-tVdThFuAJd .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-tVdThFuAJd .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
.cid-tVdThFuAJd .newsletter {
  padding: 35px 30px 40px;
  background-color: #eeeff2;
  border-radius: 3px;
  display: block;
}
.cid-tVdThFuAJd .newsletter .mbr-section-subtitle {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 30px;
  color: #13287d;
}
.cid-tVdThFuAJd .newsletter .mbr-section-subtitle::before {
  content: "";
  display: block;
  width: 20px;
  height: 3px;
  background-color: #279e64;
  position: absolute;
  left: 0;
  bottom: 0;
}
.cid-tVdThFuAJd .newsletter .mbr-section-subtitle::after {
  content: "";
  display: block;
  width: 35px;
  height: 3px;
  background-color: #279e64;
  position: absolute;
  left: 30px;
  bottom: 0;
}
.cid-tVdThFuAJd .newsletter .form-group,
.cid-tVdThFuAJd .newsletter .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-tVdThFuAJd .newsletter .form-control {
  font-size: 14px;
  background: #ffffff;
  color: #83868c;
  display: block;
  height: 60px;
  border-radius: 3px;
  width: 100%;
  padding: 13px 20px !important;
  padding-right: 50px !important;
  transition: all .3s linear 0ms;
}
.cid-tVdThFuAJd .newsletter .form-control::-webkit-input-placeholder {
  color: #83868c;
}
.cid-tVdThFuAJd .newsletter .form-control::-moz-placeholder {
  color: #83868c;
}
.cid-tVdThFuAJd .newsletter .form-control:-moz-placeholder {
  color: #83868c;
}
.cid-tVdThFuAJd .newsletter .form-control:-ms-input-placeholder {
  color: #83868c;
}
.cid-tVdThFuAJd .newsletter .form-group {
  margin-bottom: 8.6px;
}
.cid-tVdThFuAJd .newsletter .dragArea {
  flex-direction: column;
}
.cid-tVdThFuAJd .newsletter .dragArea .mbr-section-btn .btn {
  font-weight: bold;
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: 100%;
  border-radius: 0;
}
.cid-tVdThFuAJd .newsletter .dragArea .mbr-section-btn .btn.btn-secondary:hover {
  background-color: #ffc600 !important;
  border-color: #ffc600 !important;
  color: #000000 !important;
}
@media (max-width: 768px) {
  .cid-tVdThFuAJd .img-wrap {
    margin-top: 20px;
  }
  .cid-tVdThFuAJd .categories .mbr-section-subtitle {
    text-align: left;
  }
  .cid-tVdThFuAJd .newsletter .mbr-section-subtitle {
    text-align: left;
  }
  .cid-tVdThFuAJd .meta::before {
    display: none !important;
  }
  .cid-tVdThFuAJd .meta .item-comment::after {
    display: none !important;
  }
  .cid-tVdThFuAJd .link {
    justify-content: center !important;
  }
}
.cid-tVdThHHngY {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #4284df;
}
.cid-tVdThHHngY p {
  text-align: center;
}
.cid-tVdThHHngY .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tVdThHHngY .btn-underline:hover {
  color: #505050;
}
.cid-tVdThHHngY .btn-underline:before {
  background-color: #505050;
}
.cid-tVdThHHngY .social-list a:focus {
  text-decoration: none;
}
.cid-tVdThHHngY .text-copyright {
  width: 100%;
}
.cid-tVdThHHngY .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-tVdThHHngY .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-tVdThHHngY .logo-footer {
  line-height: normal;
}
.cid-tVdThHHngY .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tVdThHHngY .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tVdThHHngY .mbr-section-btn {
  font-size: 16px;
}
.cid-tVdThHHngY .mbr-section-btn a {
  margin: 0 1rem 0.5rem;
}
.cid-uHeHWBc9nY.popup-builder {
  background-color: #ffffff;
}
.cid-uHeHWBc9nY.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uHeHWBc9nY.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uHeHWBc9nY .modal-content,
.cid-uHeHWBc9nY .modal-dialog {
  height: auto;
}
.cid-uHeHWBc9nY .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uHeHWBc9nY .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uHeHWBc9nY .form-wrapper .mbr-form .form-group,
  .cid-uHeHWBc9nY .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uHeHWBc9nY .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uHeHWBc9nY .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-uHeHWBc9nY .mbr-text {
  text-align: center;
}
.cid-uHeHWBc9nY .pt-0 {
  padding-top: 0 !important;
}
.cid-uHeHWBc9nY .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uHeHWBc9nY .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uHeHWBc9nY .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uHeHWBc9nY .modal-open {
  overflow: hidden;
}
.cid-uHeHWBc9nY .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uHeHWBc9nY .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uHeHWBc9nY .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uHeHWBc9nY .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-uHeHWBc9nY .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uHeHWBc9nY .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uHeHWBc9nY .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uHeHWBc9nY .modal-content {
  background: #ffc600;
  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-uHeHWBc9nY .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uHeHWBc9nY .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uHeHWBc9nY .modal-backdrop.fade {
  opacity: 0;
}
.cid-uHeHWBc9nY .modal-backdrop.show {
  opacity: .5;
}
.cid-uHeHWBc9nY .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-uHeHWBc9nY .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uHeHWBc9nY .modal-header {
    padding: 1rem;
  }
}
.cid-uHeHWBc9nY .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uHeHWBc9nY .modal-header .close svg {
  fill: #353535;
}
.cid-uHeHWBc9nY .modal-header .close:hover {
  opacity: 1;
}
.cid-uHeHWBc9nY .modal-header .close:focus {
  outline: none;
}
.cid-uHeHWBc9nY .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uHeHWBc9nY .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uHeHWBc9nY .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uHeHWBc9nY .modal-body {
    padding: 1rem;
  }
}
.cid-uHeHWBc9nY .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-uHeHWBc9nY .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uHeHWBc9nY .modal-footer {
    padding: 1rem;
  }
}
.cid-uHeHWBc9nY .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uHeHWBc9nY .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uHeHWBc9nY .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uHeHWBc9nY .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uHeHWBc9nY .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uHeHWBc9nY .modal-lg,
  .cid-uHeHWBc9nY .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uHeHWBc9nY .modal-xl {
    max-width: 1140px;
  }
}
.cid-uHeHWBc9nY .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uHeHWBc9nY .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-uHeHWBc9nY .form-group {
  margin-bottom: 1rem;
}
.cid-uHeHWBc9nY .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uHeHWBc9nY .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uHeHWBc9nY .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-uHeHWBc9nY .mbr-section-btn {
  margin: 0;
}
.cid-uHeHWBc9nY .mbr-section-btn .btn {
  margin: 0;
}
.cid-tVeuZwGCq6 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (min-width: 992px) {
  .cid-tVeuZwGCq6 {
    flex-wrap: wrap;
  }
  .cid-tVeuZwGCq6 .navbar > .container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 992px) {
  .cid-tVeuZwGCq6 .opened .container {
    flex-wrap: wrap;
  }
}
.cid-tVeuZwGCq6 .opened .container .navbar-collapse {
  width: 100%;
}
.cid-tVeuZwGCq6 .btn {
  padding: 0.3rem 2rem;
}
.cid-tVeuZwGCq6 .nav-link {
  position: relative;
}
.cid-tVeuZwGCq6 .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #13287d;
}
.cid-tVeuZwGCq6 .nav-link:hover:before {
  width: 100%;
}
.cid-tVeuZwGCq6 nav.navbar {
  position: fixed;
}
.cid-tVeuZwGCq6 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tVeuZwGCq6 .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tVeuZwGCq6 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tVeuZwGCq6 .dropdown-item:hover,
.cid-tVeuZwGCq6 .dropdown-item:focus {
  background: #13287d !important;
  color: white !important;
}
.cid-tVeuZwGCq6 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tVeuZwGCq6 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tVeuZwGCq6 .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-tVeuZwGCq6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tVeuZwGCq6 .container {
  display: flex;
  margin: auto;
}
.cid-tVeuZwGCq6 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tVeuZwGCq6 .dropdown-menu,
.cid-tVeuZwGCq6 .navbar.opened {
  background: #ffffff !important;
}
.cid-tVeuZwGCq6 .nav-item:focus,
.cid-tVeuZwGCq6 .nav-link:focus {
  outline: none;
}
.cid-tVeuZwGCq6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tVeuZwGCq6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tVeuZwGCq6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tVeuZwGCq6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tVeuZwGCq6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tVeuZwGCq6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tVeuZwGCq6 .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff !important;
  transition: all 0.3s;
}
.cid-tVeuZwGCq6 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-tVeuZwGCq6 .navbar.opened {
  transition: all 0.3s;
}
.cid-tVeuZwGCq6 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tVeuZwGCq6 .navbar .navbar-logo img {
  width: auto;
}
.cid-tVeuZwGCq6 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-tVeuZwGCq6 .navbar.collapsed {
  justify-content: center;
}
.cid-tVeuZwGCq6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tVeuZwGCq6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tVeuZwGCq6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.8rem);
  }
}
.cid-tVeuZwGCq6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tVeuZwGCq6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tVeuZwGCq6 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tVeuZwGCq6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tVeuZwGCq6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tVeuZwGCq6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tVeuZwGCq6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tVeuZwGCq6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tVeuZwGCq6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tVeuZwGCq6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tVeuZwGCq6 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tVeuZwGCq6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tVeuZwGCq6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tVeuZwGCq6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tVeuZwGCq6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tVeuZwGCq6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tVeuZwGCq6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tVeuZwGCq6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tVeuZwGCq6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tVeuZwGCq6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tVeuZwGCq6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tVeuZwGCq6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tVeuZwGCq6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tVeuZwGCq6 .dropdown-item.active,
.cid-tVeuZwGCq6 .dropdown-item:active {
  background-color: transparent;
}
.cid-tVeuZwGCq6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tVeuZwGCq6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tVeuZwGCq6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tVeuZwGCq6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tVeuZwGCq6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tVeuZwGCq6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tVeuZwGCq6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tVeuZwGCq6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tVeuZwGCq6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tVeuZwGCq6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #13287d;
}
.cid-tVeuZwGCq6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tVeuZwGCq6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tVeuZwGCq6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tVeuZwGCq6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tVeuZwGCq6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tVeuZwGCq6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tVeuZwGCq6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tVeuZwGCq6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tVeuZwGCq6 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tVeuZwGCq6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tVeuZwGCq6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tVeuZwGCq6 .navbar {
    height: 70px;
  }
  .cid-tVeuZwGCq6 .navbar.opened {
    height: auto;
  }
  .cid-tVeuZwGCq6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tVeuZoPBRW {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tVeuZoPBRW .mbr-text {
  color: #767676;
}
.cid-tVeuZoPBRW .card-box {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-tVeuZoPBRW .card-box {
    flex-direction: column;
  }
}
.cid-tVeuZoPBRW .line {
  width: calc(100% - 2rem);
  margin: auto;
  height: 2px;
  background: currentColor;
  margin-bottom: 3rem;
}
.cid-tVeuZoPBRW .mbr-section-subtitle {
  color: #767676;
}
.cid-tVeuZoPBRW .title .num {
  white-space: nowrap;
  width: 100%;
  display: block;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-tVeuZoPBRW .title .num {
    padding-right: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-tVeuZoPBRW .title .card-title {
  z-index: 1;
}
.cid-tVeuZoPBRW h4 {
  margin: 0;
}
.cid-tVeuZoPBRW .num {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-tVeuZoPBRW .card {
    margin-bottom: 1.5rem;
  }
}
.cid-tVeuZoPBRW .card-title,
.cid-tVeuZoPBRW .card-img {
  color: #3b5998;
}
.cid-tVeuZoPBRW .num,
.cid-tVeuZoPBRW .line {
  color: #5a67a1;
}
.cid-tVeuZoPBRW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVeuZoPBRW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVeuZp9RiK {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f5f6f8;
}
.cid-tVeuZp9RiK .mbr-shop {
  display: table;
  width: 100%;
  margin: 0;
}
.cid-tVeuZp9RiK .mbr-shop .shoppingcart-icons {
  z-index: 105 !important;
}
.cid-tVeuZp9RiK .mbr-shop .shop-title {
  margin-bottom: 18px;
  padding-left: 25px;
  padding-right: 25px;
  display: inline-block;
  max-width: 80%;
}
.cid-tVeuZp9RiK .btn {
  padding: 0.6rem 2rem;
}
.cid-tVeuZp9RiK .mbr-section-btn {
  text-align: left;
}
.cid-tVeuZp9RiK .img_wraper img {
  border-radius: 8px !important;
}
.cid-tVeuZp9RiK .mbr-shop .sidebar-title {
  line-height: 25px;
}
.cid-tVeuZp9RiK .mbr-shop .shopItemsModal_wraper {
  left: 0rem;
  position: fixed;
  display: none;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(87, 87, 87, 0.4);
  top: 0;
  cursor: pointer;
  z-index: 1040;
}
.cid-tVeuZp9RiK .mbr-shop .card-description {
  cursor: text;
  display: none;
}
.cid-tVeuZp9RiK .mbr-shop .image-modal {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  position: relative;
}
.cid-tVeuZp9RiK .mbr-shop .image-modal img {
  max-width: 100%;
  max-height: 75vh;
}
.cid-tVeuZp9RiK .mbr-shop .hide-modal {
  display: none;
}
.cid-tVeuZp9RiK .mbr-shop .shopItemsModal {
  cursor: default;
  padding: 50px;
  width: 1000px;
  max-width: 100%;
  background-color: #ffffff;
  z-index: 2000;
  overflow: auto;
  position: fixed;
}
.cid-tVeuZp9RiK .mbr-shop .shopItemsModal p {
  margin-bottom: 0;
}
.cid-tVeuZp9RiK .mbr-shop .shopItemsModal ul {
  margin-bottom: 0;
}
.cid-tVeuZp9RiK .mbr-shop .shopItemsModal .card-description {
  display: block;
  width: 100%;
}
.cid-tVeuZp9RiK .mbr-shop .shopItemsModal .close-modal {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-tVeuZp9RiK .mbr-shop .shopItemsModal .close-modal:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-tVeuZp9RiK .mbr-shop .test-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.cid-tVeuZp9RiK .mbr-shop .filter-by-pu,
.cid-tVeuZp9RiK .mbr-shop .filter-by-pd,
.cid-tVeuZp9RiK .mbr-shop .filter-by-d {
  display: inline-block;
  margin-right: 3px;
}
.cid-tVeuZp9RiK .mbr-shop .sort-buttons {
  padding-bottom: 0.2rem;
  margin-right: 13px;
  text-align: right;
}
.cid-tVeuZp9RiK .mbr-shop .galleryItem:before {
  width: 0 !important;
  height: 0 !important;
}
.cid-tVeuZp9RiK .mbr-shop .modal-dialog {
  max-width: 700px;
}
.cid-tVeuZp9RiK .mbr-shop .mbr-gallery-item {
  left: 0 !important;
  top: 0 !important;
  vertical-align: top;
  position: relative !important;
  -webkit-transform: none !important;
  transform: none !important;
  padding: 10px;
}
.cid-tVeuZp9RiK .mbr-shop .galleryItem h4,
.cid-tVeuZp9RiK .mbr-shop .carousel-item h4 {
  font-style: normal;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
  margin-bottom: 0.3rem;
  padding-top: 15px;
  transition: color 0.5s;
}
.cid-tVeuZp9RiK .mbr-shop .galleryItem h5,
.cid-tVeuZp9RiK .mbr-shop .carousel-item h5 {
  font-style: italic;
  font-weight: 400;
  line-height: 22.36px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
}
.cid-tVeuZp9RiK .mbr-shop .galleryItem p,
.cid-tVeuZp9RiK .mbr-shop .carousel-item p {
  font-style: italic;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0px;
  text-align: center;
  display: inline;
}
.cid-tVeuZp9RiK .mbr-shop .item-button {
  text-align: center;
}
.cid-tVeuZp9RiK .mbr-shop .modalButton {
  display: inline-block;
  float: right;
  margin-right: 10px;
}
.cid-tVeuZp9RiK .mbr-shop .modalButton.btn-success {
  right: 15%;
}
.cid-tVeuZp9RiK .mbr-shop .sidebar {
  margin-top: 15px;
  position: relative;
}
.cid-tVeuZp9RiK .mbr-shop .sidebar-block {
  position: relative;
}
.cid-tVeuZp9RiK .sidebar-background {
  padding-top: 2rem;
}
.cid-tVeuZp9RiK .mbr-shop .sidebar-background:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 102%;
  background-color: rgba(0, 0, 0, 0);
  top: -20px;
  right: 3px;
}
.cid-tVeuZp9RiK .mbr-shop .bestsellers {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  margin-bottom: 20px;
}
.cid-tVeuZp9RiK .mbr-shop .bestsellers .onsale {
  top: -15px;
  font-weight: 700 !important;
}
.cid-tVeuZp9RiK a {
  font-weight: 700 !important;
}
.cid-tVeuZp9RiK li {
  font-weight: 700 !important;
}
.cid-tVeuZp9RiK .mbr-shop .bestsellers .price-block {
  padding-top: 5px;
  text-align: left;
  line-height: 1;
}
.cid-tVeuZp9RiK .mbr-shop .bestsellers .mbr-gallery-item {
  width: 100%;
}
.cid-tVeuZp9RiK .mbr-shop .bestsellers .mbr-gallery-item img {
  width: 80px;
  float: left;
  margin-right: 20px;
}
.cid-tVeuZp9RiK .mbr-shop .bestsellers .mbr-gallery-item h4 {
  text-align: left;
  padding-bottom: 5px;
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-tVeuZp9RiK .mbr-shop .bestsellers .mbr-gallery-item h5 {
  text-align: left;
  display: none;
}
.cid-tVeuZp9RiK .mbr-shop .bestsellers .mbr-gallery-item p {
  text-align: left;
}
.cid-tVeuZp9RiK .mbr-shop .bestsellers .btn {
  display: none;
}
.cid-tVeuZp9RiK .mbr-shop .bestsellers-img {
  display: inline-block;
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.cid-tVeuZp9RiK .mbr-shop .bestsellers-title {
  display: inline-block;
}
.cid-tVeuZp9RiK .mbr-shop .onsale {
  position: absolute;
  top: 8px;
  left: 8px;
  display: block;
  transition: color 0.3s ease;
  text-align: center;
  z-index: 95;
  height: 30px;
  color: #354463;
  padding: 3px 14px 5px 14px;
  background: #c1f7d5;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0px;
}
.cid-tVeuZp9RiK .mbr-shop .mbr-gallery-item__hided {
  display: none;
}
.cid-tVeuZp9RiK .mbr-shop .mbr-gallery-item__hided h4,
.cid-tVeuZp9RiK .mbr-shop .mbr-gallery-item__hided h5,
.cid-tVeuZp9RiK .mbr-shop .mbr-gallery-item__hided p {
  display: none;
}
.cid-tVeuZp9RiK .mbr-shop .mbr-gallery-item__hided .btn {
  display: none;
}
.cid-tVeuZp9RiK .mbr-shop .galleryItem .price-block {
  display: block;
  margin-bottom: 8px;
}
.cid-tVeuZp9RiK .mbr-shop .galleryItem .price-block span {
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
}
.cid-tVeuZp9RiK .mbr-shop .mbr-gallery-filter {
  padding-left: 0;
  text-align: left;
  padding-top: 0;
}
.cid-tVeuZp9RiK .mbr-shop .mbr-gallery-filter ul li {
  position: relative;
  padding: 7px 0 7px 0px;
  border-bottom: 1px dotted #d6d6d6;
  margin: 0;
  font-style: normal;
  font-weight: 400;
  line-height: 24.99px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
  direction: ltr;
  border: none;
  display: list-item;
  text-align: left;
  transition: all 0.3s ease-out;
  cursor: pointer;
}
.cid-tVeuZp9RiK .mbr-shop .mbr-gallery-filter ul li.active {
  background-color: transparent;
  font-weight: bold;
}
.cid-tVeuZp9RiK .mbr-shop .mbr-gallery-filter ul li:hover {
  color: #354463;
}
.cid-tVeuZp9RiK .mbr-shop .range-slider {
  padding-bottom: 25px;
}
.cid-tVeuZp9RiK .mbr-shop .filter-cost {
  display: block;
  vertical-align: middle;
  max-width: 250px;
  text-align: left;
  position: relative;
  margin-bottom: 30px;
}
.cid-tVeuZp9RiK .mbr-shop .filter-cost p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 21px;
  color: #13287d;
  font-weight: bold;
}
.cid-tVeuZp9RiK .mbr-shop .price-controls {
  position: relative;
  height: 36px;
  margin-bottom: 30px;
  border-radius: 2px;
  font-size: 0;
}
.cid-tVeuZp9RiK .mbr-shop .price-controls label {
  display: inline-block;
  width: 50%;
  font-size: 14px;
  line-height: 32px;
  color: #13287d;
  font-weight: normal;
  cursor: pointer;
}
.cid-tVeuZp9RiK .mbr-shop .price-controls input {
  width: 100%;
  background-color: #f0edeb;
  border-radius: 25px;
  color: #87817d;
  font-size: 14px;
  font-weight: 700;
  border: none;
  line-height: 31px;
  height: 50px;
  text-align: center;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-tVeuZp9RiK .mbr-shop .range-controls {
  position: relative;
  margin-top: 3.2rem;
}
.cid-tVeuZp9RiK .mbr-shop .range-controls .scale {
  width: 100%;
  height: 2px;
  background-color: rgba(190, 190, 190, 0.3);
}
.cid-tVeuZp9RiK .mbr-shop .range-controls .bar {
  margin-left: 0;
  height: 4px;
  background-color: #e2e3e7;
  border-radius: 4px;
}
.cid-tVeuZp9RiK .mbr-shop .toggle {
  position: absolute;
  top: -9px;
  height: 14px;
  width: 14px;
  border: 2px solid #e2e3e7;
  border-radius: 100%;
  box-sizing: content-box;
  background-color: #ffffff;
  cursor: pointer;
}
.cid-tVeuZp9RiK .mbr-shop .toggle::after {
  content: "";
  display: block;
  height: 8px;
  width: 8px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #354463;
  border-radius: 50%;
}
.cid-tVeuZp9RiK .mbr-shop .toggle:hover,
.cid-tVeuZp9RiK .mbr-shop .toggle:active {
  background-color: #c0a375;
}
.cid-tVeuZp9RiK .mbr-shop .min-toggle {
  left: 0;
}
.cid-tVeuZp9RiK .mbr-shop .max-toggle {
  right: 0;
}
.cid-tVeuZp9RiK .mbr-shop .hided-by-price {
  display: none;
}
.cid-tVeuZp9RiK .mbr-shop .text-modal {
  padding-right: 30px;
  padding-left: 30px;
}
.cid-tVeuZp9RiK .mbr-shop .text-modal .item-button {
  text-align: left !important;
}
.cid-tVeuZp9RiK .mbr-shop .text-modal .price-block {
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-tVeuZp9RiK .mbr-shop .text-modal .price-block p {
  display: inline;
}
.cid-tVeuZp9RiK .mbr-shop .text-modal .price-block span {
  display: inline;
  font-weight: 700;
  padding: 10px 0 20px 0;
}
.cid-tVeuZp9RiK .mbr-shop .text-modal .card-description {
  padding-top: 20px;
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 50px;
}
.cid-tVeuZp9RiK .mbr-shop .modal-control-panel {
  padding-right: 0;
}
.cid-tVeuZp9RiK .mbr-shop .modal-cb {
  display: inline-block;
  float: right;
  margin-right: 10px;
  margin-left: 10px;
}
.cid-tVeuZp9RiK .mbr-shop .shopItemsModalBg {
  width: 100%;
  height: 100%;
}
.cid-tVeuZp9RiK .mbr-shop .close-modal-wrapper {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
}
.cid-tVeuZp9RiK .mbr-shop .close-modal-wrapper:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 3px;
  background-color: #cccccc;
  top: 50%;
  right: 5%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-tVeuZp9RiK .mbr-shop .close-modal-wrapper:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 40px;
  background-color: #cccccc;
  right: 50%;
  top: 5%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-tVeuZp9RiK .mbr-shop .closeModal {
  position: absolute;
  top: 0;
  right: 0;
}
.cid-tVeuZp9RiK .mbr-shop .galleryItem .sidebar_wraper {
  text-align: center;
}
.cid-tVeuZp9RiK .mbr-shop .shopItemsModal .sidebar_wraper {
  text-align: left;
}
.cid-tVeuZp9RiK .mbr-shop .shopItemsModal .onsale {
  top: 10px;
  right: 10px;
  border: 1px solid #e7e7e7;
}
.cid-tVeuZp9RiK .mbr-shop .shop-items .onsale,
.cid-tVeuZp9RiK .mbr-shop .bestseller-block .onsale {
  font-size: 15px !important;
}
.cid-tVeuZp9RiK .mbr-shop .item_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: transparent;
}
.cid-tVeuZp9RiK .mbr-shop .style_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}
.cid-tVeuZp9RiK .mbr-shop .price-range {
  display: inline-block;
}
.cid-tVeuZp9RiK .mbr-shop .price-range-reset {
  display: inline-block;
}
.cid-tVeuZp9RiK .mbr-shop .bestsellers .item-button {
  display: none !important;
}
.cid-tVeuZp9RiK .mbr-shop .range-slider h4 {
  margin-bottom: 15px;
}
.cid-tVeuZp9RiK .mbr-shop .mbr-gallery-filter ul {
  padding-left: 0px;
  display: inline-block;
  list-style: none;
  margin-bottom: 0px;
}
.cid-tVeuZp9RiK .mbr-shop .categories:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 767px) and (max-width: 1100px) {
  .cid-tVeuZp9RiK .mbr-shop .col-md-9 {
    width: 100%;
  }
  .cid-tVeuZp9RiK .mbr-shop .col-md-3 {
    width: 100%;
  }
  .cid-tVeuZp9RiK .mbr-shop .sidebar-background:after {
    top: 0;
  }
  .cid-tVeuZp9RiK .mbr-shop .bestseller-block {
    width: 100%;
    margin: 0;
    display: inline-block;
    float: left;
    padding-top: 15px;
  }
  .cid-tVeuZp9RiK .mbr-shop .range-slider {
    width: 49%;
    margin: 0;
    display: inline-block;
    float: right;
    padding-top: 15px;
  }
  .cid-tVeuZp9RiK .mbr-shop .bestsellers {
    width: 100%;
  }
  .cid-tVeuZp9RiK .mbr-shop .bestsellers .mbr-gallery-item {
    width: 49%;
    display: inline-block;
  }
  .cid-tVeuZp9RiK .mbr-shop .sidebar-categories {
    width: 49%;
    margin: 0;
    display: inline-block;
    padding-top: 15px;
  }
  .cid-tVeuZp9RiK .mbr-shop .price-range {
    max-width: 250px;
    text-align: center;
  }
  .cid-tVeuZp9RiK .clearfix:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tVeuZp9RiK .mbr-shop .mbr-gallery-item {
    width: 33%;
  }
}
@media (max-width: 500px) {
  .cid-tVeuZp9RiK .mbr-shop .shopItemsModal {
    padding: 50px 10px 10px 10px;
  }
  .cid-tVeuZp9RiK .mbr-shop .shop-title {
    max-width: 100%;
  }
  .cid-tVeuZp9RiK .mbr-shop .mbr-gallery-item {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .cid-tVeuZp9RiK .mbr-shop .sort-buttons {
    text-align: center;
    margin-right: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-tVeuZp9RiK .mbr-shop .image-modal {
    text-align: center;
  }
  .cid-tVeuZp9RiK .mbr-shop .image-modal img {
    max-height: 50vh;
    width: auto;
    max-width: 100%;
  }
  .cid-tVeuZp9RiK .mbr-shop .shopItemsModal {
    top: 15%;
    bottom: 70px;
    left: 10%;
    width: 80%;
  }
  .cid-tVeuZp9RiK .mbr-shop .shopItemsModal .image-modal {
    padding-right: 0;
  }
  .cid-tVeuZp9RiK .mbr-shop .sidebar-background:after {
    top: -1%;
  }
  .cid-tVeuZp9RiK .row {
    padding: 0;
  }
}
@media (max-width: 1100px) {
  .cid-tVeuZp9RiK .mbr-shop .shopItemsModal {
    max-height: 85vh;
    width: 90%;
    left: 5%;
    margin-left: 0;
  }
  .cid-tVeuZp9RiK .mbr-shop .sort-buttons {
    margin-right: 21px;
  }
  .cid-tVeuZp9RiK .mbr-shop .sidebar-background:after {
    right: 0;
    width: 100%;
  }
  .cid-tVeuZp9RiK .mbr-shop .text-modal .card-description {
    width: 100%;
  }
  .cid-tVeuZp9RiK .mbr-shop .text-modal .price-block {
    width: 100%;
  }
  .cid-tVeuZp9RiK .mbr-shop .text-modal h4 {
    padding-top: 30px;
  }
}
.cid-tVeuZp9RiK .shopItemsModal_wraper .mbr-section-btn {
  display: block !important;
}
.cid-tVeuZp9RiK .range-slider .mbr-section-btn {
  margin: 0;
}
.cid-tVeuZp9RiK .oldprice {
  color: #767676;
  padding-left: 0.8rem !important;
  text-decoration: line-through;
}
.cid-tVeuZp9RiK .range-controls {
  display: block !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tVeuZp9RiK .shopItemsModal.row {
    position: absolute !important;
    top: calc(50% - 300px) !important;
    left: calc(50% - 500px) !important;
  }
}
.cid-tVeuZp9RiK LI {
  color: #354463;
}
.cid-tVeuZp9RiK .sidebar-title {
  color: #354463;
}
.cid-tVeuZp9RiK .item-title {
  text-align: left;
  color: #777777;
}
.cid-tVeuZp9RiK .display-7 {
  font-weight: 700 !important;
}
.cid-tVeuZp9RiK .shop-item-price,
.cid-tVeuZp9RiK .price-block {
  text-align: left;
  color: #354463;
  font-weight: 700 !important;
}
@media (max-width: 576px) {
  .cid-tVeuZp9RiK .mbr-shop .mbr-gallery-item,
  .cid-tVeuZp9RiK .wrapper-shop-items,
  .cid-tVeuZp9RiK .sidebar-block,
  .cid-tVeuZp9RiK .sidebar-title,
  .cid-tVeuZp9RiK .categories {
    padding-right: 0px;
    padding-left: 0px;
  }
  .cid-tVeuZp9RiK .filter-cost {
    max-width: 100% !important;
  }
  .cid-tVeuZp9RiK .range-slider,
  .cid-tVeuZp9RiK .categories,
  .cid-tVeuZp9RiK .bestseller-block {
    text-align: center;
  }
}
.cid-tVeuZp9RiK .wrapper-shop-items {
  order: 1;
}
.cid-tVeuZp9RiK .btn-sm {
  border: 2px solid #83868c;
  border-radius: 50px;
  padding: 0.8rem 2rem;
}
.cid-tVeuZp9RiK .galleryItem {
  box-shadow: 0 3px 15px 2px rgba(0, 0, 0, 0.04);
  padding: 1rem 1rem;
  transition: 0.3s;
}
.cid-tVeuZp9RiK .mbr-gallery-item:hover .galleryItem {
  box-shadow: 0 3px 15px 2px rgba(0, 0, 0, 0.2);
}
.cid-tVeuZp9RiK .bestsellers .mbr-gallery-item {
  padding: 0rem !important;
  width: 100% !important;
}
.cid-tVeuZp9RiK .min-price {
  padding-right: 1rem;
}
.cid-tVeuZp9RiK .max-price {
  padding-left: 1rem;
}
.cid-tVeuZp9RiK .btn-secondary {
  color: #333 !important;
  background-color: transparent !important;
}
.cid-tVeuZp9RiK .btn-secondary:hover {
  background-color: transparent !important;
  opacity: 0.5;
  transform: translate(0);
}
.cid-tVeuZp9RiK a,
.cid-tVeuZp9RiK a:hover {
  color: #354463 !important;
}
.cid-tVeuZp9RiK .sidebar {
  background-color: #ffffff;
  margin-bottom: 1rem;
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-tVeuZp9RiK .wrapper-shop-items {
    padding: 0;
  }
  .cid-tVeuZp9RiK .row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-tVeuZp9RiK .mbr-gallery-item {
    padding: 1rem !important;
    width: 33.333% !important;
  }
  .cid-tVeuZp9RiK .row {
    padding: 0;
  }
}
.cid-tVeuZp9RiK .row {
  margin: 0rem;
}
.cid-tVeuZpKRtn {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tVeuZpKRtn .contents {
  text-align: center;
  margin-bottom: 54px;
}
.cid-tVeuZpKRtn .contents .mbr-subtitle {
  color: #279e64;
  margin-bottom: 10px;
}
.cid-tVeuZpKRtn .contents .mbr-section-title {
  margin-bottom: 20px;
  color: #13287d;
}
.cid-tVeuZpKRtn .contents .mbr-text {
  color: #83868c;
}
.cid-tVeuZpKRtn .card.accentCard .card-wrapper {
  background-color: #279e64;
}
.cid-tVeuZpKRtn .card.accentCard .card-wrapper .card-box .card-title {
  color: #ffffff;
}
.cid-tVeuZpKRtn .card.accentCard .card-wrapper .card-box .mbr-text {
  color: #ffffff;
}
.cid-tVeuZpKRtn .card.accentCard .card-wrapper .card-img {
  box-shadow: -10px -10px 0 0 #63b68f;
  background-color: #ffffff;
}
.cid-tVeuZpKRtn .card.accentCard .card-wrapper .card-img .mbr-iconfont {
  color: #279e64 !important;
}
.cid-tVeuZpKRtn .card.accentCard .card-wrapper .btn.btn-primary-outline {
  color: #ffffff;
}
.cid-tVeuZpKRtn .card-wrapper {
  height: 100%;
  border-radius: 5px;
  border: 1px solid #dcdfe2;
  padding: 50px 35px 31px;
  transition: all 0.3s;
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: center;
}
.cid-tVeuZpKRtn .card-wrapper .card-box .card-title {
  color: #13287d;
}
.cid-tVeuZpKRtn .card-wrapper .card-box .mbr-text {
  margin-bottom: 25px;
  color: #83868c;
}
.cid-tVeuZpKRtn .card-wrapper .card-box .mbr-iconfont {
  padding-left: 0.2rem;
  display: inline-block;
}
.cid-tVeuZpKRtn .card-wrapper .card-img {
  margin-bottom: 40px;
  transition: all .3s linear 0s;
  display: inline-flex;
  width: 70px;
  height: 70px;
  border-radius: 5px;
  padding: 13px;
  box-shadow: -10px -10px 0 0 #eeeff2;
  align-items: center;
  justify-content: center;
  background-color: #279e64;
  cursor: pointer;
  position: relative;
}
.cid-tVeuZpKRtn .card-wrapper .card-img .mbr-iconfont {
  font-size: 50px;
  color: #ffffff;
}
.cid-tVeuZpKRtn .card-wrapper .mbr-link-btn {
  transition: all 0.3s;
  margin-bottom: 20px;
}
.cid-tVeuZpKRtn .card-wrapper .mbr-link-btn .btn {
  transition: all 0.3s;
  font-weight: 700;
}
.cid-tVeuZpKRtn .card-wrapper .mbr-link-btn .btn.btn-primary-outline {
  color: #13287d;
}
.cid-tVeuZpKRtn .card-wrapper .mbr-link-btn .btn .mbr-iconfont {
  font-weight: 700;
  padding-left: 40px !important;
  display: inline;
  transition: transform .3s linear 0s !important;
}
.cid-tVeuZpKRtn .card-wrapper .mbr-link-btn:hover .mbr-iconfont {
  transform: translateX(-10px);
}
.cid-tVeuZpKRtn .card-wrapper:hover .card-img {
  -webkit-animation: updown 0.45s ease-in-out 0.1s;
  animation: updown 0.45s ease-in-out 0.1s;
}
.cid-tVeuZpKRtn .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
}
.cid-tVeuZpKRtn .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-tVeuZpKRtn .btn[class*="-outline"]:hover span {
  padding-left: 10px;
}
.cid-tVeuZpKRtn .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #13287d !important;
  box-shadow: none !important;
}
.cid-tVeuZpKRtn .btn[class*="-outline"]:active,
.cid-tVeuZpKRtn .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
@media (max-width: 991px) {
  .cid-tVeuZpKRtn .card {
    margin-bottom: 15px;
  }
}
@-webkit-keyframes updown {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes updown {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-tVeuZqpE8B {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tVeuZqpE8B .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-tVeuZqpE8B .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-tVeuZqpE8B .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-tVeuZqpE8B .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-tVeuZqpE8B .card-wrapper .card-box .meta::before {
  content: "";
  display: block;
  width: 20px;
  height: 3px;
  background-color: #279e64;
  position: absolute;
  left: 0;
  bottom: -25px;
}
.cid-tVeuZqpE8B .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-tVeuZqpE8B .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-tVeuZqpE8B .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-tVeuZqpE8B .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-tVeuZqpE8B .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-tVeuZqpE8B .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-tVeuZqpE8B .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-tVeuZqpE8B .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-tVeuZqpE8B .card-wrapper .card-box .meta .item-comment:after {
  content: "";
  display: block;
  width: 35px;
  height: 3px;
  background-color: #279e64;
  position: absolute;
  left: 30px;
  bottom: -25px;
}
.cid-tVeuZqpE8B .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-tVeuZqpE8B .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-tVeuZqpE8B .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
}
.cid-tVeuZqpE8B .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-tVeuZqpE8B .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-tVeuZqpE8B .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-tVeuZqpE8B .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-tVeuZqpE8B .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-tVeuZqpE8B .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-tVeuZqpE8B * {
    text-align: left;
  }
}
.cid-tVeuZqpE8B .img-wrap {
  margin-bottom: 30px;
}
.cid-tVeuZqpE8B .img-wrap .wrapper {
  overflow: hidden;
  position: relative;
  height: 100%;
}
.cid-tVeuZqpE8B .img-wrap .wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-tVeuZqpE8B .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tVeuZqpE8B .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tVeuZqpE8B .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tVeuZqpE8B a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-tVeuZqpE8B a.close:hover {
  color: #ffffff;
}
.cid-tVeuZqVC5G {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tVeuZqVC5G .main {
  margin-bottom: 70px;
}
.cid-tVeuZqVC5G .main .mbr-section-subtitle {
  color: #279e64;
  margin-bottom: 10px;
}
.cid-tVeuZqVC5G .main .mbr-section-title {
  color: #13287d;
  margin-bottom: 20px;
}
.cid-tVeuZqVC5G .main .mbr-text {
  color: #83868c;
}
.cid-tVeuZqVC5G .wrapper {
  position: relative;
  padding: 2rem;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 27rem;
  margin-bottom: 30px;
}
.cid-tVeuZqVC5G .wrapper .mbr-overlay {
  background: #13287d;
  opacity: 0;
  z-index: 1;
  transition: all 0.4s ease;
  pointer-events: none;
}
.cid-tVeuZqVC5G .wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  pointer-events: all;
}
.cid-tVeuZqVC5G .wrapper .content-block {
  position: absolute;
  width: 100%;
  z-index: 1;
  bottom: 10%;
  left: 0;
  opacity: 0;
  padding: 0.75rem 2rem;
  transition: all 0.4s ease;
  transform: translateY(15px);
}
.cid-tVeuZqVC5G .wrapper .content-block .card-title {
  color: #ffffff;
  transition: all .3s linear 0ms;
}
.cid-tVeuZqVC5G .wrapper .content-block .card-title:hover {
  color: #279e64;
}
.cid-tVeuZqVC5G .wrapper .content-block .card-subtitle {
  color: #ffffff;
}
.cid-tVeuZqVC5G .wrapper .content-block .mbr-link-btn {
  transition: all .3s linear 0ms;
}
.cid-tVeuZqVC5G .wrapper .content-block .mbr-link-btn .btn {
  transition: all .3s linear 0ms;
  font-weight: 700;
}
.cid-tVeuZqVC5G .wrapper .content-block .mbr-link-btn .btn .mbr-iconfont {
  font-weight: 700;
  padding-left: 40px !important;
  display: inline;
  transition: transform .3s linear 0s !important;
}
.cid-tVeuZqVC5G .wrapper .content-block .mbr-link-btn:hover .mbr-iconfont {
  transform: translateX(-10px);
}
.cid-tVeuZqVC5G .wrapper:hover .mbr-overlay {
  background: #13287d;
  opacity: 0.9;
  z-index: 1;
}
.cid-tVeuZqVC5G .wrapper:hover .content-block {
  opacity: 1;
  transform: translateY(0);
}
.cid-tVeuZqVC5G .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
}
.cid-tVeuZqVC5G .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-tVeuZqVC5G .btn[class*="-outline"]:hover span {
  padding-left: 10px;
}
.cid-tVeuZqVC5G .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #279e64 !important;
  box-shadow: none !important;
}
.cid-tVeuZqVC5G .btn[class*="-outline"]:active,
.cid-tVeuZqVC5G .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-tVeuZreMgf {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/background4.jpg");
}
.cid-tVeuZreMgf .mbr-iconfont {
  font-size: 50px;
  color: #ffffff;
}
.cid-tVeuZreMgf .mbr-section-title {
  color: #ffffff;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 20px;
}
.cid-tVeuZreMgf .mbr-section-subtitle {
  color: #ffffff;
  width: 100%;
  position: relative;
  padding-top: 25px;
}
.cid-tVeuZreMgf .mbr-section-subtitle::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #fff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-tVeuZreMgf .mbr-text {
  color: #ffffff;
  width: 100;
}
.cid-tVeuZreMgf .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #279e64;
  margin-left: 0.6rem;
}
.cid-tVeuZreMgf .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-tVeuZreMgf .mbr-section-btn .btn {
  border-radius: 3px;
  padding: 12px 40px !important;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .cid-tVeuZreMgf .separator,
  .cid-tVeuZreMgf .sep-holder,
  .cid-tVeuZreMgf .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-tVeuZreMgf .buttons-wrap {
    flex-direction: column;
  }
}
.cid-tVeuZreMgf .items {
  display: flex;
  flex-direction: row;
  position: relative;
  padding-top: 25px;
}
.cid-tVeuZreMgf .items::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #ffffff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-tVeuZreMgf .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
}
.cid-tVeuZreMgf .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 1rem;
  margin: auto;
  color: #ffffff;
}
.cid-tVeuZreMgf .items .list-item .text2 {
  display: inline-block;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
}
.cid-tVeuZreMgf .items .list-item:last-child .listico {
  display: none;
}
.cid-tVeuZrHQRs {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #eeeff2;
}
.cid-tVeuZrHQRs .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-tVeuZrHQRs .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-tVeuZrHQRs .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-tVeuZrHQRs .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-tVeuZrHQRs .card-wrapper .card-box .meta::before {
  content: "";
  display: block;
  width: 20px;
  height: 3px;
  background-color: #279e64;
  position: absolute;
  left: 0;
  bottom: -25px;
}
.cid-tVeuZrHQRs .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-tVeuZrHQRs .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-tVeuZrHQRs .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-tVeuZrHQRs .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-tVeuZrHQRs .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-tVeuZrHQRs .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-tVeuZrHQRs .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-tVeuZrHQRs .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-tVeuZrHQRs .card-wrapper .card-box .meta .item-comment:after {
  content: "";
  display: block;
  width: 35px;
  height: 3px;
  background-color: #279e64;
  position: absolute;
  left: 30px;
  bottom: -25px;
}
.cid-tVeuZrHQRs .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-tVeuZrHQRs .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-tVeuZrHQRs .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
}
.cid-tVeuZrHQRs .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-tVeuZrHQRs .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-tVeuZrHQRs .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-tVeuZrHQRs .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-tVeuZrHQRs .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-tVeuZrHQRs .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-tVeuZrHQRs * {
    text-align: left;
  }
}
.cid-tVeuZsbViV {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tVeuZsbViV .main {
  margin-bottom: 70px;
}
.cid-tVeuZsbViV .main .mbr-section-subtitle {
  color: #279e64;
  margin-bottom: 10px;
}
.cid-tVeuZsbViV .main .mbr-section-title {
  color: #13287d;
  margin-bottom: 20px;
}
.cid-tVeuZsbViV .main .mbr-text {
  color: #83868c;
}
.cid-tVeuZsbViV .wrapper {
  position: relative;
  padding: 2rem;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 17rem;
  margin-bottom: 25px;
  margin-top: 35px;
}
.cid-tVeuZsbViV .wrapper .mbr-overlay {
  z-index: 1;
  pointer-events: none;
  border-radius: 0 !important;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #13287d;
  transition: all 0.4s ease-in-out;
  transform: rotateY(0);
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: visible;
  opacity: 0;
}
.cid-tVeuZsbViV .wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  pointer-events: all;
}
.cid-tVeuZsbViV .wrapper .content-block {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  opacity: 0;
  padding: 0.75rem 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotateY(0);
  transition: all 0.4s ease-in-out;
  visibility: visible;
  pointer-events: none;
}
.cid-tVeuZsbViV .wrapper .content-block .icon-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all .45s ease 0ms;
  cursor: pointer;
}
.cid-tVeuZsbViV .wrapper .content-block .icon-wrap:hover {
  border-color: transparent;
  color: #ffffff;
}
.cid-tVeuZsbViV .wrapper .content-block .icon-wrap .mbr-iconfont {
  font-size: 30px;
}
.cid-tVeuZsbViV .wrapper:hover .mbr-overlay {
  opacity: 0.4;
  z-index: 1;
  visibility: visible;
  transform: rotateY(180deg);
}
.cid-tVeuZsbViV .wrapper:hover .content-block {
  opacity: 1;
  transform: rotateY(180deg);
  z-index: 1;
  visibility: visible;
}
.cid-tVeuZsbViV .wrapper:hover .content-block .icon-wrap {
  transform: translate(0);
  opacity: 1;
}
.cid-tVeuZsbViV .under {
  margin-bottom: 35px;
}
.cid-tVeuZsbViV .under .card-title {
  color: #13287d;
  transition: all .3s linear 0ms;
  margin-bottom: 13px;
}
.cid-tVeuZsbViV .under .card-title:hover {
  color: #279e64;
}
.cid-tVeuZsbViV .under .card-subtitle {
  color: #83868c;
  font-weight: 500;
}
.cid-tVeuZsbViV .under .mbr-link-btn {
  transition: all .3s linear 0ms;
  position: absolute;
}
.cid-tVeuZsbViV .under .mbr-link-btn .btn {
  transition: all .3s linear 0ms;
  font-weight: 700;
  position: relative;
  color: #13287d !important;
}
.cid-tVeuZsbViV .under .mbr-link-btn .btn .mbr-iconfont {
  font-weight: 700;
  padding-left: 40px !important;
  display: inline;
  transition: transform .3s linear 0s !important;
}
.cid-tVeuZsbViV .under .mbr-link-btn:hover .mbr-iconfont {
  transform: translateX(-10px);
}
.cid-tVeuZsbViV .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
}
.cid-tVeuZsbViV .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-tVeuZsbViV .btn[class*="-outline"]:hover span {
  padding-left: 10px;
}
.cid-tVeuZsbViV .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #279e64 !important;
  box-shadow: none !important;
}
.cid-tVeuZsbViV .btn[class*="-outline"]:active,
.cid-tVeuZsbViV .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-tVeuZsR9VT {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #eff2f7;
}
.cid-tVeuZsR9VT .container.main,
.cid-tVeuZsR9VT .container-fluid.main {
  padding-left: 30px;
  padding-right: 30px;
}
.cid-tVeuZsR9VT .container .mbr-section-subtitle,
.cid-tVeuZsR9VT .container-fluid .mbr-section-subtitle {
  color: #279e64;
  margin-bottom: 10px;
}
.cid-tVeuZsR9VT .container .mbr-section-title,
.cid-tVeuZsR9VT .container-fluid .mbr-section-title {
  margin-bottom: 20px;
  color: #13287d;
}
.cid-tVeuZsR9VT .container .mbr-text,
.cid-tVeuZsR9VT .container-fluid .mbr-text {
  color: #83868c;
}
.cid-tVeuZsR9VT .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0 0rem;
}
.cid-tVeuZsR9VT .carousel-item > div {
  width: 100%;
}
.cid-tVeuZsR9VT .carousel-item.active,
.cid-tVeuZsR9VT .carousel-item-next,
.cid-tVeuZsR9VT .carousel-item-prev {
  display: flex;
}
.cid-tVeuZsR9VT .carousel-indicators {
  left: 0%;
  margin: 20px auto 0;
  align-items: center;
  bottom: -60px !important;
}
.cid-tVeuZsR9VT .carousel-indicators .active {
  border: 3px solid #ffffff;
  background-color: #ffffff !important;
}
.cid-tVeuZsR9VT .carousel-indicators li {
  height: 8px;
  width: 8px;
  border-radius: 50%;
  transition: border 0.5s;
  background-color: #ffffff;
  font-size: 2rem;
  opacity: 1;
  border-width: 0px;
  margin: 6px;
}
.cid-tVeuZsR9VT .carousel-indicators li:hover {
  opacity: 1;
}
@media (max-width: 991px) {
  .cid-tVeuZsR9VT .carousel-controls {
    display: none;
  }
}
.cid-tVeuZsR9VT .carousel-controls .carousel-control-prev,
.cid-tVeuZsR9VT .carousel-controls .carousel-control-next {
  opacity: 1;
}
.cid-tVeuZsR9VT .carousel-controls a {
  transition: opacity 0.5s;
  font-size: 15px;
}
.cid-tVeuZsR9VT .carousel-controls a span {
  padding: 16.5px;
  border-radius: 50%;
  color: #13287d;
  background: #ffffff;
  font-weight: bold;
  box-shadow: 0 10px 30px 0 #e7eaf2;
}
.cid-tVeuZsR9VT .carousel-controls a:hover span {
  opacity: 1;
}
.cid-tVeuZsR9VT .card {
  background-color: #ffffff;
  border-radius: 5px;
  padding: 40px 40px 30px;
  position: relative;
}
.cid-tVeuZsR9VT .card .client-content {
  display: block;
}
.cid-tVeuZsR9VT .card .client-content .service-icon {
  text-align: left;
  position: relative;
  display: block;
}
.cid-tVeuZsR9VT .card .client-content .service-icon .front {
  color: #e3e5e6;
  font-size: 3.1875rem;
  position: relative;
  margin-bottom: 22px;
}
.cid-tVeuZsR9VT .card .client-content .service-icon:after {
  opacity: 0.5;
  width: 76px;
  height: 76px;
  content: "";
  position: absolute;
  top: -34px;
  left: 50%;
  margin-left: -13%;
  border-radius: 50%;
  z-index: 0;
}
.cid-tVeuZsR9VT .card .client-content .card-text {
  margin-bottom: 25px;
  color: #83868c;
}
.cid-tVeuZsR9VT .card .client-info {
  display: flex;
  align-items: center;
  position: relative;
  padding-top: 30px;
}
.cid-tVeuZsR9VT .card .client-info::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -40px;
  right: -40px;
  height: 1px;
  background-color: #dcdfe2;
}
.cid-tVeuZsR9VT .card .client-info .client-image {
  margin-right: 20px;
  flex: none;
  display: block;
}
.cid-tVeuZsR9VT .card .client-info .client-image img {
  width: 65px;
  height: 65px;
  object-fit: cover;
  border-radius: 50%;
  margin: auto;
  display: block;
  max-width: 100%;
}
.cid-tVeuZsR9VT .card .client-info .name-job .signature {
  margin-bottom: 0;
  color: #13287d;
}
.cid-tVeuZsR9VT .card .client-info .name-job .profession {
  color: #83868c;
}
@media (min-width: 768px) {
  .cid-tVeuZsR9VT .carousel-controls a {
    width: 5%;
  }
  .cid-tVeuZsR9VT .client-info {
    flex-direction: column;
    justify-content: center;
  }
  .cid-tVeuZsR9VT .client-info .client-image {
    margin-right: 0 !important;
    margin-bottom: 10px;
  }
  .cid-tVeuZsR9VT * {
    text-align: center;
  }
}
.cid-tVeuZtNUzh {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tVeuZtNUzh .main-content .mbr-section-subtitle {
  color: #279e64;
  margin-bottom: 10px;
}
.cid-tVeuZtNUzh .main-content .mbr-section-title {
  margin-bottom: 20px;
  color: #13287d;
}
.cid-tVeuZtNUzh .main-content .mbr-text {
  color: #83868c;
}
.cid-tVeuZtNUzh .categories {
  background-color: #eeeff2;
  padding: 35px 30px 40px;
  margin-bottom: 35px;
}
.cid-tVeuZtNUzh .categories .mbr-section-subtitle {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 30px;
  color: #13287d;
}
.cid-tVeuZtNUzh .categories .mbr-section-subtitle::before {
  content: "";
  display: block;
  width: 20px;
  height: 3px;
  background-color: #279e64;
  position: absolute;
  left: 0;
  bottom: 0;
}
.cid-tVeuZtNUzh .categories .mbr-section-subtitle::after {
  content: "";
  display: block;
  width: 35px;
  height: 3px;
  background-color: #279e64;
  position: absolute;
  left: 30px;
  bottom: 0;
}
.cid-tVeuZtNUzh .categories .nav {
  border: none;
  width: 100%;
  display: block !important;
  margin-top: -10px;
}
.cid-tVeuZtNUzh .categories .nav .nav-item {
  display: inline-block !important;
}
.cid-tVeuZtNUzh .categories .nav .nav-item:hover .nav-link {
  color: #ffffff !important;
  background: #279e64 !important;
}
.cid-tVeuZtNUzh .categories .nav .nav-item .nav-link {
  display: inline-block;
  color: #83868c;
  box-sizing: border-box;
  font-style: normal;
  background: #ffffff;
  padding: 11px 20px;
  border: 1px solid #efefef;
  margin-top: 10px;
  margin-right: 6px;
  border-radius: 3px !important;
  transition: all .3s linear 0ms;
  font-weight: 500;
  line-height: 1.8;
}
.cid-tVeuZtNUzh .categories .nav .nav-item .nav-link:hover {
  background-color: #ffffff;
  color: #000000;
}
.cid-tVeuZtNUzh .categories .nav .nav-item .nav-link.active {
  font-weight: 500;
  color: #000000;
  font-style: normal;
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-tVeuZtNUzh .nav-item {
    display: table-row !important;
  }
}
.cid-tVeuZtNUzh .card-wrapper {
  height: 100%;
  margin-bottom: 15px;
}
.cid-tVeuZtNUzh .card-wrapper .img-wrap {
  margin-bottom: 30px;
}
.cid-tVeuZtNUzh .card-wrapper .img-wrap img {
  width: 100%;
}
.cid-tVeuZtNUzh .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-tVeuZtNUzh .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-tVeuZtNUzh .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-tVeuZtNUzh .card-wrapper .card-box .meta::before {
  content: "";
  display: block;
  width: 20px;
  height: 3px;
  background-color: #279e64;
  position: absolute;
  left: 0;
  bottom: -25px;
}
.cid-tVeuZtNUzh .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-tVeuZtNUzh .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-tVeuZtNUzh .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-tVeuZtNUzh .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-tVeuZtNUzh .card-wrapper .card-box .meta .item-category:hover .mbr-iconfont {
  color: #279e64 !important;
}
.cid-tVeuZtNUzh .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-tVeuZtNUzh .card-wrapper .card-box .meta .item-date:hover .mbr-iconfont {
  color: #279e64 !important;
}
.cid-tVeuZtNUzh .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-tVeuZtNUzh .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-tVeuZtNUzh .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-tVeuZtNUzh .card-wrapper .card-box .meta .item-comment:hover .mbr-iconfont {
  color: #279e64 !important;
}
.cid-tVeuZtNUzh .card-wrapper .card-box .meta .item-comment:after {
  content: "";
  display: block;
  width: 35px;
  height: 3px;
  background-color: #279e64;
  position: absolute;
  left: 30px;
  bottom: -25px;
}
.cid-tVeuZtNUzh .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-tVeuZtNUzh .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-tVeuZtNUzh .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
}
.cid-tVeuZtNUzh .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-tVeuZtNUzh .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-tVeuZtNUzh .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-tVeuZtNUzh .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-tVeuZtNUzh .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-tVeuZtNUzh .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
.cid-tVeuZtNUzh .newsletter {
  padding: 35px 30px 40px;
  background-color: #eeeff2;
  border-radius: 3px;
  display: block;
}
.cid-tVeuZtNUzh .newsletter .mbr-section-subtitle {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 30px;
  color: #13287d;
}
.cid-tVeuZtNUzh .newsletter .mbr-section-subtitle::before {
  content: "";
  display: block;
  width: 20px;
  height: 3px;
  background-color: #279e64;
  position: absolute;
  left: 0;
  bottom: 0;
}
.cid-tVeuZtNUzh .newsletter .mbr-section-subtitle::after {
  content: "";
  display: block;
  width: 35px;
  height: 3px;
  background-color: #279e64;
  position: absolute;
  left: 30px;
  bottom: 0;
}
.cid-tVeuZtNUzh .newsletter .form-group,
.cid-tVeuZtNUzh .newsletter .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-tVeuZtNUzh .newsletter .form-control {
  font-size: 14px;
  background: #ffffff;
  color: #83868c;
  display: block;
  height: 60px;
  border-radius: 3px;
  width: 100%;
  padding: 13px 20px !important;
  padding-right: 50px !important;
  transition: all .3s linear 0ms;
}
.cid-tVeuZtNUzh .newsletter .form-control::-webkit-input-placeholder {
  color: #83868c;
}
.cid-tVeuZtNUzh .newsletter .form-control::-moz-placeholder {
  color: #83868c;
}
.cid-tVeuZtNUzh .newsletter .form-control:-moz-placeholder {
  color: #83868c;
}
.cid-tVeuZtNUzh .newsletter .form-control:-ms-input-placeholder {
  color: #83868c;
}
.cid-tVeuZtNUzh .newsletter .form-group {
  margin-bottom: 8.6px;
}
.cid-tVeuZtNUzh .newsletter .dragArea {
  flex-direction: column;
}
.cid-tVeuZtNUzh .newsletter .dragArea .mbr-section-btn .btn {
  font-weight: bold;
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: 100%;
  border-radius: 0;
}
.cid-tVeuZtNUzh .newsletter .dragArea .mbr-section-btn .btn.btn-secondary:hover {
  background-color: #ffc600 !important;
  border-color: #ffc600 !important;
  color: #000000 !important;
}
@media (max-width: 768px) {
  .cid-tVeuZtNUzh .img-wrap {
    margin-top: 20px;
  }
  .cid-tVeuZtNUzh .categories .mbr-section-subtitle {
    text-align: left;
  }
  .cid-tVeuZtNUzh .newsletter .mbr-section-subtitle {
    text-align: left;
  }
  .cid-tVeuZtNUzh .meta::before {
    display: none !important;
  }
  .cid-tVeuZtNUzh .meta .item-comment::after {
    display: none !important;
  }
  .cid-tVeuZtNUzh .link {
    justify-content: center !important;
  }
}
.cid-tVeuZw83Rn {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #4284df;
}
.cid-tVeuZw83Rn p {
  text-align: center;
}
.cid-tVeuZw83Rn .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tVeuZw83Rn .btn-underline:hover {
  color: #505050;
}
.cid-tVeuZw83Rn .btn-underline:before {
  background-color: #505050;
}
.cid-tVeuZw83Rn .social-list a:focus {
  text-decoration: none;
}
.cid-tVeuZw83Rn .text-copyright {
  width: 100%;
}
.cid-tVeuZw83Rn .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-tVeuZw83Rn .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-tVeuZw83Rn .logo-footer {
  line-height: normal;
}
.cid-tVeuZw83Rn .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tVeuZw83Rn .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tVeuZw83Rn .mbr-section-btn {
  font-size: 16px;
}
.cid-tVeuZw83Rn .mbr-section-btn a {
  margin: 0 1rem 0.5rem;
}
.cid-uHeI1OfkX3.popup-builder {
  background-color: #ffffff;
}
.cid-uHeI1OfkX3.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uHeI1OfkX3.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uHeI1OfkX3 .modal-content,
.cid-uHeI1OfkX3 .modal-dialog {
  height: auto;
}
.cid-uHeI1OfkX3 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uHeI1OfkX3 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uHeI1OfkX3 .form-wrapper .mbr-form .form-group,
  .cid-uHeI1OfkX3 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uHeI1OfkX3 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uHeI1OfkX3 .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-uHeI1OfkX3 .mbr-text {
  text-align: center;
}
.cid-uHeI1OfkX3 .pt-0 {
  padding-top: 0 !important;
}
.cid-uHeI1OfkX3 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uHeI1OfkX3 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uHeI1OfkX3 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uHeI1OfkX3 .modal-open {
  overflow: hidden;
}
.cid-uHeI1OfkX3 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uHeI1OfkX3 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uHeI1OfkX3 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uHeI1OfkX3 .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-uHeI1OfkX3 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uHeI1OfkX3 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uHeI1OfkX3 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uHeI1OfkX3 .modal-content {
  background: #ffc600;
  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-uHeI1OfkX3 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uHeI1OfkX3 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uHeI1OfkX3 .modal-backdrop.fade {
  opacity: 0;
}
.cid-uHeI1OfkX3 .modal-backdrop.show {
  opacity: .5;
}
.cid-uHeI1OfkX3 .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-uHeI1OfkX3 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uHeI1OfkX3 .modal-header {
    padding: 1rem;
  }
}
.cid-uHeI1OfkX3 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uHeI1OfkX3 .modal-header .close svg {
  fill: #353535;
}
.cid-uHeI1OfkX3 .modal-header .close:hover {
  opacity: 1;
}
.cid-uHeI1OfkX3 .modal-header .close:focus {
  outline: none;
}
.cid-uHeI1OfkX3 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uHeI1OfkX3 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uHeI1OfkX3 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uHeI1OfkX3 .modal-body {
    padding: 1rem;
  }
}
.cid-uHeI1OfkX3 .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-uHeI1OfkX3 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uHeI1OfkX3 .modal-footer {
    padding: 1rem;
  }
}
.cid-uHeI1OfkX3 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uHeI1OfkX3 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uHeI1OfkX3 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uHeI1OfkX3 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uHeI1OfkX3 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uHeI1OfkX3 .modal-lg,
  .cid-uHeI1OfkX3 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uHeI1OfkX3 .modal-xl {
    max-width: 1140px;
  }
}
.cid-uHeI1OfkX3 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uHeI1OfkX3 .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-uHeI1OfkX3 .form-group {
  margin-bottom: 1rem;
}
.cid-uHeI1OfkX3 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uHeI1OfkX3 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uHeI1OfkX3 .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-uHeI1OfkX3 .mbr-section-btn {
  margin: 0;
}
.cid-uHeI1OfkX3 .mbr-section-btn .btn {
  margin: 0;
}
