body {
  font-family: Be Vietnam;
}
.display-1 {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 2.5rem;
  line-height: 1;
  letter-spacing: -0.03em;
}
.display-1 > .mbr-iconfont {
  font-size: 4rem;
}
.display-2 {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 2rem;
  line-height: 1.05;
  letter-spacing: -0.02em;
}
.display-2 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-4 {
  font-family: 'Be Vietnam', sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.65;
}
.display-4 > .mbr-iconfont {
  font-size: 1rem;
}
.display-5 {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 1.75rem;
  line-height: 1.1;
  letter-spacing: -0.01em;
}
.display-5 > .mbr-iconfont {
  font-size: 2.8rem;
}
.display-7 {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 1.5rem;
  line-height: 1.35;
  letter-spacing: -0.01em;
}
.display-7 > .mbr-iconfont {
  font-size: 2.4rem;
}
/* ---- 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: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
  }
  .display-5 {
    font-size: 1.4rem;
    font-size: calc( 1.2625rem + (1.75 - 1.2625) * ((100vw - 20rem) / (48 - 20)));
  }
  .display-7 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
  }
}
/* Buttons */
.btn {
  padding: 14px 18px;
  border-radius: 4px;
}
.btn-sm {
  padding: 7px 15px;
  border-radius: 4px;
}
.btn-md {
  padding: 15px 20px;
  border-radius: 4px;
}
.btn-lg {
  padding: 18px 25px;
  border-radius: 4px;
}
.bg-primary {
  background-color: #e47524 !important;
}
.bg-success {
  background-color: #c6d677 !important;
}
.bg-info {
  background-color: #e47524 !important;
}
.bg-warning {
  background-color: #283742 !important;
}
.bg-danger {
  background-color: #e2c225 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #e47524 !important;
  border-color: #e47524 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #e47524;
  border-color: #e47524;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #e47524 !important;
  border-color: #e47524 !important;
}
.btn-primary:hover {
  background-color: #be5e17 !important;
  border-color: #be5e17 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #199bfc !important;
  border-color: #199bfc !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #199bfc;
  border-color: #199bfc;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #199bfc !important;
  border-color: #199bfc !important;
}
.btn-secondary:hover {
  background-color: #e47524 !important;
  border-color: #e47524 !important;
}
.btn-info,
.btn-info:active {
  background-color: #e47524 !important;
  border-color: #e47524 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #e47524;
  border-color: #e47524;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #e47524 !important;
  border-color: #e47524 !important;
}
.btn-info:hover {
  background-color: #be5e17 !important;
  border-color: #be5e17 !important;
}
.btn-success,
.btn-success:active {
  background-color: #c6d677 !important;
  border-color: #c6d677 !important;
  color: #353c12 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #353c12 !important;
  background-color: #c6d677;
  border-color: #c6d677;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #353c12 !important;
  background-color: #c6d677 !important;
  border-color: #c6d677 !important;
}
.btn-success:hover {
  background-color: #b6ca50 !important;
  border-color: #b6ca50 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #283742 !important;
  border-color: #283742 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #283742;
  border-color: #283742;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #283742 !important;
  border-color: #283742 !important;
}
.btn-warning:hover {
  background-color: #151d22 !important;
  border-color: #151d22 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #e2c225 !important;
  border-color: #e2c225 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #e2c225;
  border-color: #e2c225;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #e2c225 !important;
  border-color: #e2c225 !important;
}
.btn-danger:hover {
  background-color: #bba019 !important;
  border-color: #bba019 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white:hover {
  color: #17161a !important;
}
.btn-white.btn {
  color: #17161a !important;
}
.btn-black,
.btn-black:active {
  background-color: #17161a !important;
  border-color: #17161a !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #17161a;
  border-color: #17161a;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-primary-outline {
  border: 1px solid;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #e47524;
  color: #e47524;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background: #e47524 !important;
  border-color: #e47524;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #e47524 !important;
  border-color: #e47524 !important;
}
.btn-secondary-outline {
  border: 1px solid;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #199bfc;
  color: #199bfc;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background: #199bfc !important;
  border-color: #199bfc;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #199bfc !important;
  border-color: #199bfc !important;
}
.btn-secondary-outline:hover {
  background-color: #e47524 !important;
  border-color: #e47524 !important;
}
.btn-info-outline {
  border: 1px solid;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #e47524;
  color: #e47524;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background: #e47524 !important;
  border-color: #e47524;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #e47524 !important;
  border-color: #e47524 !important;
}
.btn-success-outline {
  border: 1px solid;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #c6d677;
  color: #c6d677;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #353c12 !important;
  background: #c6d677 !important;
  border-color: #c6d677;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #353c12 !important;
  background-color: #c6d677 !important;
  border-color: #c6d677 !important;
}
.btn-warning-outline {
  border: 1px solid;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #283742;
  color: #283742;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background: #283742 !important;
  border-color: #283742;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #283742 !important;
  border-color: #283742 !important;
}
.btn-danger-outline {
  border: 1px solid;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #e2c225;
  color: #e2c225;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff !important;
  background: #e2c225 !important;
  border-color: #e2c225;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #e2c225 !important;
  border-color: #e2c225 !important;
}
.btn-black-outline {
  border: 1px solid;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #17161a;
  color: #17161a;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff !important;
  background: #17161a !important;
  border-color: #17161a;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-white-outline {
  border: 1px solid;
}
.btn-white-outline,
.btn-white-outline:active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #808080 !important;
  background: #ffffff !important;
  border-color: #ffffff;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white-outline:hover {
  color: #17161a !important;
}
.text-primary {
  color: #e47524 !important;
}
.text-secondary {
  color: #199bfc !important;
}
.text-success {
  color: #c6d677 !important;
}
.text-info {
  color: #e47524 !important;
}
.text-warning {
  color: #283742 !important;
}
.text-danger {
  color: #e2c225 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #904712 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #0264ad !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #9db136 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #904712 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #020202 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #8e7913 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #666666 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #e47524 !important;
}
.alert-success {
  background-color: #c6d677;
}
.alert-info {
  background-color: #e47524;
}
.alert-warning {
  background-color: #283742;
}
.alert-danger {
  background-color: #e2c225;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none;
}
.mbr-gallery-filter li.active .btn {
  background-color: #e47524;
  border-color: #e47524;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #e47524;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fae7da;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #fae7da;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #92abbd;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #faf4d9;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 1.5rem;
  line-height: 1.35;
  letter-spacing: -0.01em;
}
.form-control > .mbr-iconfont {
  font-size: 2.4rem;
}
blockquote {
  border-color: #e47524;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #e47524;
  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: #e47524;
  border-bottom-color: #e47524;
}
.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: #e47524 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #199bfc !important;
  box-shadow: none !important;
}
.sidebar-block .mbr-gallery-item .galleryItem .onsale {
  top: 0px;
}
.sidebar-block .mbr-gallery-item .galleryItem .sidebar_wraper {
  bottom: -35px;
  margin-left: 1rem;
}
.cid-sN4bQ87YdE .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: top;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sN4bQ87YdE .nav-item:focus,
.cid-sN4bQ87YdE .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sN4bQ87YdE .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-sN4bQ87YdE .nav-item .nav-link {
    position: relative;
  }
  .cid-sN4bQ87YdE .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #e47524, #199bfc);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-sN4bQ87YdE .nav-item.open .nav-link::before {
    bottom: 0.2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-sN4bQ87YdE .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sN4bQ87YdE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5em 0.235em;
  transition: all 0.25s ease-in-out;
}
.cid-sN4bQ87YdE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sN4bQ87YdE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sN4bQ87YdE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sN4bQ87YdE .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sN4bQ87YdE .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-sN4bQ87YdE .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-sN4bQ87YdE .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
  line-height: 1.6;
}
.cid-sN4bQ87YdE .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-sN4bQ87YdE .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-sN4bQ87YdE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sN4bQ87YdE .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sN4bQ87YdE .navbar.collapsed .navbar-collapse.show,
.cid-sN4bQ87YdE .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sN4bQ87YdE .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-sN4bQ87YdE .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-sN4bQ87YdE .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sN4bQ87YdE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sN4bQ87YdE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sN4bQ87YdE .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sN4bQ87YdE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sN4bQ87YdE .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sN4bQ87YdE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sN4bQ87YdE .navbar.collapsed .right-menu,
.cid-sN4bQ87YdE .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-sN4bQ87YdE .navbar .navbar-collapse.show,
  .cid-sN4bQ87YdE .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sN4bQ87YdE .navbar .navbar-collapse.show .brand-container,
  .cid-sN4bQ87YdE .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-sN4bQ87YdE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sN4bQ87YdE .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sN4bQ87YdE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sN4bQ87YdE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sN4bQ87YdE .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sN4bQ87YdE .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sN4bQ87YdE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sN4bQ87YdE .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sN4bQ87YdE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-sN4bQ87YdE .navbar .right-menu,
  .cid-sN4bQ87YdE .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sN4bQ87YdE .navbar.navbar-short {
  min-height: 60px;
}
.cid-sN4bQ87YdE .navbar.navbar-short .mbr-overlay {
  background: #ffffff !important;
}
.cid-sN4bQ87YdE .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sN4bQ87YdE .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sN4bQ87YdE .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sN4bQ87YdE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sN4bQ87YdE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sN4bQ87YdE .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sN4bQ87YdE .dropdown-item.active,
.cid-sN4bQ87YdE .dropdown-item:active {
  background-color: transparent;
}
.cid-sN4bQ87YdE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sN4bQ87YdE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sN4bQ87YdE .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sN4bQ87YdE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sN4bQ87YdE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sN4bQ87YdE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sN4bQ87YdE ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-sN4bQ87YdE ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-sN4bQ87YdE .navbar-buttons {
  margin-left: auto;
}
.cid-sN4bQ87YdE button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sN4bQ87YdE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-sN4bQ87YdE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sN4bQ87YdE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sN4bQ87YdE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sN4bQ87YdE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sN4bQ87YdE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sN4bQ87YdE nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-sN4bQ87YdE nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-sN4bQ87YdE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sN4bQ87YdE a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sN4bQ87YdE .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sN4bQ87YdE .right-menu,
.cid-sN4bQ87YdE .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-sN4bQ87YdE .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sN4bQ87YdE .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sN4bQ87YdE .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sN4bQ87YdE .menu-top {
  text-align: center;
  width: 100%;
  background-color: #e45f05;
  padding: 0.5rem 0;
}
.cid-sN4bQ87YdE .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-sN4bQ87YdE .card-wrapper {
  z-index: 3;
}
.cid-sN4bQ87YdE .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-sN4bQ87YdE .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sN4bQ87YdE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sN4bZbYBYN {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sN4bZbYBYN .mbr-section-title {
  color: #d8f6ff;
  text-align: center;
  margin-bottom: 0;
  font-weight: 700;
}
.cid-sN4bZbYBYN .mbr-section-subtitle {
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 0;
  font-weight: 500;
  color: #1a7a96;
}
.cid-sN4bZbYBYN .row {
  align-items: center;
  height: 100%;
}
.cid-sN4bZbYBYN .container {
  max-width: 1100px;
}
.cid-sN4bZbYBYN .wrapper {
  margin: auto;
}
.cid-sWI30ham4b {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-1920x1920.jpg");
}
.cid-sWI30ham4b .title__block {
  margin-bottom: 40px;
}
.cid-sWI30ham4b .mbr-text {
  margin-bottom: 0;
}
.cid-sWI30ham4b .carousel-item {
  justify-content: center;
}
.cid-sWI30ham4b .carousel-control-prev {
  left: -8%;
  justify-content: flex-start !important;
  width: 10%;
}
.cid-sWI30ham4b .carousel-control-next {
  justify-content: flex-end !important;
  right: -8%;
  width: 10%;
}
.cid-sWI30ham4b .carousel-controls a span {
  width: 56px;
  height: 56px;
  line-height: 36px;
  font-size: 18px;
  position: absolute;
  padding: 10px;
  border-radius: 50%;
  color: #ffffff;
  background: rgba(25, 31, 35, 0.3);
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sWI30ham4b .carousel-controls a:hover span {
  background: rgba(25, 31, 35, 0.6);
}
.cid-sWI30ham4b .user_image {
  display: flex;
  width: 100%;
  height: 540px;
  margin: auto;
  perspective: 900px;
}
.cid-sWI30ham4b .user_image img {
  transition: transform 0.5s;
  width: 100%;
  height: 95%;
  object-fit: cover;
  border-radius: 6px;
}
.cid-sWI30ham4b .user_image img:hover {
  transform: rotateX(-3deg);
}
@media (max-width: 1350px) {
  .cid-sWI30ham4b .user {
    max-width: 87%;
  }
  .cid-sWI30ham4b .carousel-control-prev {
    justify-content: center !important;
    left: -3%;
  }
  .cid-sWI30ham4b .carousel-control-next {
    justify-content: center !important;
    right: -3%;
  }
}
@media (max-width: 991px) {
  .cid-sWI30ham4b .user {
    max-width: 100%;
  }
  .cid-sWI30ham4b .carousel-control-prev {
    left: -5%;
  }
  .cid-sWI30ham4b .carousel-control-next {
    right: -5%;
  }
  .cid-sWI30ham4b .user_image {
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-sWI30ham4b .title__block {
    margin-bottom: 20px;
  }
  .cid-sWI30ham4b .carousel-controls {
    display: none;
  }
}
.cid-sWI30ham4b .mbr-section-title {
  color: #a9c035;
}
.cid-uZC4AwDdRs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  justify-content: center;
  background-color: #edf6fd;
}
.cid-uZC4AwDdRs .item:focus,
.cid-uZC4AwDdRs span:focus {
  outline: none;
}
.cid-uZC4AwDdRs .decor-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-uZC4AwDdRs .decor-wrapper .decor-wrap_1 {
  width: 10%;
  height: 1px;
  background-image: linear-gradient(90deg, #eeeef4, #cdcddd 50%, #eeeef4);
  box-shadow: 0 0.5px 0.0625rem 0 #ffffff;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uZC4AwDdRs .decor-wrapper .decor-wrap_1 {
    margin-bottom: 20px;
  }
}
.cid-uZC4AwDdRs .decor-wrapper .decor-wrap_2 {
  width: 20%;
  height: 1px;
  background-image: linear-gradient(90deg, #eeeef4, #cdcddd 50%, #eeeef4);
  box-shadow: 0 0.5px 0.0625rem 0 #ffffff;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uZC4AwDdRs .decor-wrapper .decor-wrap_2 {
    margin-bottom: 20px;
  }
}
.cid-uZC4AwDdRs .decor-wrapper .decor-wrap_3 {
  width: 30%;
  height: 1px;
  background-image: linear-gradient(90deg, #eeeef4, #cdcddd 50%, #eeeef4);
  box-shadow: 0 0.5px 0.0625rem 0 #ffffff;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uZC4AwDdRs .decor-wrapper .decor-wrap_3 {
    margin-bottom: 20px;
  }
}
.cid-uZC4AwDdRs .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
  border-top: 1px solid #cdcddd;
  border-bottom: 1px solid #cdcddd;
}
.cid-uZC4AwDdRs .content-head {
  max-width: 800px;
}
.cid-uZC4AwDdRs .item {
  color: #49496d;
  padding: 16px 0;
}
.cid-u8h7DS9MVE {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #edf6fd;
}
.cid-u8h7DS9MVE .card {
  margin-bottom: 1.5rem;
}
.cid-u8h7DS9MVE .card-wrap {
  background-color: #edf6fd;
  padding: 1.25rem;
  width: 100%;
  height: 100%;
}
.cid-u8h7DS9MVE .mbr-section-title {
  margin-bottom: .75rem;
}
.cid-u8h7DS9MVE .cards-row {
  padding: 2.5rem 0 1rem 0;
}
.cid-v0siTDM9Zn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1080x650.jpg");
}
.cid-v0siTDM9Zn .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0siTDM9Zn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0siTDM9Zn .row {
  justify-content: space-between;
}
.cid-v0siTDM9Zn .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-v0siTDM9Zn .items-wrapper .item {
  margin-bottom: 32px;
}
.cid-v0siTDM9Zn .items-wrapper .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v0siTDM9Zn .items-wrapper .item {
    margin-bottom: 22px;
  }
}
.cid-v0siTDM9Zn .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-v0siTDM9Zn .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-v0siTDM9Zn .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 16px;
}
.cid-v0siTDM9Zn .mbr-section-title {
  color: #ffffff;
}
.cid-v0siTDM9Zn .item-title {
  color: #ffffff;
}
.cid-v0siTDM9Zn .item-text {
  color: #ffffff;
}
.cid-v0siTDM9Zn .mbr-section-title,
.cid-v0siTDM9Zn .title-wrapper {
  color: #e47524;
}
.cid-v2P8lvxFBo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #191f23;
}
.cid-v2P8lvxFBo .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2P8lvxFBo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2P8lvxFBo .image-wrapper {
  margin-right: 9.57vw;
}
@media (max-width: 991px) {
  .cid-v2P8lvxFBo .image-wrapper {
    margin: 0;
  }
}
.cid-v2P8lvxFBo .image-wrapper img {
  width: 100%;
  object-fit: cover;
  border-radius: 0px;
  max-height: 100vh;
}
.cid-v2P8lvxFBo .card-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding-top: 70px;
}
@media (max-width: 1399px) {
  .cid-v2P8lvxFBo .card-wrapper {
    padding-top: 5vw;
  }
}
@media (max-width: 991px) {
  .cid-v2P8lvxFBo .card-wrapper {
    padding-top: 8.2vw;
  }
}
.cid-v2P8lvxFBo .card-title {
  color: #FFFFFF;
  margin-bottom: 0;
}
.cid-v2P8lvxFBo .card-subtitle {
  color: #FFFFFF;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-v2P8lvxFBo .mbr-text {
  position: relative;
  margin-bottom: 0;
  color: #FFFFFF;
  margin-top: 34px;
  padding-left: 85px;
}
.cid-v2P8lvxFBo .mbr-text:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 75px;
  height: 1px;
  background-image: linear-gradient(-90deg, currentColor 0, rgba(255, 255, 255, 0) 100%);
}
.cid-v2P8lvxFBo .mbr-section-btn {
  margin-top: 24px;
}
.cid-v2P8lvxFBo .social-box {
  margin-top: auto;
  padding-top: 40px;
}
.cid-v2P8lvxFBo .social-row {
  width: 100%;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
.cid-v2P8lvxFBo .soc-item {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 24px 12px;
}
.cid-v2P8lvxFBo .soc-item:not(:first-child) {
  border-top: 1px solid #ffffff;
}
.cid-v2P8lvxFBo .soc-item .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 64px;
  min-height: 64px;
  border-radius: 50%;
  border: 1px solid #ffffff;
  padding: 15px;
  margin-right: 32px;
  font-size: 20px;
  color: #ffffff;
  transform: scale(1);
  transition: all 0.7s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.cid-v2P8lvxFBo .soc-item:hover .mbr-iconfont {
  transform: scale(0.85);
}
.cid-v2P8lvxFBo .soc-text {
  margin-bottom: 0;
  color: #FFFFFF;
}
.cid-v2mD7zVhys {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #889e58;
}
.cid-v2mD7zVhys .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2mD7zVhys .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2mD7zVhys .row {
  flex-direction: row-reverse;
}
.cid-v2mD7zVhys .image-wrapper {
  margin-right: 9.57vw;
  margin-right: 0;
  margin-left: 9.57vw;
}
@media (max-width: 991px) {
  .cid-v2mD7zVhys .image-wrapper {
    margin: 0;
  }
}
.cid-v2mD7zVhys .image-wrapper img {
  width: 100%;
  object-fit: cover;
  border-radius: 0px;
  max-height: 100vh;
}
.cid-v2mD7zVhys .card-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding-top: 70px;
}
@media (max-width: 1399px) {
  .cid-v2mD7zVhys .card-wrapper {
    padding-top: 5vw;
  }
}
@media (max-width: 991px) {
  .cid-v2mD7zVhys .card-wrapper {
    padding-top: 8.2vw;
  }
}
.cid-v2mD7zVhys .card-title {
  color: #FFFFFF;
  margin-bottom: 0;
}
.cid-v2mD7zVhys .card-subtitle {
  color: #FFFFFF;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-v2mD7zVhys .mbr-text {
  position: relative;
  margin-bottom: 0;
  color: #FFFFFF;
  margin-top: 34px;
  padding-left: 85px;
}
.cid-v2mD7zVhys .mbr-text:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 75px;
  height: 1px;
  background-image: linear-gradient(-90deg, currentColor 0, rgba(255, 255, 255, 0) 100%);
}
.cid-v2mD7zVhys .mbr-section-btn {
  margin-top: 24px;
}
.cid-v2mD7zVhys .social-box {
  margin-top: auto;
  padding-top: 40px;
}
.cid-v2mD7zVhys .social-row {
  width: 100%;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
.cid-v2mD7zVhys .soc-item {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 24px 12px;
}
.cid-v2mD7zVhys .soc-item:not(:first-child) {
  border-top: 1px solid #ffffff;
}
.cid-v2mD7zVhys .soc-item .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 64px;
  min-height: 64px;
  border-radius: 50%;
  border: 1px solid #ffffff;
  padding: 15px;
  margin-right: 32px;
  font-size: 20px;
  color: #ffffff;
  transform: scale(1);
  transition: all 0.7s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.cid-v2mD7zVhys .soc-item:hover .mbr-iconfont {
  transform: scale(0.85);
}
.cid-v2mD7zVhys .soc-text {
  margin-bottom: 0;
  color: #FFFFFF;
}
.cid-uYcWXcrwXs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e47524;
}
.cid-uYcWXcrwXs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYcWXcrwXs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYcWXcrwXs .image-wrapper {
  margin-right: 9.57vw;
}
@media (max-width: 991px) {
  .cid-uYcWXcrwXs .image-wrapper {
    margin: 0;
  }
}
.cid-uYcWXcrwXs .image-wrapper img {
  width: 100%;
  object-fit: cover;
  border-radius: 0px;
  max-height: 100vh;
}
.cid-uYcWXcrwXs .card-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding-top: 70px;
}
@media (max-width: 1399px) {
  .cid-uYcWXcrwXs .card-wrapper {
    padding-top: 5vw;
  }
}
@media (max-width: 991px) {
  .cid-uYcWXcrwXs .card-wrapper {
    padding-top: 8.2vw;
  }
}
.cid-uYcWXcrwXs .card-title {
  color: #FFFFFF;
  margin-bottom: 0;
}
.cid-uYcWXcrwXs .card-subtitle {
  color: #FFFFFF;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-uYcWXcrwXs .mbr-text {
  position: relative;
  margin-bottom: 0;
  color: #FFFFFF;
  margin-top: 34px;
  padding-left: 85px;
}
.cid-uYcWXcrwXs .mbr-text:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 75px;
  height: 1px;
  background-image: linear-gradient(-90deg, currentColor 0, rgba(255, 255, 255, 0) 100%);
}
.cid-uYcWXcrwXs .mbr-section-btn {
  margin-top: 24px;
}
.cid-uYcWXcrwXs .social-box {
  margin-top: auto;
  padding-top: 40px;
}
.cid-uYcWXcrwXs .social-row {
  width: 100%;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
.cid-uYcWXcrwXs .soc-item {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 24px 12px;
}
.cid-uYcWXcrwXs .soc-item:not(:first-child) {
  border-top: 1px solid #ffffff;
}
.cid-uYcWXcrwXs .soc-item .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 64px;
  min-height: 64px;
  border-radius: 50%;
  border: 1px solid #ffffff;
  padding: 15px;
  margin-right: 32px;
  font-size: 20px;
  color: #ffffff;
  transform: scale(1);
  transition: all 0.7s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.cid-uYcWXcrwXs .soc-item:hover .mbr-iconfont {
  transform: scale(0.85);
}
.cid-uYcWXcrwXs .soc-text {
  margin-bottom: 0;
  color: #FFFFFF;
}
.cid-uNgqBMmge4 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uNgqBMmge4 .mbr-section-title {
  margin-bottom: 20px;
  color: #8ba926;
}
.cid-uNgqBMmge4 .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-uNgqBMmge4 .mbr-text {
  margin: 15px;
}
.cid-uNgqBMmge4 .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 15px;
  opacity: 0.6;
}
.cid-uNgqBMmge4 .btn-primary:hover {
  background-color: #199bfc !important;
  border-color: #199bfc !important;
}
@media (max-width: 767px) {
  .cid-uNgqBMmge4 .mbr-section-btn {
    margin-top: 0;
    text-align: left;
  }
}
.cid-uNgqBMmge4 .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-uNgqBMmge4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNgqBMmge4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOpHrteNJM {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #e8e9d8;
}
.cid-uOpHrteNJM .mbr-section-title {
  margin-bottom: 20px;
  color: #8ba926;
}
.cid-uOpHrteNJM .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-uOpHrteNJM .mbr-text {
  margin: 15px;
}
.cid-uOpHrteNJM .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 15px;
  opacity: 0.6;
}
.cid-uOpHrteNJM .btn-primary:hover {
  background-color: #199bfc !important;
  border-color: #199bfc !important;
}
@media (max-width: 767px) {
  .cid-uOpHrteNJM .mbr-section-btn {
    margin-top: 0;
    text-align: left;
  }
}
.cid-uOpHrteNJM .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-uOpHrteNJM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOpHrteNJM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzd0GSNHvn {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uzd0GSNHvn .mbr-section-title {
  margin-bottom: 20px;
  color: #8ba926;
}
.cid-uzd0GSNHvn .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-uzd0GSNHvn .mbr-text {
  margin: 15px;
}
.cid-uzd0GSNHvn .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 15px;
  opacity: 0.6;
}
.cid-uzd0GSNHvn .btn-primary:hover {
  background-color: #199bfc !important;
  border-color: #199bfc !important;
}
@media (max-width: 767px) {
  .cid-uzd0GSNHvn .mbr-section-btn {
    margin-top: 0;
    text-align: left;
  }
}
.cid-uzd0GSNHvn .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-uzd0GSNHvn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzd0GSNHvn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzd1sD93bt {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #e8e9d8;
}
.cid-uzd1sD93bt .mbr-section-title {
  margin-bottom: 20px;
  color: #8ba926;
}
.cid-uzd1sD93bt .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-uzd1sD93bt .mbr-text {
  margin: 10px 0;
}
.cid-uzd1sD93bt .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 15px;
  opacity: 0.6;
}
.cid-uzd1sD93bt .btn-primary:hover {
  background-color: #199bfc !important;
  border-color: #199bfc !important;
}
@media (max-width: 767px) {
  .cid-uzd1sD93bt .mbr-section-btn {
    margin-top: 0;
    text-align: left;
  }
}
.cid-uzd1sD93bt .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-uzd1sD93bt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzd1sD93bt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-spXNTyehDD {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #edf6fd;
}
.cid-spXNTyehDD .mbr-text,
.cid-spXNTyehDD .ornament {
  color: #ffffff;
}
.cid-thUwvDrHMh {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #edf6fd;
}
.cid-thUwvDrHMh .mbr-text,
.cid-thUwvDrHMh .ornament {
  color: #069d9e;
}
.cid-syCZ8Ie4Zk {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e45f05;
}
.cid-syCZ8Ie4Zk .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-syCZ8Ie4Zk .mbr-section-subtitle {
  color: #1b745e;
  text-align: center;
  font-style: italic;
  padding-bottom: 12px;
}
.cid-syCZ8Ie4Zk .row {
  align-items: center;
  height: 100%;
}
.cid-syCZ8Ie4Zk .container {
  max-width: 720px;
  margin: auto;
}
.cid-syyDZIkgpr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e45f05;
}
@media (min-width: 1500px) {
  .cid-syyDZIkgpr .container {
    max-width: 1400px;
  }
}
.cid-syyDZIkgpr .card-wrapper {
  background: #e45f05;
  padding: 30px;
}
.cid-syyDZIkgpr .card-wrapper .image-wrap img {
  width: 100%;
}
.cid-syyDZIkgpr .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ff2b09;
  margin-bottom: 2rem;
}
.cid-syyDZIkgpr .row {
  justify-content: center;
}
.cid-syyDZIkgpr img {
  padding-bottom: 20px;
  height: 140px;
  width: auto;
  margin: auto;
}
.cid-syyDZIkgpr .mbr-section-title {
  padding: 0;
  margin: 0;
  padding-bottom: 70px;
}
.cid-smzKCfTJRS {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #065369;
}
.cid-smzKCfTJRS .item__head,
.cid-smzKCfTJRS .item__text,
.cid-smzKCfTJRS .img__text {
  margin-bottom: 0;
}
.cid-smzKCfTJRS .item__text,
.cid-smzKCfTJRS .img__text {
  margin-top: 15px;
  line-height: 1.35;
}
.cid-smzKCfTJRS .image img {
  width: 54px;
  max-height: 52px;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-smzKCfTJRS .content__block {
    margin-bottom: 30px;
  }
}
.cid-sxSKIu1NS6 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #f5f7fd;
}
.cid-sxSKIu1NS6 .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-sxSKIu1NS6 .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-sxSKIu1NS6 .col + .mbr-section-btn .btn,
.cid-sxSKIu1NS6 .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-sxSKIu1NS6 .col + .mbr-section-btn .btn,
  .cid-sxSKIu1NS6 .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-sxSKIu1NS6 .dragArea > *:nth-last-child(2).col,
  .cid-sxSKIu1NS6 .dragArea > *:nth-last-child(2).col-auto,
  .cid-sxSKIu1NS6 .col + .mbr-section-btn,
  .cid-sxSKIu1NS6 .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-sxSKIu1NS6 .dragArea {
    flex-direction: column;
  }
}
.cid-sxSKIu1NS6 .btn-primary {
  border: 1px solid #e47524 !important;
}
.cid-sxSKIu1NS6 .btn-primary:hover {
  border: 1px solid #e47524 !important;
}
.cid-sxSKIu1NS6 .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-sxSKIu1NS6 .form-group {
  max-width: 220px;
}
.cid-sxSKIu1NS6 .mbr-section-btn {
  padding-left: 0;
}
.cid-sxSKIu1NS6 .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-sxSKIu1NS6 .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-sxSKIu1NS6 .mbr-text {
  color: #444;
}
.cid-sxSKIu1NS6 h5 {
  margin-bottom: 0;
}
.cid-sxSKIu1NS6 .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-sxSKIu1NS6 .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sxSKIu1NS6 .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-sxSKIu1NS6 .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sxSKIu1NS6 .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: center;
  align-items: center;
}
.cid-sxSKIu1NS6 .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-sxSKIu1NS6 .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sxSKIu1NS6 .social-list a:hover {
  opacity: 0.4;
}
.cid-sxSKIu1NS6 .media-container-row > div {
  padding: 0px;
}
.cid-sxSKIu1NS6 .text2 {
  color: #000000;
  text-align: left;
}
.cid-sxSKIu1NS6 .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-sxSKIu1NS6 .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sxSKIu1NS6 .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-sxSKIu1NS6 .social-list,
  .cid-sxSKIu1NS6 .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sxSKIu1NS6 h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-sxSKIu1NS6 .form-group {
    max-width: 180px;
  }
}
.cid-sxSKIu1NS6 .links span {
  color: #9e9e9e;
}
.cid-sxSKIu1NS6 .logo-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-sxSKIu1NS6 .logo-title {
  text-align: center;
}
.cid-sxSKIu1NS6 .row {
  margin: auto;
}
.cid-sxSKIu1NS6 .centercol {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-sxSKIu1NS6 .title-align {
  margin-left: -30px;
}
.cid-syDowfO0dB {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #c3c3c3;
}
.cid-syDowfO0dB .mbr-section-title {
  color: #065369;
  text-align: left;
  margin: auto;
  padding: 20px 0;
}
.cid-syDowfO0dB .mbr-section-subtitle {
  color: #1b745e;
  text-align: center;
  font-style: italic;
  padding-bottom: 12px;
}
.cid-syDowfO0dB .row {
  align-items: center;
  height: 100%;
}
.cid-syDowfO0dB .container {
  margin: auto;
}
.cid-ti4XEyAgUE.popup-builder {
  background-color: #ffffff;
}
.cid-ti4XEyAgUE.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ti4XEyAgUE.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ti4XEyAgUE .modal-content,
.cid-ti4XEyAgUE .modal-dialog {
  height: auto;
}
.cid-ti4XEyAgUE .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ti4XEyAgUE .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ti4XEyAgUE .form-wrapper .mbr-form .form-group,
  .cid-ti4XEyAgUE .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ti4XEyAgUE .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ti4XEyAgUE .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-ti4XEyAgUE .mbr-text {
  text-align: center;
}
.cid-ti4XEyAgUE .pt-0 {
  padding-top: 0 !important;
}
.cid-ti4XEyAgUE .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ti4XEyAgUE .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ti4XEyAgUE .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ti4XEyAgUE .modal-open {
  overflow: hidden;
}
.cid-ti4XEyAgUE .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ti4XEyAgUE .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ti4XEyAgUE .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ti4XEyAgUE .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-ti4XEyAgUE .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ti4XEyAgUE .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ti4XEyAgUE .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ti4XEyAgUE .modal-content {
  background: #e5e7cd;
  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-ti4XEyAgUE .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ti4XEyAgUE .modal-backdrop.fade {
  opacity: 0;
}
.cid-ti4XEyAgUE .modal-backdrop.show {
  opacity: .5;
}
.cid-ti4XEyAgUE .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-ti4XEyAgUE .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ti4XEyAgUE .modal-header .close:hover {
  opacity: 1;
}
.cid-ti4XEyAgUE .modal-header .close:focus {
  outline: none;
}
.cid-ti4XEyAgUE .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-ti4XEyAgUE .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-ti4XEyAgUE .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-ti4XEyAgUE .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ti4XEyAgUE .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ti4XEyAgUE .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ti4XEyAgUE .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ti4XEyAgUE .modal-sm {
    max-width: 300px;
  }
  .cid-ti4XEyAgUE .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-ti4XEyAgUE .modal-lg,
  .cid-ti4XEyAgUE .modal-xl {
    max-width: 800px;
  }
  .cid-ti4XEyAgUE .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-ti4XEyAgUE .modal-xl {
    max-width: 1140px;
  }
  .cid-ti4XEyAgUE .container {
    max-width: 1140px;
  }
}
.cid-ti4XEyAgUE .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-ti4XEyAgUE .container {
    max-width: 720px;
  }
}
.cid-ti4XEyAgUE .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ti4XEyAgUE .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-ti4XEyAgUE .form-group {
  margin-bottom: 1rem;
}
.cid-ti4XEyAgUE .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ti4XEyAgUE .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ti4XEyAgUE .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-ti50o73Y6m.popup-builder {
  background-color: #ffffff;
}
.cid-ti50o73Y6m.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ti50o73Y6m.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ti50o73Y6m .modal-content,
.cid-ti50o73Y6m .modal-dialog {
  height: auto;
}
.cid-ti50o73Y6m .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ti50o73Y6m .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ti50o73Y6m .form-wrapper .mbr-form .form-group,
  .cid-ti50o73Y6m .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ti50o73Y6m .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ti50o73Y6m .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-ti50o73Y6m .mbr-text {
  text-align: center;
}
.cid-ti50o73Y6m .pt-0 {
  padding-top: 0 !important;
}
.cid-ti50o73Y6m .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ti50o73Y6m .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ti50o73Y6m .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ti50o73Y6m .modal-open {
  overflow: hidden;
}
.cid-ti50o73Y6m .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ti50o73Y6m .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ti50o73Y6m .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ti50o73Y6m .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-ti50o73Y6m .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ti50o73Y6m .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ti50o73Y6m .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ti50o73Y6m .modal-content {
  background: #e5e7cd;
  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-ti50o73Y6m .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ti50o73Y6m .modal-backdrop.fade {
  opacity: 0;
}
.cid-ti50o73Y6m .modal-backdrop.show {
  opacity: .5;
}
.cid-ti50o73Y6m .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-ti50o73Y6m .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ti50o73Y6m .modal-header .close:hover {
  opacity: 1;
}
.cid-ti50o73Y6m .modal-header .close:focus {
  outline: none;
}
.cid-ti50o73Y6m .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-ti50o73Y6m .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-ti50o73Y6m .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-ti50o73Y6m .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ti50o73Y6m .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ti50o73Y6m .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ti50o73Y6m .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ti50o73Y6m .modal-sm {
    max-width: 300px;
  }
  .cid-ti50o73Y6m .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-ti50o73Y6m .modal-lg,
  .cid-ti50o73Y6m .modal-xl {
    max-width: 800px;
  }
  .cid-ti50o73Y6m .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-ti50o73Y6m .modal-xl {
    max-width: 1140px;
  }
  .cid-ti50o73Y6m .container {
    max-width: 1140px;
  }
}
.cid-ti50o73Y6m .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-ti50o73Y6m .container {
    max-width: 720px;
  }
}
.cid-ti50o73Y6m .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ti50o73Y6m .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-ti50o73Y6m .form-group {
  margin-bottom: 1rem;
}
.cid-ti50o73Y6m .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ti50o73Y6m .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ti50o73Y6m .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-ssAWL2qnUC {
  padding-top: 120px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-ssAWL2qnUC .mbr-section-title {
  letter-spacing: .1em;
}
.cid-ssAWL2qnUC .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-ssAWL2qnUC .card-img span {
  font-size: 100px;
}
.cid-ssAWL2qnUC .mbr-text,
.cid-ssAWL2qnUC .mbr-section-btn {
  color: #191f23;
}
.cid-ssAWL2qnUC .mbr-section-title,
.cid-ssAWL2qnUC .card-img {
  color: #065369;
}
.cid-uSUWFcakwS {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSUWFcakwS .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-uSUWFcakwS .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #1d2c35;
  margin-left: 1rem;
}
.cid-uSUWFcakwS .panel-group {
  border: none;
}
.cid-uSUWFcakwS .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uSUWFcakwS .panel-body,
.cid-uSUWFcakwS .card-header {
  padding: 1rem 0;
}
.cid-uSUWFcakwS .panel-title-edit {
  color: #8ba926;
}
.cid-uSUWFcakwS .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uSUWFcakwS .panel-text {
  color: #191f23;
}
.cid-uyJVx7US3i {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uyJVx7US3i .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-uyJVx7US3i .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #1d2c35;
  margin-left: 1rem;
}
.cid-uyJVx7US3i .panel-group {
  border: none;
}
.cid-uyJVx7US3i .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uyJVx7US3i .panel-body,
.cid-uyJVx7US3i .card-header {
  padding: 1rem 0;
}
.cid-uyJVx7US3i .panel-title-edit {
  color: #e47524;
}
.cid-uyJVx7US3i .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uyJVx7US3i .panel-text {
  color: #191f23;
}
.cid-uOtG6OOU78 {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uOtG6OOU78 .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-uOtG6OOU78 .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #1d2c35;
  margin-left: 1rem;
}
.cid-uOtG6OOU78 .panel-group {
  border: none;
}
.cid-uOtG6OOU78 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uOtG6OOU78 .panel-body,
.cid-uOtG6OOU78 .card-header {
  padding: 1rem 0;
}
.cid-uOtG6OOU78 .panel-title-edit {
  color: #8ba926;
}
.cid-uOtG6OOU78 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uOtG6OOU78 .panel-text {
  color: #191f23;
}
.cid-uNgrQhmutZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #8ba926;
}
.cid-uNgrQhmutZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNgrQhmutZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNgrQhmutZ .row {
  flex-direction: row-reverse;
}
.cid-uNgrQhmutZ .image-wrapper {
  margin-right: 9.57vw;
  margin-right: 0;
  margin-left: 9.57vw;
}
@media (max-width: 991px) {
  .cid-uNgrQhmutZ .image-wrapper {
    margin: 0;
  }
}
.cid-uNgrQhmutZ .image-wrapper img {
  width: 100%;
  object-fit: cover;
  border-radius: 0px;
  max-height: 100vh;
}
.cid-uNgrQhmutZ .card-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding-top: 70px;
}
@media (max-width: 1399px) {
  .cid-uNgrQhmutZ .card-wrapper {
    padding-top: 5vw;
  }
}
@media (max-width: 991px) {
  .cid-uNgrQhmutZ .card-wrapper {
    padding-top: 8.2vw;
  }
}
.cid-uNgrQhmutZ .card-title {
  color: #FFFFFF;
  margin-bottom: 0;
}
.cid-uNgrQhmutZ .card-subtitle {
  color: #FFFFFF;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-uNgrQhmutZ .mbr-text {
  position: relative;
  margin-bottom: 0;
  color: #FFFFFF;
  margin-top: 34px;
  padding-left: 85px;
}
.cid-uNgrQhmutZ .mbr-text:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 75px;
  height: 1px;
  background-image: linear-gradient(-90deg, currentColor 0, rgba(255, 255, 255, 0) 100%);
}
.cid-uNgrQhmutZ .mbr-section-btn {
  margin-top: 24px;
}
.cid-uNgrQhmutZ .social-box {
  margin-top: auto;
  padding-top: 40px;
}
.cid-uNgrQhmutZ .social-row {
  width: 100%;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
.cid-uNgrQhmutZ .soc-item {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 24px 12px;
}
.cid-uNgrQhmutZ .soc-item:not(:first-child) {
  border-top: 1px solid #ffffff;
}
.cid-uNgrQhmutZ .soc-item .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 64px;
  min-height: 64px;
  border-radius: 50%;
  border: 1px solid #ffffff;
  padding: 15px;
  margin-right: 32px;
  font-size: 20px;
  color: #ffffff;
  transform: scale(1);
  transition: all 0.7s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.cid-uNgrQhmutZ .soc-item:hover .mbr-iconfont {
  transform: scale(0.85);
}
.cid-uNgrQhmutZ .soc-text {
  margin-bottom: 0;
  color: #FFFFFF;
}
.cid-sziXzEvgcD {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #4c8214;
}
.cid-sziXzEvgcD .text {
  letter-spacing: 0.03em;
  line-height: 1.7;
}
.cid-sziXzEvgcD .mbr-text {
  width: 100%;
  height: auto;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sziXzEvgcD .row {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .cid-sziXzEvgcD .content {
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
  }
}
.cid-uOpD5xBDSs {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #eb6d1b;
}
.cid-uOpD5xBDSs .mbr-section-title {
  color: #d8f6ff;
  text-align: center;
  margin-bottom: 0;
  font-weight: 700;
}
.cid-uOpD5xBDSs .mbr-section-subtitle {
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 0;
  font-weight: 500;
  color: #1a7a96;
}
.cid-uOpD5xBDSs .row {
  align-items: center;
  height: 100%;
}
.cid-uOpD5xBDSs .container {
  max-width: 1100px;
}
.cid-uOpD5xBDSs .wrapper {
  margin: auto;
}
.cid-sx2II9zcUb {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #f5f7fd;
}
@media (min-width: 992px) {
  .cid-sx2II9zcUb .col-lg-2 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.cid-sx2II9zcUb .social-row {
  display: flex;
  margin-bottom: 1rem;
}
.cid-sx2II9zcUb .social-row .soc-item {
  display: inline-block;
  text-align: center;
  padding-right: 3px;
  transition: all 0.3s;
}
.cid-sx2II9zcUb .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #da4315;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .cid-sx2II9zcUb .social-row {
    justify-content: center;
  }
}
.cid-sx2II9zcUb img {
  transition: all 0.3s;
}
.cid-sx2II9zcUb img:hover {
  transform: scale(1.1);
}
.cid-sx2II9zcUb img,
.cid-sx2II9zcUb .item-img {
  width: 100%;
  overflow: hidden;
}
.cid-sx2II9zcUb .item:focus,
.cid-sx2II9zcUb span:focus {
  outline: none;
}
.cid-sx2II9zcUb .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sx2II9zcUb .item-content {
  padding: 1rem;
  border: 1px solid #efefef;
}
.cid-sx2II9zcUb .item-wrapper {
  position: relative;
  margin-right: -1px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-sx2II9zcUb .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sx2II9zcUb .mbr-section-title {
  color: #147777;
}
.cid-sx2II9zcUb .item-title {
  color: #da4315;
  text-align: center;
}
.cid-sx2II9zcUb .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-sx2II9zcUb .mbr-section-subtitle {
  color: #da4315;
}
.cid-ssBsTjyeX4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #656565;
}
@media (max-width: 767px) {
  .cid-ssBsTjyeX4 h2 {
    margin-bottom: 1rem;
  }
  .cid-ssBsTjyeX4 .wrapper {
    display: flex;
    flex-direction: column;
  }
  .cid-ssBsTjyeX4 .mbr-section-btn {
    margin-left: 1px;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) and (min-width: 992px) {
  .cid-ssBsTjyeX4 .container-column {
    text-align: center;
  }
}
@media (min-width: 767px) {
  .cid-ssBsTjyeX4 .wrapper {
    display: flex;
    justify-content: space-between;
    padding: 0 1rem;
  }
  .cid-ssBsTjyeX4 .container {
    position: relative;
  }
  .cid-ssBsTjyeX4 h2 {
    margin: 0;
  }
}
.cid-ssBsTjyeX4 .btn {
  margin: 0;
  position: relative;
  padding: 0.7rem 2.4rem;
  color: #101010 !important;
}
.cid-ssBsTjyeX4 hr {
  width: 40px;
  height: 2px;
  top: -2.6rem;
}
.cid-ssBsTjyeX4 .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-ssBsTjyeX4 .btn:hover {
  color: #ffffff !important;
}
.cid-trpCGeyGJp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #069d9e;
}
.cid-trpCGeyGJp .mbr-section-title {
  margin-bottom: 20px;
  color: #ffffff;
}
.cid-trpCGeyGJp .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-trpCGeyGJp .mbr-text {
  margin: 10px 0;
}
.cid-trpCGeyGJp .divider {
  background-color: #ffffff;
  width: 100%;
  height: 1px;
  margin: 15px;
  opacity: 0.6;
}
.cid-trpCGeyGJp .btn-primary:hover {
  background-color: #199bfc !important;
  border-color: #199bfc !important;
}
@media (max-width: 767px) {
  .cid-trpCGeyGJp .mbr-section-btn {
    margin-top: 0;
    text-align: left;
  }
}
.cid-trpCGeyGJp .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-sMiggzw8lT {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #eb6d1b;
}
.cid-sMiggzw8lT .mbr-section-title {
  color: #d8f6ff;
  text-align: center;
  margin-bottom: 0;
  font-weight: 700;
}
.cid-sMiggzw8lT .mbr-section-subtitle {
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 0;
  font-weight: 500;
  color: #1a7a96;
}
.cid-sMiggzw8lT .row {
  align-items: center;
  height: 100%;
}
.cid-sMiggzw8lT .container {
  max-width: 1100px;
}
.cid-sMiggzw8lT .wrapper {
  margin: auto;
}
.cid-uOpCYYFo7T {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #4c8214;
}
.cid-uOpCYYFo7T .text {
  letter-spacing: 0.03em;
  line-height: 1.7;
}
.cid-uOpCYYFo7T .mbr-text {
  width: 100%;
  height: auto;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uOpCYYFo7T .row {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .cid-uOpCYYFo7T .content {
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
  }
}
.cid-syrrs64Aix {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-syrrs64Aix .mbr-text,
.cid-syrrs64Aix .mbr-section-btn {
  color: #1d2c35;
}
.cid-syrrs64Aix .card-title,
.cid-syrrs64Aix .card-box {
  color: #1d2c35;
}
.cid-syrrs64Aix .mbr-text,
.cid-syrrs64Aix .link-wrap {
  color: #1d2c35;
}
.cid-sUfykDBXz5 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sUfykDBXz5 .nav-tabs .nav-item.open .nav-link:focus,
.cid-sUfykDBXz5 .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-sUfykDBXz5 .nav-tabs {
  -webkit-flex-wrap: wrap;
  justify-content: center;
  flex-wrap: wrap;
  border: 0;
}
.cid-sUfykDBXz5 .nav-tabs .nav-item {
  padding: 0.25rem 1rem;
}
.cid-sUfykDBXz5 .nav-tabs .nav-link {
  border-radius: 0 !important;
  font-style: normal;
  font-weight: 500;
  color: #777d74 !important;
  transition: all .5s;
}
.cid-sUfykDBXz5 .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #000000 !important;
}
.cid-sUfykDBXz5 .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #000000 !important;
  font-style: normal;
}
.cid-sUfykDBXz5 .nav-link {
  border: none;
  border-bottom: 3px solid #f8f8f8 !important;
}
.cid-sUfykDBXz5 .nav-link:hover {
  border: none;
  border-bottom: 3px solid #72dfe9 !important;
}
.cid-sUfykDBXz5 .nav-link.active {
  border: none;
  border-bottom: 3px solid #72dfe9 !important;
}
.cid-sUfykDBXz5 P {
  color: #42424c;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-sUfykDBXz5 .nav-tabs {
    flex-direction: column;
    justify-content: center;
  }
  .cid-sUfykDBXz5 .mbr-text,
  .cid-sUfykDBXz5 .nav-link {
    text-align: center;
  }
}
.cid-sUfykDBXz5 H2 {
  text-align: center;
}
.cid-sx2MdfTP4d {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #4c8214;
}
.cid-sx2MdfTP4d .text {
  letter-spacing: 0.03em;
  line-height: 1.7;
}
.cid-sx2MdfTP4d .mbr-text {
  width: 100%;
  height: auto;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sx2MdfTP4d .row {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .cid-sx2MdfTP4d .content {
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
  }
}
.cid-sy5gFwljXL {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #f5f7fd;
}
.cid-sy5gFwljXL .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-sy5gFwljXL .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-sy5gFwljXL .col + .mbr-section-btn .btn,
.cid-sy5gFwljXL .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-sy5gFwljXL .col + .mbr-section-btn .btn,
  .cid-sy5gFwljXL .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-sy5gFwljXL .dragArea > *:nth-last-child(2).col,
  .cid-sy5gFwljXL .dragArea > *:nth-last-child(2).col-auto,
  .cid-sy5gFwljXL .col + .mbr-section-btn,
  .cid-sy5gFwljXL .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-sy5gFwljXL .dragArea {
    flex-direction: column;
  }
}
.cid-sy5gFwljXL .btn-primary {
  border: 1px solid #e47524 !important;
}
.cid-sy5gFwljXL .btn-primary:hover {
  border: 1px solid #e47524 !important;
}
.cid-sy5gFwljXL .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-sy5gFwljXL .form-group {
  max-width: 220px;
}
.cid-sy5gFwljXL .mbr-section-btn {
  padding-left: 0;
}
.cid-sy5gFwljXL .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-sy5gFwljXL .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-sy5gFwljXL .mbr-text {
  color: #444;
}
.cid-sy5gFwljXL h5 {
  margin-bottom: 0;
}
.cid-sy5gFwljXL .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-sy5gFwljXL .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sy5gFwljXL .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-sy5gFwljXL .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sy5gFwljXL .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: center;
  align-items: center;
}
.cid-sy5gFwljXL .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-sy5gFwljXL .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sy5gFwljXL .social-list a:hover {
  opacity: 0.4;
}
.cid-sy5gFwljXL .media-container-row > div {
  padding: 0px;
}
.cid-sy5gFwljXL .text2 {
  color: #000000;
  text-align: left;
}
.cid-sy5gFwljXL .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-sy5gFwljXL .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sy5gFwljXL .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-sy5gFwljXL .social-list,
  .cid-sy5gFwljXL .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sy5gFwljXL h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-sy5gFwljXL .form-group {
    max-width: 180px;
  }
}
.cid-sy5gFwljXL .links span {
  color: #9e9e9e;
}
.cid-sy5gFwljXL .logo-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-sy5gFwljXL .logo-title {
  text-align: center;
}
.cid-sy5gFwljXL .row {
  margin: auto;
}
.cid-sy5gFwljXL .centercol {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-sy5gFwljXL .title-align {
  margin-left: -30px;
}
.cid-syDsfZuH2H {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #c3c3c3;
}
.cid-syDsfZuH2H .mbr-section-title {
  color: #065369;
  text-align: left;
  margin: auto;
  padding: 20px 0;
}
.cid-syDsfZuH2H .mbr-section-subtitle {
  color: #1b745e;
  text-align: center;
  font-style: italic;
  padding-bottom: 12px;
}
.cid-syDsfZuH2H .row {
  align-items: center;
  height: 100%;
}
.cid-syDsfZuH2H .container {
  margin: auto;
}
.cid-szcXLpul1C .icon-bar {
  z-index: 100002;
  left: 0.4%;
  position: fixed;
  top: 50%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-szcXLpul1C .icon-bar a:hover {
  background-color: #e49105;
  width: 100px;
}
.cid-szcXLpul1C .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 2px;
  border-radius: 14px;
}
.cid-szcXLpul1C .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-szcXLpul1C .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-szcXLpul1C .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-szcXLpul1C .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-szcXLpul1C .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-szcXLpul1C .instagram {
  background: #6F3AA7;
  color: white;
  width: 50px;
}
.cid-szcXLpul1C .custom1 {
  background: #ff7300;
  color: white;
  width: 50px;
}
.cid-szcXLpul1C .custom2 {
  background: #01bf46;
  color: white;
  width: 50px;
}
.cid-szcXLpul1C .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-szcXLpul1C .corner-ribbon {
  z-index: 20001;
  width: 200px;
  background-image: linear-gradient(#55b4d4, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-szcXLpul1C .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #55b4d4);
}
.cid-szcXLpul1C .corner-ribbon.top-zen {
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: fixed;
}
.cid-szcXLpul1C P {
  color: #065369;
}
.cid-szcXLpul1C DIV {
  color: #ffffff;
}
.cid-szcXLpul1C H10 {
  color: #767676;
}
.cid-szcXLpul1C .hidden {
  display: none;
}
.cid-sN4bQ87YdE .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: top;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sN4bQ87YdE .nav-item:focus,
.cid-sN4bQ87YdE .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sN4bQ87YdE .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-sN4bQ87YdE .nav-item .nav-link {
    position: relative;
  }
  .cid-sN4bQ87YdE .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #e47524, #199bfc);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-sN4bQ87YdE .nav-item.open .nav-link::before {
    bottom: 0.2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-sN4bQ87YdE .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sN4bQ87YdE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5em 0.235em;
  transition: all 0.25s ease-in-out;
}
.cid-sN4bQ87YdE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sN4bQ87YdE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sN4bQ87YdE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sN4bQ87YdE .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sN4bQ87YdE .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-sN4bQ87YdE .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-sN4bQ87YdE .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
  line-height: 1.6;
}
.cid-sN4bQ87YdE .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-sN4bQ87YdE .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-sN4bQ87YdE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sN4bQ87YdE .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sN4bQ87YdE .navbar.collapsed .navbar-collapse.show,
.cid-sN4bQ87YdE .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sN4bQ87YdE .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-sN4bQ87YdE .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-sN4bQ87YdE .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sN4bQ87YdE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sN4bQ87YdE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sN4bQ87YdE .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sN4bQ87YdE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sN4bQ87YdE .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sN4bQ87YdE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sN4bQ87YdE .navbar.collapsed .right-menu,
.cid-sN4bQ87YdE .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-sN4bQ87YdE .navbar .navbar-collapse.show,
  .cid-sN4bQ87YdE .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sN4bQ87YdE .navbar .navbar-collapse.show .brand-container,
  .cid-sN4bQ87YdE .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-sN4bQ87YdE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sN4bQ87YdE .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sN4bQ87YdE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sN4bQ87YdE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sN4bQ87YdE .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sN4bQ87YdE .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sN4bQ87YdE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sN4bQ87YdE .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sN4bQ87YdE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-sN4bQ87YdE .navbar .right-menu,
  .cid-sN4bQ87YdE .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sN4bQ87YdE .navbar.navbar-short {
  min-height: 60px;
}
.cid-sN4bQ87YdE .navbar.navbar-short .mbr-overlay {
  background: #ffffff !important;
}
.cid-sN4bQ87YdE .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sN4bQ87YdE .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sN4bQ87YdE .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sN4bQ87YdE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sN4bQ87YdE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sN4bQ87YdE .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sN4bQ87YdE .dropdown-item.active,
.cid-sN4bQ87YdE .dropdown-item:active {
  background-color: transparent;
}
.cid-sN4bQ87YdE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sN4bQ87YdE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sN4bQ87YdE .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sN4bQ87YdE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sN4bQ87YdE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sN4bQ87YdE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sN4bQ87YdE ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-sN4bQ87YdE ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-sN4bQ87YdE .navbar-buttons {
  margin-left: auto;
}
.cid-sN4bQ87YdE button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sN4bQ87YdE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-sN4bQ87YdE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sN4bQ87YdE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sN4bQ87YdE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sN4bQ87YdE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sN4bQ87YdE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sN4bQ87YdE nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-sN4bQ87YdE nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-sN4bQ87YdE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sN4bQ87YdE a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sN4bQ87YdE .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sN4bQ87YdE .right-menu,
.cid-sN4bQ87YdE .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-sN4bQ87YdE .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sN4bQ87YdE .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sN4bQ87YdE .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sN4bQ87YdE .menu-top {
  text-align: center;
  width: 100%;
  background-color: #e45f05;
  padding: 0.5rem 0;
}
.cid-sN4bQ87YdE .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-sN4bQ87YdE .card-wrapper {
  z-index: 3;
}
.cid-sN4bQ87YdE .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-sN4bQ87YdE .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sN4bQ87YdE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-st9kIyLBw6 {
  padding-top: 120px;
  padding-bottom: 15px;
  background-color: #e8e9d8;
}
@media (max-width: 767px) {
  .cid-st9kIyLBw6 h2 {
    margin-bottom: 1rem;
  }
  .cid-st9kIyLBw6 .wrapper {
    display: flex;
    flex-direction: column;
  }
  .cid-st9kIyLBw6 .mbr-section-btn {
    margin-left: 1px;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) and (min-width: 992px) {
  .cid-st9kIyLBw6 .container-column {
    text-align: center;
  }
}
@media (min-width: 767px) {
  .cid-st9kIyLBw6 .wrapper {
    display: flex;
    justify-content: space-between;
    padding: 0 1rem;
  }
  .cid-st9kIyLBw6 .container {
    position: relative;
  }
  .cid-st9kIyLBw6 h2 {
    margin: 0;
  }
}
.cid-st9kIyLBw6 .btn {
  margin: 0;
  position: relative;
  padding: 0.7rem 2.4rem;
  color: #101010 !important;
}
.cid-st9kIyLBw6 hr {
  width: 40px;
  height: 2px;
  top: -2.6rem;
}
.cid-st9kIyLBw6 .mbr-section-subtitle {
  color: #191f23;
  text-align: left;
}
.cid-st9kIyLBw6 .btn:hover {
  color: #ffffff !important;
}
.cid-st9kIyLBw6 .container-column,
.cid-st9kIyLBw6 h2 {
  color: #889e58;
}
.cid-ssHnFBLPOB {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e8e9d8;
}
.cid-ssHnFBLPOB .counter-container {
  color: #464646;
}
.cid-ssHnFBLPOB .counter-container div {
  margin-bottom: 1rem;
  padding-left: 5rem;
}
.cid-ssHnFBLPOB .counter-container li {
  list-style: none;
  padding-left: 6rem;
  position: relative;
}
.cid-ssHnFBLPOB .counter-container .counter {
  text-overflow: clip;
  overflow: hidden;
  white-space: nowrap;
  font-size: 40px;
  position: absolute;
  left: 0;
  display: inline-block;
  margin: 0 0 5px;
  line-height: 40px;
  transition: all .2s;
  width: 60px;
  height: 40px;
}
.cid-ssHnFBLPOB P {
  text-align: left;
  color: #767676;
}
.cid-st9tgWEfuu {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f5f7fd;
}
.cid-st9tgWEfuu .counter-container {
  color: #464646;
}
.cid-st9tgWEfuu .counter-container div {
  margin-bottom: 1rem;
  padding-left: 5rem;
}
.cid-st9tgWEfuu .counter-container li {
  list-style: none;
  padding-left: 6rem;
  position: relative;
}
.cid-st9tgWEfuu .counter-container .counter {
  text-overflow: clip;
  overflow: hidden;
  white-space: nowrap;
  font-size: 40px;
  position: absolute;
  left: 0;
  display: inline-block;
  margin: 0 0 5px;
  line-height: 40px;
  transition: all .2s;
  width: 60px;
  height: 40px;
}
.cid-st9tgWEfuu P {
  text-align: left;
  color: #767676;
}
.cid-st9tgWEfuu H3 {
  color: #444345;
}
.cid-st9kl53nTS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e8e9d8;
}
.cid-st9kl53nTS .counter-container {
  color: #464646;
}
.cid-st9kl53nTS .counter-container div {
  margin-bottom: 1rem;
  padding-left: 5rem;
}
.cid-st9kl53nTS .counter-container li {
  list-style: none;
  padding-left: 6rem;
  position: relative;
}
.cid-st9kl53nTS .counter-container .counter {
  text-overflow: clip;
  overflow: hidden;
  white-space: nowrap;
  font-size: 40px;
  position: absolute;
  left: 0;
  display: inline-block;
  margin: 0 0 5px;
  line-height: 40px;
  transition: all .2s;
  width: 60px;
  height: 40px;
}
.cid-st9kl53nTS P {
  text-align: left;
  color: #444345;
}
.cid-st9rQWjGmE {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f5f7fd;
}
.cid-st9rQWjGmE .counter-container {
  color: #464646;
}
.cid-st9rQWjGmE .counter-container div {
  margin-bottom: 1rem;
  padding-left: 5rem;
}
.cid-st9rQWjGmE .counter-container li {
  list-style: none;
  padding-left: 6rem;
  position: relative;
}
.cid-st9rQWjGmE .counter-container .counter {
  text-overflow: clip;
  overflow: hidden;
  white-space: nowrap;
  font-size: 40px;
  position: absolute;
  left: 0;
  display: inline-block;
  margin: 0 0 5px;
  line-height: 40px;
  transition: all .2s;
  width: 60px;
  height: 40px;
}
.cid-st9rQWjGmE P {
  text-align: left;
  color: #767676;
}
.cid-st9sqa2X5n {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e8e9d8;
}
.cid-st9sqa2X5n .counter-container {
  color: #464646;
}
.cid-st9sqa2X5n .counter-container div {
  margin-bottom: 1rem;
  padding-left: 5rem;
}
.cid-st9sqa2X5n .counter-container li {
  list-style: none;
  padding-left: 6rem;
  position: relative;
}
.cid-st9sqa2X5n .counter-container .counter {
  text-overflow: clip;
  overflow: hidden;
  white-space: nowrap;
  font-size: 40px;
  position: absolute;
  left: 0;
  display: inline-block;
  margin: 0 0 5px;
  line-height: 40px;
  transition: all .2s;
  width: 60px;
  height: 40px;
}
.cid-st9sqa2X5n P {
  text-align: left;
  color: #767676;
}
.cid-st9krHhvF7 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f5f7fd;
}
.cid-st9krHhvF7 .counter-container {
  color: #464646;
}
.cid-st9krHhvF7 .counter-container div {
  margin-bottom: 1rem;
  padding-left: 5rem;
}
.cid-st9krHhvF7 .counter-container li {
  list-style: none;
  padding-left: 6rem;
  position: relative;
}
.cid-st9krHhvF7 .counter-container .counter {
  text-overflow: clip;
  overflow: hidden;
  white-space: nowrap;
  font-size: 40px;
  position: absolute;
  left: 0;
  display: inline-block;
  margin: 0 0 5px;
  line-height: 40px;
  transition: all .2s;
  width: 60px;
  height: 40px;
}
.cid-st9krHhvF7 P {
  text-align: left;
  color: #767676;
}
.cid-st9tvwcN8e {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e8e9d8;
}
.cid-st9tvwcN8e .counter-container {
  color: #464646;
}
.cid-st9tvwcN8e .counter-container div {
  margin-bottom: 1rem;
  padding-left: 5rem;
}
.cid-st9tvwcN8e .counter-container li {
  list-style: none;
  padding-left: 6rem;
  position: relative;
}
.cid-st9tvwcN8e .counter-container .counter {
  text-overflow: clip;
  overflow: hidden;
  white-space: nowrap;
  font-size: 40px;
  position: absolute;
  left: 0;
  display: inline-block;
  margin: 0 0 5px;
  line-height: 40px;
  transition: all .2s;
  width: 60px;
  height: 40px;
}
.cid-st9tvwcN8e P {
  text-align: left;
  color: #767676;
}
.cid-st9tTq04kD {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f5f7fd;
}
.cid-st9tTq04kD .counter-container {
  color: #464646;
}
.cid-st9tTq04kD .counter-container div {
  margin-bottom: 1rem;
  padding-left: 5rem;
}
.cid-st9tTq04kD .counter-container li {
  list-style: none;
  padding-left: 6rem;
  position: relative;
}
.cid-st9tTq04kD .counter-container .counter {
  text-overflow: clip;
  overflow: hidden;
  white-space: nowrap;
  font-size: 40px;
  position: absolute;
  left: 0;
  display: inline-block;
  margin: 0 0 5px;
  line-height: 40px;
  transition: all .2s;
  width: 60px;
  height: 40px;
}
.cid-st9tTq04kD P {
  text-align: left;
  color: #767676;
}
.cid-st9T6Zzmvm {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e8e9d8;
}
.cid-st9T6Zzmvm .counter-container {
  color: #464646;
}
.cid-st9T6Zzmvm .counter-container div {
  margin-bottom: 1rem;
  padding-left: 5rem;
}
.cid-st9T6Zzmvm .counter-container li {
  list-style: none;
  padding-left: 6rem;
  position: relative;
}
.cid-st9T6Zzmvm .counter-container .counter {
  text-overflow: clip;
  overflow: hidden;
  white-space: nowrap;
  font-size: 40px;
  position: absolute;
  left: 0;
  display: inline-block;
  margin: 0 0 5px;
  line-height: 40px;
  transition: all .2s;
  width: 60px;
  height: 40px;
}
.cid-st9T6Zzmvm P {
  text-align: left;
  color: #767676;
}
.cid-t7ZeT0CA4i {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f5f7fd;
}
.cid-t7ZeT0CA4i .counter-container {
  color: #464646;
}
.cid-t7ZeT0CA4i .counter-container div {
  margin-bottom: 1rem;
  padding-left: 5rem;
}
.cid-t7ZeT0CA4i .counter-container li {
  list-style: none;
  padding-left: 6rem;
  position: relative;
}
.cid-t7ZeT0CA4i .counter-container .counter {
  text-overflow: clip;
  overflow: hidden;
  white-space: nowrap;
  font-size: 40px;
  position: absolute;
  left: 0;
  display: inline-block;
  margin: 0 0 5px;
  line-height: 40px;
  transition: all .2s;
  width: 60px;
  height: 40px;
}
.cid-t7ZeT0CA4i P {
  text-align: left;
  color: #767676;
}
.cid-st9Tb9f0zX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e8e9d8;
}
.cid-st9Tb9f0zX .counter-container {
  color: #464646;
}
.cid-st9Tb9f0zX .counter-container div {
  margin-bottom: 1rem;
  padding-left: 5rem;
}
.cid-st9Tb9f0zX .counter-container li {
  list-style: none;
  padding-left: 6rem;
  position: relative;
}
.cid-st9Tb9f0zX .counter-container .counter {
  text-overflow: clip;
  overflow: hidden;
  white-space: nowrap;
  font-size: 40px;
  position: absolute;
  left: 0;
  display: inline-block;
  margin: 0 0 5px;
  line-height: 40px;
  transition: all .2s;
  width: 60px;
  height: 40px;
}
.cid-st9Tb9f0zX P {
  text-align: left;
  color: #767676;
}
.cid-st9TbOzAQr {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f5f7fd;
}
.cid-st9TbOzAQr .counter-container {
  color: #464646;
}
.cid-st9TbOzAQr .counter-container div {
  margin-bottom: 1rem;
  padding-left: 5rem;
}
.cid-st9TbOzAQr .counter-container li {
  list-style: none;
  padding-left: 6rem;
  position: relative;
}
.cid-st9TbOzAQr .counter-container .counter {
  text-overflow: clip;
  overflow: hidden;
  white-space: nowrap;
  font-size: 40px;
  position: absolute;
  left: 0;
  display: inline-block;
  margin: 0 0 5px;
  line-height: 40px;
  transition: all .2s;
  width: 60px;
  height: 40px;
}
.cid-st9TbOzAQr P {
  text-align: left;
  color: #767676;
}
.cid-st9TcujpHX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e8e9d8;
}
.cid-st9TcujpHX .counter-container {
  color: #464646;
}
.cid-st9TcujpHX .counter-container div {
  margin-bottom: 1rem;
  padding-left: 5rem;
}
.cid-st9TcujpHX .counter-container li {
  list-style: none;
  padding-left: 6rem;
  position: relative;
}
.cid-st9TcujpHX .counter-container .counter {
  text-overflow: clip;
  overflow: hidden;
  white-space: nowrap;
  font-size: 40px;
  position: absolute;
  left: 0;
  display: inline-block;
  margin: 0 0 5px;
  line-height: 40px;
  transition: all .2s;
  width: 60px;
  height: 40px;
}
.cid-st9TcujpHX P {
  text-align: left;
  color: #767676;
}
.cid-tc8KpC4zkm {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f5f7fd;
}
.cid-tc8KpC4zkm .counter-container {
  color: #464646;
}
.cid-tc8KpC4zkm .counter-container div {
  margin-bottom: 1rem;
  padding-left: 5rem;
}
.cid-tc8KpC4zkm .counter-container li {
  list-style: none;
  padding-left: 6rem;
  position: relative;
}
.cid-tc8KpC4zkm .counter-container .counter {
  text-overflow: clip;
  overflow: hidden;
  white-space: nowrap;
  font-size: 40px;
  position: absolute;
  left: 0;
  display: inline-block;
  margin: 0 0 5px;
  line-height: 40px;
  transition: all .2s;
  width: 60px;
  height: 40px;
}
.cid-tc8KpC4zkm P {
  text-align: left;
  color: #767676;
}
.cid-st9ZI54t6I {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #053939;
}
.cid-st9ZI54t6I .counter-container {
  color: #464646;
}
.cid-st9ZI54t6I .counter-container div {
  margin-bottom: 1rem;
  padding-left: 5rem;
}
.cid-st9ZI54t6I .counter-container li {
  list-style: none;
  padding-left: 6rem;
  position: relative;
}
.cid-st9ZI54t6I .counter-container .counter {
  text-overflow: clip;
  overflow: hidden;
  white-space: nowrap;
  font-size: 40px;
  position: absolute;
  left: 0;
  display: inline-block;
  margin: 0 0 5px;
  line-height: 40px;
  transition: all .2s;
  width: 60px;
  height: 40px;
}
.cid-st9ZI54t6I P {
  text-align: left;
  color: #767676;
}
.cid-st9ZI54t6I H3 {
  color: #39dcdc;
}
.cid-st9ZI54t6I H4 {
  color: #39dcdc;
}
.cid-ssHj0YI32B {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #053939;
}
.cid-ssHj0YI32B .panel-group {
  border: 1px solid #dddfe0;
  border-radius: 5px;
}
.cid-ssHj0YI32B .panel-group .card {
  border-bottom: 1px solid #dddfe0;
  margin-bottom: 0 !important;
}
.cid-ssHj0YI32B .panel-group .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: none;
}
.cid-ssHj0YI32B .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-ssHj0YI32B .panel-group .card .card-header .panel-title .panel-title-edit {
  color: #666666;
  width: 100%;
}
.cid-ssHj0YI32B .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 10px !important;
  color: #000000;
  margin-left: 1rem;
}
.cid-ssHj0YI32B .panel-group .card .panel-body {
  padding: .75rem 1.25rem;
}
.cid-ssHj0YI32B .panel-group .card .panel-body .panel-text {
  color: #232323;
}
.cid-ssHj0YI32B .panel-group .card .card-header .panel-title .panel-title-edit {
  color: #39dcdc;
}
.cid-ssHj0YI32B P {
  color: #ffffff;
}
.cid-ssHj0YI32B .panel-group .card .panel-collapse .panel-body .panel-text {
  color: #ffffff;
}
.cid-trqYB3sq99 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e8e9d8;
}
.cid-trqYB3sq99 .counter-container {
  color: #464646;
}
.cid-trqYB3sq99 .counter-container div {
  margin-bottom: 1rem;
  padding-left: 5rem;
}
.cid-trqYB3sq99 .counter-container li {
  list-style: none;
  padding-left: 6rem;
  position: relative;
}
.cid-trqYB3sq99 .counter-container .counter {
  text-overflow: clip;
  overflow: hidden;
  white-space: nowrap;
  font-size: 40px;
  position: absolute;
  left: 0;
  display: inline-block;
  margin: 0 0 5px;
  line-height: 40px;
  transition: all .2s;
  width: 60px;
  height: 40px;
}
.cid-trqYB3sq99 P {
  text-align: left;
  color: #767676;
}
.cid-trqYB3sq99 H3 {
  color: #000000;
}
.cid-trqYB3sq99 H4 {
  color: #000000;
}
.cid-sy5i85eCpk {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #f5f7fd;
}
.cid-sy5i85eCpk .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-sy5i85eCpk .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-sy5i85eCpk .col + .mbr-section-btn .btn,
.cid-sy5i85eCpk .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-sy5i85eCpk .col + .mbr-section-btn .btn,
  .cid-sy5i85eCpk .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-sy5i85eCpk .dragArea > *:nth-last-child(2).col,
  .cid-sy5i85eCpk .dragArea > *:nth-last-child(2).col-auto,
  .cid-sy5i85eCpk .col + .mbr-section-btn,
  .cid-sy5i85eCpk .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-sy5i85eCpk .dragArea {
    flex-direction: column;
  }
}
.cid-sy5i85eCpk .btn-primary {
  border: 1px solid #e47524 !important;
}
.cid-sy5i85eCpk .btn-primary:hover {
  border: 1px solid #e47524 !important;
}
.cid-sy5i85eCpk .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-sy5i85eCpk .form-group {
  max-width: 220px;
}
.cid-sy5i85eCpk .mbr-section-btn {
  padding-left: 0;
}
.cid-sy5i85eCpk .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-sy5i85eCpk .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-sy5i85eCpk .mbr-text {
  color: #444;
}
.cid-sy5i85eCpk h5 {
  margin-bottom: 0;
}
.cid-sy5i85eCpk .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-sy5i85eCpk .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sy5i85eCpk .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-sy5i85eCpk .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sy5i85eCpk .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: center;
  align-items: center;
}
.cid-sy5i85eCpk .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-sy5i85eCpk .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sy5i85eCpk .social-list a:hover {
  opacity: 0.4;
}
.cid-sy5i85eCpk .media-container-row > div {
  padding: 0px;
}
.cid-sy5i85eCpk .text2 {
  color: #000000;
  text-align: left;
}
.cid-sy5i85eCpk .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-sy5i85eCpk .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sy5i85eCpk .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-sy5i85eCpk .social-list,
  .cid-sy5i85eCpk .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sy5i85eCpk h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-sy5i85eCpk .form-group {
    max-width: 180px;
  }
}
.cid-sy5i85eCpk .links span {
  color: #9e9e9e;
}
.cid-sy5i85eCpk .logo-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-sy5i85eCpk .logo-title {
  text-align: center;
}
.cid-sy5i85eCpk .row {
  margin: auto;
}
.cid-sy5i85eCpk .centercol {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-sy5i85eCpk .title-align {
  margin-left: -30px;
}
.cid-syDsU3nE0i {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #c3c3c3;
}
.cid-syDsU3nE0i .mbr-section-title {
  color: #065369;
  text-align: left;
  margin: auto;
  padding: 20px 0;
}
.cid-syDsU3nE0i .mbr-section-subtitle {
  color: #1b745e;
  text-align: center;
  font-style: italic;
  padding-bottom: 12px;
}
.cid-syDsU3nE0i .row {
  align-items: center;
  height: 100%;
}
.cid-syDsU3nE0i .container {
  margin: auto;
}
.cid-szcYjv5jh2 .icon-bar {
  z-index: 100002;
  left: 0.4%;
  position: fixed;
  top: 50%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-szcYjv5jh2 .icon-bar a:hover {
  background-color: #e49105;
  width: 100px;
}
.cid-szcYjv5jh2 .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 2px;
  border-radius: 14px;
}
.cid-szcYjv5jh2 .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-szcYjv5jh2 .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-szcYjv5jh2 .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-szcYjv5jh2 .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-szcYjv5jh2 .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-szcYjv5jh2 .instagram {
  background: #6F3AA7;
  color: white;
  width: 50px;
}
.cid-szcYjv5jh2 .custom1 {
  background: #ff7300;
  color: white;
  width: 50px;
}
.cid-szcYjv5jh2 .custom2 {
  background: #01bf46;
  color: white;
  width: 50px;
}
.cid-szcYjv5jh2 .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-szcYjv5jh2 .corner-ribbon {
  z-index: 20001;
  width: 200px;
  background-image: linear-gradient(#55b4d4, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-szcYjv5jh2 .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #55b4d4);
}
.cid-szcYjv5jh2 .corner-ribbon.top-zen {
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: fixed;
}
.cid-szcYjv5jh2 P {
  color: #065369;
}
.cid-szcYjv5jh2 DIV {
  color: #ffffff;
}
.cid-szcYjv5jh2 H10 {
  color: #767676;
}
.cid-szcYjv5jh2 .hidden {
  display: none;
}
.cid-sN4bQ87YdE .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: top;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sN4bQ87YdE .nav-item:focus,
.cid-sN4bQ87YdE .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sN4bQ87YdE .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-sN4bQ87YdE .nav-item .nav-link {
    position: relative;
  }
  .cid-sN4bQ87YdE .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #e47524, #199bfc);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-sN4bQ87YdE .nav-item.open .nav-link::before {
    bottom: 0.2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-sN4bQ87YdE .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sN4bQ87YdE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5em 0.235em;
  transition: all 0.25s ease-in-out;
}
.cid-sN4bQ87YdE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sN4bQ87YdE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sN4bQ87YdE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sN4bQ87YdE .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sN4bQ87YdE .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-sN4bQ87YdE .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-sN4bQ87YdE .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
  line-height: 1.6;
}
.cid-sN4bQ87YdE .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-sN4bQ87YdE .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-sN4bQ87YdE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sN4bQ87YdE .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sN4bQ87YdE .navbar.collapsed .navbar-collapse.show,
.cid-sN4bQ87YdE .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sN4bQ87YdE .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-sN4bQ87YdE .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-sN4bQ87YdE .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sN4bQ87YdE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sN4bQ87YdE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sN4bQ87YdE .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sN4bQ87YdE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sN4bQ87YdE .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sN4bQ87YdE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sN4bQ87YdE .navbar.collapsed .right-menu,
.cid-sN4bQ87YdE .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-sN4bQ87YdE .navbar .navbar-collapse.show,
  .cid-sN4bQ87YdE .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sN4bQ87YdE .navbar .navbar-collapse.show .brand-container,
  .cid-sN4bQ87YdE .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-sN4bQ87YdE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sN4bQ87YdE .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sN4bQ87YdE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sN4bQ87YdE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sN4bQ87YdE .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sN4bQ87YdE .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sN4bQ87YdE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sN4bQ87YdE .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sN4bQ87YdE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-sN4bQ87YdE .navbar .right-menu,
  .cid-sN4bQ87YdE .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sN4bQ87YdE .navbar.navbar-short {
  min-height: 60px;
}
.cid-sN4bQ87YdE .navbar.navbar-short .mbr-overlay {
  background: #ffffff !important;
}
.cid-sN4bQ87YdE .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sN4bQ87YdE .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sN4bQ87YdE .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sN4bQ87YdE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sN4bQ87YdE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sN4bQ87YdE .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sN4bQ87YdE .dropdown-item.active,
.cid-sN4bQ87YdE .dropdown-item:active {
  background-color: transparent;
}
.cid-sN4bQ87YdE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sN4bQ87YdE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sN4bQ87YdE .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sN4bQ87YdE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sN4bQ87YdE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sN4bQ87YdE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sN4bQ87YdE ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-sN4bQ87YdE ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-sN4bQ87YdE .navbar-buttons {
  margin-left: auto;
}
.cid-sN4bQ87YdE button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sN4bQ87YdE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-sN4bQ87YdE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sN4bQ87YdE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sN4bQ87YdE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sN4bQ87YdE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sN4bQ87YdE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sN4bQ87YdE nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-sN4bQ87YdE nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-sN4bQ87YdE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sN4bQ87YdE a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sN4bQ87YdE .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sN4bQ87YdE .right-menu,
.cid-sN4bQ87YdE .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-sN4bQ87YdE .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sN4bQ87YdE .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sN4bQ87YdE .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sN4bQ87YdE .menu-top {
  text-align: center;
  width: 100%;
  background-color: #e45f05;
  padding: 0.5rem 0;
}
.cid-sN4bQ87YdE .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-sN4bQ87YdE .card-wrapper {
  z-index: 3;
}
.cid-sN4bQ87YdE .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-sN4bQ87YdE .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sN4bQ87YdE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ssCJ8POLMH {
  padding-top: 250px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-1920x828.jpg");
}
.cid-ssCJ8POLMH .mbr-overlay {
  background-color: #065369;
  opacity: 0.7;
}
.cid-ssCJ8POLMH textarea {
  min-height: 150px;
}
.cid-ssCJ8POLMH .form-col {
  background: #ffffff;
  padding: 3rem 1rem;
}
.cid-ssCJ8POLMH .form-wrap {
  max-width: 520px;
  margin: auto;
}
.cid-ssCJ8POLMH .text-wrap {
  max-width: 400px;
  border: 2px solid #ffffff;
  padding: 3rem;
  margin: 4rem auto!important;
}
@media (max-width: 992px) {
  .cid-ssCJ8POLMH .form-wrap {
    max-width: 690px;
  }
  .cid-ssCJ8POLMH .md-pb {
    padding-bottom: 3rem;
  }
  .cid-ssCJ8POLMH .text-wrap {
    max-width: 690px;
  }
}
.cid-ssCJ8POLMH .input-group-btn {
  margin: 0.4rem;
  padding-top: 1.5rem;
}
.cid-ssCJ8POLMH .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ffbc1e;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-ssCJ8POLMH .form-control,
.cid-ssCJ8POLMH .field-input {
  padding: 0.5rem 1.2rem;
  background-color: #ffffff;
  border: 3px solid #c3c3c3;
  color: #767676;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  outline: none;
}
.cid-ssCJ8POLMH .form-control:hover,
.cid-ssCJ8POLMH .field-input:hover,
.cid-ssCJ8POLMH .form-control:focus,
.cid-ssCJ8POLMH .field-input:focus {
  background-color: #f5f5f7;
  border: 3px solid #c3c3c3;
  box-shadow: none;
  outline: none;
}
.cid-ssCJ8POLMH input::-webkit-input-placeholder,
.cid-ssCJ8POLMH textarea::-webkit-input-placeholder {
  color: #9c9b99;
}
.cid-ssCJ8POLMH input:-moz-placeholder,
.cid-ssCJ8POLMH textarea:-moz-placeholder {
  color: #9c9b99;
}
.cid-ssCJ8POLMH .jq-selectbox li,
.cid-ssCJ8POLMH .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-ssCJ8POLMH .jq-selectbox li:hover,
.cid-ssCJ8POLMH .jq-selectbox li.selected {
  background-color: #f5f5f7;
  color: #000000;
}
.cid-ssCJ8POLMH .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-ssCJ8POLMH .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f7;
}
.cid-ssCJ8POLMH H2 {
  color: #36404c;
}
@media (max-width: 767px) {
  .cid-ssCJ8POLMH .col-auto {
    margin: auto;
  }
}
.cid-ssCJ8POLMH H3 {
  color: #ffffff;
  text-align: center;
}
.cid-ssCJ8POLMH H4 {
  color: #36404c;
}
.cid-ssCJ8POLMH .btn-new {
  background-color: #e76307;
}
.cid-ssCJ8POLMH .btn-new:hover {
  background-color: #e3e3e3;
}
.cid-sy5j4cWZxS {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #f5f7fd;
}
.cid-sy5j4cWZxS .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-sy5j4cWZxS .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-sy5j4cWZxS .col + .mbr-section-btn .btn,
.cid-sy5j4cWZxS .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-sy5j4cWZxS .col + .mbr-section-btn .btn,
  .cid-sy5j4cWZxS .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-sy5j4cWZxS .dragArea > *:nth-last-child(2).col,
  .cid-sy5j4cWZxS .dragArea > *:nth-last-child(2).col-auto,
  .cid-sy5j4cWZxS .col + .mbr-section-btn,
  .cid-sy5j4cWZxS .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-sy5j4cWZxS .dragArea {
    flex-direction: column;
  }
}
.cid-sy5j4cWZxS .btn-primary {
  border: 1px solid #e47524 !important;
}
.cid-sy5j4cWZxS .btn-primary:hover {
  border: 1px solid #e47524 !important;
}
.cid-sy5j4cWZxS .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-sy5j4cWZxS .form-group {
  max-width: 220px;
}
.cid-sy5j4cWZxS .mbr-section-btn {
  padding-left: 0;
}
.cid-sy5j4cWZxS .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-sy5j4cWZxS .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-sy5j4cWZxS .mbr-text {
  color: #444;
}
.cid-sy5j4cWZxS h5 {
  margin-bottom: 0;
}
.cid-sy5j4cWZxS .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-sy5j4cWZxS .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sy5j4cWZxS .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-sy5j4cWZxS .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sy5j4cWZxS .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: center;
  align-items: center;
}
.cid-sy5j4cWZxS .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-sy5j4cWZxS .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sy5j4cWZxS .social-list a:hover {
  opacity: 0.4;
}
.cid-sy5j4cWZxS .media-container-row > div {
  padding: 0px;
}
.cid-sy5j4cWZxS .text2 {
  color: #000000;
  text-align: left;
}
.cid-sy5j4cWZxS .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-sy5j4cWZxS .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sy5j4cWZxS .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-sy5j4cWZxS .social-list,
  .cid-sy5j4cWZxS .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sy5j4cWZxS h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-sy5j4cWZxS .form-group {
    max-width: 180px;
  }
}
.cid-sy5j4cWZxS .links span {
  color: #9e9e9e;
}
.cid-sy5j4cWZxS .logo-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-sy5j4cWZxS .logo-title {
  text-align: center;
}
.cid-sy5j4cWZxS .row {
  margin: auto;
}
.cid-sy5j4cWZxS .centercol {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-sy5j4cWZxS .title-align {
  margin-left: -30px;
}
.cid-syDt8sYSRJ {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #c3c3c3;
}
.cid-syDt8sYSRJ .mbr-section-title {
  color: #065369;
  text-align: left;
  margin: auto;
  padding: 20px 0;
}
.cid-syDt8sYSRJ .mbr-section-subtitle {
  color: #1b745e;
  text-align: center;
  font-style: italic;
  padding-bottom: 12px;
}
.cid-syDt8sYSRJ .row {
  align-items: center;
  height: 100%;
}
.cid-syDt8sYSRJ .container {
  margin: auto;
}
.cid-sN4bQ87YdE .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: top;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sN4bQ87YdE .nav-item:focus,
.cid-sN4bQ87YdE .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sN4bQ87YdE .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-sN4bQ87YdE .nav-item .nav-link {
    position: relative;
  }
  .cid-sN4bQ87YdE .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #e47524, #199bfc);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-sN4bQ87YdE .nav-item.open .nav-link::before {
    bottom: 0.2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-sN4bQ87YdE .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sN4bQ87YdE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5em 0.235em;
  transition: all 0.25s ease-in-out;
}
.cid-sN4bQ87YdE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sN4bQ87YdE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sN4bQ87YdE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sN4bQ87YdE .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sN4bQ87YdE .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-sN4bQ87YdE .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-sN4bQ87YdE .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
  line-height: 1.6;
}
.cid-sN4bQ87YdE .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-sN4bQ87YdE .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-sN4bQ87YdE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sN4bQ87YdE .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sN4bQ87YdE .navbar.collapsed .navbar-collapse.show,
.cid-sN4bQ87YdE .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sN4bQ87YdE .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-sN4bQ87YdE .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-sN4bQ87YdE .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sN4bQ87YdE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sN4bQ87YdE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sN4bQ87YdE .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sN4bQ87YdE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sN4bQ87YdE .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sN4bQ87YdE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sN4bQ87YdE .navbar.collapsed .right-menu,
.cid-sN4bQ87YdE .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-sN4bQ87YdE .navbar .navbar-collapse.show,
  .cid-sN4bQ87YdE .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sN4bQ87YdE .navbar .navbar-collapse.show .brand-container,
  .cid-sN4bQ87YdE .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-sN4bQ87YdE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sN4bQ87YdE .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sN4bQ87YdE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sN4bQ87YdE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sN4bQ87YdE .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sN4bQ87YdE .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sN4bQ87YdE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sN4bQ87YdE .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sN4bQ87YdE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-sN4bQ87YdE .navbar .right-menu,
  .cid-sN4bQ87YdE .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sN4bQ87YdE .navbar.navbar-short {
  min-height: 60px;
}
.cid-sN4bQ87YdE .navbar.navbar-short .mbr-overlay {
  background: #ffffff !important;
}
.cid-sN4bQ87YdE .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sN4bQ87YdE .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sN4bQ87YdE .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sN4bQ87YdE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sN4bQ87YdE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sN4bQ87YdE .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sN4bQ87YdE .dropdown-item.active,
.cid-sN4bQ87YdE .dropdown-item:active {
  background-color: transparent;
}
.cid-sN4bQ87YdE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sN4bQ87YdE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sN4bQ87YdE .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sN4bQ87YdE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sN4bQ87YdE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sN4bQ87YdE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sN4bQ87YdE ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-sN4bQ87YdE ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-sN4bQ87YdE .navbar-buttons {
  margin-left: auto;
}
.cid-sN4bQ87YdE button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sN4bQ87YdE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-sN4bQ87YdE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sN4bQ87YdE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sN4bQ87YdE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sN4bQ87YdE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sN4bQ87YdE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sN4bQ87YdE nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-sN4bQ87YdE nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-sN4bQ87YdE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sN4bQ87YdE a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sN4bQ87YdE .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sN4bQ87YdE .right-menu,
.cid-sN4bQ87YdE .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-sN4bQ87YdE .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sN4bQ87YdE .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sN4bQ87YdE .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sN4bQ87YdE .menu-top {
  text-align: center;
  width: 100%;
  background-color: #e45f05;
  padding: 0.5rem 0;
}
.cid-sN4bQ87YdE .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-sN4bQ87YdE .card-wrapper {
  z-index: 3;
}
.cid-sN4bQ87YdE .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-sN4bQ87YdE .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sN4bQ87YdE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ssARi3er3z {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ssARi3er3z .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-ssARi3er3z .block__left,
.cid-ssARi3er3z .block__right {
  padding: 80px;
  height: 100%;
}
@media (max-width: 575px) {
  .cid-ssARi3er3z .block__left,
  .cid-ssARi3er3z .block__right {
    padding: 30px;
  }
}
.cid-ssARi3er3z .title__block {
  position: relative;
  z-index: 2;
}
.cid-ssARi3er3z .left__image {
  background-image: url("../../../assets/images/mbr-1920x1281.jpg");
}
.cid-ssARi3er3z .block__left > .mbr-overlay {
  background-color: #edab42;
  opacity: 0.3;
  z-index: 1;
}
.cid-ssARi3er3z .block__right > .mbr-overlay {
  background-color: #065369;
  opacity: 0.6;
  z-index: 1;
}
.cid-ssARi3er3z .right__image {
  background-image: url("../../../assets/images/img-798-1024x576.jpg");
}
.cid-ssARi3er3z .left__image,
.cid-ssARi3er3z .right__image {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 991px) {
  .cid-ssARi3er3z .container,
  .cid-ssARi3er3z .container-fluid,
  .cid-ssARi3er3z .row {
    margin: 0;
    padding: 0;
    max-width: 100%;
  }
  .cid-ssARi3er3z .wrap_left,
  .cid-ssARi3er3z .wrap_right {
    padding: 0;
  }
}
.cid-ssARi3er3z .mbr-section-title {
  text-align: center;
}
.cid-uw0tNGOOgR {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f2f3f7;
}
.cid-uw0tNGOOgR .mbr-section-subtitle {
  color: #1a7a96;
}
.cid-uw0tNGOOgR .mbr-text {
  color: #444345;
}
.cid-uw0tNGOOgR .mbr-section-title {
  color: #1a7a96;
}
.cid-uw0AfzKzyE {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #d9e6e6;
}
.cid-uw0AfzKzyE .title__wrap {
  margin-bottom: 30px;
}
.cid-uw0AfzKzyE .title__block {
  margin-bottom: 10px;
}
.cid-uw0AfzKzyE .mbr-section-title,
.cid-uw0AfzKzyE .text__time,
.cid-uw0AfzKzyE .mbr-text,
.cid-uw0AfzKzyE .text__author,
.cid-uw0AfzKzyE .text__hall {
  margin-bottom: 0;
}
.cid-uw0AfzKzyE .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-uw0AfzKzyE .buttons {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.cid-uw0AfzKzyE .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 10px;
  border: none !important;
  background-color: transparent !important;
}
.cid-uw0AfzKzyE .mbr-section-btn .btn-secondary-outline:hover {
  color: #e47524 !important;
}
.cid-uw0AfzKzyE .wrap {
  margin: 0;
  padding: 25px 0;
  border-top: 1px solid rgba(25, 31, 35, 0.4);
}
.cid-uw0AfzKzyE .wrap:last-child {
  border-bottom: 1px solid rgba(25, 31, 35, 0.4);
}
.cid-uw0AfzKzyE .plpr_0 {
  padding-left: 0;
  padding-right: 0;
}
.cid-uw0AfzKzyE .nav-tabs .nav-item.open .nav-link:focus,
.cid-uw0AfzKzyE .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-uw0AfzKzyE .nav-tabs {
  flex-wrap: wrap;
  border-bottom: none;
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .cid-uw0AfzKzyE .nav-tabs {
    flex-direction: column;
    align-items: flex-start;
  }
}
.cid-uw0AfzKzyE .nav-tabs .nav-link {
  border-radius: 0 !important;
  color: #17161a;
  font-style: normal;
  font-weight: 700;
  border: none;
  border-bottom: 2px solid transparent;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  margin-right: 25px;
  padding: 12px 0 !important;
}
.cid-uw0AfzKzyE .nav-tabs .nav-link:hover {
  cursor: pointer;
}
.cid-uw0AfzKzyE .nav-tabs .nav-link.active {
  font-weight: 700;
  font-style: normal;
  background-color: transparent !important;
  border-bottom: 2px solid #e49105;
}
.cid-uw0AfzKzyE .nav-tabs .nav-link.active:hover {
  background-color: #e49105;
}
@media (max-width: 991px) {
  .cid-uw0AfzKzyE .align-right {
    text-align: left !important;
  }
}
@media (max-width: 575px) {
  .cid-uw0AfzKzyE .buttons {
    justify-content: flex-start;
  }
}
.cid-uw0AfzKzyE .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-uw0AfzKzyE .mbr-section-title {
  color: #2e6995;
}
.cid-uw0AfzKzyE .text__author {
  color: #191f23;
}
.cid-ssv96S1n3S {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #065369;
}
.cid-ssv96S1n3S .item__head,
.cid-ssv96S1n3S .item__text,
.cid-ssv96S1n3S .img__text {
  margin-bottom: 0;
}
.cid-ssv96S1n3S .item__text,
.cid-ssv96S1n3S .img__text {
  margin-top: 15px;
  line-height: 1.35;
}
.cid-ssv96S1n3S .image img {
  width: 54px;
  max-height: 52px;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-ssv96S1n3S .content__block {
    margin-bottom: 30px;
  }
}
.cid-sy5hz2k8FK {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #f5f7fd;
}
.cid-sy5hz2k8FK .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-sy5hz2k8FK .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-sy5hz2k8FK .col + .mbr-section-btn .btn,
.cid-sy5hz2k8FK .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-sy5hz2k8FK .col + .mbr-section-btn .btn,
  .cid-sy5hz2k8FK .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-sy5hz2k8FK .dragArea > *:nth-last-child(2).col,
  .cid-sy5hz2k8FK .dragArea > *:nth-last-child(2).col-auto,
  .cid-sy5hz2k8FK .col + .mbr-section-btn,
  .cid-sy5hz2k8FK .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-sy5hz2k8FK .dragArea {
    flex-direction: column;
  }
}
.cid-sy5hz2k8FK .btn-primary {
  border: 1px solid #e47524 !important;
}
.cid-sy5hz2k8FK .btn-primary:hover {
  border: 1px solid #e47524 !important;
}
.cid-sy5hz2k8FK .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-sy5hz2k8FK .form-group {
  max-width: 220px;
}
.cid-sy5hz2k8FK .mbr-section-btn {
  padding-left: 0;
}
.cid-sy5hz2k8FK .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-sy5hz2k8FK .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-sy5hz2k8FK .mbr-text {
  color: #444;
}
.cid-sy5hz2k8FK h5 {
  margin-bottom: 0;
}
.cid-sy5hz2k8FK .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-sy5hz2k8FK .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sy5hz2k8FK .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-sy5hz2k8FK .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sy5hz2k8FK .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: center;
  align-items: center;
}
.cid-sy5hz2k8FK .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-sy5hz2k8FK .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sy5hz2k8FK .social-list a:hover {
  opacity: 0.4;
}
.cid-sy5hz2k8FK .media-container-row > div {
  padding: 0px;
}
.cid-sy5hz2k8FK .text2 {
  color: #000000;
  text-align: left;
}
.cid-sy5hz2k8FK .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-sy5hz2k8FK .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sy5hz2k8FK .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-sy5hz2k8FK .social-list,
  .cid-sy5hz2k8FK .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sy5hz2k8FK h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-sy5hz2k8FK .form-group {
    max-width: 180px;
  }
}
.cid-sy5hz2k8FK .links span {
  color: #9e9e9e;
}
.cid-sy5hz2k8FK .logo-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-sy5hz2k8FK .logo-title {
  text-align: center;
}
.cid-sy5hz2k8FK .row {
  margin: auto;
}
.cid-sy5hz2k8FK .centercol {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-sy5hz2k8FK .title-align {
  margin-left: -30px;
}
.cid-syDsvM5INV {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #c3c3c3;
}
.cid-syDsvM5INV .mbr-section-title {
  color: #065369;
  text-align: left;
  margin: auto;
  padding: 20px 0;
}
.cid-syDsvM5INV .mbr-section-subtitle {
  color: #1b745e;
  text-align: center;
  font-style: italic;
  padding-bottom: 12px;
}
.cid-syDsvM5INV .row {
  align-items: center;
  height: 100%;
}
.cid-syDsvM5INV .container {
  margin: auto;
}
.cid-szcY2Baqjx .icon-bar {
  z-index: 100002;
  left: 0.4%;
  position: fixed;
  top: 50%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-szcY2Baqjx .icon-bar a:hover {
  background-color: #e49105;
  width: 100px;
}
.cid-szcY2Baqjx .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 2px;
  border-radius: 14px;
}
.cid-szcY2Baqjx .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-szcY2Baqjx .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-szcY2Baqjx .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-szcY2Baqjx .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-szcY2Baqjx .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-szcY2Baqjx .instagram {
  background: #6F3AA7;
  color: white;
  width: 50px;
}
.cid-szcY2Baqjx .custom1 {
  background: #ff7300;
  color: white;
  width: 50px;
}
.cid-szcY2Baqjx .custom2 {
  background: #01bf46;
  color: white;
  width: 50px;
}
.cid-szcY2Baqjx .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-szcY2Baqjx .corner-ribbon {
  z-index: 20001;
  width: 200px;
  background-image: linear-gradient(#55b4d4, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-szcY2Baqjx .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #55b4d4);
}
.cid-szcY2Baqjx .corner-ribbon.top-zen {
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: fixed;
}
.cid-szcY2Baqjx P {
  color: #065369;
}
.cid-szcY2Baqjx DIV {
  color: #ffffff;
}
.cid-szcY2Baqjx H10 {
  color: #767676;
}
.cid-szcY2Baqjx .hidden {
  display: none;
}
.cid-sN4bQ87YdE .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: top;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sN4bQ87YdE .nav-item:focus,
.cid-sN4bQ87YdE .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sN4bQ87YdE .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-sN4bQ87YdE .nav-item .nav-link {
    position: relative;
  }
  .cid-sN4bQ87YdE .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #e47524, #199bfc);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-sN4bQ87YdE .nav-item.open .nav-link::before {
    bottom: 0.2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-sN4bQ87YdE .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sN4bQ87YdE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5em 0.235em;
  transition: all 0.25s ease-in-out;
}
.cid-sN4bQ87YdE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sN4bQ87YdE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sN4bQ87YdE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sN4bQ87YdE .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sN4bQ87YdE .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-sN4bQ87YdE .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-sN4bQ87YdE .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
  line-height: 1.6;
}
.cid-sN4bQ87YdE .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-sN4bQ87YdE .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-sN4bQ87YdE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sN4bQ87YdE .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sN4bQ87YdE .navbar.collapsed .navbar-collapse.show,
.cid-sN4bQ87YdE .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sN4bQ87YdE .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-sN4bQ87YdE .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-sN4bQ87YdE .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sN4bQ87YdE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sN4bQ87YdE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sN4bQ87YdE .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sN4bQ87YdE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sN4bQ87YdE .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sN4bQ87YdE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sN4bQ87YdE .navbar.collapsed .right-menu,
.cid-sN4bQ87YdE .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-sN4bQ87YdE .navbar .navbar-collapse.show,
  .cid-sN4bQ87YdE .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sN4bQ87YdE .navbar .navbar-collapse.show .brand-container,
  .cid-sN4bQ87YdE .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-sN4bQ87YdE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sN4bQ87YdE .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sN4bQ87YdE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sN4bQ87YdE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sN4bQ87YdE .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sN4bQ87YdE .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sN4bQ87YdE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sN4bQ87YdE .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sN4bQ87YdE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-sN4bQ87YdE .navbar .right-menu,
  .cid-sN4bQ87YdE .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sN4bQ87YdE .navbar.navbar-short {
  min-height: 60px;
}
.cid-sN4bQ87YdE .navbar.navbar-short .mbr-overlay {
  background: #ffffff !important;
}
.cid-sN4bQ87YdE .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sN4bQ87YdE .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sN4bQ87YdE .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sN4bQ87YdE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sN4bQ87YdE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sN4bQ87YdE .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sN4bQ87YdE .dropdown-item.active,
.cid-sN4bQ87YdE .dropdown-item:active {
  background-color: transparent;
}
.cid-sN4bQ87YdE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sN4bQ87YdE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sN4bQ87YdE .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sN4bQ87YdE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sN4bQ87YdE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sN4bQ87YdE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sN4bQ87YdE ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-sN4bQ87YdE ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-sN4bQ87YdE .navbar-buttons {
  margin-left: auto;
}
.cid-sN4bQ87YdE button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sN4bQ87YdE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-sN4bQ87YdE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sN4bQ87YdE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sN4bQ87YdE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sN4bQ87YdE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sN4bQ87YdE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sN4bQ87YdE nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-sN4bQ87YdE nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-sN4bQ87YdE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sN4bQ87YdE a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sN4bQ87YdE .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sN4bQ87YdE .right-menu,
.cid-sN4bQ87YdE .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-sN4bQ87YdE .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sN4bQ87YdE .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sN4bQ87YdE .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sN4bQ87YdE .menu-top {
  text-align: center;
  width: 100%;
  background-color: #e45f05;
  padding: 0.5rem 0;
}
.cid-sN4bQ87YdE .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-sN4bQ87YdE .card-wrapper {
  z-index: 3;
}
.cid-sN4bQ87YdE .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-sN4bQ87YdE .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sN4bQ87YdE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sx21rIruv9 {
  padding-top: 7rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-sx21rIruv9 .mbr-section-subtitle {
  color: #36187d;
}
.cid-sx21rIruv9 .mbr-text {
  color: #6c758f;
}
.cid-sx21eGNvrY {
  padding-top: 150px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/mbr-1920x1211.jpg");
}
.cid-sx21eGNvrY .mbr-overlay {
  background-color: #000000;
  opacity: 0.8;
}
.cid-sx21eGNvrY .form-control,
.cid-sx21eGNvrY .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #283742;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sx21eGNvrY .form-control::-webkit-input-placeholder,
.cid-sx21eGNvrY .field-input::-webkit-input-placeholder,
.cid-sx21eGNvrY .form-control::-webkit-input-placeholder,
.cid-sx21eGNvrY .field-input::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-sx21eGNvrY .form-control:-moz-placeholder,
.cid-sx21eGNvrY .field-input:-moz-placeholder,
.cid-sx21eGNvrY .form-control:-moz-placeholder,
.cid-sx21eGNvrY .field-input:-moz-placeholder {
  color: #c1c1c1;
}
.cid-sx21eGNvrY .form-control:hover,
.cid-sx21eGNvrY .field-input:hover,
.cid-sx21eGNvrY .form-control:focus,
.cid-sx21eGNvrY .field-input:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #232323;
  box-shadow: none;
  outline: none;
}
.cid-sx21eGNvrY .form-control:hover::-webkit-input-placeholder,
.cid-sx21eGNvrY .field-input:hover::-webkit-input-placeholder,
.cid-sx21eGNvrY .form-control:focus::-webkit-input-placeholder,
.cid-sx21eGNvrY .field-input:focus::-webkit-input-placeholder,
.cid-sx21eGNvrY .form-control:hover::-webkit-input-placeholder,
.cid-sx21eGNvrY .field-input:hover::-webkit-input-placeholder,
.cid-sx21eGNvrY .form-control:focus::-webkit-input-placeholder,
.cid-sx21eGNvrY .field-input:focus::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-sx21eGNvrY .form-control:hover:-moz-placeholder,
.cid-sx21eGNvrY .field-input:hover:-moz-placeholder,
.cid-sx21eGNvrY .form-control:focus:-moz-placeholder,
.cid-sx21eGNvrY .field-input:focus:-moz-placeholder,
.cid-sx21eGNvrY .form-control:hover:-moz-placeholder,
.cid-sx21eGNvrY .field-input:hover:-moz-placeholder,
.cid-sx21eGNvrY .form-control:focus:-moz-placeholder,
.cid-sx21eGNvrY .field-input:focus:-moz-placeholder {
  color: #c1c1c1;
}
.cid-sx21eGNvrY .jq-number__spin:hover,
.cid-sx21eGNvrY .jq-number__spin:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-sx21eGNvrY .jq-number__spin {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #283742;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sx21eGNvrY .jq-selectbox li,
.cid-sx21eGNvrY .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-sx21eGNvrY .jq-selectbox li:hover,
.cid-sx21eGNvrY .jq-selectbox li.selected {
  background-color: #efefef;
  color: #000000;
}
.cid-sx21eGNvrY .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-sx21eGNvrY .jq-number__spin.minus:hover:after,
.cid-sx21eGNvrY .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-sx21eGNvrY .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-sx21eGNvrY .jq-number__spin.minus:after,
.cid-sx21eGNvrY .jq-number__spin.plus:after {
  border-top-color: #efefef;
  border-bottom-color: #efefef;
}
.cid-sx21eGNvrY input::-webkit-clear-button {
  display: none;
}
.cid-sx21eGNvrY input::-webkit-inner-spin-button {
  display: none;
}
.cid-sx21eGNvrY input::-webkit-outer-spin-button {
  display: none;
}
.cid-sx21eGNvrY input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-sx21eGNvrY H5 {
  color: #ffffff;
}
.cid-syDsBjOjfU {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #c3c3c3;
}
.cid-syDsBjOjfU .mbr-section-title {
  color: #065369;
  text-align: left;
  margin: auto;
  padding: 20px 0;
}
.cid-syDsBjOjfU .mbr-section-subtitle {
  color: #1b745e;
  text-align: center;
  font-style: italic;
  padding-bottom: 12px;
}
.cid-syDsBjOjfU .row {
  align-items: center;
  height: 100%;
}
.cid-syDsBjOjfU .container {
  margin: auto;
}
.cid-sN4bQ87YdE .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: top;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sN4bQ87YdE .nav-item:focus,
.cid-sN4bQ87YdE .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sN4bQ87YdE .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-sN4bQ87YdE .nav-item .nav-link {
    position: relative;
  }
  .cid-sN4bQ87YdE .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #e47524, #199bfc);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-sN4bQ87YdE .nav-item.open .nav-link::before {
    bottom: 0.2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-sN4bQ87YdE .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sN4bQ87YdE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5em 0.235em;
  transition: all 0.25s ease-in-out;
}
.cid-sN4bQ87YdE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sN4bQ87YdE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sN4bQ87YdE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sN4bQ87YdE .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sN4bQ87YdE .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-sN4bQ87YdE .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-sN4bQ87YdE .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
  line-height: 1.6;
}
.cid-sN4bQ87YdE .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-sN4bQ87YdE .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-sN4bQ87YdE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sN4bQ87YdE .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sN4bQ87YdE .navbar.collapsed .navbar-collapse.show,
.cid-sN4bQ87YdE .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sN4bQ87YdE .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-sN4bQ87YdE .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-sN4bQ87YdE .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sN4bQ87YdE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sN4bQ87YdE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sN4bQ87YdE .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sN4bQ87YdE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sN4bQ87YdE .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sN4bQ87YdE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sN4bQ87YdE .navbar.collapsed .right-menu,
.cid-sN4bQ87YdE .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-sN4bQ87YdE .navbar .navbar-collapse.show,
  .cid-sN4bQ87YdE .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sN4bQ87YdE .navbar .navbar-collapse.show .brand-container,
  .cid-sN4bQ87YdE .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-sN4bQ87YdE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sN4bQ87YdE .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sN4bQ87YdE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sN4bQ87YdE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sN4bQ87YdE .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sN4bQ87YdE .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sN4bQ87YdE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sN4bQ87YdE .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sN4bQ87YdE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-sN4bQ87YdE .navbar .right-menu,
  .cid-sN4bQ87YdE .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sN4bQ87YdE .navbar.navbar-short {
  min-height: 60px;
}
.cid-sN4bQ87YdE .navbar.navbar-short .mbr-overlay {
  background: #ffffff !important;
}
.cid-sN4bQ87YdE .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sN4bQ87YdE .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sN4bQ87YdE .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sN4bQ87YdE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sN4bQ87YdE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sN4bQ87YdE .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sN4bQ87YdE .dropdown-item.active,
.cid-sN4bQ87YdE .dropdown-item:active {
  background-color: transparent;
}
.cid-sN4bQ87YdE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sN4bQ87YdE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sN4bQ87YdE .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sN4bQ87YdE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sN4bQ87YdE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sN4bQ87YdE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sN4bQ87YdE ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-sN4bQ87YdE ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-sN4bQ87YdE .navbar-buttons {
  margin-left: auto;
}
.cid-sN4bQ87YdE button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sN4bQ87YdE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-sN4bQ87YdE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sN4bQ87YdE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sN4bQ87YdE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sN4bQ87YdE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sN4bQ87YdE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sN4bQ87YdE nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-sN4bQ87YdE nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-sN4bQ87YdE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sN4bQ87YdE a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sN4bQ87YdE .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sN4bQ87YdE .right-menu,
.cid-sN4bQ87YdE .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-sN4bQ87YdE .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sN4bQ87YdE .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sN4bQ87YdE .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sN4bQ87YdE .menu-top {
  text-align: center;
  width: 100%;
  background-color: #e45f05;
  padding: 0.5rem 0;
}
.cid-sN4bQ87YdE .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-sN4bQ87YdE .card-wrapper {
  z-index: 3;
}
.cid-sN4bQ87YdE .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-sN4bQ87YdE .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sN4bQ87YdE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sy3XB8CWhY {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sy3XB8CWhY .mbr-text,
.cid-sy3XB8CWhY .mbr-section-btn {
  color: #1d2c35;
}
.cid-sy3XB8CWhY .card-title,
.cid-sy3XB8CWhY .card-box {
  color: #1d2c35;
}
.cid-sy3XB8CWhY .mbr-text,
.cid-sy3XB8CWhY .link-wrap {
  color: #1d2c35;
}
.cid-syE3RFYzgX {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-syE3RFYzgX img {
  border-radius: 0px;
}
.cid-syE3RFYzgX .mbr-section-title {
  color: #000000;
  text-align: left;
  padding-top: 0.4rem;
}
.cid-syE3RFYzgX .date {
  text-transform: uppercase;
  color: #e47524;
  text-align: left;
  padding-top: 1rem;
}
.cid-syE3RFYzgX .author {
  color: #626262;
  text-align: left;
  padding-top: 0.8rem;
}
.cid-syE3RFYzgX .heading {
  text-align: center;
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
}
.cid-syE3RFYzgX .right {
  display: flex;
  flex-direction: column;
}
.cid-syE3RFYzgX .mbr-section-btn {
  border: 2px solid #e47524;
  width: auto;
}
.cid-syE3RFYzgX .mbr-section-btn:hover {
  background-color: #e47524;
  border: 2px solid #e47524;
}
.cid-syE3RFYzgX .card-heading {
  padding-top: 0;
  color: #5a7b0f;
}
.cid-syE3RFYzgX .mbr-text {
  padding-top: 10px;
}
.cid-sy4HZq6n7H {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #cee2e2;
}
.cid-sy4HZq6n7H .carousel-item.active,
.cid-sy4HZq6n7H .carousel-item-next,
.cid-sy4HZq6n7H .carousel-item-prev {
  display: flex;
}
.cid-sy4HZq6n7H .carousel-controls a {
  transition: all .3s;
  border-radius: 50%;
  border: none;
  background-color: transparent;
}
.cid-sy4HZq6n7H .carousel-controls a span {
  color: #f23801;
  font-size: 35px;
}
.cid-sy4HZq6n7H .carousel-controls a:hover .mobi-mbri-left {
  transform: translateX(-5px);
}
.cid-sy4HZq6n7H .carousel-controls a:hover .mobi-mbri-right {
  transform: translateX(5px);
}
.cid-sy4HZq6n7H .carousel-controls .carousel-control-next,
.cid-sy4HZq6n7H .carousel-controls .carousel-control-prev {
  opacity: 1;
  width: 44px;
  height: 44px;
}
.cid-sy4HZq6n7H .carousel-controls .carousel-control-next {
  bottom: auto;
  top: 44%;
}
.cid-sy4HZq6n7H .carousel-controls .carousel-control-prev {
  bottom: auto;
  top: 44%;
}
.cid-sy4HZq6n7H .author-box {
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 546px) {
  .cid-sy4HZq6n7H .author-box {
    flex-direction: column;
  }
}
.cid-sy4HZq6n7H .img-box {
  margin-right: 2.3125rem;
}
@media (max-width: 546px) {
  .cid-sy4HZq6n7H .img-box {
    margin-right: 0rem;
    margin-bottom: 1rem;
  }
}
.cid-sy4HZq6n7H .face {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
  object-fit: cover;
}
.cid-sy4HZq6n7H h3,
.cid-sy4HZq6n7H h4 {
  margin: 0;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-sy4HZq6n7H .carousel-controls a span {
    top: auto;
    bottom: 30%;
  }
}
@media (max-width: 767px) {
  .cid-sy4HZq6n7H .carousel-controls {
    display: none;
  }
}
.cid-sy4HZq6n7H .mbr-card-text {
  margin-bottom: 1rem;
}
.cid-sy4HZq6n7H .mbr-carg-tag {
  color: #5a7b0f;
}
.cid-sy4HZq6n7H .carousel-indicators {
  bottom: -65px;
}
@media (max-width: 786px) {
  .cid-sy4HZq6n7H .carousel-indicators {
    bottom: -75px;
  }
}
.cid-sy4HZq6n7H .carousel-indicators li {
  margin-right: 31px;
  margin-left: 31px;
  opacity: 1;
  width: 6px;
  height: 6px;
  max-width: 6px;
  max-height: 6px;
  min-width: 6px;
  min-height: 6px;
  background: #000000;
  border: none;
  position: relative;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.cid-sy4HZq6n7H .carousel-indicators li:hover {
  opacity: 1 !important;
}
.cid-sy4HZq6n7H .carousel-indicators li svg {
  position: absolute;
  display: block;
  width: 36px;
  height: 36px;
  z-index: 1;
  fill: none;
  color: #000000;
  stroke: none;
  overflow: visible;
}
.cid-sy4HZq6n7H .carousel-indicators li svg circle {
  stroke-dasharray: 110;
  stroke-dashoffset: 110;
  stroke: #000000;
  stroke-width: 1;
  transition: all 0.6s cubic-bezier(0.43, 0.41, 0.36, 0.9);
  transform: rotate(-145deg);
  transform-origin: center;
}
.cid-sy4HZq6n7H .carousel-indicators li.active {
  background: #000000;
}
.cid-sy4HZq6n7H .carousel-indicators li.active circle {
  stroke-dashoffset: 0;
  transform: rotate(55deg);
}
.cid-sy4HZq6n7H .mbr-carg-auhtor {
  color: #065369;
}
.cid-sy4HZq6n7H h4 {
  padding-top: .5rem;
}
.cid-sy4HZq6n7H p {
  padding: 0;
  margin: 0;
}
.cid-sy4HZq6n7H .border-outline {
  border: 2px solid red;
}
.cid-sMvVmSn9tn {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #cee2e2;
}
.cid-sMvVmSn9tn .mbr-text,
.cid-sMvVmSn9tn .mbr-section-btn {
  color: #1d2c35;
}
.cid-sMvVmSn9tn .card-title,
.cid-sMvVmSn9tn .card-box {
  color: #1d2c35;
}
.cid-sMvVmSn9tn .mbr-text,
.cid-sMvVmSn9tn .link-wrap {
  color: #1d2c35;
}
.cid-syrg52srQw {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-syrg52srQw .mbr-text,
.cid-syrg52srQw .mbr-section-btn {
  color: #1d2c35;
}
.cid-syrg52srQw .card-title,
.cid-syrg52srQw .card-box {
  color: #1d2c35;
}
.cid-syrg52srQw .mbr-text,
.cid-syrg52srQw .link-wrap {
  color: #1d2c35;
}
.cid-symP1NtlsD {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fafafa;
}
.cid-symP1NtlsD .carousel-item.active,
.cid-symP1NtlsD .carousel-item-next,
.cid-symP1NtlsD .carousel-item-prev {
  display: flex;
}
.cid-symP1NtlsD .carousel-controls a {
  transition: all .3s;
  border-radius: 50%;
  border: none;
  background-color: transparent;
}
.cid-symP1NtlsD .carousel-controls a span {
  color: #f23801;
  font-size: 35px;
}
.cid-symP1NtlsD .carousel-controls a:hover .mobi-mbri-left {
  transform: translateX(-5px);
}
.cid-symP1NtlsD .carousel-controls a:hover .mobi-mbri-right {
  transform: translateX(5px);
}
.cid-symP1NtlsD .carousel-controls .carousel-control-next,
.cid-symP1NtlsD .carousel-controls .carousel-control-prev {
  opacity: 1;
  width: 44px;
  height: 44px;
}
.cid-symP1NtlsD .carousel-controls .carousel-control-next {
  bottom: auto;
  top: 44%;
}
.cid-symP1NtlsD .carousel-controls .carousel-control-prev {
  bottom: auto;
  top: 44%;
}
.cid-symP1NtlsD .author-box {
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 546px) {
  .cid-symP1NtlsD .author-box {
    flex-direction: column;
  }
}
.cid-symP1NtlsD .img-box {
  margin-right: 2.3125rem;
}
@media (max-width: 546px) {
  .cid-symP1NtlsD .img-box {
    margin-right: 0rem;
    margin-bottom: 1rem;
  }
}
.cid-symP1NtlsD .face {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
  object-fit: cover;
}
.cid-symP1NtlsD h3,
.cid-symP1NtlsD h4 {
  margin: 0;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-symP1NtlsD .carousel-controls a span {
    top: auto;
    bottom: 30%;
  }
}
@media (max-width: 767px) {
  .cid-symP1NtlsD .carousel-controls {
    display: none;
  }
}
.cid-symP1NtlsD .mbr-card-text {
  margin-bottom: 1rem;
}
.cid-symP1NtlsD .mbr-carg-tag {
  color: #5a7b0f;
}
.cid-symP1NtlsD .carousel-indicators {
  bottom: -65px;
}
@media (max-width: 786px) {
  .cid-symP1NtlsD .carousel-indicators {
    bottom: -75px;
  }
}
.cid-symP1NtlsD .carousel-indicators li {
  margin-right: 31px;
  margin-left: 31px;
  opacity: 1;
  width: 6px;
  height: 6px;
  max-width: 6px;
  max-height: 6px;
  min-width: 6px;
  min-height: 6px;
  background: #000000;
  border: none;
  position: relative;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.cid-symP1NtlsD .carousel-indicators li:hover {
  opacity: 1 !important;
}
.cid-symP1NtlsD .carousel-indicators li svg {
  position: absolute;
  display: block;
  width: 36px;
  height: 36px;
  z-index: 1;
  fill: none;
  color: #000000;
  stroke: none;
  overflow: visible;
}
.cid-symP1NtlsD .carousel-indicators li svg circle {
  stroke-dasharray: 110;
  stroke-dashoffset: 110;
  stroke: #000000;
  stroke-width: 1;
  transition: all 0.6s cubic-bezier(0.43, 0.41, 0.36, 0.9);
  transform: rotate(-145deg);
  transform-origin: center;
}
.cid-symP1NtlsD .carousel-indicators li.active {
  background: #000000;
}
.cid-symP1NtlsD .carousel-indicators li.active circle {
  stroke-dashoffset: 0;
  transform: rotate(55deg);
}
.cid-symP1NtlsD .mbr-carg-auhtor {
  color: #065369;
}
.cid-symP1NtlsD h4 {
  padding-top: .5rem;
}
.cid-symP1NtlsD p {
  padding: 0;
  margin: 0;
}
.cid-symP1NtlsD .border-outline {
  border: 2px solid red;
}
.cid-syrhrPqgCE {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-syrhrPqgCE .mbr-text,
.cid-syrhrPqgCE .mbr-section-btn {
  color: #1d2c35;
}
.cid-syrhrPqgCE .card-title,
.cid-syrhrPqgCE .card-box {
  color: #1d2c35;
}
.cid-syrhrPqgCE .mbr-text,
.cid-syrhrPqgCE .link-wrap {
  color: #1d2c35;
}
.cid-symP3gmdTM {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #cee2e2;
}
.cid-symP3gmdTM .carousel-item.active,
.cid-symP3gmdTM .carousel-item-next,
.cid-symP3gmdTM .carousel-item-prev {
  display: flex;
}
.cid-symP3gmdTM .carousel-controls a {
  transition: all .3s;
  border-radius: 50%;
  border: none;
  background-color: transparent;
}
.cid-symP3gmdTM .carousel-controls a span {
  color: #f23801;
  font-size: 35px;
}
.cid-symP3gmdTM .carousel-controls a:hover .mobi-mbri-left {
  transform: translateX(-5px);
}
.cid-symP3gmdTM .carousel-controls a:hover .mobi-mbri-right {
  transform: translateX(5px);
}
.cid-symP3gmdTM .carousel-controls .carousel-control-next,
.cid-symP3gmdTM .carousel-controls .carousel-control-prev {
  opacity: 1;
  width: 44px;
  height: 44px;
}
.cid-symP3gmdTM .carousel-controls .carousel-control-next {
  bottom: auto;
  top: 44%;
}
.cid-symP3gmdTM .carousel-controls .carousel-control-prev {
  bottom: auto;
  top: 44%;
}
.cid-symP3gmdTM .author-box {
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 546px) {
  .cid-symP3gmdTM .author-box {
    flex-direction: column;
  }
}
.cid-symP3gmdTM .img-box {
  margin-right: 2.3125rem;
}
@media (max-width: 546px) {
  .cid-symP3gmdTM .img-box {
    margin-right: 0rem;
    margin-bottom: 1rem;
  }
}
.cid-symP3gmdTM .face {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
  object-fit: cover;
}
.cid-symP3gmdTM h3,
.cid-symP3gmdTM h4 {
  margin: 0;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-symP3gmdTM .carousel-controls a span {
    top: auto;
    bottom: 30%;
  }
}
@media (max-width: 767px) {
  .cid-symP3gmdTM .carousel-controls {
    display: none;
  }
}
.cid-symP3gmdTM .mbr-card-text {
  margin-bottom: 1rem;
}
.cid-symP3gmdTM .mbr-carg-tag {
  color: #5a7b0f;
}
.cid-symP3gmdTM .carousel-indicators {
  bottom: -65px;
}
@media (max-width: 786px) {
  .cid-symP3gmdTM .carousel-indicators {
    bottom: -75px;
  }
}
.cid-symP3gmdTM .carousel-indicators li {
  margin-right: 31px;
  margin-left: 31px;
  opacity: 1;
  width: 6px;
  height: 6px;
  max-width: 6px;
  max-height: 6px;
  min-width: 6px;
  min-height: 6px;
  background: #000000;
  border: none;
  position: relative;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.cid-symP3gmdTM .carousel-indicators li:hover {
  opacity: 1 !important;
}
.cid-symP3gmdTM .carousel-indicators li svg {
  position: absolute;
  display: block;
  width: 36px;
  height: 36px;
  z-index: 1;
  fill: none;
  color: #000000;
  stroke: none;
  overflow: visible;
}
.cid-symP3gmdTM .carousel-indicators li svg circle {
  stroke-dasharray: 110;
  stroke-dashoffset: 110;
  stroke: #000000;
  stroke-width: 1;
  transition: all 0.6s cubic-bezier(0.43, 0.41, 0.36, 0.9);
  transform: rotate(-145deg);
  transform-origin: center;
}
.cid-symP3gmdTM .carousel-indicators li.active {
  background: #000000;
}
.cid-symP3gmdTM .carousel-indicators li.active circle {
  stroke-dashoffset: 0;
  transform: rotate(55deg);
}
.cid-symP3gmdTM .mbr-carg-auhtor {
  color: #065369;
}
.cid-symP3gmdTM h4 {
  padding-top: .5rem;
}
.cid-symP3gmdTM p {
  padding: 0;
  margin: 0;
}
.cid-symP3gmdTM .border-outline {
  border: 2px solid red;
}
.cid-uOtC5oSuho {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #cee2e2;
}
.cid-uOtC5oSuho .mbr-text,
.cid-uOtC5oSuho .mbr-section-btn {
  color: #1d2c35;
}
.cid-uOtC5oSuho .card-title,
.cid-uOtC5oSuho .card-box {
  color: #1d2c35;
}
.cid-uOtC5oSuho .mbr-text,
.cid-uOtC5oSuho .link-wrap {
  color: #1d2c35;
}
.cid-symP52Qsxf {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-symP52Qsxf .carousel-item.active,
.cid-symP52Qsxf .carousel-item-next,
.cid-symP52Qsxf .carousel-item-prev {
  display: flex;
}
.cid-symP52Qsxf .carousel-controls a {
  transition: all .3s;
  border-radius: 50%;
  border: none;
  background-color: transparent;
}
.cid-symP52Qsxf .carousel-controls a span {
  color: #f23801;
  font-size: 35px;
}
.cid-symP52Qsxf .carousel-controls a:hover .mobi-mbri-left {
  transform: translateX(-5px);
}
.cid-symP52Qsxf .carousel-controls a:hover .mobi-mbri-right {
  transform: translateX(5px);
}
.cid-symP52Qsxf .carousel-controls .carousel-control-next,
.cid-symP52Qsxf .carousel-controls .carousel-control-prev {
  opacity: 1;
  width: 44px;
  height: 44px;
}
.cid-symP52Qsxf .carousel-controls .carousel-control-next {
  bottom: auto;
  top: 44%;
}
.cid-symP52Qsxf .carousel-controls .carousel-control-prev {
  bottom: auto;
  top: 44%;
}
.cid-symP52Qsxf .author-box {
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 546px) {
  .cid-symP52Qsxf .author-box {
    flex-direction: column;
  }
}
.cid-symP52Qsxf .img-box {
  margin-right: 2.3125rem;
}
@media (max-width: 546px) {
  .cid-symP52Qsxf .img-box {
    margin-right: 0rem;
    margin-bottom: 1rem;
  }
}
.cid-symP52Qsxf .face {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
  object-fit: cover;
}
.cid-symP52Qsxf h3,
.cid-symP52Qsxf h4 {
  margin: 0;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-symP52Qsxf .carousel-controls a span {
    top: auto;
    bottom: 30%;
  }
}
@media (max-width: 767px) {
  .cid-symP52Qsxf .carousel-controls {
    display: none;
  }
}
.cid-symP52Qsxf .mbr-card-text {
  margin-bottom: 1rem;
}
.cid-symP52Qsxf .mbr-carg-tag {
  color: #5a7b0f;
}
.cid-symP52Qsxf .carousel-indicators {
  bottom: -65px;
}
@media (max-width: 786px) {
  .cid-symP52Qsxf .carousel-indicators {
    bottom: -75px;
  }
}
.cid-symP52Qsxf .carousel-indicators li {
  margin-right: 31px;
  margin-left: 31px;
  opacity: 1;
  width: 6px;
  height: 6px;
  max-width: 6px;
  max-height: 6px;
  min-width: 6px;
  min-height: 6px;
  background: #000000;
  border: none;
  position: relative;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.cid-symP52Qsxf .carousel-indicators li:hover {
  opacity: 1 !important;
}
.cid-symP52Qsxf .carousel-indicators li svg {
  position: absolute;
  display: block;
  width: 36px;
  height: 36px;
  z-index: 1;
  fill: none;
  color: #000000;
  stroke: none;
  overflow: visible;
}
.cid-symP52Qsxf .carousel-indicators li svg circle {
  stroke-dasharray: 110;
  stroke-dashoffset: 110;
  stroke: #000000;
  stroke-width: 1;
  transition: all 0.6s cubic-bezier(0.43, 0.41, 0.36, 0.9);
  transform: rotate(-145deg);
  transform-origin: center;
}
.cid-symP52Qsxf .carousel-indicators li.active {
  background: #000000;
}
.cid-symP52Qsxf .carousel-indicators li.active circle {
  stroke-dashoffset: 0;
  transform: rotate(55deg);
}
.cid-symP52Qsxf .mbr-carg-auhtor {
  color: #065369;
}
.cid-symP52Qsxf h4 {
  padding-top: .5rem;
}
.cid-symP52Qsxf p {
  padding: 0;
  margin: 0;
}
.cid-symP52Qsxf .border-outline {
  border: 2px solid red;
}
.cid-uOtnZCjCed {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #cee2e2;
}
.cid-uOtnZCjCed .carousel-item.active,
.cid-uOtnZCjCed .carousel-item-next,
.cid-uOtnZCjCed .carousel-item-prev {
  display: flex;
}
.cid-uOtnZCjCed .carousel-controls a {
  transition: all .3s;
  border-radius: 50%;
  border: none;
  background-color: transparent;
}
.cid-uOtnZCjCed .carousel-controls a span {
  color: #f23801;
  font-size: 35px;
}
.cid-uOtnZCjCed .carousel-controls a:hover .mobi-mbri-left {
  transform: translateX(-5px);
}
.cid-uOtnZCjCed .carousel-controls a:hover .mobi-mbri-right {
  transform: translateX(5px);
}
.cid-uOtnZCjCed .carousel-controls .carousel-control-next,
.cid-uOtnZCjCed .carousel-controls .carousel-control-prev {
  opacity: 1;
  width: 44px;
  height: 44px;
}
.cid-uOtnZCjCed .carousel-controls .carousel-control-next {
  bottom: auto;
  top: 44%;
}
.cid-uOtnZCjCed .carousel-controls .carousel-control-prev {
  bottom: auto;
  top: 44%;
}
.cid-uOtnZCjCed .author-box {
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 546px) {
  .cid-uOtnZCjCed .author-box {
    flex-direction: column;
  }
}
.cid-uOtnZCjCed .img-box {
  margin-right: 2.3125rem;
}
@media (max-width: 546px) {
  .cid-uOtnZCjCed .img-box {
    margin-right: 0rem;
    margin-bottom: 1rem;
  }
}
.cid-uOtnZCjCed .face {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
  object-fit: cover;
}
.cid-uOtnZCjCed h3,
.cid-uOtnZCjCed h4 {
  margin: 0;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uOtnZCjCed .carousel-controls a span {
    top: auto;
    bottom: 30%;
  }
}
@media (max-width: 767px) {
  .cid-uOtnZCjCed .carousel-controls {
    display: none;
  }
}
.cid-uOtnZCjCed .mbr-card-text {
  margin-bottom: 1rem;
}
.cid-uOtnZCjCed .mbr-carg-tag {
  color: #5a7b0f;
}
.cid-uOtnZCjCed .carousel-indicators {
  bottom: -65px;
}
@media (max-width: 786px) {
  .cid-uOtnZCjCed .carousel-indicators {
    bottom: -75px;
  }
}
.cid-uOtnZCjCed .carousel-indicators li {
  margin-right: 31px;
  margin-left: 31px;
  opacity: 1;
  width: 6px;
  height: 6px;
  max-width: 6px;
  max-height: 6px;
  min-width: 6px;
  min-height: 6px;
  background: #000000;
  border: none;
  position: relative;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.cid-uOtnZCjCed .carousel-indicators li:hover {
  opacity: 1 !important;
}
.cid-uOtnZCjCed .carousel-indicators li svg {
  position: absolute;
  display: block;
  width: 36px;
  height: 36px;
  z-index: 1;
  fill: none;
  color: #000000;
  stroke: none;
  overflow: visible;
}
.cid-uOtnZCjCed .carousel-indicators li svg circle {
  stroke-dasharray: 110;
  stroke-dashoffset: 110;
  stroke: #000000;
  stroke-width: 1;
  transition: all 0.6s cubic-bezier(0.43, 0.41, 0.36, 0.9);
  transform: rotate(-145deg);
  transform-origin: center;
}
.cid-uOtnZCjCed .carousel-indicators li.active {
  background: #000000;
}
.cid-uOtnZCjCed .carousel-indicators li.active circle {
  stroke-dashoffset: 0;
  transform: rotate(55deg);
}
.cid-uOtnZCjCed .mbr-carg-auhtor {
  color: #065369;
}
.cid-uOtnZCjCed h4 {
  padding-top: .5rem;
}
.cid-uOtnZCjCed p {
  padding: 0;
  margin: 0;
}
.cid-uOtnZCjCed .border-outline {
  border: 2px solid red;
}
.cid-symP3TUuHh {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-symP3TUuHh .carousel-item.active,
.cid-symP3TUuHh .carousel-item-next,
.cid-symP3TUuHh .carousel-item-prev {
  display: flex;
}
.cid-symP3TUuHh .carousel-controls a {
  transition: all .3s;
  border-radius: 50%;
  border: none;
  background-color: transparent;
}
.cid-symP3TUuHh .carousel-controls a span {
  color: #f23801;
  font-size: 35px;
}
.cid-symP3TUuHh .carousel-controls a:hover .mobi-mbri-left {
  transform: translateX(-5px);
}
.cid-symP3TUuHh .carousel-controls a:hover .mobi-mbri-right {
  transform: translateX(5px);
}
.cid-symP3TUuHh .carousel-controls .carousel-control-next,
.cid-symP3TUuHh .carousel-controls .carousel-control-prev {
  opacity: 1;
  width: 44px;
  height: 44px;
}
.cid-symP3TUuHh .carousel-controls .carousel-control-next {
  bottom: auto;
  top: 44%;
}
.cid-symP3TUuHh .carousel-controls .carousel-control-prev {
  bottom: auto;
  top: 44%;
}
.cid-symP3TUuHh .author-box {
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 546px) {
  .cid-symP3TUuHh .author-box {
    flex-direction: column;
  }
}
.cid-symP3TUuHh .img-box {
  margin-right: 2.3125rem;
}
@media (max-width: 546px) {
  .cid-symP3TUuHh .img-box {
    margin-right: 0rem;
    margin-bottom: 1rem;
  }
}
.cid-symP3TUuHh .face {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
  object-fit: cover;
}
.cid-symP3TUuHh h3,
.cid-symP3TUuHh h4 {
  margin: 0;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-symP3TUuHh .carousel-controls a span {
    top: auto;
    bottom: 30%;
  }
}
@media (max-width: 767px) {
  .cid-symP3TUuHh .carousel-controls {
    display: none;
  }
}
.cid-symP3TUuHh .mbr-card-text {
  margin-bottom: 1rem;
}
.cid-symP3TUuHh .mbr-carg-tag {
  color: #5a7b0f;
}
.cid-symP3TUuHh .carousel-indicators {
  bottom: -65px;
}
@media (max-width: 786px) {
  .cid-symP3TUuHh .carousel-indicators {
    bottom: -75px;
  }
}
.cid-symP3TUuHh .carousel-indicators li {
  margin-right: 31px;
  margin-left: 31px;
  opacity: 1;
  width: 6px;
  height: 6px;
  max-width: 6px;
  max-height: 6px;
  min-width: 6px;
  min-height: 6px;
  background: #000000;
  border: none;
  position: relative;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.cid-symP3TUuHh .carousel-indicators li:hover {
  opacity: 1 !important;
}
.cid-symP3TUuHh .carousel-indicators li svg {
  position: absolute;
  display: block;
  width: 36px;
  height: 36px;
  z-index: 1;
  fill: none;
  color: #000000;
  stroke: none;
  overflow: visible;
}
.cid-symP3TUuHh .carousel-indicators li svg circle {
  stroke-dasharray: 110;
  stroke-dashoffset: 110;
  stroke: #000000;
  stroke-width: 1;
  transition: all 0.6s cubic-bezier(0.43, 0.41, 0.36, 0.9);
  transform: rotate(-145deg);
  transform-origin: center;
}
.cid-symP3TUuHh .carousel-indicators li.active {
  background: #000000;
}
.cid-symP3TUuHh .carousel-indicators li.active circle {
  stroke-dashoffset: 0;
  transform: rotate(55deg);
}
.cid-symP3TUuHh .mbr-carg-auhtor {
  color: #065369;
}
.cid-symP3TUuHh h4 {
  padding-top: .5rem;
}
.cid-symP3TUuHh p {
  padding: 0;
  margin: 0;
}
.cid-symP3TUuHh .border-outline {
  border: 2px solid red;
}
.cid-symP4teB7o {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #cee2e2;
}
.cid-symP4teB7o .carousel-item.active,
.cid-symP4teB7o .carousel-item-next,
.cid-symP4teB7o .carousel-item-prev {
  display: flex;
}
.cid-symP4teB7o .carousel-controls a {
  transition: all .3s;
  border-radius: 50%;
  border: none;
  background-color: transparent;
}
.cid-symP4teB7o .carousel-controls a span {
  color: #f23801;
  font-size: 35px;
}
.cid-symP4teB7o .carousel-controls a:hover .mobi-mbri-left {
  transform: translateX(-5px);
}
.cid-symP4teB7o .carousel-controls a:hover .mobi-mbri-right {
  transform: translateX(5px);
}
.cid-symP4teB7o .carousel-controls .carousel-control-next,
.cid-symP4teB7o .carousel-controls .carousel-control-prev {
  opacity: 1;
  width: 44px;
  height: 44px;
}
.cid-symP4teB7o .carousel-controls .carousel-control-next {
  bottom: auto;
  top: 44%;
}
.cid-symP4teB7o .carousel-controls .carousel-control-prev {
  bottom: auto;
  top: 44%;
}
.cid-symP4teB7o .author-box {
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 546px) {
  .cid-symP4teB7o .author-box {
    flex-direction: column;
  }
}
.cid-symP4teB7o .img-box {
  margin-right: 2.3125rem;
}
@media (max-width: 546px) {
  .cid-symP4teB7o .img-box {
    margin-right: 0rem;
    margin-bottom: 1rem;
  }
}
.cid-symP4teB7o .face {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
  object-fit: cover;
}
.cid-symP4teB7o h3,
.cid-symP4teB7o h4 {
  margin: 0;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-symP4teB7o .carousel-controls a span {
    top: auto;
    bottom: 30%;
  }
}
@media (max-width: 767px) {
  .cid-symP4teB7o .carousel-controls {
    display: none;
  }
}
.cid-symP4teB7o .mbr-card-text {
  margin-bottom: 1rem;
}
.cid-symP4teB7o .mbr-carg-tag {
  color: #5a7b0f;
}
.cid-symP4teB7o .carousel-indicators {
  bottom: -65px;
}
@media (max-width: 786px) {
  .cid-symP4teB7o .carousel-indicators {
    bottom: -75px;
  }
}
.cid-symP4teB7o .carousel-indicators li {
  margin-right: 31px;
  margin-left: 31px;
  opacity: 1;
  width: 6px;
  height: 6px;
  max-width: 6px;
  max-height: 6px;
  min-width: 6px;
  min-height: 6px;
  background: #000000;
  border: none;
  position: relative;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.cid-symP4teB7o .carousel-indicators li:hover {
  opacity: 1 !important;
}
.cid-symP4teB7o .carousel-indicators li svg {
  position: absolute;
  display: block;
  width: 36px;
  height: 36px;
  z-index: 1;
  fill: none;
  color: #000000;
  stroke: none;
  overflow: visible;
}
.cid-symP4teB7o .carousel-indicators li svg circle {
  stroke-dasharray: 110;
  stroke-dashoffset: 110;
  stroke: #000000;
  stroke-width: 1;
  transition: all 0.6s cubic-bezier(0.43, 0.41, 0.36, 0.9);
  transform: rotate(-145deg);
  transform-origin: center;
}
.cid-symP4teB7o .carousel-indicators li.active {
  background: #000000;
}
.cid-symP4teB7o .carousel-indicators li.active circle {
  stroke-dashoffset: 0;
  transform: rotate(55deg);
}
.cid-symP4teB7o .mbr-carg-auhtor {
  color: #065369;
}
.cid-symP4teB7o h4 {
  padding-top: .5rem;
}
.cid-symP4teB7o p {
  padding: 0;
  margin: 0;
}
.cid-symP4teB7o .border-outline {
  border: 2px solid red;
}
.cid-uOtCxZs2R1 {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #cee2e2;
}
.cid-uOtCxZs2R1 .mbr-text,
.cid-uOtCxZs2R1 .mbr-section-btn {
  color: #1d2c35;
}
.cid-uOtCxZs2R1 .card-title,
.cid-uOtCxZs2R1 .card-box {
  color: #1d2c35;
}
.cid-uOtCxZs2R1 .mbr-text,
.cid-uOtCxZs2R1 .link-wrap {
  color: #1d2c35;
}
.cid-tPEMum94nI {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tPEMum94nI .carousel-item.active,
.cid-tPEMum94nI .carousel-item-next,
.cid-tPEMum94nI .carousel-item-prev {
  display: flex;
}
.cid-tPEMum94nI .carousel-controls a {
  transition: all .3s;
  border-radius: 50%;
  border: none;
  background-color: transparent;
}
.cid-tPEMum94nI .carousel-controls a span {
  color: #f23801;
  font-size: 35px;
}
.cid-tPEMum94nI .carousel-controls a:hover .mobi-mbri-left {
  transform: translateX(-5px);
}
.cid-tPEMum94nI .carousel-controls a:hover .mobi-mbri-right {
  transform: translateX(5px);
}
.cid-tPEMum94nI .carousel-controls .carousel-control-next,
.cid-tPEMum94nI .carousel-controls .carousel-control-prev {
  opacity: 1;
  width: 44px;
  height: 44px;
}
.cid-tPEMum94nI .carousel-controls .carousel-control-next {
  bottom: auto;
  top: 44%;
}
.cid-tPEMum94nI .carousel-controls .carousel-control-prev {
  bottom: auto;
  top: 44%;
}
.cid-tPEMum94nI .author-box {
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 546px) {
  .cid-tPEMum94nI .author-box {
    flex-direction: column;
  }
}
.cid-tPEMum94nI .img-box {
  margin-right: 2.3125rem;
}
@media (max-width: 546px) {
  .cid-tPEMum94nI .img-box {
    margin-right: 0rem;
    margin-bottom: 1rem;
  }
}
.cid-tPEMum94nI .face {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
  object-fit: cover;
}
.cid-tPEMum94nI h3,
.cid-tPEMum94nI h4 {
  margin: 0;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tPEMum94nI .carousel-controls a span {
    top: auto;
    bottom: 30%;
  }
}
@media (max-width: 767px) {
  .cid-tPEMum94nI .carousel-controls {
    display: none;
  }
}
.cid-tPEMum94nI .mbr-card-text {
  margin-bottom: 1rem;
}
.cid-tPEMum94nI .mbr-carg-tag {
  color: #5a7b0f;
}
.cid-tPEMum94nI .carousel-indicators {
  bottom: -65px;
}
@media (max-width: 786px) {
  .cid-tPEMum94nI .carousel-indicators {
    bottom: -75px;
  }
}
.cid-tPEMum94nI .carousel-indicators li {
  margin-right: 31px;
  margin-left: 31px;
  opacity: 1;
  width: 6px;
  height: 6px;
  max-width: 6px;
  max-height: 6px;
  min-width: 6px;
  min-height: 6px;
  background: #000000;
  border: none;
  position: relative;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.cid-tPEMum94nI .carousel-indicators li:hover {
  opacity: 1 !important;
}
.cid-tPEMum94nI .carousel-indicators li svg {
  position: absolute;
  display: block;
  width: 36px;
  height: 36px;
  z-index: 1;
  fill: none;
  color: #000000;
  stroke: none;
  overflow: visible;
}
.cid-tPEMum94nI .carousel-indicators li svg circle {
  stroke-dasharray: 110;
  stroke-dashoffset: 110;
  stroke: #000000;
  stroke-width: 1;
  transition: all 0.6s cubic-bezier(0.43, 0.41, 0.36, 0.9);
  transform: rotate(-145deg);
  transform-origin: center;
}
.cid-tPEMum94nI .carousel-indicators li.active {
  background: #000000;
}
.cid-tPEMum94nI .carousel-indicators li.active circle {
  stroke-dashoffset: 0;
  transform: rotate(55deg);
}
.cid-tPEMum94nI .mbr-carg-auhtor {
  color: #065369;
}
.cid-tPEMum94nI h4 {
  padding-top: .5rem;
}
.cid-tPEMum94nI p {
  padding: 0;
  margin: 0;
}
.cid-tPEMum94nI .border-outline {
  border: 2px solid red;
}
.cid-syrhwESeWN {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-syrhwESeWN .mbr-text,
.cid-syrhwESeWN .mbr-section-btn {
  color: #1d2c35;
}
.cid-syrhwESeWN .card-title,
.cid-syrhwESeWN .card-box {
  color: #1d2c35;
}
.cid-syrhwESeWN .mbr-text,
.cid-syrhwESeWN .link-wrap {
  color: #1d2c35;
}
.cid-sy5go0EDxP {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #f5f7fd;
}
.cid-sy5go0EDxP .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-sy5go0EDxP .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-sy5go0EDxP .col + .mbr-section-btn .btn,
.cid-sy5go0EDxP .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-sy5go0EDxP .col + .mbr-section-btn .btn,
  .cid-sy5go0EDxP .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-sy5go0EDxP .dragArea > *:nth-last-child(2).col,
  .cid-sy5go0EDxP .dragArea > *:nth-last-child(2).col-auto,
  .cid-sy5go0EDxP .col + .mbr-section-btn,
  .cid-sy5go0EDxP .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-sy5go0EDxP .dragArea {
    flex-direction: column;
  }
}
.cid-sy5go0EDxP .btn-primary {
  border: 1px solid #e47524 !important;
}
.cid-sy5go0EDxP .btn-primary:hover {
  border: 1px solid #e47524 !important;
}
.cid-sy5go0EDxP .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-sy5go0EDxP .form-group {
  max-width: 220px;
}
.cid-sy5go0EDxP .mbr-section-btn {
  padding-left: 0;
}
.cid-sy5go0EDxP .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-sy5go0EDxP .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-sy5go0EDxP .mbr-text {
  color: #444;
}
.cid-sy5go0EDxP h5 {
  margin-bottom: 0;
}
.cid-sy5go0EDxP .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-sy5go0EDxP .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sy5go0EDxP .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-sy5go0EDxP .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sy5go0EDxP .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: center;
  align-items: center;
}
.cid-sy5go0EDxP .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-sy5go0EDxP .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sy5go0EDxP .social-list a:hover {
  opacity: 0.4;
}
.cid-sy5go0EDxP .media-container-row > div {
  padding: 0px;
}
.cid-sy5go0EDxP .text2 {
  color: #000000;
  text-align: left;
}
.cid-sy5go0EDxP .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-sy5go0EDxP .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sy5go0EDxP .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-sy5go0EDxP .social-list,
  .cid-sy5go0EDxP .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sy5go0EDxP h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-sy5go0EDxP .form-group {
    max-width: 180px;
  }
}
.cid-sy5go0EDxP .links span {
  color: #9e9e9e;
}
.cid-sy5go0EDxP .logo-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-sy5go0EDxP .logo-title {
  text-align: center;
}
.cid-sy5go0EDxP .row {
  margin: auto;
}
.cid-sy5go0EDxP .centercol {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-sy5go0EDxP .title-align {
  margin-left: -30px;
}
.cid-syDrU8zFhP {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #c3c3c3;
}
.cid-syDrU8zFhP .mbr-section-title {
  color: #065369;
  text-align: left;
  margin: auto;
  padding: 20px 0;
}
.cid-syDrU8zFhP .mbr-section-subtitle {
  color: #1b745e;
  text-align: center;
  font-style: italic;
  padding-bottom: 12px;
}
.cid-syDrU8zFhP .row {
  align-items: center;
  height: 100%;
}
.cid-syDrU8zFhP .container {
  margin: auto;
}
.cid-szcXvjFDcM .icon-bar {
  z-index: 100002;
  left: 0.4%;
  position: fixed;
  top: 50%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-szcXvjFDcM .icon-bar a:hover {
  background-color: #e49105;
  width: 100px;
}
.cid-szcXvjFDcM .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 2px;
  border-radius: 14px;
}
.cid-szcXvjFDcM .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-szcXvjFDcM .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-szcXvjFDcM .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-szcXvjFDcM .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-szcXvjFDcM .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-szcXvjFDcM .instagram {
  background: #6F3AA7;
  color: white;
  width: 50px;
}
.cid-szcXvjFDcM .custom1 {
  background: #ff7300;
  color: white;
  width: 50px;
}
.cid-szcXvjFDcM .custom2 {
  background: #01bf46;
  color: white;
  width: 50px;
}
.cid-szcXvjFDcM .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-szcXvjFDcM .corner-ribbon {
  z-index: 20001;
  width: 200px;
  background-image: linear-gradient(#55b4d4, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-szcXvjFDcM .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #55b4d4);
}
.cid-szcXvjFDcM .corner-ribbon.top-zen {
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: fixed;
}
.cid-szcXvjFDcM P {
  color: #065369;
}
.cid-szcXvjFDcM DIV {
  color: #ffffff;
}
.cid-szcXvjFDcM H10 {
  color: #767676;
}
.cid-szcXvjFDcM .hidden {
  display: none;
}
.cid-sN4bQ87YdE .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: top;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sN4bQ87YdE .nav-item:focus,
.cid-sN4bQ87YdE .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sN4bQ87YdE .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-sN4bQ87YdE .nav-item .nav-link {
    position: relative;
  }
  .cid-sN4bQ87YdE .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #e47524, #199bfc);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-sN4bQ87YdE .nav-item.open .nav-link::before {
    bottom: 0.2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-sN4bQ87YdE .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sN4bQ87YdE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5em 0.235em;
  transition: all 0.25s ease-in-out;
}
.cid-sN4bQ87YdE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sN4bQ87YdE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sN4bQ87YdE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sN4bQ87YdE .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sN4bQ87YdE .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-sN4bQ87YdE .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-sN4bQ87YdE .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
  line-height: 1.6;
}
.cid-sN4bQ87YdE .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-sN4bQ87YdE .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-sN4bQ87YdE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sN4bQ87YdE .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sN4bQ87YdE .navbar.collapsed .navbar-collapse.show,
.cid-sN4bQ87YdE .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sN4bQ87YdE .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-sN4bQ87YdE .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-sN4bQ87YdE .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sN4bQ87YdE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sN4bQ87YdE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sN4bQ87YdE .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sN4bQ87YdE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sN4bQ87YdE .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sN4bQ87YdE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sN4bQ87YdE .navbar.collapsed .right-menu,
.cid-sN4bQ87YdE .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-sN4bQ87YdE .navbar .navbar-collapse.show,
  .cid-sN4bQ87YdE .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sN4bQ87YdE .navbar .navbar-collapse.show .brand-container,
  .cid-sN4bQ87YdE .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-sN4bQ87YdE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sN4bQ87YdE .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sN4bQ87YdE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sN4bQ87YdE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sN4bQ87YdE .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sN4bQ87YdE .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sN4bQ87YdE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sN4bQ87YdE .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sN4bQ87YdE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-sN4bQ87YdE .navbar .right-menu,
  .cid-sN4bQ87YdE .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sN4bQ87YdE .navbar.navbar-short {
  min-height: 60px;
}
.cid-sN4bQ87YdE .navbar.navbar-short .mbr-overlay {
  background: #ffffff !important;
}
.cid-sN4bQ87YdE .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sN4bQ87YdE .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sN4bQ87YdE .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sN4bQ87YdE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sN4bQ87YdE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sN4bQ87YdE .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sN4bQ87YdE .dropdown-item.active,
.cid-sN4bQ87YdE .dropdown-item:active {
  background-color: transparent;
}
.cid-sN4bQ87YdE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sN4bQ87YdE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sN4bQ87YdE .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sN4bQ87YdE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sN4bQ87YdE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sN4bQ87YdE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sN4bQ87YdE ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-sN4bQ87YdE ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-sN4bQ87YdE .navbar-buttons {
  margin-left: auto;
}
.cid-sN4bQ87YdE button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sN4bQ87YdE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-sN4bQ87YdE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sN4bQ87YdE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sN4bQ87YdE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sN4bQ87YdE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sN4bQ87YdE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sN4bQ87YdE nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-sN4bQ87YdE nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-sN4bQ87YdE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sN4bQ87YdE a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sN4bQ87YdE .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sN4bQ87YdE .right-menu,
.cid-sN4bQ87YdE .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-sN4bQ87YdE .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sN4bQ87YdE .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sN4bQ87YdE .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sN4bQ87YdE .menu-top {
  text-align: center;
  width: 100%;
  background-color: #e45f05;
  padding: 0.5rem 0;
}
.cid-sN4bQ87YdE .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-sN4bQ87YdE .card-wrapper {
  z-index: 3;
}
.cid-sN4bQ87YdE .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-sN4bQ87YdE .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sN4bQ87YdE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sy43pjY8el {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sy43pjY8el .mbr-text,
.cid-sy43pjY8el .mbr-section-btn {
  color: #1d2c35;
}
.cid-sy43pjY8el .card-title,
.cid-sy43pjY8el .card-box {
  color: #1d2c35;
}
.cid-sy43pjY8el .mbr-text,
.cid-sy43pjY8el .link-wrap {
  color: #1d2c35;
}
.cid-sy43HPzES2 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ebeaed;
}
.cid-sy43HPzES2 .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-sy43HPzES2 .photo-split .image-wrap img {
  max-width: 100%;
  max-height: 800px;
  z-index: 9;
  position: relative;
}
.cid-sy43HPzES2 .photo-split .element-outer {
  border-radius: 100%;
  padding: 60px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-sy43HPzES2 .photo-split .element-outer2 {
  border-radius: 100%;
  padding: 100px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -80px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-sy43HPzES2 .photo-split .element-inner {
  position: absolute;
  z-index: 10;
  left: -22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-sy43HPzES2 .photo-split .element-inner .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 31px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #4f87fb;
  margin-right: 15px;
  z-index: 10;
}
.cid-sy43HPzES2 .wrap-block {
  padding: 3rem 3rem;
}
.cid-sy43HPzES2 .wrap-block .contents {
  margin-bottom: 40px;
  margin-left: 40px;
  padding-right: 50px;
}
.cid-sy43HPzES2 .wrap-block .contents .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-sy43HPzES2 .wrap-block .contents .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-sy43HPzES2 .wrap-block .contents .mbr-section-title {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-sy43HPzES2 .wrap-block .contents .mbr-section-text {
  line-height: 1.5;
  margin-top: 10px;
}
.cid-sy43HPzES2 .wrap-block .contents .mbr-section-text.display-7 {
  font-size: 20px;
}
.cid-sy43HPzES2 .wrap-block .contents .mbr-section-text.display-4 {
  font-size: 16px;
}
.cid-sy43HPzES2 .wrap-block .contents h3 {
  color: #130947;
  letter-spacing: -0.5px;
}
.cid-sy43HPzES2 .wrap-block .contents h4 {
  color: #6d7a8c;
}
.cid-sy43HPzES2 .info-widget {
  padding-top: 0.5rem;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.cid-sy43HPzES2 .info-widget .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 18px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #ffffff;
  margin-right: 15px;
}
.cid-sy43HPzES2 .info-widget .signature {
  height: 75px;
  display: inline-block;
  margin-right: 15px;
  object-fit: contain;
  width: auto;
}
.cid-sy43HPzES2 .info-widget .widget-content {
  display: flex;
  vertical-align: baseline;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-sy43HPzES2 .info-widget .widget-content .widget-title {
  margin-bottom: 7px;
  color: #130947;
}
.cid-sy43HPzES2 .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  color: #7e7e7e;
}
@media (max-width: 991px) {
  .cid-sy43HPzES2 .photo-split {
    padding: 3rem 3rem;
  }
  .cid-sy43HPzES2 .photo-split .element-outer,
  .cid-sy43HPzES2 .photo-split .element-outer2 {
    display: none;
  }
  .cid-sy43HPzES2 .photo-split .element-inner {
    left: 0;
  }
}
@media (max-width: 767px) {
  .cid-sy43HPzES2 .mbr-section-title,
  .cid-sy43HPzES2 .mbr-section-subtitle,
  .cid-sy43HPzES2 .mbr-text {
    text-align: left !important;
  }
  .cid-sy43HPzES2 .social-list {
    text-align: left !important;
  }
}
.cid-sy43HPzES2 .boldSubtitle {
  margin-top: 40px !important;
}
@media (max-width: 500px) {
  .cid-sy43HPzES2 .wrap-block {
    padding: 3rem 1rem;
  }
  .cid-sy43HPzES2 .wrap-block .contents {
    margin-left: 60px;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.cid-sy43HPzES2 .wrap-block .contents .mbr-subtitle,
.cid-sy43HPzES2 .menu-content-right {
  color: #065369;
}
.cid-sy43HPzES2 .wrap-block .contents .mbr-section-title,
.cid-sy43HPzES2 .menu-content-right {
  color: #ef8f09;
}
.cid-sy43HPzES2 .wrap-block .contents h3,
.cid-sy43HPzES2 .menu-content-right {
  color: #4f4943;
}
.cid-sy43HPzES2 .wrap-block .contents h4,
.cid-sy43HPzES2 .menu-content-right {
  color: #191f23;
}
.cid-sziAiphza4 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sziAiphza4 .mbr-text,
.cid-sziAiphza4 .mbr-section-btn {
  color: #1d2c35;
}
.cid-sziAiphza4 .card-title,
.cid-sziAiphza4 .card-box {
  color: #1d2c35;
}
.cid-sziAiphza4 .mbr-text,
.cid-sziAiphza4 .link-wrap {
  color: #1d2c35;
}
.cid-szEUvRwnCq {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #b0ca77;
}
.cid-szEUvRwnCq .text {
  letter-spacing: 0.03em;
  line-height: 1.7;
}
.cid-szEUvRwnCq .mbr-text {
  width: 100%;
  height: auto;
  text-align: left;
  color: #5a7b0f;
}
@media (max-width: 991px) {
  .cid-szEUvRwnCq .row {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .cid-szEUvRwnCq .content {
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
  }
}
.cid-szizW45fRx {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-szizW45fRx .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #edab42;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-szizW45fRx H2 {
  color: #065369;
  text-align: left;
}
.cid-szizW45fRx H3 {
  color: #36404c;
}
.cid-szizW45fRx .mbr-text,
.cid-szizW45fRx .mbr-section-btn {
  color: #283742;
}
@media (max-width: 992px) {
  .cid-szizW45fRx .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-szizW45fRx img {
  filter: invert(0.5);
  width: auto;
}
.cid-syDXmWV1Om {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #065369;
}
.cid-syDXmWV1Om .text {
  letter-spacing: 0.03em;
  line-height: 1.7;
}
.cid-syDXmWV1Om .mbr-text {
  width: 100%;
  height: auto;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-syDXmWV1Om .row {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .cid-syDXmWV1Om .content {
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
  }
}
.cid-sy5fABXsmS {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #f5f7fd;
}
.cid-sy5fABXsmS .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-sy5fABXsmS .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-sy5fABXsmS .col + .mbr-section-btn .btn,
.cid-sy5fABXsmS .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-sy5fABXsmS .col + .mbr-section-btn .btn,
  .cid-sy5fABXsmS .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-sy5fABXsmS .dragArea > *:nth-last-child(2).col,
  .cid-sy5fABXsmS .dragArea > *:nth-last-child(2).col-auto,
  .cid-sy5fABXsmS .col + .mbr-section-btn,
  .cid-sy5fABXsmS .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-sy5fABXsmS .dragArea {
    flex-direction: column;
  }
}
.cid-sy5fABXsmS .btn-primary {
  border: 1px solid #e47524 !important;
}
.cid-sy5fABXsmS .btn-primary:hover {
  border: 1px solid #e47524 !important;
}
.cid-sy5fABXsmS .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-sy5fABXsmS .form-group {
  max-width: 220px;
}
.cid-sy5fABXsmS .mbr-section-btn {
  padding-left: 0;
}
.cid-sy5fABXsmS .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-sy5fABXsmS .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-sy5fABXsmS .mbr-text {
  color: #444;
}
.cid-sy5fABXsmS h5 {
  margin-bottom: 0;
}
.cid-sy5fABXsmS .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-sy5fABXsmS .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sy5fABXsmS .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-sy5fABXsmS .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sy5fABXsmS .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: center;
  align-items: center;
}
.cid-sy5fABXsmS .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-sy5fABXsmS .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sy5fABXsmS .social-list a:hover {
  opacity: 0.4;
}
.cid-sy5fABXsmS .media-container-row > div {
  padding: 0px;
}
.cid-sy5fABXsmS .text2 {
  color: #000000;
  text-align: left;
}
.cid-sy5fABXsmS .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-sy5fABXsmS .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sy5fABXsmS .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-sy5fABXsmS .social-list,
  .cid-sy5fABXsmS .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sy5fABXsmS h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-sy5fABXsmS .form-group {
    max-width: 180px;
  }
}
.cid-sy5fABXsmS .links span {
  color: #9e9e9e;
}
.cid-sy5fABXsmS .logo-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-sy5fABXsmS .logo-title {
  text-align: center;
}
.cid-sy5fABXsmS .row {
  margin: auto;
}
.cid-sy5fABXsmS .centercol {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-sy5fABXsmS .title-align {
  margin-left: -30px;
}
.cid-syDrqzBTk0 {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #c3c3c3;
}
.cid-syDrqzBTk0 .mbr-section-title {
  color: #065369;
  text-align: left;
  margin: auto;
  padding: 20px 0;
}
.cid-syDrqzBTk0 .mbr-section-subtitle {
  color: #1b745e;
  text-align: center;
  font-style: italic;
  padding-bottom: 12px;
}
.cid-syDrqzBTk0 .row {
  align-items: center;
  height: 100%;
}
.cid-syDrqzBTk0 .container {
  margin: auto;
}
.cid-szcXak6im2 .icon-bar {
  z-index: 100002;
  left: 0.4%;
  position: fixed;
  top: 50%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-szcXak6im2 .icon-bar a:hover {
  background-color: #e49105;
  width: 100px;
}
.cid-szcXak6im2 .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 2px;
  border-radius: 14px;
}
.cid-szcXak6im2 .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-szcXak6im2 .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-szcXak6im2 .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-szcXak6im2 .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-szcXak6im2 .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-szcXak6im2 .instagram {
  background: #6F3AA7;
  color: white;
  width: 50px;
}
.cid-szcXak6im2 .custom1 {
  background: #ff7300;
  color: white;
  width: 50px;
}
.cid-szcXak6im2 .custom2 {
  background: #01bf46;
  color: white;
  width: 50px;
}
.cid-szcXak6im2 .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-szcXak6im2 .corner-ribbon {
  z-index: 20001;
  width: 200px;
  background-image: linear-gradient(#55b4d4, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-szcXak6im2 .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #55b4d4);
}
.cid-szcXak6im2 .corner-ribbon.top-zen {
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: fixed;
}
.cid-szcXak6im2 P {
  color: #065369;
}
.cid-szcXak6im2 DIV {
  color: #ffffff;
}
.cid-szcXak6im2 H10 {
  color: #767676;
}
.cid-szcXak6im2 .hidden {
  display: none;
}
.cid-sN4bQ87YdE .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: top;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sN4bQ87YdE .nav-item:focus,
.cid-sN4bQ87YdE .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sN4bQ87YdE .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-sN4bQ87YdE .nav-item .nav-link {
    position: relative;
  }
  .cid-sN4bQ87YdE .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #e47524, #199bfc);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-sN4bQ87YdE .nav-item.open .nav-link::before {
    bottom: 0.2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-sN4bQ87YdE .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sN4bQ87YdE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5em 0.235em;
  transition: all 0.25s ease-in-out;
}
.cid-sN4bQ87YdE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sN4bQ87YdE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sN4bQ87YdE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sN4bQ87YdE .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sN4bQ87YdE .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-sN4bQ87YdE .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-sN4bQ87YdE .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
  line-height: 1.6;
}
.cid-sN4bQ87YdE .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-sN4bQ87YdE .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-sN4bQ87YdE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sN4bQ87YdE .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sN4bQ87YdE .navbar.collapsed .navbar-collapse.show,
.cid-sN4bQ87YdE .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sN4bQ87YdE .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-sN4bQ87YdE .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-sN4bQ87YdE .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sN4bQ87YdE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sN4bQ87YdE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sN4bQ87YdE .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sN4bQ87YdE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sN4bQ87YdE .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sN4bQ87YdE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sN4bQ87YdE .navbar.collapsed .right-menu,
.cid-sN4bQ87YdE .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-sN4bQ87YdE .navbar .navbar-collapse.show,
  .cid-sN4bQ87YdE .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sN4bQ87YdE .navbar .navbar-collapse.show .brand-container,
  .cid-sN4bQ87YdE .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-sN4bQ87YdE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sN4bQ87YdE .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sN4bQ87YdE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sN4bQ87YdE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sN4bQ87YdE .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sN4bQ87YdE .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sN4bQ87YdE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sN4bQ87YdE .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sN4bQ87YdE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-sN4bQ87YdE .navbar .right-menu,
  .cid-sN4bQ87YdE .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sN4bQ87YdE .navbar.navbar-short {
  min-height: 60px;
}
.cid-sN4bQ87YdE .navbar.navbar-short .mbr-overlay {
  background: #ffffff !important;
}
.cid-sN4bQ87YdE .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sN4bQ87YdE .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sN4bQ87YdE .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sN4bQ87YdE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sN4bQ87YdE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sN4bQ87YdE .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sN4bQ87YdE .dropdown-item.active,
.cid-sN4bQ87YdE .dropdown-item:active {
  background-color: transparent;
}
.cid-sN4bQ87YdE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sN4bQ87YdE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sN4bQ87YdE .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sN4bQ87YdE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sN4bQ87YdE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sN4bQ87YdE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sN4bQ87YdE ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-sN4bQ87YdE ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-sN4bQ87YdE .navbar-buttons {
  margin-left: auto;
}
.cid-sN4bQ87YdE button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sN4bQ87YdE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-sN4bQ87YdE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sN4bQ87YdE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sN4bQ87YdE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sN4bQ87YdE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sN4bQ87YdE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sN4bQ87YdE nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-sN4bQ87YdE nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-sN4bQ87YdE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sN4bQ87YdE a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sN4bQ87YdE .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sN4bQ87YdE .right-menu,
.cid-sN4bQ87YdE .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-sN4bQ87YdE .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sN4bQ87YdE .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sN4bQ87YdE .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sN4bQ87YdE .menu-top {
  text-align: center;
  width: 100%;
  background-color: #e45f05;
  padding: 0.5rem 0;
}
.cid-sN4bQ87YdE .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-sN4bQ87YdE .card-wrapper {
  z-index: 3;
}
.cid-sN4bQ87YdE .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-sN4bQ87YdE .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sN4bQ87YdE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sy3GH6t7SU {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sy3GH6t7SU .mbr-text,
.cid-sy3GH6t7SU .mbr-section-btn {
  color: #1d2c35;
}
.cid-sy3GH6t7SU .card-title,
.cid-sy3GH6t7SU .card-box {
  color: #1d2c35;
}
.cid-sy3GH6t7SU .mbr-text,
.cid-sy3GH6t7SU .link-wrap {
  color: #1d2c35;
}
.cid-sy3Geuph4J {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #cee2e2;
}
.cid-sy3Geuph4J .mbr-iconfont {
  color: #283742;
}
.cid-sy3Geuph4J .mbr-iconfont:hover {
  color: #065369 !important;
}
.cid-sy3Geuph4J .mbr-text {
  margin: 1.5rem 0;
}
.cid-sy3Geuph4J .card-img {
  margin-bottom: 2rem;
  max-width: 150px;
  max-height: 150px;
  margin: 0 auto 2rem auto;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-sy3Geuph4J .img-icon {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .cid-sy3Geuph4J .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-sy3Geuph4J .mbr-section-subtitle,
.cid-sy3Geuph4J .mbr-text,
.cid-sy3Geuph4J .social-links .mbr-iconfont {
  color: #8d97ad;
}
.cid-sy3Geuph4J .mbr-section-subtitle {
  color: #065369;
}
.cid-sy3Geuph4J .mbr-text,
.cid-sy3Geuph4J .social-links .mbr-iconfont {
  color: #191f23;
}
.cid-sy3Geuph4J .card-title {
  line-height: 1rem;
  color: #e47524;
}
.cid-sy3Geuph4J .mbr-section-title {
  color: #e45f05;
}
.cid-sy3MOmPfWB {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #cee2e2;
}
.cid-sy3MOmPfWB .mbr-iconfont {
  color: #283742;
}
.cid-sy3MOmPfWB .mbr-iconfont:hover {
  color: #065369 !important;
}
.cid-sy3MOmPfWB .mbr-text {
  margin: 1.5rem 0;
}
.cid-sy3MOmPfWB .card-img {
  margin-bottom: 2rem;
  max-width: 150px;
  max-height: 150px;
  margin: 0 auto 2rem auto;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-sy3MOmPfWB .img-icon {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .cid-sy3MOmPfWB .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-sy3MOmPfWB .mbr-section-subtitle,
.cid-sy3MOmPfWB .mbr-text,
.cid-sy3MOmPfWB .social-links .mbr-iconfont {
  color: #8d97ad;
}
.cid-sy3MOmPfWB .mbr-section-subtitle {
  color: #065369;
}
.cid-sy3MOmPfWB .mbr-text,
.cid-sy3MOmPfWB .social-links .mbr-iconfont {
  color: #191f23;
}
.cid-sy3MOmPfWB .card-title {
  line-height: 1rem;
  color: #e47524;
}
.cid-syDXIlYJE2 {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #065369;
}
.cid-syDXIlYJE2 .text {
  letter-spacing: 0.03em;
  line-height: 1.7;
}
.cid-syDXIlYJE2 .mbr-text {
  width: 100%;
  height: auto;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-syDXIlYJE2 .row {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .cid-syDXIlYJE2 .content {
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
  }
}
.cid-sMvHV4EDsV {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ebeaed;
}
.cid-sMvHV4EDsV .mbr-iconfont {
  color: #283742;
}
.cid-sMvHV4EDsV .mbr-iconfont:hover {
  color: #065369 !important;
}
.cid-sMvHV4EDsV .mbr-text {
  margin: 1.5rem 0;
}
.cid-sMvHV4EDsV .card-img {
  margin-bottom: 2rem;
  max-width: 150px;
  max-height: 150px;
  margin: 0 auto 2rem auto;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-sMvHV4EDsV .img-icon {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .cid-sMvHV4EDsV .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-sMvHV4EDsV .mbr-section-subtitle,
.cid-sMvHV4EDsV .mbr-text,
.cid-sMvHV4EDsV .social-links .mbr-iconfont {
  color: #8d97ad;
}
.cid-sMvHV4EDsV .mbr-section-subtitle {
  color: #065369;
}
.cid-sMvHV4EDsV .mbr-text,
.cid-sMvHV4EDsV .social-links .mbr-iconfont {
  color: #191f23;
}
.cid-sMvHV4EDsV .card-title {
  line-height: 1rem;
  color: #e47524;
}
.cid-tPEAeQVKoE {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ebeaed;
}
.cid-tPEAeQVKoE .mbr-iconfont {
  color: #283742;
}
.cid-tPEAeQVKoE .mbr-iconfont:hover {
  color: #065369 !important;
}
.cid-tPEAeQVKoE .mbr-text {
  margin: 1.5rem 0;
}
.cid-tPEAeQVKoE .card-img {
  margin-bottom: 2rem;
  max-width: 150px;
  max-height: 150px;
  margin: 0 auto 2rem auto;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-tPEAeQVKoE .img-icon {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .cid-tPEAeQVKoE .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-tPEAeQVKoE .mbr-section-subtitle,
.cid-tPEAeQVKoE .mbr-text,
.cid-tPEAeQVKoE .social-links .mbr-iconfont {
  color: #8d97ad;
}
.cid-tPEAeQVKoE .mbr-section-subtitle {
  color: #065369;
}
.cid-tPEAeQVKoE .mbr-text,
.cid-tPEAeQVKoE .social-links .mbr-iconfont {
  color: #191f23;
}
.cid-tPEAeQVKoE .card-title {
  line-height: 1rem;
  color: #e47524;
}
.cid-syDY6iNmHZ {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #065369;
}
.cid-syDY6iNmHZ .text {
  letter-spacing: 0.03em;
  line-height: 1.7;
}
.cid-syDY6iNmHZ .mbr-text {
  width: 100%;
  height: auto;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-syDY6iNmHZ .row {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .cid-syDY6iNmHZ .content {
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
  }
}
.cid-sy3IvH1ahh {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #fdedd7;
}
.cid-sy3IvH1ahh .mbr-iconfont {
  color: #283742;
}
.cid-sy3IvH1ahh .mbr-iconfont:hover {
  color: #065369 !important;
}
.cid-sy3IvH1ahh .mbr-text {
  margin: 1.5rem 0;
}
.cid-sy3IvH1ahh .card-img {
  margin-bottom: 2rem;
  max-width: 150px;
  max-height: 150px;
  margin: 0 auto 2rem auto;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-sy3IvH1ahh .img-icon {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .cid-sy3IvH1ahh .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-sy3IvH1ahh .mbr-section-subtitle,
.cid-sy3IvH1ahh .mbr-text,
.cid-sy3IvH1ahh .social-links .mbr-iconfont {
  color: #8d97ad;
}
.cid-sy3IvH1ahh .mbr-section-subtitle {
  color: #065369;
}
.cid-sy3IvH1ahh .mbr-text,
.cid-sy3IvH1ahh .social-links .mbr-iconfont {
  color: #191f23;
}
.cid-sy3IvH1ahh .card-title {
  line-height: 1rem;
  color: #e47524;
}
.cid-sy3IvH1ahh .mbr-section-title {
  color: #e45f05;
}
.cid-syDYdjBK6o {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #065369;
}
.cid-syDYdjBK6o .text {
  letter-spacing: 0.03em;
  line-height: 1.7;
}
.cid-syDYdjBK6o .mbr-text {
  width: 100%;
  height: auto;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-syDYdjBK6o .row {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .cid-syDYdjBK6o .content {
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
  }
}
.cid-sy5g0DWVSv {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #f5f7fd;
}
.cid-sy5g0DWVSv .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-sy5g0DWVSv .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-sy5g0DWVSv .col + .mbr-section-btn .btn,
.cid-sy5g0DWVSv .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-sy5g0DWVSv .col + .mbr-section-btn .btn,
  .cid-sy5g0DWVSv .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-sy5g0DWVSv .dragArea > *:nth-last-child(2).col,
  .cid-sy5g0DWVSv .dragArea > *:nth-last-child(2).col-auto,
  .cid-sy5g0DWVSv .col + .mbr-section-btn,
  .cid-sy5g0DWVSv .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-sy5g0DWVSv .dragArea {
    flex-direction: column;
  }
}
.cid-sy5g0DWVSv .btn-primary {
  border: 1px solid #e47524 !important;
}
.cid-sy5g0DWVSv .btn-primary:hover {
  border: 1px solid #e47524 !important;
}
.cid-sy5g0DWVSv .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-sy5g0DWVSv .form-group {
  max-width: 220px;
}
.cid-sy5g0DWVSv .mbr-section-btn {
  padding-left: 0;
}
.cid-sy5g0DWVSv .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-sy5g0DWVSv .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-sy5g0DWVSv .mbr-text {
  color: #444;
}
.cid-sy5g0DWVSv h5 {
  margin-bottom: 0;
}
.cid-sy5g0DWVSv .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-sy5g0DWVSv .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sy5g0DWVSv .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-sy5g0DWVSv .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sy5g0DWVSv .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: center;
  align-items: center;
}
.cid-sy5g0DWVSv .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-sy5g0DWVSv .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sy5g0DWVSv .social-list a:hover {
  opacity: 0.4;
}
.cid-sy5g0DWVSv .media-container-row > div {
  padding: 0px;
}
.cid-sy5g0DWVSv .text2 {
  color: #000000;
  text-align: left;
}
.cid-sy5g0DWVSv .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-sy5g0DWVSv .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sy5g0DWVSv .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-sy5g0DWVSv .social-list,
  .cid-sy5g0DWVSv .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sy5g0DWVSv h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-sy5g0DWVSv .form-group {
    max-width: 180px;
  }
}
.cid-sy5g0DWVSv .links span {
  color: #9e9e9e;
}
.cid-sy5g0DWVSv .logo-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-sy5g0DWVSv .logo-title {
  text-align: center;
}
.cid-sy5g0DWVSv .row {
  margin: auto;
}
.cid-sy5g0DWVSv .centercol {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-sy5g0DWVSv .title-align {
  margin-left: -30px;
}
.cid-syDrDxi8fv {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #c3c3c3;
}
.cid-syDrDxi8fv .mbr-section-title {
  color: #065369;
  text-align: left;
  margin: auto;
  padding: 20px 0;
}
.cid-syDrDxi8fv .mbr-section-subtitle {
  color: #1b745e;
  text-align: center;
  font-style: italic;
  padding-bottom: 12px;
}
.cid-syDrDxi8fv .row {
  align-items: center;
  height: 100%;
}
.cid-syDrDxi8fv .container {
  margin: auto;
}
.cid-szcXhlIGtz .icon-bar {
  z-index: 100002;
  left: 0.4%;
  position: fixed;
  top: 50%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-szcXhlIGtz .icon-bar a:hover {
  background-color: #e49105;
  width: 100px;
}
.cid-szcXhlIGtz .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 2px;
  border-radius: 14px;
}
.cid-szcXhlIGtz .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-szcXhlIGtz .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-szcXhlIGtz .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-szcXhlIGtz .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-szcXhlIGtz .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-szcXhlIGtz .instagram {
  background: #6F3AA7;
  color: white;
  width: 50px;
}
.cid-szcXhlIGtz .custom1 {
  background: #ff7300;
  color: white;
  width: 50px;
}
.cid-szcXhlIGtz .custom2 {
  background: #01bf46;
  color: white;
  width: 50px;
}
.cid-szcXhlIGtz .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-szcXhlIGtz .corner-ribbon {
  z-index: 20001;
  width: 200px;
  background-image: linear-gradient(#55b4d4, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-szcXhlIGtz .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #55b4d4);
}
.cid-szcXhlIGtz .corner-ribbon.top-zen {
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: fixed;
}
.cid-szcXhlIGtz P {
  color: #065369;
}
.cid-szcXhlIGtz DIV {
  color: #ffffff;
}
.cid-szcXhlIGtz H10 {
  color: #767676;
}
.cid-szcXhlIGtz .hidden {
  display: none;
}
.cid-sN4bQ87YdE .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: top;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sN4bQ87YdE .nav-item:focus,
.cid-sN4bQ87YdE .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sN4bQ87YdE .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-sN4bQ87YdE .nav-item .nav-link {
    position: relative;
  }
  .cid-sN4bQ87YdE .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #e47524, #199bfc);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-sN4bQ87YdE .nav-item.open .nav-link::before {
    bottom: 0.2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-sN4bQ87YdE .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sN4bQ87YdE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5em 0.235em;
  transition: all 0.25s ease-in-out;
}
.cid-sN4bQ87YdE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sN4bQ87YdE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sN4bQ87YdE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sN4bQ87YdE .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sN4bQ87YdE .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-sN4bQ87YdE .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-sN4bQ87YdE .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
  line-height: 1.6;
}
.cid-sN4bQ87YdE .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-sN4bQ87YdE .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-sN4bQ87YdE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sN4bQ87YdE .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sN4bQ87YdE .navbar.collapsed .navbar-collapse.show,
.cid-sN4bQ87YdE .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sN4bQ87YdE .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-sN4bQ87YdE .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-sN4bQ87YdE .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sN4bQ87YdE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sN4bQ87YdE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sN4bQ87YdE .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sN4bQ87YdE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sN4bQ87YdE .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sN4bQ87YdE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sN4bQ87YdE .navbar.collapsed .right-menu,
.cid-sN4bQ87YdE .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-sN4bQ87YdE .navbar .navbar-collapse.show,
  .cid-sN4bQ87YdE .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sN4bQ87YdE .navbar .navbar-collapse.show .brand-container,
  .cid-sN4bQ87YdE .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-sN4bQ87YdE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sN4bQ87YdE .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sN4bQ87YdE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sN4bQ87YdE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sN4bQ87YdE .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sN4bQ87YdE .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sN4bQ87YdE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sN4bQ87YdE .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sN4bQ87YdE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-sN4bQ87YdE .navbar .right-menu,
  .cid-sN4bQ87YdE .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sN4bQ87YdE .navbar.navbar-short {
  min-height: 60px;
}
.cid-sN4bQ87YdE .navbar.navbar-short .mbr-overlay {
  background: #ffffff !important;
}
.cid-sN4bQ87YdE .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sN4bQ87YdE .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sN4bQ87YdE .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sN4bQ87YdE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sN4bQ87YdE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sN4bQ87YdE .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sN4bQ87YdE .dropdown-item.active,
.cid-sN4bQ87YdE .dropdown-item:active {
  background-color: transparent;
}
.cid-sN4bQ87YdE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sN4bQ87YdE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sN4bQ87YdE .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sN4bQ87YdE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sN4bQ87YdE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sN4bQ87YdE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sN4bQ87YdE ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-sN4bQ87YdE ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-sN4bQ87YdE .navbar-buttons {
  margin-left: auto;
}
.cid-sN4bQ87YdE button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sN4bQ87YdE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-sN4bQ87YdE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sN4bQ87YdE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sN4bQ87YdE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sN4bQ87YdE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sN4bQ87YdE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sN4bQ87YdE nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-sN4bQ87YdE nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-sN4bQ87YdE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sN4bQ87YdE a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sN4bQ87YdE .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sN4bQ87YdE .right-menu,
.cid-sN4bQ87YdE .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-sN4bQ87YdE .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sN4bQ87YdE .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sN4bQ87YdE .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sN4bQ87YdE .menu-top {
  text-align: center;
  width: 100%;
  background-color: #e45f05;
  padding: 0.5rem 0;
}
.cid-sN4bQ87YdE .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-sN4bQ87YdE .card-wrapper {
  z-index: 3;
}
.cid-sN4bQ87YdE .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-sN4bQ87YdE .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sN4bQ87YdE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sy44GVAID4 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sy44GVAID4 .mbr-text,
.cid-sy44GVAID4 .mbr-section-btn {
  color: #1d2c35;
}
.cid-sy44GVAID4 .card-title,
.cid-sy44GVAID4 .card-box {
  color: #1d2c35;
}
.cid-sy44GVAID4 .mbr-text,
.cid-sy44GVAID4 .link-wrap {
  color: #1d2c35;
}
.cid-sy45YIdlLL {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #889e58;
}
.cid-sy45YIdlLL .mbr-text {
  line-height: 1.5;
  color: #656565;
}
.cid-sy45YIdlLL .container2 {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-sy45YIdlLL .container2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.cid-sy45YIdlLL .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
.cid-sy45YIdlLL .container2:hover input ~ .checkmark {
  background-color: #ccc;
}
.cid-sy45YIdlLL .container2 input:checked ~ .checkmark {
  background-color: #2196F3;
}
.cid-sy45YIdlLL .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.cid-sy45YIdlLL .container2 input:checked ~ .checkmark:after {
  display: block;
}
.cid-sy45YIdlLL .container2 .checkmark:after {
  left: 10px;
  top: 7px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-sy45YIdlLL .mbr-section-title {
  text-align: left;
  color: #ffffff;
  margin-bottom: -0.5rem;
}
.cid-uE8dbwKcsI {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #e8e9d8;
}
.cid-uE8dbwKcsI .row {
  border-top: 1px solid #889e58;
  padding-top: 2rem;
}
.cid-uE8dbwKcsI .mbr-text {
  line-height: 1.5;
  color: #656565;
}
.cid-uE8dbwKcsI .container2 {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-uE8dbwKcsI .container2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.cid-uE8dbwKcsI .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
.cid-uE8dbwKcsI .container2:hover input ~ .checkmark {
  background-color: #ccc;
}
.cid-uE8dbwKcsI .container2 input:checked ~ .checkmark {
  background-color: #2196F3;
}
.cid-uE8dbwKcsI .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.cid-uE8dbwKcsI .container2 input:checked ~ .checkmark:after {
  display: block;
}
.cid-uE8dbwKcsI .container2 .checkmark:after {
  left: 10px;
  top: 7px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-uE8dbwKcsI .mbr-section-title {
  text-align: left;
  color: #889e58;
  margin-bottom: -0.5rem;
}
.cid-sy48Fdpq1V {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #f5f7fd;
}
.cid-sy48Fdpq1V .row {
  border-top: 1px solid #889e58;
  padding-top: 2rem;
}
.cid-sy48Fdpq1V .mbr-text {
  line-height: 1.5;
  color: #656565;
}
.cid-sy48Fdpq1V .container2 {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-sy48Fdpq1V .container2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.cid-sy48Fdpq1V .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
.cid-sy48Fdpq1V .container2:hover input ~ .checkmark {
  background-color: #ccc;
}
.cid-sy48Fdpq1V .container2 input:checked ~ .checkmark {
  background-color: #2196F3;
}
.cid-sy48Fdpq1V .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.cid-sy48Fdpq1V .container2 input:checked ~ .checkmark:after {
  display: block;
}
.cid-sy48Fdpq1V .container2 .checkmark:after {
  left: 10px;
  top: 7px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-sy48Fdpq1V .mbr-section-title {
  text-align: left;
  color: #889e58;
  margin-bottom: -0.5rem;
}
.cid-uz7yYx9ztl {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #e8e9d8;
}
.cid-uz7yYx9ztl .row {
  border-top: 1px solid #889e58;
  padding-top: 2rem;
}
.cid-uz7yYx9ztl .mbr-text {
  line-height: 1.5;
  color: #656565;
}
.cid-uz7yYx9ztl .container2 {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-uz7yYx9ztl .container2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.cid-uz7yYx9ztl .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
.cid-uz7yYx9ztl .container2:hover input ~ .checkmark {
  background-color: #ccc;
}
.cid-uz7yYx9ztl .container2 input:checked ~ .checkmark {
  background-color: #2196F3;
}
.cid-uz7yYx9ztl .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.cid-uz7yYx9ztl .container2 input:checked ~ .checkmark:after {
  display: block;
}
.cid-uz7yYx9ztl .container2 .checkmark:after {
  left: 10px;
  top: 7px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-uz7yYx9ztl .mbr-section-title {
  text-align: left;
  color: #889e58;
  margin-bottom: -0.5rem;
}
.cid-sy49pW0Uau {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #f5f7fd;
}
.cid-sy49pW0Uau .row {
  border-top: 1px solid #889e58;
  padding-top: 2rem;
}
.cid-sy49pW0Uau .mbr-text {
  line-height: 1.5;
  color: #656565;
}
.cid-sy49pW0Uau .container2 {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-sy49pW0Uau .container2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.cid-sy49pW0Uau .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
.cid-sy49pW0Uau .container2:hover input ~ .checkmark {
  background-color: #ccc;
}
.cid-sy49pW0Uau .container2 input:checked ~ .checkmark {
  background-color: #2196F3;
}
.cid-sy49pW0Uau .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.cid-sy49pW0Uau .container2 input:checked ~ .checkmark:after {
  display: block;
}
.cid-sy49pW0Uau .container2 .checkmark:after {
  left: 10px;
  top: 7px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-sy49pW0Uau .mbr-section-title {
  text-align: left;
  color: #889e58;
  margin-bottom: -0.5rem;
}
.cid-uz7CbU6f2C {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #e8e9d8;
}
.cid-uz7CbU6f2C .row {
  border-top: 1px solid #889e58;
  padding-top: 2rem;
}
.cid-uz7CbU6f2C .mbr-text {
  line-height: 1.5;
  color: #656565;
}
.cid-uz7CbU6f2C .container2 {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-uz7CbU6f2C .container2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.cid-uz7CbU6f2C .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
.cid-uz7CbU6f2C .container2:hover input ~ .checkmark {
  background-color: #ccc;
}
.cid-uz7CbU6f2C .container2 input:checked ~ .checkmark {
  background-color: #2196F3;
}
.cid-uz7CbU6f2C .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.cid-uz7CbU6f2C .container2 input:checked ~ .checkmark:after {
  display: block;
}
.cid-uz7CbU6f2C .container2 .checkmark:after {
  left: 10px;
  top: 7px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-uz7CbU6f2C .mbr-section-title {
  text-align: left;
  color: #889e58;
  margin-bottom: -0.5rem;
}
.cid-uz7CMsRV01 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #f5f7fd;
}
.cid-uz7CMsRV01 .row {
  border-top: 1px solid #889e58;
  padding-top: 2rem;
}
.cid-uz7CMsRV01 .mbr-text {
  line-height: 1.5;
  color: #656565;
}
.cid-uz7CMsRV01 .container2 {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-uz7CMsRV01 .container2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.cid-uz7CMsRV01 .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
.cid-uz7CMsRV01 .container2:hover input ~ .checkmark {
  background-color: #ccc;
}
.cid-uz7CMsRV01 .container2 input:checked ~ .checkmark {
  background-color: #2196F3;
}
.cid-uz7CMsRV01 .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.cid-uz7CMsRV01 .container2 input:checked ~ .checkmark:after {
  display: block;
}
.cid-uz7CMsRV01 .container2 .checkmark:after {
  left: 10px;
  top: 7px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-uz7CMsRV01 .mbr-section-title {
  text-align: left;
  color: #889e58;
  margin-bottom: -0.5rem;
}
.cid-uz7JNla5Si {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #e8e9d8;
}
.cid-uz7JNla5Si .row {
  border-top: 1px solid #889e58;
  padding-top: 2rem;
}
.cid-uz7JNla5Si .mbr-text {
  line-height: 1.5;
  color: #656565;
}
.cid-uz7JNla5Si .container2 {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-uz7JNla5Si .container2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.cid-uz7JNla5Si .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
.cid-uz7JNla5Si .container2:hover input ~ .checkmark {
  background-color: #ccc;
}
.cid-uz7JNla5Si .container2 input:checked ~ .checkmark {
  background-color: #2196F3;
}
.cid-uz7JNla5Si .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.cid-uz7JNla5Si .container2 input:checked ~ .checkmark:after {
  display: block;
}
.cid-uz7JNla5Si .container2 .checkmark:after {
  left: 10px;
  top: 7px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-uz7JNla5Si .mbr-section-title {
  text-align: left;
  color: #889e58;
  margin-bottom: -0.5rem;
}
.cid-uE8blljgwD {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #f5f7fd;
}
.cid-uE8blljgwD .row {
  border-top: 1px solid #889e58;
  padding-top: 2rem;
}
.cid-uE8blljgwD .mbr-text {
  line-height: 1.5;
  color: #656565;
}
.cid-uE8blljgwD .container2 {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-uE8blljgwD .container2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.cid-uE8blljgwD .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
.cid-uE8blljgwD .container2:hover input ~ .checkmark {
  background-color: #ccc;
}
.cid-uE8blljgwD .container2 input:checked ~ .checkmark {
  background-color: #2196F3;
}
.cid-uE8blljgwD .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.cid-uE8blljgwD .container2 input:checked ~ .checkmark:after {
  display: block;
}
.cid-uE8blljgwD .container2 .checkmark:after {
  left: 10px;
  top: 7px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-uE8blljgwD .mbr-section-title {
  text-align: left;
  color: #889e58;
  margin-bottom: -0.5rem;
}
.cid-uz7AUEeoOZ {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #e8e9d8;
}
.cid-uz7AUEeoOZ .row {
  border-top: 1px solid #889e58;
  padding-top: 2rem;
}
.cid-uz7AUEeoOZ .mbr-text {
  line-height: 1.5;
  color: #656565;
}
.cid-uz7AUEeoOZ .container2 {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-uz7AUEeoOZ .container2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.cid-uz7AUEeoOZ .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
.cid-uz7AUEeoOZ .container2:hover input ~ .checkmark {
  background-color: #ccc;
}
.cid-uz7AUEeoOZ .container2 input:checked ~ .checkmark {
  background-color: #2196F3;
}
.cid-uz7AUEeoOZ .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.cid-uz7AUEeoOZ .container2 input:checked ~ .checkmark:after {
  display: block;
}
.cid-uz7AUEeoOZ .container2 .checkmark:after {
  left: 10px;
  top: 7px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-uz7AUEeoOZ .mbr-section-title {
  text-align: left;
  color: #889e58;
  margin-bottom: -0.5rem;
}
.cid-uYiPgIV1qM {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #f5f7fd;
}
.cid-uYiPgIV1qM .row {
  border-top: 1px solid #889e58;
  padding-top: 2rem;
}
.cid-uYiPgIV1qM .mbr-text {
  line-height: 1.5;
  color: #656565;
}
.cid-uYiPgIV1qM .container2 {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-uYiPgIV1qM .container2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.cid-uYiPgIV1qM .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
.cid-uYiPgIV1qM .container2:hover input ~ .checkmark {
  background-color: #ccc;
}
.cid-uYiPgIV1qM .container2 input:checked ~ .checkmark {
  background-color: #2196F3;
}
.cid-uYiPgIV1qM .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.cid-uYiPgIV1qM .container2 input:checked ~ .checkmark:after {
  display: block;
}
.cid-uYiPgIV1qM .container2 .checkmark:after {
  left: 10px;
  top: 7px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-uYiPgIV1qM .mbr-section-title {
  text-align: left;
  color: #889e58;
  margin-bottom: -0.5rem;
}
.cid-sy49t4KOgw {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #e8e9d8;
}
.cid-sy49t4KOgw .row {
  border-top: 1px solid #889e58;
  padding-top: 2rem;
}
.cid-sy49t4KOgw .mbr-text {
  line-height: 1.5;
  color: #656565;
}
.cid-sy49t4KOgw .container2 {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-sy49t4KOgw .container2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.cid-sy49t4KOgw .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
.cid-sy49t4KOgw .container2:hover input ~ .checkmark {
  background-color: #ccc;
}
.cid-sy49t4KOgw .container2 input:checked ~ .checkmark {
  background-color: #2196F3;
}
.cid-sy49t4KOgw .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.cid-sy49t4KOgw .container2 input:checked ~ .checkmark:after {
  display: block;
}
.cid-sy49t4KOgw .container2 .checkmark:after {
  left: 10px;
  top: 7px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-sy49t4KOgw .mbr-section-title {
  text-align: left;
  color: #889e58;
  margin-bottom: -0.5rem;
}
.cid-sy5gc0NQXL {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #f5f7fd;
}
.cid-sy5gc0NQXL .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-sy5gc0NQXL .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-sy5gc0NQXL .col + .mbr-section-btn .btn,
.cid-sy5gc0NQXL .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-sy5gc0NQXL .col + .mbr-section-btn .btn,
  .cid-sy5gc0NQXL .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-sy5gc0NQXL .dragArea > *:nth-last-child(2).col,
  .cid-sy5gc0NQXL .dragArea > *:nth-last-child(2).col-auto,
  .cid-sy5gc0NQXL .col + .mbr-section-btn,
  .cid-sy5gc0NQXL .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-sy5gc0NQXL .dragArea {
    flex-direction: column;
  }
}
.cid-sy5gc0NQXL .btn-primary {
  border: 1px solid #e47524 !important;
}
.cid-sy5gc0NQXL .btn-primary:hover {
  border: 1px solid #e47524 !important;
}
.cid-sy5gc0NQXL .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-sy5gc0NQXL .form-group {
  max-width: 220px;
}
.cid-sy5gc0NQXL .mbr-section-btn {
  padding-left: 0;
}
.cid-sy5gc0NQXL .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-sy5gc0NQXL .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-sy5gc0NQXL .mbr-text {
  color: #444;
}
.cid-sy5gc0NQXL h5 {
  margin-bottom: 0;
}
.cid-sy5gc0NQXL .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-sy5gc0NQXL .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sy5gc0NQXL .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-sy5gc0NQXL .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sy5gc0NQXL .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: center;
  align-items: center;
}
.cid-sy5gc0NQXL .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-sy5gc0NQXL .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sy5gc0NQXL .social-list a:hover {
  opacity: 0.4;
}
.cid-sy5gc0NQXL .media-container-row > div {
  padding: 0px;
}
.cid-sy5gc0NQXL .text2 {
  color: #000000;
  text-align: left;
}
.cid-sy5gc0NQXL .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-sy5gc0NQXL .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sy5gc0NQXL .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-sy5gc0NQXL .social-list,
  .cid-sy5gc0NQXL .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sy5gc0NQXL h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-sy5gc0NQXL .form-group {
    max-width: 180px;
  }
}
.cid-sy5gc0NQXL .links span {
  color: #9e9e9e;
}
.cid-sy5gc0NQXL .logo-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-sy5gc0NQXL .logo-title {
  text-align: center;
}
.cid-sy5gc0NQXL .row {
  margin: auto;
}
.cid-sy5gc0NQXL .centercol {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-sy5gc0NQXL .title-align {
  margin-left: -30px;
}
.cid-v3FKnirtUN {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #c3c3c3;
}
.cid-v3FKnirtUN .mbr-section-title {
  color: #065369;
  text-align: left;
  margin: auto;
  padding: 20px 0;
}
.cid-v3FKnirtUN .mbr-section-subtitle {
  color: #1b745e;
  text-align: center;
  font-style: italic;
  padding-bottom: 12px;
}
.cid-v3FKnirtUN .row {
  align-items: center;
  height: 100%;
}
.cid-v3FKnirtUN .container {
  margin: auto;
}
.cid-szcXpvof9T .icon-bar {
  z-index: 100002;
  left: 0.4%;
  position: fixed;
  top: 50%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-szcXpvof9T .icon-bar a:hover {
  background-color: #e49105;
  width: 100px;
}
.cid-szcXpvof9T .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 2px;
  border-radius: 14px;
}
.cid-szcXpvof9T .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-szcXpvof9T .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-szcXpvof9T .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-szcXpvof9T .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-szcXpvof9T .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-szcXpvof9T .instagram {
  background: #6F3AA7;
  color: white;
  width: 50px;
}
.cid-szcXpvof9T .custom1 {
  background: #ff7300;
  color: white;
  width: 50px;
}
.cid-szcXpvof9T .custom2 {
  background: #01bf46;
  color: white;
  width: 50px;
}
.cid-szcXpvof9T .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-szcXpvof9T .corner-ribbon {
  z-index: 20001;
  width: 200px;
  background-image: linear-gradient(#55b4d4, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-szcXpvof9T .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #55b4d4);
}
.cid-szcXpvof9T .corner-ribbon.top-zen {
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: fixed;
}
.cid-szcXpvof9T P {
  color: #065369;
}
.cid-szcXpvof9T DIV {
  color: #ffffff;
}
.cid-szcXpvof9T H10 {
  color: #767676;
}
.cid-szcXpvof9T .hidden {
  display: none;
}
.cid-sN4bQ87YdE .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: top;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sN4bQ87YdE .nav-item:focus,
.cid-sN4bQ87YdE .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sN4bQ87YdE .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-sN4bQ87YdE .nav-item .nav-link {
    position: relative;
  }
  .cid-sN4bQ87YdE .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #e47524, #199bfc);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-sN4bQ87YdE .nav-item.open .nav-link::before {
    bottom: 0.2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-sN4bQ87YdE .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sN4bQ87YdE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5em 0.235em;
  transition: all 0.25s ease-in-out;
}
.cid-sN4bQ87YdE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sN4bQ87YdE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sN4bQ87YdE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sN4bQ87YdE .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sN4bQ87YdE .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-sN4bQ87YdE .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-sN4bQ87YdE .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
  line-height: 1.6;
}
.cid-sN4bQ87YdE .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-sN4bQ87YdE .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-sN4bQ87YdE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sN4bQ87YdE .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sN4bQ87YdE .navbar.collapsed .navbar-collapse.show,
.cid-sN4bQ87YdE .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sN4bQ87YdE .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-sN4bQ87YdE .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-sN4bQ87YdE .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sN4bQ87YdE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sN4bQ87YdE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sN4bQ87YdE .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sN4bQ87YdE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sN4bQ87YdE .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sN4bQ87YdE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sN4bQ87YdE .navbar.collapsed .right-menu,
.cid-sN4bQ87YdE .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-sN4bQ87YdE .navbar .navbar-collapse.show,
  .cid-sN4bQ87YdE .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sN4bQ87YdE .navbar .navbar-collapse.show .brand-container,
  .cid-sN4bQ87YdE .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-sN4bQ87YdE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sN4bQ87YdE .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sN4bQ87YdE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sN4bQ87YdE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sN4bQ87YdE .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sN4bQ87YdE .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sN4bQ87YdE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sN4bQ87YdE .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sN4bQ87YdE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-sN4bQ87YdE .navbar .right-menu,
  .cid-sN4bQ87YdE .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sN4bQ87YdE .navbar.navbar-short {
  min-height: 60px;
}
.cid-sN4bQ87YdE .navbar.navbar-short .mbr-overlay {
  background: #ffffff !important;
}
.cid-sN4bQ87YdE .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sN4bQ87YdE .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sN4bQ87YdE .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sN4bQ87YdE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sN4bQ87YdE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sN4bQ87YdE .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sN4bQ87YdE .dropdown-item.active,
.cid-sN4bQ87YdE .dropdown-item:active {
  background-color: transparent;
}
.cid-sN4bQ87YdE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sN4bQ87YdE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sN4bQ87YdE .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sN4bQ87YdE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sN4bQ87YdE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sN4bQ87YdE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sN4bQ87YdE ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-sN4bQ87YdE ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-sN4bQ87YdE .navbar-buttons {
  margin-left: auto;
}
.cid-sN4bQ87YdE button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sN4bQ87YdE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-sN4bQ87YdE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sN4bQ87YdE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sN4bQ87YdE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sN4bQ87YdE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sN4bQ87YdE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sN4bQ87YdE nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-sN4bQ87YdE nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-sN4bQ87YdE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sN4bQ87YdE a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sN4bQ87YdE .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sN4bQ87YdE .right-menu,
.cid-sN4bQ87YdE .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-sN4bQ87YdE .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sN4bQ87YdE .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sN4bQ87YdE .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sN4bQ87YdE .menu-top {
  text-align: center;
  width: 100%;
  background-color: #e45f05;
  padding: 0.5rem 0;
}
.cid-sN4bQ87YdE .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-sN4bQ87YdE .card-wrapper {
  z-index: 3;
}
.cid-sN4bQ87YdE .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-sN4bQ87YdE .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sN4bQ87YdE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sR70uEHIuR {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sR70uEHIuR .row {
  border-top: 1px solid #889e58;
  padding-top: 2rem;
}
.cid-sR70uEHIuR .mbr-text {
  line-height: 1.5;
  color: #656565;
}
.cid-sR70uEHIuR .container2 {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-sR70uEHIuR .container2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.cid-sR70uEHIuR .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
.cid-sR70uEHIuR .container2:hover input ~ .checkmark {
  background-color: #ccc;
}
.cid-sR70uEHIuR .container2 input:checked ~ .checkmark {
  background-color: #2196F3;
}
.cid-sR70uEHIuR .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.cid-sR70uEHIuR .container2 input:checked ~ .checkmark:after {
  display: block;
}
.cid-sR70uEHIuR .container2 .checkmark:after {
  left: 10px;
  top: 7px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-sR70uEHIuR .mbr-section-title {
  text-align: left;
  color: #889e58;
}
.cid-symUoNSXdm {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-symUoNSXdm .mbr-text,
.cid-symUoNSXdm .mbr-section-btn {
  color: #1d2c35;
}
.cid-symUoNSXdm .card-title,
.cid-symUoNSXdm .card-box {
  color: #1d2c35;
}
.cid-symUoNSXdm .mbr-text,
.cid-symUoNSXdm .link-wrap {
  color: #1d2c35;
}
.cid-syE4lSQmER {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f3f4e8;
}
.cid-syE4lSQmER img {
  border-radius: 0px;
}
.cid-syE4lSQmER .mbr-section-title {
  color: #000000;
  text-align: left;
  padding-top: 0.4rem;
}
.cid-syE4lSQmER .date {
  text-transform: uppercase;
  color: #e47524;
  text-align: left;
  padding-top: 1rem;
}
.cid-syE4lSQmER .author {
  color: #626262;
  text-align: left;
  padding-top: 0.8rem;
}
.cid-syE4lSQmER .heading {
  text-align: center;
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
}
.cid-syE4lSQmER .right {
  display: flex;
  flex-direction: column;
}
.cid-syE4lSQmER .mbr-section-btn {
  border: 2px solid #e47524;
  width: auto;
}
.cid-syE4lSQmER .mbr-section-btn:hover {
  background-color: #e47524;
  border: 2px solid #e47524;
}
.cid-syE4lSQmER .card-heading {
  padding-top: 0;
  color: #5a7b0f;
}
.cid-syE4lSQmER .mbr-text {
  padding-top: 10px;
}
.cid-symUoRwiOl {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-symUoRwiOl .carousel-item.active,
.cid-symUoRwiOl .carousel-item-next,
.cid-symUoRwiOl .carousel-item-prev {
  display: flex;
}
.cid-symUoRwiOl .carousel-controls a {
  transition: all .3s;
  border-radius: 50%;
  border: none;
  background-color: transparent;
}
.cid-symUoRwiOl .carousel-controls a span {
  color: #f23801;
  font-size: 35px;
}
.cid-symUoRwiOl .carousel-controls a:hover .mobi-mbri-left {
  transform: translateX(-5px);
}
.cid-symUoRwiOl .carousel-controls a:hover .mobi-mbri-right {
  transform: translateX(5px);
}
.cid-symUoRwiOl .carousel-controls .carousel-control-next,
.cid-symUoRwiOl .carousel-controls .carousel-control-prev {
  opacity: 1;
  width: 44px;
  height: 44px;
}
.cid-symUoRwiOl .carousel-controls .carousel-control-next {
  bottom: auto;
  top: 44%;
}
.cid-symUoRwiOl .carousel-controls .carousel-control-prev {
  bottom: auto;
  top: 44%;
}
.cid-symUoRwiOl .author-box {
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 546px) {
  .cid-symUoRwiOl .author-box {
    flex-direction: column;
  }
}
.cid-symUoRwiOl .img-box {
  margin-right: 2.3125rem;
}
@media (max-width: 546px) {
  .cid-symUoRwiOl .img-box {
    margin-right: 0rem;
    margin-bottom: 1rem;
  }
}
.cid-symUoRwiOl .face {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
  object-fit: cover;
}
.cid-symUoRwiOl h3,
.cid-symUoRwiOl h4 {
  margin: 0;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-symUoRwiOl .carousel-controls a span {
    top: auto;
    bottom: 30%;
  }
}
@media (max-width: 767px) {
  .cid-symUoRwiOl .carousel-controls {
    display: none;
  }
}
.cid-symUoRwiOl .mbr-card-text {
  margin-bottom: 1rem;
}
.cid-symUoRwiOl .mbr-carg-tag {
  color: #5a7b0f;
}
.cid-symUoRwiOl .carousel-indicators {
  bottom: -65px;
}
@media (max-width: 786px) {
  .cid-symUoRwiOl .carousel-indicators {
    bottom: -75px;
  }
}
.cid-symUoRwiOl .carousel-indicators li {
  margin-right: 31px;
  margin-left: 31px;
  opacity: 1;
  width: 6px;
  height: 6px;
  max-width: 6px;
  max-height: 6px;
  min-width: 6px;
  min-height: 6px;
  background: #000000;
  border: none;
  position: relative;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.cid-symUoRwiOl .carousel-indicators li:hover {
  opacity: 1 !important;
}
.cid-symUoRwiOl .carousel-indicators li svg {
  position: absolute;
  display: block;
  width: 36px;
  height: 36px;
  z-index: 1;
  fill: none;
  color: #000000;
  stroke: none;
  overflow: visible;
}
.cid-symUoRwiOl .carousel-indicators li svg circle {
  stroke-dasharray: 110;
  stroke-dashoffset: 110;
  stroke: #000000;
  stroke-width: 1;
  transition: all 0.6s cubic-bezier(0.43, 0.41, 0.36, 0.9);
  transform: rotate(-145deg);
  transform-origin: center;
}
.cid-symUoRwiOl .carousel-indicators li.active {
  background: #000000;
}
.cid-symUoRwiOl .carousel-indicators li.active circle {
  stroke-dashoffset: 0;
  transform: rotate(55deg);
}
.cid-symUoRwiOl .mbr-carg-auhtor {
  color: #065369;
}
.cid-symUoRwiOl h4 {
  padding-top: .5rem;
}
.cid-symUoRwiOl p {
  padding: 0;
  margin: 0;
}
.cid-symUoRwiOl .border-outline {
  border: 2px solid red;
}
.cid-symUoSCYjx {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #f3f4e8;
}
.cid-symUoSCYjx .carousel-item.active,
.cid-symUoSCYjx .carousel-item-next,
.cid-symUoSCYjx .carousel-item-prev {
  display: flex;
}
.cid-symUoSCYjx .carousel-controls a {
  transition: all .3s;
  border-radius: 50%;
  border: none;
  background-color: transparent;
}
.cid-symUoSCYjx .carousel-controls a span {
  color: #f23801;
  font-size: 35px;
}
.cid-symUoSCYjx .carousel-controls a:hover .mobi-mbri-left {
  transform: translateX(-5px);
}
.cid-symUoSCYjx .carousel-controls a:hover .mobi-mbri-right {
  transform: translateX(5px);
}
.cid-symUoSCYjx .carousel-controls .carousel-control-next,
.cid-symUoSCYjx .carousel-controls .carousel-control-prev {
  opacity: 1;
  width: 44px;
  height: 44px;
}
.cid-symUoSCYjx .carousel-controls .carousel-control-next {
  bottom: auto;
  top: 44%;
}
.cid-symUoSCYjx .carousel-controls .carousel-control-prev {
  bottom: auto;
  top: 44%;
}
.cid-symUoSCYjx .author-box {
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 546px) {
  .cid-symUoSCYjx .author-box {
    flex-direction: column;
  }
}
.cid-symUoSCYjx .img-box {
  margin-right: 2.3125rem;
}
@media (max-width: 546px) {
  .cid-symUoSCYjx .img-box {
    margin-right: 0rem;
    margin-bottom: 1rem;
  }
}
.cid-symUoSCYjx .face {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
  object-fit: cover;
}
.cid-symUoSCYjx h3,
.cid-symUoSCYjx h4 {
  margin: 0;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-symUoSCYjx .carousel-controls a span {
    top: auto;
    bottom: 30%;
  }
}
@media (max-width: 767px) {
  .cid-symUoSCYjx .carousel-controls {
    display: none;
  }
}
.cid-symUoSCYjx .mbr-card-text {
  margin-bottom: 1rem;
}
.cid-symUoSCYjx .mbr-carg-tag {
  color: #5a7b0f;
}
.cid-symUoSCYjx .carousel-indicators {
  bottom: -65px;
}
@media (max-width: 786px) {
  .cid-symUoSCYjx .carousel-indicators {
    bottom: -75px;
  }
}
.cid-symUoSCYjx .carousel-indicators li {
  margin-right: 31px;
  margin-left: 31px;
  opacity: 1;
  width: 6px;
  height: 6px;
  max-width: 6px;
  max-height: 6px;
  min-width: 6px;
  min-height: 6px;
  background: #000000;
  border: none;
  position: relative;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.cid-symUoSCYjx .carousel-indicators li:hover {
  opacity: 1 !important;
}
.cid-symUoSCYjx .carousel-indicators li svg {
  position: absolute;
  display: block;
  width: 36px;
  height: 36px;
  z-index: 1;
  fill: none;
  color: #000000;
  stroke: none;
  overflow: visible;
}
.cid-symUoSCYjx .carousel-indicators li svg circle {
  stroke-dasharray: 110;
  stroke-dashoffset: 110;
  stroke: #000000;
  stroke-width: 1;
  transition: all 0.6s cubic-bezier(0.43, 0.41, 0.36, 0.9);
  transform: rotate(-145deg);
  transform-origin: center;
}
.cid-symUoSCYjx .carousel-indicators li.active {
  background: #000000;
}
.cid-symUoSCYjx .carousel-indicators li.active circle {
  stroke-dashoffset: 0;
  transform: rotate(55deg);
}
.cid-symUoSCYjx .mbr-carg-auhtor {
  color: #065369;
}
.cid-symUoSCYjx h4 {
  padding-top: .5rem;
}
.cid-symUoSCYjx p {
  padding: 0;
  margin: 0;
}
.cid-symUoSCYjx .border-outline {
  border: 2px solid red;
}
.cid-uOtDdO8dxC {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uOtDdO8dxC .carousel-item.active,
.cid-uOtDdO8dxC .carousel-item-next,
.cid-uOtDdO8dxC .carousel-item-prev {
  display: flex;
}
.cid-uOtDdO8dxC .carousel-controls a {
  transition: all .3s;
  border-radius: 50%;
  border: none;
  background-color: transparent;
}
.cid-uOtDdO8dxC .carousel-controls a span {
  color: #f23801;
  font-size: 35px;
}
.cid-uOtDdO8dxC .carousel-controls a:hover .mobi-mbri-left {
  transform: translateX(-5px);
}
.cid-uOtDdO8dxC .carousel-controls a:hover .mobi-mbri-right {
  transform: translateX(5px);
}
.cid-uOtDdO8dxC .carousel-controls .carousel-control-next,
.cid-uOtDdO8dxC .carousel-controls .carousel-control-prev {
  opacity: 1;
  width: 44px;
  height: 44px;
}
.cid-uOtDdO8dxC .carousel-controls .carousel-control-next {
  bottom: auto;
  top: 44%;
}
.cid-uOtDdO8dxC .carousel-controls .carousel-control-prev {
  bottom: auto;
  top: 44%;
}
.cid-uOtDdO8dxC .author-box {
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 546px) {
  .cid-uOtDdO8dxC .author-box {
    flex-direction: column;
  }
}
.cid-uOtDdO8dxC .img-box {
  margin-right: 2.3125rem;
}
@media (max-width: 546px) {
  .cid-uOtDdO8dxC .img-box {
    margin-right: 0rem;
    margin-bottom: 1rem;
  }
}
.cid-uOtDdO8dxC .face {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
  object-fit: cover;
}
.cid-uOtDdO8dxC h3,
.cid-uOtDdO8dxC h4 {
  margin: 0;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uOtDdO8dxC .carousel-controls a span {
    top: auto;
    bottom: 30%;
  }
}
@media (max-width: 767px) {
  .cid-uOtDdO8dxC .carousel-controls {
    display: none;
  }
}
.cid-uOtDdO8dxC .mbr-card-text {
  margin-bottom: 1rem;
}
.cid-uOtDdO8dxC .mbr-carg-tag {
  color: #5a7b0f;
}
.cid-uOtDdO8dxC .carousel-indicators {
  bottom: -65px;
}
@media (max-width: 786px) {
  .cid-uOtDdO8dxC .carousel-indicators {
    bottom: -75px;
  }
}
.cid-uOtDdO8dxC .carousel-indicators li {
  margin-right: 31px;
  margin-left: 31px;
  opacity: 1;
  width: 6px;
  height: 6px;
  max-width: 6px;
  max-height: 6px;
  min-width: 6px;
  min-height: 6px;
  background: #000000;
  border: none;
  position: relative;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.cid-uOtDdO8dxC .carousel-indicators li:hover {
  opacity: 1 !important;
}
.cid-uOtDdO8dxC .carousel-indicators li svg {
  position: absolute;
  display: block;
  width: 36px;
  height: 36px;
  z-index: 1;
  fill: none;
  color: #000000;
  stroke: none;
  overflow: visible;
}
.cid-uOtDdO8dxC .carousel-indicators li svg circle {
  stroke-dasharray: 110;
  stroke-dashoffset: 110;
  stroke: #000000;
  stroke-width: 1;
  transition: all 0.6s cubic-bezier(0.43, 0.41, 0.36, 0.9);
  transform: rotate(-145deg);
  transform-origin: center;
}
.cid-uOtDdO8dxC .carousel-indicators li.active {
  background: #000000;
}
.cid-uOtDdO8dxC .carousel-indicators li.active circle {
  stroke-dashoffset: 0;
  transform: rotate(55deg);
}
.cid-uOtDdO8dxC .mbr-carg-auhtor {
  color: #065369;
}
.cid-uOtDdO8dxC h4 {
  padding-top: .5rem;
}
.cid-uOtDdO8dxC p {
  padding: 0;
  margin: 0;
}
.cid-uOtDdO8dxC .border-outline {
  border: 2px solid red;
}
.cid-symUoTHMo9 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f2f6e4;
}
.cid-symUoTHMo9 .carousel-item.active,
.cid-symUoTHMo9 .carousel-item-next,
.cid-symUoTHMo9 .carousel-item-prev {
  display: flex;
}
.cid-symUoTHMo9 .carousel-controls a {
  transition: all .3s;
  border-radius: 50%;
  border: none;
  background-color: transparent;
}
.cid-symUoTHMo9 .carousel-controls a span {
  color: #f23801;
  font-size: 35px;
}
.cid-symUoTHMo9 .carousel-controls a:hover .mobi-mbri-left {
  transform: translateX(-5px);
}
.cid-symUoTHMo9 .carousel-controls a:hover .mobi-mbri-right {
  transform: translateX(5px);
}
.cid-symUoTHMo9 .carousel-controls .carousel-control-next,
.cid-symUoTHMo9 .carousel-controls .carousel-control-prev {
  opacity: 1;
  width: 44px;
  height: 44px;
}
.cid-symUoTHMo9 .carousel-controls .carousel-control-next {
  bottom: auto;
  top: 44%;
}
.cid-symUoTHMo9 .carousel-controls .carousel-control-prev {
  bottom: auto;
  top: 44%;
}
.cid-symUoTHMo9 .author-box {
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 546px) {
  .cid-symUoTHMo9 .author-box {
    flex-direction: column;
  }
}
.cid-symUoTHMo9 .img-box {
  margin-right: 2.3125rem;
}
@media (max-width: 546px) {
  .cid-symUoTHMo9 .img-box {
    margin-right: 0rem;
    margin-bottom: 1rem;
  }
}
.cid-symUoTHMo9 .face {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
  object-fit: cover;
}
.cid-symUoTHMo9 h3,
.cid-symUoTHMo9 h4 {
  margin: 0;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-symUoTHMo9 .carousel-controls a span {
    top: auto;
    bottom: 30%;
  }
}
@media (max-width: 767px) {
  .cid-symUoTHMo9 .carousel-controls {
    display: none;
  }
}
.cid-symUoTHMo9 .mbr-card-text {
  margin-bottom: 1rem;
}
.cid-symUoTHMo9 .mbr-carg-tag {
  color: #5a7b0f;
}
.cid-symUoTHMo9 .carousel-indicators {
  bottom: -65px;
}
@media (max-width: 786px) {
  .cid-symUoTHMo9 .carousel-indicators {
    bottom: -75px;
  }
}
.cid-symUoTHMo9 .carousel-indicators li {
  margin-right: 31px;
  margin-left: 31px;
  opacity: 1;
  width: 6px;
  height: 6px;
  max-width: 6px;
  max-height: 6px;
  min-width: 6px;
  min-height: 6px;
  background: #000000;
  border: none;
  position: relative;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.cid-symUoTHMo9 .carousel-indicators li:hover {
  opacity: 1 !important;
}
.cid-symUoTHMo9 .carousel-indicators li svg {
  position: absolute;
  display: block;
  width: 36px;
  height: 36px;
  z-index: 1;
  fill: none;
  color: #000000;
  stroke: none;
  overflow: visible;
}
.cid-symUoTHMo9 .carousel-indicators li svg circle {
  stroke-dasharray: 110;
  stroke-dashoffset: 110;
  stroke: #000000;
  stroke-width: 1;
  transition: all 0.6s cubic-bezier(0.43, 0.41, 0.36, 0.9);
  transform: rotate(-145deg);
  transform-origin: center;
}
.cid-symUoTHMo9 .carousel-indicators li.active {
  background: #000000;
}
.cid-symUoTHMo9 .carousel-indicators li.active circle {
  stroke-dashoffset: 0;
  transform: rotate(55deg);
}
.cid-symUoTHMo9 .mbr-carg-auhtor {
  color: #065369;
}
.cid-symUoTHMo9 h4 {
  padding-top: .5rem;
}
.cid-symUoTHMo9 p {
  padding: 0;
  margin: 0;
}
.cid-symUoTHMo9 .border-outline {
  border: 2px solid red;
}
.cid-symUoUCGsF {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-symUoUCGsF .carousel-item.active,
.cid-symUoUCGsF .carousel-item-next,
.cid-symUoUCGsF .carousel-item-prev {
  display: flex;
}
.cid-symUoUCGsF .carousel-controls a {
  transition: all .3s;
  border-radius: 50%;
  border: none;
  background-color: transparent;
}
.cid-symUoUCGsF .carousel-controls a span {
  color: #f23801;
  font-size: 35px;
}
.cid-symUoUCGsF .carousel-controls a:hover .mobi-mbri-left {
  transform: translateX(-5px);
}
.cid-symUoUCGsF .carousel-controls a:hover .mobi-mbri-right {
  transform: translateX(5px);
}
.cid-symUoUCGsF .carousel-controls .carousel-control-next,
.cid-symUoUCGsF .carousel-controls .carousel-control-prev {
  opacity: 1;
  width: 44px;
  height: 44px;
}
.cid-symUoUCGsF .carousel-controls .carousel-control-next {
  bottom: auto;
  top: 44%;
}
.cid-symUoUCGsF .carousel-controls .carousel-control-prev {
  bottom: auto;
  top: 44%;
}
.cid-symUoUCGsF .author-box {
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 546px) {
  .cid-symUoUCGsF .author-box {
    flex-direction: column;
  }
}
.cid-symUoUCGsF .img-box {
  margin-right: 2.3125rem;
}
@media (max-width: 546px) {
  .cid-symUoUCGsF .img-box {
    margin-right: 0rem;
    margin-bottom: 1rem;
  }
}
.cid-symUoUCGsF .face {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
  object-fit: cover;
}
.cid-symUoUCGsF h3,
.cid-symUoUCGsF h4 {
  margin: 0;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-symUoUCGsF .carousel-controls a span {
    top: auto;
    bottom: 30%;
  }
}
@media (max-width: 767px) {
  .cid-symUoUCGsF .carousel-controls {
    display: none;
  }
}
.cid-symUoUCGsF .mbr-card-text {
  margin-bottom: 1rem;
}
.cid-symUoUCGsF .mbr-carg-tag {
  color: #5a7b0f;
}
.cid-symUoUCGsF .carousel-indicators {
  bottom: -65px;
}
@media (max-width: 786px) {
  .cid-symUoUCGsF .carousel-indicators {
    bottom: -75px;
  }
}
.cid-symUoUCGsF .carousel-indicators li {
  margin-right: 31px;
  margin-left: 31px;
  opacity: 1;
  width: 6px;
  height: 6px;
  max-width: 6px;
  max-height: 6px;
  min-width: 6px;
  min-height: 6px;
  background: #000000;
  border: none;
  position: relative;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.cid-symUoUCGsF .carousel-indicators li:hover {
  opacity: 1 !important;
}
.cid-symUoUCGsF .carousel-indicators li svg {
  position: absolute;
  display: block;
  width: 36px;
  height: 36px;
  z-index: 1;
  fill: none;
  color: #000000;
  stroke: none;
  overflow: visible;
}
.cid-symUoUCGsF .carousel-indicators li svg circle {
  stroke-dasharray: 110;
  stroke-dashoffset: 110;
  stroke: #000000;
  stroke-width: 1;
  transition: all 0.6s cubic-bezier(0.43, 0.41, 0.36, 0.9);
  transform: rotate(-145deg);
  transform-origin: center;
}
.cid-symUoUCGsF .carousel-indicators li.active {
  background: #000000;
}
.cid-symUoUCGsF .carousel-indicators li.active circle {
  stroke-dashoffset: 0;
  transform: rotate(55deg);
}
.cid-symUoUCGsF .mbr-carg-auhtor {
  color: #065369;
}
.cid-symUoUCGsF h4 {
  padding-top: .5rem;
}
.cid-symUoUCGsF p {
  padding: 0;
  margin: 0;
}
.cid-symUoUCGsF .border-outline {
  border: 2px solid red;
}
.cid-uOtEMgZnRo {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #f2f6e4;
}
.cid-uOtEMgZnRo .carousel-item.active,
.cid-uOtEMgZnRo .carousel-item-next,
.cid-uOtEMgZnRo .carousel-item-prev {
  display: flex;
}
.cid-uOtEMgZnRo .carousel-controls a {
  transition: all .3s;
  border-radius: 50%;
  border: none;
  background-color: transparent;
}
.cid-uOtEMgZnRo .carousel-controls a span {
  color: #f23801;
  font-size: 35px;
}
.cid-uOtEMgZnRo .carousel-controls a:hover .mobi-mbri-left {
  transform: translateX(-5px);
}
.cid-uOtEMgZnRo .carousel-controls a:hover .mobi-mbri-right {
  transform: translateX(5px);
}
.cid-uOtEMgZnRo .carousel-controls .carousel-control-next,
.cid-uOtEMgZnRo .carousel-controls .carousel-control-prev {
  opacity: 1;
  width: 44px;
  height: 44px;
}
.cid-uOtEMgZnRo .carousel-controls .carousel-control-next {
  bottom: auto;
  top: 44%;
}
.cid-uOtEMgZnRo .carousel-controls .carousel-control-prev {
  bottom: auto;
  top: 44%;
}
.cid-uOtEMgZnRo .author-box {
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 546px) {
  .cid-uOtEMgZnRo .author-box {
    flex-direction: column;
  }
}
.cid-uOtEMgZnRo .img-box {
  margin-right: 2.3125rem;
}
@media (max-width: 546px) {
  .cid-uOtEMgZnRo .img-box {
    margin-right: 0rem;
    margin-bottom: 1rem;
  }
}
.cid-uOtEMgZnRo .face {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
  object-fit: cover;
}
.cid-uOtEMgZnRo h3,
.cid-uOtEMgZnRo h4 {
  margin: 0;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uOtEMgZnRo .carousel-controls a span {
    top: auto;
    bottom: 30%;
  }
}
@media (max-width: 767px) {
  .cid-uOtEMgZnRo .carousel-controls {
    display: none;
  }
}
.cid-uOtEMgZnRo .mbr-card-text {
  margin-bottom: 1rem;
}
.cid-uOtEMgZnRo .mbr-carg-tag {
  color: #5a7b0f;
}
.cid-uOtEMgZnRo .carousel-indicators {
  bottom: -65px;
}
@media (max-width: 786px) {
  .cid-uOtEMgZnRo .carousel-indicators {
    bottom: -75px;
  }
}
.cid-uOtEMgZnRo .carousel-indicators li {
  margin-right: 31px;
  margin-left: 31px;
  opacity: 1;
  width: 6px;
  height: 6px;
  max-width: 6px;
  max-height: 6px;
  min-width: 6px;
  min-height: 6px;
  background: #000000;
  border: none;
  position: relative;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.cid-uOtEMgZnRo .carousel-indicators li:hover {
  opacity: 1 !important;
}
.cid-uOtEMgZnRo .carousel-indicators li svg {
  position: absolute;
  display: block;
  width: 36px;
  height: 36px;
  z-index: 1;
  fill: none;
  color: #000000;
  stroke: none;
  overflow: visible;
}
.cid-uOtEMgZnRo .carousel-indicators li svg circle {
  stroke-dasharray: 110;
  stroke-dashoffset: 110;
  stroke: #000000;
  stroke-width: 1;
  transition: all 0.6s cubic-bezier(0.43, 0.41, 0.36, 0.9);
  transform: rotate(-145deg);
  transform-origin: center;
}
.cid-uOtEMgZnRo .carousel-indicators li.active {
  background: #000000;
}
.cid-uOtEMgZnRo .carousel-indicators li.active circle {
  stroke-dashoffset: 0;
  transform: rotate(55deg);
}
.cid-uOtEMgZnRo .mbr-carg-auhtor {
  color: #065369;
}
.cid-uOtEMgZnRo h4 {
  padding-top: .5rem;
}
.cid-uOtEMgZnRo p {
  padding: 0;
  margin: 0;
}
.cid-uOtEMgZnRo .border-outline {
  border: 2px solid red;
}
.cid-uOtEApz8vL {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uOtEApz8vL .carousel-item.active,
.cid-uOtEApz8vL .carousel-item-next,
.cid-uOtEApz8vL .carousel-item-prev {
  display: flex;
}
.cid-uOtEApz8vL .carousel-controls a {
  transition: all .3s;
  border-radius: 50%;
  border: none;
  background-color: transparent;
}
.cid-uOtEApz8vL .carousel-controls a span {
  color: #f23801;
  font-size: 35px;
}
.cid-uOtEApz8vL .carousel-controls a:hover .mobi-mbri-left {
  transform: translateX(-5px);
}
.cid-uOtEApz8vL .carousel-controls a:hover .mobi-mbri-right {
  transform: translateX(5px);
}
.cid-uOtEApz8vL .carousel-controls .carousel-control-next,
.cid-uOtEApz8vL .carousel-controls .carousel-control-prev {
  opacity: 1;
  width: 44px;
  height: 44px;
}
.cid-uOtEApz8vL .carousel-controls .carousel-control-next {
  bottom: auto;
  top: 44%;
}
.cid-uOtEApz8vL .carousel-controls .carousel-control-prev {
  bottom: auto;
  top: 44%;
}
.cid-uOtEApz8vL .author-box {
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 546px) {
  .cid-uOtEApz8vL .author-box {
    flex-direction: column;
  }
}
.cid-uOtEApz8vL .img-box {
  margin-right: 2.3125rem;
}
@media (max-width: 546px) {
  .cid-uOtEApz8vL .img-box {
    margin-right: 0rem;
    margin-bottom: 1rem;
  }
}
.cid-uOtEApz8vL .face {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
  object-fit: cover;
}
.cid-uOtEApz8vL h3,
.cid-uOtEApz8vL h4 {
  margin: 0;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uOtEApz8vL .carousel-controls a span {
    top: auto;
    bottom: 30%;
  }
}
@media (max-width: 767px) {
  .cid-uOtEApz8vL .carousel-controls {
    display: none;
  }
}
.cid-uOtEApz8vL .mbr-card-text {
  margin-bottom: 1rem;
}
.cid-uOtEApz8vL .mbr-carg-tag {
  color: #5a7b0f;
}
.cid-uOtEApz8vL .carousel-indicators {
  bottom: -65px;
}
@media (max-width: 786px) {
  .cid-uOtEApz8vL .carousel-indicators {
    bottom: -75px;
  }
}
.cid-uOtEApz8vL .carousel-indicators li {
  margin-right: 31px;
  margin-left: 31px;
  opacity: 1;
  width: 6px;
  height: 6px;
  max-width: 6px;
  max-height: 6px;
  min-width: 6px;
  min-height: 6px;
  background: #000000;
  border: none;
  position: relative;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.cid-uOtEApz8vL .carousel-indicators li:hover {
  opacity: 1 !important;
}
.cid-uOtEApz8vL .carousel-indicators li svg {
  position: absolute;
  display: block;
  width: 36px;
  height: 36px;
  z-index: 1;
  fill: none;
  color: #000000;
  stroke: none;
  overflow: visible;
}
.cid-uOtEApz8vL .carousel-indicators li svg circle {
  stroke-dasharray: 110;
  stroke-dashoffset: 110;
  stroke: #000000;
  stroke-width: 1;
  transition: all 0.6s cubic-bezier(0.43, 0.41, 0.36, 0.9);
  transform: rotate(-145deg);
  transform-origin: center;
}
.cid-uOtEApz8vL .carousel-indicators li.active {
  background: #000000;
}
.cid-uOtEApz8vL .carousel-indicators li.active circle {
  stroke-dashoffset: 0;
  transform: rotate(55deg);
}
.cid-uOtEApz8vL .mbr-carg-auhtor {
  color: #065369;
}
.cid-uOtEApz8vL h4 {
  padding-top: .5rem;
}
.cid-uOtEApz8vL p {
  padding: 0;
  margin: 0;
}
.cid-uOtEApz8vL .border-outline {
  border: 2px solid red;
}
.cid-tPENN0tM3c {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #f2f6e4;
}
.cid-tPENN0tM3c .carousel-item.active,
.cid-tPENN0tM3c .carousel-item-next,
.cid-tPENN0tM3c .carousel-item-prev {
  display: flex;
}
.cid-tPENN0tM3c .carousel-controls a {
  transition: all .3s;
  border-radius: 50%;
  border: none;
  background-color: transparent;
}
.cid-tPENN0tM3c .carousel-controls a span {
  color: #f23801;
  font-size: 35px;
}
.cid-tPENN0tM3c .carousel-controls a:hover .mobi-mbri-left {
  transform: translateX(-5px);
}
.cid-tPENN0tM3c .carousel-controls a:hover .mobi-mbri-right {
  transform: translateX(5px);
}
.cid-tPENN0tM3c .carousel-controls .carousel-control-next,
.cid-tPENN0tM3c .carousel-controls .carousel-control-prev {
  opacity: 1;
  width: 44px;
  height: 44px;
}
.cid-tPENN0tM3c .carousel-controls .carousel-control-next {
  bottom: auto;
  top: 44%;
}
.cid-tPENN0tM3c .carousel-controls .carousel-control-prev {
  bottom: auto;
  top: 44%;
}
.cid-tPENN0tM3c .author-box {
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 546px) {
  .cid-tPENN0tM3c .author-box {
    flex-direction: column;
  }
}
.cid-tPENN0tM3c .img-box {
  margin-right: 2.3125rem;
}
@media (max-width: 546px) {
  .cid-tPENN0tM3c .img-box {
    margin-right: 0rem;
    margin-bottom: 1rem;
  }
}
.cid-tPENN0tM3c .face {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
  object-fit: cover;
}
.cid-tPENN0tM3c h3,
.cid-tPENN0tM3c h4 {
  margin: 0;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tPENN0tM3c .carousel-controls a span {
    top: auto;
    bottom: 30%;
  }
}
@media (max-width: 767px) {
  .cid-tPENN0tM3c .carousel-controls {
    display: none;
  }
}
.cid-tPENN0tM3c .mbr-card-text {
  margin-bottom: 1rem;
}
.cid-tPENN0tM3c .mbr-carg-tag {
  color: #5a7b0f;
}
.cid-tPENN0tM3c .carousel-indicators {
  bottom: -65px;
}
@media (max-width: 786px) {
  .cid-tPENN0tM3c .carousel-indicators {
    bottom: -75px;
  }
}
.cid-tPENN0tM3c .carousel-indicators li {
  margin-right: 31px;
  margin-left: 31px;
  opacity: 1;
  width: 6px;
  height: 6px;
  max-width: 6px;
  max-height: 6px;
  min-width: 6px;
  min-height: 6px;
  background: #000000;
  border: none;
  position: relative;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.cid-tPENN0tM3c .carousel-indicators li:hover {
  opacity: 1 !important;
}
.cid-tPENN0tM3c .carousel-indicators li svg {
  position: absolute;
  display: block;
  width: 36px;
  height: 36px;
  z-index: 1;
  fill: none;
  color: #000000;
  stroke: none;
  overflow: visible;
}
.cid-tPENN0tM3c .carousel-indicators li svg circle {
  stroke-dasharray: 110;
  stroke-dashoffset: 110;
  stroke: #000000;
  stroke-width: 1;
  transition: all 0.6s cubic-bezier(0.43, 0.41, 0.36, 0.9);
  transform: rotate(-145deg);
  transform-origin: center;
}
.cid-tPENN0tM3c .carousel-indicators li.active {
  background: #000000;
}
.cid-tPENN0tM3c .carousel-indicators li.active circle {
  stroke-dashoffset: 0;
  transform: rotate(55deg);
}
.cid-tPENN0tM3c .mbr-carg-auhtor {
  color: #065369;
}
.cid-tPENN0tM3c h4 {
  padding-top: .5rem;
}
.cid-tPENN0tM3c p {
  padding: 0;
  margin: 0;
}
.cid-tPENN0tM3c .border-outline {
  border: 2px solid red;
}
.cid-symUoWggsn {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #f5f7fd;
}
.cid-symUoWggsn .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-symUoWggsn .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-symUoWggsn .col + .mbr-section-btn .btn,
.cid-symUoWggsn .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-symUoWggsn .col + .mbr-section-btn .btn,
  .cid-symUoWggsn .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-symUoWggsn .dragArea > *:nth-last-child(2).col,
  .cid-symUoWggsn .dragArea > *:nth-last-child(2).col-auto,
  .cid-symUoWggsn .col + .mbr-section-btn,
  .cid-symUoWggsn .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-symUoWggsn .dragArea {
    flex-direction: column;
  }
}
.cid-symUoWggsn .btn-primary {
  border: 1px solid #e47524 !important;
}
.cid-symUoWggsn .btn-primary:hover {
  border: 1px solid #e47524 !important;
}
.cid-symUoWggsn .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-symUoWggsn .form-group {
  max-width: 220px;
}
.cid-symUoWggsn .mbr-section-btn {
  padding-left: 0;
}
.cid-symUoWggsn .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-symUoWggsn .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-symUoWggsn .mbr-text {
  color: #444;
}
.cid-symUoWggsn h5 {
  margin-bottom: 0;
}
.cid-symUoWggsn .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-symUoWggsn .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-symUoWggsn .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-symUoWggsn .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-symUoWggsn .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: center;
  align-items: center;
}
.cid-symUoWggsn .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-symUoWggsn .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-symUoWggsn .social-list a:hover {
  opacity: 0.4;
}
.cid-symUoWggsn .media-container-row > div {
  padding: 0px;
}
.cid-symUoWggsn .text2 {
  color: #000000;
  text-align: left;
}
.cid-symUoWggsn .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-symUoWggsn .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-symUoWggsn .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-symUoWggsn .social-list,
  .cid-symUoWggsn .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-symUoWggsn h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-symUoWggsn .form-group {
    max-width: 180px;
  }
}
.cid-symUoWggsn .links span {
  color: #9e9e9e;
}
.cid-symUoWggsn .logo-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-symUoWggsn .logo-title {
  text-align: center;
}
.cid-symUoWggsn .row {
  margin: auto;
}
.cid-symUoWggsn .centercol {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-symUoWggsn .title-align {
  margin-left: -30px;
}
.cid-syDs2hq6EG {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #c3c3c3;
}
.cid-syDs2hq6EG .mbr-section-title {
  color: #065369;
  text-align: left;
  margin: auto;
  padding: 20px 0;
}
.cid-syDs2hq6EG .mbr-section-subtitle {
  color: #1b745e;
  text-align: center;
  font-style: italic;
  padding-bottom: 12px;
}
.cid-syDs2hq6EG .row {
  align-items: center;
  height: 100%;
}
.cid-syDs2hq6EG .container {
  margin: auto;
}
.cid-szcXBsXfUc .icon-bar {
  z-index: 100002;
  left: 0.4%;
  position: fixed;
  top: 50%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-szcXBsXfUc .icon-bar a:hover {
  background-color: #e49105;
  width: 100px;
}
.cid-szcXBsXfUc .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 2px;
  border-radius: 14px;
}
.cid-szcXBsXfUc .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-szcXBsXfUc .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-szcXBsXfUc .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-szcXBsXfUc .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-szcXBsXfUc .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-szcXBsXfUc .instagram {
  background: #6F3AA7;
  color: white;
  width: 50px;
}
.cid-szcXBsXfUc .custom1 {
  background: #ff7300;
  color: white;
  width: 50px;
}
.cid-szcXBsXfUc .custom2 {
  background: #01bf46;
  color: white;
  width: 50px;
}
.cid-szcXBsXfUc .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-szcXBsXfUc .corner-ribbon {
  z-index: 20001;
  width: 200px;
  background-image: linear-gradient(#55b4d4, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-szcXBsXfUc .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #55b4d4);
}
.cid-szcXBsXfUc .corner-ribbon.top-zen {
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: fixed;
}
.cid-szcXBsXfUc P {
  color: #065369;
}
.cid-szcXBsXfUc DIV {
  color: #ffffff;
}
.cid-szcXBsXfUc H10 {
  color: #767676;
}
.cid-szcXBsXfUc .hidden {
  display: none;
}
.cid-sN4bQ87YdE .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: top;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sN4bQ87YdE .nav-item:focus,
.cid-sN4bQ87YdE .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sN4bQ87YdE .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-sN4bQ87YdE .nav-item .nav-link {
    position: relative;
  }
  .cid-sN4bQ87YdE .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #e47524, #199bfc);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-sN4bQ87YdE .nav-item.open .nav-link::before {
    bottom: 0.2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-sN4bQ87YdE .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sN4bQ87YdE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5em 0.235em;
  transition: all 0.25s ease-in-out;
}
.cid-sN4bQ87YdE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sN4bQ87YdE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sN4bQ87YdE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sN4bQ87YdE .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sN4bQ87YdE .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-sN4bQ87YdE .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-sN4bQ87YdE .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
  line-height: 1.6;
}
.cid-sN4bQ87YdE .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-sN4bQ87YdE .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-sN4bQ87YdE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sN4bQ87YdE .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sN4bQ87YdE .navbar.collapsed .navbar-collapse.show,
.cid-sN4bQ87YdE .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sN4bQ87YdE .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-sN4bQ87YdE .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-sN4bQ87YdE .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sN4bQ87YdE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sN4bQ87YdE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sN4bQ87YdE .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sN4bQ87YdE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sN4bQ87YdE .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sN4bQ87YdE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sN4bQ87YdE .navbar.collapsed .right-menu,
.cid-sN4bQ87YdE .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-sN4bQ87YdE .navbar .navbar-collapse.show,
  .cid-sN4bQ87YdE .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sN4bQ87YdE .navbar .navbar-collapse.show .brand-container,
  .cid-sN4bQ87YdE .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-sN4bQ87YdE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sN4bQ87YdE .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sN4bQ87YdE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sN4bQ87YdE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sN4bQ87YdE .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sN4bQ87YdE .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sN4bQ87YdE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sN4bQ87YdE .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sN4bQ87YdE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-sN4bQ87YdE .navbar .right-menu,
  .cid-sN4bQ87YdE .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sN4bQ87YdE .navbar.navbar-short {
  min-height: 60px;
}
.cid-sN4bQ87YdE .navbar.navbar-short .mbr-overlay {
  background: #ffffff !important;
}
.cid-sN4bQ87YdE .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sN4bQ87YdE .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sN4bQ87YdE .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sN4bQ87YdE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sN4bQ87YdE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sN4bQ87YdE .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sN4bQ87YdE .dropdown-item.active,
.cid-sN4bQ87YdE .dropdown-item:active {
  background-color: transparent;
}
.cid-sN4bQ87YdE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sN4bQ87YdE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sN4bQ87YdE .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sN4bQ87YdE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sN4bQ87YdE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sN4bQ87YdE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sN4bQ87YdE ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-sN4bQ87YdE ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-sN4bQ87YdE .navbar-buttons {
  margin-left: auto;
}
.cid-sN4bQ87YdE button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sN4bQ87YdE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-sN4bQ87YdE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sN4bQ87YdE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sN4bQ87YdE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sN4bQ87YdE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sN4bQ87YdE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sN4bQ87YdE nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-sN4bQ87YdE nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-sN4bQ87YdE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sN4bQ87YdE a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sN4bQ87YdE .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sN4bQ87YdE .right-menu,
.cid-sN4bQ87YdE .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-sN4bQ87YdE .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sN4bQ87YdE .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sN4bQ87YdE .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sN4bQ87YdE .menu-top {
  text-align: center;
  width: 100%;
  background-color: #e45f05;
  padding: 0.5rem 0;
}
.cid-sN4bQ87YdE .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-sN4bQ87YdE .card-wrapper {
  z-index: 3;
}
.cid-sN4bQ87YdE .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-sN4bQ87YdE .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sN4bQ87YdE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-symWXL9w8p {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-symWXL9w8p .mbr-text,
.cid-symWXL9w8p .mbr-section-btn {
  color: #1d2c35;
}
.cid-symWXL9w8p .card-title,
.cid-symWXL9w8p .card-box {
  color: #1d2c35;
}
.cid-symWXL9w8p .mbr-text,
.cid-symWXL9w8p .link-wrap {
  color: #1d2c35;
}
.cid-syE4GyxhSv {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-syE4GyxhSv img {
  border-radius: 0px;
}
.cid-syE4GyxhSv .mbr-section-title {
  color: #000000;
  text-align: left;
  padding-top: 0.4rem;
}
.cid-syE4GyxhSv .date {
  text-transform: uppercase;
  color: #e47524;
  text-align: left;
  padding-top: 1rem;
}
.cid-syE4GyxhSv .author {
  color: #626262;
  text-align: left;
  padding-top: 0.8rem;
}
.cid-syE4GyxhSv .heading {
  text-align: center;
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
}
.cid-syE4GyxhSv .right {
  display: flex;
  flex-direction: column;
}
.cid-syE4GyxhSv .mbr-section-btn {
  border: 2px solid #e47524;
  width: auto;
}
.cid-syE4GyxhSv .mbr-section-btn:hover {
  background-color: #e47524;
  border: 2px solid #e47524;
}
.cid-syE4GyxhSv .card-heading {
  padding-top: 0;
  color: #5a7b0f;
}
.cid-syE4GyxhSv .mbr-text {
  padding-top: 10px;
}
.cid-symWXNnX9S {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f2f6e4;
}
.cid-symWXNnX9S .carousel-item.active,
.cid-symWXNnX9S .carousel-item-next,
.cid-symWXNnX9S .carousel-item-prev {
  display: flex;
}
.cid-symWXNnX9S .carousel-controls a {
  transition: all .3s;
  border-radius: 50%;
  border: none;
  background-color: transparent;
}
.cid-symWXNnX9S .carousel-controls a span {
  color: #f23801;
  font-size: 35px;
}
.cid-symWXNnX9S .carousel-controls a:hover .mobi-mbri-left {
  transform: translateX(-5px);
}
.cid-symWXNnX9S .carousel-controls a:hover .mobi-mbri-right {
  transform: translateX(5px);
}
.cid-symWXNnX9S .carousel-controls .carousel-control-next,
.cid-symWXNnX9S .carousel-controls .carousel-control-prev {
  opacity: 1;
  width: 44px;
  height: 44px;
}
.cid-symWXNnX9S .carousel-controls .carousel-control-next {
  bottom: auto;
  top: 44%;
}
.cid-symWXNnX9S .carousel-controls .carousel-control-prev {
  bottom: auto;
  top: 44%;
}
.cid-symWXNnX9S .author-box {
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 546px) {
  .cid-symWXNnX9S .author-box {
    flex-direction: column;
  }
}
.cid-symWXNnX9S .img-box {
  margin-right: 2.3125rem;
}
@media (max-width: 546px) {
  .cid-symWXNnX9S .img-box {
    margin-right: 0rem;
    margin-bottom: 1rem;
  }
}
.cid-symWXNnX9S .face {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
  object-fit: cover;
}
.cid-symWXNnX9S h3,
.cid-symWXNnX9S h4 {
  margin: 0;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-symWXNnX9S .carousel-controls a span {
    top: auto;
    bottom: 30%;
  }
}
@media (max-width: 767px) {
  .cid-symWXNnX9S .carousel-controls {
    display: none;
  }
}
.cid-symWXNnX9S .mbr-card-text {
  margin-bottom: 1rem;
}
.cid-symWXNnX9S .mbr-carg-tag {
  color: #9e9e9e;
}
.cid-symWXNnX9S .carousel-indicators {
  bottom: -65px;
}
@media (max-width: 786px) {
  .cid-symWXNnX9S .carousel-indicators {
    bottom: -75px;
  }
}
.cid-symWXNnX9S .carousel-indicators li {
  margin-right: 31px;
  margin-left: 31px;
  opacity: 1;
  width: 6px;
  height: 6px;
  max-width: 6px;
  max-height: 6px;
  min-width: 6px;
  min-height: 6px;
  background: #000000;
  border: none;
  position: relative;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.cid-symWXNnX9S .carousel-indicators li:hover {
  opacity: 1 !important;
}
.cid-symWXNnX9S .carousel-indicators li svg {
  position: absolute;
  display: block;
  width: 36px;
  height: 36px;
  z-index: 1;
  fill: none;
  color: #000000;
  stroke: none;
  overflow: visible;
}
.cid-symWXNnX9S .carousel-indicators li svg circle {
  stroke-dasharray: 110;
  stroke-dashoffset: 110;
  stroke: #000000;
  stroke-width: 1;
  transition: all 0.6s cubic-bezier(0.43, 0.41, 0.36, 0.9);
  transform: rotate(-145deg);
  transform-origin: center;
}
.cid-symWXNnX9S .carousel-indicators li.active {
  background: #000000;
}
.cid-symWXNnX9S .carousel-indicators li.active circle {
  stroke-dashoffset: 0;
  transform: rotate(55deg);
}
.cid-symWXNnX9S .mbr-carg-auhtor {
  color: #065369;
}
.cid-symWXNnX9S h4 {
  padding-top: .5rem;
}
.cid-symWXNnX9S p {
  padding: 0;
  margin: 0;
}
.cid-symWXNnX9S .border-outline {
  border: 2px solid red;
}
.cid-uOtFptADbk {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fafafa;
}
.cid-uOtFptADbk .carousel-item.active,
.cid-uOtFptADbk .carousel-item-next,
.cid-uOtFptADbk .carousel-item-prev {
  display: flex;
}
.cid-uOtFptADbk .carousel-controls a {
  transition: all .3s;
  border-radius: 50%;
  border: none;
  background-color: transparent;
}
.cid-uOtFptADbk .carousel-controls a span {
  color: #f23801;
  font-size: 35px;
}
.cid-uOtFptADbk .carousel-controls a:hover .mobi-mbri-left {
  transform: translateX(-5px);
}
.cid-uOtFptADbk .carousel-controls a:hover .mobi-mbri-right {
  transform: translateX(5px);
}
.cid-uOtFptADbk .carousel-controls .carousel-control-next,
.cid-uOtFptADbk .carousel-controls .carousel-control-prev {
  opacity: 1;
  width: 44px;
  height: 44px;
}
.cid-uOtFptADbk .carousel-controls .carousel-control-next {
  bottom: auto;
  top: 44%;
}
.cid-uOtFptADbk .carousel-controls .carousel-control-prev {
  bottom: auto;
  top: 44%;
}
.cid-uOtFptADbk .author-box {
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 546px) {
  .cid-uOtFptADbk .author-box {
    flex-direction: column;
  }
}
.cid-uOtFptADbk .img-box {
  margin-right: 2.3125rem;
}
@media (max-width: 546px) {
  .cid-uOtFptADbk .img-box {
    margin-right: 0rem;
    margin-bottom: 1rem;
  }
}
.cid-uOtFptADbk .face {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
  object-fit: cover;
}
.cid-uOtFptADbk h3,
.cid-uOtFptADbk h4 {
  margin: 0;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uOtFptADbk .carousel-controls a span {
    top: auto;
    bottom: 30%;
  }
}
@media (max-width: 767px) {
  .cid-uOtFptADbk .carousel-controls {
    display: none;
  }
}
.cid-uOtFptADbk .mbr-card-text {
  margin-bottom: 1rem;
}
.cid-uOtFptADbk .mbr-carg-tag {
  color: #9e9e9e;
}
.cid-uOtFptADbk .carousel-indicators {
  bottom: -65px;
}
@media (max-width: 786px) {
  .cid-uOtFptADbk .carousel-indicators {
    bottom: -75px;
  }
}
.cid-uOtFptADbk .carousel-indicators li {
  margin-right: 31px;
  margin-left: 31px;
  opacity: 1;
  width: 6px;
  height: 6px;
  max-width: 6px;
  max-height: 6px;
  min-width: 6px;
  min-height: 6px;
  background: #000000;
  border: none;
  position: relative;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.cid-uOtFptADbk .carousel-indicators li:hover {
  opacity: 1 !important;
}
.cid-uOtFptADbk .carousel-indicators li svg {
  position: absolute;
  display: block;
  width: 36px;
  height: 36px;
  z-index: 1;
  fill: none;
  color: #000000;
  stroke: none;
  overflow: visible;
}
.cid-uOtFptADbk .carousel-indicators li svg circle {
  stroke-dasharray: 110;
  stroke-dashoffset: 110;
  stroke: #000000;
  stroke-width: 1;
  transition: all 0.6s cubic-bezier(0.43, 0.41, 0.36, 0.9);
  transform: rotate(-145deg);
  transform-origin: center;
}
.cid-uOtFptADbk .carousel-indicators li.active {
  background: #000000;
}
.cid-uOtFptADbk .carousel-indicators li.active circle {
  stroke-dashoffset: 0;
  transform: rotate(55deg);
}
.cid-uOtFptADbk .mbr-carg-auhtor {
  color: #065369;
}
.cid-uOtFptADbk h4 {
  padding-top: .5rem;
}
.cid-uOtFptADbk p {
  padding: 0;
  margin: 0;
}
.cid-uOtFptADbk .border-outline {
  border: 2px solid red;
}
.cid-uOtFG82RCO {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f2f6e4;
}
.cid-uOtFG82RCO .carousel-item.active,
.cid-uOtFG82RCO .carousel-item-next,
.cid-uOtFG82RCO .carousel-item-prev {
  display: flex;
}
.cid-uOtFG82RCO .carousel-controls a {
  transition: all .3s;
  border-radius: 50%;
  border: none;
  background-color: transparent;
}
.cid-uOtFG82RCO .carousel-controls a span {
  color: #f23801;
  font-size: 35px;
}
.cid-uOtFG82RCO .carousel-controls a:hover .mobi-mbri-left {
  transform: translateX(-5px);
}
.cid-uOtFG82RCO .carousel-controls a:hover .mobi-mbri-right {
  transform: translateX(5px);
}
.cid-uOtFG82RCO .carousel-controls .carousel-control-next,
.cid-uOtFG82RCO .carousel-controls .carousel-control-prev {
  opacity: 1;
  width: 44px;
  height: 44px;
}
.cid-uOtFG82RCO .carousel-controls .carousel-control-next {
  bottom: auto;
  top: 44%;
}
.cid-uOtFG82RCO .carousel-controls .carousel-control-prev {
  bottom: auto;
  top: 44%;
}
.cid-uOtFG82RCO .author-box {
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 546px) {
  .cid-uOtFG82RCO .author-box {
    flex-direction: column;
  }
}
.cid-uOtFG82RCO .img-box {
  margin-right: 2.3125rem;
}
@media (max-width: 546px) {
  .cid-uOtFG82RCO .img-box {
    margin-right: 0rem;
    margin-bottom: 1rem;
  }
}
.cid-uOtFG82RCO .face {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
  object-fit: cover;
}
.cid-uOtFG82RCO h3,
.cid-uOtFG82RCO h4 {
  margin: 0;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uOtFG82RCO .carousel-controls a span {
    top: auto;
    bottom: 30%;
  }
}
@media (max-width: 767px) {
  .cid-uOtFG82RCO .carousel-controls {
    display: none;
  }
}
.cid-uOtFG82RCO .mbr-card-text {
  margin-bottom: 1rem;
}
.cid-uOtFG82RCO .mbr-carg-tag {
  color: #9e9e9e;
}
.cid-uOtFG82RCO .carousel-indicators {
  bottom: -65px;
}
@media (max-width: 786px) {
  .cid-uOtFG82RCO .carousel-indicators {
    bottom: -75px;
  }
}
.cid-uOtFG82RCO .carousel-indicators li {
  margin-right: 31px;
  margin-left: 31px;
  opacity: 1;
  width: 6px;
  height: 6px;
  max-width: 6px;
  max-height: 6px;
  min-width: 6px;
  min-height: 6px;
  background: #000000;
  border: none;
  position: relative;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.cid-uOtFG82RCO .carousel-indicators li:hover {
  opacity: 1 !important;
}
.cid-uOtFG82RCO .carousel-indicators li svg {
  position: absolute;
  display: block;
  width: 36px;
  height: 36px;
  z-index: 1;
  fill: none;
  color: #000000;
  stroke: none;
  overflow: visible;
}
.cid-uOtFG82RCO .carousel-indicators li svg circle {
  stroke-dasharray: 110;
  stroke-dashoffset: 110;
  stroke: #000000;
  stroke-width: 1;
  transition: all 0.6s cubic-bezier(0.43, 0.41, 0.36, 0.9);
  transform: rotate(-145deg);
  transform-origin: center;
}
.cid-uOtFG82RCO .carousel-indicators li.active {
  background: #000000;
}
.cid-uOtFG82RCO .carousel-indicators li.active circle {
  stroke-dashoffset: 0;
  transform: rotate(55deg);
}
.cid-uOtFG82RCO .mbr-carg-auhtor {
  color: #065369;
}
.cid-uOtFG82RCO h4 {
  padding-top: .5rem;
}
.cid-uOtFG82RCO p {
  padding: 0;
  margin: 0;
}
.cid-uOtFG82RCO .border-outline {
  border: 2px solid red;
}
.cid-symWXRv9VL {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #f5f7fd;
}
.cid-symWXRv9VL .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-symWXRv9VL .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-symWXRv9VL .col + .mbr-section-btn .btn,
.cid-symWXRv9VL .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-symWXRv9VL .col + .mbr-section-btn .btn,
  .cid-symWXRv9VL .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-symWXRv9VL .dragArea > *:nth-last-child(2).col,
  .cid-symWXRv9VL .dragArea > *:nth-last-child(2).col-auto,
  .cid-symWXRv9VL .col + .mbr-section-btn,
  .cid-symWXRv9VL .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-symWXRv9VL .dragArea {
    flex-direction: column;
  }
}
.cid-symWXRv9VL .btn-primary {
  border: 1px solid #e47524 !important;
}
.cid-symWXRv9VL .btn-primary:hover {
  border: 1px solid #e47524 !important;
}
.cid-symWXRv9VL .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-symWXRv9VL .form-group {
  max-width: 220px;
}
.cid-symWXRv9VL .mbr-section-btn {
  padding-left: 0;
}
.cid-symWXRv9VL .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-symWXRv9VL .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-symWXRv9VL .mbr-text {
  color: #444;
}
.cid-symWXRv9VL h5 {
  margin-bottom: 0;
}
.cid-symWXRv9VL .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-symWXRv9VL .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-symWXRv9VL .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-symWXRv9VL .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-symWXRv9VL .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: center;
  align-items: center;
}
.cid-symWXRv9VL .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-symWXRv9VL .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-symWXRv9VL .social-list a:hover {
  opacity: 0.4;
}
.cid-symWXRv9VL .media-container-row > div {
  padding: 0px;
}
.cid-symWXRv9VL .text2 {
  color: #000000;
  text-align: left;
}
.cid-symWXRv9VL .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-symWXRv9VL .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-symWXRv9VL .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-symWXRv9VL .social-list,
  .cid-symWXRv9VL .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-symWXRv9VL h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-symWXRv9VL .form-group {
    max-width: 180px;
  }
}
.cid-symWXRv9VL .links span {
  color: #9e9e9e;
}
.cid-symWXRv9VL .logo-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-symWXRv9VL .logo-title {
  text-align: center;
}
.cid-symWXRv9VL .row {
  margin: auto;
}
.cid-symWXRv9VL .centercol {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-symWXRv9VL .title-align {
  margin-left: -30px;
}
.cid-syDs8NQWQe {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #c3c3c3;
}
.cid-syDs8NQWQe .mbr-section-title {
  color: #065369;
  text-align: left;
  margin: auto;
  padding: 20px 0;
}
.cid-syDs8NQWQe .mbr-section-subtitle {
  color: #1b745e;
  text-align: center;
  font-style: italic;
  padding-bottom: 12px;
}
.cid-syDs8NQWQe .row {
  align-items: center;
  height: 100%;
}
.cid-syDs8NQWQe .container {
  margin: auto;
}
.cid-szcXGhqC5A .icon-bar {
  z-index: 100002;
  left: 0.4%;
  position: fixed;
  top: 50%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-szcXGhqC5A .icon-bar a:hover {
  background-color: #e49105;
  width: 100px;
}
.cid-szcXGhqC5A .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 2px;
  border-radius: 14px;
}
.cid-szcXGhqC5A .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-szcXGhqC5A .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-szcXGhqC5A .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-szcXGhqC5A .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-szcXGhqC5A .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-szcXGhqC5A .instagram {
  background: #6F3AA7;
  color: white;
  width: 50px;
}
.cid-szcXGhqC5A .custom1 {
  background: #ff7300;
  color: white;
  width: 50px;
}
.cid-szcXGhqC5A .custom2 {
  background: #01bf46;
  color: white;
  width: 50px;
}
.cid-szcXGhqC5A .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-szcXGhqC5A .corner-ribbon {
  z-index: 20001;
  width: 200px;
  background-image: linear-gradient(#55b4d4, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-szcXGhqC5A .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #55b4d4);
}
.cid-szcXGhqC5A .corner-ribbon.top-zen {
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: fixed;
}
.cid-szcXGhqC5A P {
  color: #065369;
}
.cid-szcXGhqC5A DIV {
  color: #ffffff;
}
.cid-szcXGhqC5A H10 {
  color: #767676;
}
.cid-szcXGhqC5A .hidden {
  display: none;
}
.cid-sN4bQ87YdE .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: top;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sN4bQ87YdE .nav-item:focus,
.cid-sN4bQ87YdE .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sN4bQ87YdE .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-sN4bQ87YdE .nav-item .nav-link {
    position: relative;
  }
  .cid-sN4bQ87YdE .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #e47524, #199bfc);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-sN4bQ87YdE .nav-item.open .nav-link::before {
    bottom: 0.2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-sN4bQ87YdE .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sN4bQ87YdE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5em 0.235em;
  transition: all 0.25s ease-in-out;
}
.cid-sN4bQ87YdE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sN4bQ87YdE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sN4bQ87YdE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sN4bQ87YdE .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sN4bQ87YdE .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-sN4bQ87YdE .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-sN4bQ87YdE .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
  line-height: 1.6;
}
.cid-sN4bQ87YdE .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-sN4bQ87YdE .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-sN4bQ87YdE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sN4bQ87YdE .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sN4bQ87YdE .navbar.collapsed .navbar-collapse.show,
.cid-sN4bQ87YdE .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sN4bQ87YdE .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-sN4bQ87YdE .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-sN4bQ87YdE .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sN4bQ87YdE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sN4bQ87YdE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sN4bQ87YdE .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sN4bQ87YdE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sN4bQ87YdE .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sN4bQ87YdE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sN4bQ87YdE .navbar.collapsed .right-menu,
.cid-sN4bQ87YdE .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-sN4bQ87YdE .navbar .navbar-collapse.show,
  .cid-sN4bQ87YdE .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sN4bQ87YdE .navbar .navbar-collapse.show .brand-container,
  .cid-sN4bQ87YdE .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-sN4bQ87YdE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sN4bQ87YdE .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sN4bQ87YdE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sN4bQ87YdE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sN4bQ87YdE .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sN4bQ87YdE .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sN4bQ87YdE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sN4bQ87YdE .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sN4bQ87YdE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-sN4bQ87YdE .navbar .right-menu,
  .cid-sN4bQ87YdE .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sN4bQ87YdE .navbar.navbar-short {
  min-height: 60px;
}
.cid-sN4bQ87YdE .navbar.navbar-short .mbr-overlay {
  background: #ffffff !important;
}
.cid-sN4bQ87YdE .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sN4bQ87YdE .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sN4bQ87YdE .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sN4bQ87YdE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sN4bQ87YdE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sN4bQ87YdE .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sN4bQ87YdE .dropdown-item.active,
.cid-sN4bQ87YdE .dropdown-item:active {
  background-color: transparent;
}
.cid-sN4bQ87YdE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sN4bQ87YdE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sN4bQ87YdE .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sN4bQ87YdE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sN4bQ87YdE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sN4bQ87YdE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sN4bQ87YdE ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-sN4bQ87YdE ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-sN4bQ87YdE .navbar-buttons {
  margin-left: auto;
}
.cid-sN4bQ87YdE button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sN4bQ87YdE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-sN4bQ87YdE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sN4bQ87YdE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sN4bQ87YdE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sN4bQ87YdE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sN4bQ87YdE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sN4bQ87YdE nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-sN4bQ87YdE nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-sN4bQ87YdE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sN4bQ87YdE a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sN4bQ87YdE .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sN4bQ87YdE .right-menu,
.cid-sN4bQ87YdE .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-sN4bQ87YdE .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sN4bQ87YdE .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sN4bQ87YdE .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sN4bQ87YdE .menu-top {
  text-align: center;
  width: 100%;
  background-color: #e45f05;
  padding: 0.5rem 0;
}
.cid-sN4bQ87YdE .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-sN4bQ87YdE .card-wrapper {
  z-index: 3;
}
.cid-sN4bQ87YdE .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-sN4bQ87YdE .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sN4bQ87YdE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-syD7kFW9xl {
  padding-top: 0rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-syD7kFW9xl .mbr-text,
.cid-syD7kFW9xl .mbr-section-btn {
  color: #1d2c35;
}
.cid-syD7kFW9xl .card-title,
.cid-syD7kFW9xl .card-box {
  color: #1d2c35;
}
.cid-syD7kFW9xl .mbr-text,
.cid-syD7kFW9xl .link-wrap {
  color: #1d2c35;
}
.cid-syEpFItZMG {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #fef8f5;
}
.cid-syEpFItZMG .content_wrapper {
  position: relative;
  z-index: 1;
}
.cid-syEpFItZMG .content_wrapper:hover .mbr-section-title a {
  color: #199bfc !important;
}
.cid-syEpFItZMG .mbr-section-title,
.cid-syEpFItZMG .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-syEpFItZMG .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-syEpFItZMG .mbr-section-btn .btn-secondary-outline:hover,
.cid-syEpFItZMG .mbr-section-btn .btn-secondary-outline .active,
.cid-syEpFItZMG .mbr-section-btn .btn-secondary-outline:focus {
  color: #e47524 !important;
}
.cid-syEpFItZMG .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  color: #fef2ed;
  top: -6%;
  right: 13%;
  z-index: -1;
}
.cid-syEpFItZMG .mbr-section-title {
  text-align: center;
  color: #e5971d;
}
.cid-syD6awDlEs {
  padding-top: 60px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/mbr-1920x615.jpg");
}
.cid-syD6awDlEs h3 {
  position: relative;
}
.cid-syD6awDlEs h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-syD6awDlEs svg {
  position: absolute;
  bottom: -30px;
  left: 0;
  transform: scaleY(-1);
}
.cid-syD6awDlEs g rect {
  fill: #95b4da;
}
.cid-syD6tLZ9z8 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #95b4da;
}
.cid-syD6tLZ9z8 .fb-page,
.cid-syD6tLZ9z8 span,
.cid-syD6tLZ9z8 iframe {
  width: 500px;
  height: 620px;
}
.cid-syD6tLZ9z8 blockquote {
  display: none;
}
.cid-syD6tLZ9z8 .fb-page {
  background-color: #1877f2;
  border-radius: 4px;
  background-size: contain;
  background-repeat: no-repeat;
  color: #fff;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='xMinYMin meet' viewBox='0 0 262 266.895'><path id='path3087' fill='%23fff' d='M182.409,262.307v-99.803h33.499l5.016-38.895h-38.515V98.777c0-11.261,3.127-18.935,19.275-18.935 l20.596-0.009V45.045c-3.562-0.474-15.788-1.533-30.012-1.533c-29.695,0-50.025,18.126-50.025,51.413v28.684h-33.585v38.895h33.585 v99.803H182.409z'></path></svg>");
}
.cid-syD8usnQyu {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-syD8usnQyu .mbr-text,
.cid-syD8usnQyu .mbr-section-btn {
  color: #1d2c35;
}
.cid-syD8usnQyu .card-title,
.cid-syD8usnQyu .card-box {
  color: #1d2c35;
}
.cid-syD8usnQyu .mbr-text,
.cid-syD8usnQyu .link-wrap {
  color: #1d2c35;
}
.cid-syD7JGsxXr {
  padding-top: 50px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/mbr-1-1920x615.jpg");
}
.cid-syD7JGsxXr h3 {
  position: relative;
}
.cid-syD7JGsxXr h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-syD7JGsxXr svg {
  position: absolute;
  bottom: -30px;
  left: 0;
  transform: scaleY(-1);
}
.cid-syD7JGsxXr g rect {
  fill: #7abbce;
}
.cid-syD8ZD5LYU {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #7abbce;
}
.cid-syD8ZD5LYU .twitter-wrapper,
.cid-syD8ZD5LYU iframe {
  min-height: 600px;
  max-height: 600px;
  border-radius: 4px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 455.7 455.7'%3E%3Crect width='455.7' height='455.7' fill='%2350ABF1'/%3E%3Cpath d='M60.4 337.8c30.3 19.2 66.3 30.4 104.9 30.4 108.3 0 196.2-87.8 196.2-196.2 0-2.7-0.1-5.4-0.2-8.1 3.9-3.1 28.2-22.5 34.1-35 0 0-19.7 8.2-38.9 10.1 0 0-0.1 0-0.1 0 0 0 0 0 0.1-0.1 1.8-1.2 26.6-18.1 30-38.2 0 0-13.9 7.4-33.4 13.9 -3.2 1.1-6.6 2.1-10.1 3.1 -12.6-13.4-30.4-21.8-50.2-21.8 -38 0-68.8 30.8-68.8 68.8 0 5.4 0.6 10.6 1.8 15.6 -5.3-0.2-86.2-4.8-141.3-71.4 0 0-32.9 44.9 19.6 91.1 0 0-16-0.6-29.7-8.9 0 0-5.1 54.4 54.4 68.3 0 0-11.7 4.4-30.4 1.3 0 0 10.4 44 63.3 48.1 0 0-41.8 37.7-101.1 28.9L60.4 337.8z' fill='%23FFF'/%3E%3C/svg%3E");
}
.cid-syD8ZD5LYU a.twitter-timeline {
  display: none;
}
.cid-tkfiawP8mi {
  padding-top: 60px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/mbr-2-1920x615.jpg");
}
.cid-tkfiawP8mi h3 {
  position: relative;
}
.cid-tkfiawP8mi h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-tkfiawP8mi svg {
  position: absolute;
  bottom: -30px;
  left: 0;
  transform: scaleY(-1);
}
.cid-tkfiawP8mi g rect {
  fill: #e0aef7;
}
.cid-syDcQUSFBG {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #f5f7fd;
}
.cid-syDcQUSFBG .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-syDcQUSFBG .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-syDcQUSFBG .col + .mbr-section-btn .btn,
.cid-syDcQUSFBG .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-syDcQUSFBG .col + .mbr-section-btn .btn,
  .cid-syDcQUSFBG .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-syDcQUSFBG .dragArea > *:nth-last-child(2).col,
  .cid-syDcQUSFBG .dragArea > *:nth-last-child(2).col-auto,
  .cid-syDcQUSFBG .col + .mbr-section-btn,
  .cid-syDcQUSFBG .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-syDcQUSFBG .dragArea {
    flex-direction: column;
  }
}
.cid-syDcQUSFBG .btn-primary {
  border: 1px solid #e47524 !important;
}
.cid-syDcQUSFBG .btn-primary:hover {
  border: 1px solid #e47524 !important;
}
.cid-syDcQUSFBG .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-syDcQUSFBG .form-group {
  max-width: 220px;
}
.cid-syDcQUSFBG .mbr-section-btn {
  padding-left: 0;
}
.cid-syDcQUSFBG .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-syDcQUSFBG .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-syDcQUSFBG .mbr-text {
  color: #444;
}
.cid-syDcQUSFBG h5 {
  margin-bottom: 0;
}
.cid-syDcQUSFBG .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-syDcQUSFBG .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-syDcQUSFBG .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-syDcQUSFBG .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-syDcQUSFBG .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: center;
  align-items: center;
}
.cid-syDcQUSFBG .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-syDcQUSFBG .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-syDcQUSFBG .social-list a:hover {
  opacity: 0.4;
}
.cid-syDcQUSFBG .media-container-row > div {
  padding: 0px;
}
.cid-syDcQUSFBG .text2 {
  color: #000000;
  text-align: left;
}
.cid-syDcQUSFBG .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-syDcQUSFBG .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-syDcQUSFBG .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-syDcQUSFBG .social-list,
  .cid-syDcQUSFBG .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-syDcQUSFBG h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-syDcQUSFBG .form-group {
    max-width: 180px;
  }
}
.cid-syDcQUSFBG .links span {
  color: #9e9e9e;
}
.cid-syDcQUSFBG .logo-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-syDcQUSFBG .logo-title {
  text-align: center;
}
.cid-syDcQUSFBG .row {
  margin: auto;
}
.cid-syDcQUSFBG .centercol {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-syDcQUSFBG .title-align {
  margin-left: -30px;
}
.cid-syDtfp4CdH {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #c3c3c3;
}
.cid-syDtfp4CdH .mbr-section-title {
  color: #065369;
  text-align: left;
  margin: auto;
  padding: 20px 0;
}
.cid-syDtfp4CdH .mbr-section-subtitle {
  color: #1b745e;
  text-align: center;
  font-style: italic;
  padding-bottom: 12px;
}
.cid-syDtfp4CdH .row {
  align-items: center;
  height: 100%;
}
.cid-syDtfp4CdH .container {
  margin: auto;
}
.cid-szcZbLizK6 .icon-bar {
  z-index: 100002;
  left: 0.4%;
  position: fixed;
  top: 50%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-szcZbLizK6 .icon-bar a:hover {
  background-color: #e49105;
  width: 100px;
}
.cid-szcZbLizK6 .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 2px;
  border-radius: 14px;
}
.cid-szcZbLizK6 .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-szcZbLizK6 .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-szcZbLizK6 .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-szcZbLizK6 .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-szcZbLizK6 .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-szcZbLizK6 .instagram {
  background: #6F3AA7;
  color: white;
  width: 50px;
}
.cid-szcZbLizK6 .custom1 {
  background: #ff7300;
  color: white;
  width: 50px;
}
.cid-szcZbLizK6 .custom2 {
  background: #01bf46;
  color: white;
  width: 50px;
}
.cid-szcZbLizK6 .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-szcZbLizK6 .corner-ribbon {
  z-index: 20001;
  width: 200px;
  background-image: linear-gradient(#55b4d4, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-szcZbLizK6 .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #55b4d4);
}
.cid-szcZbLizK6 .corner-ribbon.top-zen {
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: fixed;
}
.cid-szcZbLizK6 P {
  color: #065369;
}
.cid-szcZbLizK6 DIV {
  color: #ffffff;
}
.cid-szcZbLizK6 H10 {
  color: #767676;
}
.cid-szcZbLizK6 .hidden {
  display: none;
}
.cid-sN4bQ87YdE .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: top;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sN4bQ87YdE .nav-item:focus,
.cid-sN4bQ87YdE .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sN4bQ87YdE .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-sN4bQ87YdE .nav-item .nav-link {
    position: relative;
  }
  .cid-sN4bQ87YdE .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #e47524, #199bfc);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-sN4bQ87YdE .nav-item.open .nav-link::before {
    bottom: 0.2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-sN4bQ87YdE .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sN4bQ87YdE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5em 0.235em;
  transition: all 0.25s ease-in-out;
}
.cid-sN4bQ87YdE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sN4bQ87YdE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sN4bQ87YdE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sN4bQ87YdE .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sN4bQ87YdE .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-sN4bQ87YdE .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-sN4bQ87YdE .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
  line-height: 1.6;
}
.cid-sN4bQ87YdE .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-sN4bQ87YdE .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-sN4bQ87YdE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sN4bQ87YdE .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sN4bQ87YdE .navbar.collapsed .navbar-collapse.show,
.cid-sN4bQ87YdE .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sN4bQ87YdE .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-sN4bQ87YdE .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-sN4bQ87YdE .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sN4bQ87YdE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sN4bQ87YdE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sN4bQ87YdE .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sN4bQ87YdE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sN4bQ87YdE .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sN4bQ87YdE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sN4bQ87YdE .navbar.collapsed .right-menu,
.cid-sN4bQ87YdE .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-sN4bQ87YdE .navbar .navbar-collapse.show,
  .cid-sN4bQ87YdE .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sN4bQ87YdE .navbar .navbar-collapse.show .brand-container,
  .cid-sN4bQ87YdE .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-sN4bQ87YdE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sN4bQ87YdE .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sN4bQ87YdE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sN4bQ87YdE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sN4bQ87YdE .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sN4bQ87YdE .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sN4bQ87YdE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sN4bQ87YdE .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sN4bQ87YdE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-sN4bQ87YdE .navbar .right-menu,
  .cid-sN4bQ87YdE .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sN4bQ87YdE .navbar.navbar-short {
  min-height: 60px;
}
.cid-sN4bQ87YdE .navbar.navbar-short .mbr-overlay {
  background: #ffffff !important;
}
.cid-sN4bQ87YdE .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sN4bQ87YdE .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sN4bQ87YdE .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sN4bQ87YdE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sN4bQ87YdE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sN4bQ87YdE .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sN4bQ87YdE .dropdown-item.active,
.cid-sN4bQ87YdE .dropdown-item:active {
  background-color: transparent;
}
.cid-sN4bQ87YdE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sN4bQ87YdE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sN4bQ87YdE .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sN4bQ87YdE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sN4bQ87YdE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sN4bQ87YdE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sN4bQ87YdE ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-sN4bQ87YdE ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-sN4bQ87YdE .navbar-buttons {
  margin-left: auto;
}
.cid-sN4bQ87YdE button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sN4bQ87YdE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-sN4bQ87YdE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sN4bQ87YdE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sN4bQ87YdE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sN4bQ87YdE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sN4bQ87YdE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sN4bQ87YdE nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-sN4bQ87YdE nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-sN4bQ87YdE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sN4bQ87YdE a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sN4bQ87YdE .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sN4bQ87YdE .right-menu,
.cid-sN4bQ87YdE .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-sN4bQ87YdE .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sN4bQ87YdE .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sN4bQ87YdE .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sN4bQ87YdE .menu-top {
  text-align: center;
  width: 100%;
  background-color: #e45f05;
  padding: 0.5rem 0;
}
.cid-sN4bQ87YdE .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-sN4bQ87YdE .card-wrapper {
  z-index: 3;
}
.cid-sN4bQ87YdE .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-sN4bQ87YdE .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sN4bQ87YdE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sziPlrXrQE {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sziPlrXrQE .mbr-text,
.cid-sziPlrXrQE .mbr-section-btn {
  color: #1d2c35;
}
.cid-sziPlrXrQE .card-title,
.cid-sziPlrXrQE .card-box {
  color: #1d2c35;
}
.cid-sziPlrXrQE .mbr-text,
.cid-sziPlrXrQE .link-wrap {
  color: #1d2c35;
}
.cid-sziPltCN0n {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sziPltCN0n .mbr-text,
.cid-sziPltCN0n .mbr-section-btn {
  color: #1d2c35;
}
.cid-sziPltCN0n .card-title,
.cid-sziPltCN0n .card-box {
  color: #1d2c35;
}
.cid-sziPltCN0n .mbr-text,
.cid-sziPltCN0n .link-wrap {
  color: #1d2c35;
}
.cid-sRd6eK6Lrr {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fff0d6;
}
.cid-sRd6eK6Lrr .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #e47524;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 16px;
}
.cid-sRd6eK6Lrr .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-sRd6eK6Lrr .main-title {
  color: #404040;
  margin-bottom: 26px;
}
.cid-sRd6eK6Lrr .main-title.display-2 {
  line-height: 1.375;
}
.cid-sRd6eK6Lrr .mbr-section-subtitle {
  color: #5f86be;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-sRd6eK6Lrr .mbr-text {
  color: #606060;
}
.cid-sRd6eK6Lrr .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-sRd6eK6Lrr .mbr-section-btn {
  margin-top: 24px;
}
.cid-sRd6eK6Lrr .mbr-section-btn .btn {
  margin-left: 14.1px;
  padding: 18px 26px;
}
.cid-sRd6eK6Lrr .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-sRd6eK6Lrr .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
.cid-sRd6eK6Lrr .main-title,
.cid-sRd6eK6Lrr .mbr-section-btn {
  color: #dd6210;
}
.cid-sRd6eK6Lrr .mbr-text,
.cid-sRd6eK6Lrr .mbr-section-btn {
  color: #191f23;
}
.cid-tDoT2pn8Z0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tDoT2pn8Z0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDoT2pn8Z0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDoT2pn8Z0 .container,
.cid-tDoT2pn8Z0 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tDoT2pn8Z0 .container,
  .cid-tDoT2pn8Z0 .container-fluid {
    padding: 0 20px;
  }
}
.cid-tDoT2pn8Z0 .tabs-wrap {
  display: flex;
  align-items: center;
}
.cid-tDoT2pn8Z0 .nav-tabs .nav-link {
  border: none;
  border-radius: 0;
}
.cid-tDoT2pn8Z0 .nav-tabs .nav-link:hover,
.cid-tDoT2pn8Z0 .nav-tabs .nav-link:focus {
  border: none;
  border-top: 1px solid #e47524;
  border-bottom: 1px solid #e47524;
  color: #e47524;
}
.cid-tDoT2pn8Z0 .nav.nav-tabs {
  display: block;
  padding: 0 50px;
  border: none;
}
@media (max-width: 992px) {
  .cid-tDoT2pn8Z0 .nav.nav-tabs {
    padding: 0;
  }
}
.cid-tDoT2pn8Z0 .nav.nav-tabs .nav-item {
  border: none;
}
.cid-tDoT2pn8Z0 .nav.nav-tabs .nav-item .nav-link {
  padding: 20px 0;
  color: #3d4045;
  transition: all 0.3s ease-out;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}
.cid-tDoT2pn8Z0 .nav.nav-tabs .nav-item .nav-link.active {
  border: none;
  border-top: 1px solid #e47524;
  border-bottom: 1px solid #e47524;
  color: #e47524;
}
.cid-tDoT2pn8Z0 .tab-content {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tDoT2pn8Z0 .tab-content {
    margin-top: 50px;
  }
}
.cid-tDoT2pn8Z0 .tab-content .tab-pane {
  width: 100%;
}
.cid-tDoT2pn8Z0 .tab-content .tab-pane .title-wrapper {
  margin-bottom: 20px;
}
.cid-tDoT2pn8Z0 .tab-content .tab-pane .title-wrapper .mbr-section-title {
  background-color: #e47524;
  padding: 8px 15px;
  display: inline;
  margin-bottom: 50px;
}
.cid-tDoT2pn8Z0 .tab-content .tab-pane .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tDoT2pn8Z0 .tab-content .tab-pane .image-wrapper {
    margin-bottom: 50px;
  }
}
.cid-tDoT2pn8Z0 .tab-content .tab-pane .image-wrapper img {
  width: 450px;
  height: 450px;
  object-fit: cover;
  border-radius: 100%;
}
@media (max-width: 1200px) {
  .cid-tDoT2pn8Z0 .tab-content .tab-pane .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 768px) {
  .cid-tDoT2pn8Z0 .tab-content .tab-pane .image-wrapper img {
    width: 250px;
    height: 250px;
  }
}
.cid-tDoT2pn8Z0 .mbr-section-title,
.cid-tDoT2pn8Z0 .title-wrapper {
  color: #ffffff;
  text-align: right;
}
.cid-uyn4xup1A5 {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #f3fafc;
}
.cid-uyn4xup1A5 .card {
  width: 100%;
}
.cid-uyn4xup1A5 .card .add__block {
  display: none;
}
.cid-uyn4xup1A5 .add__block {
  margin-top: 35px;
}
.cid-uyn4xup1A5 .add__block .add__block_image {
  width: 170px;
}
.cid-uyn4xup1A5 .add__block .add__block_image img {
  width: 100%;
  border-radius: 6px;
}
.cid-uyn4xup1A5 .add__block .add__block_content {
  margin-left: 30px;
  max-width: 270px;
}
.cid-uyn4xup1A5 .add__block .add__block_title {
  margin-bottom: 0;
}
.cid-uyn4xup1A5 .add__block .add__block_text {
  margin-top: 15px;
  margin-bottom: 0;
  color: #919dab;
}
.cid-uyn4xup1A5 .row {
  margin: 0;
}
.cid-uyn4xup1A5 .mbr-section-title {
  margin-bottom: 0;
  color: #8ba926;
}
.cid-uyn4xup1A5 .step-container {
  margin-top: 25px;
}
.cid-uyn4xup1A5 .padding__bot {
  padding-bottom: 50px;
}
.cid-uyn4xup1A5 .step-text-content {
  padding-top: 10px;
}
.cid-uyn4xup1A5 .mbr-step-title {
  margin-bottom: 0;
  font-weight: 500;
}
.cid-uyn4xup1A5 .mbr-step-text {
  margin-bottom: 0;
  margin-top: 20px;
  color: #191f23;
}
.cid-uyn4xup1A5 .mbr-section-btn {
  margin-top: 20px;
}
.cid-uyn4xup1A5 .mbr-section-btn .btn {
  font-weight: 500;
}
.cid-uyn4xup1A5 .step {
  display: flex;
  width: 60px;
  height: 60px;
  font-size: calc((30px) - 2px);
  margin-bottom: 0;
  border-radius: 50%;
  border: 2px solid #f08a26;
  background-color: #f08a26;
  font-weight: 500;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uyn4xup1A5 .step {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
}
@media (min-width: 400px) {
  .cid-uyn4xup1A5 .add__block {
    display: flex;
  }
  .cid-uyn4xup1A5 .step-element {
    display: flex;
  }
  .cid-uyn4xup1A5 .mbr-section-btn {
    margin-top: 20px;
    margin-left: calc((30 * 2px) + 70px);
  }
  .cid-uyn4xup1A5 .mbr-section-btn .btn {
    margin-left: 0;
  }
  .cid-uyn4xup1A5 .separline {
    position: relative;
  }
  .cid-uyn4xup1A5 .separline:after {
    top: 60px;
    left: 28px;
    position: absolute;
    content: "";
    width: 2px;
    height: calc(100% - (30px) * 2);
    background-color: #f08a26;
  }
  .cid-uyn4xup1A5 .step-text-content {
    margin-left: 70px;
  }
}
@media (min-width: 400px) and (max-width: 767px) {
  .cid-uyn4xup1A5 .separline:after {
    top: 52px;
    left: 22px;
    height: calc(100% - 56px);
  }
}
@media (max-width: 400px) {
  .cid-uyn4xup1A5 .add__block_title {
    margin-top: 30px;
  }
  .cid-uyn4xup1A5 .add__block .add__block_content {
    margin-left: 0;
  }
}
.cid-sRdnlpahbr {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #fff0d6;
}
.cid-sRdnlpahbr img {
  border-radius: 0px;
}
.cid-sRdnlpahbr .mbr-section-title {
  color: #000000;
  text-align: left;
  padding-top: 0.4rem;
}
.cid-sRdnlpahbr .date {
  text-transform: uppercase;
  color: #e47524;
  text-align: left;
  padding-top: 1rem;
}
.cid-sRdnlpahbr .author {
  color: #626262;
  text-align: left;
  padding-top: 0.8rem;
}
.cid-sRdnlpahbr .heading {
  text-align: center;
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
}
.cid-sRdnlpahbr .right {
  display: flex;
  flex-direction: column;
}
.cid-sRdnlpahbr .mbr-section-btn {
  border: 2px solid #e47524;
  width: auto;
}
.cid-sRdnlpahbr .mbr-section-btn:hover {
  background-color: #e47524;
  border: 2px solid #e47524;
}
.cid-sRdnlpahbr .card-heading {
  padding-top: 0;
  color: #f08a26;
}
.cid-sRdnlpahbr .mbr-text {
  padding-top: 10px;
}
.cid-sRdlVdg2p6 {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #fff0d6;
}
.cid-sRdlVdg2p6 .row {
  background: #ffffff;
  padding: 0rem 0rem;
  margin: 0rem;
  margin-top: 1rem;
  border-radius: 10px;
}
.cid-sRdlVdg2p6 img {
  width: 80%;
  height: 100%;
  object-fit: cover;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  transform: scale(1.2);
  transform-origin: bottom;
}
@media (max-width: 992px) {
  .cid-sRdlVdg2p6 img {
    width: 50%;
    transform: scaleY(1);
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-sRdlVdg2p6 img {
    width: 90%;
    transform: scaleY(1);
    margin: auto;
  }
}
.cid-sRdlVdg2p6 .card {
  padding: 3rem 3rem;
}
@media (max-width: 992px) {
  .cid-sRdlVdg2p6 .card {
    padding: 3rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sRdlVdg2p6 .card {
    padding: 2rem 0rem;
  }
}
.cid-sRdlVdg2p6 .mbr-text,
.cid-sRdlVdg2p6 .mbr-section-btn {
  color: #f16514;
}
.cid-sRdlVdg2p6 .mbr-section-subtitle {
  color: #14191e;
}
.cid-sRdlVdg2p6 .mbr-section-title {
  color: #f08a26;
}
.cid-sziPluFBKU {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #dd6210;
}
.cid-sziPluFBKU .text {
  letter-spacing: 0.03em;
  line-height: 1.7;
}
.cid-sziPluFBKU .mbr-text {
  width: 100%;
  height: auto;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sziPluFBKU .row {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .cid-sziPluFBKU .content {
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
  }
}
.cid-sziPlvfINk {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #f5f7fd;
}
.cid-sziPlvfINk .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-sziPlvfINk .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-sziPlvfINk .col + .mbr-section-btn .btn,
.cid-sziPlvfINk .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-sziPlvfINk .col + .mbr-section-btn .btn,
  .cid-sziPlvfINk .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-sziPlvfINk .dragArea > *:nth-last-child(2).col,
  .cid-sziPlvfINk .dragArea > *:nth-last-child(2).col-auto,
  .cid-sziPlvfINk .col + .mbr-section-btn,
  .cid-sziPlvfINk .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-sziPlvfINk .dragArea {
    flex-direction: column;
  }
}
.cid-sziPlvfINk .btn-primary {
  border: 1px solid #e47524 !important;
}
.cid-sziPlvfINk .btn-primary:hover {
  border: 1px solid #e47524 !important;
}
.cid-sziPlvfINk .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-sziPlvfINk .form-group {
  max-width: 220px;
}
.cid-sziPlvfINk .mbr-section-btn {
  padding-left: 0;
}
.cid-sziPlvfINk .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-sziPlvfINk .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-sziPlvfINk .mbr-text {
  color: #444;
}
.cid-sziPlvfINk h5 {
  margin-bottom: 0;
}
.cid-sziPlvfINk .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-sziPlvfINk .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sziPlvfINk .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-sziPlvfINk .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sziPlvfINk .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: center;
  align-items: center;
}
.cid-sziPlvfINk .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-sziPlvfINk .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sziPlvfINk .social-list a:hover {
  opacity: 0.4;
}
.cid-sziPlvfINk .media-container-row > div {
  padding: 0px;
}
.cid-sziPlvfINk .text2 {
  color: #000000;
  text-align: left;
}
.cid-sziPlvfINk .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-sziPlvfINk .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sziPlvfINk .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-sziPlvfINk .social-list,
  .cid-sziPlvfINk .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sziPlvfINk h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-sziPlvfINk .form-group {
    max-width: 180px;
  }
}
.cid-sziPlvfINk .links span {
  color: #9e9e9e;
}
.cid-sziPlvfINk .logo-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-sziPlvfINk .logo-title {
  text-align: center;
}
.cid-sziPlvfINk .row {
  margin: auto;
}
.cid-sziPlvfINk .centercol {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-sziPlvfINk .title-align {
  margin-left: -30px;
}
.cid-sziPlwfx1d {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #c3c3c3;
}
.cid-sziPlwfx1d .mbr-section-title {
  color: #065369;
  text-align: left;
  margin: auto;
  padding: 20px 0;
}
.cid-sziPlwfx1d .mbr-section-subtitle {
  color: #1b745e;
  text-align: center;
  font-style: italic;
  padding-bottom: 12px;
}
.cid-sziPlwfx1d .row {
  align-items: center;
  height: 100%;
}
.cid-sziPlwfx1d .container {
  margin: auto;
}
.cid-sziPlwDd7h .icon-bar {
  z-index: 100002;
  left: 0.4%;
  position: fixed;
  top: 50%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-sziPlwDd7h .icon-bar a:hover {
  background-color: #e49105;
  width: 100px;
}
.cid-sziPlwDd7h .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 2px;
  border-radius: 14px;
}
.cid-sziPlwDd7h .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-sziPlwDd7h .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-sziPlwDd7h .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-sziPlwDd7h .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-sziPlwDd7h .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-sziPlwDd7h .instagram {
  background: #6F3AA7;
  color: white;
  width: 50px;
}
.cid-sziPlwDd7h .custom1 {
  background: #ff7300;
  color: white;
  width: 50px;
}
.cid-sziPlwDd7h .custom2 {
  background: #01bf46;
  color: white;
  width: 50px;
}
.cid-sziPlwDd7h .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-sziPlwDd7h .corner-ribbon {
  z-index: 20001;
  width: 200px;
  background-image: linear-gradient(#55b4d4, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-sziPlwDd7h .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #55b4d4);
}
.cid-sziPlwDd7h .corner-ribbon.top-zen {
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: fixed;
}
.cid-sziPlwDd7h P {
  color: #065369;
}
.cid-sziPlwDd7h DIV {
  color: #ffffff;
}
.cid-sziPlwDd7h H10 {
  color: #767676;
}
.cid-sziPlwDd7h .hidden {
  display: none;
}
.cid-sN4bQ87YdE .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: top;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sN4bQ87YdE .nav-item:focus,
.cid-sN4bQ87YdE .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sN4bQ87YdE .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-sN4bQ87YdE .nav-item .nav-link {
    position: relative;
  }
  .cid-sN4bQ87YdE .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #e47524, #199bfc);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-sN4bQ87YdE .nav-item.open .nav-link::before {
    bottom: 0.2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-sN4bQ87YdE .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sN4bQ87YdE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5em 0.235em;
  transition: all 0.25s ease-in-out;
}
.cid-sN4bQ87YdE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sN4bQ87YdE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sN4bQ87YdE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sN4bQ87YdE .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sN4bQ87YdE .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-sN4bQ87YdE .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-sN4bQ87YdE .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
  line-height: 1.6;
}
.cid-sN4bQ87YdE .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-sN4bQ87YdE .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-sN4bQ87YdE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sN4bQ87YdE .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sN4bQ87YdE .navbar.collapsed .navbar-collapse.show,
.cid-sN4bQ87YdE .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sN4bQ87YdE .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-sN4bQ87YdE .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-sN4bQ87YdE .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sN4bQ87YdE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sN4bQ87YdE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sN4bQ87YdE .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sN4bQ87YdE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sN4bQ87YdE .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sN4bQ87YdE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sN4bQ87YdE .navbar.collapsed .right-menu,
.cid-sN4bQ87YdE .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-sN4bQ87YdE .navbar .navbar-collapse.show,
  .cid-sN4bQ87YdE .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sN4bQ87YdE .navbar .navbar-collapse.show .brand-container,
  .cid-sN4bQ87YdE .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-sN4bQ87YdE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sN4bQ87YdE .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sN4bQ87YdE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sN4bQ87YdE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sN4bQ87YdE .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sN4bQ87YdE .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sN4bQ87YdE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sN4bQ87YdE .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sN4bQ87YdE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-sN4bQ87YdE .navbar .right-menu,
  .cid-sN4bQ87YdE .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sN4bQ87YdE .navbar.navbar-short {
  min-height: 60px;
}
.cid-sN4bQ87YdE .navbar.navbar-short .mbr-overlay {
  background: #ffffff !important;
}
.cid-sN4bQ87YdE .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sN4bQ87YdE .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sN4bQ87YdE .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sN4bQ87YdE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sN4bQ87YdE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sN4bQ87YdE .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sN4bQ87YdE .dropdown-item.active,
.cid-sN4bQ87YdE .dropdown-item:active {
  background-color: transparent;
}
.cid-sN4bQ87YdE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sN4bQ87YdE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sN4bQ87YdE .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sN4bQ87YdE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sN4bQ87YdE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sN4bQ87YdE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sN4bQ87YdE ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-sN4bQ87YdE ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-sN4bQ87YdE .navbar-buttons {
  margin-left: auto;
}
.cid-sN4bQ87YdE button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sN4bQ87YdE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-sN4bQ87YdE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sN4bQ87YdE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sN4bQ87YdE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sN4bQ87YdE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sN4bQ87YdE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sN4bQ87YdE nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-sN4bQ87YdE nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-sN4bQ87YdE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sN4bQ87YdE a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sN4bQ87YdE .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sN4bQ87YdE .right-menu,
.cid-sN4bQ87YdE .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-sN4bQ87YdE .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sN4bQ87YdE .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sN4bQ87YdE .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sN4bQ87YdE .menu-top {
  text-align: center;
  width: 100%;
  background-color: #e45f05;
  padding: 0.5rem 0;
}
.cid-sN4bQ87YdE .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-sN4bQ87YdE .card-wrapper {
  z-index: 3;
}
.cid-sN4bQ87YdE .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-sN4bQ87YdE .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sN4bQ87YdE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sznmHNRQW3 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sznmHNRQW3 .mbr-text,
.cid-sznmHNRQW3 .mbr-section-btn {
  color: #1d2c35;
}
.cid-sznmHNRQW3 .card-title,
.cid-sznmHNRQW3 .card-box {
  color: #1d2c35;
}
.cid-sznmHNRQW3 .mbr-text,
.cid-sznmHNRQW3 .link-wrap {
  color: #1d2c35;
}
.cid-t1zPDHV8hj {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-t1zPDHV8hj .mbr-text {
  color: #767676;
}
.cid-t1zPDHV8hj .icon-1 {
  color: #e76307;
  font-size: 3.5rem;
}
.cid-t1zPDHV8hj .icon-arrow {
  color: #7e7e7e;
  font-size: 1.8rem !important;
}
.cid-t1zPDHV8hj .link {
  margin: 0;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
@media (min-width: 767px) {
  .cid-t1zPDHV8hj .card {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .cid-t1zPDHV8hj .row {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-t1zPDHV8hj .link a:after {
    right: 0;
    margin: auto;
  }
}
.cid-t1zPDHV8hj .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-t1zPDHV8hj .card {
    margin-bottom: 2rem;
  }
}
.cid-t1zPDHV8hj .text-link {
  font-weight: 800 !important;
}
.cid-t1zPDHV8hj .card-inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #f3f3f3;
  padding: 2rem 1.8rem;
  position: relative;
  overflow: hidden;
}
.cid-t1zPDHV8hj .card-img {
  opacity: 0;
  left: -40px;
  top: 20%;
  position: absolute;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-t1zPDHV8hj .card-icon {
  display: flex;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-t1zPDHV8hj .card:hover .card-inner {
  background-color: #e2c225;
}
.cid-t1zPDHV8hj .card:hover .icon-arrow {
  color: #fff;
}
.cid-t1zPDHV8hj .card:hover .text-link {
  color: #fff !important;
}
.cid-t1zPDHV8hj .card:hover .card-img {
  opacity: 1;
  left: -10px;
}
.cid-t1zPDHV8hj .card:hover .link {
  transform: translateX(42px);
}
.cid-t1zPDHV8hj .card:hover .card-icon {
  transform: translateX(10px);
}
.cid-t1zPDHV8hj h5 {
  color: #101010;
  font-weight: 800;
}
.cid-uCvPPTknnI {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background: #065369;
}
.cid-uCvPPTknnI .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uCvPPTknnI .team-card:hover {
  transform: translateY(-10px);
}
.cid-uCvPPTknnI .card-wrapper {
  display: flex;
  overflow: visible;
}
@media (max-width: 1400px) {
  .cid-uCvPPTknnI .col-lg-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-uCvPPTknnI .main-icon {
  font-size: 5rem;
  color: #6f5ad3;
  padding-right: 0rem;
  margin-top: -1rem;
  margin-right: -1rem;
  display: block;
}
.cid-uCvPPTknnI img {
  transform: scale(1.1);
  transition: all 0.3s;
}
.cid-uCvPPTknnI .image-wrap {
  overflow: hidden;
  width: 50%;
}
@media (max-width: 767px) {
  .cid-uCvPPTknnI .image-wrap {
    width: 100%;
  }
}
.cid-uCvPPTknnI .icon-plus {
  font-size: 1rem;
  color: currentColor;
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  transition: all 0.3s;
}
.cid-uCvPPTknnI .line {
  position: absolute;
  top: 1.5rem;
  left: 50%;
  transform: translate(-50%);
  width: 25px;
  height: 5px;
  background: #ffffff;
  z-index: 10;
}
@media (max-width: 767px) {
  .cid-uCvPPTknnI .line {
    display: none;
  }
}
.cid-uCvPPTknnI .container {
  max-width: 1600px;
}
@media (min-width: 767px) {
  .cid-uCvPPTknnI .container {
    padding: 0 3rem;
  }
}
.cid-uCvPPTknnI .content-wrap {
  padding: 2rem;
}
.cid-uCvPPTknnI .icon {
  font-size: 2.5rem;
  color: currentColor;
  padding-bottom: 1rem;
  display: block;
}
.cid-uCvPPTknnI .card1 {
  background: #065369;
}
.cid-uCvPPTknnI .card2 {
  background: #ffbc1e;
}
.cid-uCvPPTknnI .card3 {
  background: #3dc84b;
}
.cid-uCvPPTknnI .card-wrap {
  position: relative;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uCvPPTknnI .card-wrap {
    flex-direction: column;
  }
}
.cid-uCvPPTknnI .card-wrap:hover img {
  transform: scale(1);
}
.cid-uCvPPTknnI .card-wrap:hover .icon-plus {
  transform: rotate(90deg);
  transform-origin: center;
}
.cid-uCvPPTknnI .card-wrap .image-wrap img {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uCvPPTknnI .content-wrap {
    padding: 4rem 1rem;
    text-align: center;
  }
  .cid-uCvPPTknnI .card-wrapper {
    flex-direction: column;
  }
  .cid-uCvPPTknnI .icon,
  .cid-uCvPPTknnI .card-box {
    margin: 0rem;
  }
  .cid-uCvPPTknnI .main-icon {
    margin: auto;
    margin-bottom: 1rem!important;
  }
  .cid-uCvPPTknnI .align-left {
    text-align: center;
  }
}
.cid-uCvPPTknnI .card-title,
.cid-uCvPPTknnI .icon,
.cid-uCvPPTknnI .icon-plus {
  color: #ffffff;
}
.cid-uCvPPTknnI .mbr-role {
  color: #ffffff;
}
.cid-uCvPPTknnI .main-title {
  color: #ffffff;
  text-align: center;
}
.cid-uG77Bdc6mk {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background: #efefec;
  overflow: hidden;
}
.cid-uG77Bdc6mk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG77Bdc6mk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG77Bdc6mk .col-title {
  position: relative;
  z-index: 10;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .cid-uG77Bdc6mk .col-title {
    margin-bottom: 40px;
  }
}
.cid-uG77Bdc6mk .mbr-section-title {
  color: #2B2B2B;
}
.cid-uG77Bdc6mk .mbr-section-subtitle {
  color: #5F6AD4;
  margin-top: 24px;
}
@media (max-width: 767px) {
  .cid-uG77Bdc6mk .mbr-section-subtitle {
    margin-top: 16px;
  }
}
.cid-uG77Bdc6mk .mbr-section-btn {
  margin-top: 10px;
}
.cid-uG77Bdc6mk .mbr-section-btn .btn {
  padding: 5px 35px !important;
  min-width: max-content !important;
}
.cid-uG77Bdc6mk .col-card {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-uG77Bdc6mk .col-card {
    margin-bottom: 60px;
  }
}
.cid-uG77Bdc6mk .card-wrap {
  border-radius: 0;
}
.cid-uG77Bdc6mk .content-wrap {
  width: 100%;
  margin-top: 20px;
}
.cid-uG77Bdc6mk .card-title {
  color: #2B2B2B;
}
.cid-uG77Bdc6mk .mbr-text {
  color: #646464;
  margin-top: 8px;
}
.cid-uG77Bdc6mk .image-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-radius: 25px;
  overflow: hidden;
  transition: .3s all;
}
.cid-uG77Bdc6mk .image-wrap img {
  height: 400px;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
@media (max-width: 1199px) {
  .cid-uG77Bdc6mk .image-wrap img {
    height: 328px;
  }
}
@media (max-width: 991px) {
  .cid-uG77Bdc6mk .image-wrap img {
    height: 224px;
  }
}
@media (max-width: 767px) {
  .cid-uG77Bdc6mk .image-wrap img {
    height: auto !important;
    max-height: 400px;
  }
}
.cid-uG77Bdc6mk .container,
.cid-uG77Bdc6mk .container-fluid {
  position: relative;
}
.cid-uG77Bdc6mk .circle-blur {
  position: absolute;
  transform: translate(50%, -50%);
  display: block;
  width: 200px;
  height: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .97;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 767px) {
  .cid-uG77Bdc6mk .circle-blur {
    width: 200px;
    height: 200px;
  }
}
.cid-uG77Bdc6mk .circle-blur1 {
  top: 0;
  right: 50%;
  background-image: linear-gradient(132deg, #fff182 27%, #fff182 50%, #fff182 79%);
}
.cid-uG77Bdc6mk .circle-blur2 {
  top: 12%;
  right: 40%;
  background-image: linear-gradient(132deg, #77bbdf 27%, #77bbdf 50%, #77bbdf 79%);
}
.cid-uQWe4VsoKE {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background: #efefec;
  overflow: hidden;
}
.cid-uQWe4VsoKE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQWe4VsoKE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQWe4VsoKE .col-title {
  position: relative;
  z-index: 10;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .cid-uQWe4VsoKE .col-title {
    margin-bottom: 40px;
  }
}
.cid-uQWe4VsoKE .mbr-section-title {
  color: #2B2B2B;
}
.cid-uQWe4VsoKE .mbr-section-subtitle {
  color: #5F6AD4;
  margin-top: 24px;
}
@media (max-width: 767px) {
  .cid-uQWe4VsoKE .mbr-section-subtitle {
    margin-top: 16px;
  }
}
.cid-uQWe4VsoKE .mbr-section-btn {
  margin-top: 10px;
}
.cid-uQWe4VsoKE .mbr-section-btn .btn {
  padding: 5px 35px !important;
  min-width: max-content !important;
}
.cid-uQWe4VsoKE .col-card {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-uQWe4VsoKE .col-card {
    margin-bottom: 60px;
  }
}
.cid-uQWe4VsoKE .card-wrap {
  border-radius: 0;
}
.cid-uQWe4VsoKE .content-wrap {
  width: 100%;
  margin-top: 20px;
}
.cid-uQWe4VsoKE .card-title {
  color: #2B2B2B;
}
.cid-uQWe4VsoKE .mbr-text {
  color: #646464;
  margin-top: 8px;
}
.cid-uQWe4VsoKE .image-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-radius: 25px;
  overflow: hidden;
  transition: .3s all;
}
.cid-uQWe4VsoKE .image-wrap img {
  height: 400px;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
@media (max-width: 1199px) {
  .cid-uQWe4VsoKE .image-wrap img {
    height: 328px;
  }
}
@media (max-width: 991px) {
  .cid-uQWe4VsoKE .image-wrap img {
    height: 224px;
  }
}
@media (max-width: 767px) {
  .cid-uQWe4VsoKE .image-wrap img {
    height: auto !important;
    max-height: 400px;
  }
}
.cid-uQWe4VsoKE .container,
.cid-uQWe4VsoKE .container-fluid {
  position: relative;
}
.cid-uQWe4VsoKE .circle-blur {
  position: absolute;
  transform: translate(50%, -50%);
  display: block;
  width: 200px;
  height: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .97;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 767px) {
  .cid-uQWe4VsoKE .circle-blur {
    width: 200px;
    height: 200px;
  }
}
.cid-uQWe4VsoKE .circle-blur1 {
  top: 0;
  right: 50%;
  background-image: linear-gradient(132deg, #fff182 27%, #fff182 50%, #fff182 79%);
}
.cid-uQWe4VsoKE .circle-blur2 {
  top: 12%;
  right: 40%;
  background-image: linear-gradient(132deg, #77bbdf 27%, #77bbdf 50%, #77bbdf 79%);
}
.cid-uP9KtjzaaR {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background: #efefec;
  overflow: hidden;
}
.cid-uP9KtjzaaR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP9KtjzaaR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP9KtjzaaR .col-title {
  position: relative;
  z-index: 10;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .cid-uP9KtjzaaR .col-title {
    margin-bottom: 40px;
  }
}
.cid-uP9KtjzaaR .mbr-section-title {
  color: #2B2B2B;
}
.cid-uP9KtjzaaR .mbr-section-subtitle {
  color: #5F6AD4;
  margin-top: 24px;
}
@media (max-width: 767px) {
  .cid-uP9KtjzaaR .mbr-section-subtitle {
    margin-top: 16px;
  }
}
.cid-uP9KtjzaaR .mbr-section-btn {
  margin-top: 10px;
}
.cid-uP9KtjzaaR .mbr-section-btn .btn {
  padding: 5px 35px !important;
  min-width: max-content !important;
}
.cid-uP9KtjzaaR .col-card {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-uP9KtjzaaR .col-card {
    margin-bottom: 60px;
  }
}
.cid-uP9KtjzaaR .card-wrap {
  border-radius: 0;
}
.cid-uP9KtjzaaR .content-wrap {
  width: 100%;
  margin-top: 20px;
}
.cid-uP9KtjzaaR .card-title {
  color: #2B2B2B;
}
.cid-uP9KtjzaaR .mbr-text {
  color: #646464;
  margin-top: 8px;
}
.cid-uP9KtjzaaR .image-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-radius: 25px;
  overflow: hidden;
  transition: .3s all;
}
.cid-uP9KtjzaaR .image-wrap img {
  height: 400px;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
@media (max-width: 1199px) {
  .cid-uP9KtjzaaR .image-wrap img {
    height: 328px;
  }
}
@media (max-width: 991px) {
  .cid-uP9KtjzaaR .image-wrap img {
    height: 224px;
  }
}
@media (max-width: 767px) {
  .cid-uP9KtjzaaR .image-wrap img {
    height: auto !important;
    max-height: 400px;
  }
}
.cid-uP9KtjzaaR .container,
.cid-uP9KtjzaaR .container-fluid {
  position: relative;
}
.cid-uP9KtjzaaR .circle-blur {
  position: absolute;
  transform: translate(50%, -50%);
  display: block;
  width: 200px;
  height: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .97;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 767px) {
  .cid-uP9KtjzaaR .circle-blur {
    width: 200px;
    height: 200px;
  }
}
.cid-uP9KtjzaaR .circle-blur1 {
  top: 0;
  right: 50%;
  background-image: linear-gradient(132deg, #fff182 27%, #fff182 50%, #fff182 79%);
}
.cid-uP9KtjzaaR .circle-blur2 {
  top: 12%;
  right: 40%;
  background-image: linear-gradient(132deg, #77bbdf 27%, #77bbdf 50%, #77bbdf 79%);
}
.cid-uG76NYRZbW {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #f5f7fd;
}
.cid-uG76NYRZbW .mbr-section-subtitle {
  margin-top: 30px;
}
.cid-uG76NYRZbW .title__block {
  padding-bottom: 40px;
}
.cid-uG76NYRZbW .image {
  width: 100%;
  perspective: 700px;
}
.cid-uG76NYRZbW .image img {
  transition: transform 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}
.cid-uG76NYRZbW .image img:hover {
  transform: rotateX(-10deg);
}
.cid-uG76NYRZbW .text__block {
  margin-top: 25px;
}
.cid-uG76NYRZbW .card__text {
  display: block;
  color: #444345;
  line-height: 1.25;
  margin-bottom: 0;
}
.cid-uG76NYRZbW .content__block {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-uG76NYRZbW .title__block {
    padding-bottom: 30px;
  }
}
.cid-uCvPXAAaKk {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background: #efefec;
  overflow: hidden;
}
.cid-uCvPXAAaKk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCvPXAAaKk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCvPXAAaKk .col-title {
  position: relative;
  z-index: 10;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .cid-uCvPXAAaKk .col-title {
    margin-bottom: 40px;
  }
}
.cid-uCvPXAAaKk .mbr-section-title {
  color: #2B2B2B;
}
.cid-uCvPXAAaKk .mbr-section-subtitle {
  color: #5F6AD4;
  margin-top: 24px;
}
@media (max-width: 767px) {
  .cid-uCvPXAAaKk .mbr-section-subtitle {
    margin-top: 16px;
  }
}
.cid-uCvPXAAaKk .mbr-section-btn {
  margin-top: 10px;
}
.cid-uCvPXAAaKk .mbr-section-btn .btn {
  padding: 5px 35px !important;
  min-width: max-content !important;
}
.cid-uCvPXAAaKk .col-card {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-uCvPXAAaKk .col-card {
    margin-bottom: 60px;
  }
}
.cid-uCvPXAAaKk .card-wrap {
  border-radius: 0;
}
.cid-uCvPXAAaKk .content-wrap {
  width: 100%;
  margin-top: 20px;
}
.cid-uCvPXAAaKk .card-title {
  color: #2B2B2B;
}
.cid-uCvPXAAaKk .mbr-text {
  color: #646464;
  margin-top: 8px;
}
.cid-uCvPXAAaKk .image-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-radius: 25px;
  overflow: hidden;
  transition: .3s all;
}
.cid-uCvPXAAaKk .image-wrap img {
  height: 400px;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
@media (max-width: 1199px) {
  .cid-uCvPXAAaKk .image-wrap img {
    height: 328px;
  }
}
@media (max-width: 991px) {
  .cid-uCvPXAAaKk .image-wrap img {
    height: 224px;
  }
}
@media (max-width: 767px) {
  .cid-uCvPXAAaKk .image-wrap img {
    height: auto !important;
    max-height: 400px;
  }
}
.cid-uCvPXAAaKk .container,
.cid-uCvPXAAaKk .container-fluid {
  position: relative;
}
.cid-uCvPXAAaKk .circle-blur {
  position: absolute;
  transform: translate(50%, -50%);
  display: block;
  width: 200px;
  height: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .97;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 767px) {
  .cid-uCvPXAAaKk .circle-blur {
    width: 200px;
    height: 200px;
  }
}
.cid-uCvPXAAaKk .circle-blur1 {
  top: 0;
  right: 50%;
  background-image: linear-gradient(132deg, #fff182 27%, #fff182 50%, #fff182 79%);
}
.cid-uCvPXAAaKk .circle-blur2 {
  top: 12%;
  right: 40%;
  background-image: linear-gradient(132deg, #77bbdf 27%, #77bbdf 50%, #77bbdf 79%);
}
.cid-utnIAmo7ej {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background: #065369;
}
.cid-utnIAmo7ej .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-utnIAmo7ej .team-card:hover {
  transform: translateY(-10px);
}
.cid-utnIAmo7ej .card-wrapper {
  display: flex;
  overflow: visible;
}
@media (max-width: 1400px) {
  .cid-utnIAmo7ej .col-lg-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-utnIAmo7ej .main-icon {
  font-size: 5rem;
  color: #6f5ad3;
  padding-right: 0rem;
  margin-top: -1rem;
  margin-right: -1rem;
  display: block;
}
.cid-utnIAmo7ej img {
  transform: scale(1.1);
  transition: all 0.3s;
}
.cid-utnIAmo7ej .image-wrap {
  overflow: hidden;
  width: 50%;
}
@media (max-width: 767px) {
  .cid-utnIAmo7ej .image-wrap {
    width: 100%;
  }
}
.cid-utnIAmo7ej .icon-plus {
  font-size: 1rem;
  color: currentColor;
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  transition: all 0.3s;
}
.cid-utnIAmo7ej .line {
  position: absolute;
  top: 1.5rem;
  left: 50%;
  transform: translate(-50%);
  width: 25px;
  height: 5px;
  background: #ffffff;
  z-index: 10;
}
@media (max-width: 767px) {
  .cid-utnIAmo7ej .line {
    display: none;
  }
}
.cid-utnIAmo7ej .container {
  max-width: 1600px;
}
@media (min-width: 767px) {
  .cid-utnIAmo7ej .container {
    padding: 0 3rem;
  }
}
.cid-utnIAmo7ej .content-wrap {
  padding: 2rem;
}
.cid-utnIAmo7ej .icon {
  font-size: 2.5rem;
  color: currentColor;
  padding-bottom: 1rem;
  display: block;
}
.cid-utnIAmo7ej .card1 {
  background: #065369;
}
.cid-utnIAmo7ej .card2 {
  background: #ffbc1e;
}
.cid-utnIAmo7ej .card3 {
  background: #3dc84b;
}
.cid-utnIAmo7ej .card-wrap {
  position: relative;
  display: flex;
}
@media (max-width: 767px) {
  .cid-utnIAmo7ej .card-wrap {
    flex-direction: column;
  }
}
.cid-utnIAmo7ej .card-wrap:hover img {
  transform: scale(1);
}
.cid-utnIAmo7ej .card-wrap:hover .icon-plus {
  transform: rotate(90deg);
  transform-origin: center;
}
.cid-utnIAmo7ej .card-wrap .image-wrap img {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-utnIAmo7ej .content-wrap {
    padding: 4rem 1rem;
    text-align: center;
  }
  .cid-utnIAmo7ej .card-wrapper {
    flex-direction: column;
  }
  .cid-utnIAmo7ej .icon,
  .cid-utnIAmo7ej .card-box {
    margin: 0rem;
  }
  .cid-utnIAmo7ej .main-icon {
    margin: auto;
    margin-bottom: 1rem!important;
  }
  .cid-utnIAmo7ej .align-left {
    text-align: center;
  }
}
.cid-utnIAmo7ej .card-title,
.cid-utnIAmo7ej .icon,
.cid-utnIAmo7ej .icon-plus {
  color: #ffffff;
}
.cid-utnIAmo7ej .mbr-role {
  color: #ffffff;
}
.cid-utnIAmo7ej .main-title {
  color: #ffffff;
  text-align: center;
}
.cid-utnIHettoH {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background: #efefec;
  overflow: hidden;
}
.cid-utnIHettoH .mbr-fallback-image.disabled {
  display: none;
}
.cid-utnIHettoH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utnIHettoH .col-title {
  position: relative;
  z-index: 10;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .cid-utnIHettoH .col-title {
    margin-bottom: 40px;
  }
}
.cid-utnIHettoH .mbr-section-title {
  color: #2B2B2B;
}
.cid-utnIHettoH .mbr-section-subtitle {
  color: #5F6AD4;
  margin-top: 24px;
}
@media (max-width: 767px) {
  .cid-utnIHettoH .mbr-section-subtitle {
    margin-top: 16px;
  }
}
.cid-utnIHettoH .mbr-section-btn {
  margin-top: 10px;
}
.cid-utnIHettoH .mbr-section-btn .btn {
  padding: 5px 35px !important;
  min-width: max-content !important;
}
.cid-utnIHettoH .col-card {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-utnIHettoH .col-card {
    margin-bottom: 60px;
  }
}
.cid-utnIHettoH .card-wrap {
  border-radius: 0;
}
.cid-utnIHettoH .content-wrap {
  width: 100%;
  margin-top: 20px;
}
.cid-utnIHettoH .card-title {
  color: #2B2B2B;
}
.cid-utnIHettoH .mbr-text {
  color: #646464;
  margin-top: 8px;
}
.cid-utnIHettoH .image-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-radius: 25px;
  overflow: hidden;
  transition: .3s all;
}
.cid-utnIHettoH .image-wrap img {
  height: 400px;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
@media (max-width: 1199px) {
  .cid-utnIHettoH .image-wrap img {
    height: 328px;
  }
}
@media (max-width: 991px) {
  .cid-utnIHettoH .image-wrap img {
    height: 224px;
  }
}
@media (max-width: 767px) {
  .cid-utnIHettoH .image-wrap img {
    height: auto !important;
    max-height: 400px;
  }
}
.cid-utnIHettoH .container,
.cid-utnIHettoH .container-fluid {
  position: relative;
}
.cid-utnIHettoH .circle-blur {
  position: absolute;
  transform: translate(50%, -50%);
  display: block;
  width: 200px;
  height: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .97;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 767px) {
  .cid-utnIHettoH .circle-blur {
    width: 200px;
    height: 200px;
  }
}
.cid-utnIHettoH .circle-blur1 {
  top: 0;
  right: 50%;
  background-image: linear-gradient(132deg, #fff182 27%, #fff182 50%, #fff182 79%);
}
.cid-utnIHettoH .circle-blur2 {
  top: 12%;
  right: 40%;
  background-image: linear-gradient(132deg, #77bbdf 27%, #77bbdf 50%, #77bbdf 79%);
}
.cid-utnLEN2SZp {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-utnLEN2SZp .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-utnLEN2SZp .mbr-section-btn .btn-secondary-outline:hover {
  color: #e47524 !important;
}
.cid-utnLEN2SZp .wrap {
  align-items: center;
}
.cid-utnLEN2SZp .wrap:hover .card__wrap .image img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-utnLEN2SZp .wrap:hover .card__post {
  opacity: 1;
  transform: translateY(0);
}
.cid-utnLEN2SZp .wrap:hover .image__post img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-utnLEN2SZp .wrap:hover .mbr-section-title {
  color: #e47524;
}
.cid-utnLEN2SZp .card__wrap {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}
.cid-utnLEN2SZp .image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.cid-utnLEN2SZp .image img {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  width: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.cid-utnLEN2SZp .card__post {
  opacity: 0;
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  padding: 30px;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: translateY(-10px);
}
.cid-utnLEN2SZp .image__post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-utnLEN2SZp .image__post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-utnLEN2SZp .author__post {
  display: inline-block;
  white-space: nowrap;
  pointer-events: all;
}
.cid-utnLEN2SZp .card__content {
  padding: 20px;
}
.cid-utnLEN2SZp .card__topic {
  margin-bottom: 15px;
}
.cid-utnLEN2SZp .mbr-section-title {
  margin-bottom: 20px;
}
.cid-utnLEN2SZp .mbr-text {
  margin-bottom: 10px;
}
.cid-utnLEN2SZp .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #e47524;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-utnLEN2SZp .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-utnLEN2SZp .mbr-fallback-image.disabled {
  display: none;
}
.cid-utnLEN2SZp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utnLBx6Jl2 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #efefec;
}
.cid-utnLBx6Jl2 img,
.cid-utnLBx6Jl2 .item-img {
  width: 100%;
}
.cid-utnLBx6Jl2 .item:focus,
.cid-utnLBx6Jl2 span:focus {
  outline: none;
}
.cid-utnLBx6Jl2 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-utnLBx6Jl2 .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 30px;
  width: 100%;
}
.cid-utnLBx6Jl2 .mbr-text {
  margin-bottom: 0;
  color: #000000;
  text-align: left;
}
.cid-utnLBx6Jl2 .item-title {
  color: #fff8ef;
  margin-bottom: 28px;
  text-align: left;
}
.cid-utnLBx6Jl2 .carousel-inner {
  margin: auto;
  width: 87%;
}
.cid-utnLBx6Jl2 .carousel,
.cid-utnLBx6Jl2 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-utnLBx6Jl2 .carousel-caption {
  bottom: 40px;
}
.cid-utnLBx6Jl2 .mobi-mbri {
  font-size: 25px;
  opacity: 1;
  color: #fff8ef;
}
.cid-utnLBx6Jl2 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-utnLBx6Jl2 .carousel-control {
  opacity: 1;
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-utnLBx6Jl2 .carousel-control.carousel-control-prev {
  left: 1%;
}
@media (max-width: 992px) {
  .cid-utnLBx6Jl2 .carousel-control.carousel-control-prev {
    left: 5%;
  }
}
.cid-utnLBx6Jl2 .carousel-control.carousel-control-next {
  right: 0%;
}
@media (max-width: 992px) {
  .cid-utnLBx6Jl2 .carousel-control.carousel-control-next {
    right: 45%;
  }
}
.cid-utnLBx6Jl2 .carousel-indicators {
  position: absolute;
  bottom: 0;
}
.cid-utnLBx6Jl2 .carousel-indicators li {
  max-width: 6px;
  height: 6px;
  width: 6px;
  max-height: 6px;
  margin: 5px;
  background-color: #181818;
  opacity: 0.2;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-utnLBx6Jl2 .carousel-indicators li.active,
.cid-utnLBx6Jl2 .carousel-indicators li:hover {
  opacity: 1;
}
.cid-utnLBx6Jl2 .carousel-indicators li::after,
.cid-utnLBx6Jl2 .carousel-indicators li::before {
  content: none;
}
.cid-utnLBx6Jl2 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
.cid-utnLBx6Jl2 .row {
  align-items: center;
}
.cid-utnLBx6Jl2 a {
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-utnLBx6Jl2 .carousel-control {
    display: none;
  }
}
@media (max-width: 768px) {
  .cid-utnLBx6Jl2 .carousel-inner {
    width: 100%;
  }
  .cid-utnLBx6Jl2 .item-content {
    padding-top: 20px;
  }
}
.cid-sznmHVZgCF {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #065369;
}
.cid-sznmHVZgCF .item__head,
.cid-sznmHVZgCF .item__text,
.cid-sznmHVZgCF .img__text {
  margin-bottom: 0;
}
.cid-sznmHVZgCF .item__text,
.cid-sznmHVZgCF .img__text {
  margin-top: 15px;
  line-height: 1.35;
}
.cid-sznmHVZgCF .image img {
  width: 54px;
  max-height: 52px;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-sznmHVZgCF .content__block {
    margin-bottom: 30px;
  }
}
.cid-sznmHWCZzk {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #f5f7fd;
}
.cid-sznmHWCZzk .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-sznmHWCZzk .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-sznmHWCZzk .col + .mbr-section-btn .btn,
.cid-sznmHWCZzk .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-sznmHWCZzk .col + .mbr-section-btn .btn,
  .cid-sznmHWCZzk .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-sznmHWCZzk .dragArea > *:nth-last-child(2).col,
  .cid-sznmHWCZzk .dragArea > *:nth-last-child(2).col-auto,
  .cid-sznmHWCZzk .col + .mbr-section-btn,
  .cid-sznmHWCZzk .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-sznmHWCZzk .dragArea {
    flex-direction: column;
  }
}
.cid-sznmHWCZzk .btn-primary {
  border: 1px solid #e47524 !important;
}
.cid-sznmHWCZzk .btn-primary:hover {
  border: 1px solid #e47524 !important;
}
.cid-sznmHWCZzk .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-sznmHWCZzk .form-group {
  max-width: 220px;
}
.cid-sznmHWCZzk .mbr-section-btn {
  padding-left: 0;
}
.cid-sznmHWCZzk .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-sznmHWCZzk .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-sznmHWCZzk .mbr-text {
  color: #444;
}
.cid-sznmHWCZzk h5 {
  margin-bottom: 0;
}
.cid-sznmHWCZzk .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-sznmHWCZzk .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sznmHWCZzk .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-sznmHWCZzk .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sznmHWCZzk .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: center;
  align-items: center;
}
.cid-sznmHWCZzk .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-sznmHWCZzk .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sznmHWCZzk .social-list a:hover {
  opacity: 0.4;
}
.cid-sznmHWCZzk .media-container-row > div {
  padding: 0px;
}
.cid-sznmHWCZzk .text2 {
  color: #000000;
  text-align: left;
}
.cid-sznmHWCZzk .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-sznmHWCZzk .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sznmHWCZzk .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-sznmHWCZzk .social-list,
  .cid-sznmHWCZzk .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sznmHWCZzk h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-sznmHWCZzk .form-group {
    max-width: 180px;
  }
}
.cid-sznmHWCZzk .links span {
  color: #9e9e9e;
}
.cid-sznmHWCZzk .logo-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-sznmHWCZzk .logo-title {
  text-align: center;
}
.cid-sznmHWCZzk .row {
  margin: auto;
}
.cid-sznmHWCZzk .centercol {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-sznmHWCZzk .title-align {
  margin-left: -30px;
}
.cid-sznmHXpHJq {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #c3c3c3;
}
.cid-sznmHXpHJq .mbr-section-title {
  color: #065369;
  text-align: left;
  margin: auto;
  padding: 20px 0;
}
.cid-sznmHXpHJq .mbr-section-subtitle {
  color: #1b745e;
  text-align: center;
  font-style: italic;
  padding-bottom: 12px;
}
.cid-sznmHXpHJq .row {
  align-items: center;
  height: 100%;
}
.cid-sznmHXpHJq .container {
  margin: auto;
}
.cid-sN4bQ87YdE .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: top;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sN4bQ87YdE .nav-item:focus,
.cid-sN4bQ87YdE .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sN4bQ87YdE .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-sN4bQ87YdE .nav-item .nav-link {
    position: relative;
  }
  .cid-sN4bQ87YdE .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #e47524, #199bfc);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-sN4bQ87YdE .nav-item.open .nav-link::before {
    bottom: 0.2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-sN4bQ87YdE .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sN4bQ87YdE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5em 0.235em;
  transition: all 0.25s ease-in-out;
}
.cid-sN4bQ87YdE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sN4bQ87YdE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sN4bQ87YdE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sN4bQ87YdE .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sN4bQ87YdE .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-sN4bQ87YdE .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-sN4bQ87YdE .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
  line-height: 1.6;
}
.cid-sN4bQ87YdE .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-sN4bQ87YdE .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-sN4bQ87YdE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sN4bQ87YdE .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sN4bQ87YdE .navbar.collapsed .navbar-collapse.show,
.cid-sN4bQ87YdE .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sN4bQ87YdE .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-sN4bQ87YdE .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-sN4bQ87YdE .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sN4bQ87YdE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sN4bQ87YdE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sN4bQ87YdE .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sN4bQ87YdE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sN4bQ87YdE .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sN4bQ87YdE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sN4bQ87YdE .navbar.collapsed .right-menu,
.cid-sN4bQ87YdE .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-sN4bQ87YdE .navbar .navbar-collapse.show,
  .cid-sN4bQ87YdE .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sN4bQ87YdE .navbar .navbar-collapse.show .brand-container,
  .cid-sN4bQ87YdE .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-sN4bQ87YdE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sN4bQ87YdE .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sN4bQ87YdE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sN4bQ87YdE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sN4bQ87YdE .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sN4bQ87YdE .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sN4bQ87YdE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sN4bQ87YdE .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sN4bQ87YdE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-sN4bQ87YdE .navbar .right-menu,
  .cid-sN4bQ87YdE .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sN4bQ87YdE .navbar.navbar-short {
  min-height: 60px;
}
.cid-sN4bQ87YdE .navbar.navbar-short .mbr-overlay {
  background: #ffffff !important;
}
.cid-sN4bQ87YdE .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sN4bQ87YdE .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sN4bQ87YdE .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sN4bQ87YdE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sN4bQ87YdE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sN4bQ87YdE .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sN4bQ87YdE .dropdown-item.active,
.cid-sN4bQ87YdE .dropdown-item:active {
  background-color: transparent;
}
.cid-sN4bQ87YdE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sN4bQ87YdE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sN4bQ87YdE .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sN4bQ87YdE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sN4bQ87YdE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sN4bQ87YdE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sN4bQ87YdE ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-sN4bQ87YdE ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-sN4bQ87YdE .navbar-buttons {
  margin-left: auto;
}
.cid-sN4bQ87YdE button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sN4bQ87YdE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-sN4bQ87YdE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sN4bQ87YdE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sN4bQ87YdE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sN4bQ87YdE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sN4bQ87YdE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sN4bQ87YdE nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-sN4bQ87YdE nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-sN4bQ87YdE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sN4bQ87YdE a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sN4bQ87YdE .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sN4bQ87YdE .right-menu,
.cid-sN4bQ87YdE .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-sN4bQ87YdE .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sN4bQ87YdE .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sN4bQ87YdE .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sN4bQ87YdE .menu-top {
  text-align: center;
  width: 100%;
  background-color: #e45f05;
  padding: 0.5rem 0;
}
.cid-sN4bQ87YdE .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-sN4bQ87YdE .card-wrapper {
  z-index: 3;
}
.cid-sN4bQ87YdE .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-sN4bQ87YdE .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sN4bQ87YdE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sy4moW0961 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sy4moW0961 .mbr-text,
.cid-sy4moW0961 .mbr-section-btn {
  color: #1d2c35;
}
.cid-sy4moW0961 .card-title,
.cid-sy4moW0961 .card-box {
  color: #1d2c35;
}
.cid-sy4moW0961 .mbr-text,
.cid-sy4moW0961 .link-wrap {
  color: #1d2c35;
}
.cid-t1zMDFRihC {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-t1zMDFRihC h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-t1zMDFRihC .container {
    position: relative;
  }
  .cid-t1zMDFRihC .row {
    margin: 0;
  }
  .cid-t1zMDFRihC h2 {
    margin: 0;
  }
}
.cid-t1zMDFRihC .mbr-section-subtitle {
  color: #e9204f;
}
.cid-t1zMDFRihC .mbr-text {
  margin-top: 1.4rem;
}
.cid-t1zMDFRihC h2 {
  color: #e76307;
}
.cid-sYRclo19Vu {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sYRclo19Vu .mbr-text {
  color: #767676;
}
.cid-sYRclo19Vu .icon-1 {
  color: #e76307;
  font-size: 3.5rem;
}
.cid-sYRclo19Vu .icon-arrow {
  color: #7e7e7e;
  font-size: 1.8rem !important;
}
.cid-sYRclo19Vu .link {
  margin: 0;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
@media (min-width: 767px) {
  .cid-sYRclo19Vu .card {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .cid-sYRclo19Vu .row {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-sYRclo19Vu .link a:after {
    right: 0;
    margin: auto;
  }
}
.cid-sYRclo19Vu .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-sYRclo19Vu .card {
    margin-bottom: 2rem;
  }
}
.cid-sYRclo19Vu .text-link {
  font-weight: 800 !important;
}
.cid-sYRclo19Vu .card-inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #f3f3f3;
  padding: 2rem 1.8rem;
  position: relative;
  overflow: hidden;
}
.cid-sYRclo19Vu .card-img {
  opacity: 0;
  left: -40px;
  top: 20%;
  position: absolute;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-sYRclo19Vu .card-icon {
  display: flex;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-sYRclo19Vu .card:hover .card-inner {
  background-color: #e2c225;
}
.cid-sYRclo19Vu .card:hover .icon-arrow {
  color: #fff;
}
.cid-sYRclo19Vu .card:hover .text-link {
  color: #fff !important;
}
.cid-sYRclo19Vu .card:hover .card-img {
  opacity: 1;
  left: -10px;
}
.cid-sYRclo19Vu .card:hover .link {
  transform: translateX(42px);
}
.cid-sYRclo19Vu .card:hover .card-icon {
  transform: translateX(10px);
}
.cid-sYRclo19Vu h5 {
  color: #101010;
  font-weight: 800;
}
.cid-uc7u0ELbR0 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background: #dde8bb;
}
.cid-uc7u0ELbR0 .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uc7u0ELbR0 .team-card:hover {
  transform: translateY(-10px);
}
.cid-uc7u0ELbR0 .card-wrapper {
  display: flex;
  overflow: visible;
}
@media (max-width: 1400px) {
  .cid-uc7u0ELbR0 .col-lg-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-uc7u0ELbR0 .main-icon {
  font-size: 5rem;
  color: #6f5ad3;
  padding-right: 0rem;
  margin-top: -1rem;
  margin-right: -1rem;
  display: block;
}
.cid-uc7u0ELbR0 img {
  transform: scale(1.1);
  transition: all 0.3s;
}
.cid-uc7u0ELbR0 .image-wrap {
  overflow: hidden;
  width: 50%;
}
@media (max-width: 767px) {
  .cid-uc7u0ELbR0 .image-wrap {
    width: 100%;
  }
}
.cid-uc7u0ELbR0 .icon-plus {
  font-size: 1rem;
  color: currentColor;
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  transition: all 0.3s;
}
.cid-uc7u0ELbR0 .line {
  position: absolute;
  top: 1.5rem;
  left: 50%;
  transform: translate(-50%);
  width: 25px;
  height: 5px;
  background: #ebeaed;
  z-index: 10;
}
@media (max-width: 767px) {
  .cid-uc7u0ELbR0 .line {
    display: none;
  }
}
.cid-uc7u0ELbR0 .container {
  max-width: 1600px;
}
@media (min-width: 767px) {
  .cid-uc7u0ELbR0 .container {
    padding: 0 3rem;
  }
}
.cid-uc7u0ELbR0 .content-wrap {
  padding: 2rem;
}
.cid-uc7u0ELbR0 .icon {
  font-size: 2.5rem;
  color: currentColor;
  padding-bottom: 1rem;
  display: block;
}
.cid-uc7u0ELbR0 .card1 {
  background: #065369;
}
.cid-uc7u0ELbR0 .card2 {
  background: #ffbc1e;
}
.cid-uc7u0ELbR0 .card3 {
  background: #3dc84b;
}
.cid-uc7u0ELbR0 .card-wrap {
  position: relative;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uc7u0ELbR0 .card-wrap {
    flex-direction: column;
  }
}
.cid-uc7u0ELbR0 .card-wrap:hover img {
  transform: scale(1);
}
.cid-uc7u0ELbR0 .card-wrap:hover .icon-plus {
  transform: rotate(90deg);
  transform-origin: center;
}
.cid-uc7u0ELbR0 .card-wrap .image-wrap img {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uc7u0ELbR0 .content-wrap {
    padding: 4rem 1rem;
    text-align: center;
  }
  .cid-uc7u0ELbR0 .card-wrapper {
    flex-direction: column;
  }
  .cid-uc7u0ELbR0 .icon,
  .cid-uc7u0ELbR0 .card-box {
    margin: 0rem;
  }
  .cid-uc7u0ELbR0 .main-icon {
    margin: auto;
    margin-bottom: 1rem!important;
  }
  .cid-uc7u0ELbR0 .align-left {
    text-align: center;
  }
}
.cid-uc7u0ELbR0 .card-title,
.cid-uc7u0ELbR0 .icon,
.cid-uc7u0ELbR0 .icon-plus {
  color: #ffffff;
}
.cid-uc7u0ELbR0 .mbr-role {
  color: #ffffff;
}
.cid-uc7u0ELbR0 .main-title {
  color: #69801d;
  text-align: center;
}
.cid-uZ2TL9pqs3 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uZ2TL9pqs3 .mbr-section-title {
  color: #8ba926;
  text-align: center;
}
.cid-uZ2TL9pqs3 .mbr-text {
  color: #191f23;
}
.cid-uZ2TL9pqs3 .mbr-section-subtitle {
  color: #232226;
  text-align: center;
}
.cid-uZ2TL9pqs3 .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #e47524;
}
.cid-uZ2TL9pqs3 .svg-top .st0 {
  fill: #ffffff;
}
@media (max-width: 992px) {
  .cid-uZ2TL9pqs3 .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-uZ2V892vVB {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZ2V892vVB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ2V892vVB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ2V892vVB .item {
  margin-bottom: 46px;
}
@media (max-width: 992px) {
  .cid-uZ2V892vVB .item {
    margin-bottom: 16px;
  }
}
.cid-uZ2V892vVB .item .item-wrapper .item-img img {
  height: 420px;
  object-fit: cover;
  transform: rotate(6deg);
}
@media (max-width: 992px) {
  .cid-uZ2V892vVB .item .item-wrapper .item-img img {
    transform: none;
    height: 250px;
  }
}
.cid-uZ2V892vVB .item .card_1 {
  padding: 40px 32px 0 64px;
}
@media (max-width: 992px) {
  .cid-uZ2V892vVB .item .card_1 {
    padding: 0;
  }
}
.cid-uZ2V892vVB .item .card_1 .item-img img {
  height: 380px;
}
@media (max-width: 992px) {
  .cid-uZ2V892vVB .item .card_1 .item-img img {
    height: 250px;
  }
}
.cid-uZ2V892vVB .desc-wrapper .desc-wrap {
  display: inline-flex;
  width: 50%;
  position: relative;
  padding: 46px 32px;
  background-color: #ffffff;
  margin-top: -5rem;
  transform: rotate(-6deg);
}
@media (max-width: 992px) {
  .cid-uZ2V892vVB .desc-wrapper .desc-wrap {
    margin-left: 0;
    padding: 32px 22px;
    width: 100%;
    margin-top: 0;
    transform: none;
  }
}
.cid-uZ2V892vVB .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uZ2V892vVB .mbr-desc,
.cid-uZ2V892vVB .desc-wrapper {
  color: #8ba926;
  text-align: right;
}
.cid-uSUlHRtSkt {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #e8e9d8;
}
.cid-uSUlHRtSkt .image {
  width: 100%;
  perspective: 700px;
}
.cid-uSUlHRtSkt .image img {
  transition: transform 0.5s;
  object-fit: cover;
  border-radius: 6px;
}
.cid-uSUlHRtSkt .image img:hover {
  transform: rotateX(-10deg);
}
.cid-uSUlHRtSkt .image2 {
  width: 100%;
}
.cid-uSUlHRtSkt .image2 img {
  object-fit: cover;
  border-radius: 6px;
}
.cid-uSUlHRtSkt .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 10px;
}
.cid-uSUlHRtSkt .mbr-section-btn {
  margin-top: 30px;
}
.cid-uSUlHRtSkt .btn {
  margin-top: 0;
}
@media (min-width: 1250px) {
  .cid-uSUlHRtSkt .lg-push-1 {
    left: 8.33333333%;
  }
}
@media (max-width: 767px) {
  .cid-uSUlHRtSkt .image {
    margin-bottom: 20px;
  }
}
.cid-uSUlHRtSkt .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-uSUlHRtSkt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSUlHRtSkt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSUlHRtSkt .mbr-section-title {
  color: #e47524;
}
.cid-ugmgAV9kYj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ugmgAV9kYj .mbr-section-title {
  color: #e47524;
  text-align: center;
}
.cid-ugmgAV9kYj .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-ugmgAV9kYj .mbr-section-subtitle {
  color: #d4712b;
}
.cid-ugmgAV9kYj .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #e47524;
}
.cid-ugmgAV9kYj .svg-top .st0 {
  fill: #ffffff;
}
@media (max-width: 992px) {
  .cid-ugmgAV9kYj .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-uF9jOmF4cN {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uF9jOmF4cN .mbr-section-title {
  color: #8ba926;
  text-align: center;
}
.cid-uF9jOmF4cN .mbr-text {
  color: #191f23;
}
.cid-uF9jOmF4cN .mbr-section-subtitle {
  color: #232226;
  text-align: center;
}
.cid-uF9jOmF4cN .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #e47524;
}
.cid-uF9jOmF4cN .svg-top .st0 {
  fill: #ffffff;
}
@media (max-width: 992px) {
  .cid-uF9jOmF4cN .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-uF9jKOvW5E {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uF9jKOvW5E .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uF9jKOvW5E .mbr-section-subtitle {
  margin-top: 30px;
}
.cid-uF9jKOvW5E .title__block {
  padding-bottom: 40px;
}
.cid-uF9jKOvW5E .image {
  width: 100%;
  perspective: 700px;
}
.cid-uF9jKOvW5E .image img {
  transition: transform 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}
.cid-uF9jKOvW5E .image img:hover {
  transform: rotateX(-10deg);
}
.cid-uF9jKOvW5E .text__block {
  margin-top: 25px;
}
.cid-uF9jKOvW5E .card__text {
  display: block;
  color: #444345;
  line-height: 1.25;
  margin-bottom: 0;
}
.cid-uF9jKOvW5E .content__block {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-uF9jKOvW5E .title__block {
    padding-bottom: 30px;
  }
}
.cid-uF9k22uQzG {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background: #dde8bb;
}
.cid-uF9k22uQzG .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uF9k22uQzG .team-card:hover {
  transform: translateY(-10px);
}
.cid-uF9k22uQzG .card-wrapper {
  display: flex;
  overflow: visible;
}
@media (max-width: 1400px) {
  .cid-uF9k22uQzG .col-lg-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-uF9k22uQzG .main-icon {
  font-size: 5rem;
  color: #6f5ad3;
  padding-right: 0rem;
  margin-top: -1rem;
  margin-right: -1rem;
  display: block;
}
.cid-uF9k22uQzG img {
  transform: scale(1.1);
  transition: all 0.3s;
}
.cid-uF9k22uQzG .image-wrap {
  overflow: hidden;
  width: 50%;
}
@media (max-width: 767px) {
  .cid-uF9k22uQzG .image-wrap {
    width: 100%;
  }
}
.cid-uF9k22uQzG .icon-plus {
  font-size: 1rem;
  color: currentColor;
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  transition: all 0.3s;
}
.cid-uF9k22uQzG .line {
  position: absolute;
  top: 1.5rem;
  left: 50%;
  transform: translate(-50%);
  width: 25px;
  height: 5px;
  background: #ebeaed;
  z-index: 10;
}
@media (max-width: 767px) {
  .cid-uF9k22uQzG .line {
    display: none;
  }
}
.cid-uF9k22uQzG .container {
  max-width: 1600px;
}
@media (min-width: 767px) {
  .cid-uF9k22uQzG .container {
    padding: 0 3rem;
  }
}
.cid-uF9k22uQzG .content-wrap {
  padding: 2rem;
}
.cid-uF9k22uQzG .icon {
  font-size: 2.5rem;
  color: currentColor;
  padding-bottom: 1rem;
  display: block;
}
.cid-uF9k22uQzG .card1 {
  background: #065369;
}
.cid-uF9k22uQzG .card2 {
  background: #ffbc1e;
}
.cid-uF9k22uQzG .card3 {
  background: #3dc84b;
}
.cid-uF9k22uQzG .card-wrap {
  position: relative;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uF9k22uQzG .card-wrap {
    flex-direction: column;
  }
}
.cid-uF9k22uQzG .card-wrap:hover img {
  transform: scale(1);
}
.cid-uF9k22uQzG .card-wrap:hover .icon-plus {
  transform: rotate(90deg);
  transform-origin: center;
}
.cid-uF9k22uQzG .card-wrap .image-wrap img {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uF9k22uQzG .content-wrap {
    padding: 4rem 1rem;
    text-align: center;
  }
  .cid-uF9k22uQzG .card-wrapper {
    flex-direction: column;
  }
  .cid-uF9k22uQzG .icon,
  .cid-uF9k22uQzG .card-box {
    margin: 0rem;
  }
  .cid-uF9k22uQzG .main-icon {
    margin: auto;
    margin-bottom: 1rem!important;
  }
  .cid-uF9k22uQzG .align-left {
    text-align: center;
  }
}
.cid-uF9k22uQzG .card-title,
.cid-uF9k22uQzG .icon,
.cid-uF9k22uQzG .icon-plus {
  color: #ffffff;
}
.cid-uF9k22uQzG .mbr-role {
  color: #ffffff;
}
.cid-uF9k22uQzG .main-title {
  color: #69801d;
  text-align: center;
}
.cid-uCvYjEG01h {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ebeaed;
}
.cid-uCvYjEG01h .mbr-section-title {
  color: #8ba926;
  text-align: center;
}
.cid-uCvYjEG01h .mbr-text {
  color: #191f23;
}
.cid-uCvYjEG01h .mbr-section-subtitle {
  color: #232226;
  text-align: center;
}
.cid-uCvYjEG01h .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #e47524;
}
.cid-uCvYjEG01h .svg-top .st0 {
  fill: #ebeaed;
}
@media (max-width: 992px) {
  .cid-uCvYjEG01h .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-uCvYqV7DGw {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ebeaed;
}
.cid-uCvYqV7DGw .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uCvYqV7DGw .mbr-section-subtitle {
  margin-top: 30px;
}
.cid-uCvYqV7DGw .title__block {
  padding-bottom: 40px;
}
.cid-uCvYqV7DGw .image {
  width: 100%;
  perspective: 700px;
}
.cid-uCvYqV7DGw .image img {
  transition: transform 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}
.cid-uCvYqV7DGw .image img:hover {
  transform: rotateX(-10deg);
}
.cid-uCvYqV7DGw .text__block {
  margin-top: 25px;
}
.cid-uCvYqV7DGw .card__text {
  display: block;
  color: #444345;
  line-height: 1.25;
  margin-bottom: 0;
}
.cid-uCvYqV7DGw .content__block {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-uCvYqV7DGw .title__block {
    padding-bottom: 30px;
  }
}
.cid-uxMXIml8nn {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uxMXIml8nn .mbr-section-title {
  color: #8ba926;
  text-align: center;
}
.cid-uxMXIml8nn .mbr-text {
  color: #191f23;
}
.cid-uxMXIml8nn .mbr-section-subtitle {
  color: #232226;
  text-align: center;
}
.cid-uxMXIml8nn .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #e47524;
}
.cid-uxMXIml8nn .svg-top .st0 {
  fill: #ffffff;
}
@media (max-width: 992px) {
  .cid-uxMXIml8nn .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-uxMXJKmIYG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uxMXJKmIYG .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uxMXJKmIYG .mbr-section-subtitle {
  margin-top: 30px;
}
.cid-uxMXJKmIYG .title__block {
  padding-bottom: 40px;
}
.cid-uxMXJKmIYG .image {
  width: 100%;
  perspective: 700px;
}
.cid-uxMXJKmIYG .image img {
  transition: transform 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}
.cid-uxMXJKmIYG .image img:hover {
  transform: rotateX(-10deg);
}
.cid-uxMXJKmIYG .text__block {
  margin-top: 25px;
}
.cid-uxMXJKmIYG .card__text {
  display: block;
  color: #444345;
  line-height: 1.25;
  margin-bottom: 0;
}
.cid-uxMXJKmIYG .content__block {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-uxMXJKmIYG .title__block {
    padding-bottom: 30px;
  }
}
.cid-uxMYqJ9AJs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uxMYqJ9AJs .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uxMYqJ9AJs .mbr-section-subtitle {
  margin-top: 30px;
}
.cid-uxMYqJ9AJs .title__block {
  padding-bottom: 40px;
}
.cid-uxMYqJ9AJs .image {
  width: 100%;
  perspective: 700px;
}
.cid-uxMYqJ9AJs .image img {
  transition: transform 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}
.cid-uxMYqJ9AJs .image img:hover {
  transform: rotateX(-10deg);
}
.cid-uxMYqJ9AJs .text__block {
  margin-top: 25px;
}
.cid-uxMYqJ9AJs .card__text {
  display: block;
  color: #444345;
  line-height: 1.25;
  margin-bottom: 0;
}
.cid-uxMYqJ9AJs .content__block {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-uxMYqJ9AJs .title__block {
    padding-bottom: 30px;
  }
}
.cid-uxMYQftcTc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uxMYQftcTc .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uxMYQftcTc .mbr-section-subtitle {
  margin-top: 30px;
}
.cid-uxMYQftcTc .title__block {
  padding-bottom: 40px;
}
.cid-uxMYQftcTc .image {
  width: 100%;
  perspective: 700px;
}
.cid-uxMYQftcTc .image img {
  transition: transform 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}
.cid-uxMYQftcTc .image img:hover {
  transform: rotateX(-10deg);
}
.cid-uxMYQftcTc .text__block {
  margin-top: 25px;
}
.cid-uxMYQftcTc .card__text {
  display: block;
  color: #444345;
  line-height: 1.25;
  margin-bottom: 0;
}
.cid-uxMYQftcTc .content__block {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-uxMYQftcTc .title__block {
    padding-bottom: 30px;
  }
}
.cid-uxMZearMqL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uxMZearMqL .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uxMZearMqL .mbr-section-subtitle {
  margin-top: 30px;
}
.cid-uxMZearMqL .title__block {
  padding-bottom: 40px;
}
.cid-uxMZearMqL .image {
  width: 100%;
  perspective: 700px;
}
.cid-uxMZearMqL .image img {
  transition: transform 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}
.cid-uxMZearMqL .image img:hover {
  transform: rotateX(-10deg);
}
.cid-uxMZearMqL .text__block {
  margin-top: 25px;
}
.cid-uxMZearMqL .card__text {
  display: block;
  color: #444345;
  line-height: 1.25;
  margin-bottom: 0;
}
.cid-uxMZearMqL .content__block {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-uxMZearMqL .title__block {
    padding-bottom: 30px;
  }
}
.cid-uxNdsLmPnw {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uxNdsLmPnw .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-uxNdsLmPnw .mbr-text {
  margin-bottom: 20px;
}
.cid-uxNdsLmPnw .wrap {
  margin-bottom: 30px;
}
.cid-uxNdsLmPnw .card__wrap {
  display: flex;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uxNdsLmPnw .card__wrap:hover .author,
.cid-uxNdsLmPnw .card__wrap:hover .date,
.cid-uxNdsLmPnw .card__wrap:hover .category__content,
.cid-uxNdsLmPnw .card__wrap:hover .category__estimate,
.cid-uxNdsLmPnw .card__wrap:hover .content__title,
.cid-uxNdsLmPnw .card__wrap:hover .mbr-section-btn2 .btn {
  color: #fff !important;
}
.cid-uxNdsLmPnw .card__wrap:hover .image img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-uxNdsLmPnw .card__wrap:hover .image__post img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-uxNdsLmPnw .card__wrap:hover .card__post {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-uxNdsLmPnw .image {
  overflow: hidden;
  height: 360px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.cid-uxNdsLmPnw .image img {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.cid-uxNdsLmPnw .image:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.45;
  background-color: #17161a;
  z-index: 5;
  pointer-events: none;
  border-radius: 4px;
}
.cid-uxNdsLmPnw .card__post {
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  padding: 30px;
  z-index: 5;
  opacity: 0;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: translateY(-10px);
}
.cid-uxNdsLmPnw .image__post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-uxNdsLmPnw .image__post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uxNdsLmPnw .author__post {
  display: inline-block;
  white-space: nowrap;
  pointer-events: all;
}
.cid-uxNdsLmPnw .card__content {
  padding: 30px;
  position: absolute;
  bottom: 0;
  top: 86px;
  left: 0;
  align-self: flex-end;
  z-index: 5;
  pointer-events: none;
  top: 0;
}
.cid-uxNdsLmPnw .card__content > div {
  pointer-events: all;
}
.cid-uxNdsLmPnw .card__content .mbr-section-btn2 {
  position: absolute;
  bottom: 30px;
  left: 30px;
  z-index: 7;
  pointer-events: all;
  width: calc(100% - 45px);
}
.cid-uxNdsLmPnw .card__content .mbr-section-btn2 .btn {
  transition-duration: 0s;
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
  margin-left: 0;
}
.cid-uxNdsLmPnw .card__content .mbr-section-btn2 .btn .mbr-iconfont {
  font-size: 15px;
}
.cid-uxNdsLmPnw .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #e47524;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-uxNdsLmPnw .content__title {
  margin: 12px 0;
  pointer-events: all;
}
@media (max-width: 575px) {
  .cid-uxNdsLmPnw .mbr-section-btn .btn {
    margin-bottom: 0;
  }
}
.cid-uxNdsLmPnw .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-uxNdsLmPnw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxNdsLmPnw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udqJfloDMt {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ebeaed;
}
.cid-udqJfloDMt .mbr-section-title {
  color: #8ba926;
  text-align: center;
}
.cid-udqJfloDMt .mbr-text {
  color: #191f23;
}
.cid-udqJfloDMt .mbr-section-subtitle {
  color: #232226;
  text-align: center;
}
.cid-udqJfloDMt .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #e47524;
}
.cid-udqJfloDMt .svg-top .st0 {
  fill: #ebeaed;
}
@media (max-width: 992px) {
  .cid-udqJfloDMt .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-udqJjXjXQR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ebeaed;
}
.cid-udqJjXjXQR .mbr-section-title {
  margin-bottom: 30px;
}
.cid-udqJjXjXQR .mbr-section-subtitle {
  margin-top: 30px;
}
.cid-udqJjXjXQR .title__block {
  padding-bottom: 40px;
}
.cid-udqJjXjXQR .image {
  width: 100%;
  perspective: 700px;
}
.cid-udqJjXjXQR .image img {
  transition: transform 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}
.cid-udqJjXjXQR .image img:hover {
  transform: rotateX(-10deg);
}
.cid-udqJjXjXQR .text__block {
  margin-top: 25px;
}
.cid-udqJjXjXQR .card__text {
  display: block;
  color: #444345;
  line-height: 1.25;
  margin-bottom: 0;
}
.cid-udqJjXjXQR .content__block {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-udqJjXjXQR .title__block {
    padding-bottom: 30px;
  }
}
.cid-udqJxb16Yq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ebeaed;
}
.cid-udqJxb16Yq .mbr-section-title {
  margin-bottom: 30px;
}
.cid-udqJxb16Yq .mbr-section-subtitle {
  margin-top: 30px;
}
.cid-udqJxb16Yq .title__block {
  padding-bottom: 40px;
}
.cid-udqJxb16Yq .image {
  width: 100%;
  perspective: 700px;
}
.cid-udqJxb16Yq .image img {
  transition: transform 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}
.cid-udqJxb16Yq .image img:hover {
  transform: rotateX(-10deg);
}
.cid-udqJxb16Yq .text__block {
  margin-top: 25px;
}
.cid-udqJxb16Yq .card__text {
  display: block;
  color: #444345;
  line-height: 1.25;
  margin-bottom: 0;
}
.cid-udqJxb16Yq .content__block {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-udqJxb16Yq .title__block {
    padding-bottom: 30px;
  }
}
.cid-udqJLCbLrH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ebeaed;
}
.cid-udqJLCbLrH .mbr-section-title {
  margin-bottom: 30px;
}
.cid-udqJLCbLrH .mbr-section-subtitle {
  margin-top: 30px;
}
.cid-udqJLCbLrH .title__block {
  padding-bottom: 40px;
}
.cid-udqJLCbLrH .image {
  width: 100%;
  perspective: 700px;
}
.cid-udqJLCbLrH .image img {
  transition: transform 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}
.cid-udqJLCbLrH .image img:hover {
  transform: rotateX(-10deg);
}
.cid-udqJLCbLrH .text__block {
  margin-top: 25px;
}
.cid-udqJLCbLrH .card__text {
  display: block;
  color: #444345;
  line-height: 1.25;
  margin-bottom: 0;
}
.cid-udqJLCbLrH .content__block {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-udqJLCbLrH .title__block {
    padding-bottom: 30px;
  }
}
.cid-ucG0m42Y8R {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ucG0m42Y8R .mbr-section-title {
  color: #8ba926;
  text-align: center;
}
.cid-ucG0m42Y8R .mbr-text {
  color: #191f23;
}
.cid-ucG0m42Y8R .mbr-section-subtitle {
  color: #232226;
}
.cid-ucG0m42Y8R .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #e47524;
}
.cid-ucG0m42Y8R .svg-top .st0 {
  fill: #ffffff;
}
@media (max-width: 992px) {
  .cid-ucG0m42Y8R .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-udruCjfio1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-udruCjfio1 .mbr-section-title {
  margin-bottom: 30px;
}
.cid-udruCjfio1 .mbr-section-subtitle {
  margin-top: 30px;
}
.cid-udruCjfio1 .title__block {
  padding-bottom: 40px;
}
.cid-udruCjfio1 .image {
  width: 100%;
  perspective: 700px;
}
.cid-udruCjfio1 .image img {
  transition: transform 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}
.cid-udruCjfio1 .image img:hover {
  transform: rotateX(-10deg);
}
.cid-udruCjfio1 .text__block {
  margin-top: 25px;
}
.cid-udruCjfio1 .card__text {
  display: block;
  color: #444345;
  line-height: 1.25;
  margin-bottom: 0;
}
.cid-udruCjfio1 .content__block {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-udruCjfio1 .title__block {
    padding-bottom: 30px;
  }
}
.cid-ucG0jOGJn7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ucG0jOGJn7 .mbr-section-title {
  margin-bottom: 30px;
}
.cid-ucG0jOGJn7 .mbr-section-subtitle {
  margin-top: 30px;
}
.cid-ucG0jOGJn7 .title__block {
  padding-bottom: 40px;
}
.cid-ucG0jOGJn7 .image {
  width: 100%;
  perspective: 700px;
}
.cid-ucG0jOGJn7 .image img {
  transition: transform 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}
.cid-ucG0jOGJn7 .image img:hover {
  transform: rotateX(-10deg);
}
.cid-ucG0jOGJn7 .text__block {
  margin-top: 25px;
}
.cid-ucG0jOGJn7 .card__text {
  display: block;
  color: #444345;
  line-height: 1.25;
  margin-bottom: 0;
}
.cid-ucG0jOGJn7 .content__block {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-ucG0jOGJn7 .title__block {
    padding-bottom: 30px;
  }
}
.cid-ucGFN8M9QY {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ucGFN8M9QY .mbr-media {
  position: relative;
}
.cid-ucGFN8M9QY .mbr-media img {
  width: 100%;
  object-fit: cover;
  height: 600px;
}
@media (max-width: 767px) {
  .cid-ucGFN8M9QY .mbr-media img {
    height: 400px;
  }
}
.cid-ucGFN8M9QY a:hover {
  background-image: none !important;
}
.cid-ucGFN8M9QY .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-ucGFN8M9QY .mbr-media span {
  font-size: 5rem;
  color: #e47524;
  transition: all 0.2s;
}
.cid-ucGFN8M9QY .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-ucGFN8M9QY .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-ucGFN8M9QY .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-ucGFN8M9QY .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-ucGFN8M9QY .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ucGFN8M9QY .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucGFN8M9QY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucGFN8M9QY .content-head {
  max-width: 800px;
}
.cid-ucGFN8M9QY .mbr-section-title {
  color: #ffffff;
}
.cid-utnvhpVWM2 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f5f7fd;
}
.cid-utnvhpVWM2 .mbr-section-title {
  color: #8ba926;
  text-align: center;
}
.cid-utnvhpVWM2 .mbr-text {
  color: #191f23;
}
.cid-utnvhpVWM2 .mbr-section-subtitle {
  color: #232226;
  text-align: center;
}
.cid-utnvhpVWM2 .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #e47524;
}
.cid-utnvhpVWM2 .svg-top .st0 {
  fill: #f5f7fd;
}
@media (max-width: 992px) {
  .cid-utnvhpVWM2 .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-uc7uUNSRlJ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f5f7fd;
}
.cid-uc7uUNSRlJ .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-uc7uUNSRlJ .mbr-section-btn .btn-secondary-outline:hover {
  color: #e47524 !important;
}
.cid-uc7uUNSRlJ .wrap {
  align-items: center;
}
.cid-uc7uUNSRlJ .wrap:hover .card__wrap .image img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-uc7uUNSRlJ .wrap:hover .card__post {
  opacity: 1;
  transform: translateY(0);
}
.cid-uc7uUNSRlJ .wrap:hover .image__post img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-uc7uUNSRlJ .wrap:hover .mbr-section-title {
  color: #e47524;
}
.cid-uc7uUNSRlJ .card__wrap {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}
.cid-uc7uUNSRlJ .image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.cid-uc7uUNSRlJ .image img {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  width: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.cid-uc7uUNSRlJ .card__post {
  opacity: 0;
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  padding: 30px;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: translateY(-10px);
}
.cid-uc7uUNSRlJ .image__post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-uc7uUNSRlJ .image__post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uc7uUNSRlJ .author__post {
  display: inline-block;
  white-space: nowrap;
  pointer-events: all;
}
.cid-uc7uUNSRlJ .card__content {
  padding: 20px;
}
.cid-uc7uUNSRlJ .card__topic {
  margin-bottom: 15px;
}
.cid-uc7uUNSRlJ .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uc7uUNSRlJ .mbr-text {
  margin-bottom: 10px;
}
.cid-uc7uUNSRlJ .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #e47524;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-uc7uUNSRlJ .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-uc7uUNSRlJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uc7uUNSRlJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utnwQQAAbo {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background: #dde8bb;
}
.cid-utnwQQAAbo .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-utnwQQAAbo .team-card:hover {
  transform: translateY(-10px);
}
.cid-utnwQQAAbo .card-wrapper {
  display: flex;
  overflow: visible;
}
@media (max-width: 1400px) {
  .cid-utnwQQAAbo .col-lg-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-utnwQQAAbo .main-icon {
  font-size: 5rem;
  color: #6f5ad3;
  padding-right: 0rem;
  margin-top: -1rem;
  margin-right: -1rem;
  display: block;
}
.cid-utnwQQAAbo img {
  transform: scale(1.1);
  transition: all 0.3s;
}
.cid-utnwQQAAbo .image-wrap {
  overflow: hidden;
  width: 50%;
}
@media (max-width: 767px) {
  .cid-utnwQQAAbo .image-wrap {
    width: 100%;
  }
}
.cid-utnwQQAAbo .icon-plus {
  font-size: 1rem;
  color: currentColor;
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  transition: all 0.3s;
}
.cid-utnwQQAAbo .line {
  position: absolute;
  top: 1.5rem;
  left: 50%;
  transform: translate(-50%);
  width: 25px;
  height: 5px;
  background: #ebeaed;
  z-index: 10;
}
@media (max-width: 767px) {
  .cid-utnwQQAAbo .line {
    display: none;
  }
}
.cid-utnwQQAAbo .container {
  max-width: 1600px;
}
@media (min-width: 767px) {
  .cid-utnwQQAAbo .container {
    padding: 0 3rem;
  }
}
.cid-utnwQQAAbo .content-wrap {
  padding: 2rem;
}
.cid-utnwQQAAbo .icon {
  font-size: 2.5rem;
  color: currentColor;
  padding-bottom: 1rem;
  display: block;
}
.cid-utnwQQAAbo .card1 {
  background: #065369;
}
.cid-utnwQQAAbo .card2 {
  background: #ffbc1e;
}
.cid-utnwQQAAbo .card3 {
  background: #3dc84b;
}
.cid-utnwQQAAbo .card-wrap {
  position: relative;
  display: flex;
}
@media (max-width: 767px) {
  .cid-utnwQQAAbo .card-wrap {
    flex-direction: column;
  }
}
.cid-utnwQQAAbo .card-wrap:hover img {
  transform: scale(1);
}
.cid-utnwQQAAbo .card-wrap:hover .icon-plus {
  transform: rotate(90deg);
  transform-origin: center;
}
.cid-utnwQQAAbo .card-wrap .image-wrap img {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-utnwQQAAbo .content-wrap {
    padding: 4rem 1rem;
    text-align: center;
  }
  .cid-utnwQQAAbo .card-wrapper {
    flex-direction: column;
  }
  .cid-utnwQQAAbo .icon,
  .cid-utnwQQAAbo .card-box {
    margin: 0rem;
  }
  .cid-utnwQQAAbo .main-icon {
    margin: auto;
    margin-bottom: 1rem!important;
  }
  .cid-utnwQQAAbo .align-left {
    text-align: center;
  }
}
.cid-utnwQQAAbo .card-title,
.cid-utnwQQAAbo .icon,
.cid-utnwQQAAbo .icon-plus {
  color: #ffffff;
}
.cid-utnwQQAAbo .mbr-role {
  color: #ffffff;
}
.cid-utnwQQAAbo .main-title {
  color: #69801d;
  text-align: center;
}
.cid-tED8IzZLeH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tED8IzZLeH .mbr-section-title {
  color: #1a449a;
}
.cid-tED8IzZLeH .mbr-text {
  color: #191f23;
}
.cid-tED8IzZLeH .mbr-section-subtitle {
  color: #d4712b;
}
.cid-tED8IzZLeH .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #e47524;
}
.cid-tED8IzZLeH .svg-top .st0 {
  fill: #ffffff;
}
@media (max-width: 992px) {
  .cid-tED8IzZLeH .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-tZ6iD3A1xR {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tZ6iD3A1xR .mbr-section-title {
  color: #1a449a;
}
.cid-tZ6iD3A1xR .mbr-text {
  color: #e47524;
  text-align: center;
}
.cid-tZ6iD3A1xR .mbr-section-subtitle {
  color: #d4712b;
}
.cid-tZ6iD3A1xR .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #e47524;
}
.cid-tZ6iD3A1xR .svg-top .st0 {
  fill: #ffffff;
}
@media (max-width: 992px) {
  .cid-tZ6iD3A1xR .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-u6hrWRAG5U {
  padding-top: 0rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-u6hrWRAG5U .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6hrWRAG5U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6hrWRAG5U .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u6hrWRAG5U .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u6hrWRAG5U .container {
    padding: 0 30px;
  }
}
.cid-u6hrWRAG5U .text-wrapper {
  padding: 0 18px 0 50px;
  display: flex;
  align-items: flex-end;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u6hrWRAG5U .text-wrapper {
    padding: 0 30px;
    height: auto;
  }
}
.cid-u6hrWRAG5U .text-wrapper .text-wrap .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u6hrWRAG5U .text-wrapper .text-wrap .mbr-text {
    margin-bottom: 50px;
  }
}
.cid-u6hrWRAG5U .image-wrapper img {
  height: 300px;
  object-fit: cover;
  border-top-left-radius: 3em;
  border-bottom-left-radius: 3em;
}
.cid-u6hrWRAG5U .mbr-text {
  color: #191f23;
}
.cid-tZ6iG6tQIF {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ebeaed;
}
.cid-tZ6iG6tQIF .mbr-section-title {
  color: #8ba926;
  text-align: center;
}
.cid-tZ6iG6tQIF .mbr-text {
  color: #8ba926;
  text-align: center;
}
.cid-tZ6iG6tQIF .mbr-section-subtitle {
  color: #d4712b;
}
.cid-tZ6iG6tQIF .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #e47524;
}
.cid-tZ6iG6tQIF .svg-top .st0 {
  fill: #ebeaed;
}
@media (max-width: 992px) {
  .cid-tZ6iG6tQIF .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-tZ6iOT6BzU {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ebeaed;
}
.cid-tZ6iOT6BzU .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tZ6iOT6BzU .mbr-section-subtitle {
  margin-top: 30px;
}
.cid-tZ6iOT6BzU .title__block {
  padding-bottom: 40px;
}
.cid-tZ6iOT6BzU .image {
  width: 100%;
  perspective: 700px;
}
.cid-tZ6iOT6BzU .image img {
  transition: transform 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}
.cid-tZ6iOT6BzU .image img:hover {
  transform: rotateX(-10deg);
}
.cid-tZ6iOT6BzU .text__block {
  margin-top: 25px;
}
.cid-tZ6iOT6BzU .card__text {
  display: block;
  color: #444345;
  line-height: 1.25;
  margin-bottom: 0;
}
.cid-tZ6iOT6BzU .content__block {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-tZ6iOT6BzU .title__block {
    padding-bottom: 30px;
  }
}
.cid-tZ6AchvefS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ebeaed;
}
.cid-tZ6AchvefS .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tZ6AchvefS .mbr-section-subtitle {
  margin-top: 30px;
}
.cid-tZ6AchvefS .title__block {
  padding-bottom: 40px;
}
.cid-tZ6AchvefS .image {
  width: 100%;
  perspective: 700px;
}
.cid-tZ6AchvefS .image img {
  transition: transform 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}
.cid-tZ6AchvefS .image img:hover {
  transform: rotateX(-10deg);
}
.cid-tZ6AchvefS .text__block {
  margin-top: 25px;
}
.cid-tZ6AchvefS .card__text {
  display: block;
  color: #444345;
  line-height: 1.25;
  margin-bottom: 0;
}
.cid-tZ6AchvefS .content__block {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-tZ6AchvefS .title__block {
    padding-bottom: 30px;
  }
}
.cid-tZ6AzufLXI {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ebeaed;
}
.cid-tZ6AzufLXI .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tZ6AzufLXI .mbr-section-subtitle {
  margin-top: 30px;
}
.cid-tZ6AzufLXI .title__block {
  padding-bottom: 40px;
}
.cid-tZ6AzufLXI .image {
  width: 100%;
  perspective: 700px;
}
.cid-tZ6AzufLXI .image img {
  transition: transform 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}
.cid-tZ6AzufLXI .image img:hover {
  transform: rotateX(-10deg);
}
.cid-tZ6AzufLXI .text__block {
  margin-top: 25px;
}
.cid-tZ6AzufLXI .card__text {
  display: block;
  color: #444345;
  line-height: 1.25;
  margin-bottom: 0;
}
.cid-tZ6AzufLXI .content__block {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-tZ6AzufLXI .title__block {
    padding-bottom: 30px;
  }
}
.cid-tAzxbNx1gz {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tAzxbNx1gz .mbr-section-title {
  color: #1a449a;
}
.cid-tAzxbNx1gz .mbr-text {
  color: #191f23;
}
.cid-tAzxbNx1gz .mbr-section-subtitle {
  color: #d4712b;
}
.cid-tAzxbNx1gz .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #e47524;
}
.cid-tAzxbNx1gz .svg-top .st0 {
  fill: #ffffff;
}
@media (max-width: 992px) {
  .cid-tAzxbNx1gz .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-tGZYM9JLrV {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tGZYM9JLrV .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tGZYM9JLrV .mbr-section-subtitle {
  margin-top: 30px;
}
.cid-tGZYM9JLrV .title__block {
  padding-bottom: 40px;
}
.cid-tGZYM9JLrV .image {
  width: 100%;
  perspective: 700px;
}
.cid-tGZYM9JLrV .image img {
  transition: transform 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}
.cid-tGZYM9JLrV .image img:hover {
  transform: rotateX(-10deg);
}
.cid-tGZYM9JLrV .text__block {
  margin-top: 25px;
}
.cid-tGZYM9JLrV .card__text {
  display: block;
  color: #444345;
  line-height: 1.25;
  margin-bottom: 0;
}
.cid-tGZYM9JLrV .content__block {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-tGZYM9JLrV .title__block {
    padding-bottom: 30px;
  }
}
.cid-tH00BEVSNi {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tH00BEVSNi .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tH00BEVSNi .mbr-section-subtitle {
  margin-top: 30px;
}
.cid-tH00BEVSNi .title__block {
  padding-bottom: 40px;
}
.cid-tH00BEVSNi .image {
  width: 100%;
  perspective: 700px;
}
.cid-tH00BEVSNi .image img {
  transition: transform 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}
.cid-tH00BEVSNi .image img:hover {
  transform: rotateX(-10deg);
}
.cid-tH00BEVSNi .text__block {
  margin-top: 25px;
}
.cid-tH00BEVSNi .card__text {
  display: block;
  color: #444345;
  line-height: 1.25;
  margin-bottom: 0;
}
.cid-tH00BEVSNi .content__block {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-tH00BEVSNi .title__block {
    padding-bottom: 30px;
  }
}
.cid-tAzx52Bpei {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tAzx52Bpei .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tAzx52Bpei .mbr-section-subtitle {
  margin-top: 30px;
}
.cid-tAzx52Bpei .title__block {
  padding-bottom: 40px;
}
.cid-tAzx52Bpei .image {
  width: 100%;
  perspective: 700px;
}
.cid-tAzx52Bpei .image img {
  transition: transform 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}
.cid-tAzx52Bpei .image img:hover {
  transform: rotateX(-10deg);
}
.cid-tAzx52Bpei .text__block {
  margin-top: 25px;
}
.cid-tAzx52Bpei .card__text {
  display: block;
  color: #444345;
  line-height: 1.25;
  margin-bottom: 0;
}
.cid-tAzx52Bpei .content__block {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-tAzx52Bpei .title__block {
    padding-bottom: 30px;
  }
}
.cid-tAzz8vNK2z {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tAzz8vNK2z .mbr-section-title {
  color: #1a449a;
}
.cid-tAzz8vNK2z .mbr-text {
  color: #191f23;
}
.cid-tAzz8vNK2z .mbr-section-subtitle {
  color: #d4712b;
}
.cid-tAzz8vNK2z .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #e47524;
}
.cid-tAzz8vNK2z .svg-top .st0 {
  fill: #ffffff;
}
@media (max-width: 992px) {
  .cid-tAzz8vNK2z .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-tpQ0nR2fin {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ebeaed;
}
.cid-tpQ0nR2fin .mbr-section-title {
  color: #1a449a;
}
.cid-tpQ0nR2fin .mbr-text {
  color: #191f23;
}
.cid-tpQ0nR2fin .mbr-section-subtitle {
  color: #d4712b;
}
.cid-tpQ0nR2fin .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #e47524;
}
.cid-tpQ0nR2fin .svg-top .st0 {
  fill: #ebeaed;
}
@media (max-width: 992px) {
  .cid-tpQ0nR2fin .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-tpPZ3XFFoN {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ebeaed;
}
.cid-tpPZ3XFFoN .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tpPZ3XFFoN .mbr-section-subtitle {
  margin-top: 30px;
  text-align: left;
}
.cid-tpPZ3XFFoN .title__block {
  padding-bottom: 40px;
}
.cid-tpPZ3XFFoN .image {
  width: 100%;
  perspective: 700px;
}
.cid-tpPZ3XFFoN .image img {
  transition: transform 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}
.cid-tpPZ3XFFoN .image img:hover {
  transform: rotateX(-10deg);
}
.cid-tpPZ3XFFoN .text__block {
  margin-top: 25px;
}
.cid-tpPZ3XFFoN .card__text {
  display: block;
  color: #444345;
  line-height: 1.25;
  margin-bottom: 0;
}
.cid-tpPZ3XFFoN .content__block {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-tpPZ3XFFoN .title__block {
    padding-bottom: 30px;
  }
}
.cid-tgRIa3eVr1 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #f5f7fd;
}
.cid-tgRIa3eVr1 .mbr-section-title {
  color: #1a449a;
}
.cid-tgRIa3eVr1 .mbr-text {
  color: #191f23;
}
.cid-tgRIa3eVr1 .mbr-section-subtitle {
  color: #d4712b;
}
.cid-tgRIa3eVr1 .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #e47524;
}
.cid-tgRIa3eVr1 .svg-top .st0 {
  fill: #f5f7fd;
}
@media (max-width: 992px) {
  .cid-tgRIa3eVr1 .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-tgRH2Hu2D8 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f5f7fd;
}
.cid-tgRH2Hu2D8 .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tgRH2Hu2D8 .mbr-section-subtitle {
  margin-top: 30px;
}
.cid-tgRH2Hu2D8 .title__block {
  padding-bottom: 40px;
}
.cid-tgRH2Hu2D8 .image {
  width: 100%;
  perspective: 700px;
}
.cid-tgRH2Hu2D8 .image img {
  transition: transform 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}
.cid-tgRH2Hu2D8 .image img:hover {
  transform: rotateX(-10deg);
}
.cid-tgRH2Hu2D8 .text__block {
  margin-top: 25px;
}
.cid-tgRH2Hu2D8 .card__text {
  display: block;
  color: #444345;
  line-height: 1.25;
  margin-bottom: 0;
}
.cid-tgRH2Hu2D8 .content__block {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-tgRH2Hu2D8 .title__block {
    padding-bottom: 30px;
  }
}
.cid-tgRHL4WbRV {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #f5f7fd;
}
.cid-tgRHL4WbRV .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tgRHL4WbRV .mbr-section-subtitle {
  margin-top: 30px;
}
.cid-tgRHL4WbRV .title__block {
  padding-bottom: 40px;
}
.cid-tgRHL4WbRV .image {
  width: 100%;
  perspective: 700px;
}
.cid-tgRHL4WbRV .image img {
  transition: transform 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}
.cid-tgRHL4WbRV .image img:hover {
  transform: rotateX(-10deg);
}
.cid-tgRHL4WbRV .text__block {
  margin-top: 25px;
}
.cid-tgRHL4WbRV .card__text {
  display: block;
  color: #444345;
  line-height: 1.25;
  margin-bottom: 0;
}
.cid-tgRHL4WbRV .content__block {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-tgRHL4WbRV .title__block {
    padding-bottom: 30px;
  }
}
.cid-t8F7KlpB8g {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t8F7KlpB8g .mbr-section-title {
  color: #1a449a;
}
.cid-t8F7KlpB8g .mbr-text {
  color: #191f23;
}
.cid-t8F7KlpB8g .mbr-section-subtitle {
  color: #d4712b;
}
.cid-t8F7KlpB8g .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #e47524;
}
.cid-t8F7KlpB8g .svg-top .st0 {
  fill: #ffffff;
}
@media (max-width: 992px) {
  .cid-t8F7KlpB8g .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-t8F7MCeFJN {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t8F7MCeFJN .mbr-section-title {
  margin-bottom: 30px;
}
.cid-t8F7MCeFJN .mbr-section-subtitle {
  margin-top: 30px;
}
.cid-t8F7MCeFJN .title__block {
  padding-bottom: 40px;
}
.cid-t8F7MCeFJN .image {
  width: 100%;
  perspective: 700px;
}
.cid-t8F7MCeFJN .image img {
  transition: transform 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}
.cid-t8F7MCeFJN .image img:hover {
  transform: rotateX(-10deg);
}
.cid-t8F7MCeFJN .text__block {
  margin-top: 25px;
}
.cid-t8F7MCeFJN .card__text {
  display: block;
  color: #444345;
  line-height: 1.25;
  margin-bottom: 0;
}
.cid-t8F7MCeFJN .content__block {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-t8F7MCeFJN .title__block {
    padding-bottom: 30px;
  }
}
.cid-t8F6Vz1bSj {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ebeaed;
}
.cid-t8F6Vz1bSj .mbr-section-title {
  color: #1a449a;
}
.cid-t8F6Vz1bSj .mbr-text {
  color: #191f23;
}
.cid-t8F6Vz1bSj .mbr-section-subtitle {
  color: #d4712b;
}
.cid-t8F6Vz1bSj .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #e47524;
}
.cid-t8F6Vz1bSj .svg-top .st0 {
  fill: #ebeaed;
}
@media (max-width: 992px) {
  .cid-t8F6Vz1bSj .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-t8F6SxV1NW {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ebeaed;
}
.cid-t8F6SxV1NW .mbr-section-title {
  margin-bottom: 30px;
}
.cid-t8F6SxV1NW .mbr-section-subtitle {
  margin-top: 30px;
}
.cid-t8F6SxV1NW .title__block {
  padding-bottom: 40px;
}
.cid-t8F6SxV1NW .image {
  width: 100%;
  perspective: 700px;
}
.cid-t8F6SxV1NW .image img {
  transition: transform 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}
.cid-t8F6SxV1NW .image img:hover {
  transform: rotateX(-10deg);
}
.cid-t8F6SxV1NW .text__block {
  margin-top: 25px;
}
.cid-t8F6SxV1NW .card__text {
  display: block;
  color: #444345;
  line-height: 1.25;
  margin-bottom: 0;
}
.cid-t8F6SxV1NW .content__block {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-t8F6SxV1NW .title__block {
    padding-bottom: 30px;
  }
}
.cid-t8F6d2K8KE {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffe1cc;
}
.cid-t8F6d2K8KE .mbr-section-title {
  color: #1a449a;
}
.cid-t8F6d2K8KE .mbr-text {
  color: #191f23;
}
.cid-t8F6d2K8KE .mbr-section-subtitle {
  color: #d4712b;
}
.cid-t8F6d2K8KE .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #e47524;
}
.cid-t8F6d2K8KE .svg-top .st0 {
  fill: #ffe1cc;
}
@media (max-width: 992px) {
  .cid-t8F6d2K8KE .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-t8F5U2JhzY {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffe1cc;
}
.cid-t8F5U2JhzY .mbr-section-title {
  margin-bottom: 30px;
}
.cid-t8F5U2JhzY .mbr-section-subtitle {
  margin-top: 30px;
}
.cid-t8F5U2JhzY .title__block {
  padding-bottom: 40px;
}
.cid-t8F5U2JhzY .image {
  width: 100%;
  perspective: 700px;
}
.cid-t8F5U2JhzY .image img {
  transition: transform 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}
.cid-t8F5U2JhzY .image img:hover {
  transform: rotateX(-10deg);
}
.cid-t8F5U2JhzY .text__block {
  margin-top: 25px;
}
.cid-t8F5U2JhzY .card__text {
  display: block;
  color: #444345;
  line-height: 1.25;
  margin-bottom: 0;
}
.cid-t8F5U2JhzY .content__block {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-t8F5U2JhzY .title__block {
    padding-bottom: 30px;
  }
}
.cid-t0UJs8dNeN {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ecfabc;
}
.cid-t0UJs8dNeN .mbr-section-title {
  color: #1a449a;
}
.cid-t0UJs8dNeN .mbr-text {
  color: #191f23;
  text-align: left;
}
.cid-t0UJs8dNeN .mbr-section-subtitle {
  color: #d4712b;
  text-align: center;
}
.cid-t0UJs8dNeN .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #e47524;
}
.cid-t0UJs8dNeN .svg-top .st0 {
  fill: #ecfabc;
}
@media (max-width: 992px) {
  .cid-t0UJs8dNeN .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-t0UJlZInAz {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ecfabc;
}
.cid-t0UJlZInAz img {
  transition: all 0.3s;
}
.cid-t0UJlZInAz img:hover {
  transform: scale(1.1);
}
.cid-t0UJlZInAz img,
.cid-t0UJlZInAz .item-img {
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 1rem;
}
.cid-t0UJlZInAz .item:focus,
.cid-t0UJlZInAz span:focus {
  outline: none;
}
.cid-t0UJlZInAz .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-t0UJlZInAz .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-t0UJlZInAz .mbr-section-btn {
  margin-top: auto !important;
}
.cid-t0UJlZInAz .mbr-section-title {
  color: #103178;
}
.cid-t0UJlZInAz .item-title {
  color: #5b6c8f;
}
.cid-t0UJlZInAz .item-subtitle {
  color: #191f23;
}
.cid-t296Xg2nGg {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #dceefd;
}
.cid-t296Xg2nGg .mbr-section-title {
  color: #1a449a;
}
.cid-t296Xg2nGg .mbr-text {
  color: #191f23;
}
.cid-t296Xg2nGg .mbr-section-subtitle {
  color: #39a5ff;
  text-align: center;
}
.cid-t296Xg2nGg .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #e47524;
}
.cid-t296Xg2nGg .svg-top .st0 {
  fill: #dceefd;
}
@media (max-width: 992px) {
  .cid-t296Xg2nGg .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-sQg94UJFw4 {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #dceefd;
}
.cid-sQg94UJFw4 .item {
  padding-bottom: 2rem;
}
.cid-sQg94UJFw4 .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-sQg94UJFw4 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sQg94UJFw4 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sQg94UJFw4 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sQg94UJFw4 .carousel-control,
.cid-sQg94UJFw4 .close {
  background: #1b1b1b;
}
.cid-sQg94UJFw4 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sQg94UJFw4 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sQg94UJFw4 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sQg94UJFw4 .carousel-control-next span {
  margin-left: 5px;
}
.cid-sQg94UJFw4 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sQg94UJFw4 .close::before {
  content: '\e91a';
}
.cid-sQg94UJFw4 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sQg94UJFw4 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sQg94UJFw4 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sQg94UJFw4 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sQg94UJFw4 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sQg94UJFw4 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sQg94UJFw4 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sQg94UJFw4 .carousel-indicators li.active,
.cid-sQg94UJFw4 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sQg94UJFw4 .carousel-indicators li::after,
.cid-sQg94UJFw4 .carousel-indicators li::before {
  content: none;
}
.cid-sQg94UJFw4 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sQg94UJFw4 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sQg94UJFw4 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sQg94UJFw4 .carousel-indicators {
    display: none;
  }
}
.cid-sQg94UJFw4 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sQg94UJFw4 .carousel-inner > .active {
  display: block;
}
.cid-sQg94UJFw4 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sQg94UJFw4 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sQg94UJFw4 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sQg94UJFw4 .carousel-control,
  .cid-sQg94UJFw4 .carousel-indicators,
  .cid-sQg94UJFw4 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sQg94UJFw4 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sQg94UJFw4 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sQg94UJFw4 .carousel-indicators .active,
.cid-sQg94UJFw4 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sQg94UJFw4 .carousel-indicators .active {
  background: #fff;
}
.cid-sQg94UJFw4 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sQg94UJFw4 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sQg94UJFw4 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sQg94UJFw4 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sQg94UJFw4 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sQg94UJFw4 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sQg94UJFw4 .carousel {
  width: 100%;
}
.cid-sQg94UJFw4 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sQg94UJFw4 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sQg94UJFw4 .modal.fade .modal-dialog,
.cid-sQg94UJFw4 .modal.in .modal-dialog {
  transform: none;
}
.cid-sQg94UJFw4 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sQg94UJFw4 H6 {
  text-align: left;
}
.cid-sQg94UJFw4 H3 {
  color: #d7510c;
}
.cid-sQg94UJFw4 .img-pos {
  object-position: center top;
}
.cid-sQg94UJFw4 H4 {
  color: #d7510c;
}
.cid-sWMVMoV3lS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-sWMVMoV3lS .mbr-section-title {
  color: #1a449a;
}
.cid-sWMVMoV3lS .mbr-text {
  color: #191f23;
}
.cid-sWMVMoV3lS .mbr-section-subtitle {
  color: #d4712b;
}
.cid-sWMVMoV3lS .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #e47524;
}
.cid-sWMVMoV3lS .svg-top .st0 {
  fill: #efefef;
}
@media (max-width: 992px) {
  .cid-sWMVMoV3lS .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-sWMVvpxyGC {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-sWMVvpxyGC img {
  transition: all 0.3s;
}
.cid-sWMVvpxyGC img:hover {
  transform: scale(1.1);
}
.cid-sWMVvpxyGC img,
.cid-sWMVvpxyGC .item-img {
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 1rem;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-sWMVvpxyGC .item:focus,
.cid-sWMVvpxyGC span:focus {
  outline: none;
}
.cid-sWMVvpxyGC .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sWMVvpxyGC .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-sWMVvpxyGC .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sWMVvpxyGC .mbr-section-title {
  color: #103178;
}
.cid-sWMVvpxyGC .item-title {
  color: #5b6c8f;
}
.cid-sWMVvpxyGC .item-subtitle {
  color: #191f23;
}
.cid-sUfORfOCiU {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffe1cc;
}
.cid-sUfORfOCiU .mbr-section-title {
  color: #1a449a;
}
.cid-sUfORfOCiU .mbr-text {
  color: #191f23;
}
.cid-sUfORfOCiU .mbr-section-subtitle {
  color: #d4712b;
  text-align: center;
}
.cid-sUfORfOCiU .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #e47524;
}
.cid-sUfORfOCiU .svg-top .st0 {
  fill: #ffe1cc;
}
@media (max-width: 992px) {
  .cid-sUfORfOCiU .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-sUfOFnxJre {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffe1cc;
}
.cid-sUfOFnxJre img {
  transition: all 0.3s;
}
.cid-sUfOFnxJre img:hover {
  transform: scale(1.1);
}
.cid-sUfOFnxJre img,
.cid-sUfOFnxJre .item-img {
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 1rem;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-sUfOFnxJre .item:focus,
.cid-sUfOFnxJre span:focus {
  outline: none;
}
.cid-sUfOFnxJre .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sUfOFnxJre .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-sUfOFnxJre .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sUfOFnxJre .mbr-section-title {
  color: #103178;
}
.cid-sUfOFnxJre .item-title {
  color: #5b6c8f;
}
.cid-sUfOFnxJre .item-subtitle {
  color: #191f23;
}
.cid-ssv9YP07mr {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #065369;
}
.cid-ssv9YP07mr .item__head,
.cid-ssv9YP07mr .item__text,
.cid-ssv9YP07mr .img__text {
  margin-bottom: 0;
}
.cid-ssv9YP07mr .item__text,
.cid-ssv9YP07mr .img__text {
  margin-top: 15px;
  line-height: 1.35;
}
.cid-ssv9YP07mr .image img {
  width: 54px;
  max-height: 52px;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-ssv9YP07mr .content__block {
    margin-bottom: 30px;
  }
}
.cid-sy5iPj4bKM {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #f5f7fd;
}
.cid-sy5iPj4bKM .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-sy5iPj4bKM .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-sy5iPj4bKM .col + .mbr-section-btn .btn,
.cid-sy5iPj4bKM .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-sy5iPj4bKM .col + .mbr-section-btn .btn,
  .cid-sy5iPj4bKM .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-sy5iPj4bKM .dragArea > *:nth-last-child(2).col,
  .cid-sy5iPj4bKM .dragArea > *:nth-last-child(2).col-auto,
  .cid-sy5iPj4bKM .col + .mbr-section-btn,
  .cid-sy5iPj4bKM .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-sy5iPj4bKM .dragArea {
    flex-direction: column;
  }
}
.cid-sy5iPj4bKM .btn-primary {
  border: 1px solid #e47524 !important;
}
.cid-sy5iPj4bKM .btn-primary:hover {
  border: 1px solid #e47524 !important;
}
.cid-sy5iPj4bKM .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-sy5iPj4bKM .form-group {
  max-width: 220px;
}
.cid-sy5iPj4bKM .mbr-section-btn {
  padding-left: 0;
}
.cid-sy5iPj4bKM .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-sy5iPj4bKM .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-sy5iPj4bKM .mbr-text {
  color: #444;
}
.cid-sy5iPj4bKM h5 {
  margin-bottom: 0;
}
.cid-sy5iPj4bKM .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-sy5iPj4bKM .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sy5iPj4bKM .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-sy5iPj4bKM .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sy5iPj4bKM .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: center;
  align-items: center;
}
.cid-sy5iPj4bKM .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-sy5iPj4bKM .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sy5iPj4bKM .social-list a:hover {
  opacity: 0.4;
}
.cid-sy5iPj4bKM .media-container-row > div {
  padding: 0px;
}
.cid-sy5iPj4bKM .text2 {
  color: #000000;
  text-align: left;
}
.cid-sy5iPj4bKM .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-sy5iPj4bKM .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sy5iPj4bKM .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-sy5iPj4bKM .social-list,
  .cid-sy5iPj4bKM .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sy5iPj4bKM h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-sy5iPj4bKM .form-group {
    max-width: 180px;
  }
}
.cid-sy5iPj4bKM .links span {
  color: #9e9e9e;
}
.cid-sy5iPj4bKM .logo-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-sy5iPj4bKM .logo-title {
  text-align: center;
}
.cid-sy5iPj4bKM .row {
  margin: auto;
}
.cid-sy5iPj4bKM .centercol {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-sy5iPj4bKM .title-align {
  margin-left: -30px;
}
.cid-syDt1XgJ7i {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #c3c3c3;
}
.cid-syDt1XgJ7i .mbr-section-title {
  color: #065369;
  text-align: left;
  margin: auto;
  padding: 20px 0;
}
.cid-syDt1XgJ7i .mbr-section-subtitle {
  color: #1b745e;
  text-align: center;
  font-style: italic;
  padding-bottom: 12px;
}
.cid-syDt1XgJ7i .row {
  align-items: center;
  height: 100%;
}
.cid-syDt1XgJ7i .container {
  margin: auto;
}
.cid-szcYpfYkjk .icon-bar {
  z-index: 100002;
  left: 0.4%;
  position: fixed;
  top: 50%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-szcYpfYkjk .icon-bar a:hover {
  background-color: #e49105;
  width: 100px;
}
.cid-szcYpfYkjk .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 2px;
  border-radius: 14px;
}
.cid-szcYpfYkjk .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-szcYpfYkjk .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-szcYpfYkjk .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-szcYpfYkjk .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-szcYpfYkjk .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-szcYpfYkjk .instagram {
  background: #6F3AA7;
  color: white;
  width: 50px;
}
.cid-szcYpfYkjk .custom1 {
  background: #ff7300;
  color: white;
  width: 50px;
}
.cid-szcYpfYkjk .custom2 {
  background: #01bf46;
  color: white;
  width: 50px;
}
.cid-szcYpfYkjk .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-szcYpfYkjk .corner-ribbon {
  z-index: 20001;
  width: 200px;
  background-image: linear-gradient(#55b4d4, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-szcYpfYkjk .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #55b4d4);
}
.cid-szcYpfYkjk .corner-ribbon.top-zen {
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: fixed;
}
.cid-szcYpfYkjk P {
  color: #065369;
}
.cid-szcYpfYkjk DIV {
  color: #ffffff;
}
.cid-szcYpfYkjk H10 {
  color: #767676;
}
.cid-szcYpfYkjk .hidden {
  display: none;
}
.cid-sN4bQ87YdE .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: top;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sN4bQ87YdE .nav-item:focus,
.cid-sN4bQ87YdE .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sN4bQ87YdE .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-sN4bQ87YdE .nav-item .nav-link {
    position: relative;
  }
  .cid-sN4bQ87YdE .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #e47524, #199bfc);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-sN4bQ87YdE .nav-item.open .nav-link::before {
    bottom: 0.2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-sN4bQ87YdE .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sN4bQ87YdE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5em 0.235em;
  transition: all 0.25s ease-in-out;
}
.cid-sN4bQ87YdE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sN4bQ87YdE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sN4bQ87YdE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sN4bQ87YdE .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sN4bQ87YdE .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-sN4bQ87YdE .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-sN4bQ87YdE .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
  line-height: 1.6;
}
.cid-sN4bQ87YdE .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-sN4bQ87YdE .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-sN4bQ87YdE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sN4bQ87YdE .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sN4bQ87YdE .navbar.collapsed .navbar-collapse.show,
.cid-sN4bQ87YdE .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sN4bQ87YdE .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-sN4bQ87YdE .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-sN4bQ87YdE .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sN4bQ87YdE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sN4bQ87YdE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sN4bQ87YdE .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sN4bQ87YdE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sN4bQ87YdE .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sN4bQ87YdE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sN4bQ87YdE .navbar.collapsed .right-menu,
.cid-sN4bQ87YdE .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-sN4bQ87YdE .navbar .navbar-collapse.show,
  .cid-sN4bQ87YdE .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sN4bQ87YdE .navbar .navbar-collapse.show .brand-container,
  .cid-sN4bQ87YdE .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-sN4bQ87YdE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sN4bQ87YdE .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sN4bQ87YdE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sN4bQ87YdE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sN4bQ87YdE .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sN4bQ87YdE .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sN4bQ87YdE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sN4bQ87YdE .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sN4bQ87YdE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-sN4bQ87YdE .navbar .right-menu,
  .cid-sN4bQ87YdE .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sN4bQ87YdE .navbar.navbar-short {
  min-height: 60px;
}
.cid-sN4bQ87YdE .navbar.navbar-short .mbr-overlay {
  background: #ffffff !important;
}
.cid-sN4bQ87YdE .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sN4bQ87YdE .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sN4bQ87YdE .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sN4bQ87YdE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sN4bQ87YdE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sN4bQ87YdE .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sN4bQ87YdE .dropdown-item.active,
.cid-sN4bQ87YdE .dropdown-item:active {
  background-color: transparent;
}
.cid-sN4bQ87YdE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sN4bQ87YdE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sN4bQ87YdE .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sN4bQ87YdE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sN4bQ87YdE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sN4bQ87YdE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sN4bQ87YdE ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-sN4bQ87YdE ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-sN4bQ87YdE .navbar-buttons {
  margin-left: auto;
}
.cid-sN4bQ87YdE button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sN4bQ87YdE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-sN4bQ87YdE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sN4bQ87YdE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sN4bQ87YdE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sN4bQ87YdE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sN4bQ87YdE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sN4bQ87YdE nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-sN4bQ87YdE nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-sN4bQ87YdE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sN4bQ87YdE a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sN4bQ87YdE .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sN4bQ87YdE .right-menu,
.cid-sN4bQ87YdE .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-sN4bQ87YdE .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sN4bQ87YdE .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sN4bQ87YdE .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sN4bQ87YdE .menu-top {
  text-align: center;
  width: 100%;
  background-color: #e45f05;
  padding: 0.5rem 0;
}
.cid-sN4bQ87YdE .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-sN4bQ87YdE .card-wrapper {
  z-index: 3;
}
.cid-sN4bQ87YdE .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-sN4bQ87YdE .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sN4bQ87YdE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sznXV71bnL {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sznXV71bnL .mbr-text,
.cid-sznXV71bnL .mbr-section-btn {
  color: #1d2c35;
}
.cid-sznXV71bnL .card-title,
.cid-sznXV71bnL .card-box {
  color: #1d2c35;
}
.cid-sznXV71bnL .mbr-text,
.cid-sznXV71bnL .link-wrap {
  color: #1d2c35;
}
.cid-t1zQfdolyV {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-t1zQfdolyV .mbr-text {
  color: #767676;
}
.cid-t1zQfdolyV .icon-1 {
  color: #e76307;
  font-size: 3.5rem;
}
.cid-t1zQfdolyV .icon-arrow {
  color: #7e7e7e;
  font-size: 1.8rem !important;
}
.cid-t1zQfdolyV .link {
  margin: 0;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
@media (min-width: 767px) {
  .cid-t1zQfdolyV .card {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .cid-t1zQfdolyV .row {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-t1zQfdolyV .link a:after {
    right: 0;
    margin: auto;
  }
}
.cid-t1zQfdolyV .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-t1zQfdolyV .card {
    margin-bottom: 2rem;
  }
}
.cid-t1zQfdolyV .text-link {
  font-weight: 800 !important;
}
.cid-t1zQfdolyV .card-inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #f3f3f3;
  padding: 2rem 1.8rem;
  position: relative;
  overflow: hidden;
}
.cid-t1zQfdolyV .card-img {
  opacity: 0;
  left: -40px;
  top: 20%;
  position: absolute;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-t1zQfdolyV .card-icon {
  display: flex;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-t1zQfdolyV .card:hover .card-inner {
  background-color: #e2c225;
}
.cid-t1zQfdolyV .card:hover .icon-arrow {
  color: #fff;
}
.cid-t1zQfdolyV .card:hover .text-link {
  color: #fff !important;
}
.cid-t1zQfdolyV .card:hover .card-img {
  opacity: 1;
  left: -10px;
}
.cid-t1zQfdolyV .card:hover .link {
  transform: translateX(42px);
}
.cid-t1zQfdolyV .card:hover .card-icon {
  transform: translateX(10px);
}
.cid-t1zQfdolyV h5 {
  color: #101010;
  font-weight: 800;
}
.cid-sznXV8Oal9 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background: #d8f6ff;
}
.cid-sznXV8Oal9 .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-sznXV8Oal9 .team-card:hover {
  transform: translateY(-10px);
}
.cid-sznXV8Oal9 .card-wrapper {
  display: flex;
  overflow: visible;
}
@media (max-width: 1400px) {
  .cid-sznXV8Oal9 .col-lg-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-sznXV8Oal9 .main-icon {
  font-size: 5rem;
  color: #6f5ad3;
  padding-right: 0rem;
  margin-top: -1rem;
  margin-right: -1rem;
  display: block;
}
.cid-sznXV8Oal9 img {
  transform: scale(1.1);
  transition: all 0.3s;
}
.cid-sznXV8Oal9 .image-wrap {
  overflow: hidden;
  width: 50%;
}
@media (max-width: 767px) {
  .cid-sznXV8Oal9 .image-wrap {
    width: 100%;
  }
}
.cid-sznXV8Oal9 .icon-plus {
  font-size: 1rem;
  color: currentColor;
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  transition: all 0.3s;
}
.cid-sznXV8Oal9 .line {
  position: absolute;
  top: 1.5rem;
  left: 50%;
  transform: translate(-50%);
  width: 25px;
  height: 5px;
  background: #ffffff;
  z-index: 10;
}
@media (max-width: 767px) {
  .cid-sznXV8Oal9 .line {
    display: none;
  }
}
.cid-sznXV8Oal9 .container {
  max-width: 1600px;
}
@media (min-width: 767px) {
  .cid-sznXV8Oal9 .container {
    padding: 0 3rem;
  }
}
.cid-sznXV8Oal9 .content-wrap {
  padding: 2rem;
}
.cid-sznXV8Oal9 .icon {
  font-size: 2.5rem;
  color: currentColor;
  padding-bottom: 1rem;
  display: block;
}
.cid-sznXV8Oal9 .card1 {
  background: #065369;
}
.cid-sznXV8Oal9 .card2 {
  background: #ffbc1e;
}
.cid-sznXV8Oal9 .card3 {
  background: #3dc84b;
}
.cid-sznXV8Oal9 .card-wrap {
  position: relative;
  display: flex;
}
@media (max-width: 767px) {
  .cid-sznXV8Oal9 .card-wrap {
    flex-direction: column;
  }
}
.cid-sznXV8Oal9 .card-wrap:hover img {
  transform: scale(1);
}
.cid-sznXV8Oal9 .card-wrap:hover .icon-plus {
  transform: rotate(90deg);
  transform-origin: center;
}
.cid-sznXV8Oal9 .card-wrap .image-wrap img {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-sznXV8Oal9 .content-wrap {
    padding: 4rem 1rem;
    text-align: center;
  }
  .cid-sznXV8Oal9 .card-wrapper {
    flex-direction: column;
  }
  .cid-sznXV8Oal9 .icon,
  .cid-sznXV8Oal9 .card-box {
    margin: 0rem;
  }
  .cid-sznXV8Oal9 .main-icon {
    margin: auto;
    margin-bottom: 1rem!important;
  }
  .cid-sznXV8Oal9 .align-left {
    text-align: center;
  }
}
.cid-sznXV8Oal9 .card-title,
.cid-sznXV8Oal9 .icon,
.cid-sznXV8Oal9 .icon-plus {
  color: #ffffff;
}
.cid-sznXV8Oal9 .mbr-role {
  color: #ffffff;
}
.cid-sznXV8Oal9 .main-title {
  color: #5a7b0f;
  text-align: center;
}
.cid-ufH135t2Jh {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/mbr-2-1920x1357.jpeg");
}
.cid-ufH135t2Jh .text {
  letter-spacing: 0.03em;
  line-height: 1.7;
}
.cid-ufH135t2Jh .mbr-text {
  width: 100%;
  height: auto;
  text-align: left;
  color: #5a7b0f;
}
@media (max-width: 991px) {
  .cid-ufH135t2Jh .row {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .cid-ufH135t2Jh .content {
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
  }
}
.cid-uVPJXwnSPC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d8f6ff;
}
.cid-uVPJXwnSPC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVPJXwnSPC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVPJXwnSPC .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-uVPJXwnSPC .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uVPJXwnSPC .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-uVPJXwnSPC .mbr-section-title {
  color: #489651;
}
.cid-uVPJXwnSPC .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-uVPJXwnSPC .items-row {
  row-gap: 40px;
  margin: 5px -20px 0 !important;
}
@media (max-width: 767px) {
  .cid-uVPJXwnSPC .items-row {
    row-gap: 30px;
    margin: 0 -15px !important;
  }
}
.cid-uVPJXwnSPC .item {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
  padding: 0 20px !important;
}
.cid-uVPJXwnSPC .item-wrapper {
  width: 100%;
  padding: 11px 11px 40px;
  border: 2px solid #ffffff;
  box-shadow: 4px 4px 0 #ffffff;
  background: #ffffff;
  transition: .3s all;
}
@media (min-width: 992px) {
  .cid-uVPJXwnSPC .item-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-uVPJXwnSPC .item-img img {
  width: 100%;
  object-fit: cover;
  height: auto;
}
.cid-uVPJXwnSPC .item-content {
  margin-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 1199px) {
  .cid-uVPJXwnSPC .item-content {
    margin-top: 0;
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-uVPJXwnSPC .item-content {
    margin-top: 20px;
  }
}
.cid-uVPJXwnSPC .card-title {
  color: #131313;
}
.cid-uVPJXwnSPC .card-text {
  margin-top: 5px;
  color: #131313;
}
.cid-uVPJXwnSPC .link-text {
  margin-top: 14px;
  color: #FC7942;
}
@media (max-width: 991px) {
  .cid-uVPJXwnSPC .link-text {
    margin-top: 10px;
  }
}
.cid-uVPJXwnSPC .link-text a.text-primary:hover {
  color: #131313 !important;
}
.cid-uVPJXwnSPC .mbr-section-btn {
  margin-top: 5px;
}
.cid-uVPJWMgqpf {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/mbr-2-1920x1357.jpeg");
}
.cid-uVPJWMgqpf .text {
  letter-spacing: 0.03em;
  line-height: 1.7;
}
.cid-uVPJWMgqpf .mbr-text {
  width: 100%;
  height: auto;
  text-align: left;
  color: #5a7b0f;
}
@media (max-width: 991px) {
  .cid-uVPJWMgqpf .row {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .cid-uVPJWMgqpf .content {
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
  }
}
.cid-utPRwDfRcP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d8f6ff;
}
.cid-utPRwDfRcP .mbr-fallback-image.disabled {
  display: none;
}
.cid-utPRwDfRcP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utPRwDfRcP .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-utPRwDfRcP .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-utPRwDfRcP .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-utPRwDfRcP .mbr-section-title {
  color: #489651;
}
.cid-utPRwDfRcP .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-utPRwDfRcP .items-row {
  row-gap: 40px;
  margin: 5px -20px 0 !important;
}
@media (max-width: 767px) {
  .cid-utPRwDfRcP .items-row {
    row-gap: 30px;
    margin: 0 -15px !important;
  }
}
.cid-utPRwDfRcP .item {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
  padding: 0 20px !important;
}
.cid-utPRwDfRcP .item-wrapper {
  width: 100%;
  padding: 11px 11px 40px;
  border: 2px solid #ffffff;
  box-shadow: 4px 4px 0 #ffffff;
  background: #ffffff;
  transition: .3s all;
}
@media (min-width: 992px) {
  .cid-utPRwDfRcP .item-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-utPRwDfRcP .item-img img {
  width: 100%;
  object-fit: cover;
  height: auto;
}
.cid-utPRwDfRcP .item-content {
  margin-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 1199px) {
  .cid-utPRwDfRcP .item-content {
    margin-top: 0;
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-utPRwDfRcP .item-content {
    margin-top: 20px;
  }
}
.cid-utPRwDfRcP .card-title {
  color: #131313;
}
.cid-utPRwDfRcP .card-text {
  margin-top: 5px;
  color: #131313;
}
.cid-utPRwDfRcP .link-text {
  margin-top: 14px;
  color: #FC7942;
}
@media (max-width: 991px) {
  .cid-utPRwDfRcP .link-text {
    margin-top: 10px;
  }
}
.cid-utPRwDfRcP .link-text a.text-primary:hover {
  color: #131313 !important;
}
.cid-utPRwDfRcP .mbr-section-btn {
  margin-top: 5px;
}
.cid-szETk9dRIU {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/mbr-2-1920x1357.jpeg");
}
.cid-szETk9dRIU .text {
  letter-spacing: 0.03em;
  line-height: 1.7;
}
.cid-szETk9dRIU .mbr-text {
  width: 100%;
  height: auto;
  text-align: left;
  color: #5a7b0f;
}
@media (max-width: 991px) {
  .cid-szETk9dRIU .row {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .cid-szETk9dRIU .content {
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
  }
}
.cid-sznXVfv4xq {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #065369;
}
.cid-sznXVfv4xq .item__head,
.cid-sznXVfv4xq .item__text,
.cid-sznXVfv4xq .img__text {
  margin-bottom: 0;
}
.cid-sznXVfv4xq .item__text,
.cid-sznXVfv4xq .img__text {
  margin-top: 15px;
  line-height: 1.35;
}
.cid-sznXVfv4xq .image img {
  width: 54px;
  max-height: 52px;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-sznXVfv4xq .content__block {
    margin-bottom: 30px;
  }
}
.cid-sznXVgkUqX {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #f5f7fd;
}
.cid-sznXVgkUqX .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-sznXVgkUqX .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-sznXVgkUqX .col + .mbr-section-btn .btn,
.cid-sznXVgkUqX .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-sznXVgkUqX .col + .mbr-section-btn .btn,
  .cid-sznXVgkUqX .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-sznXVgkUqX .dragArea > *:nth-last-child(2).col,
  .cid-sznXVgkUqX .dragArea > *:nth-last-child(2).col-auto,
  .cid-sznXVgkUqX .col + .mbr-section-btn,
  .cid-sznXVgkUqX .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-sznXVgkUqX .dragArea {
    flex-direction: column;
  }
}
.cid-sznXVgkUqX .btn-primary {
  border: 1px solid #e47524 !important;
}
.cid-sznXVgkUqX .btn-primary:hover {
  border: 1px solid #e47524 !important;
}
.cid-sznXVgkUqX .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-sznXVgkUqX .form-group {
  max-width: 220px;
}
.cid-sznXVgkUqX .mbr-section-btn {
  padding-left: 0;
}
.cid-sznXVgkUqX .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-sznXVgkUqX .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-sznXVgkUqX .mbr-text {
  color: #444;
}
.cid-sznXVgkUqX h5 {
  margin-bottom: 0;
}
.cid-sznXVgkUqX .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-sznXVgkUqX .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sznXVgkUqX .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-sznXVgkUqX .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sznXVgkUqX .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: center;
  align-items: center;
}
.cid-sznXVgkUqX .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-sznXVgkUqX .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sznXVgkUqX .social-list a:hover {
  opacity: 0.4;
}
.cid-sznXVgkUqX .media-container-row > div {
  padding: 0px;
}
.cid-sznXVgkUqX .text2 {
  color: #000000;
  text-align: left;
}
.cid-sznXVgkUqX .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-sznXVgkUqX .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sznXVgkUqX .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-sznXVgkUqX .social-list,
  .cid-sznXVgkUqX .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sznXVgkUqX h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-sznXVgkUqX .form-group {
    max-width: 180px;
  }
}
.cid-sznXVgkUqX .links span {
  color: #9e9e9e;
}
.cid-sznXVgkUqX .logo-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-sznXVgkUqX .logo-title {
  text-align: center;
}
.cid-sznXVgkUqX .row {
  margin: auto;
}
.cid-sznXVgkUqX .centercol {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-sznXVgkUqX .title-align {
  margin-left: -30px;
}
.cid-sznXVhnuDk {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #c3c3c3;
}
.cid-sznXVhnuDk .mbr-section-title {
  color: #065369;
  text-align: left;
  margin: auto;
  padding: 20px 0;
}
.cid-sznXVhnuDk .mbr-section-subtitle {
  color: #1b745e;
  text-align: center;
  font-style: italic;
  padding-bottom: 12px;
}
.cid-sznXVhnuDk .row {
  align-items: center;
  height: 100%;
}
.cid-sznXVhnuDk .container {
  margin: auto;
}
.cid-sznXVi3J2p .icon-bar {
  z-index: 100002;
  left: 0.4%;
  position: fixed;
  top: 50%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-sznXVi3J2p .icon-bar a:hover {
  background-color: #e49105;
  width: 100px;
}
.cid-sznXVi3J2p .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 2px;
  border-radius: 14px;
}
.cid-sznXVi3J2p .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-sznXVi3J2p .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-sznXVi3J2p .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-sznXVi3J2p .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-sznXVi3J2p .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-sznXVi3J2p .instagram {
  background: #6F3AA7;
  color: white;
  width: 50px;
}
.cid-sznXVi3J2p .custom1 {
  background: #ff7300;
  color: white;
  width: 50px;
}
.cid-sznXVi3J2p .custom2 {
  background: #01bf46;
  color: white;
  width: 50px;
}
.cid-sznXVi3J2p .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-sznXVi3J2p .corner-ribbon {
  z-index: 20001;
  width: 200px;
  background-image: linear-gradient(#55b4d4, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-sznXVi3J2p .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #55b4d4);
}
.cid-sznXVi3J2p .corner-ribbon.top-zen {
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: fixed;
}
.cid-sznXVi3J2p P {
  color: #065369;
}
.cid-sznXVi3J2p DIV {
  color: #ffffff;
}
.cid-sznXVi3J2p H10 {
  color: #767676;
}
.cid-sznXVi3J2p .hidden {
  display: none;
}
.cid-sN4bQ87YdE .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: top;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sN4bQ87YdE .nav-item:focus,
.cid-sN4bQ87YdE .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sN4bQ87YdE .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-sN4bQ87YdE .nav-item .nav-link {
    position: relative;
  }
  .cid-sN4bQ87YdE .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #e47524, #199bfc);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-sN4bQ87YdE .nav-item.open .nav-link::before {
    bottom: 0.2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-sN4bQ87YdE .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sN4bQ87YdE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5em 0.235em;
  transition: all 0.25s ease-in-out;
}
.cid-sN4bQ87YdE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sN4bQ87YdE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sN4bQ87YdE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sN4bQ87YdE .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sN4bQ87YdE .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-sN4bQ87YdE .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-sN4bQ87YdE .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
  line-height: 1.6;
}
.cid-sN4bQ87YdE .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-sN4bQ87YdE .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-sN4bQ87YdE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sN4bQ87YdE .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sN4bQ87YdE .navbar.collapsed .navbar-collapse.show,
.cid-sN4bQ87YdE .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sN4bQ87YdE .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-sN4bQ87YdE .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-sN4bQ87YdE .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sN4bQ87YdE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sN4bQ87YdE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sN4bQ87YdE .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sN4bQ87YdE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sN4bQ87YdE .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sN4bQ87YdE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sN4bQ87YdE .navbar.collapsed .right-menu,
.cid-sN4bQ87YdE .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-sN4bQ87YdE .navbar .navbar-collapse.show,
  .cid-sN4bQ87YdE .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sN4bQ87YdE .navbar .navbar-collapse.show .brand-container,
  .cid-sN4bQ87YdE .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-sN4bQ87YdE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sN4bQ87YdE .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sN4bQ87YdE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sN4bQ87YdE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sN4bQ87YdE .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sN4bQ87YdE .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sN4bQ87YdE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sN4bQ87YdE .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sN4bQ87YdE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-sN4bQ87YdE .navbar .right-menu,
  .cid-sN4bQ87YdE .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sN4bQ87YdE .navbar.navbar-short {
  min-height: 60px;
}
.cid-sN4bQ87YdE .navbar.navbar-short .mbr-overlay {
  background: #ffffff !important;
}
.cid-sN4bQ87YdE .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sN4bQ87YdE .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sN4bQ87YdE .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sN4bQ87YdE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sN4bQ87YdE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sN4bQ87YdE .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sN4bQ87YdE .dropdown-item.active,
.cid-sN4bQ87YdE .dropdown-item:active {
  background-color: transparent;
}
.cid-sN4bQ87YdE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sN4bQ87YdE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sN4bQ87YdE .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sN4bQ87YdE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sN4bQ87YdE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sN4bQ87YdE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sN4bQ87YdE ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-sN4bQ87YdE ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-sN4bQ87YdE .navbar-buttons {
  margin-left: auto;
}
.cid-sN4bQ87YdE button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sN4bQ87YdE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-sN4bQ87YdE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sN4bQ87YdE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sN4bQ87YdE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sN4bQ87YdE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sN4bQ87YdE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sN4bQ87YdE nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-sN4bQ87YdE nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-sN4bQ87YdE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sN4bQ87YdE a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sN4bQ87YdE .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sN4bQ87YdE .right-menu,
.cid-sN4bQ87YdE .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-sN4bQ87YdE .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sN4bQ87YdE .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sN4bQ87YdE .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sN4bQ87YdE .menu-top {
  text-align: center;
  width: 100%;
  background-color: #e45f05;
  padding: 0.5rem 0;
}
.cid-sN4bQ87YdE .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-sN4bQ87YdE .card-wrapper {
  z-index: 3;
}
.cid-sN4bQ87YdE .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-sN4bQ87YdE .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sN4bQ87YdE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sy5kIWb6HF {
  padding-top: 6rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-sy5kIWb6HF .mbr-text,
.cid-sy5kIWb6HF .mbr-section-btn {
  color: #1d2c35;
}
.cid-sy5kIWb6HF .card-title,
.cid-sy5kIWb6HF .card-box {
  color: #1d2c35;
}
.cid-sy5kIWb6HF .mbr-text,
.cid-sy5kIWb6HF .link-wrap {
  color: #1d2c35;
}
.cid-ucFSVOalu9 {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ucFSVOalu9 img,
.cid-ucFSVOalu9 .item-img {
  width: 100%;
}
.cid-ucFSVOalu9 .item:focus,
.cid-ucFSVOalu9 span:focus {
  outline: none;
}
.cid-ucFSVOalu9 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-ucFSVOalu9 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-ucFSVOalu9 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ucFSVOalu9 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-ucFSVOalu9 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ucFSVOalu9 .mbr-section-title {
  color: #8ba926;
}
.cid-ucFSVOalu9 .mbr-text,
.cid-ucFSVOalu9 .mbr-section-btn {
  text-align: left;
}
.cid-ucFSVOalu9 .item-title {
  text-align: left;
}
.cid-ucFSVOalu9 .item-subtitle {
  text-align: center;
}
.cid-ucFT4H88J5 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ucFT4H88J5 .mbr-section-title {
  color: #1a7a96;
  text-align: left;
}
.cid-ucFT4H88J5 .mbr-text {
  color: #191f23;
  text-align: left;
}
.cid-ucFT4H88J5 .mbr-section-subtitle {
  color: #1a7a96;
}
.cid-ucFT4H88J5 .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #e47524;
}
.cid-ucFT4H88J5 .svg-top .st0 {
  fill: #ffffff;
}
@media (max-width: 992px) {
  .cid-ucFT4H88J5 .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-ssBo3gIrKr {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-ssBo3gIrKr .panel-body-wpapper {
  padding: 2.5rem 0;
}
.cid-ssBo3gIrKr .panel-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2rem 1rem 2rem 0;
  border-bottom: 1px solid #065369;
}
.cid-ssBo3gIrKr .card-img {
  width: 49px;
  height: 49px;
  background-color: #ffffff;
  border-radius: 50%;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1.5rem;
}
.cid-ssBo3gIrKr .icon-wrapper {
  height: 33px;
  width: 33px;
  border-radius: 100%;
  border: 2px solid #388ba4;
}
.cid-ssBo3gIrKr .arrow-group {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: right;
  color: #000000;
}
.cid-ssBo3gIrKr .arrow-group span {
  margin-right: 13.5px;
}
.cid-ssBo3gIrKr .wrap {
  display: flex;
}
.cid-ssBo3gIrKr .icon {
  min-width: 30px;
  height: 30px;
  border-radius: 100%;
  color: #388ba4 !important;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: .7rem;
  font-weight: bold;
  transition: all 0.3s;
  transform: scaleY(-1);
}
.cid-ssBo3gIrKr .icon:before {
  content: "\e908" !important;
}
.cid-ssBo3gIrKr .panel-title.collapsed .icon {
  transform: scaleY(1) !important;
}
.cid-ssBo3gIrKr .mbr-section-title {
  color: #1a7a96;
  text-align: left;
}
.cid-ssBo3gIrKr .card-header {
  padding: 2rem 0;
  border-bottom: 1px solid #065369;
}
.cid-ssBo3gIrKr .card .card-header a.panel-title {
  background-color: transparent!important;
}
.cid-ssBo3gIrKr .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-ssBo3gIrKr .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-ssBo3gIrKr .panel-group {
  width: 100%;
}
.cid-ssBo3gIrKr .card .card-header {
  background: none;
  border-radius: 0px;
}
.cid-ssBo3gIrKr .card .card-header a.panel-title {
  transition: all .3s;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-ssBo3gIrKr .card .card-header a.panel-title:hover {
  opacity: 0.75;
}
.cid-ssBo3gIrKr .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-ssBo3gIrKr .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-ssBo3gIrKr .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-ssBo3gIrKr .header-article-text:hover {
  text-decoration: underline;
}
.cid-ssBo3gIrKr .panel-text {
  color: #000000;
  text-align: left;
}
.cid-ssBo3gIrKr .header-text,
.cid-ssBo3gIrKr .sign {
  color: #000000;
  text-align: left;
}
.cid-ssBo3gIrKr .header-article-text,
.cid-ssBo3gIrKr .sign {
  color: #000000;
  text-align: left;
}
.cid-ssBo3gIrKr .accordion > .card > .card-header {
  margin-bottom: 0 !important;
}
.cid-ssBo3gIrKr h4 {
  margin-bottom: 0;
}
.cid-ssBo3gIrKr .header-text {
  color: #1a7a96;
}
.cid-sxSeNxibyp {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #f3f4e8;
}
.cid-sxSeNxibyp .panel-body-wpapper {
  padding: 2.5rem 0;
}
.cid-sxSeNxibyp .panel-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2rem 1rem 2rem 0;
  border-bottom: 1px solid #065369;
}
.cid-sxSeNxibyp .card-img {
  width: 49px;
  height: 49px;
  background-color: #f3f4e8;
  border-radius: 50%;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1.5rem;
}
.cid-sxSeNxibyp .icon-wrapper {
  height: 33px;
  width: 33px;
  border-radius: 100%;
  border: 2px solid #388ba4;
}
.cid-sxSeNxibyp .arrow-group {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: right;
  color: #000000;
}
.cid-sxSeNxibyp .arrow-group span {
  margin-right: 13.5px;
}
.cid-sxSeNxibyp .wrap {
  display: flex;
}
.cid-sxSeNxibyp .icon {
  min-width: 30px;
  height: 30px;
  border-radius: 100%;
  color: #388ba4 !important;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: .7rem;
  font-weight: bold;
  transition: all 0.3s;
  transform: scaleY(-1);
}
.cid-sxSeNxibyp .icon:before {
  content: "\e908" !important;
}
.cid-sxSeNxibyp .panel-title.collapsed .icon {
  transform: scaleY(1) !important;
}
.cid-sxSeNxibyp .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-sxSeNxibyp .card-header {
  padding: 2rem 0;
  border-bottom: 1px solid #065369;
}
.cid-sxSeNxibyp .card .card-header a.panel-title {
  background-color: transparent!important;
}
.cid-sxSeNxibyp .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-sxSeNxibyp .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-sxSeNxibyp .panel-group {
  width: 100%;
}
.cid-sxSeNxibyp .card .card-header {
  background: none;
  border-radius: 0px;
}
.cid-sxSeNxibyp .card .card-header a.panel-title {
  transition: all .3s;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-sxSeNxibyp .card .card-header a.panel-title:hover {
  opacity: 0.75;
}
.cid-sxSeNxibyp .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sxSeNxibyp .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sxSeNxibyp .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-sxSeNxibyp .header-article-text:hover {
  text-decoration: underline;
}
.cid-sxSeNxibyp .panel-text {
  color: #000000;
  text-align: left;
}
.cid-sxSeNxibyp .header-text,
.cid-sxSeNxibyp .sign {
  color: #000000;
  text-align: left;
}
.cid-sxSeNxibyp .header-article-text,
.cid-sxSeNxibyp .sign {
  color: #000000;
  text-align: left;
}
.cid-sxSeNxibyp .accordion > .card > .card-header {
  margin-bottom: 0 !important;
}
.cid-sxSeNxibyp h4 {
  margin-bottom: 0;
}
.cid-sxSeNxibyp .header-text {
  color: #1a7a96;
}
.cid-sxSdSeLRFJ {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sxSdSeLRFJ .panel-body-wpapper {
  padding: 2.5rem 0;
}
.cid-sxSdSeLRFJ .panel-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2rem 1rem 2rem 0;
  border-bottom: 1px solid #065369;
}
.cid-sxSdSeLRFJ .card-img {
  width: 49px;
  height: 49px;
  background-color: #ffffff;
  border-radius: 50%;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1.5rem;
}
.cid-sxSdSeLRFJ .icon-wrapper {
  height: 33px;
  width: 33px;
  border-radius: 100%;
  border: 2px solid #388ba4;
}
.cid-sxSdSeLRFJ .arrow-group {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: right;
  color: #000000;
}
.cid-sxSdSeLRFJ .arrow-group span {
  margin-right: 13.5px;
}
.cid-sxSdSeLRFJ .wrap {
  display: flex;
}
.cid-sxSdSeLRFJ .icon {
  min-width: 30px;
  height: 30px;
  border-radius: 100%;
  color: #388ba4 !important;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: .7rem;
  font-weight: bold;
  transition: all 0.3s;
  transform: scaleY(-1);
}
.cid-sxSdSeLRFJ .icon:before {
  content: "\e908" !important;
}
.cid-sxSdSeLRFJ .panel-title.collapsed .icon {
  transform: scaleY(1) !important;
}
.cid-sxSdSeLRFJ .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-sxSdSeLRFJ .card-header {
  padding: 2rem 0;
  border-bottom: 1px solid #065369;
}
.cid-sxSdSeLRFJ .card .card-header a.panel-title {
  background-color: transparent!important;
}
.cid-sxSdSeLRFJ .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-sxSdSeLRFJ .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-sxSdSeLRFJ .panel-group {
  width: 100%;
}
.cid-sxSdSeLRFJ .card .card-header {
  background: none;
  border-radius: 0px;
}
.cid-sxSdSeLRFJ .card .card-header a.panel-title {
  transition: all .3s;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-sxSdSeLRFJ .card .card-header a.panel-title:hover {
  opacity: 0.75;
}
.cid-sxSdSeLRFJ .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sxSdSeLRFJ .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sxSdSeLRFJ .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-sxSdSeLRFJ .header-article-text:hover {
  text-decoration: underline;
}
.cid-sxSdSeLRFJ .panel-text {
  color: #000000;
  text-align: left;
}
.cid-sxSdSeLRFJ .header-text,
.cid-sxSdSeLRFJ .sign {
  color: #000000;
  text-align: left;
}
.cid-sxSdSeLRFJ .header-article-text,
.cid-sxSdSeLRFJ .sign {
  color: #000000;
  text-align: left;
}
.cid-sxSdSeLRFJ .accordion > .card > .card-header {
  margin-bottom: 0 !important;
}
.cid-sxSdSeLRFJ h4 {
  margin-bottom: 0;
}
.cid-sxSdSeLRFJ .header-text {
  color: #1a7a96;
}
.cid-u8OvJDuOUL {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #f3f4e8;
}
.cid-u8OvJDuOUL .panel-body-wpapper {
  padding: 2.5rem 0;
}
.cid-u8OvJDuOUL .panel-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2rem 1rem 2rem 0;
  border-bottom: 1px solid #065369;
}
.cid-u8OvJDuOUL .card-img {
  width: 49px;
  height: 49px;
  background-color: #f3f4e8;
  border-radius: 50%;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1.5rem;
}
.cid-u8OvJDuOUL .icon-wrapper {
  height: 33px;
  width: 33px;
  border-radius: 100%;
  border: 2px solid #388ba4;
}
.cid-u8OvJDuOUL .arrow-group {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: right;
  color: #000000;
}
.cid-u8OvJDuOUL .arrow-group span {
  margin-right: 13.5px;
}
.cid-u8OvJDuOUL .wrap {
  display: flex;
}
.cid-u8OvJDuOUL .icon {
  min-width: 30px;
  height: 30px;
  border-radius: 100%;
  color: #388ba4 !important;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: .7rem;
  font-weight: bold;
  transition: all 0.3s;
  transform: scaleY(-1);
}
.cid-u8OvJDuOUL .icon:before {
  content: "\e908" !important;
}
.cid-u8OvJDuOUL .panel-title.collapsed .icon {
  transform: scaleY(1) !important;
}
.cid-u8OvJDuOUL .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-u8OvJDuOUL .card-header {
  padding: 2rem 0;
  border-bottom: 1px solid #065369;
}
.cid-u8OvJDuOUL .card .card-header a.panel-title {
  background-color: transparent!important;
}
.cid-u8OvJDuOUL .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-u8OvJDuOUL .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-u8OvJDuOUL .panel-group {
  width: 100%;
}
.cid-u8OvJDuOUL .card .card-header {
  background: none;
  border-radius: 0px;
}
.cid-u8OvJDuOUL .card .card-header a.panel-title {
  transition: all .3s;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-u8OvJDuOUL .card .card-header a.panel-title:hover {
  opacity: 0.75;
}
.cid-u8OvJDuOUL .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-u8OvJDuOUL .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-u8OvJDuOUL .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-u8OvJDuOUL .header-article-text:hover {
  text-decoration: underline;
}
.cid-u8OvJDuOUL .panel-text {
  color: #000000;
  text-align: left;
}
.cid-u8OvJDuOUL .header-text,
.cid-u8OvJDuOUL .sign {
  color: #000000;
  text-align: left;
}
.cid-u8OvJDuOUL .header-article-text,
.cid-u8OvJDuOUL .sign {
  color: #000000;
  text-align: left;
}
.cid-u8OvJDuOUL .accordion > .card > .card-header {
  margin-bottom: 0 !important;
}
.cid-u8OvJDuOUL h4 {
  margin-bottom: 0;
}
.cid-u8OvJDuOUL .header-text {
  color: #1a7a96;
}
.cid-sxSd3xrTtA {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sxSd3xrTtA .panel-body-wpapper {
  padding: 2.5rem 0;
}
.cid-sxSd3xrTtA .panel-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2rem 1rem 2rem 0;
  border-bottom: 1px solid #065369;
}
.cid-sxSd3xrTtA .card-img {
  width: 49px;
  height: 49px;
  background-color: #ffffff;
  border-radius: 50%;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1.5rem;
}
.cid-sxSd3xrTtA .icon-wrapper {
  height: 33px;
  width: 33px;
  border-radius: 100%;
  border: 2px solid #388ba4;
}
.cid-sxSd3xrTtA .arrow-group {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: right;
  color: #000000;
}
.cid-sxSd3xrTtA .arrow-group span {
  margin-right: 13.5px;
}
.cid-sxSd3xrTtA .wrap {
  display: flex;
}
.cid-sxSd3xrTtA .icon {
  min-width: 30px;
  height: 30px;
  border-radius: 100%;
  color: #388ba4 !important;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: .7rem;
  font-weight: bold;
  transition: all 0.3s;
  transform: scaleY(-1);
}
.cid-sxSd3xrTtA .icon:before {
  content: "\e908" !important;
}
.cid-sxSd3xrTtA .panel-title.collapsed .icon {
  transform: scaleY(1) !important;
}
.cid-sxSd3xrTtA .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-sxSd3xrTtA .card-header {
  padding: 2rem 0;
  border-bottom: 1px solid #065369;
}
.cid-sxSd3xrTtA .card .card-header a.panel-title {
  background-color: transparent!important;
}
.cid-sxSd3xrTtA .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-sxSd3xrTtA .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-sxSd3xrTtA .panel-group {
  width: 100%;
}
.cid-sxSd3xrTtA .card .card-header {
  background: none;
  border-radius: 0px;
}
.cid-sxSd3xrTtA .card .card-header a.panel-title {
  transition: all .3s;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-sxSd3xrTtA .card .card-header a.panel-title:hover {
  opacity: 0.75;
}
.cid-sxSd3xrTtA .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sxSd3xrTtA .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sxSd3xrTtA .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-sxSd3xrTtA .header-article-text:hover {
  text-decoration: underline;
}
.cid-sxSd3xrTtA .panel-text {
  color: #000000;
  text-align: left;
}
.cid-sxSd3xrTtA .header-text,
.cid-sxSd3xrTtA .sign {
  color: #000000;
  text-align: left;
}
.cid-sxSd3xrTtA .header-article-text,
.cid-sxSd3xrTtA .sign {
  color: #000000;
  text-align: left;
}
.cid-sxSd3xrTtA .accordion > .card > .card-header {
  margin-bottom: 0 !important;
}
.cid-sxSd3xrTtA h4 {
  margin-bottom: 0;
}
.cid-sxSd3xrTtA .header-text {
  color: #1a7a96;
}
.cid-szcrXsHZFe {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #f3f4e8;
}
.cid-szcrXsHZFe .panel-body-wpapper {
  padding: 2.5rem 0;
}
.cid-szcrXsHZFe .panel-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2rem 1rem 2rem 0;
  border-bottom: 1px solid #065369;
}
.cid-szcrXsHZFe .card-img {
  width: 49px;
  height: 49px;
  background-color: #f3f4e8;
  border-radius: 50%;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1.5rem;
}
.cid-szcrXsHZFe .icon-wrapper {
  height: 33px;
  width: 33px;
  border-radius: 100%;
  border: 2px solid #388ba4;
}
.cid-szcrXsHZFe .arrow-group {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: right;
  color: #000000;
}
.cid-szcrXsHZFe .arrow-group span {
  margin-right: 13.5px;
}
.cid-szcrXsHZFe .wrap {
  display: flex;
}
.cid-szcrXsHZFe .icon {
  min-width: 30px;
  height: 30px;
  border-radius: 100%;
  color: #388ba4 !important;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: .7rem;
  font-weight: bold;
  transition: all 0.3s;
  transform: scaleY(-1);
}
.cid-szcrXsHZFe .icon:before {
  content: "\e908" !important;
}
.cid-szcrXsHZFe .panel-title.collapsed .icon {
  transform: scaleY(1) !important;
}
.cid-szcrXsHZFe .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-szcrXsHZFe .card-header {
  padding: 2rem 0;
  border-bottom: 1px solid #065369;
}
.cid-szcrXsHZFe .card .card-header a.panel-title {
  background-color: transparent!important;
}
.cid-szcrXsHZFe .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-szcrXsHZFe .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-szcrXsHZFe .panel-group {
  width: 100%;
}
.cid-szcrXsHZFe .card .card-header {
  background: none;
  border-radius: 0px;
}
.cid-szcrXsHZFe .card .card-header a.panel-title {
  transition: all .3s;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-szcrXsHZFe .card .card-header a.panel-title:hover {
  opacity: 0.75;
}
.cid-szcrXsHZFe .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-szcrXsHZFe .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-szcrXsHZFe .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-szcrXsHZFe .header-article-text:hover {
  text-decoration: underline;
}
.cid-szcrXsHZFe .panel-text {
  color: #000000;
  text-align: left;
}
.cid-szcrXsHZFe .header-text,
.cid-szcrXsHZFe .sign {
  color: #000000;
  text-align: left;
}
.cid-szcrXsHZFe .header-article-text,
.cid-szcrXsHZFe .sign {
  color: #000000;
  text-align: left;
}
.cid-szcrXsHZFe .accordion > .card > .card-header {
  margin-bottom: 0 !important;
}
.cid-szcrXsHZFe h4 {
  margin-bottom: 0;
}
.cid-szcrXsHZFe .header-text {
  color: #5a7b0f;
}
.cid-sxSj7TYSJy {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sxSj7TYSJy .panel-body-wpapper {
  padding: 2.5rem 0;
}
.cid-sxSj7TYSJy .panel-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2rem 1rem 2rem 0;
  border-bottom: 1px solid #065369;
}
.cid-sxSj7TYSJy .card-img {
  width: 49px;
  height: 49px;
  background-color: #ffffff;
  border-radius: 50%;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1.5rem;
}
.cid-sxSj7TYSJy .icon-wrapper {
  height: 33px;
  width: 33px;
  border-radius: 100%;
  border: 2px solid #388ba4;
}
.cid-sxSj7TYSJy .arrow-group {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: right;
  color: #000000;
}
.cid-sxSj7TYSJy .arrow-group span {
  margin-right: 13.5px;
}
.cid-sxSj7TYSJy .wrap {
  display: flex;
}
.cid-sxSj7TYSJy .icon {
  min-width: 30px;
  height: 30px;
  border-radius: 100%;
  color: #388ba4 !important;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: .7rem;
  font-weight: bold;
  transition: all 0.3s;
  transform: scaleY(-1);
}
.cid-sxSj7TYSJy .icon:before {
  content: "\e908" !important;
}
.cid-sxSj7TYSJy .panel-title.collapsed .icon {
  transform: scaleY(1) !important;
}
.cid-sxSj7TYSJy .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-sxSj7TYSJy .card-header {
  padding: 2rem 0;
  border-bottom: 1px solid #065369;
}
.cid-sxSj7TYSJy .card .card-header a.panel-title {
  background-color: transparent!important;
}
.cid-sxSj7TYSJy .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-sxSj7TYSJy .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-sxSj7TYSJy .panel-group {
  width: 100%;
}
.cid-sxSj7TYSJy .card .card-header {
  background: none;
  border-radius: 0px;
}
.cid-sxSj7TYSJy .card .card-header a.panel-title {
  transition: all .3s;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-sxSj7TYSJy .card .card-header a.panel-title:hover {
  opacity: 0.75;
}
.cid-sxSj7TYSJy .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sxSj7TYSJy .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sxSj7TYSJy .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-sxSj7TYSJy .header-article-text:hover {
  text-decoration: underline;
}
.cid-sxSj7TYSJy .panel-text {
  color: #000000;
  text-align: left;
}
.cid-sxSj7TYSJy .header-text,
.cid-sxSj7TYSJy .sign {
  color: #000000;
  text-align: left;
}
.cid-sxSj7TYSJy .header-article-text,
.cid-sxSj7TYSJy .sign {
  color: #000000;
  text-align: left;
}
.cid-sxSj7TYSJy .accordion > .card > .card-header {
  margin-bottom: 0 !important;
}
.cid-sxSj7TYSJy h4 {
  margin-bottom: 0;
}
.cid-sxSj7TYSJy .header-text {
  color: #1a7a96;
}
.cid-sxSbD34yio {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #f3f4e8;
}
.cid-sxSbD34yio .panel-body-wpapper {
  padding: 2.5rem 0;
}
.cid-sxSbD34yio .panel-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2rem 1rem 2rem 0;
  border-bottom: 1px solid #065369;
}
.cid-sxSbD34yio .card-img {
  width: 49px;
  height: 49px;
  background-color: #f3f4e8;
  border-radius: 50%;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1.5rem;
}
.cid-sxSbD34yio .icon-wrapper {
  height: 33px;
  width: 33px;
  border-radius: 100%;
  border: 2px solid #388ba4;
}
.cid-sxSbD34yio .arrow-group {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: right;
  color: #000000;
}
.cid-sxSbD34yio .arrow-group span {
  margin-right: 13.5px;
}
.cid-sxSbD34yio .wrap {
  display: flex;
}
.cid-sxSbD34yio .icon {
  min-width: 30px;
  height: 30px;
  border-radius: 100%;
  color: #388ba4 !important;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: .7rem;
  font-weight: bold;
  transition: all 0.3s;
  transform: scaleY(-1);
}
.cid-sxSbD34yio .icon:before {
  content: "\e908" !important;
}
.cid-sxSbD34yio .panel-title.collapsed .icon {
  transform: scaleY(1) !important;
}
.cid-sxSbD34yio .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-sxSbD34yio .card-header {
  padding: 2rem 0;
  border-bottom: 1px solid #065369;
}
.cid-sxSbD34yio .card .card-header a.panel-title {
  background-color: transparent!important;
}
.cid-sxSbD34yio .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-sxSbD34yio .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-sxSbD34yio .panel-group {
  width: 100%;
}
.cid-sxSbD34yio .card .card-header {
  background: none;
  border-radius: 0px;
}
.cid-sxSbD34yio .card .card-header a.panel-title {
  transition: all .3s;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-sxSbD34yio .card .card-header a.panel-title:hover {
  opacity: 0.75;
}
.cid-sxSbD34yio .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sxSbD34yio .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sxSbD34yio .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-sxSbD34yio .header-article-text:hover {
  text-decoration: underline;
}
.cid-sxSbD34yio .panel-text {
  color: #000000;
  text-align: left;
}
.cid-sxSbD34yio .header-text,
.cid-sxSbD34yio .sign {
  color: #000000;
  text-align: left;
}
.cid-sxSbD34yio .header-article-text,
.cid-sxSbD34yio .sign {
  color: #000000;
  text-align: left;
}
.cid-sxSbD34yio .accordion > .card > .card-header {
  margin-bottom: 0 !important;
}
.cid-sxSbD34yio h4 {
  margin-bottom: 0;
}
.cid-sxSbD34yio .header-text {
  color: #1a7a96;
}
.cid-tuCfwxPJ4U {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tuCfwxPJ4U .panel-body-wpapper {
  padding: 2.5rem 0;
}
.cid-tuCfwxPJ4U .panel-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2rem 1rem 2rem 0;
  border-bottom: 1px solid #065369;
}
.cid-tuCfwxPJ4U .card-img {
  width: 49px;
  height: 49px;
  background-color: #ffffff;
  border-radius: 50%;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1.5rem;
}
.cid-tuCfwxPJ4U .icon-wrapper {
  height: 33px;
  width: 33px;
  border-radius: 100%;
  border: 2px solid #388ba4;
}
.cid-tuCfwxPJ4U .arrow-group {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: right;
  color: #000000;
}
.cid-tuCfwxPJ4U .arrow-group span {
  margin-right: 13.5px;
}
.cid-tuCfwxPJ4U .wrap {
  display: flex;
}
.cid-tuCfwxPJ4U .icon {
  min-width: 30px;
  height: 30px;
  border-radius: 100%;
  color: #388ba4 !important;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: .7rem;
  font-weight: bold;
  transition: all 0.3s;
  transform: scaleY(-1);
}
.cid-tuCfwxPJ4U .icon:before {
  content: "\e908" !important;
}
.cid-tuCfwxPJ4U .panel-title.collapsed .icon {
  transform: scaleY(1) !important;
}
.cid-tuCfwxPJ4U .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-tuCfwxPJ4U .card-header {
  padding: 2rem 0;
  border-bottom: 1px solid #065369;
}
.cid-tuCfwxPJ4U .card .card-header a.panel-title {
  background-color: transparent!important;
}
.cid-tuCfwxPJ4U .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-tuCfwxPJ4U .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-tuCfwxPJ4U .panel-group {
  width: 100%;
}
.cid-tuCfwxPJ4U .card .card-header {
  background: none;
  border-radius: 0px;
}
.cid-tuCfwxPJ4U .card .card-header a.panel-title {
  transition: all .3s;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-tuCfwxPJ4U .card .card-header a.panel-title:hover {
  opacity: 0.75;
}
.cid-tuCfwxPJ4U .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tuCfwxPJ4U .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tuCfwxPJ4U .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-tuCfwxPJ4U .header-article-text:hover {
  text-decoration: underline;
}
.cid-tuCfwxPJ4U .panel-text {
  color: #000000;
  text-align: left;
}
.cid-tuCfwxPJ4U .header-text,
.cid-tuCfwxPJ4U .sign {
  color: #000000;
  text-align: left;
}
.cid-tuCfwxPJ4U .header-article-text,
.cid-tuCfwxPJ4U .sign {
  color: #000000;
  text-align: left;
}
.cid-tuCfwxPJ4U .accordion > .card > .card-header {
  margin-bottom: 0 !important;
}
.cid-tuCfwxPJ4U h4 {
  margin-bottom: 0;
}
.cid-tuCfwxPJ4U .header-text {
  color: #1a7a96;
}
.cid-sxSkZ9vfcz {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #f3f4e8;
}
.cid-sxSkZ9vfcz .panel-body-wpapper {
  padding: 2.5rem 0;
}
.cid-sxSkZ9vfcz .panel-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2rem 1rem 2rem 0;
  border-bottom: 1px solid #065369;
}
.cid-sxSkZ9vfcz .card-img {
  width: 49px;
  height: 49px;
  background-color: #f3f4e8;
  border-radius: 50%;
  color: #f3f4e8;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1.5rem;
}
.cid-sxSkZ9vfcz .icon-wrapper {
  height: 33px;
  width: 33px;
  border-radius: 100%;
  border: 2px solid #388ba4;
}
.cid-sxSkZ9vfcz .arrow-group {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: right;
  color: #000000;
}
.cid-sxSkZ9vfcz .arrow-group span {
  margin-right: 13.5px;
}
.cid-sxSkZ9vfcz .wrap {
  display: flex;
}
.cid-sxSkZ9vfcz .icon {
  min-width: 30px;
  height: 30px;
  border-radius: 100%;
  color: #388ba4 !important;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: .7rem;
  font-weight: bold;
  transition: all 0.3s;
  transform: scaleY(-1);
}
.cid-sxSkZ9vfcz .icon:before {
  content: "\e908" !important;
}
.cid-sxSkZ9vfcz .panel-title.collapsed .icon {
  transform: scaleY(1) !important;
}
.cid-sxSkZ9vfcz .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-sxSkZ9vfcz .card-header {
  padding: 2rem 0;
  border-bottom: 1px solid #065369;
}
.cid-sxSkZ9vfcz .card .card-header a.panel-title {
  background-color: transparent!important;
}
.cid-sxSkZ9vfcz .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-sxSkZ9vfcz .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-sxSkZ9vfcz .panel-group {
  width: 100%;
}
.cid-sxSkZ9vfcz .card .card-header {
  background: none;
  border-radius: 0px;
}
.cid-sxSkZ9vfcz .card .card-header a.panel-title {
  transition: all .3s;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-sxSkZ9vfcz .card .card-header a.panel-title:hover {
  opacity: 0.75;
}
.cid-sxSkZ9vfcz .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sxSkZ9vfcz .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sxSkZ9vfcz .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-sxSkZ9vfcz .header-article-text:hover {
  text-decoration: underline;
}
.cid-sxSkZ9vfcz .panel-text {
  color: #000000;
  text-align: left;
}
.cid-sxSkZ9vfcz .header-text,
.cid-sxSkZ9vfcz .sign {
  color: #000000;
  text-align: left;
}
.cid-sxSkZ9vfcz .header-article-text,
.cid-sxSkZ9vfcz .sign {
  color: #000000;
  text-align: left;
}
.cid-sxSkZ9vfcz .accordion > .card > .card-header {
  margin-bottom: 0 !important;
}
.cid-sxSkZ9vfcz h4 {
  margin-bottom: 0;
}
.cid-sxSkZ9vfcz .header-text {
  color: #1a7a96;
}
.cid-sziuY4DD5Z {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sziuY4DD5Z .panel-body-wpapper {
  padding: 2.5rem 0;
}
.cid-sziuY4DD5Z .panel-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2rem 1rem 2rem 0;
  border-bottom: 1px solid #065369;
}
.cid-sziuY4DD5Z .card-img {
  width: 49px;
  height: 49px;
  background-color: #ffffff;
  border-radius: 50%;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1.5rem;
}
.cid-sziuY4DD5Z .icon-wrapper {
  height: 33px;
  width: 33px;
  border-radius: 100%;
  border: 2px solid #388ba4;
}
.cid-sziuY4DD5Z .arrow-group {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: right;
  color: #000000;
}
.cid-sziuY4DD5Z .arrow-group span {
  margin-right: 13.5px;
}
.cid-sziuY4DD5Z .wrap {
  display: flex;
}
.cid-sziuY4DD5Z .icon {
  min-width: 30px;
  height: 30px;
  border-radius: 100%;
  color: #388ba4 !important;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: .7rem;
  font-weight: bold;
  transition: all 0.3s;
  transform: scaleY(-1);
}
.cid-sziuY4DD5Z .icon:before {
  content: "\e908" !important;
}
.cid-sziuY4DD5Z .panel-title.collapsed .icon {
  transform: scaleY(1) !important;
}
.cid-sziuY4DD5Z .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-sziuY4DD5Z .card-header {
  padding: 2rem 0;
  border-bottom: 1px solid #065369;
}
.cid-sziuY4DD5Z .card .card-header a.panel-title {
  background-color: transparent!important;
}
.cid-sziuY4DD5Z .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-sziuY4DD5Z .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-sziuY4DD5Z .panel-group {
  width: 100%;
}
.cid-sziuY4DD5Z .card .card-header {
  background: none;
  border-radius: 0px;
}
.cid-sziuY4DD5Z .card .card-header a.panel-title {
  transition: all .3s;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-sziuY4DD5Z .card .card-header a.panel-title:hover {
  opacity: 0.75;
}
.cid-sziuY4DD5Z .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sziuY4DD5Z .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sziuY4DD5Z .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-sziuY4DD5Z .header-article-text:hover {
  text-decoration: underline;
}
.cid-sziuY4DD5Z .panel-text {
  color: #000000;
  text-align: left;
}
.cid-sziuY4DD5Z .header-text,
.cid-sziuY4DD5Z .sign {
  color: #000000;
  text-align: left;
}
.cid-sziuY4DD5Z .header-article-text,
.cid-sziuY4DD5Z .sign {
  color: #000000;
  text-align: left;
}
.cid-sziuY4DD5Z .accordion > .card > .card-header {
  margin-bottom: 0 !important;
}
.cid-sziuY4DD5Z h4 {
  margin-bottom: 0;
}
.cid-sziuY4DD5Z .header-text {
  color: #1a7a96;
}
.cid-szcjirD9Rv {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #f3f4e8;
}
.cid-szcjirD9Rv .panel-body-wpapper {
  padding: 2.5rem 0;
}
.cid-szcjirD9Rv .panel-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2rem 1rem 2rem 0;
  border-bottom: 1px solid #065369;
}
.cid-szcjirD9Rv .card-img {
  width: 49px;
  height: 49px;
  background-color: #f3f4e8;
  border-radius: 50%;
  color: #f3f4e8;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1.5rem;
}
.cid-szcjirD9Rv .icon-wrapper {
  height: 33px;
  width: 33px;
  border-radius: 100%;
  border: 2px solid #388ba4;
}
.cid-szcjirD9Rv .arrow-group {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: right;
  color: #000000;
}
.cid-szcjirD9Rv .arrow-group span {
  margin-right: 13.5px;
}
.cid-szcjirD9Rv .wrap {
  display: flex;
}
.cid-szcjirD9Rv .icon {
  min-width: 30px;
  height: 30px;
  border-radius: 100%;
  color: #388ba4 !important;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: .7rem;
  font-weight: bold;
  transition: all 0.3s;
  transform: scaleY(-1);
}
.cid-szcjirD9Rv .icon:before {
  content: "\e908" !important;
}
.cid-szcjirD9Rv .panel-title.collapsed .icon {
  transform: scaleY(1) !important;
}
.cid-szcjirD9Rv .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-szcjirD9Rv .card-header {
  padding: 2rem 0;
  border-bottom: 1px solid #065369;
}
.cid-szcjirD9Rv .card .card-header a.panel-title {
  background-color: transparent!important;
}
.cid-szcjirD9Rv .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-szcjirD9Rv .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-szcjirD9Rv .panel-group {
  width: 100%;
}
.cid-szcjirD9Rv .card .card-header {
  background: none;
  border-radius: 0px;
}
.cid-szcjirD9Rv .card .card-header a.panel-title {
  transition: all .3s;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-szcjirD9Rv .card .card-header a.panel-title:hover {
  opacity: 0.75;
}
.cid-szcjirD9Rv .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-szcjirD9Rv .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-szcjirD9Rv .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-szcjirD9Rv .header-article-text:hover {
  text-decoration: underline;
}
.cid-szcjirD9Rv .panel-text {
  color: #000000;
  text-align: left;
}
.cid-szcjirD9Rv .header-text,
.cid-szcjirD9Rv .sign {
  color: #000000;
  text-align: left;
}
.cid-szcjirD9Rv .header-article-text,
.cid-szcjirD9Rv .sign {
  color: #000000;
  text-align: left;
}
.cid-szcjirD9Rv .accordion > .card > .card-header {
  margin-bottom: 0 !important;
}
.cid-szcjirD9Rv h4 {
  margin-bottom: 0;
}
.cid-szcjirD9Rv .header-text {
  color: #1a7a96;
}
.cid-ssBoRJmIjH {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-ssBoRJmIjH .panel-body-wpapper {
  padding: 2.5rem 0;
}
.cid-ssBoRJmIjH .panel-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2rem 1rem 2rem 0;
  border-bottom: 1px solid #065369;
}
.cid-ssBoRJmIjH .card-img {
  width: 49px;
  height: 49px;
  background-color: #ffffff;
  border-radius: 50%;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1.5rem;
}
.cid-ssBoRJmIjH .icon-wrapper {
  height: 33px;
  width: 33px;
  border-radius: 100%;
  border: 2px solid #388ba4;
}
.cid-ssBoRJmIjH .arrow-group {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: right;
  color: #000000;
}
.cid-ssBoRJmIjH .arrow-group span {
  margin-right: 13.5px;
}
.cid-ssBoRJmIjH .wrap {
  display: flex;
}
.cid-ssBoRJmIjH .icon {
  min-width: 30px;
  height: 30px;
  border-radius: 100%;
  color: #388ba4 !important;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: .7rem;
  font-weight: bold;
  transition: all 0.3s;
  transform: scaleY(-1);
}
.cid-ssBoRJmIjH .icon:before {
  content: "\e908" !important;
}
.cid-ssBoRJmIjH .panel-title.collapsed .icon {
  transform: scaleY(1) !important;
}
.cid-ssBoRJmIjH .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ssBoRJmIjH .card-header {
  padding: 2rem 0;
  border-bottom: 1px solid #065369;
}
.cid-ssBoRJmIjH .card .card-header a.panel-title {
  background-color: transparent!important;
}
.cid-ssBoRJmIjH .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-ssBoRJmIjH .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-ssBoRJmIjH .panel-group {
  width: 100%;
}
.cid-ssBoRJmIjH .card .card-header {
  background: none;
  border-radius: 0px;
}
.cid-ssBoRJmIjH .card .card-header a.panel-title {
  transition: all .3s;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-ssBoRJmIjH .card .card-header a.panel-title:hover {
  opacity: 0.75;
}
.cid-ssBoRJmIjH .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-ssBoRJmIjH .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-ssBoRJmIjH .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-ssBoRJmIjH .header-article-text:hover {
  text-decoration: underline;
}
.cid-ssBoRJmIjH .panel-text {
  color: #000000;
  text-align: left;
}
.cid-ssBoRJmIjH .header-text,
.cid-ssBoRJmIjH .sign {
  color: #000000;
  text-align: left;
}
.cid-ssBoRJmIjH .header-article-text,
.cid-ssBoRJmIjH .sign {
  color: #000000;
  text-align: left;
}
.cid-ssBoRJmIjH .accordion > .card > .card-header {
  margin-bottom: 0 !important;
}
.cid-ssBoRJmIjH h4 {
  margin-bottom: 0;
}
.cid-ssBoRJmIjH .header-text {
  color: #1a7a96;
}
.cid-sxSg6qCssN {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #f3f4e8;
}
.cid-sxSg6qCssN .panel-body-wpapper {
  padding: 2.5rem 0;
}
.cid-sxSg6qCssN .panel-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2rem 1rem 2rem 0;
  border-bottom: 1px solid #065369;
}
.cid-sxSg6qCssN .card-img {
  width: 49px;
  height: 49px;
  background-color: #f3f4e8;
  border-radius: 50%;
  color: #f3f4e8;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1.5rem;
}
.cid-sxSg6qCssN .icon-wrapper {
  height: 33px;
  width: 33px;
  border-radius: 100%;
  border: 2px solid #388ba4;
}
.cid-sxSg6qCssN .arrow-group {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: right;
  color: #000000;
}
.cid-sxSg6qCssN .arrow-group span {
  margin-right: 13.5px;
}
.cid-sxSg6qCssN .wrap {
  display: flex;
}
.cid-sxSg6qCssN .icon {
  min-width: 30px;
  height: 30px;
  border-radius: 100%;
  color: #388ba4 !important;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: .7rem;
  font-weight: bold;
  transition: all 0.3s;
  transform: scaleY(-1);
}
.cid-sxSg6qCssN .icon:before {
  content: "\e908" !important;
}
.cid-sxSg6qCssN .panel-title.collapsed .icon {
  transform: scaleY(1) !important;
}
.cid-sxSg6qCssN .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-sxSg6qCssN .card-header {
  padding: 2rem 0;
  border-bottom: 1px solid #065369;
}
.cid-sxSg6qCssN .card .card-header a.panel-title {
  background-color: transparent!important;
}
.cid-sxSg6qCssN .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-sxSg6qCssN .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-sxSg6qCssN .panel-group {
  width: 100%;
}
.cid-sxSg6qCssN .card .card-header {
  background: none;
  border-radius: 0px;
}
.cid-sxSg6qCssN .card .card-header a.panel-title {
  transition: all .3s;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-sxSg6qCssN .card .card-header a.panel-title:hover {
  opacity: 0.75;
}
.cid-sxSg6qCssN .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sxSg6qCssN .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sxSg6qCssN .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-sxSg6qCssN .header-article-text:hover {
  text-decoration: underline;
}
.cid-sxSg6qCssN .panel-text {
  color: #000000;
  text-align: left;
}
.cid-sxSg6qCssN .header-text,
.cid-sxSg6qCssN .sign {
  color: #000000;
  text-align: left;
}
.cid-sxSg6qCssN .header-article-text,
.cid-sxSg6qCssN .sign {
  color: #000000;
  text-align: left;
}
.cid-sxSg6qCssN .accordion > .card > .card-header {
  margin-bottom: 0 !important;
}
.cid-sxSg6qCssN h4 {
  margin-bottom: 0;
}
.cid-sxSg6qCssN .header-text {
  color: #1a7a96;
}
.cid-sxSgFfeO6y {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sxSgFfeO6y .panel-body-wpapper {
  padding: 2.5rem 0;
}
.cid-sxSgFfeO6y .panel-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2rem 1rem 2rem 0;
  border-bottom: 1px solid #065369;
}
.cid-sxSgFfeO6y .card-img {
  width: 49px;
  height: 49px;
  background-color: #ffffff;
  border-radius: 50%;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1.5rem;
}
.cid-sxSgFfeO6y .icon-wrapper {
  height: 33px;
  width: 33px;
  border-radius: 100%;
  border: 2px solid #388ba4;
}
.cid-sxSgFfeO6y .arrow-group {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: right;
  color: #000000;
}
.cid-sxSgFfeO6y .arrow-group span {
  margin-right: 13.5px;
}
.cid-sxSgFfeO6y .wrap {
  display: flex;
}
.cid-sxSgFfeO6y .icon {
  min-width: 30px;
  height: 30px;
  border-radius: 100%;
  color: #388ba4 !important;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: .7rem;
  font-weight: bold;
  transition: all 0.3s;
  transform: scaleY(-1);
}
.cid-sxSgFfeO6y .icon:before {
  content: "\e908" !important;
}
.cid-sxSgFfeO6y .panel-title.collapsed .icon {
  transform: scaleY(1) !important;
}
.cid-sxSgFfeO6y .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-sxSgFfeO6y .card-header {
  padding: 2rem 0;
  border-bottom: 1px solid #065369;
}
.cid-sxSgFfeO6y .card .card-header a.panel-title {
  background-color: transparent!important;
}
.cid-sxSgFfeO6y .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-sxSgFfeO6y .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-sxSgFfeO6y .panel-group {
  width: 100%;
}
.cid-sxSgFfeO6y .card .card-header {
  background: none;
  border-radius: 0px;
}
.cid-sxSgFfeO6y .card .card-header a.panel-title {
  transition: all .3s;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-sxSgFfeO6y .card .card-header a.panel-title:hover {
  opacity: 0.75;
}
.cid-sxSgFfeO6y .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sxSgFfeO6y .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sxSgFfeO6y .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-sxSgFfeO6y .header-article-text:hover {
  text-decoration: underline;
}
.cid-sxSgFfeO6y .panel-text {
  color: #000000;
  text-align: left;
}
.cid-sxSgFfeO6y .header-text,
.cid-sxSgFfeO6y .sign {
  color: #000000;
  text-align: left;
}
.cid-sxSgFfeO6y .header-article-text,
.cid-sxSgFfeO6y .sign {
  color: #000000;
  text-align: left;
}
.cid-sxSgFfeO6y .accordion > .card > .card-header {
  margin-bottom: 0 !important;
}
.cid-sxSgFfeO6y h4 {
  margin-bottom: 0;
}
.cid-sxSgFfeO6y .header-text {
  color: #1a7a96;
}
.cid-sylGNcA4K8 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #f3f4e8;
}
.cid-sylGNcA4K8 .panel-body-wpapper {
  padding: 2.5rem 0;
}
.cid-sylGNcA4K8 .panel-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2rem 1rem 2rem 0;
  border-bottom: 1px solid #065369;
}
.cid-sylGNcA4K8 .card-img {
  width: 49px;
  height: 49px;
  background-color: #f3f4e8;
  border-radius: 50%;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1.5rem;
}
.cid-sylGNcA4K8 .icon-wrapper {
  height: 33px;
  width: 33px;
  border-radius: 100%;
  border: 2px solid #388ba4;
}
.cid-sylGNcA4K8 .arrow-group {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: right;
  color: #000000;
}
.cid-sylGNcA4K8 .arrow-group span {
  margin-right: 13.5px;
}
.cid-sylGNcA4K8 .wrap {
  display: flex;
}
.cid-sylGNcA4K8 .icon {
  min-width: 30px;
  height: 30px;
  border-radius: 100%;
  color: #388ba4 !important;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: .7rem;
  font-weight: bold;
  transition: all 0.3s;
  transform: scaleY(-1);
}
.cid-sylGNcA4K8 .icon:before {
  content: "\e908" !important;
}
.cid-sylGNcA4K8 .panel-title.collapsed .icon {
  transform: scaleY(1) !important;
}
.cid-sylGNcA4K8 .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-sylGNcA4K8 .card-header {
  padding: 2rem 0;
  border-bottom: 1px solid #065369;
}
.cid-sylGNcA4K8 .card .card-header a.panel-title {
  background-color: transparent!important;
}
.cid-sylGNcA4K8 .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-sylGNcA4K8 .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-sylGNcA4K8 .panel-group {
  width: 100%;
}
.cid-sylGNcA4K8 .card .card-header {
  background: none;
  border-radius: 0px;
}
.cid-sylGNcA4K8 .card .card-header a.panel-title {
  transition: all .3s;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-sylGNcA4K8 .card .card-header a.panel-title:hover {
  opacity: 0.75;
}
.cid-sylGNcA4K8 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sylGNcA4K8 .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sylGNcA4K8 .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-sylGNcA4K8 .header-article-text:hover {
  text-decoration: underline;
}
.cid-sylGNcA4K8 .panel-text {
  color: #000000;
  text-align: left;
}
.cid-sylGNcA4K8 .header-text,
.cid-sylGNcA4K8 .sign {
  color: #000000;
  text-align: left;
}
.cid-sylGNcA4K8 .header-article-text,
.cid-sylGNcA4K8 .sign {
  color: #000000;
  text-align: left;
}
.cid-sylGNcA4K8 .accordion > .card > .card-header {
  margin-bottom: 0 !important;
}
.cid-sylGNcA4K8 h4 {
  margin-bottom: 0;
}
.cid-sylGNcA4K8 .header-text {
  color: #5a7b0f;
}
.cid-sxSrwxXhZe {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sxSrwxXhZe .panel-body-wpapper {
  padding: 2.5rem 0;
}
.cid-sxSrwxXhZe .panel-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2rem 1rem 2rem 0;
  border-bottom: 1px solid #065369;
}
.cid-sxSrwxXhZe .card-img {
  width: 49px;
  height: 49px;
  background-color: #ffffff;
  border-radius: 50%;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1.5rem;
}
.cid-sxSrwxXhZe .icon-wrapper {
  height: 33px;
  width: 33px;
  border-radius: 100%;
  border: 2px solid #388ba4;
}
.cid-sxSrwxXhZe .arrow-group {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: right;
  color: #000000;
}
.cid-sxSrwxXhZe .arrow-group span {
  margin-right: 13.5px;
}
.cid-sxSrwxXhZe .wrap {
  display: flex;
}
.cid-sxSrwxXhZe .icon {
  min-width: 30px;
  height: 30px;
  border-radius: 100%;
  color: #388ba4 !important;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: .7rem;
  font-weight: bold;
  transition: all 0.3s;
  transform: scaleY(-1);
}
.cid-sxSrwxXhZe .icon:before {
  content: "\e908" !important;
}
.cid-sxSrwxXhZe .panel-title.collapsed .icon {
  transform: scaleY(1) !important;
}
.cid-sxSrwxXhZe .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-sxSrwxXhZe .card-header {
  padding: 2rem 0;
  border-bottom: 1px solid #065369;
}
.cid-sxSrwxXhZe .card .card-header a.panel-title {
  background-color: transparent!important;
}
.cid-sxSrwxXhZe .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-sxSrwxXhZe .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-sxSrwxXhZe .panel-group {
  width: 100%;
}
.cid-sxSrwxXhZe .card .card-header {
  background: none;
  border-radius: 0px;
}
.cid-sxSrwxXhZe .card .card-header a.panel-title {
  transition: all .3s;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-sxSrwxXhZe .card .card-header a.panel-title:hover {
  opacity: 0.75;
}
.cid-sxSrwxXhZe .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sxSrwxXhZe .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sxSrwxXhZe .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-sxSrwxXhZe .header-article-text:hover {
  text-decoration: underline;
}
.cid-sxSrwxXhZe .panel-text {
  color: #000000;
  text-align: left;
}
.cid-sxSrwxXhZe .header-text,
.cid-sxSrwxXhZe .sign {
  color: #000000;
  text-align: left;
}
.cid-sxSrwxXhZe .header-article-text,
.cid-sxSrwxXhZe .sign {
  color: #000000;
  text-align: left;
}
.cid-sxSrwxXhZe .accordion > .card > .card-header {
  margin-bottom: 0 !important;
}
.cid-sxSrwxXhZe h4 {
  margin-bottom: 0;
}
.cid-sxSrwxXhZe .header-text {
  color: #1a7a96;
}
.cid-sxSqKn3prZ {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #f3f4e8;
}
.cid-sxSqKn3prZ .panel-body-wpapper {
  padding: 2.5rem 0;
}
.cid-sxSqKn3prZ .panel-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2rem 1rem 2rem 0;
  border-bottom: 1px solid #065369;
}
.cid-sxSqKn3prZ .card-img {
  width: 49px;
  height: 49px;
  background-color: #f3f4e8;
  border-radius: 50%;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1.5rem;
}
.cid-sxSqKn3prZ .icon-wrapper {
  height: 33px;
  width: 33px;
  border-radius: 100%;
  border: 2px solid #388ba4;
}
.cid-sxSqKn3prZ .arrow-group {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: right;
  color: #000000;
}
.cid-sxSqKn3prZ .arrow-group span {
  margin-right: 13.5px;
}
.cid-sxSqKn3prZ .wrap {
  display: flex;
}
.cid-sxSqKn3prZ .icon {
  min-width: 30px;
  height: 30px;
  border-radius: 100%;
  color: #388ba4 !important;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: .7rem;
  font-weight: bold;
  transition: all 0.3s;
  transform: scaleY(-1);
}
.cid-sxSqKn3prZ .icon:before {
  content: "\e908" !important;
}
.cid-sxSqKn3prZ .panel-title.collapsed .icon {
  transform: scaleY(1) !important;
}
.cid-sxSqKn3prZ .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-sxSqKn3prZ .card-header {
  padding: 2rem 0;
  border-bottom: 1px solid #065369;
}
.cid-sxSqKn3prZ .card .card-header a.panel-title {
  background-color: transparent!important;
}
.cid-sxSqKn3prZ .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-sxSqKn3prZ .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-sxSqKn3prZ .panel-group {
  width: 100%;
}
.cid-sxSqKn3prZ .card .card-header {
  background: none;
  border-radius: 0px;
}
.cid-sxSqKn3prZ .card .card-header a.panel-title {
  transition: all .3s;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-sxSqKn3prZ .card .card-header a.panel-title:hover {
  opacity: 0.75;
}
.cid-sxSqKn3prZ .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sxSqKn3prZ .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sxSqKn3prZ .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-sxSqKn3prZ .header-article-text:hover {
  text-decoration: underline;
}
.cid-sxSqKn3prZ .panel-text {
  color: #000000;
  text-align: left;
}
.cid-sxSqKn3prZ .header-text,
.cid-sxSqKn3prZ .sign {
  color: #000000;
  text-align: left;
}
.cid-sxSqKn3prZ .header-article-text,
.cid-sxSqKn3prZ .sign {
  color: #000000;
  text-align: left;
}
.cid-sxSqKn3prZ .accordion > .card > .card-header {
  margin-bottom: 0 !important;
}
.cid-sxSqKn3prZ h4 {
  margin-bottom: 0;
}
.cid-sxSqKn3prZ .header-text {
  color: #1a7a96;
}
.cid-tm2Od2N9sh {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tm2Od2N9sh .panel-body-wpapper {
  padding: 2.5rem 0;
}
.cid-tm2Od2N9sh .panel-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2rem 1rem 2rem 0;
  border-bottom: 1px solid #065369;
}
.cid-tm2Od2N9sh .card-img {
  width: 49px;
  height: 49px;
  background-color: #ffffff;
  border-radius: 50%;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1.5rem;
}
.cid-tm2Od2N9sh .icon-wrapper {
  height: 33px;
  width: 33px;
  border-radius: 100%;
  border: 2px solid #388ba4;
}
.cid-tm2Od2N9sh .arrow-group {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: right;
  color: #000000;
}
.cid-tm2Od2N9sh .arrow-group span {
  margin-right: 13.5px;
}
.cid-tm2Od2N9sh .wrap {
  display: flex;
}
.cid-tm2Od2N9sh .icon {
  min-width: 30px;
  height: 30px;
  border-radius: 100%;
  color: #388ba4 !important;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: .7rem;
  font-weight: bold;
  transition: all 0.3s;
  transform: scaleY(-1);
}
.cid-tm2Od2N9sh .icon:before {
  content: "\e908" !important;
}
.cid-tm2Od2N9sh .panel-title.collapsed .icon {
  transform: scaleY(1) !important;
}
.cid-tm2Od2N9sh .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-tm2Od2N9sh .card-header {
  padding: 2rem 0;
  border-bottom: 1px solid #065369;
}
.cid-tm2Od2N9sh .card .card-header a.panel-title {
  background-color: transparent!important;
}
.cid-tm2Od2N9sh .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-tm2Od2N9sh .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-tm2Od2N9sh .panel-group {
  width: 100%;
}
.cid-tm2Od2N9sh .card .card-header {
  background: none;
  border-radius: 0px;
}
.cid-tm2Od2N9sh .card .card-header a.panel-title {
  transition: all .3s;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-tm2Od2N9sh .card .card-header a.panel-title:hover {
  opacity: 0.75;
}
.cid-tm2Od2N9sh .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tm2Od2N9sh .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tm2Od2N9sh .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-tm2Od2N9sh .header-article-text:hover {
  text-decoration: underline;
}
.cid-tm2Od2N9sh .panel-text {
  color: #000000;
  text-align: left;
}
.cid-tm2Od2N9sh .header-text,
.cid-tm2Od2N9sh .sign {
  color: #000000;
  text-align: left;
}
.cid-tm2Od2N9sh .header-article-text,
.cid-tm2Od2N9sh .sign {
  color: #000000;
  text-align: left;
}
.cid-tm2Od2N9sh .accordion > .card > .card-header {
  margin-bottom: 0 !important;
}
.cid-tm2Od2N9sh h4 {
  margin-bottom: 0;
}
.cid-tm2Od2N9sh .header-text {
  color: #1a7a96;
}
.cid-sxSa2pHljM {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #f3f4e8;
}
.cid-sxSa2pHljM .panel-body-wpapper {
  padding: 2.5rem 0;
}
.cid-sxSa2pHljM .panel-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2rem 1rem 2rem 0;
  border-bottom: 1px solid #065369;
}
.cid-sxSa2pHljM .card-img {
  width: 49px;
  height: 49px;
  background-color: #f3f4e8;
  border-radius: 50%;
  color: #f3f4e8;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1.5rem;
}
.cid-sxSa2pHljM .icon-wrapper {
  height: 33px;
  width: 33px;
  border-radius: 100%;
  border: 2px solid #388ba4;
}
.cid-sxSa2pHljM .arrow-group {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: right;
  color: #000000;
}
.cid-sxSa2pHljM .arrow-group span {
  margin-right: 13.5px;
}
.cid-sxSa2pHljM .wrap {
  display: flex;
}
.cid-sxSa2pHljM .icon {
  min-width: 30px;
  height: 30px;
  border-radius: 100%;
  color: #388ba4 !important;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: .7rem;
  font-weight: bold;
  transition: all 0.3s;
  transform: scaleY(-1);
}
.cid-sxSa2pHljM .icon:before {
  content: "\e908" !important;
}
.cid-sxSa2pHljM .panel-title.collapsed .icon {
  transform: scaleY(1) !important;
}
.cid-sxSa2pHljM .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-sxSa2pHljM .card-header {
  padding: 2rem 0;
  border-bottom: 1px solid #065369;
}
.cid-sxSa2pHljM .card .card-header a.panel-title {
  background-color: transparent!important;
}
.cid-sxSa2pHljM .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-sxSa2pHljM .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-sxSa2pHljM .panel-group {
  width: 100%;
}
.cid-sxSa2pHljM .card .card-header {
  background: none;
  border-radius: 0px;
}
.cid-sxSa2pHljM .card .card-header a.panel-title {
  transition: all .3s;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-sxSa2pHljM .card .card-header a.panel-title:hover {
  opacity: 0.75;
}
.cid-sxSa2pHljM .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sxSa2pHljM .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sxSa2pHljM .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-sxSa2pHljM .header-article-text:hover {
  text-decoration: underline;
}
.cid-sxSa2pHljM .panel-text {
  color: #000000;
  text-align: left;
}
.cid-sxSa2pHljM .header-text,
.cid-sxSa2pHljM .sign {
  color: #000000;
  text-align: left;
}
.cid-sxSa2pHljM .header-article-text,
.cid-sxSa2pHljM .sign {
  color: #000000;
  text-align: left;
}
.cid-sxSa2pHljM .accordion > .card > .card-header {
  margin-bottom: 0 !important;
}
.cid-sxSa2pHljM h4 {
  margin-bottom: 0;
}
.cid-sxSa2pHljM .header-text {
  color: #1a7a96;
}
.cid-sxSfxDXeXD {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sxSfxDXeXD .panel-body-wpapper {
  padding: 2.5rem 0;
}
.cid-sxSfxDXeXD .panel-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2rem 1rem 2rem 0;
  border-bottom: 1px solid #065369;
}
.cid-sxSfxDXeXD .card-img {
  width: 49px;
  height: 49px;
  background-color: #ffffff;
  border-radius: 50%;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1.5rem;
}
.cid-sxSfxDXeXD .icon-wrapper {
  height: 33px;
  width: 33px;
  border-radius: 100%;
  border: 2px solid #388ba4;
}
.cid-sxSfxDXeXD .arrow-group {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: right;
  color: #000000;
}
.cid-sxSfxDXeXD .arrow-group span {
  margin-right: 13.5px;
}
.cid-sxSfxDXeXD .wrap {
  display: flex;
}
.cid-sxSfxDXeXD .icon {
  min-width: 30px;
  height: 30px;
  border-radius: 100%;
  color: #388ba4 !important;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: .7rem;
  font-weight: bold;
  transition: all 0.3s;
  transform: scaleY(-1);
}
.cid-sxSfxDXeXD .icon:before {
  content: "\e908" !important;
}
.cid-sxSfxDXeXD .panel-title.collapsed .icon {
  transform: scaleY(1) !important;
}
.cid-sxSfxDXeXD .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-sxSfxDXeXD .card-header {
  padding: 2rem 0;
  border-bottom: 1px solid #065369;
}
.cid-sxSfxDXeXD .card .card-header a.panel-title {
  background-color: transparent!important;
}
.cid-sxSfxDXeXD .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-sxSfxDXeXD .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-sxSfxDXeXD .panel-group {
  width: 100%;
}
.cid-sxSfxDXeXD .card .card-header {
  background: none;
  border-radius: 0px;
}
.cid-sxSfxDXeXD .card .card-header a.panel-title {
  transition: all .3s;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-sxSfxDXeXD .card .card-header a.panel-title:hover {
  opacity: 0.75;
}
.cid-sxSfxDXeXD .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sxSfxDXeXD .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sxSfxDXeXD .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-sxSfxDXeXD .header-article-text:hover {
  text-decoration: underline;
}
.cid-sxSfxDXeXD .panel-text {
  color: #000000;
  text-align: left;
}
.cid-sxSfxDXeXD .header-text,
.cid-sxSfxDXeXD .sign {
  color: #000000;
  text-align: left;
}
.cid-sxSfxDXeXD .header-article-text,
.cid-sxSfxDXeXD .sign {
  color: #000000;
  text-align: left;
}
.cid-sxSfxDXeXD .accordion > .card > .card-header {
  margin-bottom: 0 !important;
}
.cid-sxSfxDXeXD h4 {
  margin-bottom: 0;
}
.cid-sxSfxDXeXD .header-text {
  color: #1a7a96;
}
.cid-sxSaXTtmMH {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #f3f4e8;
}
.cid-sxSaXTtmMH .panel-body-wpapper {
  padding: 2.5rem 0;
}
.cid-sxSaXTtmMH .panel-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2rem 1rem 2rem 0;
  border-bottom: 1px solid #065369;
}
.cid-sxSaXTtmMH .card-img {
  width: 49px;
  height: 49px;
  background-color: #f3f4e8;
  border-radius: 50%;
  color: #f3f4e8;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1.5rem;
}
.cid-sxSaXTtmMH .icon-wrapper {
  height: 33px;
  width: 33px;
  border-radius: 100%;
  border: 2px solid #388ba4;
}
.cid-sxSaXTtmMH .arrow-group {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: right;
  color: #000000;
}
.cid-sxSaXTtmMH .arrow-group span {
  margin-right: 13.5px;
}
.cid-sxSaXTtmMH .wrap {
  display: flex;
}
.cid-sxSaXTtmMH .icon {
  min-width: 30px;
  height: 30px;
  border-radius: 100%;
  color: #388ba4 !important;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: .7rem;
  font-weight: bold;
  transition: all 0.3s;
  transform: scaleY(-1);
}
.cid-sxSaXTtmMH .icon:before {
  content: "\e908" !important;
}
.cid-sxSaXTtmMH .panel-title.collapsed .icon {
  transform: scaleY(1) !important;
}
.cid-sxSaXTtmMH .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-sxSaXTtmMH .card-header {
  padding: 2rem 0;
  border-bottom: 1px solid #065369;
}
.cid-sxSaXTtmMH .card .card-header a.panel-title {
  background-color: transparent!important;
}
.cid-sxSaXTtmMH .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-sxSaXTtmMH .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-sxSaXTtmMH .panel-group {
  width: 100%;
}
.cid-sxSaXTtmMH .card .card-header {
  background: none;
  border-radius: 0px;
}
.cid-sxSaXTtmMH .card .card-header a.panel-title {
  transition: all .3s;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-sxSaXTtmMH .card .card-header a.panel-title:hover {
  opacity: 0.75;
}
.cid-sxSaXTtmMH .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sxSaXTtmMH .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sxSaXTtmMH .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-sxSaXTtmMH .header-article-text:hover {
  text-decoration: underline;
}
.cid-sxSaXTtmMH .panel-text {
  color: #000000;
  text-align: left;
}
.cid-sxSaXTtmMH .header-text,
.cid-sxSaXTtmMH .sign {
  color: #000000;
  text-align: left;
}
.cid-sxSaXTtmMH .header-article-text,
.cid-sxSaXTtmMH .sign {
  color: #000000;
  text-align: left;
}
.cid-sxSaXTtmMH .accordion > .card > .card-header {
  margin-bottom: 0 !important;
}
.cid-sxSaXTtmMH h4 {
  margin-bottom: 0;
}
.cid-sxSaXTtmMH .header-text {
  color: #1a7a96;
}
.cid-sxScfpozbh {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sxScfpozbh .panel-body-wpapper {
  padding: 2.5rem 0;
}
.cid-sxScfpozbh .panel-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2rem 1rem 2rem 0;
  border-bottom: 1px solid #065369;
}
.cid-sxScfpozbh .card-img {
  width: 49px;
  height: 49px;
  background-color: #ffffff;
  border-radius: 50%;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1.5rem;
}
.cid-sxScfpozbh .icon-wrapper {
  height: 33px;
  width: 33px;
  border-radius: 100%;
  border: 2px solid #388ba4;
}
.cid-sxScfpozbh .arrow-group {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: right;
  color: #000000;
}
.cid-sxScfpozbh .arrow-group span {
  margin-right: 13.5px;
}
.cid-sxScfpozbh .wrap {
  display: flex;
}
.cid-sxScfpozbh .icon {
  min-width: 30px;
  height: 30px;
  border-radius: 100%;
  color: #388ba4 !important;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: .7rem;
  font-weight: bold;
  transition: all 0.3s;
  transform: scaleY(-1);
}
.cid-sxScfpozbh .icon:before {
  content: "\e908" !important;
}
.cid-sxScfpozbh .panel-title.collapsed .icon {
  transform: scaleY(1) !important;
}
.cid-sxScfpozbh .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-sxScfpozbh .card-header {
  padding: 2rem 0;
  border-bottom: 1px solid #065369;
}
.cid-sxScfpozbh .card .card-header a.panel-title {
  background-color: transparent!important;
}
.cid-sxScfpozbh .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-sxScfpozbh .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-sxScfpozbh .panel-group {
  width: 100%;
}
.cid-sxScfpozbh .card .card-header {
  background: none;
  border-radius: 0px;
}
.cid-sxScfpozbh .card .card-header a.panel-title {
  transition: all .3s;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-sxScfpozbh .card .card-header a.panel-title:hover {
  opacity: 0.75;
}
.cid-sxScfpozbh .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sxScfpozbh .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sxScfpozbh .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-sxScfpozbh .header-article-text:hover {
  text-decoration: underline;
}
.cid-sxScfpozbh .panel-text {
  color: #000000;
  text-align: left;
}
.cid-sxScfpozbh .header-text,
.cid-sxScfpozbh .sign {
  color: #000000;
  text-align: left;
}
.cid-sxScfpozbh .header-article-text,
.cid-sxScfpozbh .sign {
  color: #000000;
  text-align: left;
}
.cid-sxScfpozbh .accordion > .card > .card-header {
  margin-bottom: 0 !important;
}
.cid-sxScfpozbh h4 {
  margin-bottom: 0;
}
.cid-sxScfpozbh .header-text {
  color: #1a7a96;
}
.cid-sxSdAWD52e {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #f3f4e8;
}
.cid-sxSdAWD52e .panel-body-wpapper {
  padding: 2.5rem 0;
}
.cid-sxSdAWD52e .panel-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2rem 1rem 2rem 0;
  border-bottom: 1px solid #065369;
}
.cid-sxSdAWD52e .card-img {
  width: 49px;
  height: 49px;
  background-color: #f3f4e8;
  border-radius: 50%;
  color: #f3f4e8;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1.5rem;
}
.cid-sxSdAWD52e .icon-wrapper {
  height: 33px;
  width: 33px;
  border-radius: 100%;
  border: 2px solid #388ba4;
}
.cid-sxSdAWD52e .arrow-group {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: right;
  color: #000000;
}
.cid-sxSdAWD52e .arrow-group span {
  margin-right: 13.5px;
}
.cid-sxSdAWD52e .wrap {
  display: flex;
}
.cid-sxSdAWD52e .icon {
  min-width: 30px;
  height: 30px;
  border-radius: 100%;
  color: #388ba4 !important;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: .7rem;
  font-weight: bold;
  transition: all 0.3s;
  transform: scaleY(-1);
}
.cid-sxSdAWD52e .icon:before {
  content: "\e908" !important;
}
.cid-sxSdAWD52e .panel-title.collapsed .icon {
  transform: scaleY(1) !important;
}
.cid-sxSdAWD52e .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-sxSdAWD52e .card-header {
  padding: 2rem 0;
  border-bottom: 1px solid #065369;
}
.cid-sxSdAWD52e .card .card-header a.panel-title {
  background-color: transparent!important;
}
.cid-sxSdAWD52e .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-sxSdAWD52e .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-sxSdAWD52e .panel-group {
  width: 100%;
}
.cid-sxSdAWD52e .card .card-header {
  background: none;
  border-radius: 0px;
}
.cid-sxSdAWD52e .card .card-header a.panel-title {
  transition: all .3s;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-sxSdAWD52e .card .card-header a.panel-title:hover {
  opacity: 0.75;
}
.cid-sxSdAWD52e .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sxSdAWD52e .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sxSdAWD52e .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-sxSdAWD52e .header-article-text:hover {
  text-decoration: underline;
}
.cid-sxSdAWD52e .panel-text {
  color: #000000;
  text-align: left;
}
.cid-sxSdAWD52e .header-text,
.cid-sxSdAWD52e .sign {
  color: #000000;
  text-align: left;
}
.cid-sxSdAWD52e .header-article-text,
.cid-sxSdAWD52e .sign {
  color: #000000;
  text-align: left;
}
.cid-sxSdAWD52e .accordion > .card > .card-header {
  margin-bottom: 0 !important;
}
.cid-sxSdAWD52e h4 {
  margin-bottom: 0;
}
.cid-sxSdAWD52e .header-text {
  color: #1a7a96;
}
.cid-tw2I1Ve2eb {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tw2I1Ve2eb .panel-body-wpapper {
  padding: 2.5rem 0;
}
.cid-tw2I1Ve2eb .panel-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2rem 1rem 2rem 0;
  border-bottom: 1px solid #065369;
}
.cid-tw2I1Ve2eb .card-img {
  width: 49px;
  height: 49px;
  background-color: #ffffff;
  border-radius: 50%;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1.5rem;
}
.cid-tw2I1Ve2eb .icon-wrapper {
  height: 33px;
  width: 33px;
  border-radius: 100%;
  border: 2px solid #388ba4;
}
.cid-tw2I1Ve2eb .arrow-group {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: right;
  color: #000000;
}
.cid-tw2I1Ve2eb .arrow-group span {
  margin-right: 13.5px;
}
.cid-tw2I1Ve2eb .wrap {
  display: flex;
}
.cid-tw2I1Ve2eb .icon {
  min-width: 30px;
  height: 30px;
  border-radius: 100%;
  color: #388ba4 !important;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: .7rem;
  font-weight: bold;
  transition: all 0.3s;
  transform: scaleY(-1);
}
.cid-tw2I1Ve2eb .icon:before {
  content: "\e908" !important;
}
.cid-tw2I1Ve2eb .panel-title.collapsed .icon {
  transform: scaleY(1) !important;
}
.cid-tw2I1Ve2eb .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-tw2I1Ve2eb .card-header {
  padding: 2rem 0;
  border-bottom: 1px solid #065369;
}
.cid-tw2I1Ve2eb .card .card-header a.panel-title {
  background-color: transparent!important;
}
.cid-tw2I1Ve2eb .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-tw2I1Ve2eb .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-tw2I1Ve2eb .panel-group {
  width: 100%;
}
.cid-tw2I1Ve2eb .card .card-header {
  background: none;
  border-radius: 0px;
}
.cid-tw2I1Ve2eb .card .card-header a.panel-title {
  transition: all .3s;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-tw2I1Ve2eb .card .card-header a.panel-title:hover {
  opacity: 0.75;
}
.cid-tw2I1Ve2eb .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tw2I1Ve2eb .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tw2I1Ve2eb .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-tw2I1Ve2eb .header-article-text:hover {
  text-decoration: underline;
}
.cid-tw2I1Ve2eb .panel-text {
  color: #000000;
  text-align: left;
}
.cid-tw2I1Ve2eb .header-text,
.cid-tw2I1Ve2eb .sign {
  color: #000000;
  text-align: left;
}
.cid-tw2I1Ve2eb .header-article-text,
.cid-tw2I1Ve2eb .sign {
  color: #000000;
  text-align: left;
}
.cid-tw2I1Ve2eb .accordion > .card > .card-header {
  margin-bottom: 0 !important;
}
.cid-tw2I1Ve2eb h4 {
  margin-bottom: 0;
}
.cid-tw2I1Ve2eb .header-text {
  color: #1a7a96;
}
.cid-tvhjDyVgZq {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #f3f4e8;
}
.cid-tvhjDyVgZq .panel-body-wpapper {
  padding: 2.5rem 0;
}
.cid-tvhjDyVgZq .panel-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2rem 1rem 2rem 0;
  border-bottom: 1px solid #065369;
}
.cid-tvhjDyVgZq .card-img {
  width: 49px;
  height: 49px;
  background-color: #f3f4e8;
  border-radius: 50%;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1.5rem;
}
.cid-tvhjDyVgZq .icon-wrapper {
  height: 33px;
  width: 33px;
  border-radius: 100%;
  border: 2px solid #388ba4;
}
.cid-tvhjDyVgZq .arrow-group {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: right;
  color: #000000;
}
.cid-tvhjDyVgZq .arrow-group span {
  margin-right: 13.5px;
}
.cid-tvhjDyVgZq .wrap {
  display: flex;
}
.cid-tvhjDyVgZq .icon {
  min-width: 30px;
  height: 30px;
  border-radius: 100%;
  color: #388ba4 !important;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: .7rem;
  font-weight: bold;
  transition: all 0.3s;
  transform: scaleY(-1);
}
.cid-tvhjDyVgZq .icon:before {
  content: "\e908" !important;
}
.cid-tvhjDyVgZq .panel-title.collapsed .icon {
  transform: scaleY(1) !important;
}
.cid-tvhjDyVgZq .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-tvhjDyVgZq .card-header {
  padding: 2rem 0;
  border-bottom: 1px solid #065369;
}
.cid-tvhjDyVgZq .card .card-header a.panel-title {
  background-color: transparent!important;
}
.cid-tvhjDyVgZq .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-tvhjDyVgZq .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-tvhjDyVgZq .panel-group {
  width: 100%;
}
.cid-tvhjDyVgZq .card .card-header {
  background: none;
  border-radius: 0px;
}
.cid-tvhjDyVgZq .card .card-header a.panel-title {
  transition: all .3s;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-tvhjDyVgZq .card .card-header a.panel-title:hover {
  opacity: 0.75;
}
.cid-tvhjDyVgZq .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tvhjDyVgZq .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tvhjDyVgZq .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-tvhjDyVgZq .header-article-text:hover {
  text-decoration: underline;
}
.cid-tvhjDyVgZq .panel-text {
  color: #000000;
  text-align: left;
}
.cid-tvhjDyVgZq .header-text,
.cid-tvhjDyVgZq .sign {
  color: #000000;
  text-align: left;
}
.cid-tvhjDyVgZq .header-article-text,
.cid-tvhjDyVgZq .sign {
  color: #000000;
  text-align: left;
}
.cid-tvhjDyVgZq .accordion > .card > .card-header {
  margin-bottom: 0 !important;
}
.cid-tvhjDyVgZq h4 {
  margin-bottom: 0;
}
.cid-tvhjDyVgZq .header-text {
  color: #1a7a96;
}
.cid-ssBqmM6JWc {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #f3f4e8;
}
@media (max-width: 767px) {
  .cid-ssBqmM6JWc h2 {
    margin-bottom: 1rem;
  }
  .cid-ssBqmM6JWc .wrapper {
    display: flex;
    flex-direction: column;
  }
  .cid-ssBqmM6JWc .mbr-section-btn {
    margin-left: 1px;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) and (min-width: 992px) {
  .cid-ssBqmM6JWc .container-column {
    text-align: center;
  }
}
@media (min-width: 767px) {
  .cid-ssBqmM6JWc .wrapper {
    display: flex;
    justify-content: space-between;
    padding: 0 1rem;
  }
  .cid-ssBqmM6JWc .container {
    position: relative;
  }
  .cid-ssBqmM6JWc h2 {
    margin: 0;
  }
}
.cid-ssBqmM6JWc .btn {
  margin: 0;
  position: relative;
  padding: 0.7rem 2.4rem;
  color: #101010 !important;
}
.cid-ssBqmM6JWc hr {
  width: 40px;
  height: 2px;
  top: -2.6rem;
}
.cid-ssBqmM6JWc .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-ssBqmM6JWc .btn:hover {
  color: #ffffff !important;
}
.cid-syrskPbvuN {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-syrskPbvuN .mbr-text,
.cid-syrskPbvuN .mbr-section-btn {
  color: #1d2c35;
}
.cid-syrskPbvuN .card-title,
.cid-syrskPbvuN .card-box {
  color: #1d2c35;
}
.cid-syrskPbvuN .mbr-text,
.cid-syrskPbvuN .link-wrap {
  color: #1d2c35;
}
.cid-ssBpZix6CW {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #cbe2e5;
}
@media (max-width: 767px) {
  .cid-ssBpZix6CW h2 {
    margin-bottom: 1rem;
  }
  .cid-ssBpZix6CW .wrapper {
    display: flex;
    flex-direction: column;
  }
  .cid-ssBpZix6CW .mbr-section-btn {
    margin-left: 1px;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) and (min-width: 992px) {
  .cid-ssBpZix6CW .container-column {
    text-align: center;
  }
}
@media (min-width: 767px) {
  .cid-ssBpZix6CW .wrapper {
    display: flex;
    justify-content: space-between;
    padding: 0 1rem;
  }
  .cid-ssBpZix6CW .container {
    position: relative;
  }
  .cid-ssBpZix6CW h2 {
    margin: 0;
  }
}
.cid-ssBpZix6CW .btn {
  margin: 0;
  position: relative;
  padding: 0.7rem 2.4rem;
  color: #101010 !important;
}
.cid-ssBpZix6CW hr {
  width: 40px;
  height: 2px;
  top: -2.6rem;
}
.cid-ssBpZix6CW .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-ssBpZix6CW .btn:hover {
  color: #ffffff !important;
}
.cid-tm2MNsYCSV {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #e6f1c2;
}
.cid-tm2MNsYCSV img {
  border-radius: 0px;
}
.cid-tm2MNsYCSV .mbr-section-title {
  color: #178292;
  text-align: left;
  padding-bottom: 17px;
  font-weight: 700;
}
.cid-tm2MNsYCSV .mbr-text {
  padding-bottom: 30px;
  color: #4c4c4c;
  font-weight: 500;
}
.cid-tm2MNsYCSV p:last-child {
  margin-bottom: 0;
}
.cid-tm2MNsYCSV .row {
  justify-content: center;
}
.cid-tm2EXRsQtv {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #e6f1c2;
}
.cid-tm2EXRsQtv .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #103178;
  margin-bottom: 2rem;
}
.cid-tm2EXRsQtv .card-wrapper {
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.cid-tm2EXRsQtv .row {
  justify-content: center;
}
@media (min-width: 1400px) {
  .cid-tm2EXRsQtv .card {
    max-width: 14.2%;
  }
}
.cid-tm2EXRsQtv .card-title,
.cid-tm2EXRsQtv .iconfont-wrapper {
  color: #103178;
}
.cid-tm2HMsHpjf {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #e6f1c2;
}
.cid-tm2HMsHpjf .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #103178;
  margin-bottom: 2rem;
}
.cid-tm2HMsHpjf .card-wrapper {
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.cid-tm2HMsHpjf .row {
  justify-content: center;
}
@media (min-width: 1400px) {
  .cid-tm2HMsHpjf .card {
    max-width: 14.2%;
  }
}
.cid-tm2HMsHpjf .card-title,
.cid-tm2HMsHpjf .iconfont-wrapper {
  color: #103178;
}
.cid-tm3Osf5Ize {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #e6f1c2;
}
.cid-tm3Osf5Ize .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #103178;
  margin-bottom: 2rem;
}
.cid-tm3Osf5Ize .card-wrapper {
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.cid-tm3Osf5Ize .row {
  justify-content: center;
}
@media (min-width: 1400px) {
  .cid-tm3Osf5Ize .card {
    max-width: 14.2%;
  }
}
.cid-tm3Osf5Ize .card-title,
.cid-tm3Osf5Ize .iconfont-wrapper {
  color: #000000;
}
.cid-sU9nMZynib {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sU9nMZynib h2,
.cid-sU9nMZynib h3,
.cid-sU9nMZynib h4,
.cid-sU9nMZynib p {
  margin: 0;
}
.cid-sU9nMZynib .image-wrap {
  width: 100%;
  margin-bottom: 28px;
}
.cid-sU9nMZynib .image-wrap img {
  width: 100%;
  height: auto;
}
.cid-sU9nMZynib .text-wrap {
  margin-top: 10px;
  margin-bottom: 30px;
}
.cid-sU9nMZynib .mbr-section-title {
  color: #000000;
  margin-bottom: 22px;
}
.cid-sU9nMZynib .mbr-section-subtitle {
  margin-bottom: 5px;
}
.cid-sU9nMZynib .mbr-text {
  color: #6b6b6b;
  margin-bottom: 10px;
}
.cid-sTL19IjbU2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sTL19IjbU2 .wrap {
  height: 100%;
  padding: 30px;
  margin-bottom: 10px;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sTL19IjbU2 .wrap:hover {
  background-color: #ebeaed;
}
@media (max-width: 767px) {
  .cid-sTL19IjbU2 .wrap {
    padding: 20px;
  }
}
.cid-sTL19IjbU2 .icon__block {
  margin-bottom: 10px;
}
.cid-sTL19IjbU2 .title__text {
  margin-bottom: 15px;
}
.cid-sTL19IjbU2 .mbr-text {
  margin-bottom: 20px;
}
.cid-sTL19IjbU2 .mbr-iconfont {
  font-size: 14px;
  margin-right: 10px;
  color: #e47524;
}
.cid-sTL19IjbU2 .count {
  padding: 5px 0;
}
.cid-sTL19IjbU2 .item {
  margin-bottom: 0;
  padding-top: 5px;
}
.cid-sTL19IjbU2 .item:before {
  content: '\e97c';
  font-family: 'Moririse2';
  font-weight: bold;
  margin-right: 10px;
  font-size: 13px;
  vertical-align: text-bottom;
  color: #e47524;
}
.cid-sTL19IjbU2 .title__text,
.cid-sTL19IjbU2 .icon__block {
  color: #ff7021;
}
.cid-sU9odDCaf2 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sU9odDCaf2 h2,
.cid-sU9odDCaf2 h3,
.cid-sU9odDCaf2 h4,
.cid-sU9odDCaf2 p {
  margin: 0;
}
.cid-sU9odDCaf2 .image-wrap {
  width: 100%;
  margin-bottom: 28px;
}
.cid-sU9odDCaf2 .image-wrap img {
  width: 100%;
  height: auto;
}
.cid-sU9odDCaf2 .text-wrap {
  margin-top: 10px;
  margin-bottom: 30px;
}
.cid-sU9odDCaf2 .mbr-section-title {
  color: #000000;
  margin-bottom: 22px;
}
.cid-sU9odDCaf2 .mbr-section-subtitle {
  margin-bottom: 5px;
}
.cid-sU9odDCaf2 .mbr-text {
  color: #6b6b6b;
  margin-bottom: 10px;
}
.cid-st9hoDVDOa {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #a6be20;
}
@media (max-width: 767px) {
  .cid-st9hoDVDOa h2 {
    margin-bottom: 1rem;
  }
  .cid-st9hoDVDOa .wrapper {
    display: flex;
    flex-direction: column;
  }
  .cid-st9hoDVDOa .mbr-section-btn {
    margin-left: 1px;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) and (min-width: 992px) {
  .cid-st9hoDVDOa .container-column {
    text-align: center;
  }
}
@media (min-width: 767px) {
  .cid-st9hoDVDOa .wrapper {
    display: flex;
    justify-content: space-between;
    padding: 0 1rem;
  }
  .cid-st9hoDVDOa .container {
    position: relative;
  }
  .cid-st9hoDVDOa h2 {
    margin: 0;
  }
}
.cid-st9hoDVDOa .btn {
  margin: 0;
  position: relative;
  padding: 0.7rem 2.4rem;
  color: #101010 !important;
}
.cid-st9hoDVDOa hr {
  width: 40px;
  height: 2px;
  top: -2.6rem;
}
.cid-st9hoDVDOa .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-st9hoDVDOa .btn:hover {
  color: #ffffff !important;
}
.cid-st9gqCLsG2 {
  padding-top: 75px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/mbr-1920x1440.jpg");
}
.cid-st9gqCLsG2 .row {
  border-top: 1px solid #efb409;
  padding-top: 2rem;
}
.cid-st9gqCLsG2 .mbr-text {
  line-height: 1.5;
  color: #ff7021;
}
.cid-st9gqCLsG2 .container2 {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-st9gqCLsG2 .container2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.cid-st9gqCLsG2 .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
.cid-st9gqCLsG2 .container2:hover input ~ .checkmark {
  background-color: #ccc;
}
.cid-st9gqCLsG2 .container2 input:checked ~ .checkmark {
  background-color: #2196F3;
}
.cid-st9gqCLsG2 .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.cid-st9gqCLsG2 .container2 input:checked ~ .checkmark:after {
  display: block;
}
.cid-st9gqCLsG2 .container2 .checkmark:after {
  left: 10px;
  top: 7px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-st9gqCLsG2 .mbr-section-title {
  text-align: left;
  color: #065369;
}
.cid-st9imEJBub {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #a6be20;
}
@media (max-width: 767px) {
  .cid-st9imEJBub h2 {
    margin-bottom: 1rem;
  }
  .cid-st9imEJBub .wrapper {
    display: flex;
    flex-direction: column;
  }
  .cid-st9imEJBub .mbr-section-btn {
    margin-left: 1px;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) and (min-width: 992px) {
  .cid-st9imEJBub .container-column {
    text-align: center;
  }
}
@media (min-width: 767px) {
  .cid-st9imEJBub .wrapper {
    display: flex;
    justify-content: space-between;
    padding: 0 1rem;
  }
  .cid-st9imEJBub .container {
    position: relative;
  }
  .cid-st9imEJBub h2 {
    margin: 0;
  }
}
.cid-st9imEJBub .btn {
  margin: 0;
  position: relative;
  padding: 0.7rem 2.4rem;
  color: #101010 !important;
}
.cid-st9imEJBub hr {
  width: 40px;
  height: 2px;
  top: -2.6rem;
}
.cid-st9imEJBub .mbr-section-subtitle {
  color: #444345;
  text-align: left;
}
.cid-st9imEJBub .btn:hover {
  color: #ffffff !important;
}
.cid-st9imEJBub .container-column,
.cid-st9imEJBub h2 {
  color: #889e58;
}
.cid-sy5hV5Phzr {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #f5f7fd;
}
.cid-sy5hV5Phzr .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-sy5hV5Phzr .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-sy5hV5Phzr .col + .mbr-section-btn .btn,
.cid-sy5hV5Phzr .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-sy5hV5Phzr .col + .mbr-section-btn .btn,
  .cid-sy5hV5Phzr .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-sy5hV5Phzr .dragArea > *:nth-last-child(2).col,
  .cid-sy5hV5Phzr .dragArea > *:nth-last-child(2).col-auto,
  .cid-sy5hV5Phzr .col + .mbr-section-btn,
  .cid-sy5hV5Phzr .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-sy5hV5Phzr .dragArea {
    flex-direction: column;
  }
}
.cid-sy5hV5Phzr .btn-primary {
  border: 1px solid #e47524 !important;
}
.cid-sy5hV5Phzr .btn-primary:hover {
  border: 1px solid #e47524 !important;
}
.cid-sy5hV5Phzr .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-sy5hV5Phzr .form-group {
  max-width: 220px;
}
.cid-sy5hV5Phzr .mbr-section-btn {
  padding-left: 0;
}
.cid-sy5hV5Phzr .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-sy5hV5Phzr .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-sy5hV5Phzr .mbr-text {
  color: #444;
}
.cid-sy5hV5Phzr h5 {
  margin-bottom: 0;
}
.cid-sy5hV5Phzr .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-sy5hV5Phzr .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sy5hV5Phzr .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-sy5hV5Phzr .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sy5hV5Phzr .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: center;
  align-items: center;
}
.cid-sy5hV5Phzr .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-sy5hV5Phzr .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sy5hV5Phzr .social-list a:hover {
  opacity: 0.4;
}
.cid-sy5hV5Phzr .media-container-row > div {
  padding: 0px;
}
.cid-sy5hV5Phzr .text2 {
  color: #000000;
  text-align: left;
}
.cid-sy5hV5Phzr .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-sy5hV5Phzr .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sy5hV5Phzr .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-sy5hV5Phzr .social-list,
  .cid-sy5hV5Phzr .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sy5hV5Phzr h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-sy5hV5Phzr .form-group {
    max-width: 180px;
  }
}
.cid-sy5hV5Phzr .links span {
  color: #9e9e9e;
}
.cid-sy5hV5Phzr .logo-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-sy5hV5Phzr .logo-title {
  text-align: center;
}
.cid-sy5hV5Phzr .row {
  margin: auto;
}
.cid-sy5hV5Phzr .centercol {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-sy5hV5Phzr .title-align {
  margin-left: -30px;
}
.cid-syDsKkS5SA {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #c3c3c3;
}
.cid-syDsKkS5SA .mbr-section-title {
  color: #065369;
  text-align: left;
  margin: auto;
  padding: 20px 0;
}
.cid-syDsKkS5SA .mbr-section-subtitle {
  color: #1b745e;
  text-align: center;
  font-style: italic;
  padding-bottom: 12px;
}
.cid-syDsKkS5SA .row {
  align-items: center;
  height: 100%;
}
.cid-syDsKkS5SA .container {
  margin: auto;
}
.cid-szcYdqnrIq .icon-bar {
  z-index: 100002;
  left: 0.4%;
  position: fixed;
  top: 50%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-szcYdqnrIq .icon-bar a:hover {
  background-color: #e49105;
  width: 100px;
}
.cid-szcYdqnrIq .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 2px;
  border-radius: 14px;
}
.cid-szcYdqnrIq .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-szcYdqnrIq .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-szcYdqnrIq .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-szcYdqnrIq .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-szcYdqnrIq .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-szcYdqnrIq .instagram {
  background: #6F3AA7;
  color: white;
  width: 50px;
}
.cid-szcYdqnrIq .custom1 {
  background: #ff7300;
  color: white;
  width: 50px;
}
.cid-szcYdqnrIq .custom2 {
  background: #01bf46;
  color: white;
  width: 50px;
}
.cid-szcYdqnrIq .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-szcYdqnrIq .corner-ribbon {
  z-index: 20001;
  width: 200px;
  background-image: linear-gradient(#55b4d4, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-szcYdqnrIq .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #55b4d4);
}
.cid-szcYdqnrIq .corner-ribbon.top-zen {
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: fixed;
}
.cid-szcYdqnrIq P {
  color: #065369;
}
.cid-szcYdqnrIq DIV {
  color: #ffffff;
}
.cid-szcYdqnrIq H10 {
  color: #767676;
}
.cid-szcYdqnrIq .hidden {
  display: none;
}
.cid-sN4bQ87YdE .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: top;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sN4bQ87YdE .nav-item:focus,
.cid-sN4bQ87YdE .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sN4bQ87YdE .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-sN4bQ87YdE .nav-item .nav-link {
    position: relative;
  }
  .cid-sN4bQ87YdE .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #e47524, #199bfc);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-sN4bQ87YdE .nav-item.open .nav-link::before {
    bottom: 0.2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-sN4bQ87YdE .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sN4bQ87YdE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5em 0.235em;
  transition: all 0.25s ease-in-out;
}
.cid-sN4bQ87YdE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sN4bQ87YdE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sN4bQ87YdE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sN4bQ87YdE .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sN4bQ87YdE .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-sN4bQ87YdE .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-sN4bQ87YdE .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
  line-height: 1.6;
}
.cid-sN4bQ87YdE .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-sN4bQ87YdE .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-sN4bQ87YdE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sN4bQ87YdE .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sN4bQ87YdE .navbar.collapsed .navbar-collapse.show,
.cid-sN4bQ87YdE .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sN4bQ87YdE .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-sN4bQ87YdE .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-sN4bQ87YdE .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sN4bQ87YdE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sN4bQ87YdE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sN4bQ87YdE .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sN4bQ87YdE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sN4bQ87YdE .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sN4bQ87YdE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sN4bQ87YdE .navbar.collapsed .right-menu,
.cid-sN4bQ87YdE .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-sN4bQ87YdE .navbar .navbar-collapse.show,
  .cid-sN4bQ87YdE .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sN4bQ87YdE .navbar .navbar-collapse.show .brand-container,
  .cid-sN4bQ87YdE .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-sN4bQ87YdE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sN4bQ87YdE .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sN4bQ87YdE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sN4bQ87YdE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sN4bQ87YdE .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sN4bQ87YdE .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sN4bQ87YdE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sN4bQ87YdE .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sN4bQ87YdE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-sN4bQ87YdE .navbar .right-menu,
  .cid-sN4bQ87YdE .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sN4bQ87YdE .navbar.navbar-short {
  min-height: 60px;
}
.cid-sN4bQ87YdE .navbar.navbar-short .mbr-overlay {
  background: #ffffff !important;
}
.cid-sN4bQ87YdE .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sN4bQ87YdE .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sN4bQ87YdE .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sN4bQ87YdE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sN4bQ87YdE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sN4bQ87YdE .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sN4bQ87YdE .dropdown-item.active,
.cid-sN4bQ87YdE .dropdown-item:active {
  background-color: transparent;
}
.cid-sN4bQ87YdE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sN4bQ87YdE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sN4bQ87YdE .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sN4bQ87YdE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sN4bQ87YdE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sN4bQ87YdE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sN4bQ87YdE ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-sN4bQ87YdE ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-sN4bQ87YdE .navbar-buttons {
  margin-left: auto;
}
.cid-sN4bQ87YdE button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sN4bQ87YdE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-sN4bQ87YdE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sN4bQ87YdE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sN4bQ87YdE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sN4bQ87YdE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sN4bQ87YdE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sN4bQ87YdE nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-sN4bQ87YdE nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-sN4bQ87YdE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sN4bQ87YdE a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sN4bQ87YdE .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sN4bQ87YdE .right-menu,
.cid-sN4bQ87YdE .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-sN4bQ87YdE .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sN4bQ87YdE .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sN4bQ87YdE .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sN4bQ87YdE .menu-top {
  text-align: center;
  width: 100%;
  background-color: #e45f05;
  padding: 0.5rem 0;
}
.cid-sN4bQ87YdE .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-sN4bQ87YdE .card-wrapper {
  z-index: 3;
}
.cid-sN4bQ87YdE .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-sN4bQ87YdE .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sN4bQ87YdE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sMkPee17jC {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ebeaed;
}
.cid-sMkPee17jC .mbr-section-title {
  color: #d8f6ff;
  text-align: center;
  margin-bottom: 0;
  font-weight: 700;
}
.cid-sMkPee17jC .mbr-section-subtitle {
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 0;
  font-weight: 500;
  color: #1a7a96;
}
.cid-sMkPee17jC .row {
  align-items: center;
  height: 100%;
}
.cid-sMkPee17jC .container {
  max-width: 1100px;
}
.cid-sMkPee17jC .wrapper {
  margin: auto;
}
.cid-sMkNTZ38V4 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #fcebe0;
}
.cid-sMkNTZ38V4 .mbr-section-title {
  color: #eb6d1b;
}
.cid-sMkNTZ38V4 .mbr-text {
  color: #000000;
}
.cid-sMkNTZ38V4 .mbr-section-subtitle {
  color: #2e6995;
}
.cid-sMkNTZ38V4 .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #e47524;
}
.cid-sMkNTZ38V4 .svg-top .st0 {
  fill: #fcebe0;
}
@media (max-width: 992px) {
  .cid-sMkNTZ38V4 .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-sTFalctjYy {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #fcebe0;
}
.cid-sTFalctjYy .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sTFalctjYy .heading-wrap {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #5aac98;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
}
.cid-sTFalctjYy .form {
  background-color: #f5cab0;
  border: 1px solid #147e9a;
}
.cid-sTFalctjYy .form form {
  border-radius: 4px;
}
.cid-sTFalctjYy .form form > div {
  padding: 2rem 1rem;
}
@media (max-width: 991px) {
  .cid-sTFalctjYy .form form {
    padding: 1rem;
  }
}
.cid-sTFalctjYy .form form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-sTFalctjYy .form form .mbr-section-btn .btn {
  display: inline-block;
}
.cid-sTFalctjYy .form form .form-group .form-control {
  background-color: #ffffff;
  font-size: 14px;
  border: 1px solid #147e9a;
  border-radius: 3px;
  color: #232321;
}
.cid-sTFalctjYy .form form .form-group textarea {
  min-height: 170px;
}
.cid-sMkNfsOoSo {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #f5f7fd;
}
.cid-sMkNfsOoSo .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-sMkNfsOoSo .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-sMkNfsOoSo .col + .mbr-section-btn .btn,
.cid-sMkNfsOoSo .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-sMkNfsOoSo .col + .mbr-section-btn .btn,
  .cid-sMkNfsOoSo .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-sMkNfsOoSo .dragArea > *:nth-last-child(2).col,
  .cid-sMkNfsOoSo .dragArea > *:nth-last-child(2).col-auto,
  .cid-sMkNfsOoSo .col + .mbr-section-btn,
  .cid-sMkNfsOoSo .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-sMkNfsOoSo .dragArea {
    flex-direction: column;
  }
}
.cid-sMkNfsOoSo .btn-primary {
  border: 1px solid #e47524 !important;
}
.cid-sMkNfsOoSo .btn-primary:hover {
  border: 1px solid #e47524 !important;
}
.cid-sMkNfsOoSo .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-sMkNfsOoSo .form-group {
  max-width: 220px;
}
.cid-sMkNfsOoSo .mbr-section-btn {
  padding-left: 0;
}
.cid-sMkNfsOoSo .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-sMkNfsOoSo .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-sMkNfsOoSo .mbr-text {
  color: #444;
}
.cid-sMkNfsOoSo h5 {
  margin-bottom: 0;
}
.cid-sMkNfsOoSo .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-sMkNfsOoSo .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sMkNfsOoSo .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-sMkNfsOoSo .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sMkNfsOoSo .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: center;
  align-items: center;
}
.cid-sMkNfsOoSo .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-sMkNfsOoSo .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sMkNfsOoSo .social-list a:hover {
  opacity: 0.4;
}
.cid-sMkNfsOoSo .media-container-row > div {
  padding: 0px;
}
.cid-sMkNfsOoSo .text2 {
  color: #000000;
  text-align: left;
}
.cid-sMkNfsOoSo .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-sMkNfsOoSo .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sMkNfsOoSo .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-sMkNfsOoSo .social-list,
  .cid-sMkNfsOoSo .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sMkNfsOoSo h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-sMkNfsOoSo .form-group {
    max-width: 180px;
  }
}
.cid-sMkNfsOoSo .links span {
  color: #9e9e9e;
}
.cid-sMkNfsOoSo .logo-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-sMkNfsOoSo .logo-title {
  text-align: center;
}
.cid-sMkNfsOoSo .row {
  margin: auto;
}
.cid-sMkNfsOoSo .centercol {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-sMkNfsOoSo .title-align {
  margin-left: -30px;
}
.cid-sMkNfuQCBx {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #c3c3c3;
}
.cid-sMkNfuQCBx .mbr-section-title {
  color: #065369;
  text-align: left;
  margin: auto;
  padding: 20px 0;
}
.cid-sMkNfuQCBx .mbr-section-subtitle {
  color: #1b745e;
  text-align: center;
  font-style: italic;
  padding-bottom: 12px;
}
.cid-sMkNfuQCBx .row {
  align-items: center;
  height: 100%;
}
.cid-sMkNfuQCBx .container {
  margin: auto;
}
.cid-sN4bQ87YdE .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: top;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sN4bQ87YdE .nav-item:focus,
.cid-sN4bQ87YdE .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sN4bQ87YdE .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-sN4bQ87YdE .nav-item .nav-link {
    position: relative;
  }
  .cid-sN4bQ87YdE .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #e47524, #199bfc);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-sN4bQ87YdE .nav-item.open .nav-link::before {
    bottom: 0.2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-sN4bQ87YdE .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sN4bQ87YdE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5em 0.235em;
  transition: all 0.25s ease-in-out;
}
.cid-sN4bQ87YdE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sN4bQ87YdE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sN4bQ87YdE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sN4bQ87YdE .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sN4bQ87YdE .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-sN4bQ87YdE .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-sN4bQ87YdE .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
  line-height: 1.6;
}
.cid-sN4bQ87YdE .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-sN4bQ87YdE .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-sN4bQ87YdE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sN4bQ87YdE .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sN4bQ87YdE .navbar.collapsed .navbar-collapse.show,
.cid-sN4bQ87YdE .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sN4bQ87YdE .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-sN4bQ87YdE .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-sN4bQ87YdE .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sN4bQ87YdE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sN4bQ87YdE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sN4bQ87YdE .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sN4bQ87YdE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sN4bQ87YdE .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sN4bQ87YdE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sN4bQ87YdE .navbar.collapsed .right-menu,
.cid-sN4bQ87YdE .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-sN4bQ87YdE .navbar .navbar-collapse.show,
  .cid-sN4bQ87YdE .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sN4bQ87YdE .navbar .navbar-collapse.show .brand-container,
  .cid-sN4bQ87YdE .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-sN4bQ87YdE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sN4bQ87YdE .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sN4bQ87YdE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sN4bQ87YdE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sN4bQ87YdE .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sN4bQ87YdE .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sN4bQ87YdE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sN4bQ87YdE .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sN4bQ87YdE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-sN4bQ87YdE .navbar .right-menu,
  .cid-sN4bQ87YdE .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sN4bQ87YdE .navbar.navbar-short {
  min-height: 60px;
}
.cid-sN4bQ87YdE .navbar.navbar-short .mbr-overlay {
  background: #ffffff !important;
}
.cid-sN4bQ87YdE .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sN4bQ87YdE .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sN4bQ87YdE .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sN4bQ87YdE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sN4bQ87YdE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sN4bQ87YdE .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sN4bQ87YdE .dropdown-item.active,
.cid-sN4bQ87YdE .dropdown-item:active {
  background-color: transparent;
}
.cid-sN4bQ87YdE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sN4bQ87YdE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sN4bQ87YdE .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sN4bQ87YdE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sN4bQ87YdE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sN4bQ87YdE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sN4bQ87YdE ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-sN4bQ87YdE ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-sN4bQ87YdE .navbar-buttons {
  margin-left: auto;
}
.cid-sN4bQ87YdE button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sN4bQ87YdE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-sN4bQ87YdE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sN4bQ87YdE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sN4bQ87YdE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sN4bQ87YdE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sN4bQ87YdE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sN4bQ87YdE nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-sN4bQ87YdE nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-sN4bQ87YdE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sN4bQ87YdE a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sN4bQ87YdE .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sN4bQ87YdE .right-menu,
.cid-sN4bQ87YdE .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-sN4bQ87YdE .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sN4bQ87YdE .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sN4bQ87YdE .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sN4bQ87YdE .menu-top {
  text-align: center;
  width: 100%;
  background-color: #e45f05;
  padding: 0.5rem 0;
}
.cid-sN4bQ87YdE .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-sN4bQ87YdE .card-wrapper {
  z-index: 3;
}
.cid-sN4bQ87YdE .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-sN4bQ87YdE .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sN4bQ87YdE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sMv4zb1Ab8 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sMv4zb1Ab8 .mbr-text,
.cid-sMv4zb1Ab8 .mbr-section-btn {
  color: #1d2c35;
}
.cid-sMv4zb1Ab8 .card-title,
.cid-sMv4zb1Ab8 .card-box {
  color: #1d2c35;
}
.cid-sMv4zb1Ab8 .mbr-text,
.cid-sMv4zb1Ab8 .link-wrap {
  color: #1d2c35;
}
.cid-sMv4zbsL4X {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #656565;
}
@media (max-width: 767px) {
  .cid-sMv4zbsL4X h2 {
    margin-bottom: 1rem;
  }
  .cid-sMv4zbsL4X .wrapper {
    display: flex;
    flex-direction: column;
  }
  .cid-sMv4zbsL4X .mbr-section-btn {
    margin-left: 1px;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) and (min-width: 992px) {
  .cid-sMv4zbsL4X .container-column {
    text-align: center;
  }
}
@media (min-width: 767px) {
  .cid-sMv4zbsL4X .wrapper {
    display: flex;
    justify-content: space-between;
    padding: 0 1rem;
  }
  .cid-sMv4zbsL4X .container {
    position: relative;
  }
  .cid-sMv4zbsL4X h2 {
    margin: 0;
  }
}
.cid-sMv4zbsL4X .btn {
  margin: 0;
  position: relative;
  padding: 0.7rem 2.4rem;
  color: #101010 !important;
}
.cid-sMv4zbsL4X hr {
  width: 40px;
  height: 2px;
  top: -2.6rem;
}
.cid-sMv4zbsL4X .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-sMv4zbsL4X .btn:hover {
  color: #ffffff !important;
}
.cid-sMv4zc8Inr {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #656565;
}
@media (max-width: 767px) {
  .cid-sMv4zc8Inr h2 {
    margin-bottom: 1rem;
  }
  .cid-sMv4zc8Inr .wrapper {
    display: flex;
    flex-direction: column;
  }
  .cid-sMv4zc8Inr .mbr-section-btn {
    margin-left: 1px;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) and (min-width: 992px) {
  .cid-sMv4zc8Inr .container-column {
    text-align: center;
  }
}
@media (min-width: 767px) {
  .cid-sMv4zc8Inr .wrapper {
    display: flex;
    justify-content: space-between;
    padding: 0 1rem;
  }
  .cid-sMv4zc8Inr .container {
    position: relative;
  }
  .cid-sMv4zc8Inr h2 {
    margin: 0;
  }
}
.cid-sMv4zc8Inr .btn {
  margin: 0;
  position: relative;
  padding: 0.7rem 2.4rem;
  color: #101010 !important;
}
.cid-sMv4zc8Inr hr {
  width: 40px;
  height: 2px;
  top: -2.6rem;
}
.cid-sMv4zc8Inr .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-sMv4zc8Inr .btn:hover {
  color: #ffffff !important;
}
.cid-sMv4zcy45t {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-sMv4zcy45t .mbr-section-title {
  letter-spacing: .1em;
}
.cid-sMv4zcy45t .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-sMv4zcy45t .card-img span {
  font-size: 100px;
}
.cid-sMv4zcy45t .mbr-text,
.cid-sMv4zcy45t .mbr-section-btn {
  color: #065369;
}
.cid-sMv4zcy45t .mbr-section-title,
.cid-sMv4zcy45t .card-img {
  color: #147777;
}
.cid-sMv4zcy45t .btn-new {
  background-color: #fff;
}
.cid-sMv4zcy45t .btn-new:hover {
  background-color: #e76307;
}
.cid-sMv4R7rGG5 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #e2f5fe;
}
.cid-sMv4R7rGG5 h3 {
  color: #000000;
}
.cid-sMv4R7rGG5 h4 {
  color: #000000;
}
.cid-sMv4R7rGG5 .mbr-text,
.cid-sMv4R7rGG5 .mbr-section-btn {
  color: #999999;
}
.cid-sMv4R7rGG5 img {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.cid-sMv4R7rGG5 H4 {
  text-align: left;
}
.cid-sMv4R7rGG5 H3 {
  text-align: left;
  color: #cc2952;
}
.cid-sMv4R7rGG5 .mbr-text,
.cid-sMv4R7rGG5 .mbr-section-btn,
.cid-sMv4R7rGG5 .col-lg-7 {
  text-align: center;
  color: #e46505;
}
.cid-sMv4NAn1VA {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #e2f5fe;
}
.cid-sMv4NAn1VA .img-wrap {
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  background-position: 50% 50%;
  z-index: 2;
  background-image: url("../../../assets/images/vbcm333-11112-900x769.png");
}
.cid-sMv4NAn1VA .card {
  border-radius: 0;
  margin: auto 0;
}
.cid-sMv4NAn1VA .card .wrapper .mbr-section-title {
  color: #06182d;
}
.cid-sMv4NAn1VA .card .wrapper .mbr-section-subtitle {
  color: #06182d;
}
.cid-sMv4NAn1VA .card .wrapper .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-sMv4NAn1VA .card .wrapper .mbr-text {
  color: #e47524;
  font-weight: 300;
}
.cid-sMv4NAn1VA .card .wrapper .mbr-list {
  margin-top: 20px;
  color: #606060;
}
.cid-sMv4NAn1VA .card .wrapper .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
.cid-sMv4NAn1VA .card .wrapper .mbr-list .list li {
  line-height: 1.75;
  padding-top: 5px;
  padding-bottom: 5px;
}
.cid-sMv4NAn1VA .card .wrapper .mbr-list .list li:before {
  font-weight: 900;
  color: #026da1;
  display: inline-block;
  content: "\e97c";
  font-family: "Moririse2" !important;
  text-align: center;
  line-height: 1.5em;
  transition: all 0.3s;
  width: 25px;
  height: 25px;
  margin-right: 15px;
}
.cid-sMv4NAn1VA .card .wrapper .link-wrap {
  width: 100%;
}
.cid-sMv4NAn1VA .card .wrapper .link-wrap .link {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
  transition-delay: 0.15s;
  text-align: left;
}
.cid-sMv4NAn1VA .card .wrapper .link-wrap .link:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.2;
  left: 0;
}
.cid-sMv4NAn1VA .card .wrapper .link-wrap .link:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-sMv4NAn1VA .card .wrapper .link-wrap .link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-sMv4NAn1VA .card .wrapper .mbr-text {
  color: #026da1;
}
.cid-sMv4NAn1VA .card .wrapper .mbr-section-title {
  color: #ea6b12;
}
.cid-sMv4NAn1VA .card .wrapper .mbr-list,
.cid-sMv4NAn1VA .social-media,
.cid-sMv4NAn1VA .mbr-section-btn {
  color: #000000;
}
.cid-sMv54wUhFh {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #e2f5fe;
}
.cid-sMv54wUhFh .nav-tabs .nav-item.open .nav-link:focus,
.cid-sMv54wUhFh .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-sMv54wUhFh .nav-tabs {
  display: flex;
  flex-wrap: nowrap;
  gap: 1vw;
  border: none;
}
@media (max-width: 767px) {
  .cid-sMv54wUhFh .nav-tabs {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-sMv54wUhFh .nav-item {
    width: 100%;
    margin: 0 0 0.5rem 0;
  }
}
.cid-sMv54wUhFh .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  height: 100%;
  border-radius: 0 !important;
  border-top-left-radius: 20px !important;
  border-top-right-radius: 20px !important;
  text-align: center;
  background-color: #2f6493;
}
.cid-sMv54wUhFh .nav-tabs .nav-link:not(.active) {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sMv54wUhFh .nav-tabs .nav-link {
    text-align: left;
    padding: 1rem 2rem;
    border-radius: 30px !important;
  }
}
.cid-sMv54wUhFh .nav-tabs .nav-item {
  width: 100%;
}
.cid-sMv54wUhFh .nav-link,
.cid-sMv54wUhFh .nav-link.active {
  padding: 1rem auto;
  background: #ffffff;
}
.cid-sMv54wUhFh .nav-tabs .nav-link.active {
  color: #2f6493;
}
.cid-sMv54wUhFh .tab-content {
  background: #ffffff;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
@media (max-width: 768px) {
  .cid-sMv54wUhFh .tab-content {
    border-radius: 30px !important;
  }
}
.cid-sMv54wUhFh .logo-container img {
  max-width: 180px;
}
@media screen and (min-width: 767px) {
  .cid-sMv54wUhFh .logo-container {
    border-right: 1px solid #2f6493;
  }
}
.cid-sMv54wUhFh H4 {
  text-align: center;
}
.cid-sMv54wUhFh H3 {
  text-align: center;
  color: #ea8312;
}
@media (max-width: 992px) and (min-width: 768px) {
  .cid-sMv54wUhFh .nav-link {
    font-size: 1.2rem;
  }
}
.cid-sMv5dxP8sU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2f5fe;
}
.cid-sMv5dxP8sU .mbr-section-title {
  margin-top: 30px;
  margin-bottom: 0;
  color: #136f93;
}
.cid-sMv5dxP8sU .mbr-text {
  margin-top: 20px;
  margin-bottom: 0;
  color: #919dab;
}
.cid-sMv5dxP8sU .mbr-section-btn {
  margin-top: 45px;
}
.cid-sMv5dxP8sU .mbr-section-btn .btn {
  height: 60px;
  font-weight: 500;
}
.cid-sMv5dxP8sU img {
  width: 100px;
  height: 100px;
  border-radius: 30px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .cid-sMv5dxP8sU .mbr-section-btn {
    margin-top: 30px;
  }
  .cid-sMv5dxP8sU .mbr-section-btn .btn {
    height: 50px;
  }
  .cid-sMv5dxP8sU .mbr-text {
    margin-top: 10px;
  }
}
.cid-sMv5ryTFxd {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e2f5fe;
}
.cid-sMv5ryTFxd .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 6rem 3rem;
  margin: 0;
  margin-left: 10rem;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-sMv5ryTFxd .card-wrapper {
    padding: 2rem 0rem;
  }
}
@media (max-width: 992px) {
  .cid-sMv5ryTFxd .card-wrapper {
    margin-left: 0rem;
  }
}
.cid-sMv5ryTFxd .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid white;
  border-radius: 30px;
  pointer-events: none;
}
.cid-sMv5ryTFxd .mbr-section-title {
  color: #263d5a;
}
.cid-sMv5ryTFxd .mbr-text {
  color: #000000;
}
.cid-sMv57Jy4jp {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #e2f5fe;
}
@media (max-width: 991px) {
  .cid-sMv57Jy4jp .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sMv57Jy4jp .row {
  flex-direction: row-reverse;
}
.cid-sMv57Jy4jp img {
  width: 100%;
}
.cid-sMv9UakZBW {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #e2f5fe;
}
@media (max-width: 991px) {
  .cid-sMv9UakZBW .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sMv9UakZBW .row {
  flex-direction: row-reverse;
}
.cid-sMv9UakZBW img {
  width: 100%;
}
.cid-sMv4zexH7b {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #f5f7fd;
}
.cid-sMv4zexH7b .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-sMv4zexH7b .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-sMv4zexH7b .col + .mbr-section-btn .btn,
.cid-sMv4zexH7b .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-sMv4zexH7b .col + .mbr-section-btn .btn,
  .cid-sMv4zexH7b .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-sMv4zexH7b .dragArea > *:nth-last-child(2).col,
  .cid-sMv4zexH7b .dragArea > *:nth-last-child(2).col-auto,
  .cid-sMv4zexH7b .col + .mbr-section-btn,
  .cid-sMv4zexH7b .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-sMv4zexH7b .dragArea {
    flex-direction: column;
  }
}
.cid-sMv4zexH7b .btn-primary {
  border: 1px solid #e47524 !important;
}
.cid-sMv4zexH7b .btn-primary:hover {
  border: 1px solid #e47524 !important;
}
.cid-sMv4zexH7b .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-sMv4zexH7b .form-group {
  max-width: 220px;
}
.cid-sMv4zexH7b .mbr-section-btn {
  padding-left: 0;
}
.cid-sMv4zexH7b .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-sMv4zexH7b .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-sMv4zexH7b .mbr-text {
  color: #444;
}
.cid-sMv4zexH7b h5 {
  margin-bottom: 0;
}
.cid-sMv4zexH7b .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-sMv4zexH7b .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sMv4zexH7b .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-sMv4zexH7b .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sMv4zexH7b .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: center;
  align-items: center;
}
.cid-sMv4zexH7b .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-sMv4zexH7b .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sMv4zexH7b .social-list a:hover {
  opacity: 0.4;
}
.cid-sMv4zexH7b .media-container-row > div {
  padding: 0px;
}
.cid-sMv4zexH7b .text2 {
  color: #000000;
  text-align: left;
}
.cid-sMv4zexH7b .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-sMv4zexH7b .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sMv4zexH7b .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-sMv4zexH7b .social-list,
  .cid-sMv4zexH7b .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sMv4zexH7b h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-sMv4zexH7b .form-group {
    max-width: 180px;
  }
}
.cid-sMv4zexH7b .links span {
  color: #9e9e9e;
}
.cid-sMv4zexH7b .logo-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-sMv4zexH7b .logo-title {
  text-align: center;
}
.cid-sMv4zexH7b .row {
  margin: auto;
}
.cid-sMv4zexH7b .centercol {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-sMv4zexH7b .title-align {
  margin-left: -30px;
}
.cid-sMv4zfrOCV {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #c3c3c3;
}
.cid-sMv4zfrOCV .mbr-section-title {
  color: #065369;
  text-align: left;
  margin: auto;
  padding: 20px 0;
}
.cid-sMv4zfrOCV .mbr-section-subtitle {
  color: #1b745e;
  text-align: center;
  font-style: italic;
  padding-bottom: 12px;
}
.cid-sMv4zfrOCV .row {
  align-items: center;
  height: 100%;
}
.cid-sMv4zfrOCV .container {
  margin: auto;
}
.cid-sMv4zfUkSa .icon-bar {
  z-index: 100002;
  left: 0.4%;
  position: fixed;
  top: 50%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-sMv4zfUkSa .icon-bar a:hover {
  background-color: #e49105;
  width: 100px;
}
.cid-sMv4zfUkSa .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 2px;
  border-radius: 14px;
}
.cid-sMv4zfUkSa .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-sMv4zfUkSa .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-sMv4zfUkSa .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-sMv4zfUkSa .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-sMv4zfUkSa .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-sMv4zfUkSa .instagram {
  background: #6F3AA7;
  color: white;
  width: 50px;
}
.cid-sMv4zfUkSa .custom1 {
  background: #ff7300;
  color: white;
  width: 50px;
}
.cid-sMv4zfUkSa .custom2 {
  background: #01bf46;
  color: white;
  width: 50px;
}
.cid-sMv4zfUkSa .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-sMv4zfUkSa .corner-ribbon {
  z-index: 20001;
  width: 200px;
  background-image: linear-gradient(#55b4d4, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-sMv4zfUkSa .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #55b4d4);
}
.cid-sMv4zfUkSa .corner-ribbon.top-zen {
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: fixed;
}
.cid-sMv4zfUkSa P {
  color: #065369;
}
.cid-sMv4zfUkSa DIV {
  color: #ffffff;
}
.cid-sMv4zfUkSa H10 {
  color: #767676;
}
.cid-sMv4zfUkSa .hidden {
  display: none;
}
.cid-sN4bQ87YdE .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: top;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sN4bQ87YdE .nav-item:focus,
.cid-sN4bQ87YdE .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sN4bQ87YdE .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-sN4bQ87YdE .nav-item .nav-link {
    position: relative;
  }
  .cid-sN4bQ87YdE .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #e47524, #199bfc);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-sN4bQ87YdE .nav-item.open .nav-link::before {
    bottom: 0.2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-sN4bQ87YdE .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sN4bQ87YdE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5em 0.235em;
  transition: all 0.25s ease-in-out;
}
.cid-sN4bQ87YdE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sN4bQ87YdE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sN4bQ87YdE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sN4bQ87YdE .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sN4bQ87YdE .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-sN4bQ87YdE .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-sN4bQ87YdE .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
  line-height: 1.6;
}
.cid-sN4bQ87YdE .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-sN4bQ87YdE .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-sN4bQ87YdE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sN4bQ87YdE .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sN4bQ87YdE .navbar.collapsed .navbar-collapse.show,
.cid-sN4bQ87YdE .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sN4bQ87YdE .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-sN4bQ87YdE .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-sN4bQ87YdE .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sN4bQ87YdE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sN4bQ87YdE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sN4bQ87YdE .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sN4bQ87YdE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sN4bQ87YdE .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sN4bQ87YdE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sN4bQ87YdE .navbar.collapsed .right-menu,
.cid-sN4bQ87YdE .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-sN4bQ87YdE .navbar .navbar-collapse.show,
  .cid-sN4bQ87YdE .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sN4bQ87YdE .navbar .navbar-collapse.show .brand-container,
  .cid-sN4bQ87YdE .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-sN4bQ87YdE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sN4bQ87YdE .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sN4bQ87YdE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sN4bQ87YdE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sN4bQ87YdE .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sN4bQ87YdE .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sN4bQ87YdE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sN4bQ87YdE .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sN4bQ87YdE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-sN4bQ87YdE .navbar .right-menu,
  .cid-sN4bQ87YdE .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sN4bQ87YdE .navbar.navbar-short {
  min-height: 60px;
}
.cid-sN4bQ87YdE .navbar.navbar-short .mbr-overlay {
  background: #ffffff !important;
}
.cid-sN4bQ87YdE .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sN4bQ87YdE .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sN4bQ87YdE .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sN4bQ87YdE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sN4bQ87YdE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sN4bQ87YdE .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sN4bQ87YdE .dropdown-item.active,
.cid-sN4bQ87YdE .dropdown-item:active {
  background-color: transparent;
}
.cid-sN4bQ87YdE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sN4bQ87YdE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sN4bQ87YdE .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sN4bQ87YdE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sN4bQ87YdE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sN4bQ87YdE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sN4bQ87YdE ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-sN4bQ87YdE ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-sN4bQ87YdE .navbar-buttons {
  margin-left: auto;
}
.cid-sN4bQ87YdE button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sN4bQ87YdE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-sN4bQ87YdE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sN4bQ87YdE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sN4bQ87YdE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sN4bQ87YdE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sN4bQ87YdE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sN4bQ87YdE nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-sN4bQ87YdE nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-sN4bQ87YdE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sN4bQ87YdE a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sN4bQ87YdE .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sN4bQ87YdE .right-menu,
.cid-sN4bQ87YdE .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-sN4bQ87YdE .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sN4bQ87YdE .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sN4bQ87YdE .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sN4bQ87YdE .menu-top {
  text-align: center;
  width: 100%;
  background-color: #e45f05;
  padding: 0.5rem 0;
}
.cid-sN4bQ87YdE .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-sN4bQ87YdE .card-wrapper {
  z-index: 3;
}
.cid-sN4bQ87YdE .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-sN4bQ87YdE .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sN4bQ87YdE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sN4bQ87YdE .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: top;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sN4bQ87YdE .nav-item:focus,
.cid-sN4bQ87YdE .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sN4bQ87YdE .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-sN4bQ87YdE .nav-item .nav-link {
    position: relative;
  }
  .cid-sN4bQ87YdE .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #e47524, #199bfc);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-sN4bQ87YdE .nav-item.open .nav-link::before {
    bottom: 0.2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-sN4bQ87YdE .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sN4bQ87YdE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5em 0.235em;
  transition: all 0.25s ease-in-out;
}
.cid-sN4bQ87YdE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sN4bQ87YdE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sN4bQ87YdE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sN4bQ87YdE .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sN4bQ87YdE .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-sN4bQ87YdE .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-sN4bQ87YdE .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
  line-height: 1.6;
}
.cid-sN4bQ87YdE .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-sN4bQ87YdE .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-sN4bQ87YdE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sN4bQ87YdE .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sN4bQ87YdE .navbar.collapsed .navbar-collapse.show,
.cid-sN4bQ87YdE .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sN4bQ87YdE .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-sN4bQ87YdE .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-sN4bQ87YdE .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sN4bQ87YdE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sN4bQ87YdE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sN4bQ87YdE .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sN4bQ87YdE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sN4bQ87YdE .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sN4bQ87YdE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sN4bQ87YdE .navbar.collapsed .right-menu,
.cid-sN4bQ87YdE .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-sN4bQ87YdE .navbar .navbar-collapse.show,
  .cid-sN4bQ87YdE .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sN4bQ87YdE .navbar .navbar-collapse.show .brand-container,
  .cid-sN4bQ87YdE .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-sN4bQ87YdE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sN4bQ87YdE .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sN4bQ87YdE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sN4bQ87YdE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sN4bQ87YdE .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sN4bQ87YdE .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sN4bQ87YdE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sN4bQ87YdE .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sN4bQ87YdE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-sN4bQ87YdE .navbar .right-menu,
  .cid-sN4bQ87YdE .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sN4bQ87YdE .navbar.navbar-short {
  min-height: 60px;
}
.cid-sN4bQ87YdE .navbar.navbar-short .mbr-overlay {
  background: #ffffff !important;
}
.cid-sN4bQ87YdE .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sN4bQ87YdE .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sN4bQ87YdE .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sN4bQ87YdE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sN4bQ87YdE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sN4bQ87YdE .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sN4bQ87YdE .dropdown-item.active,
.cid-sN4bQ87YdE .dropdown-item:active {
  background-color: transparent;
}
.cid-sN4bQ87YdE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sN4bQ87YdE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sN4bQ87YdE .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sN4bQ87YdE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sN4bQ87YdE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sN4bQ87YdE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sN4bQ87YdE ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-sN4bQ87YdE ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-sN4bQ87YdE .navbar-buttons {
  margin-left: auto;
}
.cid-sN4bQ87YdE button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sN4bQ87YdE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-sN4bQ87YdE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sN4bQ87YdE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sN4bQ87YdE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sN4bQ87YdE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sN4bQ87YdE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sN4bQ87YdE nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-sN4bQ87YdE nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-sN4bQ87YdE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sN4bQ87YdE a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sN4bQ87YdE .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sN4bQ87YdE .right-menu,
.cid-sN4bQ87YdE .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-sN4bQ87YdE .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sN4bQ87YdE .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sN4bQ87YdE .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sN4bQ87YdE .menu-top {
  text-align: center;
  width: 100%;
  background-color: #e45f05;
  padding: 0.5rem 0;
}
.cid-sN4bQ87YdE .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-sN4bQ87YdE .card-wrapper {
  z-index: 3;
}
.cid-sN4bQ87YdE .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-sN4bQ87YdE .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sN4bQ87YdE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tc9dY7CjVG {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tc9dY7CjVG .container {
  max-width: 1000px;
}
.cid-tc9dY7CjVG .mbr-text {
  border-left: 1px solid currentColor;
  padding-left: 1rem;
  color: #696969;
  text-align: left;
}
.cid-tc9dY7CjVG .mbr-section-title {
  color: #069d9e;
}
.cid-tc9dZfe9Iw {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tc9dZfe9Iw img {
  border-radius: 0px;
}
.cid-tc9dZfe9Iw .mbr-section-title {
  color: #8ba926;
  text-align: left;
  padding-bottom: 17px;
  font-weight: 700;
}
.cid-tc9dZfe9Iw .mbr-text {
  padding-bottom: 30px;
  color: #4c4c4c;
  font-weight: 500;
}
.cid-tc9dZfe9Iw p:last-child {
  margin-bottom: 0;
}
.cid-tc9dZfe9Iw .row {
  justify-content: center;
}
.cid-unknPrJKxt {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #cee2e2;
}
.cid-unknPrJKxt .title__wrap {
  margin-bottom: 30px;
}
.cid-unknPrJKxt .title__block {
  margin-bottom: 10px;
}
.cid-unknPrJKxt .mbr-section-title,
.cid-unknPrJKxt .text__time,
.cid-unknPrJKxt .mbr-text,
.cid-unknPrJKxt .text__author,
.cid-unknPrJKxt .text__hall {
  margin-bottom: 0;
}
.cid-unknPrJKxt .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-unknPrJKxt .buttons {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.cid-unknPrJKxt .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 10px;
  border: none !important;
  background-color: transparent !important;
}
.cid-unknPrJKxt .mbr-section-btn .btn-secondary-outline:hover {
  color: #e47524 !important;
}
.cid-unknPrJKxt .wrap {
  margin: 0;
  padding: 25px 0;
  border-top: 1px solid rgba(25, 31, 35, 0.4);
}
.cid-unknPrJKxt .wrap:last-child {
  border-bottom: 1px solid rgba(25, 31, 35, 0.4);
}
.cid-unknPrJKxt .plpr_0 {
  padding-left: 0;
  padding-right: 0;
}
.cid-unknPrJKxt .nav-tabs .nav-item.open .nav-link:focus,
.cid-unknPrJKxt .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-unknPrJKxt .nav-tabs {
  flex-wrap: wrap;
  border-bottom: none;
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .cid-unknPrJKxt .nav-tabs {
    flex-direction: column;
    align-items: flex-start;
  }
}
.cid-unknPrJKxt .nav-tabs .nav-link {
  border-radius: 0 !important;
  color: #17161a;
  font-style: normal;
  font-weight: 700;
  border: none;
  border-bottom: 2px solid transparent;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  margin-right: 25px;
  padding: 12px 0 !important;
}
.cid-unknPrJKxt .nav-tabs .nav-link:hover {
  cursor: pointer;
}
.cid-unknPrJKxt .nav-tabs .nav-link.active {
  font-weight: 700;
  font-style: normal;
  background-color: transparent !important;
  border-bottom: 2px solid #e49105;
}
.cid-unknPrJKxt .nav-tabs .nav-link.active:hover {
  background-color: #e49105;
}
@media (max-width: 991px) {
  .cid-unknPrJKxt .align-right {
    text-align: left !important;
  }
}
@media (max-width: 575px) {
  .cid-unknPrJKxt .buttons {
    justify-content: flex-start;
  }
}
.cid-unknPrJKxt .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-unknPrJKxt .mbr-section-title {
  color: #2e6995;
}
.cid-unknPrJKxt .text__author {
  color: #191f23;
}
.cid-unknPOTyKP {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #cee2e2;
}
.cid-unknPOTyKP .title__wrap {
  margin-bottom: 30px;
}
.cid-unknPOTyKP .title__block {
  margin-bottom: 10px;
}
.cid-unknPOTyKP .mbr-section-title,
.cid-unknPOTyKP .text__time,
.cid-unknPOTyKP .mbr-text,
.cid-unknPOTyKP .text__author,
.cid-unknPOTyKP .text__hall {
  margin-bottom: 0;
}
.cid-unknPOTyKP .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-unknPOTyKP .buttons {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.cid-unknPOTyKP .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 10px;
  border: none !important;
  background-color: transparent !important;
}
.cid-unknPOTyKP .mbr-section-btn .btn-secondary-outline:hover {
  color: #e47524 !important;
}
.cid-unknPOTyKP .wrap {
  margin: 0;
  padding: 25px 0;
  border-top: 1px solid rgba(25, 31, 35, 0.4);
}
.cid-unknPOTyKP .wrap:last-child {
  border-bottom: 1px solid rgba(25, 31, 35, 0.4);
}
.cid-unknPOTyKP .plpr_0 {
  padding-left: 0;
  padding-right: 0;
}
.cid-unknPOTyKP .nav-tabs .nav-item.open .nav-link:focus,
.cid-unknPOTyKP .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-unknPOTyKP .nav-tabs {
  flex-wrap: wrap;
  border-bottom: none;
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .cid-unknPOTyKP .nav-tabs {
    flex-direction: column;
    align-items: flex-start;
  }
}
.cid-unknPOTyKP .nav-tabs .nav-link {
  border-radius: 0 !important;
  color: #17161a;
  font-style: normal;
  font-weight: 700;
  border: none;
  border-bottom: 2px solid transparent;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  margin-right: 25px;
  padding: 12px 0 !important;
}
.cid-unknPOTyKP .nav-tabs .nav-link:hover {
  cursor: pointer;
}
.cid-unknPOTyKP .nav-tabs .nav-link.active {
  font-weight: 700;
  font-style: normal;
  background-color: transparent !important;
  border-bottom: 2px solid #e49105;
}
.cid-unknPOTyKP .nav-tabs .nav-link.active:hover {
  background-color: #e49105;
}
@media (max-width: 991px) {
  .cid-unknPOTyKP .align-right {
    text-align: left !important;
  }
}
@media (max-width: 575px) {
  .cid-unknPOTyKP .buttons {
    justify-content: flex-start;
  }
}
.cid-unknPOTyKP .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-unknPOTyKP .mbr-section-title {
  color: #2e6995;
}
.cid-unknPOTyKP .text__author {
  color: #191f23;
}
.cid-tc9e0uxt9c {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #e8eaf5;
}
.cid-tc9e0uxt9c img {
  border-radius: 0px;
}
.cid-tc9e0uxt9c .mbr-section-title {
  color: #f16514;
  text-align: left;
  padding-bottom: 17px;
  font-weight: 700;
}
.cid-tc9e0uxt9c .mbr-text {
  padding-bottom: 30px;
  color: #4c4c4c;
  font-weight: 500;
}
.cid-tc9e0uxt9c p:last-child {
  margin-bottom: 0;
}
.cid-tc9e0uxt9c .row {
  justify-content: center;
}
.cid-tc9e98UMRS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #dcedfb;
}
.cid-tc9e98UMRS .mbr-section-title {
  color: #000000;
}
.cid-tc9e98UMRS .mbr-section-subtitle {
  color: #6c7577;
}
.cid-tc9e98UMRS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tc9e98UMRS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tc9e2wIOdt {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #e7fdf6;
}
.cid-tc9e2wIOdt .row {
  flex-direction: row-reverse;
}
.cid-tc9e2wIOdt img {
  width: 100%;
}
.cid-tc9e2wIOdt .text-wrapper {
  z-index: 11;
}
.cid-tc9e2wIOdt .wrapper {
  display: flex;
}
.cid-tc9e2wIOdt .row {
  align-items: center;
}
.cid-tc9e2wIOdt .animate__fadeInUp:before {
  background: #e7fdf6;
}
.cid-tc9e2wIOdt .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #e47524;
  margin-right: 1.5rem;
}
@media (max-width: 767px) {
  .cid-tc9e2wIOdt .wrapper {
    flex-direction: column;
  }
  .cid-tc9e2wIOdt .iconfont-wrapper {
    margin: auto;
  }
  .cid-tc9e2wIOdt .mbr-iconfont {
    margin-right: 0rem;
    margin-bottom: 2rem;
  }
}
.cid-tc9e2wIOdt .mbr-section-title {
  color: #28a77e;
}
.cid-tc9e2wIOdt .mbr-text,
.cid-tc9e2wIOdt .mbr-section-btn {
  color: #161734;
}
.cid-tc9e3UfxBg {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tc9e3UfxBg span {
  color: #c1c1c1;
}
.cid-tc9e3UfxBg .mbr-text {
  padding-left: 1.5rem;
}
.cid-tc9e3UfxBg .mbr-section-title {
  padding-left: 1.5px;
}
.cid-tc9e3UfxBg .mbr-section-btn {
  margin-top: 22.5px;
}
.cid-tc9e3UfxBg H1 {
  text-align: left;
  color: #000000;
}
.cid-tc9e3UfxBg .mbr-text,
.cid-tc9e3UfxBg .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-tc9evkFTrw {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tc9evkFTrw h2,
.cid-tc9evkFTrw h3,
.cid-tc9evkFTrw h4,
.cid-tc9evkFTrw p {
  margin: 0;
}
.cid-tc9evkFTrw .text-wrap {
  margin-top: 10px;
  margin-bottom: 30px;
}
.cid-tc9evkFTrw .mbr-first-section-title {
  color: #148221;
  margin-bottom: 22px;
}
.cid-tc9evkFTrw .mbr-first-section-subtitle {
  margin-bottom: 5px;
}
.cid-tc9evkFTrw .mbr-first-section-text {
  color: #6b6b6b;
  margin-bottom: 10px;
}
.cid-tc9evkFTrw .mbr-second-section-title {
  color: #148221;
  margin-bottom: 22px;
}
.cid-tc9evkFTrw .mbr-second-section-subtitle {
  margin-bottom: 5px;
}
.cid-tc9evkFTrw .mbr-second-section-text {
  color: #6b6b6b;
  margin-bottom: 10px;
}
.cid-tc9e6C6puP {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tc9e6C6puP img,
.cid-tc9e6C6puP .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tc9e6C6puP .item:focus,
.cid-tc9e6C6puP span:focus {
  outline: none;
}
.cid-tc9e6C6puP .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tc9e6C6puP .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tc9e6C6puP .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tc9e6C6puP .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tc9e6C6puP .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tc9e6C6puP .mbr-section-title {
  color: #232323;
}
.cid-tc9e6C6puP .mbr-text,
.cid-tc9e6C6puP .mbr-section-btn {
  text-align: left;
}
.cid-tc9e6C6puP .item-title {
  text-align: left;
  color: #1a7a96;
}
.cid-tc9e6C6puP .item-subtitle {
  text-align: center;
}
.cid-tc9efbTcRr {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tc9efbTcRr .img-wrap {
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  background-position: 50% 50%;
  z-index: 2;
  background-image: url("../../../assets/images/mbr-1920x1358.jpg");
}
.cid-tc9efbTcRr .card {
  border-radius: 0;
  margin: auto 0;
}
.cid-tc9efbTcRr .card .wrapper .mbr-section-title {
  color: #06182d;
}
.cid-tc9efbTcRr .card .wrapper .mbr-section-subtitle {
  color: #06182d;
}
.cid-tc9efbTcRr .card .wrapper .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-tc9efbTcRr .card .wrapper .mbr-text {
  color: #e47524;
  font-weight: 300;
}
.cid-tc9efbTcRr .card .wrapper .mbr-list {
  margin-top: 20px;
  color: #606060;
}
.cid-tc9efbTcRr .card .wrapper .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
.cid-tc9efbTcRr .card .wrapper .mbr-list .list li {
  line-height: 1.75;
  padding-top: 5px;
  padding-bottom: 5px;
}
.cid-tc9efbTcRr .card .wrapper .mbr-list .list li:before {
  font-weight: 900;
  color: #ff4e3c;
  display: inline-block;
  content: "\e97c";
  font-family: "Moririse2" !important;
  text-align: center;
  line-height: 1.5em;
  transition: all 0.3s;
  width: 25px;
  height: 25px;
  margin-right: 15px;
}
.cid-tc9efbTcRr .card .wrapper .link-wrap {
  width: 100%;
}
.cid-tc9efbTcRr .card .wrapper .link-wrap .link {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
  transition-delay: 0.15s;
  text-align: left;
}
.cid-tc9efbTcRr .card .wrapper .link-wrap .link:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.2;
  left: 0;
}
.cid-tc9efbTcRr .card .wrapper .link-wrap .link:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-tc9efbTcRr .card .wrapper .link-wrap .link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-tc9efbTcRr .card .wrapper .mbr-section-title {
  color: #592c82;
}
.cid-tc9efbTcRr .card .wrapper .mbr-text {
  color: #000000;
}
.cid-uOpxSrdoI3 {
  padding-top: 120px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-uOpxSrdoI3 .mbr-section-title {
  letter-spacing: .1em;
}
.cid-uOpxSrdoI3 .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-uOpxSrdoI3 .card-img span {
  font-size: 100px;
}
.cid-uOpxSrdoI3 .mbr-text,
.cid-uOpxSrdoI3 .mbr-section-btn {
  color: #191f23;
}
.cid-uOpxSrdoI3 .mbr-section-title,
.cid-uOpxSrdoI3 .card-img {
  color: #065369;
}
.cid-uOpxSsQyGO {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uOpxSsQyGO .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-uOpxSsQyGO .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #1d2c35;
  margin-left: 1rem;
}
.cid-uOpxSsQyGO .panel-group {
  border: none;
}
.cid-uOpxSsQyGO .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uOpxSsQyGO .panel-body,
.cid-uOpxSsQyGO .card-header {
  padding: 1rem 0;
}
.cid-uOpxSsQyGO .panel-title-edit {
  color: #8ba926;
}
.cid-uOpxSsQyGO .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uOpxSsQyGO .panel-text {
  color: #191f23;
}
.cid-uOpxStaExX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uOpxStaExX .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-uOpxStaExX .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #1d2c35;
  margin-left: 1rem;
}
.cid-uOpxStaExX .panel-group {
  border: none;
}
.cid-uOpxStaExX .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uOpxStaExX .panel-body,
.cid-uOpxStaExX .card-header {
  padding: 1rem 0;
}
.cid-uOpxStaExX .panel-title-edit {
  color: #8ba926;
}
.cid-uOpxStaExX .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uOpxStaExX .panel-text {
  color: #191f23;
}
.cid-uOpxStupXB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uOpxStupXB .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-uOpxStupXB .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #1d2c35;
  margin-left: 1rem;
}
.cid-uOpxStupXB .panel-group {
  border: none;
}
.cid-uOpxStupXB .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uOpxStupXB .panel-body,
.cid-uOpxStupXB .card-header {
  padding: 1rem 0;
}
.cid-uOpxStupXB .panel-title-edit {
  color: #8ba926;
}
.cid-uOpxStupXB .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uOpxStupXB .panel-text {
  color: #191f23;
}
.cid-uOpxStSQOJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uOpxStSQOJ .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-uOpxStSQOJ .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #1d2c35;
  margin-left: 1rem;
}
.cid-uOpxStSQOJ .panel-group {
  border: none;
}
.cid-uOpxStSQOJ .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uOpxStSQOJ .panel-body,
.cid-uOpxStSQOJ .card-header {
  padding: 1rem 0;
}
.cid-uOpxStSQOJ .panel-title-edit {
  color: #8ba926;
}
.cid-uOpxStSQOJ .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uOpxStSQOJ .panel-text {
  color: #191f23;
}
.cid-uOpxSuf29H {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uOpxSuf29H .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-uOpxSuf29H .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #1d2c35;
  margin-left: 1rem;
}
.cid-uOpxSuf29H .panel-group {
  border: none;
}
.cid-uOpxSuf29H .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uOpxSuf29H .panel-body,
.cid-uOpxSuf29H .card-header {
  padding: 1rem 0;
}
.cid-uOpxSuf29H .panel-title-edit {
  color: #8ba926;
}
.cid-uOpxSuf29H .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uOpxSuf29H .panel-text {
  color: #191f23;
}
.cid-uOpxSuCFi6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uOpxSuCFi6 .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-uOpxSuCFi6 .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #1d2c35;
  margin-left: 1rem;
}
.cid-uOpxSuCFi6 .panel-group {
  border: none;
}
.cid-uOpxSuCFi6 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uOpxSuCFi6 .panel-body,
.cid-uOpxSuCFi6 .card-header {
  padding: 1rem 0;
}
.cid-uOpxSuCFi6 .panel-title-edit {
  color: #8ba926;
}
.cid-uOpxSuCFi6 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uOpxSuCFi6 .panel-text {
  color: #191f23;
}
.cid-uOpxSv1VDi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uOpxSv1VDi .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-uOpxSv1VDi .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #1d2c35;
  margin-left: 1rem;
}
.cid-uOpxSv1VDi .panel-group {
  border: none;
}
.cid-uOpxSv1VDi .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uOpxSv1VDi .panel-body,
.cid-uOpxSv1VDi .card-header {
  padding: 1rem 0;
}
.cid-uOpxSv1VDi .panel-title-edit {
  color: #8ba926;
}
.cid-uOpxSv1VDi .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uOpxSvpAMh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uOpxSvpAMh .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-uOpxSvpAMh .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #1d2c35;
  margin-left: 1rem;
}
.cid-uOpxSvpAMh .panel-group {
  border: none;
}
.cid-uOpxSvpAMh .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uOpxSvpAMh .panel-body,
.cid-uOpxSvpAMh .card-header {
  padding: 1rem 0;
}
.cid-uOpxSvpAMh .panel-title-edit {
  color: #8ba926;
}
.cid-uOpxSvpAMh .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uOpxSvPgLZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uOpxSvPgLZ .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-uOpxSvPgLZ .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #1d2c35;
  margin-left: 1rem;
}
.cid-uOpxSvPgLZ .panel-group {
  border: none;
}
.cid-uOpxSvPgLZ .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uOpxSvPgLZ .panel-body,
.cid-uOpxSvPgLZ .card-header {
  padding: 1rem 0;
}
.cid-uOpxSvPgLZ .panel-title-edit {
  color: #8ba926;
}
.cid-uOpxSvPgLZ .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uOpxSwlOAA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uOpxSwlOAA .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-uOpxSwlOAA .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #1d2c35;
  margin-left: 1rem;
}
.cid-uOpxSwlOAA .panel-group {
  border: none;
}
.cid-uOpxSwlOAA .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uOpxSwlOAA .panel-body,
.cid-uOpxSwlOAA .card-header {
  padding: 1rem 0;
}
.cid-uOpxSwlOAA .panel-title-edit {
  color: #8ba926;
}
.cid-uOpxSwlOAA .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uOpxSwMXme {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uOpxSwMXme .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-uOpxSwMXme .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #1d2c35;
  margin-left: 1rem;
}
.cid-uOpxSwMXme .panel-group {
  border: none;
}
.cid-uOpxSwMXme .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uOpxSwMXme .panel-body,
.cid-uOpxSwMXme .card-header {
  padding: 1rem 0;
}
.cid-uOpxSwMXme .panel-title-edit {
  color: #8ba926;
}
.cid-uOpxSwMXme .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uOpxSxdQN5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uOpxSxdQN5 .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-uOpxSxdQN5 .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #1d2c35;
  margin-left: 1rem;
}
.cid-uOpxSxdQN5 .panel-group {
  border: none;
}
.cid-uOpxSxdQN5 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uOpxSxdQN5 .panel-body,
.cid-uOpxSxdQN5 .card-header {
  padding: 1rem 0;
}
.cid-uOpxSxdQN5 .panel-title-edit {
  color: #8ba926;
}
.cid-uOpxSxdQN5 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uOpxSxHutn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uOpxSxHutn .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-uOpxSxHutn .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #1d2c35;
  margin-left: 1rem;
}
.cid-uOpxSxHutn .panel-group {
  border: none;
}
.cid-uOpxSxHutn .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uOpxSxHutn .panel-body,
.cid-uOpxSxHutn .card-header {
  padding: 1rem 0;
}
.cid-uOpxSxHutn .panel-title-edit {
  color: #8ba926;
}
.cid-uOpxSxHutn .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uOpxSy9Maf {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #656565;
}
@media (max-width: 767px) {
  .cid-uOpxSy9Maf h2 {
    margin-bottom: 1rem;
  }
  .cid-uOpxSy9Maf .wrapper {
    display: flex;
    flex-direction: column;
  }
  .cid-uOpxSy9Maf .mbr-section-btn {
    margin-left: 1px;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) and (min-width: 992px) {
  .cid-uOpxSy9Maf .container-column {
    text-align: center;
  }
}
@media (min-width: 767px) {
  .cid-uOpxSy9Maf .wrapper {
    display: flex;
    justify-content: space-between;
    padding: 0 1rem;
  }
  .cid-uOpxSy9Maf .container {
    position: relative;
  }
  .cid-uOpxSy9Maf h2 {
    margin: 0;
  }
}
.cid-uOpxSy9Maf .btn {
  margin: 0;
  position: relative;
  padding: 0.7rem 2.4rem;
  color: #101010 !important;
}
.cid-uOpxSy9Maf hr {
  width: 40px;
  height: 2px;
  top: -2.6rem;
}
.cid-uOpxSy9Maf .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uOpxSy9Maf .btn:hover {
  color: #ffffff !important;
}
.cid-uOpxSyy20U {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uOpxSyy20U .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-uOpxSyy20U .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #1d2c35;
  margin-left: 1rem;
}
.cid-uOpxSyy20U .panel-group {
  border: none;
}
.cid-uOpxSyy20U .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uOpxSyy20U .panel-body,
.cid-uOpxSyy20U .card-header {
  padding: 1rem 0;
}
.cid-uOpxSyy20U .panel-title-edit {
  color: #8ba926;
}
.cid-uOpxSyy20U .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uOpxSz6q8A {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uOpxSz6q8A .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-uOpxSz6q8A .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #1d2c35;
  margin-left: 1rem;
}
.cid-uOpxSz6q8A .panel-group {
  border: none;
}
.cid-uOpxSz6q8A .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uOpxSz6q8A .panel-body,
.cid-uOpxSz6q8A .card-header {
  padding: 1rem 0;
}
.cid-uOpxSz6q8A .panel-title-edit {
  color: #8ba926;
}
.cid-uOpxSz6q8A .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uOpxSzOJJR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uOpxSzOJJR .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-uOpxSzOJJR .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #1d2c35;
  margin-left: 1rem;
}
.cid-uOpxSzOJJR .panel-group {
  border: none;
}
.cid-uOpxSzOJJR .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uOpxSzOJJR .panel-body,
.cid-uOpxSzOJJR .card-header {
  padding: 1rem 0;
}
.cid-uOpxSzOJJR .panel-title-edit {
  color: #8ba926;
}
.cid-uOpxSzOJJR .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uOpxSABK9R {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uOpxSABK9R .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-uOpxSABK9R .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #1d2c35;
  margin-left: 1rem;
}
.cid-uOpxSABK9R .panel-group {
  border: none;
}
.cid-uOpxSABK9R .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uOpxSABK9R .panel-body,
.cid-uOpxSABK9R .card-header {
  padding: 1rem 0;
}
.cid-uOpxSABK9R .panel-title-edit {
  color: #8ba926;
}
.cid-uOpxSABK9R .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uOpxSB7ndL {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #d8f6ff;
}
.cid-uOpxSB7ndL .mbr-section-title {
  text-align: left;
  color: #e45f05;
}
.cid-uOpxSB7ndL .mbr-section-subtitle {
  text-align: center;
}
.cid-uOpxSB7ndL .mbr-text {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uOpxSB7ndL .display-1 {
    font-size: 75px;
  }
  .cid-uOpxSB7ndL .display-5 {
    font-size: 29px;
  }
  .cid-uOpxSB7ndL .display-4 {
    font-weight: 300;
  }
}
.cid-uOpxSB7ndL .mbr-section-title DIV {
  text-align: left;
}
.cid-uOpxSBxM17 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #d8f6ff;
}
.cid-uOpxSBxM17 .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-uOpxSBxM17 .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #1d2c35;
  margin-left: 1rem;
}
.cid-uOpxSBxM17 .panel-group {
  border: none;
}
.cid-uOpxSBxM17 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uOpxSBxM17 .panel-body,
.cid-uOpxSBxM17 .card-header {
  padding: 1rem 0;
}
.cid-uOpxSBxM17 .panel-title-edit {
  color: #e45f05;
  text-align: left;
}
.cid-uOpxSBxM17 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uOpxSBxM17 .panel-text {
  color: #191f23;
}
.cid-uOpxSC7T0V {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #d8f6ff;
}
.cid-uOpxSC7T0V .mbr-section-title {
  margin-bottom: 20px;
  color: #e45f05;
}
.cid-uOpxSC7T0V .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-uOpxSC7T0V .mbr-text {
  margin: 10px 0;
}
.cid-uOpxSC7T0V .divider {
  background-color: #178292;
  width: 100%;
  height: 1px;
  margin: 15px;
  opacity: 0.6;
}
.cid-uOpxSC7T0V .btn-primary:hover {
  background-color: #199bfc !important;
  border-color: #199bfc !important;
}
@media (max-width: 767px) {
  .cid-uOpxSC7T0V .mbr-section-btn {
    margin-top: 0;
    text-align: left;
  }
}
.cid-uOpxSC7T0V .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-uOpxSCzpGs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #069d9e;
}
.cid-uOpxSCzpGs .mbr-section-title {
  margin-bottom: 20px;
  color: #ffffff;
}
.cid-uOpxSCzpGs .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-uOpxSCzpGs .mbr-text {
  margin: 10px 0;
}
.cid-uOpxSCzpGs .divider {
  background-color: #ffffff;
  width: 100%;
  height: 1px;
  margin: 15px;
  opacity: 0.6;
}
.cid-uOpxSCzpGs .btn-primary:hover {
  background-color: #199bfc !important;
  border-color: #199bfc !important;
}
@media (max-width: 767px) {
  .cid-uOpxSCzpGs .mbr-section-btn {
    margin-top: 0;
    text-align: left;
  }
}
.cid-uOpxSCzpGs .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-uOpxSD3bHv {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #eb6d1b;
}
.cid-uOpxSD3bHv .mbr-section-title {
  color: #d8f6ff;
  text-align: center;
  margin-bottom: 0;
  font-weight: 700;
}
.cid-uOpxSD3bHv .mbr-section-subtitle {
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 0;
  font-weight: 500;
  color: #1a7a96;
}
.cid-uOpxSD3bHv .row {
  align-items: center;
  height: 100%;
}
.cid-uOpxSD3bHv .container {
  max-width: 1100px;
}
.cid-uOpxSD3bHv .wrapper {
  margin: auto;
}
.cid-uOpxSDxnHG {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #4c8214;
}
.cid-uOpxSDxnHG .text {
  letter-spacing: 0.03em;
  line-height: 1.7;
}
.cid-uOpxSDxnHG .mbr-text {
  width: 100%;
  height: auto;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uOpxSDxnHG .row {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .cid-uOpxSDxnHG .content {
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
  }
}
.cid-uOpxSE1lys {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #f5f7fd;
}
.cid-uOpxSE1lys .mbr-text,
.cid-uOpxSE1lys .mbr-section-btn {
  color: #1d2c35;
}
.cid-uOpxSE1lys .card-title,
.cid-uOpxSE1lys .card-box {
  color: #147777;
}
.cid-uOpxSE1lys .mbr-text,
.cid-uOpxSE1lys .link-wrap {
  color: #1d2c35;
}
.cid-uOpxSEx0nk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uOpxSEx0nk .mbr-text,
.cid-uOpxSEx0nk .mbr-section-btn {
  color: #1d2c35;
}
.cid-uOpxSEx0nk .card-title,
.cid-uOpxSEx0nk .card-box {
  color: #1d2c35;
}
.cid-uOpxSEx0nk .mbr-text,
.cid-uOpxSEx0nk .link-wrap {
  color: #1d2c35;
}
.cid-uOpxSF2hOP {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uOpxSF2hOP .nav-tabs .nav-item.open .nav-link:focus,
.cid-uOpxSF2hOP .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-uOpxSF2hOP .nav-tabs {
  -webkit-flex-wrap: wrap;
  justify-content: center;
  flex-wrap: wrap;
  border: 0;
}
.cid-uOpxSF2hOP .nav-tabs .nav-item {
  padding: 0.25rem 1rem;
}
.cid-uOpxSF2hOP .nav-tabs .nav-link {
  border-radius: 0 !important;
  font-style: normal;
  font-weight: 500;
  color: #777d74 !important;
  transition: all .5s;
}
.cid-uOpxSF2hOP .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #000000 !important;
}
.cid-uOpxSF2hOP .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #000000 !important;
  font-style: normal;
}
.cid-uOpxSF2hOP .nav-link {
  border: none;
  border-bottom: 3px solid #f8f8f8 !important;
}
.cid-uOpxSF2hOP .nav-link:hover {
  border: none;
  border-bottom: 3px solid #72dfe9 !important;
}
.cid-uOpxSF2hOP .nav-link.active {
  border: none;
  border-bottom: 3px solid #72dfe9 !important;
}
.cid-uOpxSF2hOP P {
  color: #42424c;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-uOpxSF2hOP .nav-tabs {
    flex-direction: column;
    justify-content: center;
  }
  .cid-uOpxSF2hOP .mbr-text,
  .cid-uOpxSF2hOP .nav-link {
    text-align: center;
  }
}
.cid-uOpxSF2hOP H2 {
  text-align: center;
}
.cid-uOpxSFBeLo {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #4c8214;
}
.cid-uOpxSFBeLo .text {
  letter-spacing: 0.03em;
  line-height: 1.7;
}
.cid-uOpxSFBeLo .mbr-text {
  width: 100%;
  height: auto;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uOpxSFBeLo .row {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .cid-uOpxSFBeLo .content {
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
  }
}
.cid-uOpxSG61WA {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #f5f7fd;
}
.cid-uOpxSG61WA .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-uOpxSG61WA .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-uOpxSG61WA .col + .mbr-section-btn .btn,
.cid-uOpxSG61WA .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-uOpxSG61WA .col + .mbr-section-btn .btn,
  .cid-uOpxSG61WA .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-uOpxSG61WA .dragArea > *:nth-last-child(2).col,
  .cid-uOpxSG61WA .dragArea > *:nth-last-child(2).col-auto,
  .cid-uOpxSG61WA .col + .mbr-section-btn,
  .cid-uOpxSG61WA .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-uOpxSG61WA .dragArea {
    flex-direction: column;
  }
}
.cid-uOpxSG61WA .btn-primary {
  border: 1px solid #e47524 !important;
}
.cid-uOpxSG61WA .btn-primary:hover {
  border: 1px solid #e47524 !important;
}
.cid-uOpxSG61WA .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-uOpxSG61WA .form-group {
  max-width: 220px;
}
.cid-uOpxSG61WA .mbr-section-btn {
  padding-left: 0;
}
.cid-uOpxSG61WA .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-uOpxSG61WA .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-uOpxSG61WA .mbr-text {
  color: #444;
}
.cid-uOpxSG61WA h5 {
  margin-bottom: 0;
}
.cid-uOpxSG61WA .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uOpxSG61WA .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uOpxSG61WA .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-uOpxSG61WA .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uOpxSG61WA .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: center;
  align-items: center;
}
.cid-uOpxSG61WA .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uOpxSG61WA .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uOpxSG61WA .social-list a:hover {
  opacity: 0.4;
}
.cid-uOpxSG61WA .media-container-row > div {
  padding: 0px;
}
.cid-uOpxSG61WA .text2 {
  color: #000000;
  text-align: left;
}
.cid-uOpxSG61WA .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-uOpxSG61WA .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uOpxSG61WA .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uOpxSG61WA .social-list,
  .cid-uOpxSG61WA .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uOpxSG61WA h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-uOpxSG61WA .form-group {
    max-width: 180px;
  }
}
.cid-uOpxSG61WA .links span {
  color: #9e9e9e;
}
.cid-uOpxSG61WA .logo-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-uOpxSG61WA .logo-title {
  text-align: center;
}
.cid-uOpxSG61WA .row {
  margin: auto;
}
.cid-uOpxSG61WA .centercol {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uOpxSG61WA .title-align {
  margin-left: -30px;
}
.cid-uOpxSGNkQR {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #c3c3c3;
}
.cid-uOpxSGNkQR .mbr-section-title {
  color: #065369;
  text-align: left;
  margin: auto;
  padding: 20px 0;
}
.cid-uOpxSGNkQR .mbr-section-subtitle {
  color: #1b745e;
  text-align: center;
  font-style: italic;
  padding-bottom: 12px;
}
.cid-uOpxSGNkQR .row {
  align-items: center;
  height: 100%;
}
.cid-uOpxSGNkQR .container {
  margin: auto;
}
.cid-uOpxSHfs1j .icon-bar {
  z-index: 100002;
  left: 0.4%;
  position: fixed;
  top: 50%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uOpxSHfs1j .icon-bar a:hover {
  background-color: #e49105;
  width: 100px;
}
.cid-uOpxSHfs1j .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 2px;
  border-radius: 14px;
}
.cid-uOpxSHfs1j .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-uOpxSHfs1j .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-uOpxSHfs1j .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-uOpxSHfs1j .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-uOpxSHfs1j .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-uOpxSHfs1j .instagram {
  background: #6F3AA7;
  color: white;
  width: 50px;
}
.cid-uOpxSHfs1j .custom1 {
  background: #ff7300;
  color: white;
  width: 50px;
}
.cid-uOpxSHfs1j .custom2 {
  background: #01bf46;
  color: white;
  width: 50px;
}
.cid-uOpxSHfs1j .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-uOpxSHfs1j .corner-ribbon {
  z-index: 20001;
  width: 200px;
  background-image: linear-gradient(#55b4d4, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-uOpxSHfs1j .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #55b4d4);
}
.cid-uOpxSHfs1j .corner-ribbon.top-zen {
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: fixed;
}
.cid-uOpxSHfs1j P {
  color: #065369;
}
.cid-uOpxSHfs1j DIV {
  color: #ffffff;
}
.cid-uOpxSHfs1j H10 {
  color: #767676;
}
.cid-uOpxSHfs1j .hidden {
  display: none;
}
.cid-uOpxSHWD1o .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: top;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOpxSHWD1o .nav-item:focus,
.cid-uOpxSHWD1o .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uOpxSHWD1o .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-uOpxSHWD1o .nav-item .nav-link {
    position: relative;
  }
  .cid-uOpxSHWD1o .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #e47524, #199bfc);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-uOpxSHWD1o .nav-item.open .nav-link::before {
    bottom: 0.2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-uOpxSHWD1o .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOpxSHWD1o .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5em 0.235em;
  transition: all 0.25s ease-in-out;
}
.cid-uOpxSHWD1o .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOpxSHWD1o .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOpxSHWD1o .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOpxSHWD1o .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uOpxSHWD1o .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uOpxSHWD1o .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-uOpxSHWD1o .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
  line-height: 1.6;
}
.cid-uOpxSHWD1o .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-uOpxSHWD1o .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-uOpxSHWD1o .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uOpxSHWD1o .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uOpxSHWD1o .navbar.collapsed .navbar-collapse.show,
.cid-uOpxSHWD1o .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uOpxSHWD1o .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-uOpxSHWD1o .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-uOpxSHWD1o .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uOpxSHWD1o .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOpxSHWD1o .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOpxSHWD1o .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uOpxSHWD1o .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOpxSHWD1o .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uOpxSHWD1o .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uOpxSHWD1o .navbar.collapsed .right-menu,
.cid-uOpxSHWD1o .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-uOpxSHWD1o .navbar .navbar-collapse.show,
  .cid-uOpxSHWD1o .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uOpxSHWD1o .navbar .navbar-collapse.show .brand-container,
  .cid-uOpxSHWD1o .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-uOpxSHWD1o .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOpxSHWD1o .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uOpxSHWD1o .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOpxSHWD1o .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOpxSHWD1o .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uOpxSHWD1o .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uOpxSHWD1o .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uOpxSHWD1o .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uOpxSHWD1o .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-uOpxSHWD1o .navbar .right-menu,
  .cid-uOpxSHWD1o .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-uOpxSHWD1o .navbar.navbar-short {
  min-height: 60px;
}
.cid-uOpxSHWD1o .navbar.navbar-short .mbr-overlay {
  background: #ffffff !important;
}
.cid-uOpxSHWD1o .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uOpxSHWD1o .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uOpxSHWD1o .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uOpxSHWD1o .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uOpxSHWD1o .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOpxSHWD1o .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uOpxSHWD1o .dropdown-item.active,
.cid-uOpxSHWD1o .dropdown-item:active {
  background-color: transparent;
}
.cid-uOpxSHWD1o .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOpxSHWD1o .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOpxSHWD1o .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOpxSHWD1o .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uOpxSHWD1o .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uOpxSHWD1o .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOpxSHWD1o ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uOpxSHWD1o ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-uOpxSHWD1o .navbar-buttons {
  margin-left: auto;
}
.cid-uOpxSHWD1o button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uOpxSHWD1o button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uOpxSHWD1o button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uOpxSHWD1o button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOpxSHWD1o button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOpxSHWD1o button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOpxSHWD1o nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOpxSHWD1o nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-uOpxSHWD1o nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-uOpxSHWD1o nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOpxSHWD1o a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uOpxSHWD1o .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uOpxSHWD1o .right-menu,
.cid-uOpxSHWD1o .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-uOpxSHWD1o .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uOpxSHWD1o .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uOpxSHWD1o .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uOpxSHWD1o .menu-top {
  text-align: center;
  width: 100%;
  background-color: #e45f05;
  padding: 0.5rem 0;
}
.cid-uOpxSHWD1o .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-uOpxSHWD1o .card-wrapper {
  z-index: 3;
}
.cid-uOpxSHWD1o .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-uOpxSHWD1o .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uOpxSHWD1o .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tovlgn0sDl {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tovlgn0sDl .mbr-text,
.cid-tovlgn0sDl .mbr-section-btn {
  color: #1d2c35;
}
.cid-tovlgn0sDl .card-title,
.cid-tovlgn0sDl .card-box {
  color: #1d2c35;
}
.cid-tovlgn0sDl .mbr-text,
.cid-tovlgn0sDl .link-wrap {
  color: #1d2c35;
}
.cid-tovlgnEvWa {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #656565;
}
@media (max-width: 767px) {
  .cid-tovlgnEvWa h2 {
    margin-bottom: 1rem;
  }
  .cid-tovlgnEvWa .wrapper {
    display: flex;
    flex-direction: column;
  }
  .cid-tovlgnEvWa .mbr-section-btn {
    margin-left: 1px;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) and (min-width: 992px) {
  .cid-tovlgnEvWa .container-column {
    text-align: center;
  }
}
@media (min-width: 767px) {
  .cid-tovlgnEvWa .wrapper {
    display: flex;
    justify-content: space-between;
    padding: 0 1rem;
  }
  .cid-tovlgnEvWa .container {
    position: relative;
  }
  .cid-tovlgnEvWa h2 {
    margin: 0;
  }
}
.cid-tovlgnEvWa .btn {
  margin: 0;
  position: relative;
  padding: 0.7rem 2.4rem;
  color: #101010 !important;
}
.cid-tovlgnEvWa hr {
  width: 40px;
  height: 2px;
  top: -2.6rem;
}
.cid-tovlgnEvWa .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-tovlgnEvWa .btn:hover {
  color: #ffffff !important;
}
.cid-tovlgo72fX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #656565;
}
@media (max-width: 767px) {
  .cid-tovlgo72fX h2 {
    margin-bottom: 1rem;
  }
  .cid-tovlgo72fX .wrapper {
    display: flex;
    flex-direction: column;
  }
  .cid-tovlgo72fX .mbr-section-btn {
    margin-left: 1px;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) and (min-width: 992px) {
  .cid-tovlgo72fX .container-column {
    text-align: center;
  }
}
@media (min-width: 767px) {
  .cid-tovlgo72fX .wrapper {
    display: flex;
    justify-content: space-between;
    padding: 0 1rem;
  }
  .cid-tovlgo72fX .container {
    position: relative;
  }
  .cid-tovlgo72fX h2 {
    margin: 0;
  }
}
.cid-tovlgo72fX .btn {
  margin: 0;
  position: relative;
  padding: 0.7rem 2.4rem;
  color: #101010 !important;
}
.cid-tovlgo72fX hr {
  width: 40px;
  height: 2px;
  top: -2.6rem;
}
.cid-tovlgo72fX .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-tovlgo72fX .btn:hover {
  color: #ffffff !important;
}
.cid-tovlgovZyd {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-tovlgovZyd .mbr-section-title {
  letter-spacing: .1em;
}
.cid-tovlgovZyd .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-tovlgovZyd .card-img span {
  font-size: 100px;
}
.cid-tovlgovZyd .mbr-text,
.cid-tovlgovZyd .mbr-section-btn {
  color: #065369;
}
.cid-tovlgovZyd .mbr-section-title,
.cid-tovlgovZyd .card-img {
  color: #147777;
}
.cid-tovlgovZyd .btn-new {
  background-color: #fff;
}
.cid-tovlgovZyd .btn-new:hover {
  background-color: #e76307;
}
.cid-tovrmYYB2H {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tovrmYYB2H .row {
  align-items: center;
  justify-content: center;
}
.cid-tovrmYYB2H .row .left-side {
  position: relative;
}
.cid-tovrmYYB2H .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
}
.cid-tovrmYYB2H .row .img-item img {
  width: auto;
  object-fit: cover;
  min-height: 1px;
}
.cid-tovrmYYB2H .card {
  padding-top: 20px;
  background: none;
  border-radius: 0;
}
.cid-tovrmYYB2H .item-img {
  padding-top: 31px;
}
.cid-tovrmYYB2H .first {
  position: relative;
}
.cid-tovrmYYB2H .second {
  position: absolute;
  top: 15%;
  right: 50%;
  max-width: 450px;
}
.cid-tovrmYYB2H img {
  width: auto;
}
.cid-tovrmYYB2H .first,
.cid-tovrmYYB2H .second {
  display: inline-block;
}
.cid-tovrmYYB2H .cont {
  display: inline-block;
}
.cid-tovrmYYB2H .card-wrapper {
  padding: 10%;
  margin: auto;
}
.cid-tovrmYYB2H .sign {
  width: 200px;
  padding-top: 10px;
  display: inline;
}
.cid-tovrmYYB2H .row {
  flex-direction: row-reverse;
}
.cid-tovrmYYB2H .art {
  padding-bottom: 12px;
  text-align: left;
  color: #0c9b8f;
}
.cid-tovrmYYB2H .text {
  padding-bottom: 20px;
}
.cid-tovrmYYB2H .text,
.cid-tovrmYYB2H .si {
  text-align: left;
  color: #232226;
}
.cid-tovrmYYB2H .desc {
  text-align: left;
  color: #1b745e;
}
@media (max-width: 990px) {
  .cid-tovrmYYB2H .third {
    margin-top: 45px;
  }
  .cid-tovrmYYB2H .second {
    display: none;
  }
  .cid-tovrmYYB2H .card-wrapper {
    padding: 25px 0;
  }
}
@media (max-width: 690px) {
  .cid-tovrmYYB2H img {
    width: 100%;
  }
}
.cid-tovzBu5tgp {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tovzBu5tgp .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-tovzBu5tgp .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #1d2c35;
  margin-left: 1rem;
}
.cid-tovzBu5tgp .panel-group {
  border: none;
}
.cid-tovzBu5tgp .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tovzBu5tgp .panel-body,
.cid-tovzBu5tgp .card-header {
  padding: 1rem 0;
}
.cid-tovzBu5tgp .panel-title-edit {
  color: #e47524;
}
.cid-tovzBu5tgp .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tH59bB7uzp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tH59bB7uzp .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-tH59bB7uzp .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #1d2c35;
  margin-left: 1rem;
}
.cid-tH59bB7uzp .panel-group {
  border: none;
}
.cid-tH59bB7uzp .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tH59bB7uzp .panel-body,
.cid-tH59bB7uzp .card-header {
  padding: 1rem 0;
}
.cid-tH59bB7uzp .panel-title-edit {
  color: #e47524;
}
.cid-tH59bB7uzp .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tH57dj8SCN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tH57dj8SCN .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-tH57dj8SCN .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #1d2c35;
  margin-left: 1rem;
}
.cid-tH57dj8SCN .panel-group {
  border: none;
}
.cid-tH57dj8SCN .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tH57dj8SCN .panel-body,
.cid-tH57dj8SCN .card-header {
  padding: 1rem 0;
}
.cid-tH57dj8SCN .panel-title-edit {
  color: #e47524;
}
.cid-tH57dj8SCN .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tH56Mga9Zi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tH56Mga9Zi .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-tH56Mga9Zi .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #1d2c35;
  margin-left: 1rem;
}
.cid-tH56Mga9Zi .panel-group {
  border: none;
}
.cid-tH56Mga9Zi .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tH56Mga9Zi .panel-body,
.cid-tH56Mga9Zi .card-header {
  padding: 1rem 0;
}
.cid-tH56Mga9Zi .panel-title-edit {
  color: #e47524;
}
.cid-tH56Mga9Zi .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tH56iGFSgq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tH56iGFSgq .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-tH56iGFSgq .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #1d2c35;
  margin-left: 1rem;
}
.cid-tH56iGFSgq .panel-group {
  border: none;
}
.cid-tH56iGFSgq .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tH56iGFSgq .panel-body,
.cid-tH56iGFSgq .card-header {
  padding: 1rem 0;
}
.cid-tH56iGFSgq .panel-title-edit {
  color: #e47524;
}
.cid-tH56iGFSgq .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tovwFErekJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tovwFErekJ .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-tovwFErekJ .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #1d2c35;
  margin-left: 1rem;
}
.cid-tovwFErekJ .panel-group {
  border: none;
}
.cid-tovwFErekJ .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tovwFErekJ .panel-body,
.cid-tovwFErekJ .card-header {
  padding: 1rem 0;
}
.cid-tovwFErekJ .panel-title-edit {
  color: #e47524;
}
.cid-tovwFErekJ .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tH58P2tQqZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tH58P2tQqZ .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-tH58P2tQqZ .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #1d2c35;
  margin-left: 1rem;
}
.cid-tH58P2tQqZ .panel-group {
  border: none;
}
.cid-tH58P2tQqZ .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tH58P2tQqZ .panel-body,
.cid-tH58P2tQqZ .card-header {
  padding: 1rem 0;
}
.cid-tH58P2tQqZ .panel-title-edit {
  color: #e47524;
}
.cid-tH58P2tQqZ .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tovwElhOsh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tovwElhOsh .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-tovwElhOsh .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #1d2c35;
  margin-left: 1rem;
}
.cid-tovwElhOsh .panel-group {
  border: none;
}
.cid-tovwElhOsh .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tovwElhOsh .panel-body,
.cid-tovwElhOsh .card-header {
  padding: 1rem 0;
}
.cid-tovwElhOsh .panel-title-edit {
  color: #e47524;
}
.cid-tovwElhOsh .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tovwCV0Hja {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tovwCV0Hja .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-tovwCV0Hja .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #1d2c35;
  margin-left: 1rem;
}
.cid-tovwCV0Hja .panel-group {
  border: none;
}
.cid-tovwCV0Hja .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tovwCV0Hja .panel-body,
.cid-tovwCV0Hja .card-header {
  padding: 1rem 0;
}
.cid-tovwCV0Hja .panel-title-edit {
  color: #e47524;
}
.cid-tovwCV0Hja .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tovvRtDEtL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tovvRtDEtL .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-tovvRtDEtL .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #1d2c35;
  margin-left: 1rem;
}
.cid-tovvRtDEtL .panel-group {
  border: none;
}
.cid-tovvRtDEtL .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tovvRtDEtL .panel-body,
.cid-tovvRtDEtL .card-header {
  padding: 1rem 0;
}
.cid-tovvRtDEtL .panel-title-edit {
  color: #e47524;
}
.cid-tovvRtDEtL .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tovuXQlTMr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tovuXQlTMr .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-tovuXQlTMr .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #1d2c35;
  margin-left: 1rem;
}
.cid-tovuXQlTMr .panel-group {
  border: none;
}
.cid-tovuXQlTMr .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tovuXQlTMr .panel-body,
.cid-tovuXQlTMr .card-header {
  padding: 1rem 0;
}
.cid-tovuXQlTMr .panel-title-edit {
  color: #e47524;
}
.cid-tovuXQlTMr .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tovuskLqjg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tovuskLqjg .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-tovuskLqjg .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #1d2c35;
  margin-left: 1rem;
}
.cid-tovuskLqjg .panel-group {
  border: none;
}
.cid-tovuskLqjg .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tovuskLqjg .panel-body,
.cid-tovuskLqjg .card-header {
  padding: 1rem 0;
}
.cid-tovuskLqjg .panel-title-edit {
  color: #e47524;
}
.cid-tovuskLqjg .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tovmjfM9E0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tovmjfM9E0 .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-tovmjfM9E0 .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #1d2c35;
  margin-left: 1rem;
}
.cid-tovmjfM9E0 .panel-group {
  border: none;
}
.cid-tovmjfM9E0 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tovmjfM9E0 .panel-body,
.cid-tovmjfM9E0 .card-header {
  padding: 1rem 0;
}
.cid-tovmjfM9E0 .panel-title-edit {
  color: #e47524;
}
.cid-tovmjfM9E0 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tovmhrGMhw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tovmhrGMhw .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-tovmhrGMhw .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #1d2c35;
  margin-left: 1rem;
}
.cid-tovmhrGMhw .panel-group {
  border: none;
}
.cid-tovmhrGMhw .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tovmhrGMhw .panel-body,
.cid-tovmhrGMhw .card-header {
  padding: 1rem 0;
}
.cid-tovmhrGMhw .panel-title-edit {
  color: #e47524;
}
.cid-tovmhrGMhw .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tovpFtM7lx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tovpFtM7lx .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-tovpFtM7lx .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #1d2c35;
  margin-left: 1rem;
}
.cid-tovpFtM7lx .panel-group {
  border: none;
}
.cid-tovpFtM7lx .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tovpFtM7lx .panel-body,
.cid-tovpFtM7lx .card-header {
  padding: 1rem 0;
}
.cid-tovpFtM7lx .panel-title-edit {
  color: #e47524;
}
.cid-tovpFtM7lx .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tovE8Nz1PU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tovE8Nz1PU .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-tovE8Nz1PU .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #1d2c35;
  margin-left: 1rem;
}
.cid-tovE8Nz1PU .panel-group {
  border: none;
}
.cid-tovE8Nz1PU .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tovE8Nz1PU .panel-body,
.cid-tovE8Nz1PU .card-header {
  padding: 1rem 0;
}
.cid-tovE8Nz1PU .panel-title-edit {
  color: #e47524;
}
.cid-tovE8Nz1PU .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tovE7nXKnt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tovE7nXKnt .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-tovE7nXKnt .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #1d2c35;
  margin-left: 1rem;
}
.cid-tovE7nXKnt .panel-group {
  border: none;
}
.cid-tovE7nXKnt .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tovE7nXKnt .panel-body,
.cid-tovE7nXKnt .card-header {
  padding: 1rem 0;
}
.cid-tovE7nXKnt .panel-title-edit {
  color: #e47524;
}
.cid-tovE7nXKnt .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tovmRgaBWa {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tovmRgaBWa .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-tovmRgaBWa .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #1d2c35;
  margin-left: 1rem;
}
.cid-tovmRgaBWa .panel-group {
  border: none;
}
.cid-tovmRgaBWa .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tovmRgaBWa .panel-body,
.cid-tovmRgaBWa .card-header {
  padding: 1rem 0;
}
.cid-tovmRgaBWa .panel-title-edit {
  color: #e47524;
}
.cid-tovmRgaBWa .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tovpGoLEnb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tovpGoLEnb .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-tovpGoLEnb .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #1d2c35;
  margin-left: 1rem;
}
.cid-tovpGoLEnb .panel-group {
  border: none;
}
.cid-tovpGoLEnb .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tovpGoLEnb .panel-body,
.cid-tovpGoLEnb .card-header {
  padding: 1rem 0;
}
.cid-tovpGoLEnb .panel-title-edit {
  color: #e47524;
}
.cid-tovpGoLEnb .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tovmkbSbcE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tovmkbSbcE .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-tovmkbSbcE .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #1d2c35;
  margin-left: 1rem;
}
.cid-tovmkbSbcE .panel-group {
  border: none;
}
.cid-tovmkbSbcE .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tovmkbSbcE .panel-body,
.cid-tovmkbSbcE .card-header {
  padding: 1rem 0;
}
.cid-tovmkbSbcE .panel-title-edit {
  color: #e47524;
}
.cid-tovmkbSbcE .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tovmkVBTfK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tovmkVBTfK .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-tovmkVBTfK .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #1d2c35;
  margin-left: 1rem;
}
.cid-tovmkVBTfK .panel-group {
  border: none;
}
.cid-tovmkVBTfK .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tovmkVBTfK .panel-body,
.cid-tovmkVBTfK .card-header {
  padding: 1rem 0;
}
.cid-tovmkVBTfK .panel-title-edit {
  color: #e47524;
}
.cid-tovmkVBTfK .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tovmlHqB1x {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tovmlHqB1x .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-tovmlHqB1x .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #1d2c35;
  margin-left: 1rem;
}
.cid-tovmlHqB1x .panel-group {
  border: none;
}
.cid-tovmlHqB1x .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tovmlHqB1x .panel-body,
.cid-tovmlHqB1x .card-header {
  padding: 1rem 0;
}
.cid-tovmlHqB1x .panel-title-edit {
  color: #e47524;
}
.cid-tovmlHqB1x .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tovpCubMaS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tovpCubMaS .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-tovpCubMaS .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #1d2c35;
  margin-left: 1rem;
}
.cid-tovpCubMaS .panel-group {
  border: none;
}
.cid-tovpCubMaS .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tovpCubMaS .panel-body,
.cid-tovpCubMaS .card-header {
  padding: 1rem 0;
}
.cid-tovpCubMaS .panel-title-edit {
  color: #e47524;
}
.cid-tovpCubMaS .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tovpDvJgKw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tovpDvJgKw .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-tovpDvJgKw .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #1d2c35;
  margin-left: 1rem;
}
.cid-tovpDvJgKw .panel-group {
  border: none;
}
.cid-tovpDvJgKw .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tovpDvJgKw .panel-body,
.cid-tovpDvJgKw .card-header {
  padding: 1rem 0;
}
.cid-tovpDvJgKw .panel-title-edit {
  color: #e47524;
}
.cid-tovpDvJgKw .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tovpEwqH2U {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tovpEwqH2U .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-tovpEwqH2U .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #1d2c35;
  margin-left: 1rem;
}
.cid-tovpEwqH2U .panel-group {
  border: none;
}
.cid-tovpEwqH2U .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tovpEwqH2U .panel-body,
.cid-tovpEwqH2U .card-header {
  padding: 1rem 0;
}
.cid-tovpEwqH2U .panel-title-edit {
  color: #e47524;
}
.cid-tovpEwqH2U .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tovpB0tFJg {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tovpB0tFJg .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-tovpB0tFJg .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #1d2c35;
  margin-left: 1rem;
}
.cid-tovpB0tFJg .panel-group {
  border: none;
}
.cid-tovpB0tFJg .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tovpB0tFJg .panel-body,
.cid-tovpB0tFJg .card-header {
  padding: 1rem 0;
}
.cid-tovpB0tFJg .panel-title-edit {
  color: #e47524;
}
.cid-tovpB0tFJg .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tovlgpYqyb {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #f5f7fd;
}
.cid-tovlgpYqyb .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-tovlgpYqyb .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-tovlgpYqyb .col + .mbr-section-btn .btn,
.cid-tovlgpYqyb .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-tovlgpYqyb .col + .mbr-section-btn .btn,
  .cid-tovlgpYqyb .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-tovlgpYqyb .dragArea > *:nth-last-child(2).col,
  .cid-tovlgpYqyb .dragArea > *:nth-last-child(2).col-auto,
  .cid-tovlgpYqyb .col + .mbr-section-btn,
  .cid-tovlgpYqyb .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-tovlgpYqyb .dragArea {
    flex-direction: column;
  }
}
.cid-tovlgpYqyb .btn-primary {
  border: 1px solid #e47524 !important;
}
.cid-tovlgpYqyb .btn-primary:hover {
  border: 1px solid #e47524 !important;
}
.cid-tovlgpYqyb .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-tovlgpYqyb .form-group {
  max-width: 220px;
}
.cid-tovlgpYqyb .mbr-section-btn {
  padding-left: 0;
}
.cid-tovlgpYqyb .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-tovlgpYqyb .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-tovlgpYqyb .mbr-text {
  color: #444;
}
.cid-tovlgpYqyb h5 {
  margin-bottom: 0;
}
.cid-tovlgpYqyb .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-tovlgpYqyb .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tovlgpYqyb .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-tovlgpYqyb .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tovlgpYqyb .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: center;
  align-items: center;
}
.cid-tovlgpYqyb .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-tovlgpYqyb .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tovlgpYqyb .social-list a:hover {
  opacity: 0.4;
}
.cid-tovlgpYqyb .media-container-row > div {
  padding: 0px;
}
.cid-tovlgpYqyb .text2 {
  color: #000000;
  text-align: left;
}
.cid-tovlgpYqyb .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-tovlgpYqyb .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tovlgpYqyb .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tovlgpYqyb .social-list,
  .cid-tovlgpYqyb .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tovlgpYqyb h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-tovlgpYqyb .form-group {
    max-width: 180px;
  }
}
.cid-tovlgpYqyb .links span {
  color: #9e9e9e;
}
.cid-tovlgpYqyb .logo-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-tovlgpYqyb .logo-title {
  text-align: center;
}
.cid-tovlgpYqyb .row {
  margin: auto;
}
.cid-tovlgpYqyb .centercol {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tovlgpYqyb .title-align {
  margin-left: -30px;
}
.cid-tovlgqwCsE {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #c3c3c3;
}
.cid-tovlgqwCsE .mbr-section-title {
  color: #065369;
  text-align: left;
  margin: auto;
  padding: 20px 0;
}
.cid-tovlgqwCsE .mbr-section-subtitle {
  color: #1b745e;
  text-align: center;
  font-style: italic;
  padding-bottom: 12px;
}
.cid-tovlgqwCsE .row {
  align-items: center;
  height: 100%;
}
.cid-tovlgqwCsE .container {
  margin: auto;
}
.cid-tovlgqNntB .icon-bar {
  z-index: 100002;
  left: 0.4%;
  position: fixed;
  top: 50%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-tovlgqNntB .icon-bar a:hover {
  background-color: #e49105;
  width: 100px;
}
.cid-tovlgqNntB .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 2px;
  border-radius: 14px;
}
.cid-tovlgqNntB .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-tovlgqNntB .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-tovlgqNntB .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-tovlgqNntB .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-tovlgqNntB .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-tovlgqNntB .instagram {
  background: #6F3AA7;
  color: white;
  width: 50px;
}
.cid-tovlgqNntB .custom1 {
  background: #ff7300;
  color: white;
  width: 50px;
}
.cid-tovlgqNntB .custom2 {
  background: #01bf46;
  color: white;
  width: 50px;
}
.cid-tovlgqNntB .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-tovlgqNntB .corner-ribbon {
  z-index: 20001;
  width: 200px;
  background-image: linear-gradient(#55b4d4, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-tovlgqNntB .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #55b4d4);
}
.cid-tovlgqNntB .corner-ribbon.top-zen {
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: fixed;
}
.cid-tovlgqNntB P {
  color: #065369;
}
.cid-tovlgqNntB DIV {
  color: #ffffff;
}
.cid-tovlgqNntB H10 {
  color: #767676;
}
.cid-tovlgqNntB .hidden {
  display: none;
}
.cid-tovlgrk6R3 .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: top;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tovlgrk6R3 .nav-item:focus,
.cid-tovlgrk6R3 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tovlgrk6R3 .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-tovlgrk6R3 .nav-item .nav-link {
    position: relative;
  }
  .cid-tovlgrk6R3 .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #e47524, #199bfc);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-tovlgrk6R3 .nav-item.open .nav-link::before {
    bottom: 0.2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-tovlgrk6R3 .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tovlgrk6R3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5em 0.235em;
  transition: all 0.25s ease-in-out;
}
.cid-tovlgrk6R3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tovlgrk6R3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tovlgrk6R3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tovlgrk6R3 .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tovlgrk6R3 .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-tovlgrk6R3 .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-tovlgrk6R3 .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
  line-height: 1.6;
}
.cid-tovlgrk6R3 .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-tovlgrk6R3 .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-tovlgrk6R3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tovlgrk6R3 .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tovlgrk6R3 .navbar.collapsed .navbar-collapse.show,
.cid-tovlgrk6R3 .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tovlgrk6R3 .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-tovlgrk6R3 .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-tovlgrk6R3 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tovlgrk6R3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tovlgrk6R3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tovlgrk6R3 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tovlgrk6R3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tovlgrk6R3 .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tovlgrk6R3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tovlgrk6R3 .navbar.collapsed .right-menu,
.cid-tovlgrk6R3 .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-tovlgrk6R3 .navbar .navbar-collapse.show,
  .cid-tovlgrk6R3 .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tovlgrk6R3 .navbar .navbar-collapse.show .brand-container,
  .cid-tovlgrk6R3 .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-tovlgrk6R3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tovlgrk6R3 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tovlgrk6R3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tovlgrk6R3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tovlgrk6R3 .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tovlgrk6R3 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tovlgrk6R3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tovlgrk6R3 .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tovlgrk6R3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-tovlgrk6R3 .navbar .right-menu,
  .cid-tovlgrk6R3 .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-tovlgrk6R3 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tovlgrk6R3 .navbar.navbar-short .mbr-overlay {
  background: #ffffff !important;
}
.cid-tovlgrk6R3 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tovlgrk6R3 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tovlgrk6R3 .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tovlgrk6R3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tovlgrk6R3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tovlgrk6R3 .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-tovlgrk6R3 .dropdown-item.active,
.cid-tovlgrk6R3 .dropdown-item:active {
  background-color: transparent;
}
.cid-tovlgrk6R3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tovlgrk6R3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tovlgrk6R3 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tovlgrk6R3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tovlgrk6R3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tovlgrk6R3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tovlgrk6R3 ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-tovlgrk6R3 ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-tovlgrk6R3 .navbar-buttons {
  margin-left: auto;
}
.cid-tovlgrk6R3 button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tovlgrk6R3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tovlgrk6R3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tovlgrk6R3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tovlgrk6R3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tovlgrk6R3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tovlgrk6R3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tovlgrk6R3 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-tovlgrk6R3 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-tovlgrk6R3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tovlgrk6R3 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tovlgrk6R3 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tovlgrk6R3 .right-menu,
.cid-tovlgrk6R3 .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-tovlgrk6R3 .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tovlgrk6R3 .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tovlgrk6R3 .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-tovlgrk6R3 .menu-top {
  text-align: center;
  width: 100%;
  background-color: #e45f05;
  padding: 0.5rem 0;
}
.cid-tovlgrk6R3 .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-tovlgrk6R3 .card-wrapper {
  z-index: 3;
}
.cid-tovlgrk6R3 .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-tovlgrk6R3 .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tovlgrk6R3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u288ssnEok {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u288ssnEok .mbr-text,
.cid-u288ssnEok .mbr-section-btn {
  color: #1d2c35;
}
.cid-u288ssnEok .card-title,
.cid-u288ssnEok .card-box {
  color: #1d2c35;
}
.cid-u288ssnEok .mbr-text,
.cid-u288ssnEok .link-wrap {
  color: #1d2c35;
}
.cid-u288st5XUe {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #656565;
}
@media (max-width: 767px) {
  .cid-u288st5XUe h2 {
    margin-bottom: 1rem;
  }
  .cid-u288st5XUe .wrapper {
    display: flex;
    flex-direction: column;
  }
  .cid-u288st5XUe .mbr-section-btn {
    margin-left: 1px;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) and (min-width: 992px) {
  .cid-u288st5XUe .container-column {
    text-align: center;
  }
}
@media (min-width: 767px) {
  .cid-u288st5XUe .wrapper {
    display: flex;
    justify-content: space-between;
    padding: 0 1rem;
  }
  .cid-u288st5XUe .container {
    position: relative;
  }
  .cid-u288st5XUe h2 {
    margin: 0;
  }
}
.cid-u288st5XUe .btn {
  margin: 0;
  position: relative;
  padding: 0.7rem 2.4rem;
  color: #101010 !important;
}
.cid-u288st5XUe hr {
  width: 40px;
  height: 2px;
  top: -2.6rem;
}
.cid-u288st5XUe .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-u288st5XUe .btn:hover {
  color: #ffffff !important;
}
.cid-u288stjsGc {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #656565;
}
@media (max-width: 767px) {
  .cid-u288stjsGc h2 {
    margin-bottom: 1rem;
  }
  .cid-u288stjsGc .wrapper {
    display: flex;
    flex-direction: column;
  }
  .cid-u288stjsGc .mbr-section-btn {
    margin-left: 1px;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) and (min-width: 992px) {
  .cid-u288stjsGc .container-column {
    text-align: center;
  }
}
@media (min-width: 767px) {
  .cid-u288stjsGc .wrapper {
    display: flex;
    justify-content: space-between;
    padding: 0 1rem;
  }
  .cid-u288stjsGc .container {
    position: relative;
  }
  .cid-u288stjsGc h2 {
    margin: 0;
  }
}
.cid-u288stjsGc .btn {
  margin: 0;
  position: relative;
  padding: 0.7rem 2.4rem;
  color: #101010 !important;
}
.cid-u288stjsGc hr {
  width: 40px;
  height: 2px;
  top: -2.6rem;
}
.cid-u288stjsGc .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-u288stjsGc .btn:hover {
  color: #ffffff !important;
}
.cid-u288strITr {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-u288strITr .mbr-section-title {
  letter-spacing: .1em;
}
.cid-u288strITr .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-u288strITr .card-img span {
  font-size: 100px;
}
.cid-u288strITr .mbr-text,
.cid-u288strITr .mbr-section-btn {
  color: #065369;
}
.cid-u288strITr .mbr-section-title,
.cid-u288strITr .card-img {
  color: #147777;
}
.cid-u288strITr .btn-new {
  background-color: #fff;
}
.cid-u288strITr .btn-new:hover {
  background-color: #e76307;
}
.cid-u2YngGfUke {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2YngGfUke .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-u2YngGfUke .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #1d2c35;
  margin-left: 1rem;
}
.cid-u2YngGfUke .panel-group {
  border: none;
}
.cid-u2YngGfUke .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-u2YngGfUke .panel-body,
.cid-u2YngGfUke .card-header {
  padding: 1rem 0;
}
.cid-u2YngGfUke .panel-title-edit {
  color: #e47524;
}
.cid-u2YngGfUke .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-u2YmZaFHXl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2YmZaFHXl .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-u2YmZaFHXl .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #1d2c35;
  margin-left: 1rem;
}
.cid-u2YmZaFHXl .panel-group {
  border: none;
}
.cid-u2YmZaFHXl .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-u2YmZaFHXl .panel-body,
.cid-u2YmZaFHXl .card-header {
  padding: 1rem 0;
}
.cid-u2YmZaFHXl .panel-title-edit {
  color: #e47524;
}
.cid-u2YmZaFHXl .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-u2YmtD2WV9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2YmtD2WV9 .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-u2YmtD2WV9 .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #1d2c35;
  margin-left: 1rem;
}
.cid-u2YmtD2WV9 .panel-group {
  border: none;
}
.cid-u2YmtD2WV9 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-u2YmtD2WV9 .panel-body,
.cid-u2YmtD2WV9 .card-header {
  padding: 1rem 0;
}
.cid-u2YmtD2WV9 .panel-title-edit {
  color: #e47524;
}
.cid-u2YmtD2WV9 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-u2YmgLWyLX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2YmgLWyLX .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-u2YmgLWyLX .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #1d2c35;
  margin-left: 1rem;
}
.cid-u2YmgLWyLX .panel-group {
  border: none;
}
.cid-u2YmgLWyLX .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-u2YmgLWyLX .panel-body,
.cid-u2YmgLWyLX .card-header {
  padding: 1rem 0;
}
.cid-u2YmgLWyLX .panel-title-edit {
  color: #e47524;
}
.cid-u2YmgLWyLX .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-u2Ym733SJP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2Ym733SJP .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-u2Ym733SJP .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #1d2c35;
  margin-left: 1rem;
}
.cid-u2Ym733SJP .panel-group {
  border: none;
}
.cid-u2Ym733SJP .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-u2Ym733SJP .panel-body,
.cid-u2Ym733SJP .card-header {
  padding: 1rem 0;
}
.cid-u2Ym733SJP .panel-title-edit {
  color: #e47524;
}
.cid-u2Ym733SJP .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-u2YlPD2mu8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2YlPD2mu8 .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-u2YlPD2mu8 .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #1d2c35;
  margin-left: 1rem;
}
.cid-u2YlPD2mu8 .panel-group {
  border: none;
}
.cid-u2YlPD2mu8 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-u2YlPD2mu8 .panel-body,
.cid-u2YlPD2mu8 .card-header {
  padding: 1rem 0;
}
.cid-u2YlPD2mu8 .panel-title-edit {
  color: #e47524;
}
.cid-u2YlPD2mu8 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-u2YlzrF7eU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2YlzrF7eU .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-u2YlzrF7eU .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #1d2c35;
  margin-left: 1rem;
}
.cid-u2YlzrF7eU .panel-group {
  border: none;
}
.cid-u2YlzrF7eU .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-u2YlzrF7eU .panel-body,
.cid-u2YlzrF7eU .card-header {
  padding: 1rem 0;
}
.cid-u2YlzrF7eU .panel-title-edit {
  color: #e47524;
}
.cid-u2YlzrF7eU .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-u288stKsO0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u288stKsO0 .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-u288stKsO0 .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #1d2c35;
  margin-left: 1rem;
}
.cid-u288stKsO0 .panel-group {
  border: none;
}
.cid-u288stKsO0 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-u288stKsO0 .panel-body,
.cid-u288stKsO0 .card-header {
  padding: 1rem 0;
}
.cid-u288stKsO0 .panel-title-edit {
  color: #e47524;
}
.cid-u288stKsO0 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-u288su0R9W {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u288su0R9W .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-u288su0R9W .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #1d2c35;
  margin-left: 1rem;
}
.cid-u288su0R9W .panel-group {
  border: none;
}
.cid-u288su0R9W .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-u288su0R9W .panel-body,
.cid-u288su0R9W .card-header {
  padding: 1rem 0;
}
.cid-u288su0R9W .panel-title-edit {
  color: #e47524;
}
.cid-u288su0R9W .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-u288sygPbJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u288sygPbJ .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-u288sygPbJ .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #1d2c35;
  margin-left: 1rem;
}
.cid-u288sygPbJ .panel-group {
  border: none;
}
.cid-u288sygPbJ .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-u288sygPbJ .panel-body,
.cid-u288sygPbJ .card-header {
  padding: 1rem 0;
}
.cid-u288sygPbJ .panel-title-edit {
  color: #e47524;
}
.cid-u288sygPbJ .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-u288syAJlK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u288syAJlK .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-u288syAJlK .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #1d2c35;
  margin-left: 1rem;
}
.cid-u288syAJlK .panel-group {
  border: none;
}
.cid-u288syAJlK .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-u288syAJlK .panel-body,
.cid-u288syAJlK .card-header {
  padding: 1rem 0;
}
.cid-u288syAJlK .panel-title-edit {
  color: #e47524;
}
.cid-u288syAJlK .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-u288syUQXg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u288syUQXg .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-u288syUQXg .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #1d2c35;
  margin-left: 1rem;
}
.cid-u288syUQXg .panel-group {
  border: none;
}
.cid-u288syUQXg .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-u288syUQXg .panel-body,
.cid-u288syUQXg .card-header {
  padding: 1rem 0;
}
.cid-u288syUQXg .panel-title-edit {
  color: #e47524;
}
.cid-u288syUQXg .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-u288sBzMjv {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #f5f7fd;
}
.cid-u288sBzMjv .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-u288sBzMjv .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-u288sBzMjv .col + .mbr-section-btn .btn,
.cid-u288sBzMjv .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-u288sBzMjv .col + .mbr-section-btn .btn,
  .cid-u288sBzMjv .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-u288sBzMjv .dragArea > *:nth-last-child(2).col,
  .cid-u288sBzMjv .dragArea > *:nth-last-child(2).col-auto,
  .cid-u288sBzMjv .col + .mbr-section-btn,
  .cid-u288sBzMjv .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-u288sBzMjv .dragArea {
    flex-direction: column;
  }
}
.cid-u288sBzMjv .btn-primary {
  border: 1px solid #e47524 !important;
}
.cid-u288sBzMjv .btn-primary:hover {
  border: 1px solid #e47524 !important;
}
.cid-u288sBzMjv .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-u288sBzMjv .form-group {
  max-width: 220px;
}
.cid-u288sBzMjv .mbr-section-btn {
  padding-left: 0;
}
.cid-u288sBzMjv .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-u288sBzMjv .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-u288sBzMjv .mbr-text {
  color: #444;
}
.cid-u288sBzMjv h5 {
  margin-bottom: 0;
}
.cid-u288sBzMjv .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-u288sBzMjv .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u288sBzMjv .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-u288sBzMjv .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u288sBzMjv .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: center;
  align-items: center;
}
.cid-u288sBzMjv .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-u288sBzMjv .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-u288sBzMjv .social-list a:hover {
  opacity: 0.4;
}
.cid-u288sBzMjv .media-container-row > div {
  padding: 0px;
}
.cid-u288sBzMjv .text2 {
  color: #000000;
  text-align: left;
}
.cid-u288sBzMjv .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-u288sBzMjv .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-u288sBzMjv .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-u288sBzMjv .social-list,
  .cid-u288sBzMjv .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-u288sBzMjv h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-u288sBzMjv .form-group {
    max-width: 180px;
  }
}
.cid-u288sBzMjv .links span {
  color: #9e9e9e;
}
.cid-u288sBzMjv .logo-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-u288sBzMjv .logo-title {
  text-align: center;
}
.cid-u288sBzMjv .row {
  margin: auto;
}
.cid-u288sBzMjv .centercol {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-u288sBzMjv .title-align {
  margin-left: -30px;
}
.cid-u288sC9xUW {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #c3c3c3;
}
.cid-u288sC9xUW .mbr-section-title {
  color: #065369;
  text-align: left;
  margin: auto;
  padding: 20px 0;
}
.cid-u288sC9xUW .mbr-section-subtitle {
  color: #1b745e;
  text-align: center;
  font-style: italic;
  padding-bottom: 12px;
}
.cid-u288sC9xUW .row {
  align-items: center;
  height: 100%;
}
.cid-u288sC9xUW .container {
  margin: auto;
}
.cid-u288sCvz6t .icon-bar {
  z-index: 100002;
  left: 0.4%;
  position: fixed;
  top: 50%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-u288sCvz6t .icon-bar a:hover {
  background-color: #e49105;
  width: 100px;
}
.cid-u288sCvz6t .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 2px;
  border-radius: 14px;
}
.cid-u288sCvz6t .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-u288sCvz6t .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-u288sCvz6t .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-u288sCvz6t .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-u288sCvz6t .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-u288sCvz6t .instagram {
  background: #6F3AA7;
  color: white;
  width: 50px;
}
.cid-u288sCvz6t .custom1 {
  background: #ff7300;
  color: white;
  width: 50px;
}
.cid-u288sCvz6t .custom2 {
  background: #01bf46;
  color: white;
  width: 50px;
}
.cid-u288sCvz6t .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-u288sCvz6t .corner-ribbon {
  z-index: 20001;
  width: 200px;
  background-image: linear-gradient(#55b4d4, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-u288sCvz6t .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #55b4d4);
}
.cid-u288sCvz6t .corner-ribbon.top-zen {
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: fixed;
}
.cid-u288sCvz6t P {
  color: #065369;
}
.cid-u288sCvz6t DIV {
  color: #ffffff;
}
.cid-u288sCvz6t H10 {
  color: #767676;
}
.cid-u288sCvz6t .hidden {
  display: none;
}
.cid-u288sD1rIO .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: top;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u288sD1rIO .nav-item:focus,
.cid-u288sD1rIO .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-u288sD1rIO .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-u288sD1rIO .nav-item .nav-link {
    position: relative;
  }
  .cid-u288sD1rIO .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #e47524, #199bfc);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-u288sD1rIO .nav-item.open .nav-link::before {
    bottom: 0.2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-u288sD1rIO .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u288sD1rIO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5em 0.235em;
  transition: all 0.25s ease-in-out;
}
.cid-u288sD1rIO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u288sD1rIO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u288sD1rIO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u288sD1rIO .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-u288sD1rIO .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-u288sD1rIO .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-u288sD1rIO .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
  line-height: 1.6;
}
.cid-u288sD1rIO .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-u288sD1rIO .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-u288sD1rIO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u288sD1rIO .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-u288sD1rIO .navbar.collapsed .navbar-collapse.show,
.cid-u288sD1rIO .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-u288sD1rIO .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-u288sD1rIO .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-u288sD1rIO .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-u288sD1rIO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u288sD1rIO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u288sD1rIO .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-u288sD1rIO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u288sD1rIO .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-u288sD1rIO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u288sD1rIO .navbar.collapsed .right-menu,
.cid-u288sD1rIO .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-u288sD1rIO .navbar .navbar-collapse.show,
  .cid-u288sD1rIO .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-u288sD1rIO .navbar .navbar-collapse.show .brand-container,
  .cid-u288sD1rIO .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-u288sD1rIO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u288sD1rIO .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-u288sD1rIO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u288sD1rIO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u288sD1rIO .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-u288sD1rIO .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-u288sD1rIO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u288sD1rIO .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-u288sD1rIO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-u288sD1rIO .navbar .right-menu,
  .cid-u288sD1rIO .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-u288sD1rIO .navbar.navbar-short {
  min-height: 60px;
}
.cid-u288sD1rIO .navbar.navbar-short .mbr-overlay {
  background: #ffffff !important;
}
.cid-u288sD1rIO .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u288sD1rIO .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u288sD1rIO .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u288sD1rIO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u288sD1rIO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u288sD1rIO .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-u288sD1rIO .dropdown-item.active,
.cid-u288sD1rIO .dropdown-item:active {
  background-color: transparent;
}
.cid-u288sD1rIO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u288sD1rIO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u288sD1rIO .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u288sD1rIO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u288sD1rIO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u288sD1rIO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u288sD1rIO ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-u288sD1rIO ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-u288sD1rIO .navbar-buttons {
  margin-left: auto;
}
.cid-u288sD1rIO button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u288sD1rIO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-u288sD1rIO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u288sD1rIO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u288sD1rIO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u288sD1rIO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u288sD1rIO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u288sD1rIO nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-u288sD1rIO nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-u288sD1rIO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u288sD1rIO a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u288sD1rIO .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u288sD1rIO .right-menu,
.cid-u288sD1rIO .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-u288sD1rIO .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-u288sD1rIO .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-u288sD1rIO .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-u288sD1rIO .menu-top {
  text-align: center;
  width: 100%;
  background-color: #e45f05;
  padding: 0.5rem 0;
}
.cid-u288sD1rIO .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-u288sD1rIO .card-wrapper {
  z-index: 3;
}
.cid-u288sD1rIO .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-u288sD1rIO .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u288sD1rIO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v0s74vtCpb {
  padding-top: 6rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-v0s74vtCpb .mbr-text,
.cid-v0s74vtCpb .mbr-section-btn {
  color: #1d2c35;
}
.cid-v0s74vtCpb .card-title,
.cid-v0s74vtCpb .card-box {
  color: #1d2c35;
}
.cid-v0s74vtCpb .mbr-text,
.cid-v0s74vtCpb .link-wrap {
  color: #1d2c35;
}
#custom-html-1sr {
  /* Type valid CSS here */
}
#custom-html-1sr .padding {
  padding: 80px;
}
#custom-html-1sr h1 {
  padding: 30px 10px !important;
  font-weight: 700 !important;
  font-size: 3rem !important;
}
#custom-html-1sr h2 {
  padding: 30px 10px !important;
  font-weight: 700 !important;
  font-size: 1.5rem !important;
}
#custom-html-1sr div {
  color: #777;
  text-align: center;
}
#custom-html-1sr p {
  color: #777;
}
#custom-html-1sr p.sub {
  font-size: 14px;
  text-align: left;
}
#custom-html-1sr .healthtable {
  font-size: 14px;
  border: none !important;
}
#custom-html-1sr .healthtable th {
  border: 1px solid #000 !important;
  font-weight: 700;
  padding: 2px;
  text-align: center;
  background-color: #b7cddc;
}
#custom-html-1sr .healthtable td {
  border: 1px solid #333 !important;
  vertical-align: top;
}
#custom-html-1sr .healthtable .green {
  background-color: #8dc63f;
  color: white;
}
#custom-html-1sr .healthtable .separator {
  background-color: #f7941d;
  font-weight: 900;
  padding: 5px;
  color: white;
}
#custom-html-1sr .healthtable .border {
  max-width: 5px;
  width: 5px;
  background-color: white;
  border: none !important;
  padding: 0;
}
.cid-v0s75974GJ {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #f3f4e8;
}
@media (max-width: 767px) {
  .cid-v0s75974GJ h2 {
    margin-bottom: 1rem;
  }
  .cid-v0s75974GJ .wrapper {
    display: flex;
    flex-direction: column;
  }
  .cid-v0s75974GJ .mbr-section-btn {
    margin-left: 1px;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) and (min-width: 992px) {
  .cid-v0s75974GJ .container-column {
    text-align: center;
  }
}
@media (min-width: 767px) {
  .cid-v0s75974GJ .wrapper {
    display: flex;
    justify-content: space-between;
    padding: 0 1rem;
  }
  .cid-v0s75974GJ .container {
    position: relative;
  }
  .cid-v0s75974GJ h2 {
    margin: 0;
  }
}
.cid-v0s75974GJ .btn {
  margin: 0;
  position: relative;
  padding: 0.7rem 2.4rem;
  color: #101010 !important;
}
.cid-v0s75974GJ hr {
  width: 40px;
  height: 2px;
  top: -2.6rem;
}
.cid-v0s75974GJ .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-v0s75974GJ .btn:hover {
  color: #ffffff !important;
}
.cid-v0s75bFnCv {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #cbe2e5;
}
@media (max-width: 767px) {
  .cid-v0s75bFnCv h2 {
    margin-bottom: 1rem;
  }
  .cid-v0s75bFnCv .wrapper {
    display: flex;
    flex-direction: column;
  }
  .cid-v0s75bFnCv .mbr-section-btn {
    margin-left: 1px;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) and (min-width: 992px) {
  .cid-v0s75bFnCv .container-column {
    text-align: center;
  }
}
@media (min-width: 767px) {
  .cid-v0s75bFnCv .wrapper {
    display: flex;
    justify-content: space-between;
    padding: 0 1rem;
  }
  .cid-v0s75bFnCv .container {
    position: relative;
  }
  .cid-v0s75bFnCv h2 {
    margin: 0;
  }
}
.cid-v0s75bFnCv .btn {
  margin: 0;
  position: relative;
  padding: 0.7rem 2.4rem;
  color: #101010 !important;
}
.cid-v0s75bFnCv hr {
  width: 40px;
  height: 2px;
  top: -2.6rem;
}
.cid-v0s75bFnCv .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-v0s75bFnCv .btn:hover {
  color: #ffffff !important;
}
.cid-v0s75pO1aH {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #a6be20;
}
@media (max-width: 767px) {
  .cid-v0s75pO1aH h2 {
    margin-bottom: 1rem;
  }
  .cid-v0s75pO1aH .wrapper {
    display: flex;
    flex-direction: column;
  }
  .cid-v0s75pO1aH .mbr-section-btn {
    margin-left: 1px;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) and (min-width: 992px) {
  .cid-v0s75pO1aH .container-column {
    text-align: center;
  }
}
@media (min-width: 767px) {
  .cid-v0s75pO1aH .wrapper {
    display: flex;
    justify-content: space-between;
    padding: 0 1rem;
  }
  .cid-v0s75pO1aH .container {
    position: relative;
  }
  .cid-v0s75pO1aH h2 {
    margin: 0;
  }
}
.cid-v0s75pO1aH .btn {
  margin: 0;
  position: relative;
  padding: 0.7rem 2.4rem;
  color: #101010 !important;
}
.cid-v0s75pO1aH hr {
  width: 40px;
  height: 2px;
  top: -2.6rem;
}
.cid-v0s75pO1aH .mbr-section-subtitle {
  color: #444345;
  text-align: left;
}
.cid-v0s75pO1aH .btn:hover {
  color: #ffffff !important;
}
.cid-v0s75pO1aH .container-column,
.cid-v0s75pO1aH h2 {
  color: #889e58;
}
.cid-v0s75rcIHs {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #f5f7fd;
}
.cid-v0s75rcIHs .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-v0s75rcIHs .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-v0s75rcIHs .col + .mbr-section-btn .btn,
.cid-v0s75rcIHs .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-v0s75rcIHs .col + .mbr-section-btn .btn,
  .cid-v0s75rcIHs .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-v0s75rcIHs .dragArea > *:nth-last-child(2).col,
  .cid-v0s75rcIHs .dragArea > *:nth-last-child(2).col-auto,
  .cid-v0s75rcIHs .col + .mbr-section-btn,
  .cid-v0s75rcIHs .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-v0s75rcIHs .dragArea {
    flex-direction: column;
  }
}
.cid-v0s75rcIHs .btn-primary {
  border: 1px solid #e47524 !important;
}
.cid-v0s75rcIHs .btn-primary:hover {
  border: 1px solid #e47524 !important;
}
.cid-v0s75rcIHs .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-v0s75rcIHs .form-group {
  max-width: 220px;
}
.cid-v0s75rcIHs .mbr-section-btn {
  padding-left: 0;
}
.cid-v0s75rcIHs .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-v0s75rcIHs .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-v0s75rcIHs .mbr-text {
  color: #444;
}
.cid-v0s75rcIHs h5 {
  margin-bottom: 0;
}
.cid-v0s75rcIHs .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-v0s75rcIHs .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v0s75rcIHs .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-v0s75rcIHs .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v0s75rcIHs .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: center;
  align-items: center;
}
.cid-v0s75rcIHs .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-v0s75rcIHs .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-v0s75rcIHs .social-list a:hover {
  opacity: 0.4;
}
.cid-v0s75rcIHs .media-container-row > div {
  padding: 0px;
}
.cid-v0s75rcIHs .text2 {
  color: #000000;
  text-align: left;
}
.cid-v0s75rcIHs .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-v0s75rcIHs .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-v0s75rcIHs .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-v0s75rcIHs .social-list,
  .cid-v0s75rcIHs .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-v0s75rcIHs h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-v0s75rcIHs .form-group {
    max-width: 180px;
  }
}
.cid-v0s75rcIHs .links span {
  color: #9e9e9e;
}
.cid-v0s75rcIHs .logo-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-v0s75rcIHs .logo-title {
  text-align: center;
}
.cid-v0s75rcIHs .row {
  margin: auto;
}
.cid-v0s75rcIHs .centercol {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-v0s75rcIHs .title-align {
  margin-left: -30px;
}
.cid-v0s75sGRmF {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #c3c3c3;
}
.cid-v0s75sGRmF .mbr-section-title {
  color: #065369;
  text-align: left;
  margin: auto;
  padding: 20px 0;
}
.cid-v0s75sGRmF .mbr-section-subtitle {
  color: #1b745e;
  text-align: center;
  font-style: italic;
  padding-bottom: 12px;
}
.cid-v0s75sGRmF .row {
  align-items: center;
  height: 100%;
}
.cid-v0s75sGRmF .container {
  margin: auto;
}
.cid-v0s75u5EjK .icon-bar {
  z-index: 100002;
  left: 0.4%;
  position: fixed;
  top: 50%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-v0s75u5EjK .icon-bar a:hover {
  background-color: #e49105;
  width: 100px;
}
.cid-v0s75u5EjK .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 2px;
  border-radius: 14px;
}
.cid-v0s75u5EjK .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-v0s75u5EjK .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-v0s75u5EjK .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-v0s75u5EjK .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-v0s75u5EjK .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-v0s75u5EjK .instagram {
  background: #6F3AA7;
  color: white;
  width: 50px;
}
.cid-v0s75u5EjK .custom1 {
  background: #ff7300;
  color: white;
  width: 50px;
}
.cid-v0s75u5EjK .custom2 {
  background: #01bf46;
  color: white;
  width: 50px;
}
.cid-v0s75u5EjK .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-v0s75u5EjK .corner-ribbon {
  z-index: 20001;
  width: 200px;
  background-image: linear-gradient(#55b4d4, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-v0s75u5EjK .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #55b4d4);
}
.cid-v0s75u5EjK .corner-ribbon.top-zen {
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: fixed;
}
.cid-v0s75u5EjK P {
  color: #065369;
}
.cid-v0s75u5EjK DIV {
  color: #ffffff;
}
.cid-v0s75u5EjK H10 {
  color: #767676;
}
.cid-v0s75u5EjK .hidden {
  display: none;
}
.cid-v0s75vJ8Tx .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: top;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0s75vJ8Tx .nav-item:focus,
.cid-v0s75vJ8Tx .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-v0s75vJ8Tx .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-v0s75vJ8Tx .nav-item .nav-link {
    position: relative;
  }
  .cid-v0s75vJ8Tx .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #e47524, #199bfc);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-v0s75vJ8Tx .nav-item.open .nav-link::before {
    bottom: 0.2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-v0s75vJ8Tx .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v0s75vJ8Tx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5em 0.235em;
  transition: all 0.25s ease-in-out;
}
.cid-v0s75vJ8Tx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v0s75vJ8Tx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v0s75vJ8Tx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v0s75vJ8Tx .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-v0s75vJ8Tx .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-v0s75vJ8Tx .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-v0s75vJ8Tx .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
  line-height: 1.6;
}
.cid-v0s75vJ8Tx .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-v0s75vJ8Tx .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-v0s75vJ8Tx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v0s75vJ8Tx .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-v0s75vJ8Tx .navbar.collapsed .navbar-collapse.show,
.cid-v0s75vJ8Tx .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-v0s75vJ8Tx .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-v0s75vJ8Tx .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-v0s75vJ8Tx .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-v0s75vJ8Tx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v0s75vJ8Tx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v0s75vJ8Tx .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-v0s75vJ8Tx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v0s75vJ8Tx .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-v0s75vJ8Tx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v0s75vJ8Tx .navbar.collapsed .right-menu,
.cid-v0s75vJ8Tx .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-v0s75vJ8Tx .navbar .navbar-collapse.show,
  .cid-v0s75vJ8Tx .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-v0s75vJ8Tx .navbar .navbar-collapse.show .brand-container,
  .cid-v0s75vJ8Tx .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-v0s75vJ8Tx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v0s75vJ8Tx .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-v0s75vJ8Tx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v0s75vJ8Tx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v0s75vJ8Tx .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-v0s75vJ8Tx .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-v0s75vJ8Tx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v0s75vJ8Tx .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-v0s75vJ8Tx .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-v0s75vJ8Tx .navbar .right-menu,
  .cid-v0s75vJ8Tx .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-v0s75vJ8Tx .navbar.navbar-short {
  min-height: 60px;
}
.cid-v0s75vJ8Tx .navbar.navbar-short .mbr-overlay {
  background: #ffffff !important;
}
.cid-v0s75vJ8Tx .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-v0s75vJ8Tx .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v0s75vJ8Tx .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v0s75vJ8Tx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v0s75vJ8Tx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v0s75vJ8Tx .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-v0s75vJ8Tx .dropdown-item.active,
.cid-v0s75vJ8Tx .dropdown-item:active {
  background-color: transparent;
}
.cid-v0s75vJ8Tx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v0s75vJ8Tx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v0s75vJ8Tx .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v0s75vJ8Tx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v0s75vJ8Tx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v0s75vJ8Tx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v0s75vJ8Tx ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-v0s75vJ8Tx ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-v0s75vJ8Tx .navbar-buttons {
  margin-left: auto;
}
.cid-v0s75vJ8Tx button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v0s75vJ8Tx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-v0s75vJ8Tx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v0s75vJ8Tx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0s75vJ8Tx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0s75vJ8Tx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v0s75vJ8Tx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0s75vJ8Tx nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-v0s75vJ8Tx nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-v0s75vJ8Tx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0s75vJ8Tx a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v0s75vJ8Tx .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v0s75vJ8Tx .right-menu,
.cid-v0s75vJ8Tx .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-v0s75vJ8Tx .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-v0s75vJ8Tx .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-v0s75vJ8Tx .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-v0s75vJ8Tx .menu-top {
  text-align: center;
  width: 100%;
  background-color: #e45f05;
  padding: 0.5rem 0;
}
.cid-v0s75vJ8Tx .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-v0s75vJ8Tx .card-wrapper {
  z-index: 3;
}
.cid-v0s75vJ8Tx .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-v0s75vJ8Tx .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v0s75vJ8Tx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v3FF9SUliF {
  padding-top: 6rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-v3FF9SUliF .mbr-text,
.cid-v3FF9SUliF .mbr-section-btn {
  color: #1d2c35;
}
.cid-v3FF9SUliF .card-title,
.cid-v3FF9SUliF .card-box {
  color: #1d2c35;
}
.cid-v3FF9SUliF .mbr-text,
.cid-v3FF9SUliF .link-wrap {
  color: #1d2c35;
}
.cid-v3FFa8AhVv {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #f3f4e8;
}
@media (max-width: 767px) {
  .cid-v3FFa8AhVv h2 {
    margin-bottom: 1rem;
  }
  .cid-v3FFa8AhVv .wrapper {
    display: flex;
    flex-direction: column;
  }
  .cid-v3FFa8AhVv .mbr-section-btn {
    margin-left: 1px;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) and (min-width: 992px) {
  .cid-v3FFa8AhVv .container-column {
    text-align: center;
  }
}
@media (min-width: 767px) {
  .cid-v3FFa8AhVv .wrapper {
    display: flex;
    justify-content: space-between;
    padding: 0 1rem;
  }
  .cid-v3FFa8AhVv .container {
    position: relative;
  }
  .cid-v3FFa8AhVv h2 {
    margin: 0;
  }
}
.cid-v3FFa8AhVv .btn {
  margin: 0;
  position: relative;
  padding: 0.7rem 2.4rem;
  color: #101010 !important;
}
.cid-v3FFa8AhVv hr {
  width: 40px;
  height: 2px;
  top: -2.6rem;
}
.cid-v3FFa8AhVv .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-v3FFa8AhVv .btn:hover {
  color: #ffffff !important;
}
.cid-v3FFa9pDfp {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #cbe2e5;
}
@media (max-width: 767px) {
  .cid-v3FFa9pDfp h2 {
    margin-bottom: 1rem;
  }
  .cid-v3FFa9pDfp .wrapper {
    display: flex;
    flex-direction: column;
  }
  .cid-v3FFa9pDfp .mbr-section-btn {
    margin-left: 1px;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) and (min-width: 992px) {
  .cid-v3FFa9pDfp .container-column {
    text-align: center;
  }
}
@media (min-width: 767px) {
  .cid-v3FFa9pDfp .wrapper {
    display: flex;
    justify-content: space-between;
    padding: 0 1rem;
  }
  .cid-v3FFa9pDfp .container {
    position: relative;
  }
  .cid-v3FFa9pDfp h2 {
    margin: 0;
  }
}
.cid-v3FFa9pDfp .btn {
  margin: 0;
  position: relative;
  padding: 0.7rem 2.4rem;
  color: #101010 !important;
}
.cid-v3FFa9pDfp hr {
  width: 40px;
  height: 2px;
  top: -2.6rem;
}
.cid-v3FFa9pDfp .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-v3FFa9pDfp .btn:hover {
  color: #ffffff !important;
}
.cid-v3FFabP0NQ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v3FFabP0NQ h2,
.cid-v3FFabP0NQ h3,
.cid-v3FFabP0NQ h4,
.cid-v3FFabP0NQ p {
  margin: 0;
}
.cid-v3FFabP0NQ .image-wrap {
  width: 100%;
  margin-bottom: 28px;
}
.cid-v3FFabP0NQ .image-wrap img {
  width: 100%;
  height: auto;
}
.cid-v3FFabP0NQ .text-wrap {
  margin-top: 10px;
  margin-bottom: 30px;
}
.cid-v3FFabP0NQ .mbr-section-title {
  color: #889e58;
  margin-bottom: 22px;
}
.cid-v3FFabP0NQ .mbr-section-subtitle {
  margin-bottom: 5px;
}
.cid-v3FFabP0NQ .mbr-text {
  color: #6b6b6b;
  margin-bottom: 10px;
}
.cid-v3FFacgoy8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v3FFacgoy8 .wrap {
  height: 100%;
  padding: 30px;
  margin-bottom: 10px;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-v3FFacgoy8 .wrap:hover {
  background-color: #ebeaed;
}
@media (max-width: 767px) {
  .cid-v3FFacgoy8 .wrap {
    padding: 20px;
  }
}
.cid-v3FFacgoy8 .icon__block {
  margin-bottom: 10px;
}
.cid-v3FFacgoy8 .title__text {
  margin-bottom: 15px;
}
.cid-v3FFacgoy8 .mbr-text {
  margin-bottom: 20px;
}
.cid-v3FFacgoy8 .mbr-iconfont {
  font-size: 14px;
  margin-right: 10px;
  color: #e47524;
}
.cid-v3FFacgoy8 .count {
  padding: 5px 0;
}
.cid-v3FFacgoy8 .item {
  margin-bottom: 0;
  padding-top: 5px;
}
.cid-v3FFacgoy8 .item:before {
  content: '\e97c';
  font-family: 'Moririse2';
  font-weight: bold;
  margin-right: 10px;
  font-size: 13px;
  vertical-align: text-bottom;
  color: #e47524;
}
.cid-v3FFacgoy8 .title__text,
.cid-v3FFacgoy8 .icon__block {
  color: #ff7021;
}
.cid-v3FFaddCZk {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #a6be20;
}
@media (max-width: 767px) {
  .cid-v3FFaddCZk h2 {
    margin-bottom: 1rem;
  }
  .cid-v3FFaddCZk .wrapper {
    display: flex;
    flex-direction: column;
  }
  .cid-v3FFaddCZk .mbr-section-btn {
    margin-left: 1px;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) and (min-width: 992px) {
  .cid-v3FFaddCZk .container-column {
    text-align: center;
  }
}
@media (min-width: 767px) {
  .cid-v3FFaddCZk .wrapper {
    display: flex;
    justify-content: space-between;
    padding: 0 1rem;
  }
  .cid-v3FFaddCZk .container {
    position: relative;
  }
  .cid-v3FFaddCZk h2 {
    margin: 0;
  }
}
.cid-v3FFaddCZk .btn {
  margin: 0;
  position: relative;
  padding: 0.7rem 2.4rem;
  color: #101010 !important;
}
.cid-v3FFaddCZk hr {
  width: 40px;
  height: 2px;
  top: -2.6rem;
}
.cid-v3FFaddCZk .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-v3FFaddCZk .btn:hover {
  color: #ffffff !important;
}
.cid-v3FFae2Awp {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #a6be20;
}
@media (max-width: 767px) {
  .cid-v3FFae2Awp h2 {
    margin-bottom: 1rem;
  }
  .cid-v3FFae2Awp .wrapper {
    display: flex;
    flex-direction: column;
  }
  .cid-v3FFae2Awp .mbr-section-btn {
    margin-left: 1px;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) and (min-width: 992px) {
  .cid-v3FFae2Awp .container-column {
    text-align: center;
  }
}
@media (min-width: 767px) {
  .cid-v3FFae2Awp .wrapper {
    display: flex;
    justify-content: space-between;
    padding: 0 1rem;
  }
  .cid-v3FFae2Awp .container {
    position: relative;
  }
  .cid-v3FFae2Awp h2 {
    margin: 0;
  }
}
.cid-v3FFae2Awp .btn {
  margin: 0;
  position: relative;
  padding: 0.7rem 2.4rem;
  color: #101010 !important;
}
.cid-v3FFae2Awp hr {
  width: 40px;
  height: 2px;
  top: -2.6rem;
}
.cid-v3FFae2Awp .mbr-section-subtitle {
  color: #444345;
  text-align: left;
}
.cid-v3FFae2Awp .btn:hover {
  color: #ffffff !important;
}
.cid-v3FFae2Awp .container-column,
.cid-v3FFae2Awp h2 {
  color: #889e58;
}
.cid-v3FFaeqkye {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #f5f7fd;
}
.cid-v3FFaeqkye .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-v3FFaeqkye .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-v3FFaeqkye .col + .mbr-section-btn .btn,
.cid-v3FFaeqkye .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-v3FFaeqkye .col + .mbr-section-btn .btn,
  .cid-v3FFaeqkye .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-v3FFaeqkye .dragArea > *:nth-last-child(2).col,
  .cid-v3FFaeqkye .dragArea > *:nth-last-child(2).col-auto,
  .cid-v3FFaeqkye .col + .mbr-section-btn,
  .cid-v3FFaeqkye .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-v3FFaeqkye .dragArea {
    flex-direction: column;
  }
}
.cid-v3FFaeqkye .btn-primary {
  border: 1px solid #e47524 !important;
}
.cid-v3FFaeqkye .btn-primary:hover {
  border: 1px solid #e47524 !important;
}
.cid-v3FFaeqkye .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-v3FFaeqkye .form-group {
  max-width: 220px;
}
.cid-v3FFaeqkye .mbr-section-btn {
  padding-left: 0;
}
.cid-v3FFaeqkye .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-v3FFaeqkye .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-v3FFaeqkye .mbr-text {
  color: #444;
}
.cid-v3FFaeqkye h5 {
  margin-bottom: 0;
}
.cid-v3FFaeqkye .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-v3FFaeqkye .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v3FFaeqkye .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-v3FFaeqkye .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v3FFaeqkye .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: center;
  align-items: center;
}
.cid-v3FFaeqkye .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-v3FFaeqkye .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-v3FFaeqkye .social-list a:hover {
  opacity: 0.4;
}
.cid-v3FFaeqkye .media-container-row > div {
  padding: 0px;
}
.cid-v3FFaeqkye .text2 {
  color: #000000;
  text-align: left;
}
.cid-v3FFaeqkye .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-v3FFaeqkye .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-v3FFaeqkye .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-v3FFaeqkye .social-list,
  .cid-v3FFaeqkye .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-v3FFaeqkye h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-v3FFaeqkye .form-group {
    max-width: 180px;
  }
}
.cid-v3FFaeqkye .links span {
  color: #9e9e9e;
}
.cid-v3FFaeqkye .logo-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-v3FFaeqkye .logo-title {
  text-align: center;
}
.cid-v3FFaeqkye .row {
  margin: auto;
}
.cid-v3FFaeqkye .centercol {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-v3FFaeqkye .title-align {
  margin-left: -30px;
}
.cid-v3FKvu6cHK {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #c3c3c3;
}
.cid-v3FKvu6cHK .mbr-section-title {
  color: #065369;
  text-align: left;
  margin: auto;
  padding: 20px 0;
}
.cid-v3FKvu6cHK .mbr-section-subtitle {
  color: #1b745e;
  text-align: center;
  font-style: italic;
  padding-bottom: 12px;
}
.cid-v3FKvu6cHK .row {
  align-items: center;
  height: 100%;
}
.cid-v3FKvu6cHK .container {
  margin: auto;
}
.cid-v3FFaficXH .icon-bar {
  z-index: 100002;
  left: 0.4%;
  position: fixed;
  top: 50%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-v3FFaficXH .icon-bar a:hover {
  background-color: #e49105;
  width: 100px;
}
.cid-v3FFaficXH .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 2px;
  border-radius: 14px;
}
.cid-v3FFaficXH .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-v3FFaficXH .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-v3FFaficXH .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-v3FFaficXH .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-v3FFaficXH .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-v3FFaficXH .instagram {
  background: #6F3AA7;
  color: white;
  width: 50px;
}
.cid-v3FFaficXH .custom1 {
  background: #ff7300;
  color: white;
  width: 50px;
}
.cid-v3FFaficXH .custom2 {
  background: #01bf46;
  color: white;
  width: 50px;
}
.cid-v3FFaficXH .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-v3FFaficXH .corner-ribbon {
  z-index: 20001;
  width: 200px;
  background-image: linear-gradient(#55b4d4, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-v3FFaficXH .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #55b4d4);
}
.cid-v3FFaficXH .corner-ribbon.top-zen {
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: fixed;
}
.cid-v3FFaficXH P {
  color: #065369;
}
.cid-v3FFaficXH DIV {
  color: #ffffff;
}
.cid-v3FFaficXH H10 {
  color: #767676;
}
.cid-v3FFaficXH .hidden {
  display: none;
}
.cid-v3FFafLSsi .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: top;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v3FFafLSsi .nav-item:focus,
.cid-v3FFafLSsi .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-v3FFafLSsi .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-v3FFafLSsi .nav-item .nav-link {
    position: relative;
  }
  .cid-v3FFafLSsi .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #e47524, #199bfc);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-v3FFafLSsi .nav-item.open .nav-link::before {
    bottom: 0.2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-v3FFafLSsi .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v3FFafLSsi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5em 0.235em;
  transition: all 0.25s ease-in-out;
}
.cid-v3FFafLSsi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v3FFafLSsi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v3FFafLSsi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v3FFafLSsi .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-v3FFafLSsi .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-v3FFafLSsi .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-v3FFafLSsi .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
  line-height: 1.6;
}
.cid-v3FFafLSsi .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-v3FFafLSsi .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-v3FFafLSsi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v3FFafLSsi .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-v3FFafLSsi .navbar.collapsed .navbar-collapse.show,
.cid-v3FFafLSsi .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-v3FFafLSsi .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-v3FFafLSsi .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-v3FFafLSsi .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-v3FFafLSsi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v3FFafLSsi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v3FFafLSsi .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-v3FFafLSsi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v3FFafLSsi .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-v3FFafLSsi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v3FFafLSsi .navbar.collapsed .right-menu,
.cid-v3FFafLSsi .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-v3FFafLSsi .navbar .navbar-collapse.show,
  .cid-v3FFafLSsi .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-v3FFafLSsi .navbar .navbar-collapse.show .brand-container,
  .cid-v3FFafLSsi .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-v3FFafLSsi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v3FFafLSsi .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-v3FFafLSsi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v3FFafLSsi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v3FFafLSsi .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-v3FFafLSsi .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-v3FFafLSsi .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v3FFafLSsi .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-v3FFafLSsi .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-v3FFafLSsi .navbar .right-menu,
  .cid-v3FFafLSsi .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-v3FFafLSsi .navbar.navbar-short {
  min-height: 60px;
}
.cid-v3FFafLSsi .navbar.navbar-short .mbr-overlay {
  background: #ffffff !important;
}
.cid-v3FFafLSsi .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-v3FFafLSsi .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v3FFafLSsi .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v3FFafLSsi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v3FFafLSsi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v3FFafLSsi .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-v3FFafLSsi .dropdown-item.active,
.cid-v3FFafLSsi .dropdown-item:active {
  background-color: transparent;
}
.cid-v3FFafLSsi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v3FFafLSsi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v3FFafLSsi .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v3FFafLSsi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v3FFafLSsi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v3FFafLSsi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v3FFafLSsi ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-v3FFafLSsi ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-v3FFafLSsi .navbar-buttons {
  margin-left: auto;
}
.cid-v3FFafLSsi button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v3FFafLSsi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-v3FFafLSsi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v3FFafLSsi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3FFafLSsi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3FFafLSsi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v3FFafLSsi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3FFafLSsi nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-v3FFafLSsi nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-v3FFafLSsi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3FFafLSsi a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v3FFafLSsi .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v3FFafLSsi .right-menu,
.cid-v3FFafLSsi .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-v3FFafLSsi .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-v3FFafLSsi .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-v3FFafLSsi .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-v3FFafLSsi .menu-top {
  text-align: center;
  width: 100%;
  background-color: #e45f05;
  padding: 0.5rem 0;
}
.cid-v3FFafLSsi .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-v3FFafLSsi .card-wrapper {
  z-index: 3;
}
.cid-v3FFafLSsi .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-v3FFafLSsi .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v3FFafLSsi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
