body {
  font-family: Spartan;
}
.display-1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 2.8rem;
  line-height: 1.2;
}
.display-1 > .mbr-iconfont {
  font-size: 3.5rem;
}
.display-2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 2rem;
  line-height: 1.2;
}
.display-2 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.65;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.5rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-7 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.2;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 2.24rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.96rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 7px 15px;
  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: #232323 !important;
}
.bg-success {
  background-color: #ffffff !important;
}
.bg-info {
  background-color: #f24d94 !important;
}
.bg-warning {
  background-color: #4f87fb !important;
}
.bg-danger {
  background-color: #72dfe9 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #0a0a0a !important;
  border-color: #0a0a0a !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0a0a0a !important;
  border-color: #0a0a0a !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #f2684b !important;
  border-color: #f2684b !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ef401b !important;
  border-color: #ef401b !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ef401b !important;
  border-color: #ef401b !important;
}
.btn-info,
.btn-info:active {
  background-color: #f24d94 !important;
  border-color: #f24d94 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #ef1d77 !important;
  border-color: #ef1d77 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #ef1d77 !important;
  border-color: #ef1d77 !important;
}
.btn-success,
.btn-success:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #666666 !important;
  background-color: #e6e6e6 !important;
  border-color: #e6e6e6 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #808080 !important;
  background-color: #e6e6e6 !important;
  border-color: #e6e6e6 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #4f87fb !important;
  border-color: #4f87fb !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #1d65fa !important;
  border-color: #1d65fa !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #1d65fa !important;
  border-color: #1d65fa !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #72dfe9 !important;
  border-color: #72dfe9 !important;
  color: #0c4a50 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #46d5e2 !important;
  border-color: #46d5e2 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #0c4a50 !important;
  background-color: #46d5e2 !important;
  border-color: #46d5e2 !important;
}
.btn-white {
  color: #ffffff !important;
  background-color: #ffffff !important;
  border-color: #ffffff !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: #666666 !important;
  background-color: #e6e6e6 !important;
  border-color: #e6e6e6 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #e6e6e6 !important;
  border-color: #e6e6e6 !important;
}
.btn-white:hover {
  color: #cccccc !important;
  background-color: #cccccc !important;
  border-color: #cccccc !important;
}
.btn-white:hover,
.btn-white:hover:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover:hover,
.btn-white:hover:focus,
.btn-white:hover.focus,
.btn-white:hover.active {
  color: #666666 !important;
  background-color: #e6e6e6 !important;
  border-color: #e6e6e6 !important;
}
.btn-white:hover.disabled,
.btn-white:hover:disabled {
  color: #808080 !important;
  background-color: #e6e6e6 !important;
  border-color: #e6e6e6 !important;
}
.btn-black {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-black,
.btn-black:active {
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black:hover {
  background-color: #4d4d4d !important;
  border-color: #4d4d4d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #f2684b;
  color: #f2684b;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background-color: #f2684b !important;
  border-color: #f2684b !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #f2684b !important;
  border-color: #f2684b !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #f24d94;
  color: #f24d94;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background-color: #f24d94 !important;
  border-color: #f24d94 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #f24d94 !important;
  border-color: #f24d94 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #4f87fb;
  color: #4f87fb;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background-color: #4f87fb !important;
  border-color: #4f87fb !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #4f87fb !important;
  border-color: #4f87fb !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #72dfe9;
  color: #72dfe9;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #0c4a50 !important;
  background-color: #72dfe9 !important;
  border-color: #72dfe9 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #0c4a50 !important;
  background-color: #72dfe9 !important;
  border-color: #72dfe9 !important;
}
.btn-black-outline {
  border-color: #1a1a1a !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background-color: transparent;
  border-color: transparent;
  color: #1a1a1a;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #4d4d4d !important;
  background-color: transparent;
  border-color: #4d4d4d !important;
}
.btn-white-outline {
  border-color: #ffffff !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background-color: transparent;
  border-color: transparent;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #cccccc !important;
  background-color: transparent;
  border-color: #cccccc !important;
}
.text-primary {
  color: #232323 !important;
}
.text-secondary {
  color: #f2684b !important;
}
.text-success {
  color: #ffffff !important;
}
.text-info {
  color: #f24d94 !important;
}
.text-warning {
  color: #4f87fb !important;
}
.text-danger {
  color: #72dfe9 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #1a1a1a !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #c92f0e !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #cccccc !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #ca0f5f !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #054cdf !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #21c5d4 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #cccccc !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
.nav-tabs .nav-link.active {
  color: #232323;
}
.nav-tabs .nav-link:not(.active) {
  color: #1a1a1a;
}
.alert-success {
  background-color: #34b794;
}
.alert-info {
  background-color: #f24d94;
}
.alert-warning {
  background-color: #4f87fb;
}
.alert-danger {
  background-color: #72dfe9;
}
.mbr-gallery-filter li.active .btn {
  background-color: #232323;
  border-color: #232323;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #232323;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #d5d5d5;
}
.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: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
blockquote {
  border-color: #232323;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #232323;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #232323;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.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: #232323 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #f2684b !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23232323' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.4s;
}
.cid-t8HwvgIhoj {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t8HwvgIhoj .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-t8HwvgIhoj .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-t8HwvgIhoj .iconfont-wrapper {
  color: #103178 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-t8HwvgIhoj .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-t8HwvgIhoj .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-t8HwvgIhoj .container {
    padding: 0 1rem;
  }
}
.cid-t8HwvgIhoj .menu-tite {
  background: #232323;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffc800;
}
.cid-t8HwvgIhoj .nav-link {
  position: relative;
}
.cid-t8HwvgIhoj .nav-link:hover {
  color: #f24d94 !important;
}
.cid-t8HwvgIhoj nav.navbar {
  position: fixed;
}
.cid-t8HwvgIhoj .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-t8HwvgIhoj .navbar.opened {
  transition: all 0.3s;
}
.cid-t8HwvgIhoj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t8HwvgIhoj .navbar .navbar-logo img {
  width: auto;
}
.cid-t8HwvgIhoj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t8HwvgIhoj .navbar.collapsed {
  justify-content: center;
}
.cid-t8HwvgIhoj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t8HwvgIhoj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t8HwvgIhoj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-t8HwvgIhoj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t8HwvgIhoj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t8HwvgIhoj .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t8HwvgIhoj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t8HwvgIhoj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t8HwvgIhoj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t8HwvgIhoj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t8HwvgIhoj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t8HwvgIhoj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t8HwvgIhoj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t8HwvgIhoj .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t8HwvgIhoj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t8HwvgIhoj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t8HwvgIhoj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t8HwvgIhoj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t8HwvgIhoj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t8HwvgIhoj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t8HwvgIhoj .navbar.navbar-short {
  min-height: 60px;
}
.cid-t8HwvgIhoj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t8HwvgIhoj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t8HwvgIhoj .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t8HwvgIhoj .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t8HwvgIhoj .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t8HwvgIhoj .dropdown-item:hover,
.cid-t8HwvgIhoj .dropdown-item:focus {
  background: #232323 !important;
  color: white !important;
}
.cid-t8HwvgIhoj .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t8HwvgIhoj .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t8HwvgIhoj .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-t8HwvgIhoj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t8HwvgIhoj .dropdown-menu,
.cid-t8HwvgIhoj .navbar.opened {
  background: #ffffff !important;
}
.cid-t8HwvgIhoj .nav-item:focus,
.cid-t8HwvgIhoj .nav-link:focus {
  outline: none;
}
.cid-t8HwvgIhoj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t8HwvgIhoj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t8HwvgIhoj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t8HwvgIhoj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t8HwvgIhoj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t8HwvgIhoj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t8HwvgIhoj .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t8HwvgIhoj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t8HwvgIhoj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t8HwvgIhoj .dropdown-item.active,
.cid-t8HwvgIhoj .dropdown-item:active {
  background-color: transparent;
}
.cid-t8HwvgIhoj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t8HwvgIhoj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t8HwvgIhoj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t8HwvgIhoj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-t8HwvgIhoj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t8HwvgIhoj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t8HwvgIhoj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t8HwvgIhoj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t8HwvgIhoj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t8HwvgIhoj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-t8HwvgIhoj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t8HwvgIhoj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t8HwvgIhoj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t8HwvgIhoj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t8HwvgIhoj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t8HwvgIhoj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t8HwvgIhoj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t8HwvgIhoj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t8HwvgIhoj .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t8HwvgIhoj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t8HwvgIhoj .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t8HwvgIhoj .navbar {
    height: 70px;
  }
  .cid-t8HwvgIhoj .navbar.opened {
    height: auto;
  }
  .cid-t8HwvgIhoj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tblT1x4ar8 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #f8f8f8;
}
.cid-tblT1x4ar8 .mbr-section-title {
  color: #010a44;
}
.cid-tblT1x4ar8 .mbr-section-subtitle {
  color: #6c7577;
}
.cid-tblSqc5bIH {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f8f8f8;
}
.cid-tblSqc5bIH .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tblSqc5bIH .card-wrapper {
  background-color: #dce8eb;
  border-radius: 10px;
  overflow: visible;
  padding: 0rem 0;
}
.cid-tblSqc5bIH p {
  line-height: 2.5;
}
.cid-tblSqc5bIH .card-box {
  padding: 4rem 4rem;
}
@media (max-width: 767px) {
  .cid-tblSqc5bIH .card-box {
    padding: 2rem 1rem;
  }
}
.cid-tblSqc5bIH .image-wrapper img {
  width: 100%;
  object-fit: cover;
  transform: scale(1.1);
  border: 10px solid #ffffff;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-tblSqc5bIH .image-wrapper img {
    transform: scale(1);
  }
}
.cid-tblSqc5bIH .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 1rem;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 1.3rem;
  background: #ffffff;
  transition: all 0.3s;
}
.cid-tblSqc5bIH .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #bbbbbb;
  font-size: 1.3rem;
  transition: all 0.3s;
}
.cid-tblSqc5bIH .social-row .soc-item:hover {
  background-color: #f7d9c4;
}
.cid-tblSqc5bIH .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tblSqc5bIH .social-row .soc-item {
    margin: 0 0.3rem;
  }
}
.cid-tblSqc5bIH .mbr-text,
.cid-tblSqc5bIH .social-row {
  color: #777777;
}
.cid-utYsusk77n {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f8f8f8;
}
.cid-utYsusk77n .row {
  background: #dce8eb;
  padding: 2rem 1rem;
  margin: 0rem;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .cid-utYsusk77n .row {
    padding: 1rem 0rem;
  }
}
.cid-utYsusk77n img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-utYsusk77n img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-utYsusk77n .image-wrapper {
    padding-bottom: 2rem;
  }
}
.cid-utYsusk77n .mbr-text,
.cid-utYsusk77n .mbr-section-btn {
  color: #777777;
}
.cid-utYsusk77n .mbr-section-subtitle {
  color: #14191e;
}
.cid-tblTCQnNzh {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f8f8f8;
}
.cid-tblTCQnNzh .row {
  background: #dce8eb;
  padding: 2rem 1rem;
  margin: 0rem;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .cid-tblTCQnNzh .row {
    padding: 1rem 0rem;
  }
}
.cid-tblTCQnNzh img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-tblTCQnNzh img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tblTCQnNzh .image-wrapper {
    padding-bottom: 2rem;
  }
}
.cid-tblTCQnNzh .mbr-text,
.cid-tblTCQnNzh .mbr-section-btn {
  color: #777777;
}
.cid-tblTCQnNzh .mbr-section-subtitle {
  color: #14191e;
}
.cid-tblU3JxzRP {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f8f8f8;
}
.cid-tblU3JxzRP .row {
  background: #dce8eb;
  padding: 2rem 1rem;
  margin: 0rem;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .cid-tblU3JxzRP .row {
    padding: 1rem 0rem;
  }
}
.cid-tblU3JxzRP img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-tblU3JxzRP img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tblU3JxzRP .image-wrapper {
    padding-bottom: 2rem;
  }
}
.cid-tblU3JxzRP .mbr-text,
.cid-tblU3JxzRP .mbr-section-btn {
  color: #777777;
}
.cid-tblU3JxzRP .mbr-section-subtitle {
  color: #14191e;
}
.cid-tblVhez4zy {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #f8f8f8;
}
.cid-tblVhez4zy .mbr-section-title {
  color: #010a44;
}
.cid-tblVhez4zy .mbr-section-subtitle {
  color: #6c7577;
}
.cid-tblVmewMxD {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f8f8f8;
}
.cid-tblVmewMxD .row {
  background: #e7ebdc;
  padding: 2rem 1rem;
  margin: 0rem;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .cid-tblVmewMxD .row {
    padding: 1rem 0rem;
  }
}
.cid-tblVmewMxD img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-tblVmewMxD img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tblVmewMxD .image-wrapper {
    padding-bottom: 2rem;
  }
}
.cid-tblVmewMxD .mbr-text,
.cid-tblVmewMxD .mbr-section-btn {
  color: #777777;
}
.cid-tblVmewMxD .mbr-section-subtitle {
  color: #14191e;
}
.cid-tblVWKYcVN {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f8f8f8;
}
.cid-tblVWKYcVN .row {
  background: #e7ebdc;
  padding: 2rem 1rem;
  margin: 0rem;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .cid-tblVWKYcVN .row {
    padding: 1rem 0rem;
  }
}
.cid-tblVWKYcVN img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-tblVWKYcVN img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tblVWKYcVN .image-wrapper {
    padding-bottom: 2rem;
  }
}
.cid-tblVWKYcVN .mbr-text,
.cid-tblVWKYcVN .mbr-section-btn {
  color: #777777;
}
.cid-tblVWKYcVN .mbr-section-subtitle {
  color: #14191e;
}
.cid-tblXfbfrea {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f8f8f8;
}
.cid-tblXfbfrea .row {
  background: #e7ebdc;
  padding: 2rem 1rem;
  margin: 0rem;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .cid-tblXfbfrea .row {
    padding: 1rem 0rem;
  }
}
.cid-tblXfbfrea img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-tblXfbfrea img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tblXfbfrea .image-wrapper {
    padding-bottom: 2rem;
  }
}
.cid-tblXfbfrea .mbr-text,
.cid-tblXfbfrea .mbr-section-btn {
  color: #777777;
}
.cid-tblXfbfrea .mbr-section-subtitle {
  color: #14191e;
}
.cid-tblXJX61CL {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f8f8f8;
}
.cid-tblXJX61CL .row {
  background: #e7ebdc;
  padding: 2rem 1rem;
  margin: 0rem;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .cid-tblXJX61CL .row {
    padding: 1rem 0rem;
  }
}
.cid-tblXJX61CL img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-tblXJX61CL img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tblXJX61CL .image-wrapper {
    padding-bottom: 2rem;
  }
}
.cid-tblXJX61CL .mbr-text,
.cid-tblXJX61CL .mbr-section-btn {
  color: #777777;
}
.cid-tblXJX61CL .mbr-section-subtitle {
  color: #14191e;
}
.cid-tbl9JDtEpc {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f8f8f8;
}
.cid-tbl9JDtEpc .mbr-section-title {
  color: #010a44;
}
.cid-tbl9JDtEpc .mbr-section-subtitle {
  color: #6c7577;
}
.cid-tblbuDuojR {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f8f8f8;
}
.cid-tblbuDuojR .row {
  background: #ffffff;
  padding: 2rem 1rem;
  margin: 0rem;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .cid-tblbuDuojR .row {
    padding: 1rem 0rem;
  }
}
.cid-tblbuDuojR img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-tblbuDuojR img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tblbuDuojR .image-wrapper {
    padding-bottom: 2rem;
  }
}
.cid-tblbuDuojR .mbr-text,
.cid-tblbuDuojR .mbr-section-btn {
  color: #777777;
}
.cid-tblbuDuojR .mbr-section-subtitle {
  color: #14191e;
}
.cid-tblbMunP2G {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f8f8f8;
}
.cid-tblbMunP2G .row {
  background: #ffffff;
  padding: 2rem 1rem;
  margin: 0rem;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .cid-tblbMunP2G .row {
    padding: 1rem 0rem;
  }
}
.cid-tblbMunP2G img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-tblbMunP2G img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tblbMunP2G .image-wrapper {
    padding-bottom: 2rem;
  }
}
.cid-tblbMunP2G .mbr-text,
.cid-tblbMunP2G .mbr-section-btn {
  color: #777777;
}
.cid-tblbMunP2G .mbr-section-subtitle {
  color: #14191e;
}
.cid-tblcHhirYH {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f8f8f8;
}
.cid-tblcHhirYH .row {
  background: #ffffff;
  padding: 2rem 1rem;
  margin: 0rem;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .cid-tblcHhirYH .row {
    padding: 1rem 0rem;
  }
}
.cid-tblcHhirYH img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-tblcHhirYH img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tblcHhirYH .image-wrapper {
    padding-bottom: 2rem;
  }
}
.cid-tblcHhirYH .mbr-text,
.cid-tblcHhirYH .mbr-section-btn {
  color: #777777;
}
.cid-tblcHhirYH .mbr-section-subtitle {
  color: #14191e;
}
.cid-tbld8PdFef {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f8f8f8;
}
.cid-tbld8PdFef .row {
  background: #ffffff;
  padding: 2rem 1rem;
  margin: 0rem;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .cid-tbld8PdFef .row {
    padding: 1rem 0rem;
  }
}
.cid-tbld8PdFef img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-tbld8PdFef img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tbld8PdFef .image-wrapper {
    padding-bottom: 2rem;
  }
}
.cid-tbld8PdFef .mbr-text,
.cid-tbld8PdFef .mbr-section-btn {
  color: #777777;
}
.cid-tbld8PdFef .mbr-section-subtitle {
  color: #14191e;
}
.cid-tblezccXwt {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f8f8f8;
}
.cid-tblezccXwt .row {
  background: #ffffff;
  padding: 2rem 1rem;
  margin: 0rem;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .cid-tblezccXwt .row {
    padding: 1rem 0rem;
  }
}
.cid-tblezccXwt img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-tblezccXwt img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tblezccXwt .image-wrapper {
    padding-bottom: 2rem;
  }
}
.cid-tblezccXwt .mbr-text,
.cid-tblezccXwt .mbr-section-btn {
  color: #777777;
}
.cid-tblezccXwt .mbr-section-subtitle {
  color: #14191e;
}
.cid-thzwKQqbWQ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f8f8f8;
}
.cid-thzwKQqbWQ .row {
  background: #ffffff;
  padding: 2rem 1rem;
  margin: 0rem;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .cid-thzwKQqbWQ .row {
    padding: 1rem 0rem;
  }
}
.cid-thzwKQqbWQ img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-thzwKQqbWQ img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-thzwKQqbWQ .image-wrapper {
    padding-bottom: 2rem;
  }
}
.cid-thzwKQqbWQ .mbr-text,
.cid-thzwKQqbWQ .mbr-section-btn {
  color: #777777;
}
.cid-thzwKQqbWQ .mbr-section-subtitle {
  color: #14191e;
}
.cid-tblfwyYIaa {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f8f8f8;
}
.cid-tblfwyYIaa .row {
  background: #ffffff;
  padding: 2rem 1rem;
  margin: 0rem;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .cid-tblfwyYIaa .row {
    padding: 1rem 0rem;
  }
}
.cid-tblfwyYIaa img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-tblfwyYIaa img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tblfwyYIaa .image-wrapper {
    padding-bottom: 2rem;
  }
}
.cid-tblfwyYIaa .mbr-text,
.cid-tblfwyYIaa .mbr-section-btn {
  color: #777777;
}
.cid-tblfwyYIaa .mbr-section-subtitle {
  color: #14191e;
}
.cid-tblf3LT3SA {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f8f8f8;
}
.cid-tblf3LT3SA .row {
  background: #ffffff;
  padding: 2rem 1rem;
  margin: 0rem;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .cid-tblf3LT3SA .row {
    padding: 1rem 0rem;
  }
}
.cid-tblf3LT3SA img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-tblf3LT3SA img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tblf3LT3SA .image-wrapper {
    padding-bottom: 2rem;
  }
}
.cid-tblf3LT3SA .mbr-text,
.cid-tblf3LT3SA .mbr-section-btn {
  color: #777777;
}
.cid-tblf3LT3SA .mbr-section-subtitle {
  color: #14191e;
}
.cid-tblga4DY51 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f8f8f8;
}
.cid-tblga4DY51 .row {
  background: #ffffff;
  padding: 2rem 1rem;
  margin: 0rem;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .cid-tblga4DY51 .row {
    padding: 1rem 0rem;
  }
}
.cid-tblga4DY51 img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-tblga4DY51 img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tblga4DY51 .image-wrapper {
    padding-bottom: 2rem;
  }
}
.cid-tblga4DY51 .mbr-text,
.cid-tblga4DY51 .mbr-section-btn {
  color: #777777;
}
.cid-tblga4DY51 .mbr-section-subtitle {
  color: #14191e;
}
.cid-tblgGbVMqV {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f8f8f8;
}
.cid-tblgGbVMqV .row {
  background: #ffffff;
  padding: 2rem 1rem;
  margin: 0rem;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .cid-tblgGbVMqV .row {
    padding: 1rem 0rem;
  }
}
.cid-tblgGbVMqV img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-tblgGbVMqV img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tblgGbVMqV .image-wrapper {
    padding-bottom: 2rem;
  }
}
.cid-tblgGbVMqV .mbr-text,
.cid-tblgGbVMqV .mbr-section-btn {
  color: #777777;
}
.cid-tblgGbVMqV .mbr-section-subtitle {
  color: #14191e;
}
.cid-u7CAezkcIu {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f8f8f8;
}
.cid-u7CAezkcIu .row {
  background: #ffffff;
  padding: 2rem 1rem;
  margin: 0rem;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .cid-u7CAezkcIu .row {
    padding: 1rem 0rem;
  }
}
.cid-u7CAezkcIu img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-u7CAezkcIu img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-u7CAezkcIu .image-wrapper {
    padding-bottom: 2rem;
  }
}
.cid-u7CAezkcIu .mbr-text,
.cid-u7CAezkcIu .mbr-section-btn {
  color: #777777;
}
.cid-u7CAezkcIu .mbr-section-subtitle {
  color: #232323;
}
.cid-tblgUPZSWS {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f8f8f8;
}
.cid-tblgUPZSWS .row {
  background: #ffffff;
  padding: 2rem 1rem;
  margin: 0rem;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .cid-tblgUPZSWS .row {
    padding: 1rem 0rem;
  }
}
.cid-tblgUPZSWS img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-tblgUPZSWS img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tblgUPZSWS .image-wrapper {
    padding-bottom: 2rem;
  }
}
.cid-tblgUPZSWS .mbr-text,
.cid-tblgUPZSWS .mbr-section-btn {
  color: #777777;
}
.cid-tblgUPZSWS .mbr-section-subtitle {
  color: #14191e;
}
.cid-tvrRNXU1Jc {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f8f8f8;
}
.cid-tvrRNXU1Jc .row {
  background: #ffffff;
  padding: 2rem 1rem;
  margin: 0rem;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .cid-tvrRNXU1Jc .row {
    padding: 1rem 0rem;
  }
}
.cid-tvrRNXU1Jc img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-tvrRNXU1Jc img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tvrRNXU1Jc .image-wrapper {
    padding-bottom: 2rem;
  }
}
.cid-tvrRNXU1Jc .mbr-text,
.cid-tvrRNXU1Jc .mbr-section-btn {
  color: #777777;
}
.cid-tvrRNXU1Jc .mbr-section-subtitle {
  color: #14191e;
}
.cid-tblhnX6hMY {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f8f8f8;
}
.cid-tblhnX6hMY .row {
  background: #ffffff;
  padding: 2rem 1rem;
  margin: 0rem;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .cid-tblhnX6hMY .row {
    padding: 1rem 0rem;
  }
}
.cid-tblhnX6hMY img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-tblhnX6hMY img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tblhnX6hMY .image-wrapper {
    padding-bottom: 2rem;
  }
}
.cid-tblhnX6hMY .mbr-text,
.cid-tblhnX6hMY .mbr-section-btn {
  color: #777777;
}
.cid-tblhnX6hMY .mbr-section-subtitle {
  color: #14191e;
}
.cid-tblhDXLvj1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f8f8f8;
}
.cid-tblhDXLvj1 .row {
  background: #ffffff;
  padding: 2rem 1rem;
  margin: 0rem;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .cid-tblhDXLvj1 .row {
    padding: 1rem 0rem;
  }
}
.cid-tblhDXLvj1 img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-tblhDXLvj1 img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tblhDXLvj1 .image-wrapper {
    padding-bottom: 2rem;
  }
}
.cid-tblhDXLvj1 .mbr-text,
.cid-tblhDXLvj1 .mbr-section-btn {
  color: #777777;
}
.cid-tblhDXLvj1 .mbr-section-subtitle {
  color: #14191e;
}
.cid-tblhUft8Kk {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f8f8f8;
}
.cid-tblhUft8Kk .row {
  background: #ffffff;
  padding: 2rem 1rem;
  margin: 0rem;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .cid-tblhUft8Kk .row {
    padding: 1rem 0rem;
  }
}
.cid-tblhUft8Kk img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-tblhUft8Kk img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tblhUft8Kk .image-wrapper {
    padding-bottom: 2rem;
  }
}
.cid-tblhUft8Kk .mbr-text,
.cid-tblhUft8Kk .mbr-section-btn {
  color: #777777;
}
.cid-tblhUft8Kk .mbr-section-subtitle {
  color: #14191e;
}
.cid-tblieU8iei {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f8f8f8;
}
.cid-tblieU8iei .row {
  background: #ffffff;
  padding: 2rem 1rem;
  margin: 0rem;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .cid-tblieU8iei .row {
    padding: 1rem 0rem;
  }
}
.cid-tblieU8iei img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-tblieU8iei img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tblieU8iei .image-wrapper {
    padding-bottom: 2rem;
  }
}
.cid-tblieU8iei .mbr-text,
.cid-tblieU8iei .mbr-section-btn {
  color: #777777;
}
.cid-tblieU8iei .mbr-section-subtitle {
  color: #14191e;
}
.cid-tbliBWRHQx {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f8f8f8;
}
.cid-tbliBWRHQx .row {
  background: #ffffff;
  padding: 2rem 1rem;
  margin: 0rem;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .cid-tbliBWRHQx .row {
    padding: 1rem 0rem;
  }
}
.cid-tbliBWRHQx img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-tbliBWRHQx img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tbliBWRHQx .image-wrapper {
    padding-bottom: 2rem;
  }
}
.cid-tbliBWRHQx .mbr-text,
.cid-tbliBWRHQx .mbr-section-btn {
  color: #777777;
}
.cid-tbliBWRHQx .mbr-section-subtitle {
  color: #14191e;
}
.cid-tblj1S34Oe {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f8f8f8;
}
.cid-tblj1S34Oe .row {
  background: #ffffff;
  padding: 2rem 1rem;
  margin: 0rem;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .cid-tblj1S34Oe .row {
    padding: 1rem 0rem;
  }
}
.cid-tblj1S34Oe img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-tblj1S34Oe img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tblj1S34Oe .image-wrapper {
    padding-bottom: 2rem;
  }
}
.cid-tblj1S34Oe .mbr-text,
.cid-tblj1S34Oe .mbr-section-btn {
  color: #777777;
}
.cid-tblj1S34Oe .mbr-section-subtitle {
  color: #14191e;
}
.cid-tbljFcU5qd {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f8f8f8;
}
.cid-tbljFcU5qd .row {
  background: #ffffff;
  padding: 2rem 1rem;
  margin: 0rem;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .cid-tbljFcU5qd .row {
    padding: 1rem 0rem;
  }
}
.cid-tbljFcU5qd img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-tbljFcU5qd img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tbljFcU5qd .image-wrapper {
    padding-bottom: 2rem;
  }
}
.cid-tbljFcU5qd .mbr-text,
.cid-tbljFcU5qd .mbr-section-btn {
  color: #777777;
}
.cid-tbljFcU5qd .mbr-section-subtitle {
  color: #14191e;
}
.cid-tblQSDU9Z1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f8f8f8;
}
.cid-tblQSDU9Z1 .row {
  background: #ffffff;
  padding: 2rem 1rem;
  margin: 0rem;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .cid-tblQSDU9Z1 .row {
    padding: 1rem 0rem;
  }
}
.cid-tblQSDU9Z1 img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-tblQSDU9Z1 img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tblQSDU9Z1 .image-wrapper {
    padding-bottom: 2rem;
  }
}
.cid-tblQSDU9Z1 .mbr-text,
.cid-tblQSDU9Z1 .mbr-section-btn {
  color: #777777;
}
.cid-tblQSDU9Z1 .mbr-section-subtitle {
  color: #14191e;
}
.cid-uCzL6G4T2u {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f8f8f8;
}
.cid-uCzL6G4T2u .row {
  background: #ffffff;
  padding: 2rem 1rem;
  margin: 0rem;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .cid-uCzL6G4T2u .row {
    padding: 1rem 0rem;
  }
}
.cid-uCzL6G4T2u img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uCzL6G4T2u img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-uCzL6G4T2u .image-wrapper {
    padding-bottom: 2rem;
  }
}
.cid-uCzL6G4T2u .mbr-text,
.cid-uCzL6G4T2u .mbr-section-btn {
  color: #777777;
}
.cid-uCzL6G4T2u .mbr-section-subtitle {
  color: #14191e;
}
.cid-uOZUVlW52n {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f8f8f8;
}
.cid-uOZUVlW52n .row {
  background: #ffffff;
  padding: 2rem 1rem;
  margin: 0rem;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .cid-uOZUVlW52n .row {
    padding: 1rem 0rem;
  }
}
.cid-uOZUVlW52n img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uOZUVlW52n img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-uOZUVlW52n .image-wrapper {
    padding-bottom: 2rem;
  }
}
.cid-uOZUVlW52n .mbr-text,
.cid-uOZUVlW52n .mbr-section-btn {
  color: #777777;
}
.cid-uOZUVlW52n .mbr-section-subtitle {
  color: #14191e;
}
.cid-tbljWp4ik7 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f8f8f8;
}
.cid-tbljWp4ik7 .row {
  background: #ffffff;
  padding: 2rem 1rem;
  margin: 0rem;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .cid-tbljWp4ik7 .row {
    padding: 1rem 0rem;
  }
}
.cid-tbljWp4ik7 img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-tbljWp4ik7 img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tbljWp4ik7 .image-wrapper {
    padding-bottom: 2rem;
  }
}
.cid-tbljWp4ik7 .mbr-text,
.cid-tbljWp4ik7 .mbr-section-btn {
  color: #777777;
}
.cid-tbljWp4ik7 .mbr-section-subtitle {
  color: #14191e;
}
.cid-tvrkCEcPYJ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f8f8f8;
}
.cid-tvrkCEcPYJ .row {
  background: #ffffff;
  padding: 2rem 1rem;
  margin: 0rem;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .cid-tvrkCEcPYJ .row {
    padding: 1rem 0rem;
  }
}
.cid-tvrkCEcPYJ img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-tvrkCEcPYJ img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tvrkCEcPYJ .image-wrapper {
    padding-bottom: 2rem;
  }
}
.cid-tvrkCEcPYJ .mbr-text,
.cid-tvrkCEcPYJ .mbr-section-btn {
  color: #777777;
}
.cid-tvrkCEcPYJ .mbr-section-subtitle {
  color: #14191e;
}
.cid-tblmNsHED6 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f8f8f8;
}
.cid-tblmNsHED6 .row {
  background: #ffffff;
  padding: 2rem 1rem;
  margin: 0rem;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .cid-tblmNsHED6 .row {
    padding: 1rem 0rem;
  }
}
.cid-tblmNsHED6 img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-tblmNsHED6 img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tblmNsHED6 .image-wrapper {
    padding-bottom: 2rem;
  }
}
.cid-tblmNsHED6 .mbr-text,
.cid-tblmNsHED6 .mbr-section-btn {
  color: #777777;
}
.cid-tblmNsHED6 .mbr-section-subtitle {
  color: #14191e;
}
.cid-tblmrxIb4f {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f8f8f8;
}
.cid-tblmrxIb4f .row {
  background: #ffffff;
  padding: 2rem 1rem;
  margin: 0rem;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .cid-tblmrxIb4f .row {
    padding: 1rem 0rem;
  }
}
.cid-tblmrxIb4f img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-tblmrxIb4f img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tblmrxIb4f .image-wrapper {
    padding-bottom: 2rem;
  }
}
.cid-tblmrxIb4f .mbr-text,
.cid-tblmrxIb4f .mbr-section-btn {
  color: #777777;
}
.cid-tblmrxIb4f .mbr-section-subtitle {
  color: #14191e;
}
.cid-u7CBMdtnNv {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f8f8f8;
}
.cid-u7CBMdtnNv .row {
  background: #ffffff;
  padding: 2rem 1rem;
  margin: 0rem;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .cid-u7CBMdtnNv .row {
    padding: 1rem 0rem;
  }
}
.cid-u7CBMdtnNv img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-u7CBMdtnNv img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-u7CBMdtnNv .image-wrapper {
    padding-bottom: 2rem;
  }
}
.cid-u7CBMdtnNv .mbr-text,
.cid-u7CBMdtnNv .mbr-section-btn {
  color: #777777;
}
.cid-u7CBMdtnNv .mbr-section-subtitle {
  color: #14191e;
}
.cid-tbln7fG5w9 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f8f8f8;
}
.cid-tbln7fG5w9 .row {
  background: #ffffff;
  padding: 2rem 1rem;
  margin: 0rem;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .cid-tbln7fG5w9 .row {
    padding: 1rem 0rem;
  }
}
.cid-tbln7fG5w9 img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-tbln7fG5w9 img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tbln7fG5w9 .image-wrapper {
    padding-bottom: 2rem;
  }
}
.cid-tbln7fG5w9 .mbr-text,
.cid-tbln7fG5w9 .mbr-section-btn {
  color: #777777;
}
.cid-tbln7fG5w9 .mbr-section-subtitle {
  color: #14191e;
}
.cid-tblnJLQMeI {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f8f8f8;
}
.cid-tblnJLQMeI .row {
  background: #ffffff;
  padding: 2rem 1rem;
  margin: 0rem;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .cid-tblnJLQMeI .row {
    padding: 1rem 0rem;
  }
}
.cid-tblnJLQMeI img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-tblnJLQMeI img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tblnJLQMeI .image-wrapper {
    padding-bottom: 2rem;
  }
}
.cid-tblnJLQMeI .mbr-text,
.cid-tblnJLQMeI .mbr-section-btn {
  color: #777777;
}
.cid-tblnJLQMeI .mbr-section-subtitle {
  color: #14191e;
}
.cid-tblnZrlRRg {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f8f8f8;
}
.cid-tblnZrlRRg .row {
  background: #ffffff;
  padding: 2rem 1rem;
  margin: 0rem;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .cid-tblnZrlRRg .row {
    padding: 1rem 0rem;
  }
}
.cid-tblnZrlRRg img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-tblnZrlRRg img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tblnZrlRRg .image-wrapper {
    padding-bottom: 2rem;
  }
}
.cid-tblnZrlRRg .mbr-text,
.cid-tblnZrlRRg .mbr-section-btn {
  color: #777777;
}
.cid-tblnZrlRRg .mbr-section-subtitle {
  color: #14191e;
}
.cid-tbloizwXbO {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f8f8f8;
}
.cid-tbloizwXbO .row {
  background: #ffffff;
  padding: 2rem 1rem;
  margin: 0rem;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .cid-tbloizwXbO .row {
    padding: 1rem 0rem;
  }
}
.cid-tbloizwXbO img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-tbloizwXbO img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tbloizwXbO .image-wrapper {
    padding-bottom: 2rem;
  }
}
.cid-tbloizwXbO .mbr-text,
.cid-tbloizwXbO .mbr-section-btn {
  color: #777777;
}
.cid-tbloizwXbO .mbr-section-subtitle {
  color: #14191e;
}
.cid-tls3g32Hab {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f8f8f8;
}
.cid-tls3g32Hab .row {
  background: #ffffff;
  padding: 2rem 1rem;
  margin: 0rem;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .cid-tls3g32Hab .row {
    padding: 1rem 0rem;
  }
}
.cid-tls3g32Hab img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-tls3g32Hab img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tls3g32Hab .image-wrapper {
    padding-bottom: 2rem;
  }
}
.cid-tls3g32Hab .mbr-text,
.cid-tls3g32Hab .mbr-section-btn {
  color: #777777;
}
.cid-tls3g32Hab .mbr-section-subtitle {
  color: #14191e;
}
.cid-tbloD9ki5e {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f8f8f8;
}
.cid-tbloD9ki5e .row {
  background: #ffffff;
  padding: 2rem 1rem;
  margin: 0rem;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .cid-tbloD9ki5e .row {
    padding: 1rem 0rem;
  }
}
.cid-tbloD9ki5e img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-tbloD9ki5e img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tbloD9ki5e .image-wrapper {
    padding-bottom: 2rem;
  }
}
.cid-tbloD9ki5e .mbr-text,
.cid-tbloD9ki5e .mbr-section-btn {
  color: #777777;
}
.cid-tbloD9ki5e .mbr-section-subtitle {
  color: #14191e;
}
.cid-uMgyc1RmY2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f8f8f8;
}
.cid-uMgyc1RmY2 .row {
  background: #ffffff;
  padding: 2rem 1rem;
  margin: 0rem;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .cid-uMgyc1RmY2 .row {
    padding: 1rem 0rem;
  }
}
.cid-uMgyc1RmY2 img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uMgyc1RmY2 img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-uMgyc1RmY2 .image-wrapper {
    padding-bottom: 2rem;
  }
}
.cid-uMgyc1RmY2 .mbr-text,
.cid-uMgyc1RmY2 .mbr-section-btn {
  color: #777777;
}
.cid-uMgyc1RmY2 .mbr-section-subtitle {
  color: #14191e;
}
.cid-tbloV2VLfI {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f8f8f8;
}
.cid-tbloV2VLfI .row {
  background: #ffffff;
  padding: 2rem 1rem;
  margin: 0rem;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .cid-tbloV2VLfI .row {
    padding: 1rem 0rem;
  }
}
.cid-tbloV2VLfI img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-tbloV2VLfI img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tbloV2VLfI .image-wrapper {
    padding-bottom: 2rem;
  }
}
.cid-tbloV2VLfI .mbr-text,
.cid-tbloV2VLfI .mbr-section-btn {
  color: #777777;
}
.cid-tbloV2VLfI .mbr-section-subtitle {
  color: #14191e;
}
.cid-tblKf5XIgP {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f8f8f8;
}
.cid-tblKf5XIgP .row {
  background: #ffffff;
  padding: 2rem 1rem;
  margin: 0rem;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .cid-tblKf5XIgP .row {
    padding: 1rem 0rem;
  }
}
.cid-tblKf5XIgP img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-tblKf5XIgP img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tblKf5XIgP .image-wrapper {
    padding-bottom: 2rem;
  }
}
.cid-tblKf5XIgP .mbr-text,
.cid-tblKf5XIgP .mbr-section-btn {
  color: #777777;
}
.cid-tblKf5XIgP .mbr-section-subtitle {
  color: #14191e;
}
.cid-tblKtUahlI {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f8f8f8;
}
.cid-tblKtUahlI .row {
  background: #ffffff;
  padding: 2rem 1rem;
  margin: 0rem;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .cid-tblKtUahlI .row {
    padding: 1rem 0rem;
  }
}
.cid-tblKtUahlI img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-tblKtUahlI img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tblKtUahlI .image-wrapper {
    padding-bottom: 2rem;
  }
}
.cid-tblKtUahlI .mbr-text,
.cid-tblKtUahlI .mbr-section-btn {
  color: #777777;
}
.cid-tblKtUahlI .mbr-section-subtitle {
  color: #14191e;
}
.cid-tblMhcbfAT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f8f8f8;
}
.cid-tblMhcbfAT .row {
  background: #ffffff;
  padding: 2rem 1rem;
  margin: 0rem;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .cid-tblMhcbfAT .row {
    padding: 1rem 0rem;
  }
}
.cid-tblMhcbfAT img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-tblMhcbfAT img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tblMhcbfAT .image-wrapper {
    padding-bottom: 2rem;
  }
}
.cid-tblMhcbfAT .mbr-text,
.cid-tblMhcbfAT .mbr-section-btn {
  color: #777777;
}
.cid-tblMhcbfAT .mbr-section-subtitle {
  color: #14191e;
}
.cid-tblLmi0lWl {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f8f8f8;
}
.cid-tblLmi0lWl .row {
  background: #ffffff;
  padding: 2rem 1rem;
  margin: 0rem;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .cid-tblLmi0lWl .row {
    padding: 1rem 0rem;
  }
}
.cid-tblLmi0lWl img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-tblLmi0lWl img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tblLmi0lWl .image-wrapper {
    padding-bottom: 2rem;
  }
}
.cid-tblLmi0lWl .mbr-text,
.cid-tblLmi0lWl .mbr-section-btn {
  color: #777777;
}
.cid-tblLmi0lWl .mbr-section-subtitle {
  color: #14191e;
}
.cid-tblMD5xBme {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f8f8f8;
}
.cid-tblMD5xBme .row {
  background: #ffffff;
  padding: 2rem 1rem;
  margin: 0rem;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .cid-tblMD5xBme .row {
    padding: 1rem 0rem;
  }
}
.cid-tblMD5xBme img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-tblMD5xBme img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tblMD5xBme .image-wrapper {
    padding-bottom: 2rem;
  }
}
.cid-tblMD5xBme .mbr-text,
.cid-tblMD5xBme .mbr-section-btn {
  color: #777777;
}
.cid-tblMD5xBme .mbr-section-subtitle {
  color: #14191e;
}
.cid-tblMXUnfPL {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f8f8f8;
}
.cid-tblMXUnfPL .row {
  background: #ffffff;
  padding: 2rem 1rem;
  margin: 0rem;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .cid-tblMXUnfPL .row {
    padding: 1rem 0rem;
  }
}
.cid-tblMXUnfPL img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-tblMXUnfPL img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tblMXUnfPL .image-wrapper {
    padding-bottom: 2rem;
  }
}
.cid-tblMXUnfPL .mbr-text,
.cid-tblMXUnfPL .mbr-section-btn {
  color: #777777;
}
.cid-tblMXUnfPL .mbr-section-subtitle {
  color: #14191e;
}
.cid-tMduuTVtUF {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f8f8f8;
}
.cid-tMduuTVtUF .row {
  background: #ffffff;
  padding: 2rem 1rem;
  margin: 0rem;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .cid-tMduuTVtUF .row {
    padding: 1rem 0rem;
  }
}
.cid-tMduuTVtUF img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-tMduuTVtUF img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tMduuTVtUF .image-wrapper {
    padding-bottom: 2rem;
  }
}
.cid-tMduuTVtUF .mbr-text,
.cid-tMduuTVtUF .mbr-section-btn {
  color: #777777;
}
.cid-tMduuTVtUF .mbr-section-subtitle {
  color: #14191e;
}
.cid-ts7q1jkILr {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f8f8f8;
}
.cid-ts7q1jkILr .row {
  background: #ffffff;
  padding: 2rem 1rem;
  margin: 0rem;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .cid-ts7q1jkILr .row {
    padding: 1rem 0rem;
  }
}
.cid-ts7q1jkILr img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-ts7q1jkILr img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-ts7q1jkILr .image-wrapper {
    padding-bottom: 2rem;
  }
}
.cid-ts7q1jkILr .mbr-text,
.cid-ts7q1jkILr .mbr-section-btn {
  color: #777777;
}
.cid-ts7q1jkILr .mbr-section-subtitle {
  color: #14191e;
}
.cid-tblNDsppDB {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f8f8f8;
}
.cid-tblNDsppDB .row {
  background: #ffffff;
  padding: 2rem 1rem;
  margin: 0rem;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .cid-tblNDsppDB .row {
    padding: 1rem 0rem;
  }
}
.cid-tblNDsppDB img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-tblNDsppDB img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tblNDsppDB .image-wrapper {
    padding-bottom: 2rem;
  }
}
.cid-tblNDsppDB .mbr-text,
.cid-tblNDsppDB .mbr-section-btn {
  color: #777777;
}
.cid-tblNDsppDB .mbr-section-subtitle {
  color: #14191e;
}
.cid-uP0hYezxxg {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f8f8f8;
}
.cid-uP0hYezxxg .row {
  background: #ffffff;
  padding: 2rem 1rem;
  margin: 0rem;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .cid-uP0hYezxxg .row {
    padding: 1rem 0rem;
  }
}
.cid-uP0hYezxxg img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uP0hYezxxg img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-uP0hYezxxg .image-wrapper {
    padding-bottom: 2rem;
  }
}
.cid-uP0hYezxxg .mbr-text,
.cid-uP0hYezxxg .mbr-section-btn {
  color: #777777;
}
.cid-uP0hYezxxg .mbr-section-subtitle {
  color: #14191e;
}
.cid-tgxuWWVBXl {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f8f8f8;
}
.cid-tgxuWWVBXl .row {
  background: #ffffff;
  padding: 2rem 1rem;
  margin: 0rem;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .cid-tgxuWWVBXl .row {
    padding: 1rem 0rem;
  }
}
.cid-tgxuWWVBXl img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-tgxuWWVBXl img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tgxuWWVBXl .image-wrapper {
    padding-bottom: 2rem;
  }
}
.cid-tgxuWWVBXl .mbr-text,
.cid-tgxuWWVBXl .mbr-section-btn {
  color: #777777;
}
.cid-tgxuWWVBXl .mbr-section-subtitle {
  color: #14191e;
}
.cid-tblOKL7ciM {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f8f8f8;
}
.cid-tblOKL7ciM .row {
  background: #ffffff;
  padding: 2rem 1rem;
  margin: 0rem;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .cid-tblOKL7ciM .row {
    padding: 1rem 0rem;
  }
}
.cid-tblOKL7ciM img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-tblOKL7ciM img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tblOKL7ciM .image-wrapper {
    padding-bottom: 2rem;
  }
}
.cid-tblOKL7ciM .mbr-text,
.cid-tblOKL7ciM .mbr-section-btn {
  color: #777777;
}
.cid-tblOKL7ciM .mbr-section-subtitle {
  color: #14191e;
}
.cid-tblPN3XOTq {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f8f8f8;
}
.cid-tblPN3XOTq .row {
  background: #ffffff;
  padding: 2rem 1rem;
  margin: 0rem;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .cid-tblPN3XOTq .row {
    padding: 1rem 0rem;
  }
}
.cid-tblPN3XOTq img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-tblPN3XOTq img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tblPN3XOTq .image-wrapper {
    padding-bottom: 2rem;
  }
}
.cid-tblPN3XOTq .mbr-text,
.cid-tblPN3XOTq .mbr-section-btn {
  color: #777777;
}
.cid-tblPN3XOTq .mbr-section-subtitle {
  color: #14191e;
}
.cid-tblPnUDe84 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f8f8f8;
}
.cid-tblPnUDe84 .row {
  background: #ffffff;
  padding: 2rem 1rem;
  margin: 0rem;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .cid-tblPnUDe84 .row {
    padding: 1rem 0rem;
  }
}
.cid-tblPnUDe84 img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-tblPnUDe84 img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tblPnUDe84 .image-wrapper {
    padding-bottom: 2rem;
  }
}
.cid-tblPnUDe84 .mbr-text,
.cid-tblPnUDe84 .mbr-section-btn {
  color: #777777;
}
.cid-tblPnUDe84 .mbr-section-subtitle {
  color: #14191e;
}
.cid-tblPIXBxYV {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f8f8f8;
}
.cid-tblPIXBxYV .row {
  background: #ffffff;
  padding: 2rem 1rem;
  margin: 0rem;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .cid-tblPIXBxYV .row {
    padding: 1rem 0rem;
  }
}
.cid-tblPIXBxYV img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-tblPIXBxYV img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tblPIXBxYV .image-wrapper {
    padding-bottom: 2rem;
  }
}
.cid-tblPIXBxYV .mbr-text,
.cid-tblPIXBxYV .mbr-section-btn {
  color: #777777;
}
.cid-tblPIXBxYV .mbr-section-subtitle {
  color: #14191e;
}
.cid-tyIEt58sKb {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f8f8f8;
}
.cid-tyIEt58sKb .row {
  background: #ffffff;
  padding: 2rem 1rem;
  margin: 0rem;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .cid-tyIEt58sKb .row {
    padding: 1rem 0rem;
  }
}
.cid-tyIEt58sKb img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-tyIEt58sKb img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tyIEt58sKb .image-wrapper {
    padding-bottom: 2rem;
  }
}
.cid-tyIEt58sKb .mbr-text,
.cid-tyIEt58sKb .mbr-section-btn {
  color: #777777;
}
.cid-tyIEt58sKb .mbr-section-subtitle {
  color: #14191e;
}
.cid-tblQieogQD {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f8f8f8;
}
.cid-tblQieogQD .row {
  background: #ffffff;
  padding: 2rem 1rem;
  margin: 0rem;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .cid-tblQieogQD .row {
    padding: 1rem 0rem;
  }
}
.cid-tblQieogQD img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-tblQieogQD img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tblQieogQD .image-wrapper {
    padding-bottom: 2rem;
  }
}
.cid-tblQieogQD .mbr-text,
.cid-tblQieogQD .mbr-section-btn {
  color: #777777;
}
.cid-tblQieogQD .mbr-section-subtitle {
  color: #14191e;
}
.cid-tblQzwAnsg {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f8f8f8;
}
.cid-tblQzwAnsg .row {
  background: #ffffff;
  padding: 2rem 1rem;
  margin: 0rem;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .cid-tblQzwAnsg .row {
    padding: 1rem 0rem;
  }
}
.cid-tblQzwAnsg img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-tblQzwAnsg img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tblQzwAnsg .image-wrapper {
    padding-bottom: 2rem;
  }
}
.cid-tblQzwAnsg .mbr-text,
.cid-tblQzwAnsg .mbr-section-btn {
  color: #777777;
}
.cid-tblQzwAnsg .mbr-section-subtitle {
  color: #14191e;
}
.cid-tVzkDeO7cc {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f8f8f8;
}
.cid-tVzkDeO7cc .mbr-section-title {
  color: #010a44;
}
.cid-tVzkDeO7cc .mbr-section-subtitle {
  color: #6c7577;
}
.cid-tVzkLO2Rrn {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f8f8f8;
}
.cid-tVzkLO2Rrn .row {
  background: #fef2ed;
  padding: 2rem 1rem;
  margin: 0rem;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .cid-tVzkLO2Rrn .row {
    padding: 1rem 0rem;
  }
}
.cid-tVzkLO2Rrn img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-tVzkLO2Rrn img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tVzkLO2Rrn .image-wrapper {
    padding-bottom: 2rem;
  }
}
.cid-tVzkLO2Rrn .mbr-text,
.cid-tVzkLO2Rrn .mbr-section-btn {
  color: #777777;
}
.cid-tVzkLO2Rrn .mbr-section-subtitle {
  color: #4f87fb;
}
.cid-tVzkNmgab7 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f8f8f8;
}
.cid-tVzkNmgab7 .row {
  background: #fef2ed;
  padding: 2rem 1rem;
  margin: 0rem;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .cid-tVzkNmgab7 .row {
    padding: 1rem 0rem;
  }
}
.cid-tVzkNmgab7 img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-tVzkNmgab7 img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tVzkNmgab7 .image-wrapper {
    padding-bottom: 2rem;
  }
}
.cid-tVzkNmgab7 .mbr-text,
.cid-tVzkNmgab7 .mbr-section-btn {
  color: #777777;
}
.cid-tVzkNmgab7 .mbr-section-subtitle {
  color: #14191e;
}
.cid-tQiedKsKES {
  padding-top: 60px;
  padding-bottom: 75px;
  background: #ffffff;
}
.cid-tQiedKsKES .mbr-section-subtitle {
  color: #cccccc;
}
.cid-tQiedKsKES h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 2rem;
  letter-spacing: 4px;
}
.cid-tQiedKsKES h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tQiedKsKES h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tQiedKsKES .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #767676;
  margin: 15px 0.5rem;
  display: block;
}
.cid-tQiedKsKES .mbr-iconfont-social:before {
  padding: 0.6rem;
  border: 2px solid;
  border-radius: 100px;
  transition: all 0.3s;
}
.cid-tQiedKsKES .mbr-iconfont-social:hover {
  color: #ffffff;
}
.cid-tQiedKsKES .mbr-iconfont-social:hover:before {
  background: #767676;
  transition: all 0.3s;
  border-color: transparent;
}
.cid-tQiedKsKES .social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-tQiedKsKES .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-tQiedKsKES .mbr-iconfont-social {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
  }
}
.cid-tQiedKsKES .mbr-section-title,
.cid-tQiedKsKES .social-list {
  color: #124ad6;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tQiedKsKES h2:before,
  .cid-tQiedKsKES h2:after {
    display: none;
  }
}
.cid-tQiedKsKES .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQiedKsKES .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxLlSCVMaT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #918787;
}
.cid-uxLlSCVMaT .container-fluid {
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 992px) {
  .cid-uxLlSCVMaT .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uxLlSCVMaT .row {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #7F8678;
  border-top: 1px solid #7F8678;
  margin-top: -1px;
}
.cid-uxLlSCVMaT .footer-item {
  display: flex;
  flex-direction: column;
  padding: 22px 30px;
  border-bottom: 1px solid #7F8678;
  margin-bottom: -1px;
}
@media (min-width: 768px) {
  .cid-uxLlSCVMaT .footer-item:nth-child(odd) {
    border-right: 1px solid #7F8678;
  }
}
@media (min-width: 1200px) {
  .cid-uxLlSCVMaT .footer-item:not(:last-child) {
    border-right: 1px solid #7F8678;
  }
}
.cid-uxLlSCVMaT .mbr-text {
  color: #000000;
}
.cid-uxLlSCVMaT .link a {
  color: #3d3d3d;
}
.cid-uxLlSCVMaT .copyright {
  color: #000000;
  text-align: right;
}
.cid-uxLlSCVMaT .text {
  color: #000000;
}
.cid-uxLlSCVMaT .mbr-form-container {
  margin-top: 12px;
}
.cid-uxLlSCVMaT .form-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-end;
}
.cid-uxLlSCVMaT form .row {
  margin: 0;
  border: none !important;
}
.cid-uxLlSCVMaT form .mbr-section-btn {
  width: auto;
  padding: 0;
  height: auto;
}
.cid-uxLlSCVMaT form .mbr-section-btn .btn {
  padding: 0;
  height: auto;
  min-height: auto;
  border-radius: 0;
  border-bottom: 2px solid currentColor;
  transition: 1s;
}
.cid-uxLlSCVMaT .copyright-container {
  margin-top: auto;
}
.cid-uxLlSCVMaT .link {
  color: #000000;
}
.cid-uxLlSCVMaT .label {
  color: #f8c842;
}
.cid-t8HwvgIhoj {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t8HwvgIhoj .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-t8HwvgIhoj .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-t8HwvgIhoj .iconfont-wrapper {
  color: #103178 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-t8HwvgIhoj .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-t8HwvgIhoj .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-t8HwvgIhoj .container {
    padding: 0 1rem;
  }
}
.cid-t8HwvgIhoj .menu-tite {
  background: #232323;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffc800;
}
.cid-t8HwvgIhoj .nav-link {
  position: relative;
}
.cid-t8HwvgIhoj .nav-link:hover {
  color: #f24d94 !important;
}
.cid-t8HwvgIhoj nav.navbar {
  position: fixed;
}
.cid-t8HwvgIhoj .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-t8HwvgIhoj .navbar.opened {
  transition: all 0.3s;
}
.cid-t8HwvgIhoj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t8HwvgIhoj .navbar .navbar-logo img {
  width: auto;
}
.cid-t8HwvgIhoj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t8HwvgIhoj .navbar.collapsed {
  justify-content: center;
}
.cid-t8HwvgIhoj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t8HwvgIhoj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t8HwvgIhoj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-t8HwvgIhoj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t8HwvgIhoj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t8HwvgIhoj .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t8HwvgIhoj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t8HwvgIhoj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t8HwvgIhoj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t8HwvgIhoj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t8HwvgIhoj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t8HwvgIhoj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t8HwvgIhoj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t8HwvgIhoj .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t8HwvgIhoj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t8HwvgIhoj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t8HwvgIhoj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t8HwvgIhoj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t8HwvgIhoj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t8HwvgIhoj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t8HwvgIhoj .navbar.navbar-short {
  min-height: 60px;
}
.cid-t8HwvgIhoj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t8HwvgIhoj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t8HwvgIhoj .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t8HwvgIhoj .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t8HwvgIhoj .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t8HwvgIhoj .dropdown-item:hover,
.cid-t8HwvgIhoj .dropdown-item:focus {
  background: #232323 !important;
  color: white !important;
}
.cid-t8HwvgIhoj .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t8HwvgIhoj .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t8HwvgIhoj .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-t8HwvgIhoj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t8HwvgIhoj .dropdown-menu,
.cid-t8HwvgIhoj .navbar.opened {
  background: #ffffff !important;
}
.cid-t8HwvgIhoj .nav-item:focus,
.cid-t8HwvgIhoj .nav-link:focus {
  outline: none;
}
.cid-t8HwvgIhoj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t8HwvgIhoj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t8HwvgIhoj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t8HwvgIhoj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t8HwvgIhoj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t8HwvgIhoj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t8HwvgIhoj .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t8HwvgIhoj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t8HwvgIhoj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t8HwvgIhoj .dropdown-item.active,
.cid-t8HwvgIhoj .dropdown-item:active {
  background-color: transparent;
}
.cid-t8HwvgIhoj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t8HwvgIhoj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t8HwvgIhoj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t8HwvgIhoj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-t8HwvgIhoj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t8HwvgIhoj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t8HwvgIhoj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t8HwvgIhoj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t8HwvgIhoj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t8HwvgIhoj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-t8HwvgIhoj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t8HwvgIhoj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t8HwvgIhoj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t8HwvgIhoj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t8HwvgIhoj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t8HwvgIhoj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t8HwvgIhoj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t8HwvgIhoj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t8HwvgIhoj .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t8HwvgIhoj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t8HwvgIhoj .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t8HwvgIhoj .navbar {
    height: 70px;
  }
  .cid-t8HwvgIhoj .navbar.opened {
    height: auto;
  }
  .cid-t8HwvgIhoj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tIhefaJwTW {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #edeff0;
}
.cid-tIhefaJwTW .mbr-overlay {
  z-index: 1;
}
.cid-tIhefaJwTW .carousel,
.cid-tIhefaJwTW .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tIhefaJwTW .item-wrapper {
  width: 100%;
}
.cid-tIhefaJwTW .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tIhefaJwTW .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
@media (max-width: 767px) {
  .cid-tIhefaJwTW .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tIhefaJwTW .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tIhefaJwTW .carousel-control {
  top: 50%;
  width: 45px;
  height: 45px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: #E8E8E8;
  border-radius: 50%;
  opacity: 1;
}
.cid-tIhefaJwTW .carousel-control span {
  color: #101019;
}
.cid-tIhefaJwTW .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tIhefaJwTW .carousel-control.carousel-control-prev {
    margin-left: 0.5rem;
  }
}
.cid-tIhefaJwTW .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tIhefaJwTW .carousel-control.carousel-control-next {
    margin-right: 0.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tIhefaJwTW .carousel-indicators {
    margin-left: 0;
    text-align: center;
  }
}
.cid-tIhefaJwTW .carousel-indicators li {
  height: 8px;
  max-height: 8px;
  width: 8px;
  max-width: 8px;
  margin: 3px;
  background-color: #ffffff;
  border-radius: 50%;
}
.cid-tIhefaJwTW .carousel-indicators li.active,
.cid-tIhefaJwTW .carousel-indicators li:hover {
  opacity: 0.9;
  border: none;
  margin: 13px 3px;
}
.cid-tIhefaJwTW .carousel-indicators li::after,
.cid-tIhefaJwTW .carousel-indicators li::before {
  content: none;
}
.cid-tIhefaJwTW .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tIhefaJwTW .carousel-indicators {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .cid-tIhefaJwTW .mbr-section-head {
    margin-left: 3rem;
    margin-bottom: 3rem;
  }
}
@media (max-width: 1199px) {
  .cid-tIhefaJwTW .mbr-section-head {
    margin-left: 2.2rem;
    margin-bottom: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-tIhefaJwTW .mbr-section-head {
    margin-left: 1.6rem;
  }
}
@media (max-width: 767px) {
  .cid-tIhefaJwTW .mbr-section-head {
    margin-left: 0;
    margin-bottom: 1.5rem;
    text-align: center;
  }
}
@media (max-width: 600px) {
  .cid-tIhefaJwTW .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-uyqnweP79C {
  display: flex;
  padding-top: 30px;
  padding-bottom: 0px;
  background: linear-gradient(to bottom, #d2d2df, #f8f8f8);
}
@media (min-width: 768px) {
  .cid-uyqnweP79C {
    align-items: flex-start;
  }
  .cid-uyqnweP79C .row {
    justify-content: flex-start;
  }
}
.cid-uyqnweP79C .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uyqnweP79C .mbr-text,
.cid-uyqnweP79C .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uyqnweP79C .mbr-section-title,
.cid-uyqnweP79C .line {
  color: #484848;
}
.cid-uyqnweP79C h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uyqnweP79C h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uyqnweP79C .mbr-section-subtitle,
.cid-uyqnweP79C .align {
  text-align: left;
  color: #232323;
}
.cid-uEsjh6v6kI {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-uEsjh6v6kI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEsjh6v6kI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEsjh6v6kI .mbr-section-subtitle {
  border-radius: 1rem;
  border: 1px solid currentColor;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
  color: #000000;
}
.cid-uEsjh6v6kI .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uEsjh6v6kI .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uEsjh6v6kI .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  border: 1px solid lightgray;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-uEsjh6v6kI .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uEsjh6v6kI .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #000000;
  margin-bottom: 1rem;
  width: 60px;
  justify-content: center;
  align-items: center;
  background: #d9db4d;
  height: 60px;
  border-radius: 50%;
}
.cid-uEsjh6v6kI .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uEsjh6v6kI .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uEsjh6v6kI .card-box .item-footer {
  margin-top: auto;
}
.cid-uEsjh6v6kI .content-head {
  max-width: 800px;
}
.cid-uEsjh6v6kI .mbr-section-subtitle,
.cid-uEsjh6v6kI .subtitle-wrap,
.cid-uEsjh6v6kI .mbr-section-btn {
  text-align: left;
}
.cid-uyqnUjPuGD {
  display: flex;
  padding-top: 30px;
  padding-bottom: 0px;
  background: linear-gradient(to bottom, #d2d2df, #f8f8f8);
}
@media (min-width: 768px) {
  .cid-uyqnUjPuGD {
    align-items: flex-start;
  }
  .cid-uyqnUjPuGD .row {
    justify-content: flex-start;
  }
}
.cid-uyqnUjPuGD .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uyqnUjPuGD .mbr-text,
.cid-uyqnUjPuGD .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uyqnUjPuGD .mbr-section-title,
.cid-uyqnUjPuGD .line {
  color: #484848;
}
.cid-uyqnUjPuGD h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uyqnUjPuGD h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uyqnUjPuGD .mbr-section-subtitle,
.cid-uyqnUjPuGD .align {
  text-align: left;
  color: #232323;
}
.cid-uCEqCghZyC {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #f8f8f8;
}
.cid-uCEqCghZyC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCEqCghZyC .container {
  max-width: 1300px;
}
.cid-uCEqCghZyC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCEqCghZyC .text-wrapper {
  max-width: 700px;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uCEqCghZyC .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uCEqCghZyC .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uCEqCghZyC .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uCEqCghZyC .image-wrapper {
    padding: 1.5rem;
  }
}
.cid-uCEqCghZyC .mbr-section-title {
  color: #4e423d;
}
.cid-uCEqCghZyC .mbr-text,
.cid-uCEqCghZyC .mbr-section-btn {
  color: #555555;
}
.cid-uD7EAXSxGJ {
  display: flex;
  padding-top: 30px;
  padding-bottom: 0px;
  background: linear-gradient(to bottom, #d2d2df, #f8f8f8);
}
@media (min-width: 768px) {
  .cid-uD7EAXSxGJ {
    align-items: flex-start;
  }
  .cid-uD7EAXSxGJ .row {
    justify-content: flex-start;
  }
}
.cid-uD7EAXSxGJ .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uD7EAXSxGJ .mbr-text,
.cid-uD7EAXSxGJ .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uD7EAXSxGJ .mbr-section-title,
.cid-uD7EAXSxGJ .line {
  color: #484848;
}
.cid-uD7EAXSxGJ h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uD7EAXSxGJ h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uD7EAXSxGJ .mbr-section-subtitle,
.cid-uD7EAXSxGJ .align {
  text-align: left;
  color: #232323;
}
.cid-uD7xJOVVkO {
  padding-top: 1rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f8f8f8;
}
@media (max-width: 992px) {
  .cid-uD7xJOVVkO .container {
    padding: 0 15px;
  }
}
.cid-uD7xJOVVkO .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uD7xJOVVkO .content-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-uD7xJOVVkO .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 514px;
  max-width: 514px;
}
@media (max-width: 767px) {
  .cid-uD7xJOVVkO .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uD7xJOVVkO .embla__slide .slide-content {
  width: 100%;
}
.cid-uD7xJOVVkO .embla__slide .slide-content .item-wrapper .item-img {
  overflow: hidden;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}
.cid-uD7xJOVVkO .embla__slide .slide-content .item-wrapper .item-img:hover img,
.cid-uD7xJOVVkO .embla__slide .slide-content .item-wrapper .item-img:focus img {
  transform: scale(1.2);
}
.cid-uD7xJOVVkO .embla__slide .slide-content .item-wrapper .item-img img {
  height: 620px;
  object-fit: cover;
  transition: all 0.8s ease-in-out;
}
.cid-uD7xJOVVkO .embla__slide .slide-content .item-content {
  position: relative;
  z-index: 1;
}
.cid-uD7xJOVVkO .embla__slide .slide-content .item-content .item-desc {
  margin-bottom: 20px;
}
.cid-uD7xJOVVkO .embla__slide .slide-content .item-content .item-text {
  margin-bottom: 0;
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: all 0.3s ease-in-out;
}
.cid-uD7xJOVVkO .embla__slide .slide-content .item-content .item-text:hover,
.cid-uD7xJOVVkO .embla__slide .slide-content .item-content .item-text:focus {
  text-decoration-color: #484848;
}
.cid-uD7xJOVVkO .embla__button--next,
.cid-uD7xJOVVkO .embla__button--prev {
  display: flex;
}
.cid-uD7xJOVVkO .embla__button {
  bottom: 0;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  color: #f2684b !important;
  border: 2px solid #f2684b !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uD7xJOVVkO .embla__button:hover {
  opacity: .5 !important;
}
.cid-uD7xJOVVkO .embla__button.embla__button--prev {
  left: 0;
}
.cid-uD7xJOVVkO .embla__button.embla__button--next {
  right: 0;
}
.cid-uD7xJOVVkO .embla {
  position: relative;
  width: 100%;
  padding-bottom: 6rem;
}
.cid-uD7xJOVVkO .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uD7xJOVVkO .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uD7xJOVVkO .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uD7xJOVVkO .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uD7xJOVVkO .mbr-section-title {
  color: #3f1819;
}
.cid-uD7xJOVVkO .mbr-text {
  color: #3f1819;
}
.cid-uD7xJOVVkO .item-desc {
  color: #e10a14;
}
.cid-uD7xJOVVkO .item-text {
  color: #3f1819;
  text-align: left;
}
.cid-sX7cHfI2e8 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f8f8f8;
}
.cid-sX7cHfI2e8 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sX7cHfI2e8 form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-sX7cHfI2e8 form.mbr-form {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sX7cHfI2e8 form.mbr-form {
    padding: 1rem;
  }
}
.cid-sX7cHfI2e8 form.mbr-form .mbr-section-btn {
  text-align: center;
  margin-bottom: 1.2rem;
}
.cid-sX7cHfI2e8 form.mbr-form .mbr-section-btn .btn {
  width: 100%;
  height: 100%;
}
.cid-uxLlSCVMaT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #918787;
}
.cid-uxLlSCVMaT .container-fluid {
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 992px) {
  .cid-uxLlSCVMaT .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uxLlSCVMaT .row {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #7F8678;
  border-top: 1px solid #7F8678;
  margin-top: -1px;
}
.cid-uxLlSCVMaT .footer-item {
  display: flex;
  flex-direction: column;
  padding: 22px 30px;
  border-bottom: 1px solid #7F8678;
  margin-bottom: -1px;
}
@media (min-width: 768px) {
  .cid-uxLlSCVMaT .footer-item:nth-child(odd) {
    border-right: 1px solid #7F8678;
  }
}
@media (min-width: 1200px) {
  .cid-uxLlSCVMaT .footer-item:not(:last-child) {
    border-right: 1px solid #7F8678;
  }
}
.cid-uxLlSCVMaT .mbr-text {
  color: #000000;
}
.cid-uxLlSCVMaT .link a {
  color: #3d3d3d;
}
.cid-uxLlSCVMaT .copyright {
  color: #000000;
  text-align: right;
}
.cid-uxLlSCVMaT .text {
  color: #000000;
}
.cid-uxLlSCVMaT .mbr-form-container {
  margin-top: 12px;
}
.cid-uxLlSCVMaT .form-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-end;
}
.cid-uxLlSCVMaT form .row {
  margin: 0;
  border: none !important;
}
.cid-uxLlSCVMaT form .mbr-section-btn {
  width: auto;
  padding: 0;
  height: auto;
}
.cid-uxLlSCVMaT form .mbr-section-btn .btn {
  padding: 0;
  height: auto;
  min-height: auto;
  border-radius: 0;
  border-bottom: 2px solid currentColor;
  transition: 1s;
}
.cid-uxLlSCVMaT .copyright-container {
  margin-top: auto;
}
.cid-uxLlSCVMaT .link {
  color: #000000;
}
.cid-uxLlSCVMaT .label {
  color: #f8c842;
}
.cid-tQi6xwjLt4 {
  padding-top: 60px;
  padding-bottom: 75px;
  background: #ffffff;
}
.cid-tQi6xwjLt4 .mbr-section-subtitle {
  color: #cccccc;
}
.cid-tQi6xwjLt4 h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 2rem;
  letter-spacing: 4px;
}
.cid-tQi6xwjLt4 h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tQi6xwjLt4 h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tQi6xwjLt4 .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #767676;
  margin: 15px 0.5rem;
  display: block;
}
.cid-tQi6xwjLt4 .mbr-iconfont-social:before {
  padding: 0.6rem;
  border: 2px solid;
  border-radius: 100px;
  transition: all 0.3s;
}
.cid-tQi6xwjLt4 .mbr-iconfont-social:hover {
  color: #ffffff;
}
.cid-tQi6xwjLt4 .mbr-iconfont-social:hover:before {
  background: #767676;
  transition: all 0.3s;
  border-color: transparent;
}
.cid-tQi6xwjLt4 .social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-tQi6xwjLt4 .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-tQi6xwjLt4 .mbr-iconfont-social {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
  }
}
.cid-tQi6xwjLt4 .mbr-section-title,
.cid-tQi6xwjLt4 .social-list {
  color: #124ad6;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tQi6xwjLt4 h2:before,
  .cid-tQi6xwjLt4 h2:after {
    display: none;
  }
}
.cid-tQi6xwjLt4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQi6xwjLt4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t8HwvgIhoj {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t8HwvgIhoj .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-t8HwvgIhoj .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-t8HwvgIhoj .iconfont-wrapper {
  color: #103178 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-t8HwvgIhoj .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-t8HwvgIhoj .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-t8HwvgIhoj .container {
    padding: 0 1rem;
  }
}
.cid-t8HwvgIhoj .menu-tite {
  background: #232323;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffc800;
}
.cid-t8HwvgIhoj .nav-link {
  position: relative;
}
.cid-t8HwvgIhoj .nav-link:hover {
  color: #f24d94 !important;
}
.cid-t8HwvgIhoj nav.navbar {
  position: fixed;
}
.cid-t8HwvgIhoj .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-t8HwvgIhoj .navbar.opened {
  transition: all 0.3s;
}
.cid-t8HwvgIhoj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t8HwvgIhoj .navbar .navbar-logo img {
  width: auto;
}
.cid-t8HwvgIhoj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t8HwvgIhoj .navbar.collapsed {
  justify-content: center;
}
.cid-t8HwvgIhoj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t8HwvgIhoj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t8HwvgIhoj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-t8HwvgIhoj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t8HwvgIhoj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t8HwvgIhoj .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t8HwvgIhoj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t8HwvgIhoj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t8HwvgIhoj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t8HwvgIhoj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t8HwvgIhoj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t8HwvgIhoj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t8HwvgIhoj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t8HwvgIhoj .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t8HwvgIhoj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t8HwvgIhoj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t8HwvgIhoj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t8HwvgIhoj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t8HwvgIhoj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t8HwvgIhoj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t8HwvgIhoj .navbar.navbar-short {
  min-height: 60px;
}
.cid-t8HwvgIhoj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t8HwvgIhoj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t8HwvgIhoj .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t8HwvgIhoj .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t8HwvgIhoj .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t8HwvgIhoj .dropdown-item:hover,
.cid-t8HwvgIhoj .dropdown-item:focus {
  background: #232323 !important;
  color: white !important;
}
.cid-t8HwvgIhoj .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t8HwvgIhoj .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t8HwvgIhoj .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-t8HwvgIhoj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t8HwvgIhoj .dropdown-menu,
.cid-t8HwvgIhoj .navbar.opened {
  background: #ffffff !important;
}
.cid-t8HwvgIhoj .nav-item:focus,
.cid-t8HwvgIhoj .nav-link:focus {
  outline: none;
}
.cid-t8HwvgIhoj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t8HwvgIhoj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t8HwvgIhoj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t8HwvgIhoj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t8HwvgIhoj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t8HwvgIhoj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t8HwvgIhoj .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t8HwvgIhoj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t8HwvgIhoj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t8HwvgIhoj .dropdown-item.active,
.cid-t8HwvgIhoj .dropdown-item:active {
  background-color: transparent;
}
.cid-t8HwvgIhoj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t8HwvgIhoj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t8HwvgIhoj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t8HwvgIhoj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-t8HwvgIhoj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t8HwvgIhoj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t8HwvgIhoj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t8HwvgIhoj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t8HwvgIhoj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t8HwvgIhoj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-t8HwvgIhoj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t8HwvgIhoj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t8HwvgIhoj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t8HwvgIhoj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t8HwvgIhoj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t8HwvgIhoj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t8HwvgIhoj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t8HwvgIhoj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t8HwvgIhoj .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t8HwvgIhoj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t8HwvgIhoj .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t8HwvgIhoj .navbar {
    height: 70px;
  }
  .cid-t8HwvgIhoj .navbar.opened {
    height: auto;
  }
  .cid-t8HwvgIhoj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t6E4vZgkcm {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f8f8f8;
}
.cid-t6E4vZgkcm .right {
  display: flex;
  flex-direction: column;
}
.cid-t6E4vZgkcm .card-heading {
  padding-bottom: 45px;
  color: #000000;
  font-weight: 600;
}
.cid-t6E4vZgkcm .p {
  padding-bottom: 30px;
  color: #272727;
}
.cid-t6E4vZgkcm .last-p {
  padding-bottom: 0;
}
.cid-t6E4vZgkcm .row {
  justify-content: center;
}
.cid-t6E4vZgkcm a {
  font-weight: 600;
}
.cid-t6E4vZgkcm .quote {
  padding: 5px 0 5px 28px;
  color: #272727;
  border-left: 2px solid #232323;
}
.cid-uAtmFb2Lnb {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f8f8f8;
  z-index: 2;
}
.cid-uAtmFb2Lnb .row {
  justify-content: space-between;
}
.cid-uAtmFb2Lnb .wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-uAtmFb2Lnb .wrapper .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uAtmFb2Lnb .wrapper .icon-wrapper {
  width: 60px;
  height: 60px;
  background: #ffffff;
  border-radius: 8px;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uAtmFb2Lnb .wrapper .icon-wrapper {
    margin: 0 0.5rem;
  }
}
.cid-uAtmFb2Lnb .wrapper .icon1 {
  color: #6592e6;
}
.cid-uAtmFb2Lnb .wrapper .icon2 {
  color: #72dfe9;
}
.cid-uAtmFb2Lnb .wrapper .icon3 {
  color: #ff6666;
}
.cid-uAtmFb2Lnb .wrapper .border1 {
  border: 2px solid #efefef;
}
.cid-uAtmFb2Lnb .wrapper .border1:hover {
  border: 2px solid #6592e6;
}
.cid-uAtmFb2Lnb .wrapper .border2 {
  border: 2px solid #efefef;
}
.cid-uAtmFb2Lnb .wrapper .border2:hover {
  border: 2px solid #72dfe9;
}
.cid-uAtmFb2Lnb .wrapper .border3 {
  border: 2px solid #efefef;
}
.cid-uAtmFb2Lnb .wrapper .border3:hover {
  border: 2px solid #ff6666;
}
@media (max-width: 767px) {
  .cid-uAtmFb2Lnb .wrapper {
    justify-content: center;
  }
}
.cid-uAtmFb2Lnb .link-wrapper {
  align-items: center;
  display: flex;
}
.cid-uAtmFb2Lnb .link-wrapper p {
  padding: 0;
  margin: 0;
  padding-left: 0.5rem;
}
.cid-uAtmFb2Lnb .inline-wrapper {
  display: inline-block;
}
.cid-uAtmFb2Lnb .align-wrapper {
  width: 100%;
}
.cid-uAtmFb2Lnb .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #1c1c25 inset;
  border-radius: 4px;
  min-width: 20px;
  width: 20px;
  align-items: center;
  display: flex;
  height: 20px;
  margin: 0 0.4rem;
  justify-content: center;
  transition: all 0.3s;
}
.cid-uAtmFb2Lnb .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-uAtmFb2Lnb .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-uAtmFb2Lnb .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-uAtmFb2Lnb .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: .5rem;
  font-weight: 900;
  color: #1c1c25;
}
.cid-uAtmFb2Lnb .icon-bg {
  position: absolute;
  overflow: visible;
  top: 3px;
  right: -3px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 4px;
  background: #ffb18a;
}
.cid-uAtmFb2Lnb img {
  border-radius: 8px;
}
.cid-uAtmFb2Lnb .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-uAtmFb2Lnb .mbr-section-subtitle {
  color: #767676;
}
.cid-uAtmFb2Lnb .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-uAtmFb2Lnb .card-text {
  color: #767676;
}
.cid-uAtmFb2Lnb .main-sub-title,
.cid-uAtmFb2Lnb .align-wrapper {
  color: #33358c;
}
.cid-uAtmFb2Lnb .main-text {
  color: #777d74;
}
.cid-uAtmFb2Lnb .hover:hover .main-text-title {
  color: #f2684b !important;
}
.cid-uAtmFb2Lnb .main-text-title {
  color: #010a44;
  transition: all 0.3s;
}
.cid-uAtmFb2Lnb .main-text,
.cid-uAtmFb2Lnb .link-align-wrapper {
  color: #777d74;
}
.cid-uAtlwP3OYY {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f8f8f8;
  z-index: 2;
}
.cid-uAtlwP3OYY .row {
  justify-content: space-between;
}
.cid-uAtlwP3OYY .wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-uAtlwP3OYY .wrapper .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uAtlwP3OYY .wrapper .icon-wrapper {
  width: 60px;
  height: 60px;
  background: #ffffff;
  border-radius: 8px;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uAtlwP3OYY .wrapper .icon-wrapper {
    margin: 0 0.5rem;
  }
}
.cid-uAtlwP3OYY .wrapper .icon1 {
  color: #6592e6;
}
.cid-uAtlwP3OYY .wrapper .icon2 {
  color: #72dfe9;
}
.cid-uAtlwP3OYY .wrapper .icon3 {
  color: #ff6666;
}
.cid-uAtlwP3OYY .wrapper .border1 {
  border: 2px solid #efefef;
}
.cid-uAtlwP3OYY .wrapper .border1:hover {
  border: 2px solid #6592e6;
}
.cid-uAtlwP3OYY .wrapper .border2 {
  border: 2px solid #efefef;
}
.cid-uAtlwP3OYY .wrapper .border2:hover {
  border: 2px solid #72dfe9;
}
.cid-uAtlwP3OYY .wrapper .border3 {
  border: 2px solid #efefef;
}
.cid-uAtlwP3OYY .wrapper .border3:hover {
  border: 2px solid #ff6666;
}
@media (max-width: 767px) {
  .cid-uAtlwP3OYY .wrapper {
    justify-content: center;
  }
}
.cid-uAtlwP3OYY .link-wrapper {
  align-items: center;
  display: flex;
}
.cid-uAtlwP3OYY .link-wrapper p {
  padding: 0;
  margin: 0;
  padding-left: 0.5rem;
}
.cid-uAtlwP3OYY .inline-wrapper {
  display: inline-block;
}
.cid-uAtlwP3OYY .align-wrapper {
  width: 100%;
}
.cid-uAtlwP3OYY .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #1c1c25 inset;
  border-radius: 4px;
  min-width: 20px;
  width: 20px;
  align-items: center;
  display: flex;
  height: 20px;
  margin: 0 0.4rem;
  justify-content: center;
  transition: all 0.3s;
}
.cid-uAtlwP3OYY .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-uAtlwP3OYY .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-uAtlwP3OYY .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-uAtlwP3OYY .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: .5rem;
  font-weight: 900;
  color: #1c1c25;
}
.cid-uAtlwP3OYY .icon-bg {
  position: absolute;
  overflow: visible;
  top: 3px;
  right: -3px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 4px;
  background: #ffb18a;
}
.cid-uAtlwP3OYY img {
  border-radius: 8px;
}
.cid-uAtlwP3OYY .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-uAtlwP3OYY .mbr-section-subtitle {
  color: #767676;
}
.cid-uAtlwP3OYY .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-uAtlwP3OYY .card-text {
  color: #767676;
}
.cid-uAtlwP3OYY .main-sub-title,
.cid-uAtlwP3OYY .align-wrapper {
  color: #33358c;
}
.cid-uAtlwP3OYY .main-text {
  color: #777d74;
}
.cid-uAtlwP3OYY .hover:hover .main-text-title {
  color: #f2684b !important;
}
.cid-uAtlwP3OYY .main-text-title {
  color: #010a44;
  transition: all 0.3s;
}
.cid-uAtlwP3OYY .main-text,
.cid-uAtlwP3OYY .link-align-wrapper {
  color: #777d74;
}
.cid-uw3RhXtdgq {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f8f8f8;
  z-index: 2;
}
.cid-uw3RhXtdgq .row {
  justify-content: space-between;
}
.cid-uw3RhXtdgq .wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-uw3RhXtdgq .wrapper .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uw3RhXtdgq .wrapper .icon-wrapper {
  width: 60px;
  height: 60px;
  background: #ffffff;
  border-radius: 8px;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uw3RhXtdgq .wrapper .icon-wrapper {
    margin: 0 0.5rem;
  }
}
.cid-uw3RhXtdgq .wrapper .icon1 {
  color: #6592e6;
}
.cid-uw3RhXtdgq .wrapper .icon2 {
  color: #72dfe9;
}
.cid-uw3RhXtdgq .wrapper .icon3 {
  color: #ff6666;
}
.cid-uw3RhXtdgq .wrapper .border1 {
  border: 2px solid #efefef;
}
.cid-uw3RhXtdgq .wrapper .border1:hover {
  border: 2px solid #6592e6;
}
.cid-uw3RhXtdgq .wrapper .border2 {
  border: 2px solid #efefef;
}
.cid-uw3RhXtdgq .wrapper .border2:hover {
  border: 2px solid #72dfe9;
}
.cid-uw3RhXtdgq .wrapper .border3 {
  border: 2px solid #efefef;
}
.cid-uw3RhXtdgq .wrapper .border3:hover {
  border: 2px solid #ff6666;
}
@media (max-width: 767px) {
  .cid-uw3RhXtdgq .wrapper {
    justify-content: center;
  }
}
.cid-uw3RhXtdgq .link-wrapper {
  align-items: center;
  display: flex;
}
.cid-uw3RhXtdgq .link-wrapper p {
  padding: 0;
  margin: 0;
  padding-left: 0.5rem;
}
.cid-uw3RhXtdgq .inline-wrapper {
  display: inline-block;
}
.cid-uw3RhXtdgq .align-wrapper {
  width: 100%;
}
.cid-uw3RhXtdgq .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #1c1c25 inset;
  border-radius: 4px;
  min-width: 20px;
  width: 20px;
  align-items: center;
  display: flex;
  height: 20px;
  margin: 0 0.4rem;
  justify-content: center;
  transition: all 0.3s;
}
.cid-uw3RhXtdgq .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-uw3RhXtdgq .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-uw3RhXtdgq .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-uw3RhXtdgq .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: .5rem;
  font-weight: 900;
  color: #1c1c25;
}
.cid-uw3RhXtdgq .icon-bg {
  position: absolute;
  overflow: visible;
  top: 3px;
  right: -3px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 4px;
  background: #ffb18a;
}
.cid-uw3RhXtdgq img {
  border-radius: 8px;
}
.cid-uw3RhXtdgq .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-uw3RhXtdgq .mbr-section-subtitle {
  color: #767676;
}
.cid-uw3RhXtdgq .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-uw3RhXtdgq .card-text {
  color: #767676;
}
.cid-uw3RhXtdgq .main-sub-title,
.cid-uw3RhXtdgq .align-wrapper {
  color: #33358c;
}
.cid-uw3RhXtdgq .main-text {
  color: #777d74;
}
.cid-uw3RhXtdgq .hover:hover .main-text-title {
  color: #f2684b !important;
}
.cid-uw3RhXtdgq .main-text-title {
  color: #010a44;
  transition: all 0.3s;
}
.cid-uw3RhXtdgq .main-text,
.cid-uw3RhXtdgq .link-align-wrapper {
  color: #777d74;
}
.cid-unb7vu6cDg {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f8f8f8;
  z-index: 2;
}
.cid-unb7vu6cDg .row {
  justify-content: space-between;
}
.cid-unb7vu6cDg .wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-unb7vu6cDg .wrapper .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-unb7vu6cDg .wrapper .icon-wrapper {
  width: 60px;
  height: 60px;
  background: #ffffff;
  border-radius: 8px;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-unb7vu6cDg .wrapper .icon-wrapper {
    margin: 0 0.5rem;
  }
}
.cid-unb7vu6cDg .wrapper .icon1 {
  color: #6592e6;
}
.cid-unb7vu6cDg .wrapper .icon2 {
  color: #72dfe9;
}
.cid-unb7vu6cDg .wrapper .icon3 {
  color: #ff6666;
}
.cid-unb7vu6cDg .wrapper .border1 {
  border: 2px solid #efefef;
}
.cid-unb7vu6cDg .wrapper .border1:hover {
  border: 2px solid #6592e6;
}
.cid-unb7vu6cDg .wrapper .border2 {
  border: 2px solid #efefef;
}
.cid-unb7vu6cDg .wrapper .border2:hover {
  border: 2px solid #72dfe9;
}
.cid-unb7vu6cDg .wrapper .border3 {
  border: 2px solid #efefef;
}
.cid-unb7vu6cDg .wrapper .border3:hover {
  border: 2px solid #ff6666;
}
@media (max-width: 767px) {
  .cid-unb7vu6cDg .wrapper {
    justify-content: center;
  }
}
.cid-unb7vu6cDg .link-wrapper {
  align-items: center;
  display: flex;
}
.cid-unb7vu6cDg .link-wrapper p {
  padding: 0;
  margin: 0;
  padding-left: 0.5rem;
}
.cid-unb7vu6cDg .inline-wrapper {
  display: inline-block;
}
.cid-unb7vu6cDg .align-wrapper {
  width: 100%;
}
.cid-unb7vu6cDg .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #1c1c25 inset;
  border-radius: 4px;
  min-width: 20px;
  width: 20px;
  align-items: center;
  display: flex;
  height: 20px;
  margin: 0 0.4rem;
  justify-content: center;
  transition: all 0.3s;
}
.cid-unb7vu6cDg .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-unb7vu6cDg .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-unb7vu6cDg .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-unb7vu6cDg .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: .5rem;
  font-weight: 900;
  color: #1c1c25;
}
.cid-unb7vu6cDg .icon-bg {
  position: absolute;
  overflow: visible;
  top: 3px;
  right: -3px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 4px;
  background: #ffb18a;
}
.cid-unb7vu6cDg img {
  border-radius: 8px;
}
.cid-unb7vu6cDg .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-unb7vu6cDg .mbr-section-subtitle {
  color: #767676;
}
.cid-unb7vu6cDg .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-unb7vu6cDg .card-text {
  color: #767676;
}
.cid-unb7vu6cDg .main-sub-title,
.cid-unb7vu6cDg .align-wrapper {
  color: #33358c;
}
.cid-unb7vu6cDg .main-text {
  color: #777d74;
}
.cid-unb7vu6cDg .hover:hover .main-text-title {
  color: #f2684b !important;
}
.cid-unb7vu6cDg .main-text-title {
  color: #010a44;
  transition: all 0.3s;
}
.cid-uejPfJ6C7q {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f8f8f8;
  z-index: 2;
}
.cid-uejPfJ6C7q .row {
  justify-content: space-between;
}
.cid-uejPfJ6C7q .wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-uejPfJ6C7q .wrapper .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uejPfJ6C7q .wrapper .icon-wrapper {
  width: 60px;
  height: 60px;
  background: #ffffff;
  border-radius: 8px;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uejPfJ6C7q .wrapper .icon-wrapper {
    margin: 0 0.5rem;
  }
}
.cid-uejPfJ6C7q .wrapper .icon1 {
  color: #6592e6;
}
.cid-uejPfJ6C7q .wrapper .icon2 {
  color: #72dfe9;
}
.cid-uejPfJ6C7q .wrapper .icon3 {
  color: #ff6666;
}
.cid-uejPfJ6C7q .wrapper .border1 {
  border: 2px solid #efefef;
}
.cid-uejPfJ6C7q .wrapper .border1:hover {
  border: 2px solid #6592e6;
}
.cid-uejPfJ6C7q .wrapper .border2 {
  border: 2px solid #efefef;
}
.cid-uejPfJ6C7q .wrapper .border2:hover {
  border: 2px solid #72dfe9;
}
.cid-uejPfJ6C7q .wrapper .border3 {
  border: 2px solid #efefef;
}
.cid-uejPfJ6C7q .wrapper .border3:hover {
  border: 2px solid #ff6666;
}
@media (max-width: 767px) {
  .cid-uejPfJ6C7q .wrapper {
    justify-content: center;
  }
}
.cid-uejPfJ6C7q .link-wrapper {
  align-items: center;
  display: flex;
}
.cid-uejPfJ6C7q .link-wrapper p {
  padding: 0;
  margin: 0;
  padding-left: 0.5rem;
}
.cid-uejPfJ6C7q .inline-wrapper {
  display: inline-block;
}
.cid-uejPfJ6C7q .align-wrapper {
  width: 100%;
}
.cid-uejPfJ6C7q .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #1c1c25 inset;
  border-radius: 4px;
  min-width: 20px;
  width: 20px;
  align-items: center;
  display: flex;
  height: 20px;
  margin: 0 0.4rem;
  justify-content: center;
  transition: all 0.3s;
}
.cid-uejPfJ6C7q .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-uejPfJ6C7q .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-uejPfJ6C7q .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-uejPfJ6C7q .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: .5rem;
  font-weight: 900;
  color: #1c1c25;
}
.cid-uejPfJ6C7q .icon-bg {
  position: absolute;
  overflow: visible;
  top: 3px;
  right: -3px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 4px;
  background: #ffb18a;
}
.cid-uejPfJ6C7q img {
  border-radius: 8px;
}
.cid-uejPfJ6C7q .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-uejPfJ6C7q .mbr-section-subtitle {
  color: #767676;
}
.cid-uejPfJ6C7q .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-uejPfJ6C7q .card-text {
  color: #767676;
}
.cid-uejPfJ6C7q .main-sub-title,
.cid-uejPfJ6C7q .align-wrapper {
  color: #33358c;
}
.cid-uejPfJ6C7q .main-text {
  color: #777d74;
}
.cid-uejPfJ6C7q .hover:hover .main-text-title {
  color: #f2684b !important;
}
.cid-uejPfJ6C7q .main-text-title {
  color: #010a44;
  transition: all 0.3s;
}
.cid-u0WjruZTBr {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f8f8f8;
  z-index: 2;
}
.cid-u0WjruZTBr .row {
  justify-content: space-between;
}
.cid-u0WjruZTBr .wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-u0WjruZTBr .wrapper .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-u0WjruZTBr .wrapper .icon-wrapper {
  width: 60px;
  height: 60px;
  background: #ffffff;
  border-radius: 8px;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-u0WjruZTBr .wrapper .icon-wrapper {
    margin: 0 0.5rem;
  }
}
.cid-u0WjruZTBr .wrapper .icon1 {
  color: #6592e6;
}
.cid-u0WjruZTBr .wrapper .icon2 {
  color: #72dfe9;
}
.cid-u0WjruZTBr .wrapper .icon3 {
  color: #ff6666;
}
.cid-u0WjruZTBr .wrapper .border1 {
  border: 2px solid #efefef;
}
.cid-u0WjruZTBr .wrapper .border1:hover {
  border: 2px solid #6592e6;
}
.cid-u0WjruZTBr .wrapper .border2 {
  border: 2px solid #efefef;
}
.cid-u0WjruZTBr .wrapper .border2:hover {
  border: 2px solid #72dfe9;
}
.cid-u0WjruZTBr .wrapper .border3 {
  border: 2px solid #efefef;
}
.cid-u0WjruZTBr .wrapper .border3:hover {
  border: 2px solid #ff6666;
}
@media (max-width: 767px) {
  .cid-u0WjruZTBr .wrapper {
    justify-content: center;
  }
}
.cid-u0WjruZTBr .link-wrapper {
  align-items: center;
  display: flex;
}
.cid-u0WjruZTBr .link-wrapper p {
  padding: 0;
  margin: 0;
  padding-left: 0.5rem;
}
.cid-u0WjruZTBr .inline-wrapper {
  display: inline-block;
}
.cid-u0WjruZTBr .align-wrapper {
  width: 100%;
}
.cid-u0WjruZTBr .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #1c1c25 inset;
  border-radius: 4px;
  min-width: 20px;
  width: 20px;
  align-items: center;
  display: flex;
  height: 20px;
  margin: 0 0.4rem;
  justify-content: center;
  transition: all 0.3s;
}
.cid-u0WjruZTBr .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-u0WjruZTBr .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-u0WjruZTBr .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-u0WjruZTBr .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: .5rem;
  font-weight: 900;
  color: #1c1c25;
}
.cid-u0WjruZTBr .icon-bg {
  position: absolute;
  overflow: visible;
  top: 3px;
  right: -3px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 4px;
  background: #ffb18a;
}
.cid-u0WjruZTBr img {
  border-radius: 8px;
}
.cid-u0WjruZTBr .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-u0WjruZTBr .mbr-section-subtitle {
  color: #767676;
}
.cid-u0WjruZTBr .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-u0WjruZTBr .card-text {
  color: #767676;
}
.cid-u0WjruZTBr .main-sub-title,
.cid-u0WjruZTBr .align-wrapper {
  color: #33358c;
}
.cid-u0WjruZTBr .main-text {
  color: #777d74;
}
.cid-u0WjruZTBr .hover:hover .main-text-title {
  color: #f2684b !important;
}
.cid-u0WjruZTBr .main-text-title {
  color: #010a44;
  transition: all 0.3s;
}
.cid-u62kJ2fqXT {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f8f8f8;
  z-index: 2;
}
.cid-u62kJ2fqXT .row {
  justify-content: space-between;
}
.cid-u62kJ2fqXT .wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-u62kJ2fqXT .wrapper .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-u62kJ2fqXT .wrapper .icon-wrapper {
  width: 60px;
  height: 60px;
  background: #ffffff;
  border-radius: 8px;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-u62kJ2fqXT .wrapper .icon-wrapper {
    margin: 0 0.5rem;
  }
}
.cid-u62kJ2fqXT .wrapper .icon1 {
  color: #6592e6;
}
.cid-u62kJ2fqXT .wrapper .icon2 {
  color: #72dfe9;
}
.cid-u62kJ2fqXT .wrapper .icon3 {
  color: #ff6666;
}
.cid-u62kJ2fqXT .wrapper .border1 {
  border: 2px solid #efefef;
}
.cid-u62kJ2fqXT .wrapper .border1:hover {
  border: 2px solid #6592e6;
}
.cid-u62kJ2fqXT .wrapper .border2 {
  border: 2px solid #efefef;
}
.cid-u62kJ2fqXT .wrapper .border2:hover {
  border: 2px solid #72dfe9;
}
.cid-u62kJ2fqXT .wrapper .border3 {
  border: 2px solid #efefef;
}
.cid-u62kJ2fqXT .wrapper .border3:hover {
  border: 2px solid #ff6666;
}
@media (max-width: 767px) {
  .cid-u62kJ2fqXT .wrapper {
    justify-content: center;
  }
}
.cid-u62kJ2fqXT .link-wrapper {
  align-items: center;
  display: flex;
}
.cid-u62kJ2fqXT .link-wrapper p {
  padding: 0;
  margin: 0;
  padding-left: 0.5rem;
}
.cid-u62kJ2fqXT .inline-wrapper {
  display: inline-block;
}
.cid-u62kJ2fqXT .align-wrapper {
  width: 100%;
}
.cid-u62kJ2fqXT .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #1c1c25 inset;
  border-radius: 4px;
  min-width: 20px;
  width: 20px;
  align-items: center;
  display: flex;
  height: 20px;
  margin: 0 0.4rem;
  justify-content: center;
  transition: all 0.3s;
}
.cid-u62kJ2fqXT .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-u62kJ2fqXT .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-u62kJ2fqXT .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-u62kJ2fqXT .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: .5rem;
  font-weight: 900;
  color: #1c1c25;
}
.cid-u62kJ2fqXT .icon-bg {
  position: absolute;
  overflow: visible;
  top: 3px;
  right: -3px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 4px;
  background: #ffb18a;
}
.cid-u62kJ2fqXT img {
  border-radius: 8px;
}
.cid-u62kJ2fqXT .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-u62kJ2fqXT .mbr-section-subtitle {
  color: #767676;
}
.cid-u62kJ2fqXT .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-u62kJ2fqXT .card-text {
  color: #767676;
}
.cid-u62kJ2fqXT .main-sub-title,
.cid-u62kJ2fqXT .align-wrapper {
  color: #33358c;
}
.cid-u62kJ2fqXT .main-text {
  color: #777d74;
}
.cid-u62kJ2fqXT .hover:hover .main-text-title {
  color: #f2684b !important;
}
.cid-u62kJ2fqXT .main-text-title {
  color: #010a44;
  transition: all 0.3s;
}
.cid-tPvFQYZ3Qk {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f8f8f8;
  z-index: 2;
}
.cid-tPvFQYZ3Qk .row {
  justify-content: space-between;
}
.cid-tPvFQYZ3Qk .wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-tPvFQYZ3Qk .wrapper .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tPvFQYZ3Qk .wrapper .icon-wrapper {
  width: 60px;
  height: 60px;
  background: #ffffff;
  border-radius: 8px;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-tPvFQYZ3Qk .wrapper .icon-wrapper {
    margin: 0 0.5rem;
  }
}
.cid-tPvFQYZ3Qk .wrapper .icon1 {
  color: #6592e6;
}
.cid-tPvFQYZ3Qk .wrapper .icon2 {
  color: #72dfe9;
}
.cid-tPvFQYZ3Qk .wrapper .icon3 {
  color: #ff6666;
}
.cid-tPvFQYZ3Qk .wrapper .border1 {
  border: 2px solid #efefef;
}
.cid-tPvFQYZ3Qk .wrapper .border1:hover {
  border: 2px solid #6592e6;
}
.cid-tPvFQYZ3Qk .wrapper .border2 {
  border: 2px solid #efefef;
}
.cid-tPvFQYZ3Qk .wrapper .border2:hover {
  border: 2px solid #72dfe9;
}
.cid-tPvFQYZ3Qk .wrapper .border3 {
  border: 2px solid #efefef;
}
.cid-tPvFQYZ3Qk .wrapper .border3:hover {
  border: 2px solid #ff6666;
}
@media (max-width: 767px) {
  .cid-tPvFQYZ3Qk .wrapper {
    justify-content: center;
  }
}
.cid-tPvFQYZ3Qk .link-wrapper {
  align-items: center;
  display: flex;
}
.cid-tPvFQYZ3Qk .link-wrapper p {
  padding: 0;
  margin: 0;
  padding-left: 0.5rem;
}
.cid-tPvFQYZ3Qk .inline-wrapper {
  display: inline-block;
}
.cid-tPvFQYZ3Qk .align-wrapper {
  width: 100%;
}
.cid-tPvFQYZ3Qk .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #1c1c25 inset;
  border-radius: 4px;
  min-width: 20px;
  width: 20px;
  align-items: center;
  display: flex;
  height: 20px;
  margin: 0 0.4rem;
  justify-content: center;
  transition: all 0.3s;
}
.cid-tPvFQYZ3Qk .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-tPvFQYZ3Qk .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-tPvFQYZ3Qk .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-tPvFQYZ3Qk .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: .5rem;
  font-weight: 900;
  color: #1c1c25;
}
.cid-tPvFQYZ3Qk .icon-bg {
  position: absolute;
  overflow: visible;
  top: 3px;
  right: -3px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 4px;
  background: #ffb18a;
}
.cid-tPvFQYZ3Qk img {
  border-radius: 8px;
}
.cid-tPvFQYZ3Qk .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-tPvFQYZ3Qk .mbr-section-subtitle {
  color: #767676;
}
.cid-tPvFQYZ3Qk .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-tPvFQYZ3Qk .card-text {
  color: #767676;
}
.cid-tPvFQYZ3Qk .main-sub-title,
.cid-tPvFQYZ3Qk .align-wrapper {
  color: #33358c;
}
.cid-tPvFQYZ3Qk .main-text {
  color: #777d74;
}
.cid-tPvFQYZ3Qk .hover:hover .main-text-title {
  color: #f2684b !important;
}
.cid-tPvFQYZ3Qk .main-text-title {
  color: #010a44;
  transition: all 0.3s;
}
.cid-tJAS9XPwG7 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f8f8f8;
  z-index: 2;
}
.cid-tJAS9XPwG7 .row {
  justify-content: space-between;
}
.cid-tJAS9XPwG7 .wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-tJAS9XPwG7 .wrapper .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tJAS9XPwG7 .wrapper .icon-wrapper {
  width: 60px;
  height: 60px;
  background: #ffffff;
  border-radius: 8px;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-tJAS9XPwG7 .wrapper .icon-wrapper {
    margin: 0 0.5rem;
  }
}
.cid-tJAS9XPwG7 .wrapper .icon1 {
  color: #6592e6;
}
.cid-tJAS9XPwG7 .wrapper .icon2 {
  color: #72dfe9;
}
.cid-tJAS9XPwG7 .wrapper .icon3 {
  color: #ff6666;
}
.cid-tJAS9XPwG7 .wrapper .border1 {
  border: 2px solid #efefef;
}
.cid-tJAS9XPwG7 .wrapper .border1:hover {
  border: 2px solid #6592e6;
}
.cid-tJAS9XPwG7 .wrapper .border2 {
  border: 2px solid #efefef;
}
.cid-tJAS9XPwG7 .wrapper .border2:hover {
  border: 2px solid #72dfe9;
}
.cid-tJAS9XPwG7 .wrapper .border3 {
  border: 2px solid #efefef;
}
.cid-tJAS9XPwG7 .wrapper .border3:hover {
  border: 2px solid #ff6666;
}
@media (max-width: 767px) {
  .cid-tJAS9XPwG7 .wrapper {
    justify-content: center;
  }
}
.cid-tJAS9XPwG7 .link-wrapper {
  align-items: center;
  display: flex;
}
.cid-tJAS9XPwG7 .link-wrapper p {
  padding: 0;
  margin: 0;
  padding-left: 0.5rem;
}
.cid-tJAS9XPwG7 .inline-wrapper {
  display: inline-block;
}
.cid-tJAS9XPwG7 .align-wrapper {
  width: 100%;
}
.cid-tJAS9XPwG7 .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #1c1c25 inset;
  border-radius: 4px;
  min-width: 20px;
  width: 20px;
  align-items: center;
  display: flex;
  height: 20px;
  margin: 0 0.4rem;
  justify-content: center;
  transition: all 0.3s;
}
.cid-tJAS9XPwG7 .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-tJAS9XPwG7 .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-tJAS9XPwG7 .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-tJAS9XPwG7 .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: .5rem;
  font-weight: 900;
  color: #1c1c25;
}
.cid-tJAS9XPwG7 .icon-bg {
  position: absolute;
  overflow: visible;
  top: 3px;
  right: -3px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 4px;
  background: #ffb18a;
}
.cid-tJAS9XPwG7 img {
  border-radius: 8px;
}
.cid-tJAS9XPwG7 .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-tJAS9XPwG7 .mbr-section-subtitle {
  color: #767676;
}
.cid-tJAS9XPwG7 .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-tJAS9XPwG7 .card-text {
  color: #767676;
}
.cid-tJAS9XPwG7 .main-sub-title,
.cid-tJAS9XPwG7 .align-wrapper {
  color: #33358c;
}
.cid-tJAS9XPwG7 .main-text {
  color: #777d74;
}
.cid-tJAS9XPwG7 .hover:hover .main-text-title {
  color: #f2684b !important;
}
.cid-tJAS9XPwG7 .main-text-title {
  color: #010a44;
  transition: all 0.3s;
}
.cid-tuA2eCfFry {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f8f8f8;
  z-index: 2;
}
.cid-tuA2eCfFry .row {
  justify-content: space-between;
}
.cid-tuA2eCfFry .wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-tuA2eCfFry .wrapper .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tuA2eCfFry .wrapper .icon-wrapper {
  width: 60px;
  height: 60px;
  background: #ffffff;
  border-radius: 8px;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-tuA2eCfFry .wrapper .icon-wrapper {
    margin: 0 0.5rem;
  }
}
.cid-tuA2eCfFry .wrapper .icon1 {
  color: #6592e6;
}
.cid-tuA2eCfFry .wrapper .icon2 {
  color: #72dfe9;
}
.cid-tuA2eCfFry .wrapper .icon3 {
  color: #ff6666;
}
.cid-tuA2eCfFry .wrapper .border1 {
  border: 2px solid #efefef;
}
.cid-tuA2eCfFry .wrapper .border1:hover {
  border: 2px solid #6592e6;
}
.cid-tuA2eCfFry .wrapper .border2 {
  border: 2px solid #efefef;
}
.cid-tuA2eCfFry .wrapper .border2:hover {
  border: 2px solid #72dfe9;
}
.cid-tuA2eCfFry .wrapper .border3 {
  border: 2px solid #efefef;
}
.cid-tuA2eCfFry .wrapper .border3:hover {
  border: 2px solid #ff6666;
}
@media (max-width: 767px) {
  .cid-tuA2eCfFry .wrapper {
    justify-content: center;
  }
}
.cid-tuA2eCfFry .link-wrapper {
  align-items: center;
  display: flex;
}
.cid-tuA2eCfFry .link-wrapper p {
  padding: 0;
  margin: 0;
  padding-left: 0.5rem;
}
.cid-tuA2eCfFry .inline-wrapper {
  display: inline-block;
}
.cid-tuA2eCfFry .align-wrapper {
  width: 100%;
}
.cid-tuA2eCfFry .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #1c1c25 inset;
  border-radius: 4px;
  min-width: 20px;
  width: 20px;
  align-items: center;
  display: flex;
  height: 20px;
  margin: 0 0.4rem;
  justify-content: center;
  transition: all 0.3s;
}
.cid-tuA2eCfFry .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-tuA2eCfFry .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-tuA2eCfFry .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-tuA2eCfFry .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: .5rem;
  font-weight: 900;
  color: #1c1c25;
}
.cid-tuA2eCfFry .icon-bg {
  position: absolute;
  overflow: visible;
  top: 3px;
  right: -3px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 4px;
  background: #ffb18a;
}
.cid-tuA2eCfFry img {
  border-radius: 8px;
}
.cid-tuA2eCfFry .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-tuA2eCfFry .mbr-section-subtitle {
  color: #767676;
}
.cid-tuA2eCfFry .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-tuA2eCfFry .card-text {
  color: #767676;
}
.cid-tuA2eCfFry .main-sub-title,
.cid-tuA2eCfFry .align-wrapper {
  color: #33358c;
}
.cid-tuA2eCfFry .main-text {
  color: #777d74;
}
.cid-tuA2eCfFry .hover:hover .main-text-title {
  color: #f2684b !important;
}
.cid-tuA2eCfFry .main-text-title {
  color: #010a44;
  transition: all 0.3s;
}
.cid-tkFYquPqlL {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f8f8f8;
  z-index: 2;
}
.cid-tkFYquPqlL .row {
  justify-content: space-between;
}
.cid-tkFYquPqlL .wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-tkFYquPqlL .wrapper .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tkFYquPqlL .wrapper .icon-wrapper {
  width: 60px;
  height: 60px;
  background: #ffffff;
  border-radius: 8px;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-tkFYquPqlL .wrapper .icon-wrapper {
    margin: 0 0.5rem;
  }
}
.cid-tkFYquPqlL .wrapper .icon1 {
  color: #6592e6;
}
.cid-tkFYquPqlL .wrapper .icon2 {
  color: #72dfe9;
}
.cid-tkFYquPqlL .wrapper .icon3 {
  color: #ff6666;
}
.cid-tkFYquPqlL .wrapper .border1 {
  border: 2px solid #efefef;
}
.cid-tkFYquPqlL .wrapper .border1:hover {
  border: 2px solid #6592e6;
}
.cid-tkFYquPqlL .wrapper .border2 {
  border: 2px solid #efefef;
}
.cid-tkFYquPqlL .wrapper .border2:hover {
  border: 2px solid #72dfe9;
}
.cid-tkFYquPqlL .wrapper .border3 {
  border: 2px solid #efefef;
}
.cid-tkFYquPqlL .wrapper .border3:hover {
  border: 2px solid #ff6666;
}
@media (max-width: 767px) {
  .cid-tkFYquPqlL .wrapper {
    justify-content: center;
  }
}
.cid-tkFYquPqlL .link-wrapper {
  align-items: center;
  display: flex;
}
.cid-tkFYquPqlL .link-wrapper p {
  padding: 0;
  margin: 0;
  padding-left: 0.5rem;
}
.cid-tkFYquPqlL .inline-wrapper {
  display: inline-block;
}
.cid-tkFYquPqlL .align-wrapper {
  width: 100%;
}
.cid-tkFYquPqlL .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #1c1c25 inset;
  border-radius: 4px;
  min-width: 20px;
  width: 20px;
  align-items: center;
  display: flex;
  height: 20px;
  margin: 0 0.4rem;
  justify-content: center;
  transition: all 0.3s;
}
.cid-tkFYquPqlL .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-tkFYquPqlL .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-tkFYquPqlL .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-tkFYquPqlL .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: .5rem;
  font-weight: 900;
  color: #1c1c25;
}
.cid-tkFYquPqlL .icon-bg {
  position: absolute;
  overflow: visible;
  top: 3px;
  right: -3px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 4px;
  background: #ffb18a;
}
.cid-tkFYquPqlL img {
  border-radius: 8px;
}
.cid-tkFYquPqlL .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-tkFYquPqlL .mbr-section-subtitle {
  color: #767676;
}
.cid-tkFYquPqlL .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-tkFYquPqlL .card-text {
  color: #767676;
}
.cid-tkFYquPqlL .main-sub-title,
.cid-tkFYquPqlL .align-wrapper {
  color: #33358c;
}
.cid-tkFYquPqlL .main-text {
  color: #777d74;
}
.cid-tkFYquPqlL .hover:hover .main-text-title {
  color: #f2684b !important;
}
.cid-tkFYquPqlL .main-text-title {
  color: #010a44;
  transition: all 0.3s;
}
.cid-taNcIhUxiV {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f8f8f8;
  z-index: 2;
}
.cid-taNcIhUxiV .row {
  justify-content: space-between;
}
.cid-taNcIhUxiV .wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-taNcIhUxiV .wrapper .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-taNcIhUxiV .wrapper .icon-wrapper {
  width: 60px;
  height: 60px;
  background: #ffffff;
  border-radius: 8px;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-taNcIhUxiV .wrapper .icon-wrapper {
    margin: 0 0.5rem;
  }
}
.cid-taNcIhUxiV .wrapper .icon1 {
  color: #6592e6;
}
.cid-taNcIhUxiV .wrapper .icon2 {
  color: #72dfe9;
}
.cid-taNcIhUxiV .wrapper .icon3 {
  color: #ff6666;
}
.cid-taNcIhUxiV .wrapper .border1 {
  border: 2px solid #efefef;
}
.cid-taNcIhUxiV .wrapper .border1:hover {
  border: 2px solid #6592e6;
}
.cid-taNcIhUxiV .wrapper .border2 {
  border: 2px solid #efefef;
}
.cid-taNcIhUxiV .wrapper .border2:hover {
  border: 2px solid #72dfe9;
}
.cid-taNcIhUxiV .wrapper .border3 {
  border: 2px solid #efefef;
}
.cid-taNcIhUxiV .wrapper .border3:hover {
  border: 2px solid #ff6666;
}
@media (max-width: 767px) {
  .cid-taNcIhUxiV .wrapper {
    justify-content: center;
  }
}
.cid-taNcIhUxiV .link-wrapper {
  align-items: center;
  display: flex;
}
.cid-taNcIhUxiV .link-wrapper p {
  padding: 0;
  margin: 0;
  padding-left: 0.5rem;
}
.cid-taNcIhUxiV .inline-wrapper {
  display: inline-block;
}
.cid-taNcIhUxiV .align-wrapper {
  width: 100%;
}
.cid-taNcIhUxiV .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #1c1c25 inset;
  border-radius: 4px;
  min-width: 20px;
  width: 20px;
  align-items: center;
  display: flex;
  height: 20px;
  margin: 0 0.4rem;
  justify-content: center;
  transition: all 0.3s;
}
.cid-taNcIhUxiV .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-taNcIhUxiV .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-taNcIhUxiV .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-taNcIhUxiV .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: .5rem;
  font-weight: 900;
  color: #1c1c25;
}
.cid-taNcIhUxiV .icon-bg {
  position: absolute;
  overflow: visible;
  top: 3px;
  right: -3px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 4px;
  background: #ffb18a;
}
.cid-taNcIhUxiV img {
  border-radius: 8px;
}
.cid-taNcIhUxiV .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-taNcIhUxiV .mbr-section-subtitle {
  color: #767676;
}
.cid-taNcIhUxiV .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-taNcIhUxiV .card-text {
  color: #767676;
}
.cid-taNcIhUxiV .main-sub-title,
.cid-taNcIhUxiV .align-wrapper {
  color: #33358c;
}
.cid-taNcIhUxiV .main-text {
  color: #777d74;
}
.cid-taNcIhUxiV .hover:hover .main-text-title {
  color: #f2684b !important;
}
.cid-taNcIhUxiV .main-text-title {
  color: #010a44;
  transition: all 0.3s;
}
.cid-taNaOQa9xj {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f8f8f8;
  z-index: 2;
}
.cid-taNaOQa9xj .row {
  justify-content: space-between;
}
.cid-taNaOQa9xj .wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-taNaOQa9xj .wrapper .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-taNaOQa9xj .wrapper .icon-wrapper {
  width: 60px;
  height: 60px;
  background: #ffffff;
  border-radius: 8px;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-taNaOQa9xj .wrapper .icon-wrapper {
    margin: 0 0.5rem;
  }
}
.cid-taNaOQa9xj .wrapper .icon1 {
  color: #6592e6;
}
.cid-taNaOQa9xj .wrapper .icon2 {
  color: #72dfe9;
}
.cid-taNaOQa9xj .wrapper .icon3 {
  color: #ff6666;
}
.cid-taNaOQa9xj .wrapper .border1 {
  border: 2px solid #efefef;
}
.cid-taNaOQa9xj .wrapper .border1:hover {
  border: 2px solid #6592e6;
}
.cid-taNaOQa9xj .wrapper .border2 {
  border: 2px solid #efefef;
}
.cid-taNaOQa9xj .wrapper .border2:hover {
  border: 2px solid #72dfe9;
}
.cid-taNaOQa9xj .wrapper .border3 {
  border: 2px solid #efefef;
}
.cid-taNaOQa9xj .wrapper .border3:hover {
  border: 2px solid #ff6666;
}
@media (max-width: 767px) {
  .cid-taNaOQa9xj .wrapper {
    justify-content: center;
  }
}
.cid-taNaOQa9xj .link-wrapper {
  align-items: center;
  display: flex;
}
.cid-taNaOQa9xj .link-wrapper p {
  padding: 0;
  margin: 0;
  padding-left: 0.5rem;
}
.cid-taNaOQa9xj .inline-wrapper {
  display: inline-block;
}
.cid-taNaOQa9xj .align-wrapper {
  width: 100%;
}
.cid-taNaOQa9xj .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #1c1c25 inset;
  border-radius: 4px;
  min-width: 20px;
  width: 20px;
  align-items: center;
  display: flex;
  height: 20px;
  margin: 0 0.4rem;
  justify-content: center;
  transition: all 0.3s;
}
.cid-taNaOQa9xj .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-taNaOQa9xj .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-taNaOQa9xj .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-taNaOQa9xj .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: .5rem;
  font-weight: 900;
  color: #1c1c25;
}
.cid-taNaOQa9xj .icon-bg {
  position: absolute;
  overflow: visible;
  top: 3px;
  right: -3px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 4px;
  background: #ffb18a;
}
.cid-taNaOQa9xj img {
  border-radius: 8px;
}
.cid-taNaOQa9xj .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-taNaOQa9xj .mbr-section-subtitle {
  color: #767676;
}
.cid-taNaOQa9xj .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-taNaOQa9xj .card-text {
  color: #767676;
}
.cid-taNaOQa9xj .main-sub-title,
.cid-taNaOQa9xj .align-wrapper {
  color: #33358c;
}
.cid-taNaOQa9xj .main-text {
  color: #777d74;
}
.cid-taNaOQa9xj .hover:hover .main-text-title {
  color: #f2684b !important;
}
.cid-taNaOQa9xj .main-text-title {
  color: #010a44;
  transition: all 0.3s;
}
.cid-sX0r2XIF0t {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f8f8f8;
  z-index: 2;
}
.cid-sX0r2XIF0t .row {
  justify-content: space-between;
}
.cid-sX0r2XIF0t .wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-sX0r2XIF0t .wrapper .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sX0r2XIF0t .wrapper .icon-wrapper {
  width: 60px;
  height: 60px;
  background: #ffffff;
  border-radius: 8px;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-sX0r2XIF0t .wrapper .icon-wrapper {
    margin: 0 0.5rem;
  }
}
.cid-sX0r2XIF0t .wrapper .icon1 {
  color: #6592e6;
}
.cid-sX0r2XIF0t .wrapper .icon2 {
  color: #72dfe9;
}
.cid-sX0r2XIF0t .wrapper .icon3 {
  color: #ff6666;
}
.cid-sX0r2XIF0t .wrapper .border1 {
  border: 2px solid #efefef;
}
.cid-sX0r2XIF0t .wrapper .border1:hover {
  border: 2px solid #6592e6;
}
.cid-sX0r2XIF0t .wrapper .border2 {
  border: 2px solid #efefef;
}
.cid-sX0r2XIF0t .wrapper .border2:hover {
  border: 2px solid #72dfe9;
}
.cid-sX0r2XIF0t .wrapper .border3 {
  border: 2px solid #efefef;
}
.cid-sX0r2XIF0t .wrapper .border3:hover {
  border: 2px solid #ff6666;
}
@media (max-width: 767px) {
  .cid-sX0r2XIF0t .wrapper {
    justify-content: center;
  }
}
.cid-sX0r2XIF0t .link-wrapper {
  align-items: center;
  display: flex;
}
.cid-sX0r2XIF0t .link-wrapper p {
  padding: 0;
  margin: 0;
  padding-left: 0.5rem;
}
.cid-sX0r2XIF0t .inline-wrapper {
  display: inline-block;
}
.cid-sX0r2XIF0t .align-wrapper {
  width: 100%;
}
.cid-sX0r2XIF0t .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #1c1c25 inset;
  border-radius: 4px;
  min-width: 20px;
  width: 20px;
  align-items: center;
  display: flex;
  height: 20px;
  margin: 0 0.4rem;
  justify-content: center;
  transition: all 0.3s;
}
.cid-sX0r2XIF0t .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-sX0r2XIF0t .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-sX0r2XIF0t .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-sX0r2XIF0t .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: .5rem;
  font-weight: 900;
  color: #1c1c25;
}
.cid-sX0r2XIF0t .icon-bg {
  position: absolute;
  overflow: visible;
  top: 3px;
  right: -3px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 4px;
  background: #ffb18a;
}
.cid-sX0r2XIF0t img {
  border-radius: 8px;
}
.cid-sX0r2XIF0t .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-sX0r2XIF0t .mbr-section-subtitle {
  color: #767676;
}
.cid-sX0r2XIF0t .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-sX0r2XIF0t .card-text {
  color: #767676;
}
.cid-sX0r2XIF0t .main-sub-title,
.cid-sX0r2XIF0t .align-wrapper {
  color: #33358c;
}
.cid-sX0r2XIF0t .main-text {
  color: #777d74;
}
.cid-sX0r2XIF0t .hover:hover .main-text-title {
  color: #f2684b !important;
}
.cid-sX0r2XIF0t .main-text-title {
  color: #010a44;
  transition: all 0.3s;
}
.cid-tQiej286D0 {
  padding-top: 60px;
  padding-bottom: 75px;
  background: #ffffff;
}
.cid-tQiej286D0 .mbr-section-subtitle {
  color: #cccccc;
}
.cid-tQiej286D0 h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 2rem;
  letter-spacing: 4px;
}
.cid-tQiej286D0 h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tQiej286D0 h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tQiej286D0 .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #767676;
  margin: 15px 0.5rem;
  display: block;
}
.cid-tQiej286D0 .mbr-iconfont-social:before {
  padding: 0.6rem;
  border: 2px solid;
  border-radius: 100px;
  transition: all 0.3s;
}
.cid-tQiej286D0 .mbr-iconfont-social:hover {
  color: #ffffff;
}
.cid-tQiej286D0 .mbr-iconfont-social:hover:before {
  background: #767676;
  transition: all 0.3s;
  border-color: transparent;
}
.cid-tQiej286D0 .social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-tQiej286D0 .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-tQiej286D0 .mbr-iconfont-social {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
  }
}
.cid-tQiej286D0 .mbr-section-title,
.cid-tQiej286D0 .social-list {
  color: #124ad6;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tQiej286D0 h2:before,
  .cid-tQiej286D0 h2:after {
    display: none;
  }
}
.cid-tQiej286D0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQiej286D0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uw3RgODS7g {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uw3RgODS7g .mbr-section-subtitle,
.cid-uw3RgODS7g .item-subtitle,
.cid-uw3RgODS7g .item-title {
  margin-bottom: 12px;
  transition: all .2s;
}
@media (min-width: 992px) {
  .cid-uw3RgODS7g .main_title {
    padding-right: 1rem;
  }
}
.cid-uw3RgODS7g .card_item {
  margin-bottom: 60px;
}
@media (min-width: 991px) {
  .cid-uw3RgODS7g .card_item:nth-child(2n+2) {
    margin-bottom: 0;
  }
  .cid-uw3RgODS7g .card_item:nth-child(3n+3) {
    margin-bottom: 0;
  }
}
.cid-uw3RgODS7g .card_item:hover .card_wrapper:before {
  height: 100%;
}
.cid-uw3RgODS7g .card_wrapper {
  position: relative;
  padding-left: 50px;
  border-left: 1px solid #010a44;
}
.cid-uw3RgODS7g .card_wrapper:before {
  content: '';
  position: absolute;
  width: 1px;
  height: 0;
  top: 0;
  left: -1px;
  background: #f2684b;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uw3RgODS7g .card_wrapper:hover .item-title a {
  color: #f2684b !important;
}
.cid-uw3RgODS7g .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uw3RgODS7g .mbr-section-btn .btn-secondary-outline:hover,
.cid-uw3RgODS7g .mbr-section-btn .btn-secondary-outline .active,
.cid-uw3RgODS7g .mbr-section-btn .btn-secondary-outline:focus {
  color: #232323 !important;
}
@media (max-width: 991px) {
  .cid-uw3RgODS7g .main_title {
    margin-bottom: 50px;
  }
  .cid-uw3RgODS7g .card_item:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .cid-uw3RgODS7g .card_wrapper {
    padding-left: 20px;
  }
  .cid-uw3RgODS7g .card_item {
    margin-bottom: 30px;
  }
}
.cid-uw3RgODS7g .mbr-section-subtitle {
  color: #f14105;
}
.cid-uw3RgODS7g .item-title {
  color: #232323;
}
.cid-uxLlSCVMaT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #918787;
}
.cid-uxLlSCVMaT .container-fluid {
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 992px) {
  .cid-uxLlSCVMaT .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uxLlSCVMaT .row {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #7F8678;
  border-top: 1px solid #7F8678;
  margin-top: -1px;
}
.cid-uxLlSCVMaT .footer-item {
  display: flex;
  flex-direction: column;
  padding: 22px 30px;
  border-bottom: 1px solid #7F8678;
  margin-bottom: -1px;
}
@media (min-width: 768px) {
  .cid-uxLlSCVMaT .footer-item:nth-child(odd) {
    border-right: 1px solid #7F8678;
  }
}
@media (min-width: 1200px) {
  .cid-uxLlSCVMaT .footer-item:not(:last-child) {
    border-right: 1px solid #7F8678;
  }
}
.cid-uxLlSCVMaT .mbr-text {
  color: #000000;
}
.cid-uxLlSCVMaT .link a {
  color: #3d3d3d;
}
.cid-uxLlSCVMaT .copyright {
  color: #000000;
  text-align: right;
}
.cid-uxLlSCVMaT .text {
  color: #000000;
}
.cid-uxLlSCVMaT .mbr-form-container {
  margin-top: 12px;
}
.cid-uxLlSCVMaT .form-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-end;
}
.cid-uxLlSCVMaT form .row {
  margin: 0;
  border: none !important;
}
.cid-uxLlSCVMaT form .mbr-section-btn {
  width: auto;
  padding: 0;
  height: auto;
}
.cid-uxLlSCVMaT form .mbr-section-btn .btn {
  padding: 0;
  height: auto;
  min-height: auto;
  border-radius: 0;
  border-bottom: 2px solid currentColor;
  transition: 1s;
}
.cid-uxLlSCVMaT .copyright-container {
  margin-top: auto;
}
.cid-uxLlSCVMaT .link {
  color: #000000;
}
.cid-uxLlSCVMaT .label {
  color: #f8c842;
}
.cid-t8HwvgIhoj {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t8HwvgIhoj .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-t8HwvgIhoj .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-t8HwvgIhoj .iconfont-wrapper {
  color: #103178 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-t8HwvgIhoj .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-t8HwvgIhoj .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-t8HwvgIhoj .container {
    padding: 0 1rem;
  }
}
.cid-t8HwvgIhoj .menu-tite {
  background: #232323;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffc800;
}
.cid-t8HwvgIhoj .nav-link {
  position: relative;
}
.cid-t8HwvgIhoj .nav-link:hover {
  color: #f24d94 !important;
}
.cid-t8HwvgIhoj nav.navbar {
  position: fixed;
}
.cid-t8HwvgIhoj .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-t8HwvgIhoj .navbar.opened {
  transition: all 0.3s;
}
.cid-t8HwvgIhoj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t8HwvgIhoj .navbar .navbar-logo img {
  width: auto;
}
.cid-t8HwvgIhoj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t8HwvgIhoj .navbar.collapsed {
  justify-content: center;
}
.cid-t8HwvgIhoj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t8HwvgIhoj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t8HwvgIhoj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-t8HwvgIhoj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t8HwvgIhoj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t8HwvgIhoj .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t8HwvgIhoj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t8HwvgIhoj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t8HwvgIhoj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t8HwvgIhoj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t8HwvgIhoj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t8HwvgIhoj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t8HwvgIhoj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t8HwvgIhoj .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t8HwvgIhoj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t8HwvgIhoj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t8HwvgIhoj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t8HwvgIhoj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t8HwvgIhoj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t8HwvgIhoj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t8HwvgIhoj .navbar.navbar-short {
  min-height: 60px;
}
.cid-t8HwvgIhoj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t8HwvgIhoj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t8HwvgIhoj .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t8HwvgIhoj .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t8HwvgIhoj .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t8HwvgIhoj .dropdown-item:hover,
.cid-t8HwvgIhoj .dropdown-item:focus {
  background: #232323 !important;
  color: white !important;
}
.cid-t8HwvgIhoj .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t8HwvgIhoj .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t8HwvgIhoj .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-t8HwvgIhoj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t8HwvgIhoj .dropdown-menu,
.cid-t8HwvgIhoj .navbar.opened {
  background: #ffffff !important;
}
.cid-t8HwvgIhoj .nav-item:focus,
.cid-t8HwvgIhoj .nav-link:focus {
  outline: none;
}
.cid-t8HwvgIhoj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t8HwvgIhoj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t8HwvgIhoj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t8HwvgIhoj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t8HwvgIhoj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t8HwvgIhoj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t8HwvgIhoj .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t8HwvgIhoj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t8HwvgIhoj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t8HwvgIhoj .dropdown-item.active,
.cid-t8HwvgIhoj .dropdown-item:active {
  background-color: transparent;
}
.cid-t8HwvgIhoj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t8HwvgIhoj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t8HwvgIhoj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t8HwvgIhoj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-t8HwvgIhoj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t8HwvgIhoj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t8HwvgIhoj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t8HwvgIhoj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t8HwvgIhoj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t8HwvgIhoj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-t8HwvgIhoj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t8HwvgIhoj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t8HwvgIhoj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t8HwvgIhoj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t8HwvgIhoj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t8HwvgIhoj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t8HwvgIhoj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t8HwvgIhoj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t8HwvgIhoj .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t8HwvgIhoj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t8HwvgIhoj .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t8HwvgIhoj .navbar {
    height: 70px;
  }
  .cid-t8HwvgIhoj .navbar.opened {
    height: auto;
  }
  .cid-t8HwvgIhoj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tFBJTw0v2M {
  background-image: url("../../../assets/images/mbr-1920x1200.jpg");
}
.cid-tFBJTw0v2M .column-content {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #ffffff;
  width: 100%;
  float: right;
  position: relative;
}
.cid-tFBJTw0v2M .text-content .btn-bgr {
  z-index: 0;
}
.cid-tFBJTw0v2M .mbr-overlay {
  background: linear-gradient(#d6173f -10%, #00113e 75%);
}
.cid-tFBJTw0v2M .container-full-width {
  position: relative;
}
.cid-tFBJTw0v2M .text-content {
  width: 100%;
  padding: 0 30px;
  margin: 0 auto;
}
.cid-tFBJTw0v2M .layer {
  display: none;
  height: 101%;
  position: absolute;
  right: 49.9%;
  top: 0;
  bottom: 0;
}
.cid-tFBJTw0v2M .layer path {
  fill: #ffffff;
}
@media (min-width: 576px) {
  .cid-tFBJTw0v2M .text-content {
    width: 540px;
  }
  .cid-tFBJTw0v2M .column-content {
    width: 100%;
  }
  .cid-tFBJTw0v2M .layer {
    display: none;
  }
}
@media (min-width: 768px) {
  .cid-tFBJTw0v2M .text-content {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .cid-tFBJTw0v2M .text-content {
    width: 480px;
    margin: 0;
  }
  .cid-tFBJTw0v2M .column-content {
    width: 50%;
  }
  .cid-tFBJTw0v2M .layer {
    display: block;
  }
}
@media (min-width: 1200px) {
  .cid-tFBJTw0v2M .text-content {
    width: 570px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tFBJTw0v2M .container-full-width .layer {
    right: 2.6rem;
    height: 33rem;
  }
  .cid-tFBJTw0v2M .column-content {
    height: 33rem;
  }
}
.cid-tFBJTw0v2M H1 {
  color: #232323;
}
.cid-uoNUGd4hNA {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f8f8f8;
}
.cid-uoNUGd4hNA .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-uoNUGd4hNA .wrap-block .contents {
  margin-bottom: 40px;
}
.cid-uoNUGd4hNA .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-uoNUGd4hNA .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-uoNUGd4hNA .mbr-section-title {
  margin-bottom: 10px;
  color: #130947;
  font-weight: 700;
}
.cid-uoNUGd4hNA .mbr-section-title.display-2 {
  font-size: 35px;
  line-height: 1.29;
  letter-spacing: -0.5px;
}
.cid-uoNUGd4hNA .mbr-section-text {
  color: #6d7a8c;
  line-height: 1.5;
  margin-top: 10px;
}
.cid-uoNUGd4hNA .boldSubtitle {
  color: #130947;
}
.cid-uoNUGd4hNA .info-widget {
  padding-top: 0.5rem;
}
.cid-uoNUGd4hNA .info-widget .widget-icon {
  display: inline-block;
  font-size: 1.75rem;
  color: #4f87fb;
  margin-right: 15px;
  vertical-align: middle;
}
.cid-uoNUGd4hNA .info-widget .signature {
  width: 35%;
  height: 75px;
  display: inline-block;
  margin-right: 15px;
  object-fit: contain;
}
.cid-uoNUGd4hNA .info-widget .widget-content {
  vertical-align: middle;
  display: inline-block;
}
.cid-uoNUGd4hNA .info-widget .widget-content .widget-title {
  color: #130947;
  margin-bottom: 0;
  font-weight: 700;
}
.cid-uoNUGd4hNA .info-widget .widget-content .widget-title.display-7 {
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: -0.5px;
}
.cid-uoNUGd4hNA .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  color: #7e7e7e;
  font-weight: 700;
}
.cid-uoNUGd4hNA .info-widget .widget-content .widget-text.display-4 {
  line-height: 1.71;
  letter-spacing: -0.5px;
}
.cid-uoNUGd4hNA .info-widget--right {
  margin-top: 30px;
  padding-top: 0;
}
.cid-uoNUGd4hNA .info-widget--right .widget-content .widget-title {
  margin-bottom: 0 !important;
  color: #130947;
  font-weight: 700;
}
.cid-uoNUGd4hNA .info-widget--right .widget-content .widget-title.display-7 {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: -0.5px;
}
@media (max-width: 500px) {
  .cid-uoNUGd4hNA .wrap-block {
    padding: 3rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uoNUGd4hNA .mbr-section-title,
  .cid-uoNUGd4hNA .mbr-section-subtitle,
  .cid-uoNUGd4hNA .mbr-text {
    text-align: left !important;
  }
  .cid-uoNUGd4hNA .social-list {
    text-align: left !important;
  }
}
.cid-uoNUGd4hNA .info-widget--right .widget-content .widget-title {
  color: #4f87fb;
}
.cid-uoNUGd4hNA .wrap-block .mbr-subtitle,
.cid-uoNUGd4hNA .menu-content-right {
  color: #cc6d6a;
}
.cid-u9YXymbp6A {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f8f8f8;
}
.cid-u9YXymbp6A .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-u9YXymbp6A .wrap-block .contents {
  margin-bottom: 40px;
}
.cid-u9YXymbp6A .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-u9YXymbp6A .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-u9YXymbp6A .mbr-section-title {
  margin-bottom: 10px;
  color: #130947;
  font-weight: 700;
}
.cid-u9YXymbp6A .mbr-section-title.display-2 {
  font-size: 35px;
  line-height: 1.29;
  letter-spacing: -0.5px;
}
.cid-u9YXymbp6A .mbr-section-text {
  color: #6d7a8c;
  line-height: 1.5;
  margin-top: 10px;
}
.cid-u9YXymbp6A .boldSubtitle {
  color: #130947;
}
.cid-u9YXymbp6A .info-widget {
  padding-top: 0.5rem;
}
.cid-u9YXymbp6A .info-widget .widget-icon {
  display: inline-block;
  font-size: 1.75rem;
  color: #4f87fb;
  margin-right: 15px;
  vertical-align: middle;
}
.cid-u9YXymbp6A .info-widget .signature {
  width: 35%;
  height: 75px;
  display: inline-block;
  margin-right: 15px;
  object-fit: contain;
}
.cid-u9YXymbp6A .info-widget .widget-content {
  vertical-align: middle;
  display: inline-block;
}
.cid-u9YXymbp6A .info-widget .widget-content .widget-title {
  color: #130947;
  margin-bottom: 0;
  font-weight: 700;
}
.cid-u9YXymbp6A .info-widget .widget-content .widget-title.display-7 {
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: -0.5px;
}
.cid-u9YXymbp6A .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  color: #7e7e7e;
  font-weight: 700;
}
.cid-u9YXymbp6A .info-widget .widget-content .widget-text.display-4 {
  line-height: 1.71;
  letter-spacing: -0.5px;
}
.cid-u9YXymbp6A .info-widget--right {
  margin-top: 30px;
  padding-top: 0;
}
.cid-u9YXymbp6A .info-widget--right .widget-content .widget-title {
  margin-bottom: 0 !important;
  color: #130947;
  font-weight: 700;
}
.cid-u9YXymbp6A .info-widget--right .widget-content .widget-title.display-7 {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: -0.5px;
}
@media (max-width: 500px) {
  .cid-u9YXymbp6A .wrap-block {
    padding: 3rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-u9YXymbp6A .mbr-section-title,
  .cid-u9YXymbp6A .mbr-section-subtitle,
  .cid-u9YXymbp6A .mbr-text {
    text-align: left !important;
  }
  .cid-u9YXymbp6A .social-list {
    text-align: left !important;
  }
}
.cid-u9YXymbp6A .info-widget--right .widget-content .widget-title {
  color: #4f87fb;
}
.cid-u9YXymbp6A .wrap-block .mbr-subtitle,
.cid-u9YXymbp6A .menu-content-right {
  color: #cc6d6a;
}
.cid-u7ICDPKDWp {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f8f8f8;
}
.cid-u7ICDPKDWp .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-u7ICDPKDWp .wrap-block .contents {
  margin-bottom: 40px;
}
.cid-u7ICDPKDWp .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-u7ICDPKDWp .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-u7ICDPKDWp .mbr-section-title {
  margin-bottom: 10px;
  color: #130947;
  font-weight: 700;
}
.cid-u7ICDPKDWp .mbr-section-title.display-2 {
  font-size: 35px;
  line-height: 1.29;
  letter-spacing: -0.5px;
}
.cid-u7ICDPKDWp .mbr-section-text {
  color: #6d7a8c;
  line-height: 1.5;
  margin-top: 10px;
}
.cid-u7ICDPKDWp .boldSubtitle {
  color: #130947;
}
.cid-u7ICDPKDWp .info-widget {
  padding-top: 0.5rem;
}
.cid-u7ICDPKDWp .info-widget .widget-icon {
  display: inline-block;
  font-size: 1.75rem;
  color: #4f87fb;
  margin-right: 15px;
  vertical-align: middle;
}
.cid-u7ICDPKDWp .info-widget .signature {
  width: 35%;
  height: 75px;
  display: inline-block;
  margin-right: 15px;
  object-fit: contain;
}
.cid-u7ICDPKDWp .info-widget .widget-content {
  vertical-align: middle;
  display: inline-block;
}
.cid-u7ICDPKDWp .info-widget .widget-content .widget-title {
  color: #130947;
  margin-bottom: 0;
  font-weight: 700;
}
.cid-u7ICDPKDWp .info-widget .widget-content .widget-title.display-7 {
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: -0.5px;
}
.cid-u7ICDPKDWp .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  color: #7e7e7e;
  font-weight: 700;
}
.cid-u7ICDPKDWp .info-widget .widget-content .widget-text.display-4 {
  line-height: 1.71;
  letter-spacing: -0.5px;
}
.cid-u7ICDPKDWp .info-widget--right {
  margin-top: 30px;
  padding-top: 0;
}
.cid-u7ICDPKDWp .info-widget--right .widget-content .widget-title {
  margin-bottom: 0 !important;
  color: #130947;
  font-weight: 700;
}
.cid-u7ICDPKDWp .info-widget--right .widget-content .widget-title.display-7 {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: -0.5px;
}
@media (max-width: 500px) {
  .cid-u7ICDPKDWp .wrap-block {
    padding: 3rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-u7ICDPKDWp .mbr-section-title,
  .cid-u7ICDPKDWp .mbr-section-subtitle,
  .cid-u7ICDPKDWp .mbr-text {
    text-align: left !important;
  }
  .cid-u7ICDPKDWp .social-list {
    text-align: left !important;
  }
}
.cid-u7ICDPKDWp .info-widget--right .widget-content .widget-title {
  color: #4f87fb;
}
.cid-u7ICDPKDWp .wrap-block .mbr-subtitle,
.cid-u7ICDPKDWp .menu-content-right {
  color: #cc6d6a;
}
.cid-u3tpW7xBFO {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f8f8f8;
}
.cid-u3tpW7xBFO .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-u3tpW7xBFO .wrap-block .contents {
  margin-bottom: 40px;
}
.cid-u3tpW7xBFO .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-u3tpW7xBFO .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-u3tpW7xBFO .mbr-section-title {
  margin-bottom: 10px;
  color: #130947;
  font-weight: 700;
}
.cid-u3tpW7xBFO .mbr-section-title.display-2 {
  font-size: 35px;
  line-height: 1.29;
  letter-spacing: -0.5px;
}
.cid-u3tpW7xBFO .mbr-section-text {
  color: #6d7a8c;
  line-height: 1.5;
  margin-top: 10px;
}
.cid-u3tpW7xBFO .boldSubtitle {
  color: #130947;
}
.cid-u3tpW7xBFO .info-widget {
  padding-top: 0.5rem;
}
.cid-u3tpW7xBFO .info-widget .widget-icon {
  display: inline-block;
  font-size: 1.75rem;
  color: #4f87fb;
  margin-right: 15px;
  vertical-align: middle;
}
.cid-u3tpW7xBFO .info-widget .signature {
  width: 35%;
  height: 75px;
  display: inline-block;
  margin-right: 15px;
  object-fit: contain;
}
.cid-u3tpW7xBFO .info-widget .widget-content {
  vertical-align: middle;
  display: inline-block;
}
.cid-u3tpW7xBFO .info-widget .widget-content .widget-title {
  color: #130947;
  margin-bottom: 0;
  font-weight: 700;
}
.cid-u3tpW7xBFO .info-widget .widget-content .widget-title.display-7 {
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: -0.5px;
}
.cid-u3tpW7xBFO .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  color: #7e7e7e;
  font-weight: 700;
}
.cid-u3tpW7xBFO .info-widget .widget-content .widget-text.display-4 {
  line-height: 1.71;
  letter-spacing: -0.5px;
}
.cid-u3tpW7xBFO .info-widget--right {
  margin-top: 30px;
  padding-top: 0;
}
.cid-u3tpW7xBFO .info-widget--right .widget-content .widget-title {
  margin-bottom: 0 !important;
  color: #130947;
  font-weight: 700;
}
.cid-u3tpW7xBFO .info-widget--right .widget-content .widget-title.display-7 {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: -0.5px;
}
@media (max-width: 500px) {
  .cid-u3tpW7xBFO .wrap-block {
    padding: 3rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-u3tpW7xBFO .mbr-section-title,
  .cid-u3tpW7xBFO .mbr-section-subtitle,
  .cid-u3tpW7xBFO .mbr-text {
    text-align: left !important;
  }
  .cid-u3tpW7xBFO .social-list {
    text-align: left !important;
  }
}
.cid-u3tpW7xBFO .info-widget--right .widget-content .widget-title {
  color: #4f87fb;
}
.cid-u3tpW7xBFO .wrap-block .mbr-subtitle,
.cid-u3tpW7xBFO .menu-content-right {
  color: #cc6d6a;
}
.cid-u3thuoIBJb {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f8f8f8;
}
.cid-u3thuoIBJb .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-u3thuoIBJb .wrap-block .contents {
  margin-bottom: 40px;
}
.cid-u3thuoIBJb .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-u3thuoIBJb .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-u3thuoIBJb .mbr-section-title {
  margin-bottom: 10px;
  color: #130947;
  font-weight: 700;
}
.cid-u3thuoIBJb .mbr-section-title.display-2 {
  font-size: 35px;
  line-height: 1.29;
  letter-spacing: -0.5px;
}
.cid-u3thuoIBJb .mbr-section-text {
  color: #6d7a8c;
  line-height: 1.5;
  margin-top: 10px;
}
.cid-u3thuoIBJb .boldSubtitle {
  color: #130947;
}
.cid-u3thuoIBJb .info-widget {
  padding-top: 0.5rem;
}
.cid-u3thuoIBJb .info-widget .widget-icon {
  display: inline-block;
  font-size: 1.75rem;
  color: #4f87fb;
  margin-right: 15px;
  vertical-align: middle;
}
.cid-u3thuoIBJb .info-widget .signature {
  width: 35%;
  height: 75px;
  display: inline-block;
  margin-right: 15px;
  object-fit: contain;
}
.cid-u3thuoIBJb .info-widget .widget-content {
  vertical-align: middle;
  display: inline-block;
}
.cid-u3thuoIBJb .info-widget .widget-content .widget-title {
  color: #130947;
  margin-bottom: 0;
  font-weight: 700;
}
.cid-u3thuoIBJb .info-widget .widget-content .widget-title.display-7 {
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: -0.5px;
}
.cid-u3thuoIBJb .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  color: #7e7e7e;
  font-weight: 700;
}
.cid-u3thuoIBJb .info-widget .widget-content .widget-text.display-4 {
  line-height: 1.71;
  letter-spacing: -0.5px;
}
.cid-u3thuoIBJb .info-widget--right {
  margin-top: 30px;
  padding-top: 0;
}
.cid-u3thuoIBJb .info-widget--right .widget-content .widget-title {
  margin-bottom: 0 !important;
  color: #130947;
  font-weight: 700;
}
.cid-u3thuoIBJb .info-widget--right .widget-content .widget-title.display-7 {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: -0.5px;
}
@media (max-width: 500px) {
  .cid-u3thuoIBJb .wrap-block {
    padding: 3rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-u3thuoIBJb .mbr-section-title,
  .cid-u3thuoIBJb .mbr-section-subtitle,
  .cid-u3thuoIBJb .mbr-text {
    text-align: left !important;
  }
  .cid-u3thuoIBJb .social-list {
    text-align: left !important;
  }
}
.cid-u3thuoIBJb .info-widget--right .widget-content .widget-title {
  color: #4f87fb;
}
.cid-u3thuoIBJb .wrap-block .mbr-subtitle,
.cid-u3thuoIBJb .menu-content-right {
  color: #cc6d6a;
}
.cid-u3thtEBAOZ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f8f8f8;
}
.cid-u3thtEBAOZ .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-u3thtEBAOZ .wrap-block .contents {
  margin-bottom: 40px;
}
.cid-u3thtEBAOZ .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-u3thtEBAOZ .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-u3thtEBAOZ .mbr-section-title {
  margin-bottom: 10px;
  color: #130947;
  font-weight: 700;
}
.cid-u3thtEBAOZ .mbr-section-title.display-2 {
  font-size: 35px;
  line-height: 1.29;
  letter-spacing: -0.5px;
}
.cid-u3thtEBAOZ .mbr-section-text {
  color: #6d7a8c;
  line-height: 1.5;
  margin-top: 10px;
}
.cid-u3thtEBAOZ .boldSubtitle {
  color: #130947;
}
.cid-u3thtEBAOZ .info-widget {
  padding-top: 0.5rem;
}
.cid-u3thtEBAOZ .info-widget .widget-icon {
  display: inline-block;
  font-size: 1.75rem;
  color: #4f87fb;
  margin-right: 15px;
  vertical-align: middle;
}
.cid-u3thtEBAOZ .info-widget .signature {
  width: 35%;
  height: 75px;
  display: inline-block;
  margin-right: 15px;
  object-fit: contain;
}
.cid-u3thtEBAOZ .info-widget .widget-content {
  vertical-align: middle;
  display: inline-block;
}
.cid-u3thtEBAOZ .info-widget .widget-content .widget-title {
  color: #130947;
  margin-bottom: 0;
  font-weight: 700;
}
.cid-u3thtEBAOZ .info-widget .widget-content .widget-title.display-7 {
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: -0.5px;
}
.cid-u3thtEBAOZ .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  color: #7e7e7e;
  font-weight: 700;
}
.cid-u3thtEBAOZ .info-widget .widget-content .widget-text.display-4 {
  line-height: 1.71;
  letter-spacing: -0.5px;
}
.cid-u3thtEBAOZ .info-widget--right {
  margin-top: 30px;
  padding-top: 0;
}
.cid-u3thtEBAOZ .info-widget--right .widget-content .widget-title {
  margin-bottom: 0 !important;
  color: #130947;
  font-weight: 700;
}
.cid-u3thtEBAOZ .info-widget--right .widget-content .widget-title.display-7 {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: -0.5px;
}
@media (max-width: 500px) {
  .cid-u3thtEBAOZ .wrap-block {
    padding: 3rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-u3thtEBAOZ .mbr-section-title,
  .cid-u3thtEBAOZ .mbr-section-subtitle,
  .cid-u3thtEBAOZ .mbr-text {
    text-align: left !important;
  }
  .cid-u3thtEBAOZ .social-list {
    text-align: left !important;
  }
}
.cid-u3thtEBAOZ .info-widget--right .widget-content .widget-title {
  color: #4f87fb;
}
.cid-u3thtEBAOZ .wrap-block .mbr-subtitle,
.cid-u3thtEBAOZ .menu-content-right {
  color: #cc6d6a;
}
.cid-u24HRhCNkG {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f8f8f8;
}
.cid-u24HRhCNkG .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-u24HRhCNkG .wrap-block .contents {
  margin-bottom: 40px;
}
.cid-u24HRhCNkG .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-u24HRhCNkG .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-u24HRhCNkG .mbr-section-title {
  margin-bottom: 10px;
  color: #130947;
  font-weight: 700;
}
.cid-u24HRhCNkG .mbr-section-title.display-2 {
  font-size: 35px;
  line-height: 1.29;
  letter-spacing: -0.5px;
}
.cid-u24HRhCNkG .mbr-section-text {
  color: #6d7a8c;
  line-height: 1.5;
  margin-top: 10px;
}
.cid-u24HRhCNkG .boldSubtitle {
  color: #130947;
}
.cid-u24HRhCNkG .info-widget {
  padding-top: 0.5rem;
}
.cid-u24HRhCNkG .info-widget .widget-icon {
  display: inline-block;
  font-size: 1.75rem;
  color: #4f87fb;
  margin-right: 15px;
  vertical-align: middle;
}
.cid-u24HRhCNkG .info-widget .signature {
  width: 35%;
  height: 75px;
  display: inline-block;
  margin-right: 15px;
  object-fit: contain;
}
.cid-u24HRhCNkG .info-widget .widget-content {
  vertical-align: middle;
  display: inline-block;
}
.cid-u24HRhCNkG .info-widget .widget-content .widget-title {
  color: #130947;
  margin-bottom: 0;
  font-weight: 700;
}
.cid-u24HRhCNkG .info-widget .widget-content .widget-title.display-7 {
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: -0.5px;
}
.cid-u24HRhCNkG .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  color: #7e7e7e;
  font-weight: 700;
}
.cid-u24HRhCNkG .info-widget .widget-content .widget-text.display-4 {
  line-height: 1.71;
  letter-spacing: -0.5px;
}
.cid-u24HRhCNkG .info-widget--right {
  margin-top: 30px;
  padding-top: 0;
}
.cid-u24HRhCNkG .info-widget--right .widget-content .widget-title {
  margin-bottom: 0 !important;
  color: #130947;
  font-weight: 700;
}
.cid-u24HRhCNkG .info-widget--right .widget-content .widget-title.display-7 {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: -0.5px;
}
@media (max-width: 500px) {
  .cid-u24HRhCNkG .wrap-block {
    padding: 3rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-u24HRhCNkG .mbr-section-title,
  .cid-u24HRhCNkG .mbr-section-subtitle,
  .cid-u24HRhCNkG .mbr-text {
    text-align: left !important;
  }
  .cid-u24HRhCNkG .social-list {
    text-align: left !important;
  }
}
.cid-u24HRhCNkG .info-widget--right .widget-content .widget-title {
  color: #4f87fb;
}
.cid-u24HRhCNkG .wrap-block .mbr-subtitle,
.cid-u24HRhCNkG .menu-content-right {
  color: #cc6d6a;
}
.cid-tOuD9pbHuY {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f8f8f8;
}
.cid-tOuD9pbHuY .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-tOuD9pbHuY .wrap-block .contents {
  margin-bottom: 40px;
}
.cid-tOuD9pbHuY .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-tOuD9pbHuY .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-tOuD9pbHuY .mbr-section-title {
  margin-bottom: 10px;
  color: #130947;
  font-weight: 700;
}
.cid-tOuD9pbHuY .mbr-section-title.display-2 {
  font-size: 35px;
  line-height: 1.29;
  letter-spacing: -0.5px;
}
.cid-tOuD9pbHuY .mbr-section-text {
  color: #6d7a8c;
  line-height: 1.5;
  margin-top: 10px;
}
.cid-tOuD9pbHuY .boldSubtitle {
  color: #130947;
}
.cid-tOuD9pbHuY .info-widget {
  padding-top: 0.5rem;
}
.cid-tOuD9pbHuY .info-widget .widget-icon {
  display: inline-block;
  font-size: 1.75rem;
  color: #4f87fb;
  margin-right: 15px;
  vertical-align: middle;
}
.cid-tOuD9pbHuY .info-widget .signature {
  width: 35%;
  height: 75px;
  display: inline-block;
  margin-right: 15px;
  object-fit: contain;
}
.cid-tOuD9pbHuY .info-widget .widget-content {
  vertical-align: middle;
  display: inline-block;
}
.cid-tOuD9pbHuY .info-widget .widget-content .widget-title {
  color: #130947;
  margin-bottom: 0;
  font-weight: 700;
}
.cid-tOuD9pbHuY .info-widget .widget-content .widget-title.display-7 {
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: -0.5px;
}
.cid-tOuD9pbHuY .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  color: #7e7e7e;
  font-weight: 700;
}
.cid-tOuD9pbHuY .info-widget .widget-content .widget-text.display-4 {
  line-height: 1.71;
  letter-spacing: -0.5px;
}
.cid-tOuD9pbHuY .info-widget--right {
  margin-top: 30px;
  padding-top: 0;
}
.cid-tOuD9pbHuY .info-widget--right .widget-content .widget-title {
  margin-bottom: 0 !important;
  color: #130947;
  font-weight: 700;
}
.cid-tOuD9pbHuY .info-widget--right .widget-content .widget-title.display-7 {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: -0.5px;
}
@media (max-width: 500px) {
  .cid-tOuD9pbHuY .wrap-block {
    padding: 3rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tOuD9pbHuY .mbr-section-title,
  .cid-tOuD9pbHuY .mbr-section-subtitle,
  .cid-tOuD9pbHuY .mbr-text {
    text-align: left !important;
  }
  .cid-tOuD9pbHuY .social-list {
    text-align: left !important;
  }
}
.cid-tOuD9pbHuY .info-widget--right .widget-content .widget-title {
  color: #4f87fb;
}
.cid-tOuD9pbHuY .wrap-block .mbr-subtitle,
.cid-tOuD9pbHuY .menu-content-right {
  color: #cc6d6a;
}
.cid-tOWFfkX5RL {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f8f8f8;
}
.cid-tOWFfkX5RL .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-tOWFfkX5RL .wrap-block .contents {
  margin-bottom: 40px;
}
.cid-tOWFfkX5RL .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-tOWFfkX5RL .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-tOWFfkX5RL .mbr-section-title {
  margin-bottom: 10px;
  color: #130947;
  font-weight: 700;
}
.cid-tOWFfkX5RL .mbr-section-title.display-2 {
  font-size: 35px;
  line-height: 1.29;
  letter-spacing: -0.5px;
}
.cid-tOWFfkX5RL .mbr-section-text {
  color: #6d7a8c;
  line-height: 1.5;
  margin-top: 10px;
}
.cid-tOWFfkX5RL .boldSubtitle {
  color: #130947;
}
.cid-tOWFfkX5RL .info-widget {
  padding-top: 0.5rem;
}
.cid-tOWFfkX5RL .info-widget .widget-icon {
  display: inline-block;
  font-size: 1.75rem;
  color: #4f87fb;
  margin-right: 15px;
  vertical-align: middle;
}
.cid-tOWFfkX5RL .info-widget .signature {
  width: 35%;
  height: 75px;
  display: inline-block;
  margin-right: 15px;
  object-fit: contain;
}
.cid-tOWFfkX5RL .info-widget .widget-content {
  vertical-align: middle;
  display: inline-block;
}
.cid-tOWFfkX5RL .info-widget .widget-content .widget-title {
  color: #130947;
  margin-bottom: 0;
  font-weight: 700;
}
.cid-tOWFfkX5RL .info-widget .widget-content .widget-title.display-7 {
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: -0.5px;
}
.cid-tOWFfkX5RL .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  color: #7e7e7e;
  font-weight: 700;
}
.cid-tOWFfkX5RL .info-widget .widget-content .widget-text.display-4 {
  line-height: 1.71;
  letter-spacing: -0.5px;
}
.cid-tOWFfkX5RL .info-widget--right {
  margin-top: 30px;
  padding-top: 0;
}
.cid-tOWFfkX5RL .info-widget--right .widget-content .widget-title {
  margin-bottom: 0 !important;
  color: #130947;
  font-weight: 700;
}
.cid-tOWFfkX5RL .info-widget--right .widget-content .widget-title.display-7 {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: -0.5px;
}
@media (max-width: 500px) {
  .cid-tOWFfkX5RL .wrap-block {
    padding: 3rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tOWFfkX5RL .mbr-section-title,
  .cid-tOWFfkX5RL .mbr-section-subtitle,
  .cid-tOWFfkX5RL .mbr-text {
    text-align: left !important;
  }
  .cid-tOWFfkX5RL .social-list {
    text-align: left !important;
  }
}
.cid-tOWFfkX5RL .info-widget--right .widget-content .widget-title {
  color: #4f87fb;
}
.cid-tOWFfkX5RL .wrap-block .mbr-subtitle,
.cid-tOWFfkX5RL .menu-content-right {
  color: #cc6d6a;
}
.cid-tOuzjTys81 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f8f8f8;
}
.cid-tOuzjTys81 .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-tOuzjTys81 .wrap-block .contents {
  margin-bottom: 40px;
}
.cid-tOuzjTys81 .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-tOuzjTys81 .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-tOuzjTys81 .mbr-section-title {
  margin-bottom: 10px;
  color: #130947;
  font-weight: 700;
}
.cid-tOuzjTys81 .mbr-section-title.display-2 {
  font-size: 35px;
  line-height: 1.29;
  letter-spacing: -0.5px;
}
.cid-tOuzjTys81 .mbr-section-text {
  color: #6d7a8c;
  line-height: 1.5;
  margin-top: 10px;
}
.cid-tOuzjTys81 .boldSubtitle {
  color: #130947;
}
.cid-tOuzjTys81 .info-widget {
  padding-top: 0.5rem;
}
.cid-tOuzjTys81 .info-widget .widget-icon {
  display: inline-block;
  font-size: 1.75rem;
  color: #4f87fb;
  margin-right: 15px;
  vertical-align: middle;
}
.cid-tOuzjTys81 .info-widget .signature {
  width: 35%;
  height: 75px;
  display: inline-block;
  margin-right: 15px;
  object-fit: contain;
}
.cid-tOuzjTys81 .info-widget .widget-content {
  vertical-align: middle;
  display: inline-block;
}
.cid-tOuzjTys81 .info-widget .widget-content .widget-title {
  color: #130947;
  margin-bottom: 0;
  font-weight: 700;
}
.cid-tOuzjTys81 .info-widget .widget-content .widget-title.display-7 {
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: -0.5px;
}
.cid-tOuzjTys81 .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  color: #7e7e7e;
  font-weight: 700;
}
.cid-tOuzjTys81 .info-widget .widget-content .widget-text.display-4 {
  line-height: 1.71;
  letter-spacing: -0.5px;
}
.cid-tOuzjTys81 .info-widget--right {
  margin-top: 30px;
  padding-top: 0;
}
.cid-tOuzjTys81 .info-widget--right .widget-content .widget-title {
  margin-bottom: 0 !important;
  color: #130947;
  font-weight: 700;
}
.cid-tOuzjTys81 .info-widget--right .widget-content .widget-title.display-7 {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: -0.5px;
}
@media (max-width: 500px) {
  .cid-tOuzjTys81 .wrap-block {
    padding: 3rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tOuzjTys81 .mbr-section-title,
  .cid-tOuzjTys81 .mbr-section-subtitle,
  .cid-tOuzjTys81 .mbr-text {
    text-align: left !important;
  }
  .cid-tOuzjTys81 .social-list {
    text-align: left !important;
  }
}
.cid-tOuzjTys81 .info-widget--right .widget-content .widget-title {
  color: #4f87fb;
}
.cid-tOuzjTys81 .wrap-block .mbr-subtitle,
.cid-tOuzjTys81 .menu-content-right {
  color: #cc6d6a;
}
.cid-tKk8ALLBUN {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f8f8f8;
}
.cid-tKk8ALLBUN .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-tKk8ALLBUN .wrap-block .contents {
  margin-bottom: 40px;
}
.cid-tKk8ALLBUN .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-tKk8ALLBUN .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-tKk8ALLBUN .mbr-section-title {
  margin-bottom: 10px;
  color: #130947;
  font-weight: 700;
}
.cid-tKk8ALLBUN .mbr-section-title.display-2 {
  font-size: 35px;
  line-height: 1.29;
  letter-spacing: -0.5px;
}
.cid-tKk8ALLBUN .mbr-section-text {
  color: #6d7a8c;
  line-height: 1.5;
  margin-top: 10px;
}
.cid-tKk8ALLBUN .boldSubtitle {
  color: #130947;
}
.cid-tKk8ALLBUN .info-widget {
  padding-top: 0.5rem;
}
.cid-tKk8ALLBUN .info-widget .widget-icon {
  display: inline-block;
  font-size: 1.75rem;
  color: #4f87fb;
  margin-right: 15px;
  vertical-align: middle;
}
.cid-tKk8ALLBUN .info-widget .signature {
  width: 35%;
  height: 75px;
  display: inline-block;
  margin-right: 15px;
  object-fit: contain;
}
.cid-tKk8ALLBUN .info-widget .widget-content {
  vertical-align: middle;
  display: inline-block;
}
.cid-tKk8ALLBUN .info-widget .widget-content .widget-title {
  color: #130947;
  margin-bottom: 0;
  font-weight: 700;
}
.cid-tKk8ALLBUN .info-widget .widget-content .widget-title.display-7 {
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: -0.5px;
}
.cid-tKk8ALLBUN .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  color: #7e7e7e;
  font-weight: 700;
}
.cid-tKk8ALLBUN .info-widget .widget-content .widget-text.display-4 {
  line-height: 1.71;
  letter-spacing: -0.5px;
}
.cid-tKk8ALLBUN .info-widget--right {
  margin-top: 30px;
  padding-top: 0;
}
.cid-tKk8ALLBUN .info-widget--right .widget-content .widget-title {
  margin-bottom: 0 !important;
  color: #130947;
  font-weight: 700;
}
.cid-tKk8ALLBUN .info-widget--right .widget-content .widget-title.display-7 {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: -0.5px;
}
@media (max-width: 500px) {
  .cid-tKk8ALLBUN .wrap-block {
    padding: 3rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tKk8ALLBUN .mbr-section-title,
  .cid-tKk8ALLBUN .mbr-section-subtitle,
  .cid-tKk8ALLBUN .mbr-text {
    text-align: left !important;
  }
  .cid-tKk8ALLBUN .social-list {
    text-align: left !important;
  }
}
.cid-tKk8ALLBUN .info-widget--right .widget-content .widget-title {
  color: #4f87fb;
}
.cid-tKk8ALLBUN .wrap-block .mbr-subtitle,
.cid-tKk8ALLBUN .menu-content-right {
  color: #cc6d6a;
}
.cid-tJL9XdYjxh {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f8f8f8;
}
.cid-tJL9XdYjxh .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-tJL9XdYjxh .wrap-block .contents {
  margin-bottom: 40px;
}
.cid-tJL9XdYjxh .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-tJL9XdYjxh .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-tJL9XdYjxh .mbr-section-title {
  margin-bottom: 10px;
  color: #130947;
  font-weight: 700;
}
.cid-tJL9XdYjxh .mbr-section-title.display-2 {
  font-size: 35px;
  line-height: 1.29;
  letter-spacing: -0.5px;
}
.cid-tJL9XdYjxh .mbr-section-text {
  color: #6d7a8c;
  line-height: 1.5;
  margin-top: 10px;
}
.cid-tJL9XdYjxh .boldSubtitle {
  color: #130947;
}
.cid-tJL9XdYjxh .info-widget {
  padding-top: 0.5rem;
}
.cid-tJL9XdYjxh .info-widget .widget-icon {
  display: inline-block;
  font-size: 1.75rem;
  color: #4f87fb;
  margin-right: 15px;
  vertical-align: middle;
}
.cid-tJL9XdYjxh .info-widget .signature {
  width: 35%;
  height: 75px;
  display: inline-block;
  margin-right: 15px;
  object-fit: contain;
}
.cid-tJL9XdYjxh .info-widget .widget-content {
  vertical-align: middle;
  display: inline-block;
}
.cid-tJL9XdYjxh .info-widget .widget-content .widget-title {
  color: #130947;
  margin-bottom: 0;
  font-weight: 700;
}
.cid-tJL9XdYjxh .info-widget .widget-content .widget-title.display-7 {
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: -0.5px;
}
.cid-tJL9XdYjxh .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  color: #7e7e7e;
  font-weight: 700;
}
.cid-tJL9XdYjxh .info-widget .widget-content .widget-text.display-4 {
  line-height: 1.71;
  letter-spacing: -0.5px;
}
.cid-tJL9XdYjxh .info-widget--right {
  margin-top: 30px;
  padding-top: 0;
}
.cid-tJL9XdYjxh .info-widget--right .widget-content .widget-title {
  margin-bottom: 0 !important;
  color: #130947;
  font-weight: 700;
}
.cid-tJL9XdYjxh .info-widget--right .widget-content .widget-title.display-7 {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: -0.5px;
}
@media (max-width: 500px) {
  .cid-tJL9XdYjxh .wrap-block {
    padding: 3rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tJL9XdYjxh .mbr-section-title,
  .cid-tJL9XdYjxh .mbr-section-subtitle,
  .cid-tJL9XdYjxh .mbr-text {
    text-align: left !important;
  }
  .cid-tJL9XdYjxh .social-list {
    text-align: left !important;
  }
}
.cid-tJL9XdYjxh .info-widget--right .widget-content .widget-title {
  color: #4f87fb;
}
.cid-tJL9XdYjxh .wrap-block .mbr-subtitle,
.cid-tJL9XdYjxh .menu-content-right {
  color: #cc6d6a;
}
.cid-tJGjqFf3Ls {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f8f8f8;
}
.cid-tJGjqFf3Ls .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-tJGjqFf3Ls .wrap-block .contents {
  margin-bottom: 40px;
}
.cid-tJGjqFf3Ls .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-tJGjqFf3Ls .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-tJGjqFf3Ls .mbr-section-title {
  margin-bottom: 10px;
  color: #130947;
  font-weight: 700;
}
.cid-tJGjqFf3Ls .mbr-section-title.display-2 {
  font-size: 35px;
  line-height: 1.29;
  letter-spacing: -0.5px;
}
.cid-tJGjqFf3Ls .mbr-section-text {
  color: #6d7a8c;
  line-height: 1.5;
  margin-top: 10px;
}
.cid-tJGjqFf3Ls .boldSubtitle {
  color: #130947;
}
.cid-tJGjqFf3Ls .info-widget {
  padding-top: 0.5rem;
}
.cid-tJGjqFf3Ls .info-widget .widget-icon {
  display: inline-block;
  font-size: 1.75rem;
  color: #4f87fb;
  margin-right: 15px;
  vertical-align: middle;
}
.cid-tJGjqFf3Ls .info-widget .signature {
  width: 35%;
  height: 75px;
  display: inline-block;
  margin-right: 15px;
  object-fit: contain;
}
.cid-tJGjqFf3Ls .info-widget .widget-content {
  vertical-align: middle;
  display: inline-block;
}
.cid-tJGjqFf3Ls .info-widget .widget-content .widget-title {
  color: #130947;
  margin-bottom: 0;
  font-weight: 700;
}
.cid-tJGjqFf3Ls .info-widget .widget-content .widget-title.display-7 {
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: -0.5px;
}
.cid-tJGjqFf3Ls .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  color: #7e7e7e;
  font-weight: 700;
}
.cid-tJGjqFf3Ls .info-widget .widget-content .widget-text.display-4 {
  line-height: 1.71;
  letter-spacing: -0.5px;
}
.cid-tJGjqFf3Ls .info-widget--right {
  margin-top: 30px;
  padding-top: 0;
}
.cid-tJGjqFf3Ls .info-widget--right .widget-content .widget-title {
  margin-bottom: 0 !important;
  color: #130947;
  font-weight: 700;
}
.cid-tJGjqFf3Ls .info-widget--right .widget-content .widget-title.display-7 {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: -0.5px;
}
@media (max-width: 500px) {
  .cid-tJGjqFf3Ls .wrap-block {
    padding: 3rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tJGjqFf3Ls .mbr-section-title,
  .cid-tJGjqFf3Ls .mbr-section-subtitle,
  .cid-tJGjqFf3Ls .mbr-text {
    text-align: left !important;
  }
  .cid-tJGjqFf3Ls .social-list {
    text-align: left !important;
  }
}
.cid-tJGjqFf3Ls .info-widget--right .widget-content .widget-title {
  color: #4f87fb;
}
.cid-tJGjqFf3Ls .wrap-block .mbr-subtitle,
.cid-tJGjqFf3Ls .menu-content-right {
  color: #cc6d6a;
}
.cid-tID4KWqTL5 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f8f8f8;
}
.cid-tID4KWqTL5 .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-tID4KWqTL5 .wrap-block .contents {
  margin-bottom: 40px;
}
.cid-tID4KWqTL5 .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-tID4KWqTL5 .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-tID4KWqTL5 .mbr-section-title {
  margin-bottom: 10px;
  color: #130947;
  font-weight: 700;
}
.cid-tID4KWqTL5 .mbr-section-title.display-2 {
  font-size: 35px;
  line-height: 1.29;
  letter-spacing: -0.5px;
}
.cid-tID4KWqTL5 .mbr-section-text {
  color: #6d7a8c;
  line-height: 1.5;
  margin-top: 10px;
}
.cid-tID4KWqTL5 .boldSubtitle {
  color: #130947;
}
.cid-tID4KWqTL5 .info-widget {
  padding-top: 0.5rem;
}
.cid-tID4KWqTL5 .info-widget .widget-icon {
  display: inline-block;
  font-size: 1.75rem;
  color: #4f87fb;
  margin-right: 15px;
  vertical-align: middle;
}
.cid-tID4KWqTL5 .info-widget .signature {
  width: 35%;
  height: 75px;
  display: inline-block;
  margin-right: 15px;
  object-fit: contain;
}
.cid-tID4KWqTL5 .info-widget .widget-content {
  vertical-align: middle;
  display: inline-block;
}
.cid-tID4KWqTL5 .info-widget .widget-content .widget-title {
  color: #130947;
  margin-bottom: 0;
  font-weight: 700;
}
.cid-tID4KWqTL5 .info-widget .widget-content .widget-title.display-7 {
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: -0.5px;
}
.cid-tID4KWqTL5 .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  color: #7e7e7e;
  font-weight: 700;
}
.cid-tID4KWqTL5 .info-widget .widget-content .widget-text.display-4 {
  line-height: 1.71;
  letter-spacing: -0.5px;
}
.cid-tID4KWqTL5 .info-widget--right {
  margin-top: 30px;
  padding-top: 0;
}
.cid-tID4KWqTL5 .info-widget--right .widget-content .widget-title {
  margin-bottom: 0 !important;
  color: #130947;
  font-weight: 700;
}
.cid-tID4KWqTL5 .info-widget--right .widget-content .widget-title.display-7 {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: -0.5px;
}
@media (max-width: 500px) {
  .cid-tID4KWqTL5 .wrap-block {
    padding: 3rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tID4KWqTL5 .mbr-section-title,
  .cid-tID4KWqTL5 .mbr-section-subtitle,
  .cid-tID4KWqTL5 .mbr-text {
    text-align: left !important;
  }
  .cid-tID4KWqTL5 .social-list {
    text-align: left !important;
  }
}
.cid-tID4KWqTL5 .info-widget--right .widget-content .widget-title {
  color: #4f87fb;
}
.cid-tID4KWqTL5 .wrap-block .mbr-subtitle,
.cid-tID4KWqTL5 .menu-content-right {
  color: #cc6d6a;
}
.cid-tJGgYnDGNh {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f8f8f8;
}
.cid-tJGgYnDGNh .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-tJGgYnDGNh .wrap-block .contents {
  margin-bottom: 40px;
}
.cid-tJGgYnDGNh .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-tJGgYnDGNh .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-tJGgYnDGNh .mbr-section-title {
  margin-bottom: 10px;
  color: #130947;
  font-weight: 700;
}
.cid-tJGgYnDGNh .mbr-section-title.display-2 {
  font-size: 35px;
  line-height: 1.29;
  letter-spacing: -0.5px;
}
.cid-tJGgYnDGNh .mbr-section-text {
  color: #6d7a8c;
  line-height: 1.5;
  margin-top: 10px;
}
.cid-tJGgYnDGNh .boldSubtitle {
  color: #130947;
}
.cid-tJGgYnDGNh .info-widget {
  padding-top: 0.5rem;
}
.cid-tJGgYnDGNh .info-widget .widget-icon {
  display: inline-block;
  font-size: 1.75rem;
  color: #4f87fb;
  margin-right: 15px;
  vertical-align: middle;
}
.cid-tJGgYnDGNh .info-widget .signature {
  width: 35%;
  height: 75px;
  display: inline-block;
  margin-right: 15px;
  object-fit: contain;
}
.cid-tJGgYnDGNh .info-widget .widget-content {
  vertical-align: middle;
  display: inline-block;
}
.cid-tJGgYnDGNh .info-widget .widget-content .widget-title {
  color: #130947;
  margin-bottom: 0;
  font-weight: 700;
}
.cid-tJGgYnDGNh .info-widget .widget-content .widget-title.display-7 {
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: -0.5px;
}
.cid-tJGgYnDGNh .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  color: #7e7e7e;
  font-weight: 700;
}
.cid-tJGgYnDGNh .info-widget .widget-content .widget-text.display-4 {
  line-height: 1.71;
  letter-spacing: -0.5px;
}
.cid-tJGgYnDGNh .info-widget--right {
  margin-top: 30px;
  padding-top: 0;
}
.cid-tJGgYnDGNh .info-widget--right .widget-content .widget-title {
  margin-bottom: 0 !important;
  color: #130947;
  font-weight: 700;
}
.cid-tJGgYnDGNh .info-widget--right .widget-content .widget-title.display-7 {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: -0.5px;
}
@media (max-width: 500px) {
  .cid-tJGgYnDGNh .wrap-block {
    padding: 3rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tJGgYnDGNh .mbr-section-title,
  .cid-tJGgYnDGNh .mbr-section-subtitle,
  .cid-tJGgYnDGNh .mbr-text {
    text-align: left !important;
  }
  .cid-tJGgYnDGNh .social-list {
    text-align: left !important;
  }
}
.cid-tJGgYnDGNh .info-widget--right .widget-content .widget-title {
  color: #4f87fb;
}
.cid-tJGgYnDGNh .wrap-block .mbr-subtitle,
.cid-tJGgYnDGNh .menu-content-right {
  color: #cc6d6a;
}
.cid-tFZl0SZ5Yg {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f8f8f8;
}
.cid-tFZl0SZ5Yg .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-tFZl0SZ5Yg .wrap-block .contents {
  margin-bottom: 40px;
}
.cid-tFZl0SZ5Yg .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-tFZl0SZ5Yg .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-tFZl0SZ5Yg .mbr-section-title {
  margin-bottom: 10px;
  color: #130947;
  font-weight: 700;
}
.cid-tFZl0SZ5Yg .mbr-section-title.display-2 {
  font-size: 35px;
  line-height: 1.29;
  letter-spacing: -0.5px;
}
.cid-tFZl0SZ5Yg .mbr-section-text {
  color: #6d7a8c;
  line-height: 1.5;
  margin-top: 10px;
}
.cid-tFZl0SZ5Yg .boldSubtitle {
  color: #130947;
}
.cid-tFZl0SZ5Yg .info-widget {
  padding-top: 0.5rem;
}
.cid-tFZl0SZ5Yg .info-widget .widget-icon {
  display: inline-block;
  font-size: 1.75rem;
  color: #4f87fb;
  margin-right: 15px;
  vertical-align: middle;
}
.cid-tFZl0SZ5Yg .info-widget .signature {
  width: 35%;
  height: 75px;
  display: inline-block;
  margin-right: 15px;
  object-fit: contain;
}
.cid-tFZl0SZ5Yg .info-widget .widget-content {
  vertical-align: middle;
  display: inline-block;
}
.cid-tFZl0SZ5Yg .info-widget .widget-content .widget-title {
  color: #130947;
  margin-bottom: 0;
  font-weight: 700;
}
.cid-tFZl0SZ5Yg .info-widget .widget-content .widget-title.display-7 {
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: -0.5px;
}
.cid-tFZl0SZ5Yg .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  color: #7e7e7e;
  font-weight: 700;
}
.cid-tFZl0SZ5Yg .info-widget .widget-content .widget-text.display-4 {
  line-height: 1.71;
  letter-spacing: -0.5px;
}
.cid-tFZl0SZ5Yg .info-widget--right {
  margin-top: 30px;
  padding-top: 0;
}
.cid-tFZl0SZ5Yg .info-widget--right .widget-content .widget-title {
  margin-bottom: 0 !important;
  color: #130947;
  font-weight: 700;
}
.cid-tFZl0SZ5Yg .info-widget--right .widget-content .widget-title.display-7 {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: -0.5px;
}
@media (max-width: 500px) {
  .cid-tFZl0SZ5Yg .wrap-block {
    padding: 3rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tFZl0SZ5Yg .mbr-section-title,
  .cid-tFZl0SZ5Yg .mbr-section-subtitle,
  .cid-tFZl0SZ5Yg .mbr-text {
    text-align: left !important;
  }
  .cid-tFZl0SZ5Yg .social-list {
    text-align: left !important;
  }
}
.cid-tFZl0SZ5Yg .info-widget--right .widget-content .widget-title {
  color: #4f87fb;
}
.cid-tFZl0SZ5Yg .wrap-block .mbr-subtitle,
.cid-tFZl0SZ5Yg .menu-content-right {
  color: #cc6d6a;
}
.cid-tFByAUg3Nq {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f8f8f8;
}
.cid-tFByAUg3Nq .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-tFByAUg3Nq .wrap-block .contents {
  margin-bottom: 40px;
}
.cid-tFByAUg3Nq .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-tFByAUg3Nq .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-tFByAUg3Nq .mbr-section-title {
  margin-bottom: 10px;
  color: #130947;
  font-weight: 700;
}
.cid-tFByAUg3Nq .mbr-section-title.display-2 {
  font-size: 35px;
  line-height: 1.29;
  letter-spacing: -0.5px;
}
.cid-tFByAUg3Nq .mbr-section-text {
  color: #6d7a8c;
  line-height: 1.5;
  margin-top: 10px;
}
.cid-tFByAUg3Nq .boldSubtitle {
  color: #130947;
}
.cid-tFByAUg3Nq .info-widget {
  padding-top: 0.5rem;
}
.cid-tFByAUg3Nq .info-widget .widget-icon {
  display: inline-block;
  font-size: 1.75rem;
  color: #4f87fb;
  margin-right: 15px;
  vertical-align: middle;
}
.cid-tFByAUg3Nq .info-widget .signature {
  width: 35%;
  height: 75px;
  display: inline-block;
  margin-right: 15px;
  object-fit: contain;
}
.cid-tFByAUg3Nq .info-widget .widget-content {
  vertical-align: middle;
  display: inline-block;
}
.cid-tFByAUg3Nq .info-widget .widget-content .widget-title {
  color: #130947;
  margin-bottom: 0;
  font-weight: 700;
}
.cid-tFByAUg3Nq .info-widget .widget-content .widget-title.display-7 {
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: -0.5px;
}
.cid-tFByAUg3Nq .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  color: #7e7e7e;
  font-weight: 700;
}
.cid-tFByAUg3Nq .info-widget .widget-content .widget-text.display-4 {
  line-height: 1.71;
  letter-spacing: -0.5px;
}
.cid-tFByAUg3Nq .info-widget--right {
  margin-top: 30px;
  padding-top: 0;
}
.cid-tFByAUg3Nq .info-widget--right .widget-content .widget-title {
  margin-bottom: 0 !important;
  color: #130947;
  font-weight: 700;
}
.cid-tFByAUg3Nq .info-widget--right .widget-content .widget-title.display-7 {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: -0.5px;
}
@media (max-width: 500px) {
  .cid-tFByAUg3Nq .wrap-block {
    padding: 3rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tFByAUg3Nq .mbr-section-title,
  .cid-tFByAUg3Nq .mbr-section-subtitle,
  .cid-tFByAUg3Nq .mbr-text {
    text-align: left !important;
  }
  .cid-tFByAUg3Nq .social-list {
    text-align: left !important;
  }
}
.cid-tFByAUg3Nq .info-widget--right .widget-content .widget-title {
  color: #4f87fb;
}
.cid-tFByAUg3Nq .wrap-block .mbr-subtitle,
.cid-tFByAUg3Nq .menu-content-right {
  color: #cc6d6a;
}
.cid-tFZaJ3Fgnb {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f8f8f8;
}
.cid-tFZaJ3Fgnb .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-tFZaJ3Fgnb .wrap-block .contents {
  margin-bottom: 40px;
}
.cid-tFZaJ3Fgnb .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-tFZaJ3Fgnb .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-tFZaJ3Fgnb .mbr-section-title {
  margin-bottom: 10px;
  color: #130947;
  font-weight: 700;
}
.cid-tFZaJ3Fgnb .mbr-section-title.display-2 {
  font-size: 35px;
  line-height: 1.29;
  letter-spacing: -0.5px;
}
.cid-tFZaJ3Fgnb .mbr-section-text {
  color: #6d7a8c;
  line-height: 1.5;
  margin-top: 10px;
}
.cid-tFZaJ3Fgnb .boldSubtitle {
  color: #130947;
}
.cid-tFZaJ3Fgnb .info-widget {
  padding-top: 0.5rem;
}
.cid-tFZaJ3Fgnb .info-widget .widget-icon {
  display: inline-block;
  font-size: 1.75rem;
  color: #4f87fb;
  margin-right: 15px;
  vertical-align: middle;
}
.cid-tFZaJ3Fgnb .info-widget .signature {
  width: 35%;
  height: 75px;
  display: inline-block;
  margin-right: 15px;
  object-fit: contain;
}
.cid-tFZaJ3Fgnb .info-widget .widget-content {
  vertical-align: middle;
  display: inline-block;
}
.cid-tFZaJ3Fgnb .info-widget .widget-content .widget-title {
  color: #130947;
  margin-bottom: 0;
  font-weight: 700;
}
.cid-tFZaJ3Fgnb .info-widget .widget-content .widget-title.display-7 {
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: -0.5px;
}
.cid-tFZaJ3Fgnb .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  color: #7e7e7e;
  font-weight: 700;
}
.cid-tFZaJ3Fgnb .info-widget .widget-content .widget-text.display-4 {
  line-height: 1.71;
  letter-spacing: -0.5px;
}
.cid-tFZaJ3Fgnb .info-widget--right {
  margin-top: 30px;
  padding-top: 0;
}
.cid-tFZaJ3Fgnb .info-widget--right .widget-content .widget-title {
  margin-bottom: 0 !important;
  color: #130947;
  font-weight: 700;
}
.cid-tFZaJ3Fgnb .info-widget--right .widget-content .widget-title.display-7 {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: -0.5px;
}
@media (max-width: 500px) {
  .cid-tFZaJ3Fgnb .wrap-block {
    padding: 3rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tFZaJ3Fgnb .mbr-section-title,
  .cid-tFZaJ3Fgnb .mbr-section-subtitle,
  .cid-tFZaJ3Fgnb .mbr-text {
    text-align: left !important;
  }
  .cid-tFZaJ3Fgnb .social-list {
    text-align: left !important;
  }
}
.cid-tFZaJ3Fgnb .info-widget--right .widget-content .widget-title {
  color: #4f87fb;
}
.cid-tFZaJ3Fgnb .wrap-block .mbr-subtitle,
.cid-tFZaJ3Fgnb .menu-content-right {
  color: #cc6d6a;
}
.cid-tCH14OurKY {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f8f8f8;
}
.cid-tCH14OurKY .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-tCH14OurKY .wrap-block .contents {
  margin-bottom: 40px;
}
.cid-tCH14OurKY .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-tCH14OurKY .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-tCH14OurKY .mbr-section-title {
  margin-bottom: 10px;
  color: #130947;
  font-weight: 700;
}
.cid-tCH14OurKY .mbr-section-title.display-2 {
  font-size: 35px;
  line-height: 1.29;
  letter-spacing: -0.5px;
}
.cid-tCH14OurKY .mbr-section-text {
  color: #6d7a8c;
  line-height: 1.5;
  margin-top: 10px;
}
.cid-tCH14OurKY .boldSubtitle {
  color: #130947;
}
.cid-tCH14OurKY .info-widget {
  padding-top: 0.5rem;
}
.cid-tCH14OurKY .info-widget .widget-icon {
  display: inline-block;
  font-size: 1.75rem;
  color: #4f87fb;
  margin-right: 15px;
  vertical-align: middle;
}
.cid-tCH14OurKY .info-widget .signature {
  width: 35%;
  height: 75px;
  display: inline-block;
  margin-right: 15px;
  object-fit: contain;
}
.cid-tCH14OurKY .info-widget .widget-content {
  vertical-align: middle;
  display: inline-block;
}
.cid-tCH14OurKY .info-widget .widget-content .widget-title {
  color: #130947;
  margin-bottom: 0;
  font-weight: 700;
}
.cid-tCH14OurKY .info-widget .widget-content .widget-title.display-7 {
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: -0.5px;
}
.cid-tCH14OurKY .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  color: #7e7e7e;
  font-weight: 700;
}
.cid-tCH14OurKY .info-widget .widget-content .widget-text.display-4 {
  line-height: 1.71;
  letter-spacing: -0.5px;
}
.cid-tCH14OurKY .info-widget--right {
  margin-top: 30px;
  padding-top: 0;
}
.cid-tCH14OurKY .info-widget--right .widget-content .widget-title {
  margin-bottom: 0 !important;
  color: #130947;
  font-weight: 700;
}
.cid-tCH14OurKY .info-widget--right .widget-content .widget-title.display-7 {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: -0.5px;
}
@media (max-width: 500px) {
  .cid-tCH14OurKY .wrap-block {
    padding: 3rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tCH14OurKY .mbr-section-title,
  .cid-tCH14OurKY .mbr-section-subtitle,
  .cid-tCH14OurKY .mbr-text {
    text-align: left !important;
  }
  .cid-tCH14OurKY .social-list {
    text-align: left !important;
  }
}
.cid-tCH14OurKY .info-widget--right .widget-content .widget-title {
  color: #4f87fb;
}
.cid-tCH14OurKY .wrap-block .mbr-subtitle,
.cid-tCH14OurKY .menu-content-right {
  color: #cc6d6a;
}
.cid-tzLtjNEkIO {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f8f8f8;
}
.cid-tzLtjNEkIO .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-tzLtjNEkIO .wrap-block .contents {
  margin-bottom: 40px;
}
.cid-tzLtjNEkIO .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-tzLtjNEkIO .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-tzLtjNEkIO .mbr-section-title {
  margin-bottom: 10px;
  color: #130947;
  font-weight: 700;
}
.cid-tzLtjNEkIO .mbr-section-title.display-2 {
  font-size: 35px;
  line-height: 1.29;
  letter-spacing: -0.5px;
}
.cid-tzLtjNEkIO .mbr-section-text {
  color: #6d7a8c;
  line-height: 1.5;
  margin-top: 10px;
}
.cid-tzLtjNEkIO .boldSubtitle {
  color: #130947;
}
.cid-tzLtjNEkIO .info-widget {
  padding-top: 0.5rem;
}
.cid-tzLtjNEkIO .info-widget .widget-icon {
  display: inline-block;
  font-size: 1.75rem;
  color: #4f87fb;
  margin-right: 15px;
  vertical-align: middle;
}
.cid-tzLtjNEkIO .info-widget .signature {
  width: 35%;
  height: 75px;
  display: inline-block;
  margin-right: 15px;
  object-fit: contain;
}
.cid-tzLtjNEkIO .info-widget .widget-content {
  vertical-align: middle;
  display: inline-block;
}
.cid-tzLtjNEkIO .info-widget .widget-content .widget-title {
  color: #130947;
  margin-bottom: 0;
  font-weight: 700;
}
.cid-tzLtjNEkIO .info-widget .widget-content .widget-title.display-7 {
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: -0.5px;
}
.cid-tzLtjNEkIO .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  color: #7e7e7e;
  font-weight: 700;
}
.cid-tzLtjNEkIO .info-widget .widget-content .widget-text.display-4 {
  line-height: 1.71;
  letter-spacing: -0.5px;
}
.cid-tzLtjNEkIO .info-widget--right {
  margin-top: 30px;
  padding-top: 0;
}
.cid-tzLtjNEkIO .info-widget--right .widget-content .widget-title {
  margin-bottom: 0 !important;
  color: #130947;
  font-weight: 700;
}
.cid-tzLtjNEkIO .info-widget--right .widget-content .widget-title.display-7 {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: -0.5px;
}
@media (max-width: 500px) {
  .cid-tzLtjNEkIO .wrap-block {
    padding: 3rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tzLtjNEkIO .mbr-section-title,
  .cid-tzLtjNEkIO .mbr-section-subtitle,
  .cid-tzLtjNEkIO .mbr-text {
    text-align: left !important;
  }
  .cid-tzLtjNEkIO .social-list {
    text-align: left !important;
  }
}
.cid-tzLtjNEkIO .info-widget--right .widget-content .widget-title {
  color: #4f87fb;
}
.cid-tzLtjNEkIO .wrap-block .mbr-subtitle,
.cid-tzLtjNEkIO .menu-content-right {
  color: #cc6d6a;
}
.cid-tzLAJ8DR7K {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f8f8f8;
}
.cid-tzLAJ8DR7K .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-tzLAJ8DR7K .wrap-block .contents {
  margin-bottom: 40px;
}
.cid-tzLAJ8DR7K .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-tzLAJ8DR7K .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-tzLAJ8DR7K .mbr-section-title {
  margin-bottom: 10px;
  color: #130947;
  font-weight: 700;
}
.cid-tzLAJ8DR7K .mbr-section-title.display-2 {
  font-size: 35px;
  line-height: 1.29;
  letter-spacing: -0.5px;
}
.cid-tzLAJ8DR7K .mbr-section-text {
  color: #6d7a8c;
  line-height: 1.5;
  margin-top: 10px;
}
.cid-tzLAJ8DR7K .boldSubtitle {
  color: #130947;
}
.cid-tzLAJ8DR7K .info-widget {
  padding-top: 0.5rem;
}
.cid-tzLAJ8DR7K .info-widget .widget-icon {
  display: inline-block;
  font-size: 1.75rem;
  color: #4f87fb;
  margin-right: 15px;
  vertical-align: middle;
}
.cid-tzLAJ8DR7K .info-widget .signature {
  width: 35%;
  height: 75px;
  display: inline-block;
  margin-right: 15px;
  object-fit: contain;
}
.cid-tzLAJ8DR7K .info-widget .widget-content {
  vertical-align: middle;
  display: inline-block;
}
.cid-tzLAJ8DR7K .info-widget .widget-content .widget-title {
  color: #130947;
  margin-bottom: 0;
  font-weight: 700;
}
.cid-tzLAJ8DR7K .info-widget .widget-content .widget-title.display-7 {
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: -0.5px;
}
.cid-tzLAJ8DR7K .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  color: #7e7e7e;
  font-weight: 700;
}
.cid-tzLAJ8DR7K .info-widget .widget-content .widget-text.display-4 {
  line-height: 1.71;
  letter-spacing: -0.5px;
}
.cid-tzLAJ8DR7K .info-widget--right {
  margin-top: 30px;
  padding-top: 0;
}
.cid-tzLAJ8DR7K .info-widget--right .widget-content .widget-title {
  margin-bottom: 0 !important;
  color: #130947;
  font-weight: 700;
}
.cid-tzLAJ8DR7K .info-widget--right .widget-content .widget-title.display-7 {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: -0.5px;
}
@media (max-width: 500px) {
  .cid-tzLAJ8DR7K .wrap-block {
    padding: 3rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tzLAJ8DR7K .mbr-section-title,
  .cid-tzLAJ8DR7K .mbr-section-subtitle,
  .cid-tzLAJ8DR7K .mbr-text {
    text-align: left !important;
  }
  .cid-tzLAJ8DR7K .social-list {
    text-align: left !important;
  }
}
.cid-tzLAJ8DR7K .info-widget--right .widget-content .widget-title {
  color: #4f87fb;
}
.cid-tzLAJ8DR7K .wrap-block .mbr-subtitle,
.cid-tzLAJ8DR7K .menu-content-right {
  color: #cc6d6a;
}
.cid-tuu7Hfm9o8 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f8f8f8;
}
.cid-tuu7Hfm9o8 .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-tuu7Hfm9o8 .wrap-block .contents {
  margin-bottom: 40px;
}
.cid-tuu7Hfm9o8 .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-tuu7Hfm9o8 .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-tuu7Hfm9o8 .mbr-section-title {
  margin-bottom: 10px;
  color: #130947;
  font-weight: 700;
}
.cid-tuu7Hfm9o8 .mbr-section-title.display-2 {
  font-size: 35px;
  line-height: 1.29;
  letter-spacing: -0.5px;
}
.cid-tuu7Hfm9o8 .mbr-section-text {
  color: #6d7a8c;
  line-height: 1.5;
  margin-top: 10px;
}
.cid-tuu7Hfm9o8 .boldSubtitle {
  color: #130947;
}
.cid-tuu7Hfm9o8 .info-widget {
  padding-top: 0.5rem;
}
.cid-tuu7Hfm9o8 .info-widget .widget-icon {
  display: inline-block;
  font-size: 1.75rem;
  color: #4f87fb;
  margin-right: 15px;
  vertical-align: middle;
}
.cid-tuu7Hfm9o8 .info-widget .signature {
  width: 35%;
  height: 75px;
  display: inline-block;
  margin-right: 15px;
  object-fit: contain;
}
.cid-tuu7Hfm9o8 .info-widget .widget-content {
  vertical-align: middle;
  display: inline-block;
}
.cid-tuu7Hfm9o8 .info-widget .widget-content .widget-title {
  color: #130947;
  margin-bottom: 0;
  font-weight: 700;
}
.cid-tuu7Hfm9o8 .info-widget .widget-content .widget-title.display-7 {
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: -0.5px;
}
.cid-tuu7Hfm9o8 .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  color: #7e7e7e;
  font-weight: 700;
}
.cid-tuu7Hfm9o8 .info-widget .widget-content .widget-text.display-4 {
  line-height: 1.71;
  letter-spacing: -0.5px;
}
.cid-tuu7Hfm9o8 .info-widget--right {
  margin-top: 30px;
  padding-top: 0;
}
.cid-tuu7Hfm9o8 .info-widget--right .widget-content .widget-title {
  margin-bottom: 0 !important;
  color: #130947;
  font-weight: 700;
}
.cid-tuu7Hfm9o8 .info-widget--right .widget-content .widget-title.display-7 {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: -0.5px;
}
@media (max-width: 500px) {
  .cid-tuu7Hfm9o8 .wrap-block {
    padding: 3rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tuu7Hfm9o8 .mbr-section-title,
  .cid-tuu7Hfm9o8 .mbr-section-subtitle,
  .cid-tuu7Hfm9o8 .mbr-text {
    text-align: left !important;
  }
  .cid-tuu7Hfm9o8 .social-list {
    text-align: left !important;
  }
}
.cid-tuu7Hfm9o8 .info-widget--right .widget-content .widget-title {
  color: #4f87fb;
}
.cid-tuu7Hfm9o8 .wrap-block .mbr-subtitle,
.cid-tuu7Hfm9o8 .menu-content-right {
  color: #cc6d6a;
}
.cid-tnv79QFV4J {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f8f8f8;
}
.cid-tnv79QFV4J .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-tnv79QFV4J .wrap-block .contents {
  margin-bottom: 40px;
}
.cid-tnv79QFV4J .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-tnv79QFV4J .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-tnv79QFV4J .mbr-section-title {
  margin-bottom: 10px;
  color: #130947;
  font-weight: 700;
}
.cid-tnv79QFV4J .mbr-section-title.display-2 {
  font-size: 35px;
  line-height: 1.29;
  letter-spacing: -0.5px;
}
.cid-tnv79QFV4J .mbr-section-text {
  color: #6d7a8c;
  line-height: 1.5;
  margin-top: 10px;
}
.cid-tnv79QFV4J .boldSubtitle {
  color: #130947;
}
.cid-tnv79QFV4J .info-widget {
  padding-top: 0.5rem;
}
.cid-tnv79QFV4J .info-widget .widget-icon {
  display: inline-block;
  font-size: 1.75rem;
  color: #4f87fb;
  margin-right: 15px;
  vertical-align: middle;
}
.cid-tnv79QFV4J .info-widget .signature {
  width: 35%;
  height: 75px;
  display: inline-block;
  margin-right: 15px;
  object-fit: contain;
}
.cid-tnv79QFV4J .info-widget .widget-content {
  vertical-align: middle;
  display: inline-block;
}
.cid-tnv79QFV4J .info-widget .widget-content .widget-title {
  color: #130947;
  margin-bottom: 0;
  font-weight: 700;
}
.cid-tnv79QFV4J .info-widget .widget-content .widget-title.display-7 {
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: -0.5px;
}
.cid-tnv79QFV4J .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  color: #7e7e7e;
  font-weight: 700;
}
.cid-tnv79QFV4J .info-widget .widget-content .widget-text.display-4 {
  line-height: 1.71;
  letter-spacing: -0.5px;
}
.cid-tnv79QFV4J .info-widget--right {
  margin-top: 30px;
  padding-top: 0;
}
.cid-tnv79QFV4J .info-widget--right .widget-content .widget-title {
  margin-bottom: 0 !important;
  color: #130947;
  font-weight: 700;
}
.cid-tnv79QFV4J .info-widget--right .widget-content .widget-title.display-7 {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: -0.5px;
}
@media (max-width: 500px) {
  .cid-tnv79QFV4J .wrap-block {
    padding: 3rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tnv79QFV4J .mbr-section-title,
  .cid-tnv79QFV4J .mbr-section-subtitle,
  .cid-tnv79QFV4J .mbr-text {
    text-align: left !important;
  }
  .cid-tnv79QFV4J .social-list {
    text-align: left !important;
  }
}
.cid-tnv79QFV4J .info-widget--right .widget-content .widget-title {
  color: #4f87fb;
}
.cid-tnv79QFV4J .wrap-block .mbr-subtitle,
.cid-tnv79QFV4J .menu-content-right {
  color: #cc6d6a;
}
.cid-tlUOR9dSoH {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f8f8f8;
}
.cid-tlUOR9dSoH .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-tlUOR9dSoH .wrap-block .contents {
  margin-bottom: 40px;
}
.cid-tlUOR9dSoH .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-tlUOR9dSoH .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-tlUOR9dSoH .mbr-section-title {
  margin-bottom: 10px;
  color: #130947;
  font-weight: 700;
}
.cid-tlUOR9dSoH .mbr-section-title.display-2 {
  font-size: 35px;
  line-height: 1.29;
  letter-spacing: -0.5px;
}
.cid-tlUOR9dSoH .mbr-section-text {
  color: #6d7a8c;
  line-height: 1.5;
  margin-top: 10px;
}
.cid-tlUOR9dSoH .boldSubtitle {
  color: #130947;
}
.cid-tlUOR9dSoH .info-widget {
  padding-top: 0.5rem;
}
.cid-tlUOR9dSoH .info-widget .widget-icon {
  display: inline-block;
  font-size: 1.75rem;
  color: #4f87fb;
  margin-right: 15px;
  vertical-align: middle;
}
.cid-tlUOR9dSoH .info-widget .signature {
  width: 35%;
  height: 75px;
  display: inline-block;
  margin-right: 15px;
  object-fit: contain;
}
.cid-tlUOR9dSoH .info-widget .widget-content {
  vertical-align: middle;
  display: inline-block;
}
.cid-tlUOR9dSoH .info-widget .widget-content .widget-title {
  color: #130947;
  margin-bottom: 0;
  font-weight: 700;
}
.cid-tlUOR9dSoH .info-widget .widget-content .widget-title.display-7 {
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: -0.5px;
}
.cid-tlUOR9dSoH .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  color: #7e7e7e;
  font-weight: 700;
}
.cid-tlUOR9dSoH .info-widget .widget-content .widget-text.display-4 {
  line-height: 1.71;
  letter-spacing: -0.5px;
}
.cid-tlUOR9dSoH .info-widget--right {
  margin-top: 30px;
  padding-top: 0;
}
.cid-tlUOR9dSoH .info-widget--right .widget-content .widget-title {
  margin-bottom: 0 !important;
  color: #130947;
  font-weight: 700;
}
.cid-tlUOR9dSoH .info-widget--right .widget-content .widget-title.display-7 {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: -0.5px;
}
@media (max-width: 500px) {
  .cid-tlUOR9dSoH .wrap-block {
    padding: 3rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tlUOR9dSoH .mbr-section-title,
  .cid-tlUOR9dSoH .mbr-section-subtitle,
  .cid-tlUOR9dSoH .mbr-text {
    text-align: left !important;
  }
  .cid-tlUOR9dSoH .social-list {
    text-align: left !important;
  }
}
.cid-tlUOR9dSoH .info-widget--right .widget-content .widget-title {
  color: #4f87fb;
}
.cid-tlUOR9dSoH .wrap-block .mbr-subtitle,
.cid-tlUOR9dSoH .menu-content-right {
  color: #cc6d6a;
}
.cid-tlPbM5PqOg {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f8f8f8;
}
.cid-tlPbM5PqOg .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-tlPbM5PqOg .wrap-block .contents {
  margin-bottom: 40px;
}
.cid-tlPbM5PqOg .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-tlPbM5PqOg .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-tlPbM5PqOg .mbr-section-title {
  margin-bottom: 10px;
  color: #130947;
  font-weight: 700;
}
.cid-tlPbM5PqOg .mbr-section-title.display-2 {
  font-size: 35px;
  line-height: 1.29;
  letter-spacing: -0.5px;
}
.cid-tlPbM5PqOg .mbr-section-text {
  color: #6d7a8c;
  line-height: 1.5;
  margin-top: 10px;
}
.cid-tlPbM5PqOg .boldSubtitle {
  color: #130947;
}
.cid-tlPbM5PqOg .info-widget {
  padding-top: 0.5rem;
}
.cid-tlPbM5PqOg .info-widget .widget-icon {
  display: inline-block;
  font-size: 1.75rem;
  color: #4f87fb;
  margin-right: 15px;
  vertical-align: middle;
}
.cid-tlPbM5PqOg .info-widget .signature {
  width: 35%;
  height: 75px;
  display: inline-block;
  margin-right: 15px;
  object-fit: contain;
}
.cid-tlPbM5PqOg .info-widget .widget-content {
  vertical-align: middle;
  display: inline-block;
}
.cid-tlPbM5PqOg .info-widget .widget-content .widget-title {
  color: #130947;
  margin-bottom: 0;
  font-weight: 700;
}
.cid-tlPbM5PqOg .info-widget .widget-content .widget-title.display-7 {
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: -0.5px;
}
.cid-tlPbM5PqOg .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  color: #7e7e7e;
  font-weight: 700;
}
.cid-tlPbM5PqOg .info-widget .widget-content .widget-text.display-4 {
  line-height: 1.71;
  letter-spacing: -0.5px;
}
.cid-tlPbM5PqOg .info-widget--right {
  margin-top: 30px;
  padding-top: 0;
}
.cid-tlPbM5PqOg .info-widget--right .widget-content .widget-title {
  margin-bottom: 0 !important;
  color: #130947;
  font-weight: 700;
}
.cid-tlPbM5PqOg .info-widget--right .widget-content .widget-title.display-7 {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: -0.5px;
}
@media (max-width: 500px) {
  .cid-tlPbM5PqOg .wrap-block {
    padding: 3rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tlPbM5PqOg .mbr-section-title,
  .cid-tlPbM5PqOg .mbr-section-subtitle,
  .cid-tlPbM5PqOg .mbr-text {
    text-align: left !important;
  }
  .cid-tlPbM5PqOg .social-list {
    text-align: left !important;
  }
}
.cid-tlPbM5PqOg .info-widget--right .widget-content .widget-title {
  color: #4f87fb;
}
.cid-tlPbM5PqOg .wrap-block .mbr-subtitle,
.cid-tlPbM5PqOg .menu-content-right {
  color: #cc6d6a;
}
.cid-tkG6h6BOXr {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f8f8f8;
}
.cid-tkG6h6BOXr .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-tkG6h6BOXr .wrap-block .contents {
  margin-bottom: 40px;
}
.cid-tkG6h6BOXr .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-tkG6h6BOXr .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-tkG6h6BOXr .mbr-section-title {
  margin-bottom: 10px;
  color: #130947;
  font-weight: 700;
}
.cid-tkG6h6BOXr .mbr-section-title.display-2 {
  font-size: 35px;
  line-height: 1.29;
  letter-spacing: -0.5px;
}
.cid-tkG6h6BOXr .mbr-section-text {
  color: #6d7a8c;
  line-height: 1.5;
  margin-top: 10px;
}
.cid-tkG6h6BOXr .boldSubtitle {
  color: #130947;
}
.cid-tkG6h6BOXr .info-widget {
  padding-top: 0.5rem;
}
.cid-tkG6h6BOXr .info-widget .widget-icon {
  display: inline-block;
  font-size: 1.75rem;
  color: #4f87fb;
  margin-right: 15px;
  vertical-align: middle;
}
.cid-tkG6h6BOXr .info-widget .signature {
  width: 35%;
  height: 75px;
  display: inline-block;
  margin-right: 15px;
  object-fit: contain;
}
.cid-tkG6h6BOXr .info-widget .widget-content {
  vertical-align: middle;
  display: inline-block;
}
.cid-tkG6h6BOXr .info-widget .widget-content .widget-title {
  color: #130947;
  margin-bottom: 0;
  font-weight: 700;
}
.cid-tkG6h6BOXr .info-widget .widget-content .widget-title.display-7 {
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: -0.5px;
}
.cid-tkG6h6BOXr .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  color: #7e7e7e;
  font-weight: 700;
}
.cid-tkG6h6BOXr .info-widget .widget-content .widget-text.display-4 {
  line-height: 1.71;
  letter-spacing: -0.5px;
}
.cid-tkG6h6BOXr .info-widget--right {
  margin-top: 30px;
  padding-top: 0;
}
.cid-tkG6h6BOXr .info-widget--right .widget-content .widget-title {
  margin-bottom: 0 !important;
  color: #130947;
  font-weight: 700;
}
.cid-tkG6h6BOXr .info-widget--right .widget-content .widget-title.display-7 {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: -0.5px;
}
@media (max-width: 500px) {
  .cid-tkG6h6BOXr .wrap-block {
    padding: 3rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tkG6h6BOXr .mbr-section-title,
  .cid-tkG6h6BOXr .mbr-section-subtitle,
  .cid-tkG6h6BOXr .mbr-text {
    text-align: left !important;
  }
  .cid-tkG6h6BOXr .social-list {
    text-align: left !important;
  }
}
.cid-tkG6h6BOXr .info-widget--right .widget-content .widget-title {
  color: #4f87fb;
}
.cid-tkG6h6BOXr .wrap-block .mbr-subtitle,
.cid-tkG6h6BOXr .menu-content-right {
  color: #cc6d6a;
}
.cid-tkG2Za8nUN {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f8f8f8;
}
.cid-tkG2Za8nUN .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-tkG2Za8nUN .wrap-block .contents {
  margin-bottom: 40px;
}
.cid-tkG2Za8nUN .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-tkG2Za8nUN .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-tkG2Za8nUN .mbr-section-title {
  margin-bottom: 10px;
  color: #130947;
  font-weight: 700;
}
.cid-tkG2Za8nUN .mbr-section-title.display-2 {
  font-size: 35px;
  line-height: 1.29;
  letter-spacing: -0.5px;
}
.cid-tkG2Za8nUN .mbr-section-text {
  color: #6d7a8c;
  line-height: 1.5;
  margin-top: 10px;
}
.cid-tkG2Za8nUN .boldSubtitle {
  color: #130947;
}
.cid-tkG2Za8nUN .info-widget {
  padding-top: 0.5rem;
}
.cid-tkG2Za8nUN .info-widget .widget-icon {
  display: inline-block;
  font-size: 1.75rem;
  color: #4f87fb;
  margin-right: 15px;
  vertical-align: middle;
}
.cid-tkG2Za8nUN .info-widget .signature {
  width: 35%;
  height: 75px;
  display: inline-block;
  margin-right: 15px;
  object-fit: contain;
}
.cid-tkG2Za8nUN .info-widget .widget-content {
  vertical-align: middle;
  display: inline-block;
}
.cid-tkG2Za8nUN .info-widget .widget-content .widget-title {
  color: #130947;
  margin-bottom: 0;
  font-weight: 700;
}
.cid-tkG2Za8nUN .info-widget .widget-content .widget-title.display-7 {
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: -0.5px;
}
.cid-tkG2Za8nUN .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  color: #7e7e7e;
  font-weight: 700;
}
.cid-tkG2Za8nUN .info-widget .widget-content .widget-text.display-4 {
  line-height: 1.71;
  letter-spacing: -0.5px;
}
.cid-tkG2Za8nUN .info-widget--right {
  margin-top: 30px;
  padding-top: 0;
}
.cid-tkG2Za8nUN .info-widget--right .widget-content .widget-title {
  margin-bottom: 0 !important;
  color: #130947;
  font-weight: 700;
}
.cid-tkG2Za8nUN .info-widget--right .widget-content .widget-title.display-7 {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: -0.5px;
}
@media (max-width: 500px) {
  .cid-tkG2Za8nUN .wrap-block {
    padding: 3rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tkG2Za8nUN .mbr-section-title,
  .cid-tkG2Za8nUN .mbr-section-subtitle,
  .cid-tkG2Za8nUN .mbr-text {
    text-align: left !important;
  }
  .cid-tkG2Za8nUN .social-list {
    text-align: left !important;
  }
}
.cid-tkG2Za8nUN .info-widget--right .widget-content .widget-title {
  color: #4f87fb;
}
.cid-tkG2Za8nUN .wrap-block .mbr-subtitle,
.cid-tkG2Za8nUN .menu-content-right {
  color: #cc6d6a;
}
.cid-tkG2wrXc2w {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f8f8f8;
}
.cid-tkG2wrXc2w .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-tkG2wrXc2w .wrap-block .contents {
  margin-bottom: 40px;
}
.cid-tkG2wrXc2w .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-tkG2wrXc2w .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-tkG2wrXc2w .mbr-section-title {
  margin-bottom: 10px;
  color: #130947;
  font-weight: 700;
}
.cid-tkG2wrXc2w .mbr-section-title.display-2 {
  font-size: 35px;
  line-height: 1.29;
  letter-spacing: -0.5px;
}
.cid-tkG2wrXc2w .mbr-section-text {
  color: #6d7a8c;
  line-height: 1.5;
  margin-top: 10px;
}
.cid-tkG2wrXc2w .boldSubtitle {
  color: #130947;
}
.cid-tkG2wrXc2w .info-widget {
  padding-top: 0.5rem;
}
.cid-tkG2wrXc2w .info-widget .widget-icon {
  display: inline-block;
  font-size: 1.75rem;
  color: #4f87fb;
  margin-right: 15px;
  vertical-align: middle;
}
.cid-tkG2wrXc2w .info-widget .signature {
  width: 35%;
  height: 75px;
  display: inline-block;
  margin-right: 15px;
  object-fit: contain;
}
.cid-tkG2wrXc2w .info-widget .widget-content {
  vertical-align: middle;
  display: inline-block;
}
.cid-tkG2wrXc2w .info-widget .widget-content .widget-title {
  color: #130947;
  margin-bottom: 0;
  font-weight: 700;
}
.cid-tkG2wrXc2w .info-widget .widget-content .widget-title.display-7 {
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: -0.5px;
}
.cid-tkG2wrXc2w .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  color: #7e7e7e;
  font-weight: 700;
}
.cid-tkG2wrXc2w .info-widget .widget-content .widget-text.display-4 {
  line-height: 1.71;
  letter-spacing: -0.5px;
}
.cid-tkG2wrXc2w .info-widget--right {
  margin-top: 30px;
  padding-top: 0;
}
.cid-tkG2wrXc2w .info-widget--right .widget-content .widget-title {
  margin-bottom: 0 !important;
  color: #130947;
  font-weight: 700;
}
.cid-tkG2wrXc2w .info-widget--right .widget-content .widget-title.display-7 {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: -0.5px;
}
@media (max-width: 500px) {
  .cid-tkG2wrXc2w .wrap-block {
    padding: 3rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tkG2wrXc2w .mbr-section-title,
  .cid-tkG2wrXc2w .mbr-section-subtitle,
  .cid-tkG2wrXc2w .mbr-text {
    text-align: left !important;
  }
  .cid-tkG2wrXc2w .social-list {
    text-align: left !important;
  }
}
.cid-tkG2wrXc2w .info-widget--right .widget-content .widget-title {
  color: #4f87fb;
}
.cid-tkG2wrXc2w .wrap-block .mbr-subtitle,
.cid-tkG2wrXc2w .menu-content-right {
  color: #cc6d6a;
}
.cid-teWEtyWeDC {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f8f8f8;
}
.cid-teWEtyWeDC .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-teWEtyWeDC .wrap-block .contents {
  margin-bottom: 40px;
}
.cid-teWEtyWeDC .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-teWEtyWeDC .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-teWEtyWeDC .mbr-section-title {
  margin-bottom: 10px;
  color: #130947;
  font-weight: 700;
}
.cid-teWEtyWeDC .mbr-section-title.display-2 {
  font-size: 35px;
  line-height: 1.29;
  letter-spacing: -0.5px;
}
.cid-teWEtyWeDC .mbr-section-text {
  color: #6d7a8c;
  line-height: 1.5;
  margin-top: 10px;
}
.cid-teWEtyWeDC .boldSubtitle {
  color: #130947;
}
.cid-teWEtyWeDC .info-widget {
  padding-top: 0.5rem;
}
.cid-teWEtyWeDC .info-widget .widget-icon {
  display: inline-block;
  font-size: 1.75rem;
  color: #4f87fb;
  margin-right: 15px;
  vertical-align: middle;
}
.cid-teWEtyWeDC .info-widget .signature {
  width: 35%;
  height: 75px;
  display: inline-block;
  margin-right: 15px;
  object-fit: contain;
}
.cid-teWEtyWeDC .info-widget .widget-content {
  vertical-align: middle;
  display: inline-block;
}
.cid-teWEtyWeDC .info-widget .widget-content .widget-title {
  color: #130947;
  margin-bottom: 0;
  font-weight: 700;
}
.cid-teWEtyWeDC .info-widget .widget-content .widget-title.display-7 {
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: -0.5px;
}
.cid-teWEtyWeDC .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  color: #7e7e7e;
  font-weight: 700;
}
.cid-teWEtyWeDC .info-widget .widget-content .widget-text.display-4 {
  line-height: 1.71;
  letter-spacing: -0.5px;
}
.cid-teWEtyWeDC .info-widget--right {
  margin-top: 30px;
  padding-top: 0;
}
.cid-teWEtyWeDC .info-widget--right .widget-content .widget-title {
  margin-bottom: 0 !important;
  color: #130947;
  font-weight: 700;
}
.cid-teWEtyWeDC .info-widget--right .widget-content .widget-title.display-7 {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: -0.5px;
}
@media (max-width: 500px) {
  .cid-teWEtyWeDC .wrap-block {
    padding: 3rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-teWEtyWeDC .mbr-section-title,
  .cid-teWEtyWeDC .mbr-section-subtitle,
  .cid-teWEtyWeDC .mbr-text {
    text-align: left !important;
  }
  .cid-teWEtyWeDC .social-list {
    text-align: left !important;
  }
}
.cid-teWEtyWeDC .info-widget--right .widget-content .widget-title {
  color: #4f87fb;
}
.cid-teWEtyWeDC .wrap-block .mbr-subtitle,
.cid-teWEtyWeDC .menu-content-right {
  color: #cc6d6a;
}
.cid-sX6d3HRRvs {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f8f8f8;
}
.cid-sX6d3HRRvs .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-sX6d3HRRvs .wrap-block .contents {
  margin-bottom: 40px;
}
.cid-sX6d3HRRvs .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-sX6d3HRRvs .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-sX6d3HRRvs .mbr-section-title {
  margin-bottom: 10px;
  color: #130947;
  font-weight: 700;
}
.cid-sX6d3HRRvs .mbr-section-title.display-2 {
  font-size: 35px;
  line-height: 1.29;
  letter-spacing: -0.5px;
}
.cid-sX6d3HRRvs .mbr-section-text {
  color: #6d7a8c;
  line-height: 1.5;
  margin-top: 10px;
}
.cid-sX6d3HRRvs .boldSubtitle {
  color: #130947;
}
.cid-sX6d3HRRvs .info-widget {
  padding-top: 0.5rem;
}
.cid-sX6d3HRRvs .info-widget .widget-icon {
  display: inline-block;
  font-size: 1.75rem;
  color: #4f87fb;
  margin-right: 15px;
  vertical-align: middle;
}
.cid-sX6d3HRRvs .info-widget .signature {
  width: 35%;
  height: 75px;
  display: inline-block;
  margin-right: 15px;
  object-fit: contain;
}
.cid-sX6d3HRRvs .info-widget .widget-content {
  vertical-align: middle;
  display: inline-block;
}
.cid-sX6d3HRRvs .info-widget .widget-content .widget-title {
  color: #130947;
  margin-bottom: 0;
  font-weight: 700;
}
.cid-sX6d3HRRvs .info-widget .widget-content .widget-title.display-7 {
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: -0.5px;
}
.cid-sX6d3HRRvs .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  color: #7e7e7e;
  font-weight: 700;
}
.cid-sX6d3HRRvs .info-widget .widget-content .widget-text.display-4 {
  line-height: 1.71;
  letter-spacing: -0.5px;
}
.cid-sX6d3HRRvs .info-widget--right {
  margin-top: 30px;
  padding-top: 0;
}
.cid-sX6d3HRRvs .info-widget--right .widget-content .widget-title {
  margin-bottom: 0 !important;
  color: #130947;
  font-weight: 700;
}
.cid-sX6d3HRRvs .info-widget--right .widget-content .widget-title.display-7 {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: -0.5px;
}
@media (max-width: 500px) {
  .cid-sX6d3HRRvs .wrap-block {
    padding: 3rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sX6d3HRRvs .mbr-section-title,
  .cid-sX6d3HRRvs .mbr-section-subtitle,
  .cid-sX6d3HRRvs .mbr-text {
    text-align: left !important;
  }
  .cid-sX6d3HRRvs .social-list {
    text-align: left !important;
  }
}
.cid-sX6d3HRRvs .info-widget--right .widget-content .widget-title {
  color: #4f87fb;
}
.cid-sX6d3HRRvs .wrap-block .mbr-subtitle,
.cid-sX6d3HRRvs .menu-content-right {
  color: #cc6d6a;
}
.cid-tQiew3Yxpp {
  padding-top: 60px;
  padding-bottom: 75px;
  background: #ffffff;
}
.cid-tQiew3Yxpp .mbr-section-subtitle {
  color: #cccccc;
}
.cid-tQiew3Yxpp h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 2rem;
  letter-spacing: 4px;
}
.cid-tQiew3Yxpp h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tQiew3Yxpp h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tQiew3Yxpp .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #767676;
  margin: 15px 0.5rem;
  display: block;
}
.cid-tQiew3Yxpp .mbr-iconfont-social:before {
  padding: 0.6rem;
  border: 2px solid;
  border-radius: 100px;
  transition: all 0.3s;
}
.cid-tQiew3Yxpp .mbr-iconfont-social:hover {
  color: #ffffff;
}
.cid-tQiew3Yxpp .mbr-iconfont-social:hover:before {
  background: #767676;
  transition: all 0.3s;
  border-color: transparent;
}
.cid-tQiew3Yxpp .social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-tQiew3Yxpp .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-tQiew3Yxpp .mbr-iconfont-social {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
  }
}
.cid-tQiew3Yxpp .mbr-section-title,
.cid-tQiew3Yxpp .social-list {
  color: #124ad6;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tQiew3Yxpp h2:before,
  .cid-tQiew3Yxpp h2:after {
    display: none;
  }
}
.cid-tQiew3Yxpp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQiew3Yxpp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxLlSCVMaT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #918787;
}
.cid-uxLlSCVMaT .container-fluid {
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 992px) {
  .cid-uxLlSCVMaT .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uxLlSCVMaT .row {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #7F8678;
  border-top: 1px solid #7F8678;
  margin-top: -1px;
}
.cid-uxLlSCVMaT .footer-item {
  display: flex;
  flex-direction: column;
  padding: 22px 30px;
  border-bottom: 1px solid #7F8678;
  margin-bottom: -1px;
}
@media (min-width: 768px) {
  .cid-uxLlSCVMaT .footer-item:nth-child(odd) {
    border-right: 1px solid #7F8678;
  }
}
@media (min-width: 1200px) {
  .cid-uxLlSCVMaT .footer-item:not(:last-child) {
    border-right: 1px solid #7F8678;
  }
}
.cid-uxLlSCVMaT .mbr-text {
  color: #000000;
}
.cid-uxLlSCVMaT .link a {
  color: #3d3d3d;
}
.cid-uxLlSCVMaT .copyright {
  color: #000000;
  text-align: right;
}
.cid-uxLlSCVMaT .text {
  color: #000000;
}
.cid-uxLlSCVMaT .mbr-form-container {
  margin-top: 12px;
}
.cid-uxLlSCVMaT .form-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-end;
}
.cid-uxLlSCVMaT form .row {
  margin: 0;
  border: none !important;
}
.cid-uxLlSCVMaT form .mbr-section-btn {
  width: auto;
  padding: 0;
  height: auto;
}
.cid-uxLlSCVMaT form .mbr-section-btn .btn {
  padding: 0;
  height: auto;
  min-height: auto;
  border-radius: 0;
  border-bottom: 2px solid currentColor;
  transition: 1s;
}
.cid-uxLlSCVMaT .copyright-container {
  margin-top: auto;
}
.cid-uxLlSCVMaT .link {
  color: #000000;
}
.cid-uxLlSCVMaT .label {
  color: #f8c842;
}
.cid-t8HwvgIhoj {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t8HwvgIhoj .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-t8HwvgIhoj .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-t8HwvgIhoj .iconfont-wrapper {
  color: #103178 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-t8HwvgIhoj .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-t8HwvgIhoj .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-t8HwvgIhoj .container {
    padding: 0 1rem;
  }
}
.cid-t8HwvgIhoj .menu-tite {
  background: #232323;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffc800;
}
.cid-t8HwvgIhoj .nav-link {
  position: relative;
}
.cid-t8HwvgIhoj .nav-link:hover {
  color: #f24d94 !important;
}
.cid-t8HwvgIhoj nav.navbar {
  position: fixed;
}
.cid-t8HwvgIhoj .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-t8HwvgIhoj .navbar.opened {
  transition: all 0.3s;
}
.cid-t8HwvgIhoj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t8HwvgIhoj .navbar .navbar-logo img {
  width: auto;
}
.cid-t8HwvgIhoj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t8HwvgIhoj .navbar.collapsed {
  justify-content: center;
}
.cid-t8HwvgIhoj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t8HwvgIhoj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t8HwvgIhoj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-t8HwvgIhoj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t8HwvgIhoj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t8HwvgIhoj .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t8HwvgIhoj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t8HwvgIhoj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t8HwvgIhoj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t8HwvgIhoj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t8HwvgIhoj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t8HwvgIhoj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t8HwvgIhoj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t8HwvgIhoj .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t8HwvgIhoj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t8HwvgIhoj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t8HwvgIhoj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t8HwvgIhoj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t8HwvgIhoj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t8HwvgIhoj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t8HwvgIhoj .navbar.navbar-short {
  min-height: 60px;
}
.cid-t8HwvgIhoj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t8HwvgIhoj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t8HwvgIhoj .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t8HwvgIhoj .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t8HwvgIhoj .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t8HwvgIhoj .dropdown-item:hover,
.cid-t8HwvgIhoj .dropdown-item:focus {
  background: #232323 !important;
  color: white !important;
}
.cid-t8HwvgIhoj .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t8HwvgIhoj .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t8HwvgIhoj .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-t8HwvgIhoj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t8HwvgIhoj .dropdown-menu,
.cid-t8HwvgIhoj .navbar.opened {
  background: #ffffff !important;
}
.cid-t8HwvgIhoj .nav-item:focus,
.cid-t8HwvgIhoj .nav-link:focus {
  outline: none;
}
.cid-t8HwvgIhoj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t8HwvgIhoj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t8HwvgIhoj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t8HwvgIhoj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t8HwvgIhoj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t8HwvgIhoj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t8HwvgIhoj .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t8HwvgIhoj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t8HwvgIhoj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t8HwvgIhoj .dropdown-item.active,
.cid-t8HwvgIhoj .dropdown-item:active {
  background-color: transparent;
}
.cid-t8HwvgIhoj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t8HwvgIhoj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t8HwvgIhoj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t8HwvgIhoj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-t8HwvgIhoj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t8HwvgIhoj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t8HwvgIhoj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t8HwvgIhoj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t8HwvgIhoj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t8HwvgIhoj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-t8HwvgIhoj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t8HwvgIhoj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t8HwvgIhoj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t8HwvgIhoj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t8HwvgIhoj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t8HwvgIhoj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t8HwvgIhoj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t8HwvgIhoj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t8HwvgIhoj .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t8HwvgIhoj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t8HwvgIhoj .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t8HwvgIhoj .navbar {
    height: 70px;
  }
  .cid-t8HwvgIhoj .navbar.opened {
    height: auto;
  }
  .cid-t8HwvgIhoj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDUxObxPBb {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f1f1f7;
}
.cid-tDUxObxPBb .mbr-section-title.col-title {
  color: #e0e0e0;
}
.cid-tDUxObxPBb .colored-text {
  color: #a68462 !important;
}
.cid-tDUxObxPBb .mbr-section-title {
  color: #ffffff;
}
.cid-tDUxObxPBb .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tDUxObxPBb .mbr-text {
  color: #232323;
}
.cid-tDUxObxPBb .mbr-section-title.main-title {
  color: #010a44;
}
.cid-tDnfwG3On3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f1f7;
}
.cid-tDnfwG3On3 .row {
  padding: 0 110px;
}
.cid-tDnfwG3On3 .row::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffffff;
  border-radius: 0 20rem 0 0;
}
@media (max-width: 768px) {
  .cid-tDnfwG3On3 .row::before {
    border-radius: 0 200px 0 0;
  }
}
@media (max-width: 992px) {
  .cid-tDnfwG3On3 .row {
    padding: 0 12px;
  }
}
.cid-tDnfwG3On3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDnfwG3On3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDnfwG3On3 .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-tDnfwG3On3 .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-tDnfwG3On3 .title-wrapper .mbr-section-title {
    text-align: center;
  }
}
.cid-tDnfwG3On3 .title-wrapper .mbr-section-title span {
  color: #010a44;
}
.cid-tDnfwG3On3 .row.items {
  padding: 0;
}
.cid-tDnfwG3On3 .row.items .item {
  margin-bottom: 25px;
}
.cid-tDnfwG3On3 .row.items .item .mbr-text {
  margin-bottom: 0;
  line-height: 175%;
}
.cid-tDnfwG3On3 .row.items .item .link {
  display: block;
}
.cid-tDnfwG3On3 .row.items .item .link .link-wrapper {
  display: inline-flex;
  align-items: center;
}
.cid-tDnfwG3On3 .row.items .item .link .link-wrapper:hover span {
  opacity: .8;
}
.cid-tDnfwG3On3 .row.items .item .link .link-wrapper:hover .mbr-link {
  opacity: .8;
}
.cid-tDnfwG3On3 .row.items .item .link .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all .3s ease;
}
.cid-tDnfwG3On3 .row.items .item .link .link-wrapper span {
  font-size: 26px;
  padding: 0 0 0 5px;
  transition: all .3s ease;
  line-height: 175%;
}
.cid-tDnfwG3On3 .mbr-section-title {
  color: #2a3ba2;
}
.cid-tDnfwG3On3 .mbr-text {
  color: #1e4381;
}
.cid-tDnfwG3On3 .mbr-link,
.cid-tDnfwG3On3 .mbr-iconfont {
  color: #f3722f;
}
.cid-tDEGlFv8nb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tDEGlFv8nb .row {
    flex-direction: column-reverse;
  }
}
.cid-tDEGlFv8nb .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDEGlFv8nb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDEGlFv8nb .mbr-section-btn .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-left: 28px;
  box-shadow: none;
}
.cid-tDEGlFv8nb .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-tDEGlFv8nb .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-tDEGlFv8nb .mbr-section-btn .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #124ad6;
  color: #ffffff;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-tDEGlFv8nb .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #232323 !important;
}
.cid-tDEGlFv8nb .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-tDEGlFv8nb .text-wrapper {
  margin-left: 160px;
  position: relative;
  margin-left: 0;
  margin-right: 160px;
}
@media (max-width: 992px) {
  .cid-tDEGlFv8nb .text-wrapper {
    margin: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-tDEGlFv8nb .text-wrapper {
    margin: 0 30px;
  }
}
.cid-tDEGlFv8nb .text-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-tDEGlFv8nb .text-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
@media (max-width: 768px) {
  .cid-tDEGlFv8nb .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tDEGlFv8nb .image-wrapper {
  margin-left: 200px;
  margin-left: 0;
  margin-right: 200px;
}
@media (max-width: 992px) {
  .cid-tDEGlFv8nb .image-wrapper {
    margin: 0 30px 30px;
  }
}
@media (max-width: 992px) {
  .cid-tDEGlFv8nb .image-wrapper {
    margin: 30px;
  }
}
.cid-tDEGlFv8nb .image-wrapper img {
  width: 100%;
  min-height: 760px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tDEGlFv8nb .image-wrapper img {
    min-height: 650px;
  }
}
@media (max-width: 768px) {
  .cid-tDEGlFv8nb .image-wrapper img {
    min-height: 100%;
  }
}
.cid-tDEGlFv8nb .mbr-section-title {
  color: #000000;
}
.cid-tDEGlFv8nb .mbr-text {
  color: #000000;
}
.cid-tDEIvR5imj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tDEIvR5imj .row {
    flex-direction: column-reverse;
  }
}
.cid-tDEIvR5imj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDEIvR5imj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDEIvR5imj .mbr-section-btn .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-left: 28px;
  box-shadow: none;
}
.cid-tDEIvR5imj .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-tDEIvR5imj .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-tDEIvR5imj .mbr-section-btn .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #124ad6;
  color: #ffffff;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-tDEIvR5imj .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #232323 !important;
}
.cid-tDEIvR5imj .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-tDEIvR5imj .text-wrapper {
  margin-left: 160px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tDEIvR5imj .text-wrapper {
    margin: 0 30px;
  }
}
.cid-tDEIvR5imj .text-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-tDEIvR5imj .text-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
@media (max-width: 768px) {
  .cid-tDEIvR5imj .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tDEIvR5imj .image-wrapper {
  margin-left: 200px;
}
@media (max-width: 992px) {
  .cid-tDEIvR5imj .image-wrapper {
    margin: 0 30px 30px;
  }
}
.cid-tDEIvR5imj .image-wrapper img {
  width: 100%;
  min-height: 760px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tDEIvR5imj .image-wrapper img {
    min-height: 650px;
  }
}
@media (max-width: 768px) {
  .cid-tDEIvR5imj .image-wrapper img {
    min-height: 100%;
  }
}
.cid-tDEIvR5imj .mbr-section-title {
  color: #000000;
}
.cid-tDEIvR5imj .mbr-text {
  color: #000000;
}
.cid-tDEPBm7SIJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tDEPBm7SIJ .row {
    flex-direction: column-reverse;
  }
}
.cid-tDEPBm7SIJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDEPBm7SIJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDEPBm7SIJ .mbr-section-btn .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-left: 28px;
  box-shadow: none;
}
.cid-tDEPBm7SIJ .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-tDEPBm7SIJ .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-tDEPBm7SIJ .mbr-section-btn .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #124ad6;
  color: #ffffff;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-tDEPBm7SIJ .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #232323 !important;
}
.cid-tDEPBm7SIJ .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-tDEPBm7SIJ .text-wrapper {
  margin-left: 160px;
  position: relative;
  margin-left: 0;
  margin-right: 160px;
}
@media (max-width: 992px) {
  .cid-tDEPBm7SIJ .text-wrapper {
    margin: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-tDEPBm7SIJ .text-wrapper {
    margin: 0 30px;
  }
}
.cid-tDEPBm7SIJ .text-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-tDEPBm7SIJ .text-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
@media (max-width: 768px) {
  .cid-tDEPBm7SIJ .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tDEPBm7SIJ .image-wrapper {
  margin-left: 200px;
  margin-left: 0;
  margin-right: 200px;
}
@media (max-width: 992px) {
  .cid-tDEPBm7SIJ .image-wrapper {
    margin: 0 30px 30px;
  }
}
@media (max-width: 992px) {
  .cid-tDEPBm7SIJ .image-wrapper {
    margin: 30px;
  }
}
.cid-tDEPBm7SIJ .image-wrapper img {
  width: 100%;
  min-height: 760px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tDEPBm7SIJ .image-wrapper img {
    min-height: 650px;
  }
}
@media (max-width: 768px) {
  .cid-tDEPBm7SIJ .image-wrapper img {
    min-height: 100%;
  }
}
.cid-tDEPBm7SIJ .mbr-section-title {
  color: #000000;
}
.cid-tDEPBm7SIJ .mbr-text {
  color: #000000;
}
.cid-tQielg37tp {
  padding-top: 60px;
  padding-bottom: 75px;
  background: #ffffff;
}
.cid-tQielg37tp .mbr-section-subtitle {
  color: #cccccc;
}
.cid-tQielg37tp h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 2rem;
  letter-spacing: 4px;
}
.cid-tQielg37tp h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tQielg37tp h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tQielg37tp .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #767676;
  margin: 15px 0.5rem;
  display: block;
}
.cid-tQielg37tp .mbr-iconfont-social:before {
  padding: 0.6rem;
  border: 2px solid;
  border-radius: 100px;
  transition: all 0.3s;
}
.cid-tQielg37tp .mbr-iconfont-social:hover {
  color: #ffffff;
}
.cid-tQielg37tp .mbr-iconfont-social:hover:before {
  background: #767676;
  transition: all 0.3s;
  border-color: transparent;
}
.cid-tQielg37tp .social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-tQielg37tp .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-tQielg37tp .mbr-iconfont-social {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
  }
}
.cid-tQielg37tp .mbr-section-title,
.cid-tQielg37tp .social-list {
  color: #124ad6;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tQielg37tp h2:before,
  .cid-tQielg37tp h2:after {
    display: none;
  }
}
.cid-tQielg37tp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQielg37tp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxLlSCVMaT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #918787;
}
.cid-uxLlSCVMaT .container-fluid {
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 992px) {
  .cid-uxLlSCVMaT .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uxLlSCVMaT .row {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #7F8678;
  border-top: 1px solid #7F8678;
  margin-top: -1px;
}
.cid-uxLlSCVMaT .footer-item {
  display: flex;
  flex-direction: column;
  padding: 22px 30px;
  border-bottom: 1px solid #7F8678;
  margin-bottom: -1px;
}
@media (min-width: 768px) {
  .cid-uxLlSCVMaT .footer-item:nth-child(odd) {
    border-right: 1px solid #7F8678;
  }
}
@media (min-width: 1200px) {
  .cid-uxLlSCVMaT .footer-item:not(:last-child) {
    border-right: 1px solid #7F8678;
  }
}
.cid-uxLlSCVMaT .mbr-text {
  color: #000000;
}
.cid-uxLlSCVMaT .link a {
  color: #3d3d3d;
}
.cid-uxLlSCVMaT .copyright {
  color: #000000;
  text-align: right;
}
.cid-uxLlSCVMaT .text {
  color: #000000;
}
.cid-uxLlSCVMaT .mbr-form-container {
  margin-top: 12px;
}
.cid-uxLlSCVMaT .form-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-end;
}
.cid-uxLlSCVMaT form .row {
  margin: 0;
  border: none !important;
}
.cid-uxLlSCVMaT form .mbr-section-btn {
  width: auto;
  padding: 0;
  height: auto;
}
.cid-uxLlSCVMaT form .mbr-section-btn .btn {
  padding: 0;
  height: auto;
  min-height: auto;
  border-radius: 0;
  border-bottom: 2px solid currentColor;
  transition: 1s;
}
.cid-uxLlSCVMaT .copyright-container {
  margin-top: auto;
}
.cid-uxLlSCVMaT .link {
  color: #000000;
}
.cid-uxLlSCVMaT .label {
  color: #f8c842;
}
.cid-t8HwvgIhoj {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t8HwvgIhoj .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-t8HwvgIhoj .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-t8HwvgIhoj .iconfont-wrapper {
  color: #103178 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-t8HwvgIhoj .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-t8HwvgIhoj .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-t8HwvgIhoj .container {
    padding: 0 1rem;
  }
}
.cid-t8HwvgIhoj .menu-tite {
  background: #232323;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffc800;
}
.cid-t8HwvgIhoj .nav-link {
  position: relative;
}
.cid-t8HwvgIhoj .nav-link:hover {
  color: #f24d94 !important;
}
.cid-t8HwvgIhoj nav.navbar {
  position: fixed;
}
.cid-t8HwvgIhoj .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-t8HwvgIhoj .navbar.opened {
  transition: all 0.3s;
}
.cid-t8HwvgIhoj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t8HwvgIhoj .navbar .navbar-logo img {
  width: auto;
}
.cid-t8HwvgIhoj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t8HwvgIhoj .navbar.collapsed {
  justify-content: center;
}
.cid-t8HwvgIhoj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t8HwvgIhoj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t8HwvgIhoj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-t8HwvgIhoj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t8HwvgIhoj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t8HwvgIhoj .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t8HwvgIhoj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t8HwvgIhoj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t8HwvgIhoj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t8HwvgIhoj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t8HwvgIhoj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t8HwvgIhoj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t8HwvgIhoj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t8HwvgIhoj .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t8HwvgIhoj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t8HwvgIhoj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t8HwvgIhoj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t8HwvgIhoj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t8HwvgIhoj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t8HwvgIhoj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t8HwvgIhoj .navbar.navbar-short {
  min-height: 60px;
}
.cid-t8HwvgIhoj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t8HwvgIhoj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t8HwvgIhoj .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t8HwvgIhoj .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t8HwvgIhoj .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t8HwvgIhoj .dropdown-item:hover,
.cid-t8HwvgIhoj .dropdown-item:focus {
  background: #232323 !important;
  color: white !important;
}
.cid-t8HwvgIhoj .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t8HwvgIhoj .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t8HwvgIhoj .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-t8HwvgIhoj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t8HwvgIhoj .dropdown-menu,
.cid-t8HwvgIhoj .navbar.opened {
  background: #ffffff !important;
}
.cid-t8HwvgIhoj .nav-item:focus,
.cid-t8HwvgIhoj .nav-link:focus {
  outline: none;
}
.cid-t8HwvgIhoj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t8HwvgIhoj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t8HwvgIhoj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t8HwvgIhoj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t8HwvgIhoj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t8HwvgIhoj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t8HwvgIhoj .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t8HwvgIhoj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t8HwvgIhoj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t8HwvgIhoj .dropdown-item.active,
.cid-t8HwvgIhoj .dropdown-item:active {
  background-color: transparent;
}
.cid-t8HwvgIhoj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t8HwvgIhoj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t8HwvgIhoj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t8HwvgIhoj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-t8HwvgIhoj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t8HwvgIhoj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t8HwvgIhoj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t8HwvgIhoj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t8HwvgIhoj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t8HwvgIhoj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-t8HwvgIhoj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t8HwvgIhoj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t8HwvgIhoj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t8HwvgIhoj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t8HwvgIhoj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t8HwvgIhoj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t8HwvgIhoj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t8HwvgIhoj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t8HwvgIhoj .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t8HwvgIhoj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t8HwvgIhoj .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t8HwvgIhoj .navbar {
    height: 70px;
  }
  .cid-t8HwvgIhoj .navbar.opened {
    height: auto;
  }
  .cid-t8HwvgIhoj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-thS0pN6nTx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-thS0pN6nTx .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #232323;
  margin-bottom: 2rem;
}
.cid-thS0pN6nTx a {
  color: #232323;
}
.cid-thS0pN6nTx .big-number {
  font-size: 120px;
  color: #232323;
  display: inline;
  position: relative;
}
.cid-thS0pN6nTx .plus {
  font-size: 40px;
  color: #232323;
  vertical-align: top;
  display: inline;
  position: absolute;
  top: 0px;
}
.cid-thS0pN6nTx .number-description {
  font-size: 22px;
  color: #000000;
  padding-top: 40px;
}
.cid-thS0pN6nTx .heading {
  color: #000000;
}
.cid-thS0pN6nTx .text-block {
  color: #565A69;
}
.cid-thS0pN6nTx .mbr-section-title {
  color: #000000;
}
.cid-thS0pN6nTx .title {
  text-align: left;
}
.cid-thS0pN6nTx .link {
  opacity: 0;
  margin-top: 1rem;
  padding-bottom: 40px;
  transform: translate3d(0, 100%, 0);
  transition: all 0.3s;
}
.cid-thS0pN6nTx .card:hover {
  cursor: pointer;
}
.cid-thS0pN6nTx .card:hover .link {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.cid-thS0pN6nTx svg {
  padding-left: 15px;
  transition: 0.3s;
}
.cid-thS0pN6nTx .link:hover svg {
  padding-left: 7px;
  transition: 0.3s;
}
.cid-thS0pN6nTx .main-heading {
  margin-bottom: 70px;
}
.cid-thS0pN6nTx .left-side {
  float: right;
  padding-right: 70px;
}
@media (max-width: 600px) {
  .cid-thS0pN6nTx .link {
    margin-top: 0rem;
    margin-bottom: 1rem;
    opacity: 1;
    transform: none;
  }
  .cid-thS0pN6nTx .left-side {
    float: none;
    padding-bottom: 20px;
  }
}
.cid-thS0pN6nTx .experience-amount {
  color: #983a37;
}
.cid-tQibKQBsIf {
  padding-top: 60px;
  padding-bottom: 75px;
  background: #ffffff;
}
.cid-tQibKQBsIf .mbr-section-subtitle {
  color: #cccccc;
}
.cid-tQibKQBsIf h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 2rem;
  letter-spacing: 4px;
}
.cid-tQibKQBsIf h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tQibKQBsIf h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tQibKQBsIf .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #767676;
  margin: 15px 0.5rem;
  display: block;
}
.cid-tQibKQBsIf .mbr-iconfont-social:before {
  padding: 0.6rem;
  border: 2px solid;
  border-radius: 100px;
  transition: all 0.3s;
}
.cid-tQibKQBsIf .mbr-iconfont-social:hover {
  color: #ffffff;
}
.cid-tQibKQBsIf .mbr-iconfont-social:hover:before {
  background: #767676;
  transition: all 0.3s;
  border-color: transparent;
}
.cid-tQibKQBsIf .social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-tQibKQBsIf .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-tQibKQBsIf .mbr-iconfont-social {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
  }
}
.cid-tQibKQBsIf .mbr-section-title,
.cid-tQibKQBsIf .social-list {
  color: #124ad6;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tQibKQBsIf h2:before,
  .cid-tQibKQBsIf h2:after {
    display: none;
  }
}
.cid-tQibKQBsIf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQibKQBsIf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxLlSCVMaT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #918787;
}
.cid-uxLlSCVMaT .container-fluid {
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 992px) {
  .cid-uxLlSCVMaT .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uxLlSCVMaT .row {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #7F8678;
  border-top: 1px solid #7F8678;
  margin-top: -1px;
}
.cid-uxLlSCVMaT .footer-item {
  display: flex;
  flex-direction: column;
  padding: 22px 30px;
  border-bottom: 1px solid #7F8678;
  margin-bottom: -1px;
}
@media (min-width: 768px) {
  .cid-uxLlSCVMaT .footer-item:nth-child(odd) {
    border-right: 1px solid #7F8678;
  }
}
@media (min-width: 1200px) {
  .cid-uxLlSCVMaT .footer-item:not(:last-child) {
    border-right: 1px solid #7F8678;
  }
}
.cid-uxLlSCVMaT .mbr-text {
  color: #000000;
}
.cid-uxLlSCVMaT .link a {
  color: #3d3d3d;
}
.cid-uxLlSCVMaT .copyright {
  color: #000000;
  text-align: right;
}
.cid-uxLlSCVMaT .text {
  color: #000000;
}
.cid-uxLlSCVMaT .mbr-form-container {
  margin-top: 12px;
}
.cid-uxLlSCVMaT .form-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-end;
}
.cid-uxLlSCVMaT form .row {
  margin: 0;
  border: none !important;
}
.cid-uxLlSCVMaT form .mbr-section-btn {
  width: auto;
  padding: 0;
  height: auto;
}
.cid-uxLlSCVMaT form .mbr-section-btn .btn {
  padding: 0;
  height: auto;
  min-height: auto;
  border-radius: 0;
  border-bottom: 2px solid currentColor;
  transition: 1s;
}
.cid-uxLlSCVMaT .copyright-container {
  margin-top: auto;
}
.cid-uxLlSCVMaT .link {
  color: #000000;
}
.cid-uxLlSCVMaT .label {
  color: #f8c842;
}
.cid-t8HwvgIhoj {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t8HwvgIhoj .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-t8HwvgIhoj .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-t8HwvgIhoj .iconfont-wrapper {
  color: #103178 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-t8HwvgIhoj .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-t8HwvgIhoj .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-t8HwvgIhoj .container {
    padding: 0 1rem;
  }
}
.cid-t8HwvgIhoj .menu-tite {
  background: #232323;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffc800;
}
.cid-t8HwvgIhoj .nav-link {
  position: relative;
}
.cid-t8HwvgIhoj .nav-link:hover {
  color: #f24d94 !important;
}
.cid-t8HwvgIhoj nav.navbar {
  position: fixed;
}
.cid-t8HwvgIhoj .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-t8HwvgIhoj .navbar.opened {
  transition: all 0.3s;
}
.cid-t8HwvgIhoj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t8HwvgIhoj .navbar .navbar-logo img {
  width: auto;
}
.cid-t8HwvgIhoj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t8HwvgIhoj .navbar.collapsed {
  justify-content: center;
}
.cid-t8HwvgIhoj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t8HwvgIhoj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t8HwvgIhoj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-t8HwvgIhoj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t8HwvgIhoj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t8HwvgIhoj .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t8HwvgIhoj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t8HwvgIhoj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t8HwvgIhoj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t8HwvgIhoj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t8HwvgIhoj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t8HwvgIhoj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t8HwvgIhoj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t8HwvgIhoj .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t8HwvgIhoj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t8HwvgIhoj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t8HwvgIhoj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t8HwvgIhoj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t8HwvgIhoj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t8HwvgIhoj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t8HwvgIhoj .navbar.navbar-short {
  min-height: 60px;
}
.cid-t8HwvgIhoj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t8HwvgIhoj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t8HwvgIhoj .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t8HwvgIhoj .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t8HwvgIhoj .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t8HwvgIhoj .dropdown-item:hover,
.cid-t8HwvgIhoj .dropdown-item:focus {
  background: #232323 !important;
  color: white !important;
}
.cid-t8HwvgIhoj .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t8HwvgIhoj .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t8HwvgIhoj .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-t8HwvgIhoj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t8HwvgIhoj .dropdown-menu,
.cid-t8HwvgIhoj .navbar.opened {
  background: #ffffff !important;
}
.cid-t8HwvgIhoj .nav-item:focus,
.cid-t8HwvgIhoj .nav-link:focus {
  outline: none;
}
.cid-t8HwvgIhoj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t8HwvgIhoj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t8HwvgIhoj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t8HwvgIhoj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t8HwvgIhoj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t8HwvgIhoj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t8HwvgIhoj .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t8HwvgIhoj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t8HwvgIhoj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t8HwvgIhoj .dropdown-item.active,
.cid-t8HwvgIhoj .dropdown-item:active {
  background-color: transparent;
}
.cid-t8HwvgIhoj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t8HwvgIhoj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t8HwvgIhoj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t8HwvgIhoj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-t8HwvgIhoj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t8HwvgIhoj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t8HwvgIhoj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t8HwvgIhoj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t8HwvgIhoj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t8HwvgIhoj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-t8HwvgIhoj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t8HwvgIhoj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t8HwvgIhoj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t8HwvgIhoj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t8HwvgIhoj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t8HwvgIhoj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t8HwvgIhoj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t8HwvgIhoj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t8HwvgIhoj .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t8HwvgIhoj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t8HwvgIhoj .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t8HwvgIhoj .navbar {
    height: 70px;
  }
  .cid-t8HwvgIhoj .navbar.opened {
    height: auto;
  }
  .cid-t8HwvgIhoj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t6E420bXp0 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f8f8f8;
}
.cid-t6E420bXp0 .right {
  display: flex;
  flex-direction: column;
}
.cid-t6E420bXp0 .card-heading {
  padding-bottom: 45px;
  color: #000000;
  font-weight: 600;
}
.cid-t6E420bXp0 .p {
  padding-bottom: 30px;
  color: #272727;
}
.cid-t6E420bXp0 .last-p {
  padding-bottom: 0;
}
.cid-t6E420bXp0 .row {
  justify-content: center;
}
.cid-t6E420bXp0 a {
  font-weight: 600;
}
.cid-t6E420bXp0 .quote {
  padding: 5px 0 5px 28px;
  color: #272727;
  border-left: 2px solid #232323;
}
.cid-t1y4A2g90E {
  background-color: #f8f8f8;
}
@media (min-width: 992px) {
  .cid-t1y4A2g90E .mbr-figure {
    padding-right: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-t1y4A2g90E .mbr-figure {
    padding-top: 1rem;
  }
}
.cid-t1y4A2g90E .container-fluid {
  max-width: 1300px;
}
@media (max-width: 767px) {
  .cid-t1y4A2g90E {
    padding-top: 1;
    padding-bottom: 3px;
  }
  .cid-t1y4A2g90E .container-fluid {
    padding: 0 1rem;
  }
  .cid-t1y4A2g90E .mbr-figure img {
    margin-bottom: 2rem;
  }
}
@media (min-width: 767px) {
  .cid-t1y4A2g90E {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .cid-t1y4A2g90E .container-fluid {
    padding: 0 2rem;
  }
}
.cid-t1y4A2g90E .mbr-text P {
  text-align: left;
}
.cid-t1y9XBeeuN {
  background-color: #f8f8f8;
}
@media (min-width: 992px) {
  .cid-t1y9XBeeuN .mbr-figure {
    padding-right: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-t1y9XBeeuN .mbr-figure {
    padding-top: 1rem;
  }
}
.cid-t1y9XBeeuN .container-fluid {
  max-width: 1300px;
}
@media (max-width: 767px) {
  .cid-t1y9XBeeuN {
    padding-top: 4;
    padding-bottom: 12px;
  }
  .cid-t1y9XBeeuN .container-fluid {
    padding: 0 1rem;
  }
  .cid-t1y9XBeeuN .mbr-figure img {
    margin-bottom: 2rem;
  }
}
@media (min-width: 767px) {
  .cid-t1y9XBeeuN {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .cid-t1y9XBeeuN .container-fluid {
    padding: 0 2rem;
  }
}
.cid-t1y9XBeeuN .mbr-text P {
  text-align: left;
}
.cid-t1y3cjKWcY {
  background-color: #f8f8f8;
}
@media (min-width: 992px) {
  .cid-t1y3cjKWcY .mbr-figure {
    padding-right: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-t1y3cjKWcY .mbr-figure {
    padding-top: 1rem;
  }
}
.cid-t1y3cjKWcY .container-fluid {
  max-width: 1300px;
}
@media (max-width: 767px) {
  .cid-t1y3cjKWcY {
    padding-top: 4;
    padding-bottom: 6px;
  }
  .cid-t1y3cjKWcY .container-fluid {
    padding: 0 1rem;
  }
  .cid-t1y3cjKWcY .mbr-figure img {
    margin-bottom: 2rem;
  }
}
@media (min-width: 767px) {
  .cid-t1y3cjKWcY {
    padding-top: 32px;
    padding-bottom: 16px;
  }
  .cid-t1y3cjKWcY .container-fluid {
    padding: 0 2rem;
  }
}
.cid-t1y6nRxn7w {
  background-color: #f8f8f8;
}
@media (min-width: 992px) {
  .cid-t1y6nRxn7w .mbr-figure {
    padding-right: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-t1y6nRxn7w .mbr-figure {
    padding-top: 1rem;
  }
}
.cid-t1y6nRxn7w .container-fluid {
  max-width: 1300px;
}
@media (max-width: 767px) {
  .cid-t1y6nRxn7w {
    padding-top: 4;
    padding-bottom: 12px;
  }
  .cid-t1y6nRxn7w .container-fluid {
    padding: 0 1rem;
  }
  .cid-t1y6nRxn7w .mbr-figure img {
    margin-bottom: 2rem;
  }
}
@media (min-width: 767px) {
  .cid-t1y6nRxn7w {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .cid-t1y6nRxn7w .container-fluid {
    padding: 0 2rem;
  }
}
.cid-t1y6nRxn7w .mbr-text P {
  text-align: left;
}
.cid-tacBpxlsfQ {
  background-color: #f8f8f8;
}
@media (min-width: 992px) {
  .cid-tacBpxlsfQ .mbr-figure {
    padding-right: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-tacBpxlsfQ .mbr-figure {
    padding-top: 1rem;
  }
}
.cid-tacBpxlsfQ .container-fluid {
  max-width: 1300px;
}
@media (max-width: 767px) {
  .cid-tacBpxlsfQ {
    padding-top: 1;
    padding-bottom: 3px;
  }
  .cid-tacBpxlsfQ .container-fluid {
    padding: 0 1rem;
  }
  .cid-tacBpxlsfQ .mbr-figure img {
    margin-bottom: 2rem;
  }
}
@media (min-width: 767px) {
  .cid-tacBpxlsfQ {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .cid-tacBpxlsfQ .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tacBpxlsfQ .mbr-text P {
  text-align: left;
}
.cid-t1y45gbOcQ {
  background-color: #f8f8f8;
}
@media (min-width: 992px) {
  .cid-t1y45gbOcQ .mbr-figure {
    padding-right: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-t1y45gbOcQ .mbr-figure {
    padding-top: 1rem;
  }
}
.cid-t1y45gbOcQ .container-fluid {
  max-width: 1300px;
}
@media (max-width: 767px) {
  .cid-t1y45gbOcQ {
    padding-top: 1;
    padding-bottom: 3px;
  }
  .cid-t1y45gbOcQ .container-fluid {
    padding: 0 1rem;
  }
  .cid-t1y45gbOcQ .mbr-figure img {
    margin-bottom: 2rem;
  }
}
@media (min-width: 767px) {
  .cid-t1y45gbOcQ {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .cid-t1y45gbOcQ .container-fluid {
    padding: 0 2rem;
  }
}
.cid-t1y5J02x6w {
  background-color: #f8f8f8;
}
@media (min-width: 992px) {
  .cid-t1y5J02x6w .mbr-figure {
    padding-right: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-t1y5J02x6w .mbr-figure {
    padding-top: 1rem;
  }
}
.cid-t1y5J02x6w .container-fluid {
  max-width: 1300px;
}
@media (max-width: 767px) {
  .cid-t1y5J02x6w {
    padding-top: 1;
    padding-bottom: 12px;
  }
  .cid-t1y5J02x6w .container-fluid {
    padding: 0 1rem;
  }
  .cid-t1y5J02x6w .mbr-figure img {
    margin-bottom: 2rem;
  }
}
@media (min-width: 767px) {
  .cid-t1y5J02x6w {
    padding-top: 8px;
    padding-bottom: 32px;
  }
  .cid-t1y5J02x6w .container-fluid {
    padding: 0 2rem;
  }
}
.cid-t1y5J02x6w .mbr-text P {
  text-align: left;
}
.cid-tQicgeIH4q {
  padding-top: 60px;
  padding-bottom: 75px;
  background: #ffffff;
}
.cid-tQicgeIH4q .mbr-section-subtitle {
  color: #cccccc;
}
.cid-tQicgeIH4q h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 2rem;
  letter-spacing: 4px;
}
.cid-tQicgeIH4q h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tQicgeIH4q h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tQicgeIH4q .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #767676;
  margin: 15px 0.5rem;
  display: block;
}
.cid-tQicgeIH4q .mbr-iconfont-social:before {
  padding: 0.6rem;
  border: 2px solid;
  border-radius: 100px;
  transition: all 0.3s;
}
.cid-tQicgeIH4q .mbr-iconfont-social:hover {
  color: #ffffff;
}
.cid-tQicgeIH4q .mbr-iconfont-social:hover:before {
  background: #767676;
  transition: all 0.3s;
  border-color: transparent;
}
.cid-tQicgeIH4q .social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-tQicgeIH4q .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-tQicgeIH4q .mbr-iconfont-social {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
  }
}
.cid-tQicgeIH4q .mbr-section-title,
.cid-tQicgeIH4q .social-list {
  color: #124ad6;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tQicgeIH4q h2:before,
  .cid-tQicgeIH4q h2:after {
    display: none;
  }
}
.cid-tQicgeIH4q .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQicgeIH4q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxLlSCVMaT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #918787;
}
.cid-uxLlSCVMaT .container-fluid {
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 992px) {
  .cid-uxLlSCVMaT .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uxLlSCVMaT .row {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #7F8678;
  border-top: 1px solid #7F8678;
  margin-top: -1px;
}
.cid-uxLlSCVMaT .footer-item {
  display: flex;
  flex-direction: column;
  padding: 22px 30px;
  border-bottom: 1px solid #7F8678;
  margin-bottom: -1px;
}
@media (min-width: 768px) {
  .cid-uxLlSCVMaT .footer-item:nth-child(odd) {
    border-right: 1px solid #7F8678;
  }
}
@media (min-width: 1200px) {
  .cid-uxLlSCVMaT .footer-item:not(:last-child) {
    border-right: 1px solid #7F8678;
  }
}
.cid-uxLlSCVMaT .mbr-text {
  color: #000000;
}
.cid-uxLlSCVMaT .link a {
  color: #3d3d3d;
}
.cid-uxLlSCVMaT .copyright {
  color: #000000;
  text-align: right;
}
.cid-uxLlSCVMaT .text {
  color: #000000;
}
.cid-uxLlSCVMaT .mbr-form-container {
  margin-top: 12px;
}
.cid-uxLlSCVMaT .form-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-end;
}
.cid-uxLlSCVMaT form .row {
  margin: 0;
  border: none !important;
}
.cid-uxLlSCVMaT form .mbr-section-btn {
  width: auto;
  padding: 0;
  height: auto;
}
.cid-uxLlSCVMaT form .mbr-section-btn .btn {
  padding: 0;
  height: auto;
  min-height: auto;
  border-radius: 0;
  border-bottom: 2px solid currentColor;
  transition: 1s;
}
.cid-uxLlSCVMaT .copyright-container {
  margin-top: auto;
}
.cid-uxLlSCVMaT .link {
  color: #000000;
}
.cid-uxLlSCVMaT .label {
  color: #f8c842;
}
.cid-t8HwvgIhoj {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t8HwvgIhoj .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-t8HwvgIhoj .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-t8HwvgIhoj .iconfont-wrapper {
  color: #103178 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-t8HwvgIhoj .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-t8HwvgIhoj .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-t8HwvgIhoj .container {
    padding: 0 1rem;
  }
}
.cid-t8HwvgIhoj .menu-tite {
  background: #232323;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffc800;
}
.cid-t8HwvgIhoj .nav-link {
  position: relative;
}
.cid-t8HwvgIhoj .nav-link:hover {
  color: #f24d94 !important;
}
.cid-t8HwvgIhoj nav.navbar {
  position: fixed;
}
.cid-t8HwvgIhoj .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-t8HwvgIhoj .navbar.opened {
  transition: all 0.3s;
}
.cid-t8HwvgIhoj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t8HwvgIhoj .navbar .navbar-logo img {
  width: auto;
}
.cid-t8HwvgIhoj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t8HwvgIhoj .navbar.collapsed {
  justify-content: center;
}
.cid-t8HwvgIhoj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t8HwvgIhoj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t8HwvgIhoj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-t8HwvgIhoj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t8HwvgIhoj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t8HwvgIhoj .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t8HwvgIhoj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t8HwvgIhoj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t8HwvgIhoj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t8HwvgIhoj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t8HwvgIhoj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t8HwvgIhoj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t8HwvgIhoj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t8HwvgIhoj .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t8HwvgIhoj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t8HwvgIhoj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t8HwvgIhoj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t8HwvgIhoj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t8HwvgIhoj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t8HwvgIhoj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t8HwvgIhoj .navbar.navbar-short {
  min-height: 60px;
}
.cid-t8HwvgIhoj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t8HwvgIhoj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t8HwvgIhoj .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t8HwvgIhoj .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t8HwvgIhoj .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t8HwvgIhoj .dropdown-item:hover,
.cid-t8HwvgIhoj .dropdown-item:focus {
  background: #232323 !important;
  color: white !important;
}
.cid-t8HwvgIhoj .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t8HwvgIhoj .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t8HwvgIhoj .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-t8HwvgIhoj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t8HwvgIhoj .dropdown-menu,
.cid-t8HwvgIhoj .navbar.opened {
  background: #ffffff !important;
}
.cid-t8HwvgIhoj .nav-item:focus,
.cid-t8HwvgIhoj .nav-link:focus {
  outline: none;
}
.cid-t8HwvgIhoj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t8HwvgIhoj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t8HwvgIhoj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t8HwvgIhoj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t8HwvgIhoj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t8HwvgIhoj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t8HwvgIhoj .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t8HwvgIhoj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t8HwvgIhoj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t8HwvgIhoj .dropdown-item.active,
.cid-t8HwvgIhoj .dropdown-item:active {
  background-color: transparent;
}
.cid-t8HwvgIhoj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t8HwvgIhoj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t8HwvgIhoj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t8HwvgIhoj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-t8HwvgIhoj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t8HwvgIhoj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t8HwvgIhoj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t8HwvgIhoj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t8HwvgIhoj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t8HwvgIhoj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-t8HwvgIhoj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t8HwvgIhoj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t8HwvgIhoj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t8HwvgIhoj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t8HwvgIhoj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t8HwvgIhoj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t8HwvgIhoj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t8HwvgIhoj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t8HwvgIhoj .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t8HwvgIhoj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t8HwvgIhoj .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t8HwvgIhoj .navbar {
    height: 70px;
  }
  .cid-t8HwvgIhoj .navbar.opened {
    height: auto;
  }
  .cid-t8HwvgIhoj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-thRKB1sZJ6 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #dfd9d6;
}
.cid-thRKB1sZJ6 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-thRKB1sZJ6 .container-fluid {
  padding: 0 !important;
}
.cid-thRKB1sZJ6 .google-map {
  height: 300px;
  position: relative;
  margin-bottom: 65px;
}
.cid-thRKB1sZJ6 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-thRKB1sZJ6 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-thRKB1sZJ6 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-thRKB1sZJ6 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-thRKB1sZJ6 .wrapper {
  margin-bottom: 50px;
}
.cid-thRKB1sZJ6 .mbr-section-title {
  margin-bottom: 0;
}
.cid-thRKB1sZJ6 .mbr-text {
  color: #919dab;
  margin-top: 20px;
  margin-bottom: 0;
}
.cid-thRKB1sZJ6 .subscribe__form {
  margin-top: 30px;
}
.cid-thRKB1sZJ6 .form-group {
  margin-bottom: 0;
}
.cid-thRKB1sZJ6 .dragArea .form-control {
  color: #919dab;
  margin-bottom: 35px;
  border: 2px solid #ebeaed !important;
  font-weight: 700;
  padding: 0 25px;
  height: 50px;
  font-size: 18px;
  border-radius: 30px;
  background-color: #ffffff !important;
}
.cid-thRKB1sZJ6 .dragArea textarea {
  height: 170px !important;
  border-radius: 10px !important;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  resize: none;
}
.cid-thRKB1sZJ6 .dragArea input::placeholder {
  color: #919dab;
  opacity: .6;
}
.cid-thRKB1sZJ6 .dragArea textarea::placeholder {
  color: #919dab;
  opacity: .6;
}
.cid-thRKB1sZJ6 .dragArea .form-control-label {
  margin-bottom: 10px;
  font-weight: 500;
}
.cid-thRKB1sZJ6 .dragArea .input-group-btn .btn {
  width: 100%;
  margin: 35px 0 0;
  font-weight: 500;
  height: 50px;
}
@media (max-width: 991px) {
  .cid-thRKB1sZJ6 .dragArea .input-group-btn .btn {
    margin-top: 0;
  }
}
.cid-thRKB1sZJ6 .title__right {
  margin-bottom: 0;
  margin-bottom: 40px;
}
.cid-thRKB1sZJ6 .text__right {
  margin: 20px 0 40px;
  color: #919dab;
}
.cid-thRKB1sZJ6 .tel {
  margin: 10px 0 0;
  font-weight: 500;
  transition: all .25s;
  color: #232323;
}
.cid-thRKB1sZJ6 .tel .mbr-iconfont {
  width: 30px;
  font-size: 18px;
  color: #ffffff;
}
.cid-thRKB1sZJ6 .tel:hover {
  color: #f24d94;
}
.cid-thRKB1sZJ6 .divider {
  width: 100%;
  height: 2px;
  background-color: #ebeaed;
  margin: 50px 0 40px;
}
.cid-thRKB1sZJ6 .title__right_social {
  margin-bottom: 20px;
}
.cid-thRKB1sZJ6 .socials {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  height: 140px;
}
.cid-thRKB1sZJ6 .socials .soc-item {
  margin-bottom: 15px;
  width: 48%;
  padding-right: 20px;
}
.cid-thRKB1sZJ6 .socials .mbr-iconfont {
  color: #1e0e62;
  margin-right: 15px;
  font-size: 18px;
}
.cid-thRKB1sZJ6 .socname {
  transition: all .25s;
  color: #919dab;
}
.cid-thRKB1sZJ6 .socname:hover {
  color: #5d6a79;
}
.cid-tQidYt35wa {
  padding-top: 60px;
  padding-bottom: 75px;
  background: #ffffff;
}
.cid-tQidYt35wa .mbr-section-subtitle {
  color: #cccccc;
}
.cid-tQidYt35wa h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 2rem;
  letter-spacing: 4px;
}
.cid-tQidYt35wa h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tQidYt35wa h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tQidYt35wa .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #767676;
  margin: 15px 0.5rem;
  display: block;
}
.cid-tQidYt35wa .mbr-iconfont-social:before {
  padding: 0.6rem;
  border: 2px solid;
  border-radius: 100px;
  transition: all 0.3s;
}
.cid-tQidYt35wa .mbr-iconfont-social:hover {
  color: #ffffff;
}
.cid-tQidYt35wa .mbr-iconfont-social:hover:before {
  background: #767676;
  transition: all 0.3s;
  border-color: transparent;
}
.cid-tQidYt35wa .social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-tQidYt35wa .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-tQidYt35wa .mbr-iconfont-social {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
  }
}
.cid-tQidYt35wa .mbr-section-title,
.cid-tQidYt35wa .social-list {
  color: #124ad6;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tQidYt35wa h2:before,
  .cid-tQidYt35wa h2:after {
    display: none;
  }
}
.cid-tQidYt35wa .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQidYt35wa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxLlSCVMaT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #918787;
}
.cid-uxLlSCVMaT .container-fluid {
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 992px) {
  .cid-uxLlSCVMaT .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uxLlSCVMaT .row {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #7F8678;
  border-top: 1px solid #7F8678;
  margin-top: -1px;
}
.cid-uxLlSCVMaT .footer-item {
  display: flex;
  flex-direction: column;
  padding: 22px 30px;
  border-bottom: 1px solid #7F8678;
  margin-bottom: -1px;
}
@media (min-width: 768px) {
  .cid-uxLlSCVMaT .footer-item:nth-child(odd) {
    border-right: 1px solid #7F8678;
  }
}
@media (min-width: 1200px) {
  .cid-uxLlSCVMaT .footer-item:not(:last-child) {
    border-right: 1px solid #7F8678;
  }
}
.cid-uxLlSCVMaT .mbr-text {
  color: #000000;
}
.cid-uxLlSCVMaT .link a {
  color: #3d3d3d;
}
.cid-uxLlSCVMaT .copyright {
  color: #000000;
  text-align: right;
}
.cid-uxLlSCVMaT .text {
  color: #000000;
}
.cid-uxLlSCVMaT .mbr-form-container {
  margin-top: 12px;
}
.cid-uxLlSCVMaT .form-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-end;
}
.cid-uxLlSCVMaT form .row {
  margin: 0;
  border: none !important;
}
.cid-uxLlSCVMaT form .mbr-section-btn {
  width: auto;
  padding: 0;
  height: auto;
}
.cid-uxLlSCVMaT form .mbr-section-btn .btn {
  padding: 0;
  height: auto;
  min-height: auto;
  border-radius: 0;
  border-bottom: 2px solid currentColor;
  transition: 1s;
}
.cid-uxLlSCVMaT .copyright-container {
  margin-top: auto;
}
.cid-uxLlSCVMaT .link {
  color: #000000;
}
.cid-uxLlSCVMaT .label {
  color: #f8c842;
}
.cid-t8HwvgIhoj {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t8HwvgIhoj .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-t8HwvgIhoj .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-t8HwvgIhoj .iconfont-wrapper {
  color: #103178 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-t8HwvgIhoj .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-t8HwvgIhoj .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-t8HwvgIhoj .container {
    padding: 0 1rem;
  }
}
.cid-t8HwvgIhoj .menu-tite {
  background: #232323;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffc800;
}
.cid-t8HwvgIhoj .nav-link {
  position: relative;
}
.cid-t8HwvgIhoj .nav-link:hover {
  color: #f24d94 !important;
}
.cid-t8HwvgIhoj nav.navbar {
  position: fixed;
}
.cid-t8HwvgIhoj .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-t8HwvgIhoj .navbar.opened {
  transition: all 0.3s;
}
.cid-t8HwvgIhoj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t8HwvgIhoj .navbar .navbar-logo img {
  width: auto;
}
.cid-t8HwvgIhoj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t8HwvgIhoj .navbar.collapsed {
  justify-content: center;
}
.cid-t8HwvgIhoj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t8HwvgIhoj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t8HwvgIhoj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-t8HwvgIhoj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t8HwvgIhoj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t8HwvgIhoj .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t8HwvgIhoj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t8HwvgIhoj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t8HwvgIhoj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t8HwvgIhoj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t8HwvgIhoj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t8HwvgIhoj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t8HwvgIhoj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t8HwvgIhoj .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t8HwvgIhoj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t8HwvgIhoj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t8HwvgIhoj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t8HwvgIhoj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t8HwvgIhoj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t8HwvgIhoj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t8HwvgIhoj .navbar.navbar-short {
  min-height: 60px;
}
.cid-t8HwvgIhoj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t8HwvgIhoj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t8HwvgIhoj .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t8HwvgIhoj .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t8HwvgIhoj .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t8HwvgIhoj .dropdown-item:hover,
.cid-t8HwvgIhoj .dropdown-item:focus {
  background: #232323 !important;
  color: white !important;
}
.cid-t8HwvgIhoj .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t8HwvgIhoj .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t8HwvgIhoj .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-t8HwvgIhoj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t8HwvgIhoj .dropdown-menu,
.cid-t8HwvgIhoj .navbar.opened {
  background: #ffffff !important;
}
.cid-t8HwvgIhoj .nav-item:focus,
.cid-t8HwvgIhoj .nav-link:focus {
  outline: none;
}
.cid-t8HwvgIhoj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t8HwvgIhoj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t8HwvgIhoj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t8HwvgIhoj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t8HwvgIhoj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t8HwvgIhoj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t8HwvgIhoj .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t8HwvgIhoj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t8HwvgIhoj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t8HwvgIhoj .dropdown-item.active,
.cid-t8HwvgIhoj .dropdown-item:active {
  background-color: transparent;
}
.cid-t8HwvgIhoj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t8HwvgIhoj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t8HwvgIhoj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t8HwvgIhoj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-t8HwvgIhoj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t8HwvgIhoj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t8HwvgIhoj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t8HwvgIhoj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t8HwvgIhoj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t8HwvgIhoj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-t8HwvgIhoj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t8HwvgIhoj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t8HwvgIhoj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t8HwvgIhoj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t8HwvgIhoj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t8HwvgIhoj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t8HwvgIhoj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t8HwvgIhoj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t8HwvgIhoj .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t8HwvgIhoj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t8HwvgIhoj .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t8HwvgIhoj .navbar {
    height: 70px;
  }
  .cid-t8HwvgIhoj .navbar.opened {
    height: auto;
  }
  .cid-t8HwvgIhoj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t5A3hO1ZLL {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f8f8f8;
}
.cid-t5A3hO1ZLL .right {
  display: flex;
  flex-direction: column;
}
.cid-t5A3hO1ZLL .card-heading {
  padding-bottom: 45px;
  color: #000000;
  font-weight: 600;
}
.cid-t5A3hO1ZLL .p {
  padding-bottom: 30px;
  color: #272727;
}
.cid-t5A3hO1ZLL .last-p {
  padding-bottom: 0;
}
.cid-t5A3hO1ZLL .row {
  justify-content: center;
}
.cid-t5A3hO1ZLL a {
  font-weight: 600;
}
.cid-t5A3hO1ZLL .quote {
  padding: 5px 0 5px 28px;
  color: #272727;
  border-left: 2px solid #232323;
}
.cid-t8MSrfwypz {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f8f8f8;
  z-index: 2;
}
.cid-t8MSrfwypz .row {
  justify-content: space-between;
}
.cid-t8MSrfwypz .wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-t8MSrfwypz .wrapper .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-t8MSrfwypz .wrapper .icon-wrapper {
  width: 60px;
  height: 60px;
  background: #ffffff;
  border-radius: 8px;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-t8MSrfwypz .wrapper .icon-wrapper {
    margin: 0 0.5rem;
  }
}
.cid-t8MSrfwypz .wrapper .icon1 {
  color: #232323;
}
.cid-t8MSrfwypz .wrapper .icon2 {
  color: #232323;
}
.cid-t8MSrfwypz .wrapper .icon3 {
  color: #ff6666;
}
.cid-t8MSrfwypz .wrapper .border1 {
  border: 2px solid #efefef;
}
.cid-t8MSrfwypz .wrapper .border1:hover {
  border: 2px solid #232323;
}
.cid-t8MSrfwypz .wrapper .border2 {
  border: 2px solid #efefef;
}
.cid-t8MSrfwypz .wrapper .border2:hover {
  border: 2px solid #232323;
}
.cid-t8MSrfwypz .wrapper .border3 {
  border: 2px solid #efefef;
}
.cid-t8MSrfwypz .wrapper .border3:hover {
  border: 2px solid #ff6666;
}
@media (max-width: 767px) {
  .cid-t8MSrfwypz .wrapper {
    justify-content: center;
  }
}
.cid-t8MSrfwypz .link-wrapper {
  align-items: center;
  display: flex;
}
.cid-t8MSrfwypz .link-wrapper p {
  padding: 0;
  margin: 0;
  padding-left: 0.5rem;
}
.cid-t8MSrfwypz .inline-wrapper {
  display: inline-block;
}
.cid-t8MSrfwypz .align-wrapper {
  width: 100%;
}
.cid-t8MSrfwypz .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #1c1c25 inset;
  border-radius: 4px;
  min-width: 20px;
  width: 20px;
  align-items: center;
  display: flex;
  height: 20px;
  margin: 0 0.4rem;
  justify-content: center;
  transition: all 0.3s;
}
.cid-t8MSrfwypz .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-t8MSrfwypz .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-t8MSrfwypz .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-t8MSrfwypz .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: .5rem;
  font-weight: 900;
  color: #1c1c25;
}
.cid-t8MSrfwypz .icon-bg {
  position: absolute;
  overflow: visible;
  top: 3px;
  right: -3px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 4px;
  background: #ffb18a;
}
.cid-t8MSrfwypz img {
  border-radius: 8px;
}
.cid-t8MSrfwypz .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-t8MSrfwypz .mbr-section-subtitle {
  color: #767676;
}
.cid-t8MSrfwypz .main-sub-title {
  background: #e7e4e4;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-t8MSrfwypz .card-text {
  color: #767676;
}
.cid-t8MSrfwypz .main-sub-title,
.cid-t8MSrfwypz .align-wrapper {
  color: #232323;
}
.cid-t8MSrfwypz .main-text {
  color: #777d74;
}
.cid-t8MSrfwypz .hover:hover .main-text-title {
  color: #f2684b !important;
}
.cid-t8MSrfwypz .main-text-title {
  color: #232323;
  transition: all 0.3s;
}
.cid-t7iGlCuRJO {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f8f8f8;
  z-index: 2;
}
.cid-t7iGlCuRJO .row {
  justify-content: space-between;
}
.cid-t7iGlCuRJO .wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-t7iGlCuRJO .wrapper .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-t7iGlCuRJO .wrapper .icon-wrapper {
  width: 60px;
  height: 60px;
  background: #ffffff;
  border-radius: 8px;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-t7iGlCuRJO .wrapper .icon-wrapper {
    margin: 0 0.5rem;
  }
}
.cid-t7iGlCuRJO .wrapper .icon1 {
  color: #f14105;
}
.cid-t7iGlCuRJO .wrapper .icon2 {
  color: #72dfe9;
}
.cid-t7iGlCuRJO .wrapper .icon3 {
  color: #ff6666;
}
.cid-t7iGlCuRJO .wrapper .border1 {
  border: 2px solid #efefef;
}
.cid-t7iGlCuRJO .wrapper .border1:hover {
  border: 2px solid #f14105;
}
.cid-t7iGlCuRJO .wrapper .border2 {
  border: 2px solid #efefef;
}
.cid-t7iGlCuRJO .wrapper .border2:hover {
  border: 2px solid #72dfe9;
}
.cid-t7iGlCuRJO .wrapper .border3 {
  border: 2px solid #efefef;
}
.cid-t7iGlCuRJO .wrapper .border3:hover {
  border: 2px solid #ff6666;
}
@media (max-width: 767px) {
  .cid-t7iGlCuRJO .wrapper {
    justify-content: center;
  }
}
.cid-t7iGlCuRJO .link-wrapper {
  align-items: center;
  display: flex;
}
.cid-t7iGlCuRJO .link-wrapper p {
  padding: 0;
  margin: 0;
  padding-left: 0.5rem;
}
.cid-t7iGlCuRJO .inline-wrapper {
  display: inline-block;
}
.cid-t7iGlCuRJO .align-wrapper {
  width: 100%;
}
.cid-t7iGlCuRJO .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #1c1c25 inset;
  border-radius: 4px;
  min-width: 20px;
  width: 20px;
  align-items: center;
  display: flex;
  height: 20px;
  margin: 0 0.4rem;
  justify-content: center;
  transition: all 0.3s;
}
.cid-t7iGlCuRJO .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-t7iGlCuRJO .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-t7iGlCuRJO .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-t7iGlCuRJO .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: .5rem;
  font-weight: 900;
  color: #1c1c25;
}
.cid-t7iGlCuRJO .icon-bg {
  position: absolute;
  overflow: visible;
  top: 3px;
  right: -3px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 4px;
  background: #ffb18a;
}
.cid-t7iGlCuRJO img {
  border-radius: 8px;
}
.cid-t7iGlCuRJO .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-t7iGlCuRJO .mbr-section-subtitle {
  color: #767676;
}
.cid-t7iGlCuRJO .main-sub-title {
  background: #e7e4e4;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-t7iGlCuRJO .card-text {
  color: #767676;
}
.cid-t7iGlCuRJO .main-sub-title,
.cid-t7iGlCuRJO .align-wrapper {
  color: #232323;
}
.cid-t7iGlCuRJO .main-text {
  color: #777d74;
}
.cid-t7iGlCuRJO .hover:hover .main-text-title {
  color: #f2684b !important;
}
.cid-t7iGlCuRJO .main-text-title {
  color: #010a44;
  transition: all 0.3s;
}
.cid-t7iGlCuRJO .main-title P {
  text-align: left;
}
.cid-tq3Z1kVSRl {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #f8f8f8;
}
.cid-tq3Z1kVSRl .lin {
  text-align: left;
  color: #232323;
  font-weight: 700;
  width: 100%;
}
.cid-tq3Z1kVSRl .mbr-iconfont {
  font-size: 50px;
  color: #1d1d1f;
}
.cid-tq3Z1kVSRl .iconfont-wrapper {
  text-align: center;
}
.cid-tq3Z1kVSRl .row {
  align-items: center;
}
.cid-tq3Z1kVSRl .no-padding {
  padding: 0 7px;
  width: 100%;
}
.cid-tq3Z1kVSRl .wrapper {
  margin: auto;
}
.cid-tmQi5ltoSX {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #f8f8f8;
}
.cid-tmQi5ltoSX .lin {
  text-align: left;
  color: #232323;
  font-weight: 700;
  width: 100%;
}
.cid-tmQi5ltoSX .mbr-iconfont {
  font-size: 50px;
  color: #1d1d1f;
}
.cid-tmQi5ltoSX .iconfont-wrapper {
  text-align: center;
}
.cid-tmQi5ltoSX .row {
  align-items: center;
}
.cid-tmQi5ltoSX .no-padding {
  padding: 0 7px;
  width: 100%;
}
.cid-tmQi5ltoSX .wrapper {
  margin: auto;
}
.cid-tkcaWwSTxd {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #f8f8f8;
}
.cid-tkcaWwSTxd .lin {
  text-align: left;
  color: #232323;
  font-weight: 700;
  width: 100%;
}
.cid-tkcaWwSTxd .mbr-iconfont {
  font-size: 50px;
  color: #1d1d1f;
}
.cid-tkcaWwSTxd .iconfont-wrapper {
  text-align: center;
}
.cid-tkcaWwSTxd .row {
  align-items: center;
}
.cid-tkcaWwSTxd .no-padding {
  padding: 0 7px;
  width: 100%;
}
.cid-tkcaWwSTxd .wrapper {
  margin: auto;
}
.cid-tbkK5SjVd7 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #f8f8f8;
}
.cid-tbkK5SjVd7 .lin {
  text-align: left;
  color: #232323;
  font-weight: 700;
  width: 100%;
}
.cid-tbkK5SjVd7 .mbr-iconfont {
  font-size: 50px;
  color: #1d1d1f;
}
.cid-tbkK5SjVd7 .iconfont-wrapper {
  text-align: center;
}
.cid-tbkK5SjVd7 .row {
  align-items: center;
}
.cid-tbkK5SjVd7 .no-padding {
  padding: 0 7px;
  width: 100%;
}
.cid-tbkK5SjVd7 .wrapper {
  margin: auto;
}
.cid-teDEH0JgFr {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #f8f8f8;
}
.cid-teDEH0JgFr .lin {
  text-align: left;
  color: #232323;
  font-weight: 700;
  width: 100%;
}
.cid-teDEH0JgFr .mbr-iconfont {
  font-size: 50px;
  color: #1d1d1f;
}
.cid-teDEH0JgFr .iconfont-wrapper {
  text-align: center;
}
.cid-teDEH0JgFr .row {
  align-items: center;
}
.cid-teDEH0JgFr .no-padding {
  padding: 0 7px;
  width: 100%;
}
.cid-teDEH0JgFr .wrapper {
  margin: auto;
}
.cid-tbkK6jXtZq {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #f8f8f8;
}
.cid-tbkK6jXtZq .lin {
  text-align: left;
  color: #232323;
  font-weight: 700;
  width: 100%;
}
.cid-tbkK6jXtZq .mbr-iconfont {
  font-size: 50px;
  color: #1d1d1f;
}
.cid-tbkK6jXtZq .iconfont-wrapper {
  text-align: center;
}
.cid-tbkK6jXtZq .row {
  align-items: center;
}
.cid-tbkK6jXtZq .no-padding {
  padding: 0 7px;
  width: 100%;
}
.cid-tbkK6jXtZq .wrapper {
  margin: auto;
}
.cid-ta6LdfiC4V {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #f8f8f8;
}
.cid-ta6LdfiC4V .lin {
  text-align: left;
  color: #232323;
  font-weight: 700;
  width: 100%;
}
.cid-ta6LdfiC4V .mbr-iconfont {
  font-size: 50px;
  color: #1d1d1f;
}
.cid-ta6LdfiC4V .iconfont-wrapper {
  text-align: center;
}
.cid-ta6LdfiC4V .row {
  align-items: center;
}
.cid-ta6LdfiC4V .no-padding {
  padding: 0 7px;
  width: 100%;
}
.cid-ta6LdfiC4V .wrapper {
  margin: auto;
}
.cid-ta6MRcLnLa {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #f8f8f8;
}
.cid-ta6MRcLnLa .lin {
  text-align: left;
  color: #232323;
  font-weight: 700;
  width: 100%;
}
.cid-ta6MRcLnLa .mbr-iconfont {
  font-size: 50px;
  color: #1d1d1f;
}
.cid-ta6MRcLnLa .iconfont-wrapper {
  text-align: center;
}
.cid-ta6MRcLnLa .row {
  align-items: center;
}
.cid-ta6MRcLnLa .no-padding {
  padding: 0 7px;
  width: 100%;
}
.cid-ta6MRcLnLa .wrapper {
  margin: auto;
}
.cid-tQiesdmLP4 {
  padding-top: 60px;
  padding-bottom: 75px;
  background: #ffffff;
}
.cid-tQiesdmLP4 .mbr-section-subtitle {
  color: #cccccc;
}
.cid-tQiesdmLP4 h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 2rem;
  letter-spacing: 4px;
}
.cid-tQiesdmLP4 h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tQiesdmLP4 h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tQiesdmLP4 .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #767676;
  margin: 15px 0.5rem;
  display: block;
}
.cid-tQiesdmLP4 .mbr-iconfont-social:before {
  padding: 0.6rem;
  border: 2px solid;
  border-radius: 100px;
  transition: all 0.3s;
}
.cid-tQiesdmLP4 .mbr-iconfont-social:hover {
  color: #ffffff;
}
.cid-tQiesdmLP4 .mbr-iconfont-social:hover:before {
  background: #767676;
  transition: all 0.3s;
  border-color: transparent;
}
.cid-tQiesdmLP4 .social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-tQiesdmLP4 .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-tQiesdmLP4 .mbr-iconfont-social {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
  }
}
.cid-tQiesdmLP4 .mbr-section-title,
.cid-tQiesdmLP4 .social-list {
  color: #124ad6;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tQiesdmLP4 h2:before,
  .cid-tQiesdmLP4 h2:after {
    display: none;
  }
}
.cid-tQiesdmLP4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQiesdmLP4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxLlSCVMaT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #918787;
}
.cid-uxLlSCVMaT .container-fluid {
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 992px) {
  .cid-uxLlSCVMaT .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uxLlSCVMaT .row {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #7F8678;
  border-top: 1px solid #7F8678;
  margin-top: -1px;
}
.cid-uxLlSCVMaT .footer-item {
  display: flex;
  flex-direction: column;
  padding: 22px 30px;
  border-bottom: 1px solid #7F8678;
  margin-bottom: -1px;
}
@media (min-width: 768px) {
  .cid-uxLlSCVMaT .footer-item:nth-child(odd) {
    border-right: 1px solid #7F8678;
  }
}
@media (min-width: 1200px) {
  .cid-uxLlSCVMaT .footer-item:not(:last-child) {
    border-right: 1px solid #7F8678;
  }
}
.cid-uxLlSCVMaT .mbr-text {
  color: #000000;
}
.cid-uxLlSCVMaT .link a {
  color: #3d3d3d;
}
.cid-uxLlSCVMaT .copyright {
  color: #000000;
  text-align: right;
}
.cid-uxLlSCVMaT .text {
  color: #000000;
}
.cid-uxLlSCVMaT .mbr-form-container {
  margin-top: 12px;
}
.cid-uxLlSCVMaT .form-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-end;
}
.cid-uxLlSCVMaT form .row {
  margin: 0;
  border: none !important;
}
.cid-uxLlSCVMaT form .mbr-section-btn {
  width: auto;
  padding: 0;
  height: auto;
}
.cid-uxLlSCVMaT form .mbr-section-btn .btn {
  padding: 0;
  height: auto;
  min-height: auto;
  border-radius: 0;
  border-bottom: 2px solid currentColor;
  transition: 1s;
}
.cid-uxLlSCVMaT .copyright-container {
  margin-top: auto;
}
.cid-uxLlSCVMaT .link {
  color: #000000;
}
.cid-uxLlSCVMaT .label {
  color: #f8c842;
}
.cid-t8HwvgIhoj {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t8HwvgIhoj .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-t8HwvgIhoj .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-t8HwvgIhoj .iconfont-wrapper {
  color: #103178 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-t8HwvgIhoj .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-t8HwvgIhoj .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-t8HwvgIhoj .container {
    padding: 0 1rem;
  }
}
.cid-t8HwvgIhoj .menu-tite {
  background: #232323;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffc800;
}
.cid-t8HwvgIhoj .nav-link {
  position: relative;
}
.cid-t8HwvgIhoj .nav-link:hover {
  color: #f24d94 !important;
}
.cid-t8HwvgIhoj nav.navbar {
  position: fixed;
}
.cid-t8HwvgIhoj .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-t8HwvgIhoj .navbar.opened {
  transition: all 0.3s;
}
.cid-t8HwvgIhoj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t8HwvgIhoj .navbar .navbar-logo img {
  width: auto;
}
.cid-t8HwvgIhoj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t8HwvgIhoj .navbar.collapsed {
  justify-content: center;
}
.cid-t8HwvgIhoj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t8HwvgIhoj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t8HwvgIhoj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-t8HwvgIhoj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t8HwvgIhoj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t8HwvgIhoj .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t8HwvgIhoj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t8HwvgIhoj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t8HwvgIhoj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t8HwvgIhoj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t8HwvgIhoj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t8HwvgIhoj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t8HwvgIhoj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t8HwvgIhoj .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t8HwvgIhoj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t8HwvgIhoj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t8HwvgIhoj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t8HwvgIhoj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t8HwvgIhoj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t8HwvgIhoj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t8HwvgIhoj .navbar.navbar-short {
  min-height: 60px;
}
.cid-t8HwvgIhoj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t8HwvgIhoj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t8HwvgIhoj .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t8HwvgIhoj .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t8HwvgIhoj .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t8HwvgIhoj .dropdown-item:hover,
.cid-t8HwvgIhoj .dropdown-item:focus {
  background: #232323 !important;
  color: white !important;
}
.cid-t8HwvgIhoj .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t8HwvgIhoj .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t8HwvgIhoj .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-t8HwvgIhoj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t8HwvgIhoj .dropdown-menu,
.cid-t8HwvgIhoj .navbar.opened {
  background: #ffffff !important;
}
.cid-t8HwvgIhoj .nav-item:focus,
.cid-t8HwvgIhoj .nav-link:focus {
  outline: none;
}
.cid-t8HwvgIhoj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t8HwvgIhoj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t8HwvgIhoj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t8HwvgIhoj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t8HwvgIhoj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t8HwvgIhoj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t8HwvgIhoj .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t8HwvgIhoj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t8HwvgIhoj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t8HwvgIhoj .dropdown-item.active,
.cid-t8HwvgIhoj .dropdown-item:active {
  background-color: transparent;
}
.cid-t8HwvgIhoj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t8HwvgIhoj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t8HwvgIhoj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t8HwvgIhoj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-t8HwvgIhoj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t8HwvgIhoj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t8HwvgIhoj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t8HwvgIhoj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t8HwvgIhoj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t8HwvgIhoj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-t8HwvgIhoj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t8HwvgIhoj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t8HwvgIhoj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t8HwvgIhoj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t8HwvgIhoj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t8HwvgIhoj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t8HwvgIhoj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t8HwvgIhoj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t8HwvgIhoj .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t8HwvgIhoj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t8HwvgIhoj .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t8HwvgIhoj .navbar {
    height: 70px;
  }
  .cid-t8HwvgIhoj .navbar.opened {
    height: auto;
  }
  .cid-t8HwvgIhoj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t6E4GrQ8ig {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f8f8f8;
}
.cid-t6E4GrQ8ig .right {
  display: flex;
  flex-direction: column;
}
.cid-t6E4GrQ8ig .card-heading {
  padding-bottom: 45px;
  color: #000000;
  font-weight: 600;
}
.cid-t6E4GrQ8ig .p {
  padding-bottom: 30px;
  color: #272727;
}
.cid-t6E4GrQ8ig .last-p {
  padding-bottom: 0;
}
.cid-t6E4GrQ8ig .row {
  justify-content: center;
}
.cid-t6E4GrQ8ig a {
  font-weight: 600;
}
.cid-t6E4GrQ8ig .quote {
  padding: 5px 0 5px 28px;
  color: #272727;
  border-left: 2px solid #232323;
}
.cid-uLez2s4EqY {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f8f8f8;
  z-index: 2;
}
.cid-uLez2s4EqY .row {
  justify-content: space-between;
}
.cid-uLez2s4EqY .wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-uLez2s4EqY .wrapper .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uLez2s4EqY .wrapper .icon-wrapper {
  width: 60px;
  height: 60px;
  background: #ffffff;
  border-radius: 8px;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uLez2s4EqY .wrapper .icon-wrapper {
    margin: 0 0.5rem;
  }
}
.cid-uLez2s4EqY .wrapper .icon1 {
  color: #6592e6;
}
.cid-uLez2s4EqY .wrapper .icon2 {
  color: #72dfe9;
}
.cid-uLez2s4EqY .wrapper .icon3 {
  color: #ff6666;
}
.cid-uLez2s4EqY .wrapper .border1 {
  border: 2px solid #efefef;
}
.cid-uLez2s4EqY .wrapper .border1:hover {
  border: 2px solid #6592e6;
}
.cid-uLez2s4EqY .wrapper .border2 {
  border: 2px solid #efefef;
}
.cid-uLez2s4EqY .wrapper .border2:hover {
  border: 2px solid #72dfe9;
}
.cid-uLez2s4EqY .wrapper .border3 {
  border: 2px solid #efefef;
}
.cid-uLez2s4EqY .wrapper .border3:hover {
  border: 2px solid #ff6666;
}
@media (max-width: 767px) {
  .cid-uLez2s4EqY .wrapper {
    justify-content: center;
  }
}
.cid-uLez2s4EqY .link-wrapper {
  align-items: center;
  display: flex;
}
.cid-uLez2s4EqY .link-wrapper p {
  padding: 0;
  margin: 0;
  padding-left: 0.5rem;
}
.cid-uLez2s4EqY .inline-wrapper {
  display: inline-block;
}
.cid-uLez2s4EqY .align-wrapper {
  width: 100%;
}
.cid-uLez2s4EqY .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #1c1c25 inset;
  border-radius: 4px;
  min-width: 20px;
  width: 20px;
  align-items: center;
  display: flex;
  height: 20px;
  margin: 0 0.4rem;
  justify-content: center;
  transition: all 0.3s;
}
.cid-uLez2s4EqY .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-uLez2s4EqY .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-uLez2s4EqY .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-uLez2s4EqY .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: .5rem;
  font-weight: 900;
  color: #1c1c25;
}
.cid-uLez2s4EqY .icon-bg {
  position: absolute;
  overflow: visible;
  top: 3px;
  right: -3px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 4px;
  background: #ffb18a;
}
.cid-uLez2s4EqY img {
  border-radius: 8px;
}
.cid-uLez2s4EqY .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-uLez2s4EqY .mbr-section-subtitle {
  color: #767676;
}
.cid-uLez2s4EqY .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-uLez2s4EqY .card-text {
  color: #767676;
}
.cid-uLez2s4EqY .main-sub-title,
.cid-uLez2s4EqY .align-wrapper {
  color: #33358c;
}
.cid-uLez2s4EqY .main-text {
  color: #777d74;
}
.cid-uLez2s4EqY .hover:hover .main-text-title {
  color: #f2684b !important;
}
.cid-uLez2s4EqY .main-text-title {
  color: #232323;
  transition: all 0.3s;
}
.cid-uLez2s4EqY .main-text,
.cid-uLez2s4EqY .link-align-wrapper {
  color: #232323;
}
.cid-uCEyZDq5cy {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f8f8f8;
  z-index: 2;
}
.cid-uCEyZDq5cy .row {
  justify-content: space-between;
}
.cid-uCEyZDq5cy .wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-uCEyZDq5cy .wrapper .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uCEyZDq5cy .wrapper .icon-wrapper {
  width: 60px;
  height: 60px;
  background: #ffffff;
  border-radius: 8px;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uCEyZDq5cy .wrapper .icon-wrapper {
    margin: 0 0.5rem;
  }
}
.cid-uCEyZDq5cy .wrapper .icon1 {
  color: #6592e6;
}
.cid-uCEyZDq5cy .wrapper .icon2 {
  color: #72dfe9;
}
.cid-uCEyZDq5cy .wrapper .icon3 {
  color: #ff6666;
}
.cid-uCEyZDq5cy .wrapper .border1 {
  border: 2px solid #efefef;
}
.cid-uCEyZDq5cy .wrapper .border1:hover {
  border: 2px solid #6592e6;
}
.cid-uCEyZDq5cy .wrapper .border2 {
  border: 2px solid #efefef;
}
.cid-uCEyZDq5cy .wrapper .border2:hover {
  border: 2px solid #72dfe9;
}
.cid-uCEyZDq5cy .wrapper .border3 {
  border: 2px solid #efefef;
}
.cid-uCEyZDq5cy .wrapper .border3:hover {
  border: 2px solid #ff6666;
}
@media (max-width: 767px) {
  .cid-uCEyZDq5cy .wrapper {
    justify-content: center;
  }
}
.cid-uCEyZDq5cy .link-wrapper {
  align-items: center;
  display: flex;
}
.cid-uCEyZDq5cy .link-wrapper p {
  padding: 0;
  margin: 0;
  padding-left: 0.5rem;
}
.cid-uCEyZDq5cy .inline-wrapper {
  display: inline-block;
}
.cid-uCEyZDq5cy .align-wrapper {
  width: 100%;
}
.cid-uCEyZDq5cy .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #1c1c25 inset;
  border-radius: 4px;
  min-width: 20px;
  width: 20px;
  align-items: center;
  display: flex;
  height: 20px;
  margin: 0 0.4rem;
  justify-content: center;
  transition: all 0.3s;
}
.cid-uCEyZDq5cy .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-uCEyZDq5cy .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-uCEyZDq5cy .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-uCEyZDq5cy .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: .5rem;
  font-weight: 900;
  color: #1c1c25;
}
.cid-uCEyZDq5cy .icon-bg {
  position: absolute;
  overflow: visible;
  top: 3px;
  right: -3px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 4px;
  background: #ffb18a;
}
.cid-uCEyZDq5cy img {
  border-radius: 8px;
}
.cid-uCEyZDq5cy .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-uCEyZDq5cy .mbr-section-subtitle {
  color: #767676;
}
.cid-uCEyZDq5cy .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-uCEyZDq5cy .card-text {
  color: #767676;
}
.cid-uCEyZDq5cy .main-sub-title,
.cid-uCEyZDq5cy .align-wrapper {
  color: #33358c;
  text-align: left;
}
.cid-uCEyZDq5cy .main-text {
  color: #777d74;
}
.cid-uCEyZDq5cy .hover:hover .main-text-title {
  color: #f2684b !important;
}
.cid-uCEyZDq5cy .main-text-title {
  color: #232323;
  transition: all 0.3s;
}
.cid-uCEyZDq5cy .main-text,
.cid-uCEyZDq5cy .link-align-wrapper {
  color: #232323;
}
.cid-uL8x4q0lNA {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f8f8f8;
  z-index: 2;
}
.cid-uL8x4q0lNA .row {
  justify-content: space-between;
}
.cid-uL8x4q0lNA .wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-uL8x4q0lNA .wrapper .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uL8x4q0lNA .wrapper .icon-wrapper {
  width: 60px;
  height: 60px;
  background: #ffffff;
  border-radius: 8px;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uL8x4q0lNA .wrapper .icon-wrapper {
    margin: 0 0.5rem;
  }
}
.cid-uL8x4q0lNA .wrapper .icon1 {
  color: #6592e6;
}
.cid-uL8x4q0lNA .wrapper .icon2 {
  color: #72dfe9;
}
.cid-uL8x4q0lNA .wrapper .icon3 {
  color: #ff6666;
}
.cid-uL8x4q0lNA .wrapper .border1 {
  border: 2px solid #efefef;
}
.cid-uL8x4q0lNA .wrapper .border1:hover {
  border: 2px solid #6592e6;
}
.cid-uL8x4q0lNA .wrapper .border2 {
  border: 2px solid #efefef;
}
.cid-uL8x4q0lNA .wrapper .border2:hover {
  border: 2px solid #72dfe9;
}
.cid-uL8x4q0lNA .wrapper .border3 {
  border: 2px solid #efefef;
}
.cid-uL8x4q0lNA .wrapper .border3:hover {
  border: 2px solid #ff6666;
}
@media (max-width: 767px) {
  .cid-uL8x4q0lNA .wrapper {
    justify-content: center;
  }
}
.cid-uL8x4q0lNA .link-wrapper {
  align-items: center;
  display: flex;
}
.cid-uL8x4q0lNA .link-wrapper p {
  padding: 0;
  margin: 0;
  padding-left: 0.5rem;
}
.cid-uL8x4q0lNA .inline-wrapper {
  display: inline-block;
}
.cid-uL8x4q0lNA .align-wrapper {
  width: 100%;
}
.cid-uL8x4q0lNA .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #1c1c25 inset;
  border-radius: 4px;
  min-width: 20px;
  width: 20px;
  align-items: center;
  display: flex;
  height: 20px;
  margin: 0 0.4rem;
  justify-content: center;
  transition: all 0.3s;
}
.cid-uL8x4q0lNA .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-uL8x4q0lNA .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-uL8x4q0lNA .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-uL8x4q0lNA .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: .5rem;
  font-weight: 900;
  color: #1c1c25;
}
.cid-uL8x4q0lNA .icon-bg {
  position: absolute;
  overflow: visible;
  top: 3px;
  right: -3px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 4px;
  background: #ffb18a;
}
.cid-uL8x4q0lNA img {
  border-radius: 8px;
}
.cid-uL8x4q0lNA .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-uL8x4q0lNA .mbr-section-subtitle {
  color: #767676;
}
.cid-uL8x4q0lNA .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-uL8x4q0lNA .card-text {
  color: #767676;
}
.cid-uL8x4q0lNA .main-sub-title,
.cid-uL8x4q0lNA .align-wrapper {
  color: #33358c;
}
.cid-uL8x4q0lNA .main-text {
  color: #777d74;
}
.cid-uL8x4q0lNA .hover:hover .main-text-title {
  color: #f2684b !important;
}
.cid-uL8x4q0lNA .main-text-title {
  color: #232323;
  transition: all 0.3s;
}
.cid-uL8x4q0lNA .main-text,
.cid-uL8x4q0lNA .link-align-wrapper {
  color: #232323;
}
.cid-uCEuysQgOg {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f8f8f8;
  z-index: 2;
}
.cid-uCEuysQgOg .row {
  justify-content: space-between;
}
.cid-uCEuysQgOg .wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-uCEuysQgOg .wrapper .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uCEuysQgOg .wrapper .icon-wrapper {
  width: 60px;
  height: 60px;
  background: #ffffff;
  border-radius: 8px;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uCEuysQgOg .wrapper .icon-wrapper {
    margin: 0 0.5rem;
  }
}
.cid-uCEuysQgOg .wrapper .icon1 {
  color: #6592e6;
}
.cid-uCEuysQgOg .wrapper .icon2 {
  color: #72dfe9;
}
.cid-uCEuysQgOg .wrapper .icon3 {
  color: #ff6666;
}
.cid-uCEuysQgOg .wrapper .border1 {
  border: 2px solid #efefef;
}
.cid-uCEuysQgOg .wrapper .border1:hover {
  border: 2px solid #6592e6;
}
.cid-uCEuysQgOg .wrapper .border2 {
  border: 2px solid #efefef;
}
.cid-uCEuysQgOg .wrapper .border2:hover {
  border: 2px solid #72dfe9;
}
.cid-uCEuysQgOg .wrapper .border3 {
  border: 2px solid #efefef;
}
.cid-uCEuysQgOg .wrapper .border3:hover {
  border: 2px solid #ff6666;
}
@media (max-width: 767px) {
  .cid-uCEuysQgOg .wrapper {
    justify-content: center;
  }
}
.cid-uCEuysQgOg .link-wrapper {
  align-items: center;
  display: flex;
}
.cid-uCEuysQgOg .link-wrapper p {
  padding: 0;
  margin: 0;
  padding-left: 0.5rem;
}
.cid-uCEuysQgOg .inline-wrapper {
  display: inline-block;
}
.cid-uCEuysQgOg .align-wrapper {
  width: 100%;
}
.cid-uCEuysQgOg .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #1c1c25 inset;
  border-radius: 4px;
  min-width: 20px;
  width: 20px;
  align-items: center;
  display: flex;
  height: 20px;
  margin: 0 0.4rem;
  justify-content: center;
  transition: all 0.3s;
}
.cid-uCEuysQgOg .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-uCEuysQgOg .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-uCEuysQgOg .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-uCEuysQgOg .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: .5rem;
  font-weight: 900;
  color: #1c1c25;
}
.cid-uCEuysQgOg .icon-bg {
  position: absolute;
  overflow: visible;
  top: 3px;
  right: -3px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 4px;
  background: #ffb18a;
}
.cid-uCEuysQgOg img {
  border-radius: 8px;
}
.cid-uCEuysQgOg .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-uCEuysQgOg .mbr-section-subtitle {
  color: #767676;
}
.cid-uCEuysQgOg .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-uCEuysQgOg .card-text {
  color: #767676;
}
.cid-uCEuysQgOg .main-sub-title,
.cid-uCEuysQgOg .align-wrapper {
  color: #33358c;
}
.cid-uCEuysQgOg .main-text {
  color: #777d74;
}
.cid-uCEuysQgOg .hover:hover .main-text-title {
  color: #f2684b !important;
}
.cid-uCEuysQgOg .main-text-title {
  color: #232323;
  transition: all 0.3s;
}
.cid-uCEuysQgOg .main-text,
.cid-uCEuysQgOg .link-align-wrapper {
  color: #232323;
}
.cid-uw3kx1aOjb {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f8f8f8;
  z-index: 2;
}
.cid-uw3kx1aOjb .row {
  justify-content: space-between;
}
.cid-uw3kx1aOjb .wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-uw3kx1aOjb .wrapper .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uw3kx1aOjb .wrapper .icon-wrapper {
  width: 60px;
  height: 60px;
  background: #ffffff;
  border-radius: 8px;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uw3kx1aOjb .wrapper .icon-wrapper {
    margin: 0 0.5rem;
  }
}
.cid-uw3kx1aOjb .wrapper .icon1 {
  color: #6592e6;
}
.cid-uw3kx1aOjb .wrapper .icon2 {
  color: #72dfe9;
}
.cid-uw3kx1aOjb .wrapper .icon3 {
  color: #ff6666;
}
.cid-uw3kx1aOjb .wrapper .border1 {
  border: 2px solid #efefef;
}
.cid-uw3kx1aOjb .wrapper .border1:hover {
  border: 2px solid #6592e6;
}
.cid-uw3kx1aOjb .wrapper .border2 {
  border: 2px solid #efefef;
}
.cid-uw3kx1aOjb .wrapper .border2:hover {
  border: 2px solid #72dfe9;
}
.cid-uw3kx1aOjb .wrapper .border3 {
  border: 2px solid #efefef;
}
.cid-uw3kx1aOjb .wrapper .border3:hover {
  border: 2px solid #ff6666;
}
@media (max-width: 767px) {
  .cid-uw3kx1aOjb .wrapper {
    justify-content: center;
  }
}
.cid-uw3kx1aOjb .link-wrapper {
  align-items: center;
  display: flex;
}
.cid-uw3kx1aOjb .link-wrapper p {
  padding: 0;
  margin: 0;
  padding-left: 0.5rem;
}
.cid-uw3kx1aOjb .inline-wrapper {
  display: inline-block;
}
.cid-uw3kx1aOjb .align-wrapper {
  width: 100%;
}
.cid-uw3kx1aOjb .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #1c1c25 inset;
  border-radius: 4px;
  min-width: 20px;
  width: 20px;
  align-items: center;
  display: flex;
  height: 20px;
  margin: 0 0.4rem;
  justify-content: center;
  transition: all 0.3s;
}
.cid-uw3kx1aOjb .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-uw3kx1aOjb .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-uw3kx1aOjb .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-uw3kx1aOjb .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: .5rem;
  font-weight: 900;
  color: #1c1c25;
}
.cid-uw3kx1aOjb .icon-bg {
  position: absolute;
  overflow: visible;
  top: 3px;
  right: -3px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 4px;
  background: #ffb18a;
}
.cid-uw3kx1aOjb img {
  border-radius: 8px;
}
.cid-uw3kx1aOjb .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-uw3kx1aOjb .mbr-section-subtitle {
  color: #767676;
}
.cid-uw3kx1aOjb .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-uw3kx1aOjb .card-text {
  color: #767676;
}
.cid-uw3kx1aOjb .main-sub-title,
.cid-uw3kx1aOjb .align-wrapper {
  color: #33358c;
}
.cid-uw3kx1aOjb .main-text {
  color: #777d74;
}
.cid-uw3kx1aOjb .hover:hover .main-text-title {
  color: #f2684b !important;
}
.cid-uw3kx1aOjb .main-text-title {
  color: #232323;
  transition: all 0.3s;
}
.cid-uw3kx1aOjb .main-text,
.cid-uw3kx1aOjb .link-align-wrapper {
  color: #232323;
}
.cid-uw3cSF4cja {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f8f8f8;
  z-index: 2;
}
.cid-uw3cSF4cja .row {
  justify-content: space-between;
}
.cid-uw3cSF4cja .wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-uw3cSF4cja .wrapper .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uw3cSF4cja .wrapper .icon-wrapper {
  width: 60px;
  height: 60px;
  background: #ffffff;
  border-radius: 8px;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uw3cSF4cja .wrapper .icon-wrapper {
    margin: 0 0.5rem;
  }
}
.cid-uw3cSF4cja .wrapper .icon1 {
  color: #6592e6;
}
.cid-uw3cSF4cja .wrapper .icon2 {
  color: #72dfe9;
}
.cid-uw3cSF4cja .wrapper .icon3 {
  color: #ff6666;
}
.cid-uw3cSF4cja .wrapper .border1 {
  border: 2px solid #efefef;
}
.cid-uw3cSF4cja .wrapper .border1:hover {
  border: 2px solid #6592e6;
}
.cid-uw3cSF4cja .wrapper .border2 {
  border: 2px solid #efefef;
}
.cid-uw3cSF4cja .wrapper .border2:hover {
  border: 2px solid #72dfe9;
}
.cid-uw3cSF4cja .wrapper .border3 {
  border: 2px solid #efefef;
}
.cid-uw3cSF4cja .wrapper .border3:hover {
  border: 2px solid #ff6666;
}
@media (max-width: 767px) {
  .cid-uw3cSF4cja .wrapper {
    justify-content: center;
  }
}
.cid-uw3cSF4cja .link-wrapper {
  align-items: center;
  display: flex;
}
.cid-uw3cSF4cja .link-wrapper p {
  padding: 0;
  margin: 0;
  padding-left: 0.5rem;
}
.cid-uw3cSF4cja .inline-wrapper {
  display: inline-block;
}
.cid-uw3cSF4cja .align-wrapper {
  width: 100%;
}
.cid-uw3cSF4cja .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #1c1c25 inset;
  border-radius: 4px;
  min-width: 20px;
  width: 20px;
  align-items: center;
  display: flex;
  height: 20px;
  margin: 0 0.4rem;
  justify-content: center;
  transition: all 0.3s;
}
.cid-uw3cSF4cja .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-uw3cSF4cja .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-uw3cSF4cja .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-uw3cSF4cja .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: .5rem;
  font-weight: 900;
  color: #1c1c25;
}
.cid-uw3cSF4cja .icon-bg {
  position: absolute;
  overflow: visible;
  top: 3px;
  right: -3px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 4px;
  background: #ffb18a;
}
.cid-uw3cSF4cja img {
  border-radius: 8px;
}
.cid-uw3cSF4cja .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-uw3cSF4cja .mbr-section-subtitle {
  color: #767676;
}
.cid-uw3cSF4cja .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-uw3cSF4cja .card-text {
  color: #767676;
}
.cid-uw3cSF4cja .main-sub-title,
.cid-uw3cSF4cja .align-wrapper {
  color: #33358c;
}
.cid-uw3cSF4cja .main-text {
  color: #777d74;
}
.cid-uw3cSF4cja .hover:hover .main-text-title {
  color: #f2684b !important;
}
.cid-uw3cSF4cja .main-text-title {
  color: #232323;
  transition: all 0.3s;
}
.cid-uw3cSF4cja .main-text,
.cid-uw3cSF4cja .link-align-wrapper {
  color: #232323;
}
.cid-uCEsRaSEk5 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f8f8f8;
  z-index: 2;
}
.cid-uCEsRaSEk5 .row {
  justify-content: space-between;
}
.cid-uCEsRaSEk5 .wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-uCEsRaSEk5 .wrapper .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uCEsRaSEk5 .wrapper .icon-wrapper {
  width: 60px;
  height: 60px;
  background: #ffffff;
  border-radius: 8px;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uCEsRaSEk5 .wrapper .icon-wrapper {
    margin: 0 0.5rem;
  }
}
.cid-uCEsRaSEk5 .wrapper .icon1 {
  color: #6592e6;
}
.cid-uCEsRaSEk5 .wrapper .icon2 {
  color: #72dfe9;
}
.cid-uCEsRaSEk5 .wrapper .icon3 {
  color: #ff6666;
}
.cid-uCEsRaSEk5 .wrapper .border1 {
  border: 2px solid #efefef;
}
.cid-uCEsRaSEk5 .wrapper .border1:hover {
  border: 2px solid #6592e6;
}
.cid-uCEsRaSEk5 .wrapper .border2 {
  border: 2px solid #efefef;
}
.cid-uCEsRaSEk5 .wrapper .border2:hover {
  border: 2px solid #72dfe9;
}
.cid-uCEsRaSEk5 .wrapper .border3 {
  border: 2px solid #efefef;
}
.cid-uCEsRaSEk5 .wrapper .border3:hover {
  border: 2px solid #ff6666;
}
@media (max-width: 767px) {
  .cid-uCEsRaSEk5 .wrapper {
    justify-content: center;
  }
}
.cid-uCEsRaSEk5 .link-wrapper {
  align-items: center;
  display: flex;
}
.cid-uCEsRaSEk5 .link-wrapper p {
  padding: 0;
  margin: 0;
  padding-left: 0.5rem;
}
.cid-uCEsRaSEk5 .inline-wrapper {
  display: inline-block;
}
.cid-uCEsRaSEk5 .align-wrapper {
  width: 100%;
}
.cid-uCEsRaSEk5 .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #1c1c25 inset;
  border-radius: 4px;
  min-width: 20px;
  width: 20px;
  align-items: center;
  display: flex;
  height: 20px;
  margin: 0 0.4rem;
  justify-content: center;
  transition: all 0.3s;
}
.cid-uCEsRaSEk5 .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-uCEsRaSEk5 .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-uCEsRaSEk5 .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-uCEsRaSEk5 .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: .5rem;
  font-weight: 900;
  color: #1c1c25;
}
.cid-uCEsRaSEk5 .icon-bg {
  position: absolute;
  overflow: visible;
  top: 3px;
  right: -3px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 4px;
  background: #ffb18a;
}
.cid-uCEsRaSEk5 img {
  border-radius: 8px;
}
.cid-uCEsRaSEk5 .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-uCEsRaSEk5 .mbr-section-subtitle {
  color: #767676;
}
.cid-uCEsRaSEk5 .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-uCEsRaSEk5 .card-text {
  color: #767676;
}
.cid-uCEsRaSEk5 .main-sub-title,
.cid-uCEsRaSEk5 .align-wrapper {
  color: #33358c;
}
.cid-uCEsRaSEk5 .main-text {
  color: #777d74;
}
.cid-uCEsRaSEk5 .hover:hover .main-text-title {
  color: #f2684b !important;
}
.cid-uCEsRaSEk5 .main-text-title {
  color: #232323;
  transition: all 0.3s;
}
.cid-uCEsRaSEk5 .main-text,
.cid-uCEsRaSEk5 .link-align-wrapper {
  color: #232323;
}
.cid-ukhkd12uyM {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f8f8f8;
  z-index: 2;
}
.cid-ukhkd12uyM .row {
  justify-content: space-between;
}
.cid-ukhkd12uyM .wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-ukhkd12uyM .wrapper .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-ukhkd12uyM .wrapper .icon-wrapper {
  width: 60px;
  height: 60px;
  background: #ffffff;
  border-radius: 8px;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-ukhkd12uyM .wrapper .icon-wrapper {
    margin: 0 0.5rem;
  }
}
.cid-ukhkd12uyM .wrapper .icon1 {
  color: #6592e6;
}
.cid-ukhkd12uyM .wrapper .icon2 {
  color: #72dfe9;
}
.cid-ukhkd12uyM .wrapper .icon3 {
  color: #ff6666;
}
.cid-ukhkd12uyM .wrapper .border1 {
  border: 2px solid #efefef;
}
.cid-ukhkd12uyM .wrapper .border1:hover {
  border: 2px solid #6592e6;
}
.cid-ukhkd12uyM .wrapper .border2 {
  border: 2px solid #efefef;
}
.cid-ukhkd12uyM .wrapper .border2:hover {
  border: 2px solid #72dfe9;
}
.cid-ukhkd12uyM .wrapper .border3 {
  border: 2px solid #efefef;
}
.cid-ukhkd12uyM .wrapper .border3:hover {
  border: 2px solid #ff6666;
}
@media (max-width: 767px) {
  .cid-ukhkd12uyM .wrapper {
    justify-content: center;
  }
}
.cid-ukhkd12uyM .link-wrapper {
  align-items: center;
  display: flex;
}
.cid-ukhkd12uyM .link-wrapper p {
  padding: 0;
  margin: 0;
  padding-left: 0.5rem;
}
.cid-ukhkd12uyM .inline-wrapper {
  display: inline-block;
}
.cid-ukhkd12uyM .align-wrapper {
  width: 100%;
}
.cid-ukhkd12uyM .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #1c1c25 inset;
  border-radius: 4px;
  min-width: 20px;
  width: 20px;
  align-items: center;
  display: flex;
  height: 20px;
  margin: 0 0.4rem;
  justify-content: center;
  transition: all 0.3s;
}
.cid-ukhkd12uyM .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-ukhkd12uyM .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-ukhkd12uyM .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-ukhkd12uyM .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: .5rem;
  font-weight: 900;
  color: #1c1c25;
}
.cid-ukhkd12uyM .icon-bg {
  position: absolute;
  overflow: visible;
  top: 3px;
  right: -3px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 4px;
  background: #ffb18a;
}
.cid-ukhkd12uyM img {
  border-radius: 8px;
}
.cid-ukhkd12uyM .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-ukhkd12uyM .mbr-section-subtitle {
  color: #767676;
}
.cid-ukhkd12uyM .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-ukhkd12uyM .card-text {
  color: #767676;
}
.cid-ukhkd12uyM .main-sub-title,
.cid-ukhkd12uyM .align-wrapper {
  color: #33358c;
}
.cid-ukhkd12uyM .main-text {
  color: #777d74;
}
.cid-ukhkd12uyM .hover:hover .main-text-title {
  color: #f2684b !important;
}
.cid-ukhkd12uyM .main-text-title {
  color: #232323;
  transition: all 0.3s;
}
.cid-ukhkd12uyM .main-text,
.cid-ukhkd12uyM .link-align-wrapper {
  color: #232323;
}
.cid-ubHvn9IVvr {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f8f8f8;
  z-index: 2;
}
.cid-ubHvn9IVvr .row {
  justify-content: space-between;
}
.cid-ubHvn9IVvr .wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-ubHvn9IVvr .wrapper .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-ubHvn9IVvr .wrapper .icon-wrapper {
  width: 60px;
  height: 60px;
  background: #ffffff;
  border-radius: 8px;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-ubHvn9IVvr .wrapper .icon-wrapper {
    margin: 0 0.5rem;
  }
}
.cid-ubHvn9IVvr .wrapper .icon1 {
  color: #6592e6;
}
.cid-ubHvn9IVvr .wrapper .icon2 {
  color: #72dfe9;
}
.cid-ubHvn9IVvr .wrapper .icon3 {
  color: #ff6666;
}
.cid-ubHvn9IVvr .wrapper .border1 {
  border: 2px solid #efefef;
}
.cid-ubHvn9IVvr .wrapper .border1:hover {
  border: 2px solid #6592e6;
}
.cid-ubHvn9IVvr .wrapper .border2 {
  border: 2px solid #efefef;
}
.cid-ubHvn9IVvr .wrapper .border2:hover {
  border: 2px solid #72dfe9;
}
.cid-ubHvn9IVvr .wrapper .border3 {
  border: 2px solid #efefef;
}
.cid-ubHvn9IVvr .wrapper .border3:hover {
  border: 2px solid #ff6666;
}
@media (max-width: 767px) {
  .cid-ubHvn9IVvr .wrapper {
    justify-content: center;
  }
}
.cid-ubHvn9IVvr .link-wrapper {
  align-items: center;
  display: flex;
}
.cid-ubHvn9IVvr .link-wrapper p {
  padding: 0;
  margin: 0;
  padding-left: 0.5rem;
}
.cid-ubHvn9IVvr .inline-wrapper {
  display: inline-block;
}
.cid-ubHvn9IVvr .align-wrapper {
  width: 100%;
}
.cid-ubHvn9IVvr .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #1c1c25 inset;
  border-radius: 4px;
  min-width: 20px;
  width: 20px;
  align-items: center;
  display: flex;
  height: 20px;
  margin: 0 0.4rem;
  justify-content: center;
  transition: all 0.3s;
}
.cid-ubHvn9IVvr .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-ubHvn9IVvr .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-ubHvn9IVvr .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-ubHvn9IVvr .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: .5rem;
  font-weight: 900;
  color: #1c1c25;
}
.cid-ubHvn9IVvr .icon-bg {
  position: absolute;
  overflow: visible;
  top: 3px;
  right: -3px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 4px;
  background: #ffb18a;
}
.cid-ubHvn9IVvr img {
  border-radius: 8px;
}
.cid-ubHvn9IVvr .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-ubHvn9IVvr .mbr-section-subtitle {
  color: #767676;
}
.cid-ubHvn9IVvr .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-ubHvn9IVvr .card-text {
  color: #767676;
}
.cid-ubHvn9IVvr .main-sub-title,
.cid-ubHvn9IVvr .align-wrapper {
  color: #33358c;
}
.cid-ubHvn9IVvr .main-text {
  color: #777d74;
}
.cid-ubHvn9IVvr .hover:hover .main-text-title {
  color: #f2684b !important;
}
.cid-ubHvn9IVvr .main-text-title {
  color: #232323;
  transition: all 0.3s;
}
.cid-ubHvn9IVvr .main-text,
.cid-ubHvn9IVvr .link-align-wrapper {
  color: #232323;
}
.cid-ucfgymkCvW {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f8f8f8;
  z-index: 2;
}
.cid-ucfgymkCvW .row {
  justify-content: space-between;
}
.cid-ucfgymkCvW .wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-ucfgymkCvW .wrapper .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-ucfgymkCvW .wrapper .icon-wrapper {
  width: 60px;
  height: 60px;
  background: #ffffff;
  border-radius: 8px;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-ucfgymkCvW .wrapper .icon-wrapper {
    margin: 0 0.5rem;
  }
}
.cid-ucfgymkCvW .wrapper .icon1 {
  color: #6592e6;
}
.cid-ucfgymkCvW .wrapper .icon2 {
  color: #72dfe9;
}
.cid-ucfgymkCvW .wrapper .icon3 {
  color: #ff6666;
}
.cid-ucfgymkCvW .wrapper .border1 {
  border: 2px solid #efefef;
}
.cid-ucfgymkCvW .wrapper .border1:hover {
  border: 2px solid #6592e6;
}
.cid-ucfgymkCvW .wrapper .border2 {
  border: 2px solid #efefef;
}
.cid-ucfgymkCvW .wrapper .border2:hover {
  border: 2px solid #72dfe9;
}
.cid-ucfgymkCvW .wrapper .border3 {
  border: 2px solid #efefef;
}
.cid-ucfgymkCvW .wrapper .border3:hover {
  border: 2px solid #ff6666;
}
@media (max-width: 767px) {
  .cid-ucfgymkCvW .wrapper {
    justify-content: center;
  }
}
.cid-ucfgymkCvW .link-wrapper {
  align-items: center;
  display: flex;
}
.cid-ucfgymkCvW .link-wrapper p {
  padding: 0;
  margin: 0;
  padding-left: 0.5rem;
}
.cid-ucfgymkCvW .inline-wrapper {
  display: inline-block;
}
.cid-ucfgymkCvW .align-wrapper {
  width: 100%;
}
.cid-ucfgymkCvW .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #1c1c25 inset;
  border-radius: 4px;
  min-width: 20px;
  width: 20px;
  align-items: center;
  display: flex;
  height: 20px;
  margin: 0 0.4rem;
  justify-content: center;
  transition: all 0.3s;
}
.cid-ucfgymkCvW .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-ucfgymkCvW .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-ucfgymkCvW .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-ucfgymkCvW .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: .5rem;
  font-weight: 900;
  color: #1c1c25;
}
.cid-ucfgymkCvW .icon-bg {
  position: absolute;
  overflow: visible;
  top: 3px;
  right: -3px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 4px;
  background: #ffb18a;
}
.cid-ucfgymkCvW img {
  border-radius: 8px;
}
.cid-ucfgymkCvW .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-ucfgymkCvW .mbr-section-subtitle {
  color: #767676;
}
.cid-ucfgymkCvW .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-ucfgymkCvW .card-text {
  color: #767676;
}
.cid-ucfgymkCvW .main-sub-title,
.cid-ucfgymkCvW .align-wrapper {
  color: #33358c;
}
.cid-ucfgymkCvW .main-text {
  color: #777d74;
}
.cid-ucfgymkCvW .hover:hover .main-text-title {
  color: #f2684b !important;
}
.cid-ucfgymkCvW .main-text-title {
  color: #232323;
  transition: all 0.3s;
}
.cid-ucfgymkCvW .main-text,
.cid-ucfgymkCvW .link-align-wrapper {
  color: #232323;
}
.cid-uaDA9qiTGX {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f8f8f8;
  z-index: 2;
}
.cid-uaDA9qiTGX .row {
  justify-content: space-between;
}
.cid-uaDA9qiTGX .wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-uaDA9qiTGX .wrapper .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uaDA9qiTGX .wrapper .icon-wrapper {
  width: 60px;
  height: 60px;
  background: #ffffff;
  border-radius: 8px;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uaDA9qiTGX .wrapper .icon-wrapper {
    margin: 0 0.5rem;
  }
}
.cid-uaDA9qiTGX .wrapper .icon1 {
  color: #6592e6;
}
.cid-uaDA9qiTGX .wrapper .icon2 {
  color: #72dfe9;
}
.cid-uaDA9qiTGX .wrapper .icon3 {
  color: #ff6666;
}
.cid-uaDA9qiTGX .wrapper .border1 {
  border: 2px solid #efefef;
}
.cid-uaDA9qiTGX .wrapper .border1:hover {
  border: 2px solid #6592e6;
}
.cid-uaDA9qiTGX .wrapper .border2 {
  border: 2px solid #efefef;
}
.cid-uaDA9qiTGX .wrapper .border2:hover {
  border: 2px solid #72dfe9;
}
.cid-uaDA9qiTGX .wrapper .border3 {
  border: 2px solid #efefef;
}
.cid-uaDA9qiTGX .wrapper .border3:hover {
  border: 2px solid #ff6666;
}
@media (max-width: 767px) {
  .cid-uaDA9qiTGX .wrapper {
    justify-content: center;
  }
}
.cid-uaDA9qiTGX .link-wrapper {
  align-items: center;
  display: flex;
}
.cid-uaDA9qiTGX .link-wrapper p {
  padding: 0;
  margin: 0;
  padding-left: 0.5rem;
}
.cid-uaDA9qiTGX .inline-wrapper {
  display: inline-block;
}
.cid-uaDA9qiTGX .align-wrapper {
  width: 100%;
}
.cid-uaDA9qiTGX .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #1c1c25 inset;
  border-radius: 4px;
  min-width: 20px;
  width: 20px;
  align-items: center;
  display: flex;
  height: 20px;
  margin: 0 0.4rem;
  justify-content: center;
  transition: all 0.3s;
}
.cid-uaDA9qiTGX .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-uaDA9qiTGX .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-uaDA9qiTGX .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-uaDA9qiTGX .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: .5rem;
  font-weight: 900;
  color: #1c1c25;
}
.cid-uaDA9qiTGX .icon-bg {
  position: absolute;
  overflow: visible;
  top: 3px;
  right: -3px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 4px;
  background: #ffb18a;
}
.cid-uaDA9qiTGX img {
  border-radius: 8px;
}
.cid-uaDA9qiTGX .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-uaDA9qiTGX .mbr-section-subtitle {
  color: #767676;
}
.cid-uaDA9qiTGX .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-uaDA9qiTGX .card-text {
  color: #767676;
}
.cid-uaDA9qiTGX .main-sub-title,
.cid-uaDA9qiTGX .align-wrapper {
  color: #33358c;
}
.cid-uaDA9qiTGX .main-text {
  color: #777d74;
}
.cid-uaDA9qiTGX .hover:hover .main-text-title {
  color: #f2684b !important;
}
.cid-uaDA9qiTGX .main-text-title {
  color: #232323;
  transition: all 0.3s;
}
.cid-uaDA9qiTGX .main-text,
.cid-uaDA9qiTGX .link-align-wrapper {
  color: #232323;
}
.cid-u8cXRxORk7 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f8f8f8;
  z-index: 2;
}
.cid-u8cXRxORk7 .row {
  justify-content: space-between;
}
.cid-u8cXRxORk7 .wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-u8cXRxORk7 .wrapper .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-u8cXRxORk7 .wrapper .icon-wrapper {
  width: 60px;
  height: 60px;
  background: #ffffff;
  border-radius: 8px;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-u8cXRxORk7 .wrapper .icon-wrapper {
    margin: 0 0.5rem;
  }
}
.cid-u8cXRxORk7 .wrapper .icon1 {
  color: #6592e6;
}
.cid-u8cXRxORk7 .wrapper .icon2 {
  color: #72dfe9;
}
.cid-u8cXRxORk7 .wrapper .icon3 {
  color: #ff6666;
}
.cid-u8cXRxORk7 .wrapper .border1 {
  border: 2px solid #efefef;
}
.cid-u8cXRxORk7 .wrapper .border1:hover {
  border: 2px solid #6592e6;
}
.cid-u8cXRxORk7 .wrapper .border2 {
  border: 2px solid #efefef;
}
.cid-u8cXRxORk7 .wrapper .border2:hover {
  border: 2px solid #72dfe9;
}
.cid-u8cXRxORk7 .wrapper .border3 {
  border: 2px solid #efefef;
}
.cid-u8cXRxORk7 .wrapper .border3:hover {
  border: 2px solid #ff6666;
}
@media (max-width: 767px) {
  .cid-u8cXRxORk7 .wrapper {
    justify-content: center;
  }
}
.cid-u8cXRxORk7 .link-wrapper {
  align-items: center;
  display: flex;
}
.cid-u8cXRxORk7 .link-wrapper p {
  padding: 0;
  margin: 0;
  padding-left: 0.5rem;
}
.cid-u8cXRxORk7 .inline-wrapper {
  display: inline-block;
}
.cid-u8cXRxORk7 .align-wrapper {
  width: 100%;
}
.cid-u8cXRxORk7 .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #1c1c25 inset;
  border-radius: 4px;
  min-width: 20px;
  width: 20px;
  align-items: center;
  display: flex;
  height: 20px;
  margin: 0 0.4rem;
  justify-content: center;
  transition: all 0.3s;
}
.cid-u8cXRxORk7 .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-u8cXRxORk7 .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-u8cXRxORk7 .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-u8cXRxORk7 .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: .5rem;
  font-weight: 900;
  color: #1c1c25;
}
.cid-u8cXRxORk7 .icon-bg {
  position: absolute;
  overflow: visible;
  top: 3px;
  right: -3px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 4px;
  background: #ffb18a;
}
.cid-u8cXRxORk7 img {
  border-radius: 8px;
}
.cid-u8cXRxORk7 .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-u8cXRxORk7 .mbr-section-subtitle {
  color: #767676;
}
.cid-u8cXRxORk7 .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-u8cXRxORk7 .card-text {
  color: #767676;
}
.cid-u8cXRxORk7 .main-sub-title,
.cid-u8cXRxORk7 .align-wrapper {
  color: #33358c;
}
.cid-u8cXRxORk7 .main-text {
  color: #777d74;
}
.cid-u8cXRxORk7 .hover:hover .main-text-title {
  color: #f2684b !important;
}
.cid-u8cXRxORk7 .main-text-title {
  color: #232323;
  transition: all 0.3s;
}
.cid-u8cXRxORk7 .main-text,
.cid-u8cXRxORk7 .link-align-wrapper {
  color: #232323;
}
.cid-u7IzLXnkNV {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f8f8f8;
  z-index: 2;
}
.cid-u7IzLXnkNV .row {
  justify-content: space-between;
}
.cid-u7IzLXnkNV .wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-u7IzLXnkNV .wrapper .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-u7IzLXnkNV .wrapper .icon-wrapper {
  width: 60px;
  height: 60px;
  background: #ffffff;
  border-radius: 8px;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-u7IzLXnkNV .wrapper .icon-wrapper {
    margin: 0 0.5rem;
  }
}
.cid-u7IzLXnkNV .wrapper .icon1 {
  color: #6592e6;
}
.cid-u7IzLXnkNV .wrapper .icon2 {
  color: #72dfe9;
}
.cid-u7IzLXnkNV .wrapper .icon3 {
  color: #ff6666;
}
.cid-u7IzLXnkNV .wrapper .border1 {
  border: 2px solid #efefef;
}
.cid-u7IzLXnkNV .wrapper .border1:hover {
  border: 2px solid #6592e6;
}
.cid-u7IzLXnkNV .wrapper .border2 {
  border: 2px solid #efefef;
}
.cid-u7IzLXnkNV .wrapper .border2:hover {
  border: 2px solid #72dfe9;
}
.cid-u7IzLXnkNV .wrapper .border3 {
  border: 2px solid #efefef;
}
.cid-u7IzLXnkNV .wrapper .border3:hover {
  border: 2px solid #ff6666;
}
@media (max-width: 767px) {
  .cid-u7IzLXnkNV .wrapper {
    justify-content: center;
  }
}
.cid-u7IzLXnkNV .link-wrapper {
  align-items: center;
  display: flex;
}
.cid-u7IzLXnkNV .link-wrapper p {
  padding: 0;
  margin: 0;
  padding-left: 0.5rem;
}
.cid-u7IzLXnkNV .inline-wrapper {
  display: inline-block;
}
.cid-u7IzLXnkNV .align-wrapper {
  width: 100%;
}
.cid-u7IzLXnkNV .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #1c1c25 inset;
  border-radius: 4px;
  min-width: 20px;
  width: 20px;
  align-items: center;
  display: flex;
  height: 20px;
  margin: 0 0.4rem;
  justify-content: center;
  transition: all 0.3s;
}
.cid-u7IzLXnkNV .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-u7IzLXnkNV .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-u7IzLXnkNV .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-u7IzLXnkNV .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: .5rem;
  font-weight: 900;
  color: #1c1c25;
}
.cid-u7IzLXnkNV .icon-bg {
  position: absolute;
  overflow: visible;
  top: 3px;
  right: -3px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 4px;
  background: #ffb18a;
}
.cid-u7IzLXnkNV img {
  border-radius: 8px;
}
.cid-u7IzLXnkNV .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-u7IzLXnkNV .mbr-section-subtitle {
  color: #767676;
}
.cid-u7IzLXnkNV .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-u7IzLXnkNV .card-text {
  color: #767676;
}
.cid-u7IzLXnkNV .main-sub-title,
.cid-u7IzLXnkNV .align-wrapper {
  color: #33358c;
}
.cid-u7IzLXnkNV .main-text {
  color: #777d74;
}
.cid-u7IzLXnkNV .hover:hover .main-text-title {
  color: #f2684b !important;
}
.cid-u7IzLXnkNV .main-text-title {
  color: #232323;
  transition: all 0.3s;
}
.cid-u7IzLXnkNV .main-text,
.cid-u7IzLXnkNV .link-align-wrapper {
  color: #232323;
}
.cid-tXaHf4B87Y {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f8f8f8;
  z-index: 2;
}
.cid-tXaHf4B87Y .row {
  justify-content: space-between;
}
.cid-tXaHf4B87Y .wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-tXaHf4B87Y .wrapper .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tXaHf4B87Y .wrapper .icon-wrapper {
  width: 60px;
  height: 60px;
  background: #ffffff;
  border-radius: 8px;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-tXaHf4B87Y .wrapper .icon-wrapper {
    margin: 0 0.5rem;
  }
}
.cid-tXaHf4B87Y .wrapper .icon1 {
  color: #6592e6;
}
.cid-tXaHf4B87Y .wrapper .icon2 {
  color: #72dfe9;
}
.cid-tXaHf4B87Y .wrapper .icon3 {
  color: #ff6666;
}
.cid-tXaHf4B87Y .wrapper .border1 {
  border: 2px solid #efefef;
}
.cid-tXaHf4B87Y .wrapper .border1:hover {
  border: 2px solid #6592e6;
}
.cid-tXaHf4B87Y .wrapper .border2 {
  border: 2px solid #efefef;
}
.cid-tXaHf4B87Y .wrapper .border2:hover {
  border: 2px solid #72dfe9;
}
.cid-tXaHf4B87Y .wrapper .border3 {
  border: 2px solid #efefef;
}
.cid-tXaHf4B87Y .wrapper .border3:hover {
  border: 2px solid #ff6666;
}
@media (max-width: 767px) {
  .cid-tXaHf4B87Y .wrapper {
    justify-content: center;
  }
}
.cid-tXaHf4B87Y .link-wrapper {
  align-items: center;
  display: flex;
}
.cid-tXaHf4B87Y .link-wrapper p {
  padding: 0;
  margin: 0;
  padding-left: 0.5rem;
}
.cid-tXaHf4B87Y .inline-wrapper {
  display: inline-block;
}
.cid-tXaHf4B87Y .align-wrapper {
  width: 100%;
}
.cid-tXaHf4B87Y .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #1c1c25 inset;
  border-radius: 4px;
  min-width: 20px;
  width: 20px;
  align-items: center;
  display: flex;
  height: 20px;
  margin: 0 0.4rem;
  justify-content: center;
  transition: all 0.3s;
}
.cid-tXaHf4B87Y .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-tXaHf4B87Y .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-tXaHf4B87Y .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-tXaHf4B87Y .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: .5rem;
  font-weight: 900;
  color: #1c1c25;
}
.cid-tXaHf4B87Y .icon-bg {
  position: absolute;
  overflow: visible;
  top: 3px;
  right: -3px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 4px;
  background: #ffb18a;
}
.cid-tXaHf4B87Y img {
  border-radius: 8px;
}
.cid-tXaHf4B87Y .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-tXaHf4B87Y .mbr-section-subtitle {
  color: #767676;
}
.cid-tXaHf4B87Y .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-tXaHf4B87Y .card-text {
  color: #767676;
}
.cid-tXaHf4B87Y .main-sub-title,
.cid-tXaHf4B87Y .align-wrapper {
  color: #33358c;
}
.cid-tXaHf4B87Y .main-text {
  color: #777d74;
}
.cid-tXaHf4B87Y .hover:hover .main-text-title {
  color: #f2684b !important;
}
.cid-tXaHf4B87Y .main-text-title {
  color: #232323;
  transition: all 0.3s;
}
.cid-tXaHf4B87Y .main-text,
.cid-tXaHf4B87Y .link-align-wrapper {
  color: #232323;
}
.cid-tVPmIKOdNj {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f8f8f8;
  z-index: 2;
}
.cid-tVPmIKOdNj .row {
  justify-content: space-between;
}
.cid-tVPmIKOdNj .wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-tVPmIKOdNj .wrapper .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tVPmIKOdNj .wrapper .icon-wrapper {
  width: 60px;
  height: 60px;
  background: #ffffff;
  border-radius: 8px;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-tVPmIKOdNj .wrapper .icon-wrapper {
    margin: 0 0.5rem;
  }
}
.cid-tVPmIKOdNj .wrapper .icon1 {
  color: #6592e6;
}
.cid-tVPmIKOdNj .wrapper .icon2 {
  color: #72dfe9;
}
.cid-tVPmIKOdNj .wrapper .icon3 {
  color: #ff6666;
}
.cid-tVPmIKOdNj .wrapper .border1 {
  border: 2px solid #efefef;
}
.cid-tVPmIKOdNj .wrapper .border1:hover {
  border: 2px solid #6592e6;
}
.cid-tVPmIKOdNj .wrapper .border2 {
  border: 2px solid #efefef;
}
.cid-tVPmIKOdNj .wrapper .border2:hover {
  border: 2px solid #72dfe9;
}
.cid-tVPmIKOdNj .wrapper .border3 {
  border: 2px solid #efefef;
}
.cid-tVPmIKOdNj .wrapper .border3:hover {
  border: 2px solid #ff6666;
}
@media (max-width: 767px) {
  .cid-tVPmIKOdNj .wrapper {
    justify-content: center;
  }
}
.cid-tVPmIKOdNj .link-wrapper {
  align-items: center;
  display: flex;
}
.cid-tVPmIKOdNj .link-wrapper p {
  padding: 0;
  margin: 0;
  padding-left: 0.5rem;
}
.cid-tVPmIKOdNj .inline-wrapper {
  display: inline-block;
}
.cid-tVPmIKOdNj .align-wrapper {
  width: 100%;
}
.cid-tVPmIKOdNj .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #1c1c25 inset;
  border-radius: 4px;
  min-width: 20px;
  width: 20px;
  align-items: center;
  display: flex;
  height: 20px;
  margin: 0 0.4rem;
  justify-content: center;
  transition: all 0.3s;
}
.cid-tVPmIKOdNj .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-tVPmIKOdNj .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-tVPmIKOdNj .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-tVPmIKOdNj .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: .5rem;
  font-weight: 900;
  color: #1c1c25;
}
.cid-tVPmIKOdNj .icon-bg {
  position: absolute;
  overflow: visible;
  top: 3px;
  right: -3px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 4px;
  background: #ffb18a;
}
.cid-tVPmIKOdNj img {
  border-radius: 8px;
}
.cid-tVPmIKOdNj .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-tVPmIKOdNj .mbr-section-subtitle {
  color: #767676;
}
.cid-tVPmIKOdNj .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-tVPmIKOdNj .card-text {
  color: #767676;
}
.cid-tVPmIKOdNj .main-sub-title,
.cid-tVPmIKOdNj .align-wrapper {
  color: #33358c;
}
.cid-tVPmIKOdNj .main-text {
  color: #777d74;
}
.cid-tVPmIKOdNj .hover:hover .main-text-title {
  color: #f2684b !important;
}
.cid-tVPmIKOdNj .main-text-title {
  color: #232323;
  transition: all 0.3s;
}
.cid-tVPmIKOdNj .main-text,
.cid-tVPmIKOdNj .link-align-wrapper {
  color: #232323;
}
.cid-tT7uavybjp {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f8f8f8;
  z-index: 2;
}
.cid-tT7uavybjp .row {
  justify-content: space-between;
}
.cid-tT7uavybjp .wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-tT7uavybjp .wrapper .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tT7uavybjp .wrapper .icon-wrapper {
  width: 60px;
  height: 60px;
  background: #ffffff;
  border-radius: 8px;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-tT7uavybjp .wrapper .icon-wrapper {
    margin: 0 0.5rem;
  }
}
.cid-tT7uavybjp .wrapper .icon1 {
  color: #6592e6;
}
.cid-tT7uavybjp .wrapper .icon2 {
  color: #72dfe9;
}
.cid-tT7uavybjp .wrapper .icon3 {
  color: #ff6666;
}
.cid-tT7uavybjp .wrapper .border1 {
  border: 2px solid #efefef;
}
.cid-tT7uavybjp .wrapper .border1:hover {
  border: 2px solid #6592e6;
}
.cid-tT7uavybjp .wrapper .border2 {
  border: 2px solid #efefef;
}
.cid-tT7uavybjp .wrapper .border2:hover {
  border: 2px solid #72dfe9;
}
.cid-tT7uavybjp .wrapper .border3 {
  border: 2px solid #efefef;
}
.cid-tT7uavybjp .wrapper .border3:hover {
  border: 2px solid #ff6666;
}
@media (max-width: 767px) {
  .cid-tT7uavybjp .wrapper {
    justify-content: center;
  }
}
.cid-tT7uavybjp .link-wrapper {
  align-items: center;
  display: flex;
}
.cid-tT7uavybjp .link-wrapper p {
  padding: 0;
  margin: 0;
  padding-left: 0.5rem;
}
.cid-tT7uavybjp .inline-wrapper {
  display: inline-block;
}
.cid-tT7uavybjp .align-wrapper {
  width: 100%;
}
.cid-tT7uavybjp .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #1c1c25 inset;
  border-radius: 4px;
  min-width: 20px;
  width: 20px;
  align-items: center;
  display: flex;
  height: 20px;
  margin: 0 0.4rem;
  justify-content: center;
  transition: all 0.3s;
}
.cid-tT7uavybjp .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-tT7uavybjp .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-tT7uavybjp .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-tT7uavybjp .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: .5rem;
  font-weight: 900;
  color: #1c1c25;
}
.cid-tT7uavybjp .icon-bg {
  position: absolute;
  overflow: visible;
  top: 3px;
  right: -3px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 4px;
  background: #ffb18a;
}
.cid-tT7uavybjp img {
  border-radius: 8px;
}
.cid-tT7uavybjp .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-tT7uavybjp .mbr-section-subtitle {
  color: #767676;
}
.cid-tT7uavybjp .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-tT7uavybjp .card-text {
  color: #767676;
}
.cid-tT7uavybjp .main-sub-title,
.cid-tT7uavybjp .align-wrapper {
  color: #33358c;
}
.cid-tT7uavybjp .main-text {
  color: #777d74;
}
.cid-tT7uavybjp .hover:hover .main-text-title {
  color: #f2684b !important;
}
.cid-tT7uavybjp .main-text-title {
  color: #232323;
  transition: all 0.3s;
}
.cid-tT7uavybjp .main-text,
.cid-tT7uavybjp .link-align-wrapper {
  color: #232323;
}
.cid-tRNkeW6gex {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f8f8f8;
  z-index: 2;
}
.cid-tRNkeW6gex .row {
  justify-content: space-between;
}
.cid-tRNkeW6gex .wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-tRNkeW6gex .wrapper .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tRNkeW6gex .wrapper .icon-wrapper {
  width: 60px;
  height: 60px;
  background: #ffffff;
  border-radius: 8px;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-tRNkeW6gex .wrapper .icon-wrapper {
    margin: 0 0.5rem;
  }
}
.cid-tRNkeW6gex .wrapper .icon1 {
  color: #6592e6;
}
.cid-tRNkeW6gex .wrapper .icon2 {
  color: #72dfe9;
}
.cid-tRNkeW6gex .wrapper .icon3 {
  color: #ff6666;
}
.cid-tRNkeW6gex .wrapper .border1 {
  border: 2px solid #efefef;
}
.cid-tRNkeW6gex .wrapper .border1:hover {
  border: 2px solid #6592e6;
}
.cid-tRNkeW6gex .wrapper .border2 {
  border: 2px solid #efefef;
}
.cid-tRNkeW6gex .wrapper .border2:hover {
  border: 2px solid #72dfe9;
}
.cid-tRNkeW6gex .wrapper .border3 {
  border: 2px solid #efefef;
}
.cid-tRNkeW6gex .wrapper .border3:hover {
  border: 2px solid #ff6666;
}
@media (max-width: 767px) {
  .cid-tRNkeW6gex .wrapper {
    justify-content: center;
  }
}
.cid-tRNkeW6gex .link-wrapper {
  align-items: center;
  display: flex;
}
.cid-tRNkeW6gex .link-wrapper p {
  padding: 0;
  margin: 0;
  padding-left: 0.5rem;
}
.cid-tRNkeW6gex .inline-wrapper {
  display: inline-block;
}
.cid-tRNkeW6gex .align-wrapper {
  width: 100%;
}
.cid-tRNkeW6gex .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #1c1c25 inset;
  border-radius: 4px;
  min-width: 20px;
  width: 20px;
  align-items: center;
  display: flex;
  height: 20px;
  margin: 0 0.4rem;
  justify-content: center;
  transition: all 0.3s;
}
.cid-tRNkeW6gex .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-tRNkeW6gex .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-tRNkeW6gex .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-tRNkeW6gex .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: .5rem;
  font-weight: 900;
  color: #1c1c25;
}
.cid-tRNkeW6gex .icon-bg {
  position: absolute;
  overflow: visible;
  top: 3px;
  right: -3px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 4px;
  background: #ffb18a;
}
.cid-tRNkeW6gex img {
  border-radius: 8px;
}
.cid-tRNkeW6gex .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-tRNkeW6gex .mbr-section-subtitle {
  color: #767676;
}
.cid-tRNkeW6gex .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-tRNkeW6gex .card-text {
  color: #767676;
}
.cid-tRNkeW6gex .main-sub-title,
.cid-tRNkeW6gex .align-wrapper {
  color: #33358c;
}
.cid-tRNkeW6gex .main-text {
  color: #777d74;
}
.cid-tRNkeW6gex .hover:hover .main-text-title {
  color: #f2684b !important;
}
.cid-tRNkeW6gex .main-text-title {
  color: #232323;
  transition: all 0.3s;
}
.cid-tRNkeW6gex .main-text,
.cid-tRNkeW6gex .link-align-wrapper {
  color: #232323;
}
.cid-tKx4gobtsn {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f8f8f8;
  z-index: 2;
}
.cid-tKx4gobtsn .row {
  justify-content: space-between;
}
.cid-tKx4gobtsn .wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-tKx4gobtsn .wrapper .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tKx4gobtsn .wrapper .icon-wrapper {
  width: 60px;
  height: 60px;
  background: #ffffff;
  border-radius: 8px;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-tKx4gobtsn .wrapper .icon-wrapper {
    margin: 0 0.5rem;
  }
}
.cid-tKx4gobtsn .wrapper .icon1 {
  color: #6592e6;
}
.cid-tKx4gobtsn .wrapper .icon2 {
  color: #72dfe9;
}
.cid-tKx4gobtsn .wrapper .icon3 {
  color: #ff6666;
}
.cid-tKx4gobtsn .wrapper .border1 {
  border: 2px solid #efefef;
}
.cid-tKx4gobtsn .wrapper .border1:hover {
  border: 2px solid #6592e6;
}
.cid-tKx4gobtsn .wrapper .border2 {
  border: 2px solid #efefef;
}
.cid-tKx4gobtsn .wrapper .border2:hover {
  border: 2px solid #72dfe9;
}
.cid-tKx4gobtsn .wrapper .border3 {
  border: 2px solid #efefef;
}
.cid-tKx4gobtsn .wrapper .border3:hover {
  border: 2px solid #ff6666;
}
@media (max-width: 767px) {
  .cid-tKx4gobtsn .wrapper {
    justify-content: center;
  }
}
.cid-tKx4gobtsn .link-wrapper {
  align-items: center;
  display: flex;
}
.cid-tKx4gobtsn .link-wrapper p {
  padding: 0;
  margin: 0;
  padding-left: 0.5rem;
}
.cid-tKx4gobtsn .inline-wrapper {
  display: inline-block;
}
.cid-tKx4gobtsn .align-wrapper {
  width: 100%;
}
.cid-tKx4gobtsn .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #1c1c25 inset;
  border-radius: 4px;
  min-width: 20px;
  width: 20px;
  align-items: center;
  display: flex;
  height: 20px;
  margin: 0 0.4rem;
  justify-content: center;
  transition: all 0.3s;
}
.cid-tKx4gobtsn .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-tKx4gobtsn .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-tKx4gobtsn .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-tKx4gobtsn .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: .5rem;
  font-weight: 900;
  color: #1c1c25;
}
.cid-tKx4gobtsn .icon-bg {
  position: absolute;
  overflow: visible;
  top: 3px;
  right: -3px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 4px;
  background: #ffb18a;
}
.cid-tKx4gobtsn img {
  border-radius: 8px;
}
.cid-tKx4gobtsn .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-tKx4gobtsn .mbr-section-subtitle {
  color: #767676;
}
.cid-tKx4gobtsn .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-tKx4gobtsn .card-text {
  color: #767676;
}
.cid-tKx4gobtsn .main-sub-title,
.cid-tKx4gobtsn .align-wrapper {
  color: #33358c;
}
.cid-tKx4gobtsn .main-text {
  color: #777d74;
}
.cid-tKx4gobtsn .hover:hover .main-text-title {
  color: #f2684b !important;
}
.cid-tKx4gobtsn .main-text-title {
  color: #232323;
  transition: all 0.3s;
}
.cid-tKx4gobtsn .main-text,
.cid-tKx4gobtsn .link-align-wrapper {
  color: #232323;
}
.cid-tD4UVLBxKc {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f8f8f8;
  z-index: 2;
}
.cid-tD4UVLBxKc .row {
  justify-content: space-between;
}
.cid-tD4UVLBxKc .wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-tD4UVLBxKc .wrapper .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tD4UVLBxKc .wrapper .icon-wrapper {
  width: 60px;
  height: 60px;
  background: #ffffff;
  border-radius: 8px;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-tD4UVLBxKc .wrapper .icon-wrapper {
    margin: 0 0.5rem;
  }
}
.cid-tD4UVLBxKc .wrapper .icon1 {
  color: #6592e6;
}
.cid-tD4UVLBxKc .wrapper .icon2 {
  color: #72dfe9;
}
.cid-tD4UVLBxKc .wrapper .icon3 {
  color: #ff6666;
}
.cid-tD4UVLBxKc .wrapper .border1 {
  border: 2px solid #efefef;
}
.cid-tD4UVLBxKc .wrapper .border1:hover {
  border: 2px solid #6592e6;
}
.cid-tD4UVLBxKc .wrapper .border2 {
  border: 2px solid #efefef;
}
.cid-tD4UVLBxKc .wrapper .border2:hover {
  border: 2px solid #72dfe9;
}
.cid-tD4UVLBxKc .wrapper .border3 {
  border: 2px solid #efefef;
}
.cid-tD4UVLBxKc .wrapper .border3:hover {
  border: 2px solid #ff6666;
}
@media (max-width: 767px) {
  .cid-tD4UVLBxKc .wrapper {
    justify-content: center;
  }
}
.cid-tD4UVLBxKc .link-wrapper {
  align-items: center;
  display: flex;
}
.cid-tD4UVLBxKc .link-wrapper p {
  padding: 0;
  margin: 0;
  padding-left: 0.5rem;
}
.cid-tD4UVLBxKc .inline-wrapper {
  display: inline-block;
}
.cid-tD4UVLBxKc .align-wrapper {
  width: 100%;
}
.cid-tD4UVLBxKc .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #1c1c25 inset;
  border-radius: 4px;
  min-width: 20px;
  width: 20px;
  align-items: center;
  display: flex;
  height: 20px;
  margin: 0 0.4rem;
  justify-content: center;
  transition: all 0.3s;
}
.cid-tD4UVLBxKc .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-tD4UVLBxKc .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-tD4UVLBxKc .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-tD4UVLBxKc .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: .5rem;
  font-weight: 900;
  color: #1c1c25;
}
.cid-tD4UVLBxKc .icon-bg {
  position: absolute;
  overflow: visible;
  top: 3px;
  right: -3px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 4px;
  background: #ffb18a;
}
.cid-tD4UVLBxKc img {
  border-radius: 8px;
}
.cid-tD4UVLBxKc .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-tD4UVLBxKc .mbr-section-subtitle {
  color: #767676;
}
.cid-tD4UVLBxKc .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-tD4UVLBxKc .card-text {
  color: #767676;
}
.cid-tD4UVLBxKc .main-sub-title,
.cid-tD4UVLBxKc .align-wrapper {
  color: #33358c;
}
.cid-tD4UVLBxKc .main-text {
  color: #777d74;
}
.cid-tD4UVLBxKc .hover:hover .main-text-title {
  color: #f2684b !important;
}
.cid-tD4UVLBxKc .main-text-title {
  color: #232323;
  transition: all 0.3s;
}
.cid-tD4UVLBxKc .main-text,
.cid-tD4UVLBxKc .link-align-wrapper {
  color: #232323;
}
.cid-tq4fjNKBXI {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f8f8f8;
  z-index: 2;
}
.cid-tq4fjNKBXI .row {
  justify-content: space-between;
}
.cid-tq4fjNKBXI .wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-tq4fjNKBXI .wrapper .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tq4fjNKBXI .wrapper .icon-wrapper {
  width: 60px;
  height: 60px;
  background: #ffffff;
  border-radius: 8px;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-tq4fjNKBXI .wrapper .icon-wrapper {
    margin: 0 0.5rem;
  }
}
.cid-tq4fjNKBXI .wrapper .icon1 {
  color: #6592e6;
}
.cid-tq4fjNKBXI .wrapper .icon2 {
  color: #72dfe9;
}
.cid-tq4fjNKBXI .wrapper .icon3 {
  color: #ff6666;
}
.cid-tq4fjNKBXI .wrapper .border1 {
  border: 2px solid #efefef;
}
.cid-tq4fjNKBXI .wrapper .border1:hover {
  border: 2px solid #6592e6;
}
.cid-tq4fjNKBXI .wrapper .border2 {
  border: 2px solid #efefef;
}
.cid-tq4fjNKBXI .wrapper .border2:hover {
  border: 2px solid #72dfe9;
}
.cid-tq4fjNKBXI .wrapper .border3 {
  border: 2px solid #efefef;
}
.cid-tq4fjNKBXI .wrapper .border3:hover {
  border: 2px solid #ff6666;
}
@media (max-width: 767px) {
  .cid-tq4fjNKBXI .wrapper {
    justify-content: center;
  }
}
.cid-tq4fjNKBXI .link-wrapper {
  align-items: center;
  display: flex;
}
.cid-tq4fjNKBXI .link-wrapper p {
  padding: 0;
  margin: 0;
  padding-left: 0.5rem;
}
.cid-tq4fjNKBXI .inline-wrapper {
  display: inline-block;
}
.cid-tq4fjNKBXI .align-wrapper {
  width: 100%;
}
.cid-tq4fjNKBXI .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #1c1c25 inset;
  border-radius: 4px;
  min-width: 20px;
  width: 20px;
  align-items: center;
  display: flex;
  height: 20px;
  margin: 0 0.4rem;
  justify-content: center;
  transition: all 0.3s;
}
.cid-tq4fjNKBXI .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-tq4fjNKBXI .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-tq4fjNKBXI .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-tq4fjNKBXI .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: .5rem;
  font-weight: 900;
  color: #1c1c25;
}
.cid-tq4fjNKBXI .icon-bg {
  position: absolute;
  overflow: visible;
  top: 3px;
  right: -3px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 4px;
  background: #ffb18a;
}
.cid-tq4fjNKBXI img {
  border-radius: 8px;
}
.cid-tq4fjNKBXI .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-tq4fjNKBXI .mbr-section-subtitle {
  color: #767676;
}
.cid-tq4fjNKBXI .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-tq4fjNKBXI .card-text {
  color: #767676;
}
.cid-tq4fjNKBXI .main-sub-title,
.cid-tq4fjNKBXI .align-wrapper {
  color: #33358c;
}
.cid-tq4fjNKBXI .main-text {
  color: #777d74;
}
.cid-tq4fjNKBXI .hover:hover .main-text-title {
  color: #f2684b !important;
}
.cid-tq4fjNKBXI .main-text-title {
  color: #232323;
  transition: all 0.3s;
}
.cid-tq4fjNKBXI .main-text,
.cid-tq4fjNKBXI .link-align-wrapper {
  color: #232323;
}
.cid-tpobFfY7Z6 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f8f8f8;
  z-index: 2;
}
.cid-tpobFfY7Z6 .row {
  justify-content: space-between;
}
.cid-tpobFfY7Z6 .wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-tpobFfY7Z6 .wrapper .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tpobFfY7Z6 .wrapper .icon-wrapper {
  width: 60px;
  height: 60px;
  background: #ffffff;
  border-radius: 8px;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-tpobFfY7Z6 .wrapper .icon-wrapper {
    margin: 0 0.5rem;
  }
}
.cid-tpobFfY7Z6 .wrapper .icon1 {
  color: #6592e6;
}
.cid-tpobFfY7Z6 .wrapper .icon2 {
  color: #72dfe9;
}
.cid-tpobFfY7Z6 .wrapper .icon3 {
  color: #ff6666;
}
.cid-tpobFfY7Z6 .wrapper .border1 {
  border: 2px solid #efefef;
}
.cid-tpobFfY7Z6 .wrapper .border1:hover {
  border: 2px solid #6592e6;
}
.cid-tpobFfY7Z6 .wrapper .border2 {
  border: 2px solid #efefef;
}
.cid-tpobFfY7Z6 .wrapper .border2:hover {
  border: 2px solid #72dfe9;
}
.cid-tpobFfY7Z6 .wrapper .border3 {
  border: 2px solid #efefef;
}
.cid-tpobFfY7Z6 .wrapper .border3:hover {
  border: 2px solid #ff6666;
}
@media (max-width: 767px) {
  .cid-tpobFfY7Z6 .wrapper {
    justify-content: center;
  }
}
.cid-tpobFfY7Z6 .link-wrapper {
  align-items: center;
  display: flex;
}
.cid-tpobFfY7Z6 .link-wrapper p {
  padding: 0;
  margin: 0;
  padding-left: 0.5rem;
}
.cid-tpobFfY7Z6 .inline-wrapper {
  display: inline-block;
}
.cid-tpobFfY7Z6 .align-wrapper {
  width: 100%;
}
.cid-tpobFfY7Z6 .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #1c1c25 inset;
  border-radius: 4px;
  min-width: 20px;
  width: 20px;
  align-items: center;
  display: flex;
  height: 20px;
  margin: 0 0.4rem;
  justify-content: center;
  transition: all 0.3s;
}
.cid-tpobFfY7Z6 .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-tpobFfY7Z6 .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-tpobFfY7Z6 .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-tpobFfY7Z6 .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: .5rem;
  font-weight: 900;
  color: #1c1c25;
}
.cid-tpobFfY7Z6 .icon-bg {
  position: absolute;
  overflow: visible;
  top: 3px;
  right: -3px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 4px;
  background: #ffb18a;
}
.cid-tpobFfY7Z6 img {
  border-radius: 8px;
}
.cid-tpobFfY7Z6 .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-tpobFfY7Z6 .mbr-section-subtitle {
  color: #767676;
}
.cid-tpobFfY7Z6 .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-tpobFfY7Z6 .card-text {
  color: #767676;
}
.cid-tpobFfY7Z6 .main-sub-title,
.cid-tpobFfY7Z6 .align-wrapper {
  color: #33358c;
}
.cid-tpobFfY7Z6 .main-text {
  color: #777d74;
}
.cid-tpobFfY7Z6 .hover:hover .main-text-title {
  color: #f2684b !important;
}
.cid-tpobFfY7Z6 .main-text-title {
  color: #232323;
  transition: all 0.3s;
}
.cid-tpobFfY7Z6 .main-text,
.cid-tpobFfY7Z6 .link-align-wrapper {
  color: #232323;
}
.cid-tnv9JXDlzL {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f8f8f8;
  z-index: 2;
}
.cid-tnv9JXDlzL .row {
  justify-content: space-between;
}
.cid-tnv9JXDlzL .wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-tnv9JXDlzL .wrapper .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tnv9JXDlzL .wrapper .icon-wrapper {
  width: 60px;
  height: 60px;
  background: #ffffff;
  border-radius: 8px;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-tnv9JXDlzL .wrapper .icon-wrapper {
    margin: 0 0.5rem;
  }
}
.cid-tnv9JXDlzL .wrapper .icon1 {
  color: #6592e6;
}
.cid-tnv9JXDlzL .wrapper .icon2 {
  color: #72dfe9;
}
.cid-tnv9JXDlzL .wrapper .icon3 {
  color: #ff6666;
}
.cid-tnv9JXDlzL .wrapper .border1 {
  border: 2px solid #efefef;
}
.cid-tnv9JXDlzL .wrapper .border1:hover {
  border: 2px solid #6592e6;
}
.cid-tnv9JXDlzL .wrapper .border2 {
  border: 2px solid #efefef;
}
.cid-tnv9JXDlzL .wrapper .border2:hover {
  border: 2px solid #72dfe9;
}
.cid-tnv9JXDlzL .wrapper .border3 {
  border: 2px solid #efefef;
}
.cid-tnv9JXDlzL .wrapper .border3:hover {
  border: 2px solid #ff6666;
}
@media (max-width: 767px) {
  .cid-tnv9JXDlzL .wrapper {
    justify-content: center;
  }
}
.cid-tnv9JXDlzL .link-wrapper {
  align-items: center;
  display: flex;
}
.cid-tnv9JXDlzL .link-wrapper p {
  padding: 0;
  margin: 0;
  padding-left: 0.5rem;
}
.cid-tnv9JXDlzL .inline-wrapper {
  display: inline-block;
}
.cid-tnv9JXDlzL .align-wrapper {
  width: 100%;
}
.cid-tnv9JXDlzL .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #1c1c25 inset;
  border-radius: 4px;
  min-width: 20px;
  width: 20px;
  align-items: center;
  display: flex;
  height: 20px;
  margin: 0 0.4rem;
  justify-content: center;
  transition: all 0.3s;
}
.cid-tnv9JXDlzL .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-tnv9JXDlzL .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-tnv9JXDlzL .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-tnv9JXDlzL .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: .5rem;
  font-weight: 900;
  color: #1c1c25;
}
.cid-tnv9JXDlzL .icon-bg {
  position: absolute;
  overflow: visible;
  top: 3px;
  right: -3px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 4px;
  background: #ffb18a;
}
.cid-tnv9JXDlzL img {
  border-radius: 8px;
}
.cid-tnv9JXDlzL .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-tnv9JXDlzL .mbr-section-subtitle {
  color: #767676;
}
.cid-tnv9JXDlzL .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-tnv9JXDlzL .card-text {
  color: #767676;
}
.cid-tnv9JXDlzL .main-sub-title,
.cid-tnv9JXDlzL .align-wrapper {
  color: #33358c;
}
.cid-tnv9JXDlzL .main-text {
  color: #777d74;
}
.cid-tnv9JXDlzL .hover:hover .main-text-title {
  color: #f2684b !important;
}
.cid-tnv9JXDlzL .main-text-title {
  color: #232323;
  transition: all 0.3s;
}
.cid-tnv9JXDlzL .main-text,
.cid-tnv9JXDlzL .link-align-wrapper {
  color: #232323;
}
.cid-tlqnBxpOOL {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f8f8f8;
  z-index: 2;
}
.cid-tlqnBxpOOL .row {
  justify-content: space-between;
}
.cid-tlqnBxpOOL .wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-tlqnBxpOOL .wrapper .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tlqnBxpOOL .wrapper .icon-wrapper {
  width: 60px;
  height: 60px;
  background: #ffffff;
  border-radius: 8px;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-tlqnBxpOOL .wrapper .icon-wrapper {
    margin: 0 0.5rem;
  }
}
.cid-tlqnBxpOOL .wrapper .icon1 {
  color: #6592e6;
}
.cid-tlqnBxpOOL .wrapper .icon2 {
  color: #72dfe9;
}
.cid-tlqnBxpOOL .wrapper .icon3 {
  color: #ff6666;
}
.cid-tlqnBxpOOL .wrapper .border1 {
  border: 2px solid #efefef;
}
.cid-tlqnBxpOOL .wrapper .border1:hover {
  border: 2px solid #6592e6;
}
.cid-tlqnBxpOOL .wrapper .border2 {
  border: 2px solid #efefef;
}
.cid-tlqnBxpOOL .wrapper .border2:hover {
  border: 2px solid #72dfe9;
}
.cid-tlqnBxpOOL .wrapper .border3 {
  border: 2px solid #efefef;
}
.cid-tlqnBxpOOL .wrapper .border3:hover {
  border: 2px solid #ff6666;
}
@media (max-width: 767px) {
  .cid-tlqnBxpOOL .wrapper {
    justify-content: center;
  }
}
.cid-tlqnBxpOOL .link-wrapper {
  align-items: center;
  display: flex;
}
.cid-tlqnBxpOOL .link-wrapper p {
  padding: 0;
  margin: 0;
  padding-left: 0.5rem;
}
.cid-tlqnBxpOOL .inline-wrapper {
  display: inline-block;
}
.cid-tlqnBxpOOL .align-wrapper {
  width: 100%;
}
.cid-tlqnBxpOOL .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #1c1c25 inset;
  border-radius: 4px;
  min-width: 20px;
  width: 20px;
  align-items: center;
  display: flex;
  height: 20px;
  margin: 0 0.4rem;
  justify-content: center;
  transition: all 0.3s;
}
.cid-tlqnBxpOOL .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-tlqnBxpOOL .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-tlqnBxpOOL .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-tlqnBxpOOL .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: .5rem;
  font-weight: 900;
  color: #1c1c25;
}
.cid-tlqnBxpOOL .icon-bg {
  position: absolute;
  overflow: visible;
  top: 3px;
  right: -3px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 4px;
  background: #ffb18a;
}
.cid-tlqnBxpOOL img {
  border-radius: 8px;
}
.cid-tlqnBxpOOL .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-tlqnBxpOOL .mbr-section-subtitle {
  color: #767676;
}
.cid-tlqnBxpOOL .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-tlqnBxpOOL .card-text {
  color: #767676;
}
.cid-tlqnBxpOOL .main-sub-title,
.cid-tlqnBxpOOL .align-wrapper {
  color: #33358c;
}
.cid-tlqnBxpOOL .main-text {
  color: #777d74;
}
.cid-tlqnBxpOOL .hover:hover .main-text-title {
  color: #f2684b !important;
}
.cid-tlqnBxpOOL .main-text-title {
  color: #232323;
  transition: all 0.3s;
}
.cid-tlqnBxpOOL .main-text,
.cid-tlqnBxpOOL .link-align-wrapper {
  color: #232323;
}
.cid-tk6ONYBqDz {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f8f8f8;
  z-index: 2;
}
.cid-tk6ONYBqDz .row {
  justify-content: space-between;
}
.cid-tk6ONYBqDz .wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-tk6ONYBqDz .wrapper .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tk6ONYBqDz .wrapper .icon-wrapper {
  width: 60px;
  height: 60px;
  background: #ffffff;
  border-radius: 8px;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-tk6ONYBqDz .wrapper .icon-wrapper {
    margin: 0 0.5rem;
  }
}
.cid-tk6ONYBqDz .wrapper .icon1 {
  color: #6592e6;
}
.cid-tk6ONYBqDz .wrapper .icon2 {
  color: #72dfe9;
}
.cid-tk6ONYBqDz .wrapper .icon3 {
  color: #ff6666;
}
.cid-tk6ONYBqDz .wrapper .border1 {
  border: 2px solid #efefef;
}
.cid-tk6ONYBqDz .wrapper .border1:hover {
  border: 2px solid #6592e6;
}
.cid-tk6ONYBqDz .wrapper .border2 {
  border: 2px solid #efefef;
}
.cid-tk6ONYBqDz .wrapper .border2:hover {
  border: 2px solid #72dfe9;
}
.cid-tk6ONYBqDz .wrapper .border3 {
  border: 2px solid #efefef;
}
.cid-tk6ONYBqDz .wrapper .border3:hover {
  border: 2px solid #ff6666;
}
@media (max-width: 767px) {
  .cid-tk6ONYBqDz .wrapper {
    justify-content: center;
  }
}
.cid-tk6ONYBqDz .link-wrapper {
  align-items: center;
  display: flex;
}
.cid-tk6ONYBqDz .link-wrapper p {
  padding: 0;
  margin: 0;
  padding-left: 0.5rem;
}
.cid-tk6ONYBqDz .inline-wrapper {
  display: inline-block;
}
.cid-tk6ONYBqDz .align-wrapper {
  width: 100%;
}
.cid-tk6ONYBqDz .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #1c1c25 inset;
  border-radius: 4px;
  min-width: 20px;
  width: 20px;
  align-items: center;
  display: flex;
  height: 20px;
  margin: 0 0.4rem;
  justify-content: center;
  transition: all 0.3s;
}
.cid-tk6ONYBqDz .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-tk6ONYBqDz .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-tk6ONYBqDz .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-tk6ONYBqDz .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: .5rem;
  font-weight: 900;
  color: #1c1c25;
}
.cid-tk6ONYBqDz .icon-bg {
  position: absolute;
  overflow: visible;
  top: 3px;
  right: -3px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 4px;
  background: #ffb18a;
}
.cid-tk6ONYBqDz img {
  border-radius: 8px;
}
.cid-tk6ONYBqDz .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-tk6ONYBqDz .mbr-section-subtitle {
  color: #767676;
}
.cid-tk6ONYBqDz .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-tk6ONYBqDz .card-text {
  color: #767676;
}
.cid-tk6ONYBqDz .main-sub-title,
.cid-tk6ONYBqDz .align-wrapper {
  color: #33358c;
}
.cid-tk6ONYBqDz .main-text {
  color: #777d74;
}
.cid-tk6ONYBqDz .hover:hover .main-text-title {
  color: #f2684b !important;
}
.cid-tk6ONYBqDz .main-text-title {
  color: #010a44;
  transition: all 0.3s;
}
.cid-tk6ONYBqDz .main-text,
.cid-tk6ONYBqDz .link-align-wrapper {
  color: #777d74;
}
.cid-tbwpC2RYuz {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f8f8f8;
  z-index: 2;
}
.cid-tbwpC2RYuz .row {
  justify-content: space-between;
}
.cid-tbwpC2RYuz .wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-tbwpC2RYuz .wrapper .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tbwpC2RYuz .wrapper .icon-wrapper {
  width: 60px;
  height: 60px;
  background: #ffffff;
  border-radius: 8px;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-tbwpC2RYuz .wrapper .icon-wrapper {
    margin: 0 0.5rem;
  }
}
.cid-tbwpC2RYuz .wrapper .icon1 {
  color: #6592e6;
}
.cid-tbwpC2RYuz .wrapper .icon2 {
  color: #72dfe9;
}
.cid-tbwpC2RYuz .wrapper .icon3 {
  color: #ff6666;
}
.cid-tbwpC2RYuz .wrapper .border1 {
  border: 2px solid #efefef;
}
.cid-tbwpC2RYuz .wrapper .border1:hover {
  border: 2px solid #6592e6;
}
.cid-tbwpC2RYuz .wrapper .border2 {
  border: 2px solid #efefef;
}
.cid-tbwpC2RYuz .wrapper .border2:hover {
  border: 2px solid #72dfe9;
}
.cid-tbwpC2RYuz .wrapper .border3 {
  border: 2px solid #efefef;
}
.cid-tbwpC2RYuz .wrapper .border3:hover {
  border: 2px solid #ff6666;
}
@media (max-width: 767px) {
  .cid-tbwpC2RYuz .wrapper {
    justify-content: center;
  }
}
.cid-tbwpC2RYuz .link-wrapper {
  align-items: center;
  display: flex;
}
.cid-tbwpC2RYuz .link-wrapper p {
  padding: 0;
  margin: 0;
  padding-left: 0.5rem;
}
.cid-tbwpC2RYuz .inline-wrapper {
  display: inline-block;
}
.cid-tbwpC2RYuz .align-wrapper {
  width: 100%;
}
.cid-tbwpC2RYuz .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #1c1c25 inset;
  border-radius: 4px;
  min-width: 20px;
  width: 20px;
  align-items: center;
  display: flex;
  height: 20px;
  margin: 0 0.4rem;
  justify-content: center;
  transition: all 0.3s;
}
.cid-tbwpC2RYuz .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-tbwpC2RYuz .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-tbwpC2RYuz .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-tbwpC2RYuz .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: .5rem;
  font-weight: 900;
  color: #1c1c25;
}
.cid-tbwpC2RYuz .icon-bg {
  position: absolute;
  overflow: visible;
  top: 3px;
  right: -3px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 4px;
  background: #ffb18a;
}
.cid-tbwpC2RYuz img {
  border-radius: 8px;
}
.cid-tbwpC2RYuz .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-tbwpC2RYuz .mbr-section-subtitle {
  color: #767676;
}
.cid-tbwpC2RYuz .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-tbwpC2RYuz .card-text {
  color: #767676;
}
.cid-tbwpC2RYuz .main-sub-title,
.cid-tbwpC2RYuz .align-wrapper {
  color: #33358c;
}
.cid-tbwpC2RYuz .main-text {
  color: #777d74;
}
.cid-tbwpC2RYuz .hover:hover .main-text-title {
  color: #f2684b !important;
}
.cid-tbwpC2RYuz .main-text-title {
  color: #010a44;
  transition: all 0.3s;
}
.cid-tbwpC2RYuz .main-text,
.cid-tbwpC2RYuz .link-align-wrapper {
  color: #777d74;
}
.cid-t9tgGHjAQ9 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f8f8f8;
  z-index: 2;
}
.cid-t9tgGHjAQ9 .row {
  justify-content: space-between;
}
.cid-t9tgGHjAQ9 .wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-t9tgGHjAQ9 .wrapper .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-t9tgGHjAQ9 .wrapper .icon-wrapper {
  width: 60px;
  height: 60px;
  background: #ffffff;
  border-radius: 8px;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-t9tgGHjAQ9 .wrapper .icon-wrapper {
    margin: 0 0.5rem;
  }
}
.cid-t9tgGHjAQ9 .wrapper .icon1 {
  color: #6592e6;
}
.cid-t9tgGHjAQ9 .wrapper .icon2 {
  color: #72dfe9;
}
.cid-t9tgGHjAQ9 .wrapper .icon3 {
  color: #ff6666;
}
.cid-t9tgGHjAQ9 .wrapper .border1 {
  border: 2px solid #efefef;
}
.cid-t9tgGHjAQ9 .wrapper .border1:hover {
  border: 2px solid #6592e6;
}
.cid-t9tgGHjAQ9 .wrapper .border2 {
  border: 2px solid #efefef;
}
.cid-t9tgGHjAQ9 .wrapper .border2:hover {
  border: 2px solid #72dfe9;
}
.cid-t9tgGHjAQ9 .wrapper .border3 {
  border: 2px solid #efefef;
}
.cid-t9tgGHjAQ9 .wrapper .border3:hover {
  border: 2px solid #ff6666;
}
@media (max-width: 767px) {
  .cid-t9tgGHjAQ9 .wrapper {
    justify-content: center;
  }
}
.cid-t9tgGHjAQ9 .link-wrapper {
  align-items: center;
  display: flex;
}
.cid-t9tgGHjAQ9 .link-wrapper p {
  padding: 0;
  margin: 0;
  padding-left: 0.5rem;
}
.cid-t9tgGHjAQ9 .inline-wrapper {
  display: inline-block;
}
.cid-t9tgGHjAQ9 .align-wrapper {
  width: 100%;
}
.cid-t9tgGHjAQ9 .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #1c1c25 inset;
  border-radius: 4px;
  min-width: 20px;
  width: 20px;
  align-items: center;
  display: flex;
  height: 20px;
  margin: 0 0.4rem;
  justify-content: center;
  transition: all 0.3s;
}
.cid-t9tgGHjAQ9 .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-t9tgGHjAQ9 .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-t9tgGHjAQ9 .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-t9tgGHjAQ9 .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: .5rem;
  font-weight: 900;
  color: #1c1c25;
}
.cid-t9tgGHjAQ9 .icon-bg {
  position: absolute;
  overflow: visible;
  top: 3px;
  right: -3px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 4px;
  background: #ffb18a;
}
.cid-t9tgGHjAQ9 img {
  border-radius: 8px;
}
.cid-t9tgGHjAQ9 .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-t9tgGHjAQ9 .mbr-section-subtitle {
  color: #767676;
}
.cid-t9tgGHjAQ9 .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-t9tgGHjAQ9 .card-text {
  color: #767676;
}
.cid-t9tgGHjAQ9 .main-sub-title,
.cid-t9tgGHjAQ9 .align-wrapper {
  color: #33358c;
}
.cid-t9tgGHjAQ9 .main-text {
  color: #777d74;
}
.cid-t9tgGHjAQ9 .hover:hover .main-text-title {
  color: #f2684b !important;
}
.cid-t9tgGHjAQ9 .main-text-title {
  color: #010a44;
  transition: all 0.3s;
}
.cid-t9tgGHjAQ9 .main-text,
.cid-t9tgGHjAQ9 .link-align-wrapper {
  color: #777d74;
}
.cid-t7sZRaQJbV {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f8f8f8;
  z-index: 2;
}
.cid-t7sZRaQJbV .row {
  justify-content: space-between;
}
.cid-t7sZRaQJbV .wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-t7sZRaQJbV .wrapper .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-t7sZRaQJbV .wrapper .icon-wrapper {
  width: 60px;
  height: 60px;
  background: #ffffff;
  border-radius: 8px;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-t7sZRaQJbV .wrapper .icon-wrapper {
    margin: 0 0.5rem;
  }
}
.cid-t7sZRaQJbV .wrapper .icon1 {
  color: #6592e6;
}
.cid-t7sZRaQJbV .wrapper .icon2 {
  color: #72dfe9;
}
.cid-t7sZRaQJbV .wrapper .icon3 {
  color: #ff6666;
}
.cid-t7sZRaQJbV .wrapper .border1 {
  border: 2px solid #efefef;
}
.cid-t7sZRaQJbV .wrapper .border1:hover {
  border: 2px solid #6592e6;
}
.cid-t7sZRaQJbV .wrapper .border2 {
  border: 2px solid #efefef;
}
.cid-t7sZRaQJbV .wrapper .border2:hover {
  border: 2px solid #72dfe9;
}
.cid-t7sZRaQJbV .wrapper .border3 {
  border: 2px solid #efefef;
}
.cid-t7sZRaQJbV .wrapper .border3:hover {
  border: 2px solid #ff6666;
}
@media (max-width: 767px) {
  .cid-t7sZRaQJbV .wrapper {
    justify-content: center;
  }
}
.cid-t7sZRaQJbV .link-wrapper {
  align-items: center;
  display: flex;
}
.cid-t7sZRaQJbV .link-wrapper p {
  padding: 0;
  margin: 0;
  padding-left: 0.5rem;
}
.cid-t7sZRaQJbV .inline-wrapper {
  display: inline-block;
}
.cid-t7sZRaQJbV .align-wrapper {
  width: 100%;
}
.cid-t7sZRaQJbV .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #1c1c25 inset;
  border-radius: 4px;
  min-width: 20px;
  width: 20px;
  align-items: center;
  display: flex;
  height: 20px;
  margin: 0 0.4rem;
  justify-content: center;
  transition: all 0.3s;
}
.cid-t7sZRaQJbV .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-t7sZRaQJbV .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-t7sZRaQJbV .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-t7sZRaQJbV .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: .5rem;
  font-weight: 900;
  color: #1c1c25;
}
.cid-t7sZRaQJbV .icon-bg {
  position: absolute;
  overflow: visible;
  top: 3px;
  right: -3px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 4px;
  background: #ffb18a;
}
.cid-t7sZRaQJbV img {
  border-radius: 8px;
}
.cid-t7sZRaQJbV .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-t7sZRaQJbV .mbr-section-subtitle {
  color: #767676;
}
.cid-t7sZRaQJbV .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-t7sZRaQJbV .card-text {
  color: #767676;
}
.cid-t7sZRaQJbV .main-sub-title,
.cid-t7sZRaQJbV .align-wrapper {
  color: #33358c;
}
.cid-t7sZRaQJbV .main-text {
  color: #777d74;
}
.cid-t7sZRaQJbV .hover:hover .main-text-title {
  color: #f2684b !important;
}
.cid-t7sZRaQJbV .main-text-title {
  color: #010a44;
  transition: all 0.3s;
}
.cid-t7sZRaQJbV .main-text,
.cid-t7sZRaQJbV .link-align-wrapper {
  color: #777d74;
}
.cid-t2RDtZzV3c {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f8f8f8;
  z-index: 2;
}
.cid-t2RDtZzV3c .row {
  justify-content: space-between;
}
.cid-t2RDtZzV3c .wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-t2RDtZzV3c .wrapper .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-t2RDtZzV3c .wrapper .icon-wrapper {
  width: 60px;
  height: 60px;
  background: #ffffff;
  border-radius: 8px;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-t2RDtZzV3c .wrapper .icon-wrapper {
    margin: 0 0.5rem;
  }
}
.cid-t2RDtZzV3c .wrapper .icon1 {
  color: #6592e6;
}
.cid-t2RDtZzV3c .wrapper .icon2 {
  color: #72dfe9;
}
.cid-t2RDtZzV3c .wrapper .icon3 {
  color: #ff6666;
}
.cid-t2RDtZzV3c .wrapper .border1 {
  border: 2px solid #efefef;
}
.cid-t2RDtZzV3c .wrapper .border1:hover {
  border: 2px solid #6592e6;
}
.cid-t2RDtZzV3c .wrapper .border2 {
  border: 2px solid #efefef;
}
.cid-t2RDtZzV3c .wrapper .border2:hover {
  border: 2px solid #72dfe9;
}
.cid-t2RDtZzV3c .wrapper .border3 {
  border: 2px solid #efefef;
}
.cid-t2RDtZzV3c .wrapper .border3:hover {
  border: 2px solid #ff6666;
}
@media (max-width: 767px) {
  .cid-t2RDtZzV3c .wrapper {
    justify-content: center;
  }
}
.cid-t2RDtZzV3c .link-wrapper {
  align-items: center;
  display: flex;
}
.cid-t2RDtZzV3c .link-wrapper p {
  padding: 0;
  margin: 0;
  padding-left: 0.5rem;
}
.cid-t2RDtZzV3c .inline-wrapper {
  display: inline-block;
}
.cid-t2RDtZzV3c .align-wrapper {
  width: 100%;
}
.cid-t2RDtZzV3c .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #1c1c25 inset;
  border-radius: 4px;
  min-width: 20px;
  width: 20px;
  align-items: center;
  display: flex;
  height: 20px;
  margin: 0 0.4rem;
  justify-content: center;
  transition: all 0.3s;
}
.cid-t2RDtZzV3c .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-t2RDtZzV3c .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-t2RDtZzV3c .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-t2RDtZzV3c .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: .5rem;
  font-weight: 900;
  color: #1c1c25;
}
.cid-t2RDtZzV3c .icon-bg {
  position: absolute;
  overflow: visible;
  top: 3px;
  right: -3px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 4px;
  background: #ffb18a;
}
.cid-t2RDtZzV3c img {
  border-radius: 8px;
}
.cid-t2RDtZzV3c .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-t2RDtZzV3c .mbr-section-subtitle {
  color: #767676;
}
.cid-t2RDtZzV3c .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-t2RDtZzV3c .card-text {
  color: #767676;
}
.cid-t2RDtZzV3c .main-sub-title,
.cid-t2RDtZzV3c .align-wrapper {
  color: #33358c;
}
.cid-t2RDtZzV3c .main-text {
  color: #777d74;
}
.cid-t2RDtZzV3c .hover:hover .main-text-title {
  color: #f2684b !important;
}
.cid-t2RDtZzV3c .main-text-title {
  color: #010a44;
  transition: all 0.3s;
}
.cid-t2RDtZzV3c .main-text,
.cid-t2RDtZzV3c .link-align-wrapper {
  color: #777d74;
}
.cid-t64mLeVtsU {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #f8f8f8;
  z-index: 2;
}
.cid-t64mLeVtsU .row {
  justify-content: space-between;
}
.cid-t64mLeVtsU .wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-t64mLeVtsU .wrapper .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-t64mLeVtsU .wrapper .icon-wrapper {
  width: 60px;
  height: 60px;
  background: #ffffff;
  border-radius: 8px;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-t64mLeVtsU .wrapper .icon-wrapper {
    margin: 0 0.5rem;
  }
}
.cid-t64mLeVtsU .wrapper .icon1 {
  color: #6592e6;
}
.cid-t64mLeVtsU .wrapper .icon2 {
  color: #72dfe9;
}
.cid-t64mLeVtsU .wrapper .icon3 {
  color: #ff6666;
}
.cid-t64mLeVtsU .wrapper .border1 {
  border: 2px solid #efefef;
}
.cid-t64mLeVtsU .wrapper .border1:hover {
  border: 2px solid #6592e6;
}
.cid-t64mLeVtsU .wrapper .border2 {
  border: 2px solid #efefef;
}
.cid-t64mLeVtsU .wrapper .border2:hover {
  border: 2px solid #72dfe9;
}
.cid-t64mLeVtsU .wrapper .border3 {
  border: 2px solid #efefef;
}
.cid-t64mLeVtsU .wrapper .border3:hover {
  border: 2px solid #ff6666;
}
@media (max-width: 767px) {
  .cid-t64mLeVtsU .wrapper {
    justify-content: center;
  }
}
.cid-t64mLeVtsU .link-wrapper {
  align-items: center;
  display: flex;
}
.cid-t64mLeVtsU .link-wrapper p {
  padding: 0;
  margin: 0;
  padding-left: 0.5rem;
}
.cid-t64mLeVtsU .inline-wrapper {
  display: inline-block;
}
.cid-t64mLeVtsU .align-wrapper {
  width: 100%;
}
.cid-t64mLeVtsU .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #1c1c25 inset;
  border-radius: 4px;
  min-width: 20px;
  width: 20px;
  align-items: center;
  display: flex;
  height: 20px;
  margin: 0 0.4rem;
  justify-content: center;
  transition: all 0.3s;
}
.cid-t64mLeVtsU .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-t64mLeVtsU .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-t64mLeVtsU .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-t64mLeVtsU .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: .5rem;
  font-weight: 900;
  color: #1c1c25;
}
.cid-t64mLeVtsU .icon-bg {
  position: absolute;
  overflow: visible;
  top: 3px;
  right: -3px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 4px;
  background: #ffb18a;
}
.cid-t64mLeVtsU img {
  border-radius: 8px;
}
.cid-t64mLeVtsU .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-t64mLeVtsU .mbr-section-subtitle {
  color: #767676;
}
.cid-t64mLeVtsU .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-t64mLeVtsU .card-text {
  color: #767676;
}
.cid-t64mLeVtsU .main-sub-title,
.cid-t64mLeVtsU .align-wrapper {
  color: #33358c;
}
.cid-t64mLeVtsU .main-text {
  color: #777d74;
}
.cid-t64mLeVtsU .hover:hover .main-text-title {
  color: #f2684b !important;
}
.cid-t64mLeVtsU .main-text-title {
  color: #010a44;
  transition: all 0.3s;
}
.cid-t64mLeVtsU .main-text,
.cid-t64mLeVtsU .link-align-wrapper {
  color: #777d74;
}
.cid-sZDRfvmJiF {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #f8f8f8;
  z-index: 2;
}
.cid-sZDRfvmJiF .row {
  justify-content: space-between;
}
.cid-sZDRfvmJiF .wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-sZDRfvmJiF .wrapper .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sZDRfvmJiF .wrapper .icon-wrapper {
  width: 60px;
  height: 60px;
  background: #ffffff;
  border-radius: 8px;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-sZDRfvmJiF .wrapper .icon-wrapper {
    margin: 0 0.5rem;
  }
}
.cid-sZDRfvmJiF .wrapper .icon1 {
  color: #6592e6;
}
.cid-sZDRfvmJiF .wrapper .icon2 {
  color: #72dfe9;
}
.cid-sZDRfvmJiF .wrapper .icon3 {
  color: #ff6666;
}
.cid-sZDRfvmJiF .wrapper .border1 {
  border: 2px solid #efefef;
}
.cid-sZDRfvmJiF .wrapper .border1:hover {
  border: 2px solid #6592e6;
}
.cid-sZDRfvmJiF .wrapper .border2 {
  border: 2px solid #efefef;
}
.cid-sZDRfvmJiF .wrapper .border2:hover {
  border: 2px solid #72dfe9;
}
.cid-sZDRfvmJiF .wrapper .border3 {
  border: 2px solid #efefef;
}
.cid-sZDRfvmJiF .wrapper .border3:hover {
  border: 2px solid #ff6666;
}
@media (max-width: 767px) {
  .cid-sZDRfvmJiF .wrapper {
    justify-content: center;
  }
}
.cid-sZDRfvmJiF .link-wrapper {
  align-items: center;
  display: flex;
}
.cid-sZDRfvmJiF .link-wrapper p {
  padding: 0;
  margin: 0;
  padding-left: 0.5rem;
}
.cid-sZDRfvmJiF .inline-wrapper {
  display: inline-block;
}
.cid-sZDRfvmJiF .align-wrapper {
  width: 100%;
}
.cid-sZDRfvmJiF .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #1c1c25 inset;
  border-radius: 4px;
  min-width: 20px;
  width: 20px;
  align-items: center;
  display: flex;
  height: 20px;
  margin: 0 0.4rem;
  justify-content: center;
  transition: all 0.3s;
}
.cid-sZDRfvmJiF .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-sZDRfvmJiF .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-sZDRfvmJiF .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-sZDRfvmJiF .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: .5rem;
  font-weight: 900;
  color: #1c1c25;
}
.cid-sZDRfvmJiF .icon-bg {
  position: absolute;
  overflow: visible;
  top: 3px;
  right: -3px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 4px;
  background: #ffb18a;
}
.cid-sZDRfvmJiF img {
  border-radius: 8px;
}
.cid-sZDRfvmJiF .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-sZDRfvmJiF .mbr-section-subtitle {
  color: #767676;
}
.cid-sZDRfvmJiF .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-sZDRfvmJiF .card-text {
  color: #767676;
}
.cid-sZDRfvmJiF .main-sub-title,
.cid-sZDRfvmJiF .align-wrapper {
  color: #33358c;
}
.cid-sZDRfvmJiF .main-text {
  color: #777d74;
}
.cid-sZDRfvmJiF .hover:hover .main-text-title {
  color: #f2684b !important;
}
.cid-sZDRfvmJiF .main-text-title {
  color: #010a44;
  transition: all 0.3s;
}
.cid-sZDRfvmJiF .main-text,
.cid-sZDRfvmJiF .link-align-wrapper {
  color: #777d74;
}
.cid-sZ04Wg3gEc {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #f8f8f8;
  z-index: 2;
}
.cid-sZ04Wg3gEc .row {
  justify-content: space-between;
}
.cid-sZ04Wg3gEc .wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-sZ04Wg3gEc .wrapper .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sZ04Wg3gEc .wrapper .icon-wrapper {
  width: 60px;
  height: 60px;
  background: #ffffff;
  border-radius: 8px;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-sZ04Wg3gEc .wrapper .icon-wrapper {
    margin: 0 0.5rem;
  }
}
.cid-sZ04Wg3gEc .wrapper .icon1 {
  color: #6592e6;
}
.cid-sZ04Wg3gEc .wrapper .icon2 {
  color: #72dfe9;
}
.cid-sZ04Wg3gEc .wrapper .icon3 {
  color: #ff6666;
}
.cid-sZ04Wg3gEc .wrapper .border1 {
  border: 2px solid #efefef;
}
.cid-sZ04Wg3gEc .wrapper .border1:hover {
  border: 2px solid #6592e6;
}
.cid-sZ04Wg3gEc .wrapper .border2 {
  border: 2px solid #efefef;
}
.cid-sZ04Wg3gEc .wrapper .border2:hover {
  border: 2px solid #72dfe9;
}
.cid-sZ04Wg3gEc .wrapper .border3 {
  border: 2px solid #efefef;
}
.cid-sZ04Wg3gEc .wrapper .border3:hover {
  border: 2px solid #ff6666;
}
@media (max-width: 767px) {
  .cid-sZ04Wg3gEc .wrapper {
    justify-content: center;
  }
}
.cid-sZ04Wg3gEc .link-wrapper {
  align-items: center;
  display: flex;
}
.cid-sZ04Wg3gEc .link-wrapper p {
  padding: 0;
  margin: 0;
  padding-left: 0.5rem;
}
.cid-sZ04Wg3gEc .inline-wrapper {
  display: inline-block;
}
.cid-sZ04Wg3gEc .align-wrapper {
  width: 100%;
}
.cid-sZ04Wg3gEc .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #1c1c25 inset;
  border-radius: 4px;
  min-width: 20px;
  width: 20px;
  align-items: center;
  display: flex;
  height: 20px;
  margin: 0 0.4rem;
  justify-content: center;
  transition: all 0.3s;
}
.cid-sZ04Wg3gEc .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-sZ04Wg3gEc .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-sZ04Wg3gEc .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-sZ04Wg3gEc .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: .5rem;
  font-weight: 900;
  color: #1c1c25;
}
.cid-sZ04Wg3gEc .icon-bg {
  position: absolute;
  overflow: visible;
  top: 3px;
  right: -3px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 4px;
  background: #ffb18a;
}
.cid-sZ04Wg3gEc img {
  border-radius: 8px;
}
.cid-sZ04Wg3gEc .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-sZ04Wg3gEc .mbr-section-subtitle {
  color: #767676;
}
.cid-sZ04Wg3gEc .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-sZ04Wg3gEc .card-text {
  color: #767676;
}
.cid-sZ04Wg3gEc .main-sub-title,
.cid-sZ04Wg3gEc .align-wrapper {
  color: #33358c;
}
.cid-sZ04Wg3gEc .main-text {
  color: #777d74;
}
.cid-sZ04Wg3gEc .hover:hover .main-text-title {
  color: #f2684b !important;
}
.cid-sZ04Wg3gEc .main-text-title {
  color: #010a44;
  transition: all 0.3s;
}
.cid-sX0vuBl1g6 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #f8f8f8;
  z-index: 2;
}
.cid-sX0vuBl1g6 .row {
  justify-content: space-between;
}
.cid-sX0vuBl1g6 .wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-sX0vuBl1g6 .wrapper .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sX0vuBl1g6 .wrapper .icon-wrapper {
  width: 60px;
  height: 60px;
  background: #ffffff;
  border-radius: 8px;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-sX0vuBl1g6 .wrapper .icon-wrapper {
    margin: 0 0.5rem;
  }
}
.cid-sX0vuBl1g6 .wrapper .icon1 {
  color: #6592e6;
}
.cid-sX0vuBl1g6 .wrapper .icon2 {
  color: #72dfe9;
}
.cid-sX0vuBl1g6 .wrapper .icon3 {
  color: #ff6666;
}
.cid-sX0vuBl1g6 .wrapper .border1 {
  border: 2px solid #efefef;
}
.cid-sX0vuBl1g6 .wrapper .border1:hover {
  border: 2px solid #6592e6;
}
.cid-sX0vuBl1g6 .wrapper .border2 {
  border: 2px solid #efefef;
}
.cid-sX0vuBl1g6 .wrapper .border2:hover {
  border: 2px solid #72dfe9;
}
.cid-sX0vuBl1g6 .wrapper .border3 {
  border: 2px solid #efefef;
}
.cid-sX0vuBl1g6 .wrapper .border3:hover {
  border: 2px solid #ff6666;
}
@media (max-width: 767px) {
  .cid-sX0vuBl1g6 .wrapper {
    justify-content: center;
  }
}
.cid-sX0vuBl1g6 .link-wrapper {
  align-items: center;
  display: flex;
}
.cid-sX0vuBl1g6 .link-wrapper p {
  padding: 0;
  margin: 0;
  padding-left: 0.5rem;
}
.cid-sX0vuBl1g6 .inline-wrapper {
  display: inline-block;
}
.cid-sX0vuBl1g6 .align-wrapper {
  width: 100%;
}
.cid-sX0vuBl1g6 .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #1c1c25 inset;
  border-radius: 4px;
  min-width: 20px;
  width: 20px;
  align-items: center;
  display: flex;
  height: 20px;
  margin: 0 0.4rem;
  justify-content: center;
  transition: all 0.3s;
}
.cid-sX0vuBl1g6 .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-sX0vuBl1g6 .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-sX0vuBl1g6 .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-sX0vuBl1g6 .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: .5rem;
  font-weight: 900;
  color: #1c1c25;
}
.cid-sX0vuBl1g6 .icon-bg {
  position: absolute;
  overflow: visible;
  top: 3px;
  right: -3px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 4px;
  background: #ffb18a;
}
.cid-sX0vuBl1g6 img {
  border-radius: 8px;
}
.cid-sX0vuBl1g6 .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-sX0vuBl1g6 .mbr-section-subtitle {
  color: #767676;
}
.cid-sX0vuBl1g6 .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-sX0vuBl1g6 .card-text {
  color: #767676;
}
.cid-sX0vuBl1g6 .main-sub-title,
.cid-sX0vuBl1g6 .align-wrapper {
  color: #33358c;
}
.cid-sX0vuBl1g6 .main-text {
  color: #777d74;
}
.cid-sX0vuBl1g6 .hover:hover .main-text-title {
  color: #f2684b !important;
}
.cid-sX0vuBl1g6 .main-text-title {
  color: #010a44;
  transition: all 0.3s;
}
.cid-sX0ltnMAuO {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f8f8f8;
  z-index: 2;
}
.cid-sX0ltnMAuO .row {
  justify-content: space-between;
}
.cid-sX0ltnMAuO .wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-sX0ltnMAuO .wrapper .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sX0ltnMAuO .wrapper .icon-wrapper {
  width: 60px;
  height: 60px;
  background: #ffffff;
  border-radius: 8px;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-sX0ltnMAuO .wrapper .icon-wrapper {
    margin: 0 0.5rem;
  }
}
.cid-sX0ltnMAuO .wrapper .icon1 {
  color: #6592e6;
}
.cid-sX0ltnMAuO .wrapper .icon2 {
  color: #72dfe9;
}
.cid-sX0ltnMAuO .wrapper .icon3 {
  color: #ff6666;
}
.cid-sX0ltnMAuO .wrapper .border1 {
  border: 2px solid #efefef;
}
.cid-sX0ltnMAuO .wrapper .border1:hover {
  border: 2px solid #6592e6;
}
.cid-sX0ltnMAuO .wrapper .border2 {
  border: 2px solid #efefef;
}
.cid-sX0ltnMAuO .wrapper .border2:hover {
  border: 2px solid #72dfe9;
}
.cid-sX0ltnMAuO .wrapper .border3 {
  border: 2px solid #efefef;
}
.cid-sX0ltnMAuO .wrapper .border3:hover {
  border: 2px solid #ff6666;
}
@media (max-width: 767px) {
  .cid-sX0ltnMAuO .wrapper {
    justify-content: center;
  }
}
.cid-sX0ltnMAuO .link-wrapper {
  align-items: center;
  display: flex;
}
.cid-sX0ltnMAuO .link-wrapper p {
  padding: 0;
  margin: 0;
  padding-left: 0.5rem;
}
.cid-sX0ltnMAuO .inline-wrapper {
  display: inline-block;
}
.cid-sX0ltnMAuO .align-wrapper {
  width: 100%;
}
.cid-sX0ltnMAuO .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #1c1c25 inset;
  border-radius: 4px;
  min-width: 20px;
  width: 20px;
  align-items: center;
  display: flex;
  height: 20px;
  margin: 0 0.4rem;
  justify-content: center;
  transition: all 0.3s;
}
.cid-sX0ltnMAuO .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-sX0ltnMAuO .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-sX0ltnMAuO .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-sX0ltnMAuO .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: .5rem;
  font-weight: 900;
  color: #1c1c25;
}
.cid-sX0ltnMAuO .icon-bg {
  position: absolute;
  overflow: visible;
  top: 3px;
  right: -3px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 4px;
  background: #ffb18a;
}
.cid-sX0ltnMAuO img {
  border-radius: 8px;
}
.cid-sX0ltnMAuO .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-sX0ltnMAuO .mbr-section-subtitle {
  color: #767676;
}
.cid-sX0ltnMAuO .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-sX0ltnMAuO .card-text {
  color: #767676;
}
.cid-sX0ltnMAuO .main-sub-title,
.cid-sX0ltnMAuO .align-wrapper {
  color: #33358c;
}
.cid-sX0ltnMAuO .main-text {
  color: #777d74;
}
.cid-sX0ltnMAuO .hover:hover .main-text-title {
  color: #f2684b !important;
}
.cid-sX0ltnMAuO .main-text-title {
  color: #010a44;
  transition: all 0.3s;
}
.cid-sX0nflpcjs {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #f8f8f8;
  z-index: 2;
}
.cid-sX0nflpcjs .row {
  justify-content: space-between;
}
.cid-sX0nflpcjs .wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-sX0nflpcjs .wrapper .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sX0nflpcjs .wrapper .icon-wrapper {
  width: 60px;
  height: 60px;
  background: #ffffff;
  border-radius: 8px;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-sX0nflpcjs .wrapper .icon-wrapper {
    margin: 0 0.5rem;
  }
}
.cid-sX0nflpcjs .wrapper .icon1 {
  color: #6592e6;
}
.cid-sX0nflpcjs .wrapper .icon2 {
  color: #72dfe9;
}
.cid-sX0nflpcjs .wrapper .icon3 {
  color: #ff6666;
}
.cid-sX0nflpcjs .wrapper .border1 {
  border: 2px solid #efefef;
}
.cid-sX0nflpcjs .wrapper .border1:hover {
  border: 2px solid #6592e6;
}
.cid-sX0nflpcjs .wrapper .border2 {
  border: 2px solid #efefef;
}
.cid-sX0nflpcjs .wrapper .border2:hover {
  border: 2px solid #72dfe9;
}
.cid-sX0nflpcjs .wrapper .border3 {
  border: 2px solid #efefef;
}
.cid-sX0nflpcjs .wrapper .border3:hover {
  border: 2px solid #ff6666;
}
@media (max-width: 767px) {
  .cid-sX0nflpcjs .wrapper {
    justify-content: center;
  }
}
.cid-sX0nflpcjs .link-wrapper {
  align-items: center;
  display: flex;
}
.cid-sX0nflpcjs .link-wrapper p {
  padding: 0;
  margin: 0;
  padding-left: 0.5rem;
}
.cid-sX0nflpcjs .inline-wrapper {
  display: inline-block;
}
.cid-sX0nflpcjs .align-wrapper {
  width: 100%;
}
.cid-sX0nflpcjs .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #1c1c25 inset;
  border-radius: 4px;
  min-width: 20px;
  width: 20px;
  align-items: center;
  display: flex;
  height: 20px;
  margin: 0 0.4rem;
  justify-content: center;
  transition: all 0.3s;
}
.cid-sX0nflpcjs .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-sX0nflpcjs .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-sX0nflpcjs .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-sX0nflpcjs .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: .5rem;
  font-weight: 900;
  color: #1c1c25;
}
.cid-sX0nflpcjs .icon-bg {
  position: absolute;
  overflow: visible;
  top: 3px;
  right: -3px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 4px;
  background: #ffb18a;
}
.cid-sX0nflpcjs img {
  border-radius: 8px;
}
.cid-sX0nflpcjs .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-sX0nflpcjs .mbr-section-subtitle {
  color: #767676;
}
.cid-sX0nflpcjs .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-sX0nflpcjs .card-text {
  color: #767676;
}
.cid-sX0nflpcjs .main-sub-title,
.cid-sX0nflpcjs .align-wrapper {
  color: #33358c;
}
.cid-sX0nflpcjs .main-text {
  color: #777d74;
}
.cid-sX0nflpcjs .hover:hover .main-text-title {
  color: #f2684b !important;
}
.cid-sX0nflpcjs .main-text-title {
  color: #010a44;
  transition: all 0.3s;
}
.cid-tn7ItCGilz {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #f8f8f8;
  z-index: 2;
}
.cid-tn7ItCGilz .row {
  justify-content: space-between;
}
.cid-tn7ItCGilz .wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-tn7ItCGilz .wrapper .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tn7ItCGilz .wrapper .icon-wrapper {
  width: 60px;
  height: 60px;
  background: #ffffff;
  border-radius: 8px;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-tn7ItCGilz .wrapper .icon-wrapper {
    margin: 0 0.5rem;
  }
}
.cid-tn7ItCGilz .wrapper .icon1 {
  color: #6592e6;
}
.cid-tn7ItCGilz .wrapper .icon2 {
  color: #72dfe9;
}
.cid-tn7ItCGilz .wrapper .icon3 {
  color: #ff6666;
}
.cid-tn7ItCGilz .wrapper .border1 {
  border: 2px solid #efefef;
}
.cid-tn7ItCGilz .wrapper .border1:hover {
  border: 2px solid #6592e6;
}
.cid-tn7ItCGilz .wrapper .border2 {
  border: 2px solid #efefef;
}
.cid-tn7ItCGilz .wrapper .border2:hover {
  border: 2px solid #72dfe9;
}
.cid-tn7ItCGilz .wrapper .border3 {
  border: 2px solid #efefef;
}
.cid-tn7ItCGilz .wrapper .border3:hover {
  border: 2px solid #ff6666;
}
@media (max-width: 767px) {
  .cid-tn7ItCGilz .wrapper {
    justify-content: center;
  }
}
.cid-tn7ItCGilz .link-wrapper {
  align-items: center;
  display: flex;
}
.cid-tn7ItCGilz .link-wrapper p {
  padding: 0;
  margin: 0;
  padding-left: 0.5rem;
}
.cid-tn7ItCGilz .inline-wrapper {
  display: inline-block;
}
.cid-tn7ItCGilz .align-wrapper {
  width: 100%;
}
.cid-tn7ItCGilz .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #1c1c25 inset;
  border-radius: 4px;
  min-width: 20px;
  width: 20px;
  align-items: center;
  display: flex;
  height: 20px;
  margin: 0 0.4rem;
  justify-content: center;
  transition: all 0.3s;
}
.cid-tn7ItCGilz .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-tn7ItCGilz .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-tn7ItCGilz .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-tn7ItCGilz .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: .5rem;
  font-weight: 900;
  color: #1c1c25;
}
.cid-tn7ItCGilz .icon-bg {
  position: absolute;
  overflow: visible;
  top: 3px;
  right: -3px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 4px;
  background: #ffb18a;
}
.cid-tn7ItCGilz img {
  border-radius: 8px;
}
.cid-tn7ItCGilz .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-tn7ItCGilz .mbr-section-subtitle {
  color: #767676;
}
.cid-tn7ItCGilz .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-tn7ItCGilz .card-text {
  color: #767676;
}
.cid-tn7ItCGilz .main-sub-title,
.cid-tn7ItCGilz .align-wrapper {
  color: #33358c;
}
.cid-tn7ItCGilz .main-text {
  color: #777d74;
}
.cid-tn7ItCGilz .hover:hover .main-text-title {
  color: #f2684b !important;
}
.cid-tn7ItCGilz .main-text-title {
  color: #010a44;
  transition: all 0.3s;
}
.cid-tQieopIfD0 {
  padding-top: 60px;
  padding-bottom: 75px;
  background: #ffffff;
}
.cid-tQieopIfD0 .mbr-section-subtitle {
  color: #cccccc;
}
.cid-tQieopIfD0 h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 2rem;
  letter-spacing: 4px;
}
.cid-tQieopIfD0 h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tQieopIfD0 h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tQieopIfD0 .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #767676;
  margin: 15px 0.5rem;
  display: block;
}
.cid-tQieopIfD0 .mbr-iconfont-social:before {
  padding: 0.6rem;
  border: 2px solid;
  border-radius: 100px;
  transition: all 0.3s;
}
.cid-tQieopIfD0 .mbr-iconfont-social:hover {
  color: #ffffff;
}
.cid-tQieopIfD0 .mbr-iconfont-social:hover:before {
  background: #767676;
  transition: all 0.3s;
  border-color: transparent;
}
.cid-tQieopIfD0 .social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-tQieopIfD0 .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-tQieopIfD0 .mbr-iconfont-social {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
  }
}
.cid-tQieopIfD0 .mbr-section-title,
.cid-tQieopIfD0 .social-list {
  color: #124ad6;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tQieopIfD0 h2:before,
  .cid-tQieopIfD0 h2:after {
    display: none;
  }
}
.cid-tQieopIfD0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQieopIfD0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxLlSCVMaT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #918787;
}
.cid-uxLlSCVMaT .container-fluid {
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 992px) {
  .cid-uxLlSCVMaT .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uxLlSCVMaT .row {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #7F8678;
  border-top: 1px solid #7F8678;
  margin-top: -1px;
}
.cid-uxLlSCVMaT .footer-item {
  display: flex;
  flex-direction: column;
  padding: 22px 30px;
  border-bottom: 1px solid #7F8678;
  margin-bottom: -1px;
}
@media (min-width: 768px) {
  .cid-uxLlSCVMaT .footer-item:nth-child(odd) {
    border-right: 1px solid #7F8678;
  }
}
@media (min-width: 1200px) {
  .cid-uxLlSCVMaT .footer-item:not(:last-child) {
    border-right: 1px solid #7F8678;
  }
}
.cid-uxLlSCVMaT .mbr-text {
  color: #000000;
}
.cid-uxLlSCVMaT .link a {
  color: #3d3d3d;
}
.cid-uxLlSCVMaT .copyright {
  color: #000000;
  text-align: right;
}
.cid-uxLlSCVMaT .text {
  color: #000000;
}
.cid-uxLlSCVMaT .mbr-form-container {
  margin-top: 12px;
}
.cid-uxLlSCVMaT .form-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-end;
}
.cid-uxLlSCVMaT form .row {
  margin: 0;
  border: none !important;
}
.cid-uxLlSCVMaT form .mbr-section-btn {
  width: auto;
  padding: 0;
  height: auto;
}
.cid-uxLlSCVMaT form .mbr-section-btn .btn {
  padding: 0;
  height: auto;
  min-height: auto;
  border-radius: 0;
  border-bottom: 2px solid currentColor;
  transition: 1s;
}
.cid-uxLlSCVMaT .copyright-container {
  margin-top: auto;
}
.cid-uxLlSCVMaT .link {
  color: #000000;
}
.cid-uxLlSCVMaT .label {
  color: #f8c842;
}
.cid-tlrq6ael6i {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tlrq6ael6i .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-tlrq6ael6i .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-tlrq6ael6i .iconfont-wrapper {
  color: #103178 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-tlrq6ael6i .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-tlrq6ael6i .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-tlrq6ael6i .container {
    padding: 0 1rem;
  }
}
.cid-tlrq6ael6i .menu-tite {
  background: #232323;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffc800;
}
.cid-tlrq6ael6i .nav-link {
  position: relative;
}
.cid-tlrq6ael6i .nav-link:hover {
  color: #f24d94 !important;
}
.cid-tlrq6ael6i nav.navbar {
  position: fixed;
}
.cid-tlrq6ael6i .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tlrq6ael6i .navbar.opened {
  transition: all 0.3s;
}
.cid-tlrq6ael6i .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tlrq6ael6i .navbar .navbar-logo img {
  width: auto;
}
.cid-tlrq6ael6i .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tlrq6ael6i .navbar.collapsed {
  justify-content: center;
}
.cid-tlrq6ael6i .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tlrq6ael6i .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tlrq6ael6i .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-tlrq6ael6i .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tlrq6ael6i .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tlrq6ael6i .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tlrq6ael6i .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tlrq6ael6i .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tlrq6ael6i .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tlrq6ael6i .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tlrq6ael6i .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tlrq6ael6i .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tlrq6ael6i .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tlrq6ael6i .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tlrq6ael6i .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tlrq6ael6i .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tlrq6ael6i .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tlrq6ael6i .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tlrq6ael6i .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tlrq6ael6i .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tlrq6ael6i .navbar.navbar-short {
  min-height: 60px;
}
.cid-tlrq6ael6i .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tlrq6ael6i .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tlrq6ael6i .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tlrq6ael6i .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tlrq6ael6i .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tlrq6ael6i .dropdown-item:hover,
.cid-tlrq6ael6i .dropdown-item:focus {
  background: #232323 !important;
  color: white !important;
}
.cid-tlrq6ael6i .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tlrq6ael6i .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tlrq6ael6i .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-tlrq6ael6i .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tlrq6ael6i .dropdown-menu,
.cid-tlrq6ael6i .navbar.opened {
  background: #ffffff !important;
}
.cid-tlrq6ael6i .nav-item:focus,
.cid-tlrq6ael6i .nav-link:focus {
  outline: none;
}
.cid-tlrq6ael6i .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tlrq6ael6i .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tlrq6ael6i .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tlrq6ael6i .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tlrq6ael6i .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tlrq6ael6i .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tlrq6ael6i .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tlrq6ael6i .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tlrq6ael6i .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tlrq6ael6i .dropdown-item.active,
.cid-tlrq6ael6i .dropdown-item:active {
  background-color: transparent;
}
.cid-tlrq6ael6i .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tlrq6ael6i .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tlrq6ael6i .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tlrq6ael6i .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tlrq6ael6i .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tlrq6ael6i .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tlrq6ael6i ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tlrq6ael6i .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tlrq6ael6i button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tlrq6ael6i button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tlrq6ael6i button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tlrq6ael6i button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tlrq6ael6i button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tlrq6ael6i button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tlrq6ael6i nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tlrq6ael6i nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tlrq6ael6i nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tlrq6ael6i nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tlrq6ael6i .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tlrq6ael6i a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tlrq6ael6i .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tlrq6ael6i .navbar {
    height: 70px;
  }
  .cid-tlrq6ael6i .navbar.opened {
    height: auto;
  }
  .cid-tlrq6ael6i .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tlrs5sjMDs {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #f8f8f8;
}
.cid-tlrs5sjMDs .back {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 65%;
  height: 100%;
  background-color: #dce8eb;
}
.cid-tlrs5sjMDs img {
  width: 100%;
}
.cid-tlrs5sjMDs p {
  margin-top: 6rem;
}
.cid-tlrs5sjMDs .content-wrapper {
  max-width: 750px;
  margin: auto;
  position: relative;
  padding: 0 2rem;
}
.cid-tlrs5sjMDs h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 6rem;
  bottom: 0;
}
@media (max-width: 1200px) {
  .cid-tlrs5sjMDs .content-wrapper {
    padding-top: 0rem;
  }
  .cid-tlrs5sjMDs p {
    margin-top: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-tlrs5sjMDs .back {
    width: 100%;
    height: 75%;
  }
  .cid-tlrs5sjMDs .content-wrapper {
    padding: 0 3rem;
    padding-top: 4rem;
  }
  .cid-tlrs5sjMDs p {
    margin-top: 4rem;
  }
}
.cid-tlrs5sjMDs .content-wrapper {
  padding-right: 8rem;
}
@media (max-width: 767px) {
  .cid-tlrs5sjMDs .content-wrapper {
    padding: 0rem;
    padding-top: 4rem;
  }
  .cid-tlrs5sjMDs .content-wrapper {
    padding-right: 3rem;
  }
  .cid-tlrs5sjMDs h4 {
    right: 2rem;
  }
}
.cid-tlrvChU4Sa {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f8f8f8;
}
.cid-tlrvChU4Sa .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-tlrvChU4Sa H2 {
  color: #36404c;
}
.cid-tlrvChU4Sa H3 {
  color: #36404c;
}
.cid-tlrvChU4Sa .mbr-text,
.cid-tlrvChU4Sa .mbr-section-btn {
  color: #767676;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-tlrvChU4Sa .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-tlrvChU4Sa img {
  filter: invert(0.5);
  width: auto;
}
.cid-tlrq62DOzj {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #f8f8f8;
}
.cid-tlrq62DOzj .mbr-section-title {
  font-weight: 900;
  letter-spacing: 0.1em;
  text-align: left;
}
.cid-tlrq62DOzj .mbr-section-subtitle {
  color: #444444;
  letter-spacing: 0.03em;
  text-align: left;
}
.cid-tlrq62DOzj .form-control {
  padding: 8px 15px 8px 15px;
  border-color: #cccccc;
  border-radius: 0px !important;
  background-color: #ffffff;
}
.cid-tlrq62DOzj .container-table {
  margin: 0 auto;
}
.cid-tlrq62DOzj .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-tlrq62DOzj .dataTables_wrapper {
  display: block;
}
.cid-tlrq62DOzj .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-tlrq62DOzj .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-tlrq62DOzj table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-tlrq62DOzj table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-tlrq62DOzj table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-tlrq62DOzj table td {
  border-top: 1px solid #cccccc;
}
.cid-tlrq62DOzj table.table {
  background: #ffffff;
}
.cid-tlrq62DOzj .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-tlrq62DOzj .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-tlrq62DOzj .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-tlrq62DOzj .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-tlrq62DOzj .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-tlrq62DOzj .dataTables_filter {
    text-align: center;
  }
  .cid-tlrq62DOzj .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-tlrq62DOzj .head-item {
  text-align: left;
}
.cid-tlrq62DOzj .body-item {
  text-align: left;
}
.cid-tlrL3rGZla {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #f8f8f8;
}
.cid-tlrL3rGZla .mbr-section-title {
  font-weight: 900;
  letter-spacing: 0.1em;
  text-align: left;
}
.cid-tlrL3rGZla .mbr-section-subtitle {
  color: #444444;
  letter-spacing: 0.03em;
  text-align: left;
}
.cid-tlrL3rGZla .form-control {
  padding: 8px 15px 8px 15px;
  border-color: #cccccc;
  border-radius: 0px !important;
  background-color: #ffffff;
}
.cid-tlrL3rGZla .container-table {
  margin: 0 auto;
}
.cid-tlrL3rGZla .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-tlrL3rGZla .dataTables_wrapper {
  display: block;
}
.cid-tlrL3rGZla .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-tlrL3rGZla .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-tlrL3rGZla table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-tlrL3rGZla table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-tlrL3rGZla table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-tlrL3rGZla table td {
  border-top: 1px solid #cccccc;
}
.cid-tlrL3rGZla table.table {
  background: #ffffff;
}
.cid-tlrL3rGZla .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-tlrL3rGZla .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-tlrL3rGZla .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-tlrL3rGZla .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-tlrL3rGZla .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-tlrL3rGZla .dataTables_filter {
    text-align: center;
  }
  .cid-tlrL3rGZla .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-tlrL3rGZla .head-item {
  text-align: left;
}
.cid-tlrL3rGZla .body-item {
  text-align: left;
}
.cid-tQieqkZ4r5 {
  padding-top: 60px;
  padding-bottom: 75px;
  background: #ffffff;
}
.cid-tQieqkZ4r5 .mbr-section-subtitle {
  color: #cccccc;
}
.cid-tQieqkZ4r5 h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 2rem;
  letter-spacing: 4px;
}
.cid-tQieqkZ4r5 h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tQieqkZ4r5 h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tQieqkZ4r5 .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #767676;
  margin: 15px 0.5rem;
  display: block;
}
.cid-tQieqkZ4r5 .mbr-iconfont-social:before {
  padding: 0.6rem;
  border: 2px solid;
  border-radius: 100px;
  transition: all 0.3s;
}
.cid-tQieqkZ4r5 .mbr-iconfont-social:hover {
  color: #ffffff;
}
.cid-tQieqkZ4r5 .mbr-iconfont-social:hover:before {
  background: #767676;
  transition: all 0.3s;
  border-color: transparent;
}
.cid-tQieqkZ4r5 .social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-tQieqkZ4r5 .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-tQieqkZ4r5 .mbr-iconfont-social {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
  }
}
.cid-tQieqkZ4r5 .mbr-section-title,
.cid-tQieqkZ4r5 .social-list {
  color: #124ad6;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tQieqkZ4r5 h2:before,
  .cid-tQieqkZ4r5 h2:after {
    display: none;
  }
}
.cid-tQieqkZ4r5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQieqkZ4r5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxLlSCVMaT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #918787;
}
.cid-uxLlSCVMaT .container-fluid {
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 992px) {
  .cid-uxLlSCVMaT .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uxLlSCVMaT .row {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #7F8678;
  border-top: 1px solid #7F8678;
  margin-top: -1px;
}
.cid-uxLlSCVMaT .footer-item {
  display: flex;
  flex-direction: column;
  padding: 22px 30px;
  border-bottom: 1px solid #7F8678;
  margin-bottom: -1px;
}
@media (min-width: 768px) {
  .cid-uxLlSCVMaT .footer-item:nth-child(odd) {
    border-right: 1px solid #7F8678;
  }
}
@media (min-width: 1200px) {
  .cid-uxLlSCVMaT .footer-item:not(:last-child) {
    border-right: 1px solid #7F8678;
  }
}
.cid-uxLlSCVMaT .mbr-text {
  color: #000000;
}
.cid-uxLlSCVMaT .link a {
  color: #3d3d3d;
}
.cid-uxLlSCVMaT .copyright {
  color: #000000;
  text-align: right;
}
.cid-uxLlSCVMaT .text {
  color: #000000;
}
.cid-uxLlSCVMaT .mbr-form-container {
  margin-top: 12px;
}
.cid-uxLlSCVMaT .form-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-end;
}
.cid-uxLlSCVMaT form .row {
  margin: 0;
  border: none !important;
}
.cid-uxLlSCVMaT form .mbr-section-btn {
  width: auto;
  padding: 0;
  height: auto;
}
.cid-uxLlSCVMaT form .mbr-section-btn .btn {
  padding: 0;
  height: auto;
  min-height: auto;
  border-radius: 0;
  border-bottom: 2px solid currentColor;
  transition: 1s;
}
.cid-uxLlSCVMaT .copyright-container {
  margin-top: auto;
}
.cid-uxLlSCVMaT .link {
  color: #000000;
}
.cid-uxLlSCVMaT .label {
  color: #f8c842;
}
.cid-tkHjFkdWkn {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tkHjFkdWkn .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-tkHjFkdWkn .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-tkHjFkdWkn .iconfont-wrapper {
  color: #103178 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-tkHjFkdWkn .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-tkHjFkdWkn .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-tkHjFkdWkn .container {
    padding: 0 1rem;
  }
}
.cid-tkHjFkdWkn .menu-tite {
  background: #232323;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffc800;
}
.cid-tkHjFkdWkn .nav-link {
  position: relative;
}
.cid-tkHjFkdWkn .nav-link:hover {
  color: #f24d94 !important;
}
.cid-tkHjFkdWkn nav.navbar {
  position: fixed;
}
.cid-tkHjFkdWkn .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tkHjFkdWkn .navbar.opened {
  transition: all 0.3s;
}
.cid-tkHjFkdWkn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tkHjFkdWkn .navbar .navbar-logo img {
  width: auto;
}
.cid-tkHjFkdWkn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tkHjFkdWkn .navbar.collapsed {
  justify-content: center;
}
.cid-tkHjFkdWkn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tkHjFkdWkn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tkHjFkdWkn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-tkHjFkdWkn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tkHjFkdWkn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tkHjFkdWkn .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tkHjFkdWkn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tkHjFkdWkn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tkHjFkdWkn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tkHjFkdWkn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tkHjFkdWkn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tkHjFkdWkn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tkHjFkdWkn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tkHjFkdWkn .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tkHjFkdWkn .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tkHjFkdWkn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tkHjFkdWkn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tkHjFkdWkn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tkHjFkdWkn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tkHjFkdWkn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tkHjFkdWkn .navbar.navbar-short {
  min-height: 60px;
}
.cid-tkHjFkdWkn .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tkHjFkdWkn .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tkHjFkdWkn .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tkHjFkdWkn .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tkHjFkdWkn .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tkHjFkdWkn .dropdown-item:hover,
.cid-tkHjFkdWkn .dropdown-item:focus {
  background: #232323 !important;
  color: white !important;
}
.cid-tkHjFkdWkn .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tkHjFkdWkn .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tkHjFkdWkn .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-tkHjFkdWkn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tkHjFkdWkn .dropdown-menu,
.cid-tkHjFkdWkn .navbar.opened {
  background: #ffffff !important;
}
.cid-tkHjFkdWkn .nav-item:focus,
.cid-tkHjFkdWkn .nav-link:focus {
  outline: none;
}
.cid-tkHjFkdWkn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tkHjFkdWkn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tkHjFkdWkn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tkHjFkdWkn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tkHjFkdWkn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tkHjFkdWkn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tkHjFkdWkn .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tkHjFkdWkn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tkHjFkdWkn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tkHjFkdWkn .dropdown-item.active,
.cid-tkHjFkdWkn .dropdown-item:active {
  background-color: transparent;
}
.cid-tkHjFkdWkn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tkHjFkdWkn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tkHjFkdWkn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tkHjFkdWkn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tkHjFkdWkn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tkHjFkdWkn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tkHjFkdWkn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tkHjFkdWkn .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tkHjFkdWkn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tkHjFkdWkn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tkHjFkdWkn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tkHjFkdWkn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tkHjFkdWkn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tkHjFkdWkn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tkHjFkdWkn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tkHjFkdWkn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tkHjFkdWkn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tkHjFkdWkn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tkHjFkdWkn .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tkHjFkdWkn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tkHjFkdWkn .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tkHjFkdWkn .navbar {
    height: 70px;
  }
  .cid-tkHjFkdWkn .navbar.opened {
    height: auto;
  }
  .cid-tkHjFkdWkn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uyqorPWyPQ {
  display: flex;
  padding-top: 30px;
  padding-bottom: 0px;
  background: linear-gradient(to bottom, #d2d2df, #f8f8f8);
}
@media (min-width: 768px) {
  .cid-uyqorPWyPQ {
    align-items: flex-start;
  }
  .cid-uyqorPWyPQ .row {
    justify-content: flex-start;
  }
}
.cid-uyqorPWyPQ .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uyqorPWyPQ .mbr-text,
.cid-uyqorPWyPQ .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uyqorPWyPQ .mbr-section-title,
.cid-uyqorPWyPQ .line {
  color: #484848;
}
.cid-uyqorPWyPQ h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uyqorPWyPQ h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uyqorPWyPQ .mbr-section-subtitle,
.cid-uyqorPWyPQ .align {
  text-align: left;
  color: #232323;
}
.cid-uyqyjb7sdK {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr.jpg");
}
.cid-uyqyjb7sdK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyqyjb7sdK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyqyjb7sdK .mbr-section-subtitle {
  border-radius: 1rem;
  border: 1px solid currentColor;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
  color: #000000;
}
.cid-uyqyjb7sdK .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uyqyjb7sdK .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uyqyjb7sdK .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  border: 1px solid lightgray;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-uyqyjb7sdK .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uyqyjb7sdK .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #000000;
  margin-bottom: 1rem;
  width: 60px;
  justify-content: center;
  align-items: center;
  background: #d9db4d;
  height: 60px;
  border-radius: 50%;
}
.cid-uyqyjb7sdK .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uyqyjb7sdK .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uyqyjb7sdK .card-box .item-footer {
  margin-top: auto;
}
.cid-uyqyjb7sdK .content-head {
  max-width: 800px;
}
.cid-uyqyjb7sdK .mbr-section-subtitle,
.cid-uyqyjb7sdK .subtitle-wrap,
.cid-uyqyjb7sdK .mbr-section-btn {
  text-align: left;
}
.cid-uyqoPHeJNG {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edeff0;
}
.cid-uyqoPHeJNG .nav-tabs .nav-item.open .nav-link:focus,
.cid-uyqoPHeJNG .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-uyqoPHeJNG .nav {
  display: block;
}
.cid-uyqoPHeJNG .nav-tabs {
  border: none;
  justify-content: center;
  display: flex;
}
.cid-uyqoPHeJNG .nav-item {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uyqoPHeJNG .nav-item {
    width: max-content;
    margin: 0;
  }
}
.cid-uyqoPHeJNG .nav-tabs .nav-link {
  transition: all 0.5s;
  border-radius: 6px !important;
  border: none;
}
.cid-uyqoPHeJNG .nav-tabs .nav-link:not(.active) {
  color: #000000;
}
.cid-uyqoPHeJNG .nav-link,
.cid-uyqoPHeJNG .nav-link.active {
  padding: 0.8rem 2rem;
  background-color: transparent;
  font-weight: bold;
}
.cid-uyqoPHeJNG .nav-tabs .nav-link.active {
  background: #403f83;
  color: #ffffff;
}
.cid-uyqoPHeJNG H4 {
  text-align: center;
}
.cid-uyqoPHeJNG H3 {
  text-align: left;
  color: #000000;
}
.cid-uyqoPHeJNG P {
  color: #353535;
}
.cid-uyqoPHeJNG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyqoPHeJNG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQic9kGQlk {
  padding-top: 60px;
  padding-bottom: 75px;
  background: #ffffff;
}
.cid-tQic9kGQlk .mbr-section-subtitle {
  color: #cccccc;
}
.cid-tQic9kGQlk h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 2rem;
  letter-spacing: 4px;
}
.cid-tQic9kGQlk h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tQic9kGQlk h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tQic9kGQlk .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #767676;
  margin: 15px 0.5rem;
  display: block;
}
.cid-tQic9kGQlk .mbr-iconfont-social:before {
  padding: 0.6rem;
  border: 2px solid;
  border-radius: 100px;
  transition: all 0.3s;
}
.cid-tQic9kGQlk .mbr-iconfont-social:hover {
  color: #ffffff;
}
.cid-tQic9kGQlk .mbr-iconfont-social:hover:before {
  background: #767676;
  transition: all 0.3s;
  border-color: transparent;
}
.cid-tQic9kGQlk .social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-tQic9kGQlk .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-tQic9kGQlk .mbr-iconfont-social {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
  }
}
.cid-tQic9kGQlk .mbr-section-title,
.cid-tQic9kGQlk .social-list {
  color: #124ad6;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tQic9kGQlk h2:before,
  .cid-tQic9kGQlk h2:after {
    display: none;
  }
}
.cid-tQic9kGQlk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQic9kGQlk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxLlSCVMaT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #918787;
}
.cid-uxLlSCVMaT .container-fluid {
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 992px) {
  .cid-uxLlSCVMaT .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uxLlSCVMaT .row {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #7F8678;
  border-top: 1px solid #7F8678;
  margin-top: -1px;
}
.cid-uxLlSCVMaT .footer-item {
  display: flex;
  flex-direction: column;
  padding: 22px 30px;
  border-bottom: 1px solid #7F8678;
  margin-bottom: -1px;
}
@media (min-width: 768px) {
  .cid-uxLlSCVMaT .footer-item:nth-child(odd) {
    border-right: 1px solid #7F8678;
  }
}
@media (min-width: 1200px) {
  .cid-uxLlSCVMaT .footer-item:not(:last-child) {
    border-right: 1px solid #7F8678;
  }
}
.cid-uxLlSCVMaT .mbr-text {
  color: #000000;
}
.cid-uxLlSCVMaT .link a {
  color: #3d3d3d;
}
.cid-uxLlSCVMaT .copyright {
  color: #000000;
  text-align: right;
}
.cid-uxLlSCVMaT .text {
  color: #000000;
}
.cid-uxLlSCVMaT .mbr-form-container {
  margin-top: 12px;
}
.cid-uxLlSCVMaT .form-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-end;
}
.cid-uxLlSCVMaT form .row {
  margin: 0;
  border: none !important;
}
.cid-uxLlSCVMaT form .mbr-section-btn {
  width: auto;
  padding: 0;
  height: auto;
}
.cid-uxLlSCVMaT form .mbr-section-btn .btn {
  padding: 0;
  height: auto;
  min-height: auto;
  border-radius: 0;
  border-bottom: 2px solid currentColor;
  transition: 1s;
}
.cid-uxLlSCVMaT .copyright-container {
  margin-top: auto;
}
.cid-uxLlSCVMaT .link {
  color: #000000;
}
.cid-uxLlSCVMaT .label {
  color: #f8c842;
}
.cid-t8HwvgIhoj {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t8HwvgIhoj .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-t8HwvgIhoj .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-t8HwvgIhoj .iconfont-wrapper {
  color: #103178 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-t8HwvgIhoj .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-t8HwvgIhoj .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-t8HwvgIhoj .container {
    padding: 0 1rem;
  }
}
.cid-t8HwvgIhoj .menu-tite {
  background: #232323;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffc800;
}
.cid-t8HwvgIhoj .nav-link {
  position: relative;
}
.cid-t8HwvgIhoj .nav-link:hover {
  color: #f24d94 !important;
}
.cid-t8HwvgIhoj nav.navbar {
  position: fixed;
}
.cid-t8HwvgIhoj .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-t8HwvgIhoj .navbar.opened {
  transition: all 0.3s;
}
.cid-t8HwvgIhoj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t8HwvgIhoj .navbar .navbar-logo img {
  width: auto;
}
.cid-t8HwvgIhoj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t8HwvgIhoj .navbar.collapsed {
  justify-content: center;
}
.cid-t8HwvgIhoj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t8HwvgIhoj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t8HwvgIhoj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-t8HwvgIhoj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t8HwvgIhoj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t8HwvgIhoj .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t8HwvgIhoj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t8HwvgIhoj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t8HwvgIhoj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t8HwvgIhoj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t8HwvgIhoj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t8HwvgIhoj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t8HwvgIhoj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t8HwvgIhoj .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t8HwvgIhoj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t8HwvgIhoj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t8HwvgIhoj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t8HwvgIhoj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t8HwvgIhoj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t8HwvgIhoj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t8HwvgIhoj .navbar.navbar-short {
  min-height: 60px;
}
.cid-t8HwvgIhoj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t8HwvgIhoj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t8HwvgIhoj .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t8HwvgIhoj .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t8HwvgIhoj .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t8HwvgIhoj .dropdown-item:hover,
.cid-t8HwvgIhoj .dropdown-item:focus {
  background: #232323 !important;
  color: white !important;
}
.cid-t8HwvgIhoj .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t8HwvgIhoj .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t8HwvgIhoj .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-t8HwvgIhoj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t8HwvgIhoj .dropdown-menu,
.cid-t8HwvgIhoj .navbar.opened {
  background: #ffffff !important;
}
.cid-t8HwvgIhoj .nav-item:focus,
.cid-t8HwvgIhoj .nav-link:focus {
  outline: none;
}
.cid-t8HwvgIhoj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t8HwvgIhoj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t8HwvgIhoj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t8HwvgIhoj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t8HwvgIhoj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t8HwvgIhoj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t8HwvgIhoj .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t8HwvgIhoj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t8HwvgIhoj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t8HwvgIhoj .dropdown-item.active,
.cid-t8HwvgIhoj .dropdown-item:active {
  background-color: transparent;
}
.cid-t8HwvgIhoj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t8HwvgIhoj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t8HwvgIhoj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t8HwvgIhoj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-t8HwvgIhoj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t8HwvgIhoj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t8HwvgIhoj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t8HwvgIhoj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t8HwvgIhoj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t8HwvgIhoj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-t8HwvgIhoj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t8HwvgIhoj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t8HwvgIhoj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t8HwvgIhoj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t8HwvgIhoj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t8HwvgIhoj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t8HwvgIhoj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t8HwvgIhoj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t8HwvgIhoj .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t8HwvgIhoj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t8HwvgIhoj .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t8HwvgIhoj .navbar {
    height: 70px;
  }
  .cid-t8HwvgIhoj .navbar.opened {
    height: auto;
  }
  .cid-t8HwvgIhoj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ujjWPED8CD {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #f8f8f8;
}
.cid-ujjWPED8CD .item-wrapper {
  padding-bottom: 24px;
  padding-bottom: 75px;
}
@media (max-width: 991px) {
  .cid-ujjWPED8CD .item-wrapper {
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-ujjWPED8CD .item-wrapper {
    padding-bottom: 30px;
  }
}
.cid-ujjWPED8CD .item-wrapper:hover .mbr-section-title a {
  color: #f2684b !important;
}
.cid-ujjWPED8CD .mbr-section-title,
.cid-ujjWPED8CD .card_topic {
  margin-bottom: 12px;
}
.cid-ujjWPED8CD .author_post {
  margin-right: 25px;
  display: inline-block;
  white-space: nowrap;
}
.cid-ujjWPED8CD .card_post {
  display: inline-flex;
  align-items: center;
  position: relative;
  margin-top: 30px;
}
.cid-ujjWPED8CD .image_post {
  display: inline-block;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-ujjWPED8CD .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.cid-ujjWPED8CD .category_content,
.cid-ujjWPED8CD .date,
.cid-ujjWPED8CD .name_author {
  opacity: .8;
}
.cid-ujjWPED8CD .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #f2684b;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-ujjWPED8CD .mbr-text {
  margin: 25px 0;
  padding-left: 25px;
  border-left: 5px solid #f14105;
}
.cid-ujjWPED8CD .item-img,
.cid-ujjWPED8CD img {
  width: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.cid-ujjWPED8CD .item-img {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-ujjWPED8CD .item-img {
    margin-bottom: 20px;
  }
}
.cid-ujjWPED8CD .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-ujjWPED8CD .mbr-section-btn .btn-secondary-outline:hover,
.cid-ujjWPED8CD .mbr-section-btn .btn-secondary-outline .active,
.cid-ujjWPED8CD .mbr-section-btn .btn-secondary-outline:focus {
  color: #232323 !important;
}
.cid-ujjWPED8CD .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujjWPED8CD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uODRvOiWA5 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f8f8f8;
  z-index: 2;
}
.cid-uODRvOiWA5 .row {
  justify-content: space-between;
}
.cid-uODRvOiWA5 .wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-uODRvOiWA5 .wrapper .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uODRvOiWA5 .wrapper .icon-wrapper {
  width: 60px;
  height: 60px;
  background: #ffffff;
  border-radius: 8px;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uODRvOiWA5 .wrapper .icon-wrapper {
    margin: 0 0.5rem;
  }
}
.cid-uODRvOiWA5 .wrapper .icon1 {
  color: #6592e6;
}
.cid-uODRvOiWA5 .wrapper .icon2 {
  color: #72dfe9;
}
.cid-uODRvOiWA5 .wrapper .icon3 {
  color: #ff6666;
}
.cid-uODRvOiWA5 .wrapper .border1 {
  border: 2px solid #efefef;
}
.cid-uODRvOiWA5 .wrapper .border1:hover {
  border: 2px solid #6592e6;
}
.cid-uODRvOiWA5 .wrapper .border2 {
  border: 2px solid #efefef;
}
.cid-uODRvOiWA5 .wrapper .border2:hover {
  border: 2px solid #72dfe9;
}
.cid-uODRvOiWA5 .wrapper .border3 {
  border: 2px solid #efefef;
}
.cid-uODRvOiWA5 .wrapper .border3:hover {
  border: 2px solid #ff6666;
}
@media (max-width: 767px) {
  .cid-uODRvOiWA5 .wrapper {
    justify-content: center;
  }
}
.cid-uODRvOiWA5 .link-wrapper {
  align-items: center;
  display: flex;
}
.cid-uODRvOiWA5 .link-wrapper p {
  padding: 0;
  margin: 0;
  padding-left: 0.5rem;
}
.cid-uODRvOiWA5 .inline-wrapper {
  display: inline-block;
}
.cid-uODRvOiWA5 .align-wrapper {
  width: 100%;
}
.cid-uODRvOiWA5 .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #1c1c25 inset;
  border-radius: 4px;
  min-width: 20px;
  width: 20px;
  align-items: center;
  display: flex;
  height: 20px;
  margin: 0 0.4rem;
  justify-content: center;
  transition: all 0.3s;
}
.cid-uODRvOiWA5 .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-uODRvOiWA5 .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-uODRvOiWA5 .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-uODRvOiWA5 .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: .5rem;
  font-weight: 900;
  color: #1c1c25;
}
.cid-uODRvOiWA5 .icon-bg {
  position: absolute;
  overflow: visible;
  top: 3px;
  right: -3px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 4px;
  background: #ffb18a;
}
.cid-uODRvOiWA5 img {
  border-radius: 8px;
}
.cid-uODRvOiWA5 .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-uODRvOiWA5 .mbr-section-subtitle {
  color: #767676;
}
.cid-uODRvOiWA5 .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-uODRvOiWA5 .card-text {
  color: #767676;
}
.cid-uODRvOiWA5 .main-sub-title,
.cid-uODRvOiWA5 .align-wrapper {
  color: #33358c;
}
.cid-uODRvOiWA5 .main-text {
  color: #777d74;
}
.cid-uODRvOiWA5 .hover:hover .main-text-title {
  color: #f2684b !important;
}
.cid-uODRvOiWA5 .main-text-title {
  color: #232323;
  transition: all 0.3s;
}
.cid-uODRvOiWA5 .main-text,
.cid-uODRvOiWA5 .link-align-wrapper {
  color: #232323;
}
.cid-uRWYduDSdV {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f8f8f8;
  z-index: 2;
}
.cid-uRWYduDSdV .row {
  justify-content: space-between;
}
.cid-uRWYduDSdV .wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-uRWYduDSdV .wrapper .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uRWYduDSdV .wrapper .icon-wrapper {
  width: 60px;
  height: 60px;
  background: #ffffff;
  border-radius: 8px;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uRWYduDSdV .wrapper .icon-wrapper {
    margin: 0 0.5rem;
  }
}
.cid-uRWYduDSdV .wrapper .icon1 {
  color: #6592e6;
}
.cid-uRWYduDSdV .wrapper .icon2 {
  color: #72dfe9;
}
.cid-uRWYduDSdV .wrapper .icon3 {
  color: #ff6666;
}
.cid-uRWYduDSdV .wrapper .border1 {
  border: 2px solid #efefef;
}
.cid-uRWYduDSdV .wrapper .border1:hover {
  border: 2px solid #6592e6;
}
.cid-uRWYduDSdV .wrapper .border2 {
  border: 2px solid #efefef;
}
.cid-uRWYduDSdV .wrapper .border2:hover {
  border: 2px solid #72dfe9;
}
.cid-uRWYduDSdV .wrapper .border3 {
  border: 2px solid #efefef;
}
.cid-uRWYduDSdV .wrapper .border3:hover {
  border: 2px solid #ff6666;
}
@media (max-width: 767px) {
  .cid-uRWYduDSdV .wrapper {
    justify-content: center;
  }
}
.cid-uRWYduDSdV .link-wrapper {
  align-items: center;
  display: flex;
}
.cid-uRWYduDSdV .link-wrapper p {
  padding: 0;
  margin: 0;
  padding-left: 0.5rem;
}
.cid-uRWYduDSdV .inline-wrapper {
  display: inline-block;
}
.cid-uRWYduDSdV .align-wrapper {
  width: 100%;
}
.cid-uRWYduDSdV .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #1c1c25 inset;
  border-radius: 4px;
  min-width: 20px;
  width: 20px;
  align-items: center;
  display: flex;
  height: 20px;
  margin: 0 0.4rem;
  justify-content: center;
  transition: all 0.3s;
}
.cid-uRWYduDSdV .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-uRWYduDSdV .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-uRWYduDSdV .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-uRWYduDSdV .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: .5rem;
  font-weight: 900;
  color: #1c1c25;
}
.cid-uRWYduDSdV .icon-bg {
  position: absolute;
  overflow: visible;
  top: 3px;
  right: -3px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 4px;
  background: #ffb18a;
}
.cid-uRWYduDSdV img {
  border-radius: 8px;
}
.cid-uRWYduDSdV .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-uRWYduDSdV .mbr-section-subtitle {
  color: #767676;
}
.cid-uRWYduDSdV .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-uRWYduDSdV .card-text {
  color: #767676;
}
.cid-uRWYduDSdV .main-sub-title,
.cid-uRWYduDSdV .align-wrapper {
  color: #33358c;
}
.cid-uRWYduDSdV .main-text {
  color: #777d74;
}
.cid-uRWYduDSdV .hover:hover .main-text-title {
  color: #f2684b !important;
}
.cid-uRWYduDSdV .main-text-title {
  color: #232323;
  transition: all 0.3s;
}
.cid-uRWYduDSdV .main-text,
.cid-uRWYduDSdV .link-align-wrapper {
  color: #232323;
}
.cid-uRKIeYTX8w {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f8f8f8;
  z-index: 2;
}
.cid-uRKIeYTX8w .row {
  justify-content: space-between;
}
.cid-uRKIeYTX8w .wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-uRKIeYTX8w .wrapper .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uRKIeYTX8w .wrapper .icon-wrapper {
  width: 60px;
  height: 60px;
  background: #ffffff;
  border-radius: 8px;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uRKIeYTX8w .wrapper .icon-wrapper {
    margin: 0 0.5rem;
  }
}
.cid-uRKIeYTX8w .wrapper .icon1 {
  color: #6592e6;
}
.cid-uRKIeYTX8w .wrapper .icon2 {
  color: #72dfe9;
}
.cid-uRKIeYTX8w .wrapper .icon3 {
  color: #ff6666;
}
.cid-uRKIeYTX8w .wrapper .border1 {
  border: 2px solid #efefef;
}
.cid-uRKIeYTX8w .wrapper .border1:hover {
  border: 2px solid #6592e6;
}
.cid-uRKIeYTX8w .wrapper .border2 {
  border: 2px solid #efefef;
}
.cid-uRKIeYTX8w .wrapper .border2:hover {
  border: 2px solid #72dfe9;
}
.cid-uRKIeYTX8w .wrapper .border3 {
  border: 2px solid #efefef;
}
.cid-uRKIeYTX8w .wrapper .border3:hover {
  border: 2px solid #ff6666;
}
@media (max-width: 767px) {
  .cid-uRKIeYTX8w .wrapper {
    justify-content: center;
  }
}
.cid-uRKIeYTX8w .link-wrapper {
  align-items: center;
  display: flex;
}
.cid-uRKIeYTX8w .link-wrapper p {
  padding: 0;
  margin: 0;
  padding-left: 0.5rem;
}
.cid-uRKIeYTX8w .inline-wrapper {
  display: inline-block;
}
.cid-uRKIeYTX8w .align-wrapper {
  width: 100%;
}
.cid-uRKIeYTX8w .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #1c1c25 inset;
  border-radius: 4px;
  min-width: 20px;
  width: 20px;
  align-items: center;
  display: flex;
  height: 20px;
  margin: 0 0.4rem;
  justify-content: center;
  transition: all 0.3s;
}
.cid-uRKIeYTX8w .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-uRKIeYTX8w .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-uRKIeYTX8w .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-uRKIeYTX8w .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: .5rem;
  font-weight: 900;
  color: #1c1c25;
}
.cid-uRKIeYTX8w .icon-bg {
  position: absolute;
  overflow: visible;
  top: 3px;
  right: -3px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 4px;
  background: #ffb18a;
}
.cid-uRKIeYTX8w img {
  border-radius: 8px;
}
.cid-uRKIeYTX8w .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-uRKIeYTX8w .mbr-section-subtitle {
  color: #767676;
}
.cid-uRKIeYTX8w .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-uRKIeYTX8w .card-text {
  color: #767676;
}
.cid-uRKIeYTX8w .main-sub-title,
.cid-uRKIeYTX8w .align-wrapper {
  color: #33358c;
}
.cid-uRKIeYTX8w .main-text {
  color: #777d74;
}
.cid-uRKIeYTX8w .hover:hover .main-text-title {
  color: #f2684b !important;
}
.cid-uRKIeYTX8w .main-text-title {
  color: #232323;
  transition: all 0.3s;
}
.cid-uRKIeYTX8w .main-text,
.cid-uRKIeYTX8w .link-align-wrapper {
  color: #232323;
}
.cid-uD7pKrL5lM {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f8f8f8;
  z-index: 2;
}
.cid-uD7pKrL5lM .row {
  justify-content: space-between;
}
.cid-uD7pKrL5lM .wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-uD7pKrL5lM .wrapper .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uD7pKrL5lM .wrapper .icon-wrapper {
  width: 60px;
  height: 60px;
  background: #ffffff;
  border-radius: 8px;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uD7pKrL5lM .wrapper .icon-wrapper {
    margin: 0 0.5rem;
  }
}
.cid-uD7pKrL5lM .wrapper .icon1 {
  color: #6592e6;
}
.cid-uD7pKrL5lM .wrapper .icon2 {
  color: #72dfe9;
}
.cid-uD7pKrL5lM .wrapper .icon3 {
  color: #ff6666;
}
.cid-uD7pKrL5lM .wrapper .border1 {
  border: 2px solid #efefef;
}
.cid-uD7pKrL5lM .wrapper .border1:hover {
  border: 2px solid #6592e6;
}
.cid-uD7pKrL5lM .wrapper .border2 {
  border: 2px solid #efefef;
}
.cid-uD7pKrL5lM .wrapper .border2:hover {
  border: 2px solid #72dfe9;
}
.cid-uD7pKrL5lM .wrapper .border3 {
  border: 2px solid #efefef;
}
.cid-uD7pKrL5lM .wrapper .border3:hover {
  border: 2px solid #ff6666;
}
@media (max-width: 767px) {
  .cid-uD7pKrL5lM .wrapper {
    justify-content: center;
  }
}
.cid-uD7pKrL5lM .link-wrapper {
  align-items: center;
  display: flex;
}
.cid-uD7pKrL5lM .link-wrapper p {
  padding: 0;
  margin: 0;
  padding-left: 0.5rem;
}
.cid-uD7pKrL5lM .inline-wrapper {
  display: inline-block;
}
.cid-uD7pKrL5lM .align-wrapper {
  width: 100%;
}
.cid-uD7pKrL5lM .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #1c1c25 inset;
  border-radius: 4px;
  min-width: 20px;
  width: 20px;
  align-items: center;
  display: flex;
  height: 20px;
  margin: 0 0.4rem;
  justify-content: center;
  transition: all 0.3s;
}
.cid-uD7pKrL5lM .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-uD7pKrL5lM .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-uD7pKrL5lM .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-uD7pKrL5lM .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: .5rem;
  font-weight: 900;
  color: #1c1c25;
}
.cid-uD7pKrL5lM .icon-bg {
  position: absolute;
  overflow: visible;
  top: 3px;
  right: -3px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 4px;
  background: #ffb18a;
}
.cid-uD7pKrL5lM img {
  border-radius: 8px;
}
.cid-uD7pKrL5lM .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-uD7pKrL5lM .mbr-section-subtitle {
  color: #767676;
}
.cid-uD7pKrL5lM .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-uD7pKrL5lM .card-text {
  color: #767676;
}
.cid-uD7pKrL5lM .main-sub-title,
.cid-uD7pKrL5lM .align-wrapper {
  color: #33358c;
}
.cid-uD7pKrL5lM .main-text {
  color: #777d74;
}
.cid-uD7pKrL5lM .hover:hover .main-text-title {
  color: #f2684b !important;
}
.cid-uD7pKrL5lM .main-text-title {
  color: #232323;
  transition: all 0.3s;
}
.cid-uD7pKrL5lM .main-text,
.cid-uD7pKrL5lM .link-align-wrapper {
  color: #232323;
}
.cid-uQe0EJKBir {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f8f8f8;
  z-index: 2;
}
.cid-uQe0EJKBir .row {
  justify-content: space-between;
}
.cid-uQe0EJKBir .wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-uQe0EJKBir .wrapper .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uQe0EJKBir .wrapper .icon-wrapper {
  width: 60px;
  height: 60px;
  background: #ffffff;
  border-radius: 8px;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uQe0EJKBir .wrapper .icon-wrapper {
    margin: 0 0.5rem;
  }
}
.cid-uQe0EJKBir .wrapper .icon1 {
  color: #6592e6;
}
.cid-uQe0EJKBir .wrapper .icon2 {
  color: #72dfe9;
}
.cid-uQe0EJKBir .wrapper .icon3 {
  color: #ff6666;
}
.cid-uQe0EJKBir .wrapper .border1 {
  border: 2px solid #efefef;
}
.cid-uQe0EJKBir .wrapper .border1:hover {
  border: 2px solid #6592e6;
}
.cid-uQe0EJKBir .wrapper .border2 {
  border: 2px solid #efefef;
}
.cid-uQe0EJKBir .wrapper .border2:hover {
  border: 2px solid #72dfe9;
}
.cid-uQe0EJKBir .wrapper .border3 {
  border: 2px solid #efefef;
}
.cid-uQe0EJKBir .wrapper .border3:hover {
  border: 2px solid #ff6666;
}
@media (max-width: 767px) {
  .cid-uQe0EJKBir .wrapper {
    justify-content: center;
  }
}
.cid-uQe0EJKBir .link-wrapper {
  align-items: center;
  display: flex;
}
.cid-uQe0EJKBir .link-wrapper p {
  padding: 0;
  margin: 0;
  padding-left: 0.5rem;
}
.cid-uQe0EJKBir .inline-wrapper {
  display: inline-block;
}
.cid-uQe0EJKBir .align-wrapper {
  width: 100%;
}
.cid-uQe0EJKBir .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #1c1c25 inset;
  border-radius: 4px;
  min-width: 20px;
  width: 20px;
  align-items: center;
  display: flex;
  height: 20px;
  margin: 0 0.4rem;
  justify-content: center;
  transition: all 0.3s;
}
.cid-uQe0EJKBir .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-uQe0EJKBir .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-uQe0EJKBir .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-uQe0EJKBir .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: .5rem;
  font-weight: 900;
  color: #1c1c25;
}
.cid-uQe0EJKBir .icon-bg {
  position: absolute;
  overflow: visible;
  top: 3px;
  right: -3px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 4px;
  background: #ffb18a;
}
.cid-uQe0EJKBir img {
  border-radius: 8px;
}
.cid-uQe0EJKBir .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-uQe0EJKBir .mbr-section-subtitle {
  color: #767676;
}
.cid-uQe0EJKBir .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-uQe0EJKBir .card-text {
  color: #767676;
}
.cid-uQe0EJKBir .main-sub-title,
.cid-uQe0EJKBir .align-wrapper {
  color: #33358c;
}
.cid-uQe0EJKBir .main-text {
  color: #777d74;
}
.cid-uQe0EJKBir .hover:hover .main-text-title {
  color: #f2684b !important;
}
.cid-uQe0EJKBir .main-text-title {
  color: #232323;
  transition: all 0.3s;
}
.cid-uQe0EJKBir .main-text,
.cid-uQe0EJKBir .link-align-wrapper {
  color: #232323;
}
.cid-uOsE8ABn5c {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f8f8f8;
  z-index: 2;
}
.cid-uOsE8ABn5c .row {
  justify-content: space-between;
}
.cid-uOsE8ABn5c .wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-uOsE8ABn5c .wrapper .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uOsE8ABn5c .wrapper .icon-wrapper {
  width: 60px;
  height: 60px;
  background: #ffffff;
  border-radius: 8px;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uOsE8ABn5c .wrapper .icon-wrapper {
    margin: 0 0.5rem;
  }
}
.cid-uOsE8ABn5c .wrapper .icon1 {
  color: #6592e6;
}
.cid-uOsE8ABn5c .wrapper .icon2 {
  color: #72dfe9;
}
.cid-uOsE8ABn5c .wrapper .icon3 {
  color: #ff6666;
}
.cid-uOsE8ABn5c .wrapper .border1 {
  border: 2px solid #efefef;
}
.cid-uOsE8ABn5c .wrapper .border1:hover {
  border: 2px solid #6592e6;
}
.cid-uOsE8ABn5c .wrapper .border2 {
  border: 2px solid #efefef;
}
.cid-uOsE8ABn5c .wrapper .border2:hover {
  border: 2px solid #72dfe9;
}
.cid-uOsE8ABn5c .wrapper .border3 {
  border: 2px solid #efefef;
}
.cid-uOsE8ABn5c .wrapper .border3:hover {
  border: 2px solid #ff6666;
}
@media (max-width: 767px) {
  .cid-uOsE8ABn5c .wrapper {
    justify-content: center;
  }
}
.cid-uOsE8ABn5c .link-wrapper {
  align-items: center;
  display: flex;
}
.cid-uOsE8ABn5c .link-wrapper p {
  padding: 0;
  margin: 0;
  padding-left: 0.5rem;
}
.cid-uOsE8ABn5c .inline-wrapper {
  display: inline-block;
}
.cid-uOsE8ABn5c .align-wrapper {
  width: 100%;
}
.cid-uOsE8ABn5c .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #1c1c25 inset;
  border-radius: 4px;
  min-width: 20px;
  width: 20px;
  align-items: center;
  display: flex;
  height: 20px;
  margin: 0 0.4rem;
  justify-content: center;
  transition: all 0.3s;
}
.cid-uOsE8ABn5c .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-uOsE8ABn5c .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-uOsE8ABn5c .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-uOsE8ABn5c .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: .5rem;
  font-weight: 900;
  color: #1c1c25;
}
.cid-uOsE8ABn5c .icon-bg {
  position: absolute;
  overflow: visible;
  top: 3px;
  right: -3px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 4px;
  background: #ffb18a;
}
.cid-uOsE8ABn5c img {
  border-radius: 8px;
}
.cid-uOsE8ABn5c .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-uOsE8ABn5c .mbr-section-subtitle {
  color: #767676;
}
.cid-uOsE8ABn5c .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-uOsE8ABn5c .card-text {
  color: #767676;
}
.cid-uOsE8ABn5c .main-sub-title,
.cid-uOsE8ABn5c .align-wrapper {
  color: #33358c;
}
.cid-uOsE8ABn5c .main-text {
  color: #777d74;
}
.cid-uOsE8ABn5c .hover:hover .main-text-title {
  color: #f2684b !important;
}
.cid-uOsE8ABn5c .main-text-title {
  color: #232323;
  transition: all 0.3s;
}
.cid-uOsE8ABn5c .main-text,
.cid-uOsE8ABn5c .link-align-wrapper {
  color: #232323;
}
.cid-uOsAVq0S9h {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f8f8f8;
  z-index: 2;
}
.cid-uOsAVq0S9h .row {
  justify-content: space-between;
}
.cid-uOsAVq0S9h .wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-uOsAVq0S9h .wrapper .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uOsAVq0S9h .wrapper .icon-wrapper {
  width: 60px;
  height: 60px;
  background: #ffffff;
  border-radius: 8px;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uOsAVq0S9h .wrapper .icon-wrapper {
    margin: 0 0.5rem;
  }
}
.cid-uOsAVq0S9h .wrapper .icon1 {
  color: #6592e6;
}
.cid-uOsAVq0S9h .wrapper .icon2 {
  color: #72dfe9;
}
.cid-uOsAVq0S9h .wrapper .icon3 {
  color: #ff6666;
}
.cid-uOsAVq0S9h .wrapper .border1 {
  border: 2px solid #efefef;
}
.cid-uOsAVq0S9h .wrapper .border1:hover {
  border: 2px solid #6592e6;
}
.cid-uOsAVq0S9h .wrapper .border2 {
  border: 2px solid #efefef;
}
.cid-uOsAVq0S9h .wrapper .border2:hover {
  border: 2px solid #72dfe9;
}
.cid-uOsAVq0S9h .wrapper .border3 {
  border: 2px solid #efefef;
}
.cid-uOsAVq0S9h .wrapper .border3:hover {
  border: 2px solid #ff6666;
}
@media (max-width: 767px) {
  .cid-uOsAVq0S9h .wrapper {
    justify-content: center;
  }
}
.cid-uOsAVq0S9h .link-wrapper {
  align-items: center;
  display: flex;
}
.cid-uOsAVq0S9h .link-wrapper p {
  padding: 0;
  margin: 0;
  padding-left: 0.5rem;
}
.cid-uOsAVq0S9h .inline-wrapper {
  display: inline-block;
}
.cid-uOsAVq0S9h .align-wrapper {
  width: 100%;
}
.cid-uOsAVq0S9h .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #1c1c25 inset;
  border-radius: 4px;
  min-width: 20px;
  width: 20px;
  align-items: center;
  display: flex;
  height: 20px;
  margin: 0 0.4rem;
  justify-content: center;
  transition: all 0.3s;
}
.cid-uOsAVq0S9h .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-uOsAVq0S9h .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-uOsAVq0S9h .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-uOsAVq0S9h .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: .5rem;
  font-weight: 900;
  color: #1c1c25;
}
.cid-uOsAVq0S9h .icon-bg {
  position: absolute;
  overflow: visible;
  top: 3px;
  right: -3px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 4px;
  background: #ffb18a;
}
.cid-uOsAVq0S9h img {
  border-radius: 8px;
}
.cid-uOsAVq0S9h .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-uOsAVq0S9h .mbr-section-subtitle {
  color: #767676;
}
.cid-uOsAVq0S9h .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-uOsAVq0S9h .card-text {
  color: #767676;
}
.cid-uOsAVq0S9h .main-sub-title,
.cid-uOsAVq0S9h .align-wrapper {
  color: #33358c;
}
.cid-uOsAVq0S9h .main-text {
  color: #777d74;
}
.cid-uOsAVq0S9h .hover:hover .main-text-title {
  color: #f2684b !important;
}
.cid-uOsAVq0S9h .main-text-title {
  color: #232323;
  transition: all 0.3s;
}
.cid-uOsAVq0S9h .main-text,
.cid-uOsAVq0S9h .link-align-wrapper {
  color: #232323;
}
.cid-uL8gbTLBFN {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f8f8f8;
  z-index: 2;
}
.cid-uL8gbTLBFN .row {
  justify-content: space-between;
}
.cid-uL8gbTLBFN .wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-uL8gbTLBFN .wrapper .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uL8gbTLBFN .wrapper .icon-wrapper {
  width: 60px;
  height: 60px;
  background: #ffffff;
  border-radius: 8px;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uL8gbTLBFN .wrapper .icon-wrapper {
    margin: 0 0.5rem;
  }
}
.cid-uL8gbTLBFN .wrapper .icon1 {
  color: #6592e6;
}
.cid-uL8gbTLBFN .wrapper .icon2 {
  color: #72dfe9;
}
.cid-uL8gbTLBFN .wrapper .icon3 {
  color: #ff6666;
}
.cid-uL8gbTLBFN .wrapper .border1 {
  border: 2px solid #efefef;
}
.cid-uL8gbTLBFN .wrapper .border1:hover {
  border: 2px solid #6592e6;
}
.cid-uL8gbTLBFN .wrapper .border2 {
  border: 2px solid #efefef;
}
.cid-uL8gbTLBFN .wrapper .border2:hover {
  border: 2px solid #72dfe9;
}
.cid-uL8gbTLBFN .wrapper .border3 {
  border: 2px solid #efefef;
}
.cid-uL8gbTLBFN .wrapper .border3:hover {
  border: 2px solid #ff6666;
}
@media (max-width: 767px) {
  .cid-uL8gbTLBFN .wrapper {
    justify-content: center;
  }
}
.cid-uL8gbTLBFN .link-wrapper {
  align-items: center;
  display: flex;
}
.cid-uL8gbTLBFN .link-wrapper p {
  padding: 0;
  margin: 0;
  padding-left: 0.5rem;
}
.cid-uL8gbTLBFN .inline-wrapper {
  display: inline-block;
}
.cid-uL8gbTLBFN .align-wrapper {
  width: 100%;
}
.cid-uL8gbTLBFN .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #1c1c25 inset;
  border-radius: 4px;
  min-width: 20px;
  width: 20px;
  align-items: center;
  display: flex;
  height: 20px;
  margin: 0 0.4rem;
  justify-content: center;
  transition: all 0.3s;
}
.cid-uL8gbTLBFN .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-uL8gbTLBFN .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-uL8gbTLBFN .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-uL8gbTLBFN .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: .5rem;
  font-weight: 900;
  color: #1c1c25;
}
.cid-uL8gbTLBFN .icon-bg {
  position: absolute;
  overflow: visible;
  top: 3px;
  right: -3px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 4px;
  background: #ffb18a;
}
.cid-uL8gbTLBFN img {
  border-radius: 8px;
}
.cid-uL8gbTLBFN .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-uL8gbTLBFN .mbr-section-subtitle {
  color: #767676;
}
.cid-uL8gbTLBFN .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-uL8gbTLBFN .card-text {
  color: #767676;
}
.cid-uL8gbTLBFN .main-sub-title,
.cid-uL8gbTLBFN .align-wrapper {
  color: #33358c;
}
.cid-uL8gbTLBFN .main-text {
  color: #777d74;
}
.cid-uL8gbTLBFN .hover:hover .main-text-title {
  color: #f2684b !important;
}
.cid-uL8gbTLBFN .main-text-title {
  color: #232323;
  transition: all 0.3s;
}
.cid-uL8gbTLBFN .main-text,
.cid-uL8gbTLBFN .link-align-wrapper {
  color: #232323;
}
.cid-uL8E8PMk0O {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f8f8f8;
  z-index: 2;
}
.cid-uL8E8PMk0O .row {
  justify-content: space-between;
}
.cid-uL8E8PMk0O .wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-uL8E8PMk0O .wrapper .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uL8E8PMk0O .wrapper .icon-wrapper {
  width: 60px;
  height: 60px;
  background: #ffffff;
  border-radius: 8px;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uL8E8PMk0O .wrapper .icon-wrapper {
    margin: 0 0.5rem;
  }
}
.cid-uL8E8PMk0O .wrapper .icon1 {
  color: #6592e6;
}
.cid-uL8E8PMk0O .wrapper .icon2 {
  color: #72dfe9;
}
.cid-uL8E8PMk0O .wrapper .icon3 {
  color: #ff6666;
}
.cid-uL8E8PMk0O .wrapper .border1 {
  border: 2px solid #efefef;
}
.cid-uL8E8PMk0O .wrapper .border1:hover {
  border: 2px solid #6592e6;
}
.cid-uL8E8PMk0O .wrapper .border2 {
  border: 2px solid #efefef;
}
.cid-uL8E8PMk0O .wrapper .border2:hover {
  border: 2px solid #72dfe9;
}
.cid-uL8E8PMk0O .wrapper .border3 {
  border: 2px solid #efefef;
}
.cid-uL8E8PMk0O .wrapper .border3:hover {
  border: 2px solid #ff6666;
}
@media (max-width: 767px) {
  .cid-uL8E8PMk0O .wrapper {
    justify-content: center;
  }
}
.cid-uL8E8PMk0O .link-wrapper {
  align-items: center;
  display: flex;
}
.cid-uL8E8PMk0O .link-wrapper p {
  padding: 0;
  margin: 0;
  padding-left: 0.5rem;
}
.cid-uL8E8PMk0O .inline-wrapper {
  display: inline-block;
}
.cid-uL8E8PMk0O .align-wrapper {
  width: 100%;
}
.cid-uL8E8PMk0O .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #1c1c25 inset;
  border-radius: 4px;
  min-width: 20px;
  width: 20px;
  align-items: center;
  display: flex;
  height: 20px;
  margin: 0 0.4rem;
  justify-content: center;
  transition: all 0.3s;
}
.cid-uL8E8PMk0O .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-uL8E8PMk0O .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-uL8E8PMk0O .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-uL8E8PMk0O .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: .5rem;
  font-weight: 900;
  color: #1c1c25;
}
.cid-uL8E8PMk0O .icon-bg {
  position: absolute;
  overflow: visible;
  top: 3px;
  right: -3px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 4px;
  background: #ffb18a;
}
.cid-uL8E8PMk0O img {
  border-radius: 8px;
}
.cid-uL8E8PMk0O .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-uL8E8PMk0O .mbr-section-subtitle {
  color: #767676;
}
.cid-uL8E8PMk0O .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-uL8E8PMk0O .card-text {
  color: #767676;
}
.cid-uL8E8PMk0O .main-sub-title,
.cid-uL8E8PMk0O .align-wrapper {
  color: #33358c;
}
.cid-uL8E8PMk0O .main-text {
  color: #777d74;
}
.cid-uL8E8PMk0O .hover:hover .main-text-title {
  color: #f2684b !important;
}
.cid-uL8E8PMk0O .main-text-title {
  color: #232323;
  transition: all 0.3s;
}
.cid-uL8E8PMk0O .main-text,
.cid-uL8E8PMk0O .link-align-wrapper {
  color: #232323;
}
.cid-uLfd95xvyS {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f8f8f8;
  z-index: 2;
}
.cid-uLfd95xvyS .row {
  justify-content: space-between;
}
.cid-uLfd95xvyS .wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-uLfd95xvyS .wrapper .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uLfd95xvyS .wrapper .icon-wrapper {
  width: 60px;
  height: 60px;
  background: #ffffff;
  border-radius: 8px;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uLfd95xvyS .wrapper .icon-wrapper {
    margin: 0 0.5rem;
  }
}
.cid-uLfd95xvyS .wrapper .icon1 {
  color: #6592e6;
}
.cid-uLfd95xvyS .wrapper .icon2 {
  color: #72dfe9;
}
.cid-uLfd95xvyS .wrapper .icon3 {
  color: #ff6666;
}
.cid-uLfd95xvyS .wrapper .border1 {
  border: 2px solid #efefef;
}
.cid-uLfd95xvyS .wrapper .border1:hover {
  border: 2px solid #6592e6;
}
.cid-uLfd95xvyS .wrapper .border2 {
  border: 2px solid #efefef;
}
.cid-uLfd95xvyS .wrapper .border2:hover {
  border: 2px solid #72dfe9;
}
.cid-uLfd95xvyS .wrapper .border3 {
  border: 2px solid #efefef;
}
.cid-uLfd95xvyS .wrapper .border3:hover {
  border: 2px solid #ff6666;
}
@media (max-width: 767px) {
  .cid-uLfd95xvyS .wrapper {
    justify-content: center;
  }
}
.cid-uLfd95xvyS .link-wrapper {
  align-items: center;
  display: flex;
}
.cid-uLfd95xvyS .link-wrapper p {
  padding: 0;
  margin: 0;
  padding-left: 0.5rem;
}
.cid-uLfd95xvyS .inline-wrapper {
  display: inline-block;
}
.cid-uLfd95xvyS .align-wrapper {
  width: 100%;
}
.cid-uLfd95xvyS .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #1c1c25 inset;
  border-radius: 4px;
  min-width: 20px;
  width: 20px;
  align-items: center;
  display: flex;
  height: 20px;
  margin: 0 0.4rem;
  justify-content: center;
  transition: all 0.3s;
}
.cid-uLfd95xvyS .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-uLfd95xvyS .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-uLfd95xvyS .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-uLfd95xvyS .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: .5rem;
  font-weight: 900;
  color: #1c1c25;
}
.cid-uLfd95xvyS .icon-bg {
  position: absolute;
  overflow: visible;
  top: 3px;
  right: -3px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 4px;
  background: #ffb18a;
}
.cid-uLfd95xvyS img {
  border-radius: 8px;
}
.cid-uLfd95xvyS .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-uLfd95xvyS .mbr-section-subtitle {
  color: #767676;
}
.cid-uLfd95xvyS .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-uLfd95xvyS .card-text {
  color: #767676;
}
.cid-uLfd95xvyS .main-sub-title,
.cid-uLfd95xvyS .align-wrapper {
  color: #33358c;
}
.cid-uLfd95xvyS .main-text {
  color: #777d74;
}
.cid-uLfd95xvyS .hover:hover .main-text-title {
  color: #f2684b !important;
}
.cid-uLfd95xvyS .main-text-title {
  color: #232323;
  transition: all 0.3s;
}
.cid-uLfd95xvyS .main-text,
.cid-uLfd95xvyS .link-align-wrapper {
  color: #232323;
}
.cid-uJ53zlvcap {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f8f8f8;
  z-index: 2;
}
.cid-uJ53zlvcap .row {
  justify-content: space-between;
}
.cid-uJ53zlvcap .wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-uJ53zlvcap .wrapper .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uJ53zlvcap .wrapper .icon-wrapper {
  width: 60px;
  height: 60px;
  background: #ffffff;
  border-radius: 8px;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uJ53zlvcap .wrapper .icon-wrapper {
    margin: 0 0.5rem;
  }
}
.cid-uJ53zlvcap .wrapper .icon1 {
  color: #6592e6;
}
.cid-uJ53zlvcap .wrapper .icon2 {
  color: #72dfe9;
}
.cid-uJ53zlvcap .wrapper .icon3 {
  color: #ff6666;
}
.cid-uJ53zlvcap .wrapper .border1 {
  border: 2px solid #efefef;
}
.cid-uJ53zlvcap .wrapper .border1:hover {
  border: 2px solid #6592e6;
}
.cid-uJ53zlvcap .wrapper .border2 {
  border: 2px solid #efefef;
}
.cid-uJ53zlvcap .wrapper .border2:hover {
  border: 2px solid #72dfe9;
}
.cid-uJ53zlvcap .wrapper .border3 {
  border: 2px solid #efefef;
}
.cid-uJ53zlvcap .wrapper .border3:hover {
  border: 2px solid #ff6666;
}
@media (max-width: 767px) {
  .cid-uJ53zlvcap .wrapper {
    justify-content: center;
  }
}
.cid-uJ53zlvcap .link-wrapper {
  align-items: center;
  display: flex;
}
.cid-uJ53zlvcap .link-wrapper p {
  padding: 0;
  margin: 0;
  padding-left: 0.5rem;
}
.cid-uJ53zlvcap .inline-wrapper {
  display: inline-block;
}
.cid-uJ53zlvcap .align-wrapper {
  width: 100%;
}
.cid-uJ53zlvcap .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #1c1c25 inset;
  border-radius: 4px;
  min-width: 20px;
  width: 20px;
  align-items: center;
  display: flex;
  height: 20px;
  margin: 0 0.4rem;
  justify-content: center;
  transition: all 0.3s;
}
.cid-uJ53zlvcap .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-uJ53zlvcap .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-uJ53zlvcap .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-uJ53zlvcap .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: .5rem;
  font-weight: 900;
  color: #1c1c25;
}
.cid-uJ53zlvcap .icon-bg {
  position: absolute;
  overflow: visible;
  top: 3px;
  right: -3px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 4px;
  background: #ffb18a;
}
.cid-uJ53zlvcap img {
  border-radius: 8px;
}
.cid-uJ53zlvcap .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-uJ53zlvcap .mbr-section-subtitle {
  color: #767676;
}
.cid-uJ53zlvcap .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-uJ53zlvcap .card-text {
  color: #767676;
}
.cid-uJ53zlvcap .main-sub-title,
.cid-uJ53zlvcap .align-wrapper {
  color: #33358c;
}
.cid-uJ53zlvcap .main-text {
  color: #777d74;
}
.cid-uJ53zlvcap .hover:hover .main-text-title {
  color: #f2684b !important;
}
.cid-uJ53zlvcap .main-text-title {
  color: #232323;
  transition: all 0.3s;
}
.cid-uJ53zlvcap .main-text,
.cid-uJ53zlvcap .link-align-wrapper {
  color: #232323;
}
.cid-uCEkFpZWW9 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f8f8f8;
  z-index: 2;
}
.cid-uCEkFpZWW9 .row {
  justify-content: space-between;
}
.cid-uCEkFpZWW9 .wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-uCEkFpZWW9 .wrapper .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uCEkFpZWW9 .wrapper .icon-wrapper {
  width: 60px;
  height: 60px;
  background: #ffffff;
  border-radius: 8px;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uCEkFpZWW9 .wrapper .icon-wrapper {
    margin: 0 0.5rem;
  }
}
.cid-uCEkFpZWW9 .wrapper .icon1 {
  color: #6592e6;
}
.cid-uCEkFpZWW9 .wrapper .icon2 {
  color: #72dfe9;
}
.cid-uCEkFpZWW9 .wrapper .icon3 {
  color: #ff6666;
}
.cid-uCEkFpZWW9 .wrapper .border1 {
  border: 2px solid #efefef;
}
.cid-uCEkFpZWW9 .wrapper .border1:hover {
  border: 2px solid #6592e6;
}
.cid-uCEkFpZWW9 .wrapper .border2 {
  border: 2px solid #efefef;
}
.cid-uCEkFpZWW9 .wrapper .border2:hover {
  border: 2px solid #72dfe9;
}
.cid-uCEkFpZWW9 .wrapper .border3 {
  border: 2px solid #efefef;
}
.cid-uCEkFpZWW9 .wrapper .border3:hover {
  border: 2px solid #ff6666;
}
@media (max-width: 767px) {
  .cid-uCEkFpZWW9 .wrapper {
    justify-content: center;
  }
}
.cid-uCEkFpZWW9 .link-wrapper {
  align-items: center;
  display: flex;
}
.cid-uCEkFpZWW9 .link-wrapper p {
  padding: 0;
  margin: 0;
  padding-left: 0.5rem;
}
.cid-uCEkFpZWW9 .inline-wrapper {
  display: inline-block;
}
.cid-uCEkFpZWW9 .align-wrapper {
  width: 100%;
}
.cid-uCEkFpZWW9 .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #1c1c25 inset;
  border-radius: 4px;
  min-width: 20px;
  width: 20px;
  align-items: center;
  display: flex;
  height: 20px;
  margin: 0 0.4rem;
  justify-content: center;
  transition: all 0.3s;
}
.cid-uCEkFpZWW9 .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-uCEkFpZWW9 .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-uCEkFpZWW9 .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-uCEkFpZWW9 .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: .5rem;
  font-weight: 900;
  color: #1c1c25;
}
.cid-uCEkFpZWW9 .icon-bg {
  position: absolute;
  overflow: visible;
  top: 3px;
  right: -3px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 4px;
  background: #ffb18a;
}
.cid-uCEkFpZWW9 img {
  border-radius: 8px;
}
.cid-uCEkFpZWW9 .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-uCEkFpZWW9 .mbr-section-subtitle {
  color: #767676;
}
.cid-uCEkFpZWW9 .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-uCEkFpZWW9 .card-text {
  color: #767676;
}
.cid-uCEkFpZWW9 .main-sub-title,
.cid-uCEkFpZWW9 .align-wrapper {
  color: #33358c;
}
.cid-uCEkFpZWW9 .main-text {
  color: #777d74;
}
.cid-uCEkFpZWW9 .hover:hover .main-text-title {
  color: #f2684b !important;
}
.cid-uCEkFpZWW9 .main-text-title {
  color: #232323;
  transition: all 0.3s;
}
.cid-uCEkFpZWW9 .main-text,
.cid-uCEkFpZWW9 .link-align-wrapper {
  color: #232323;
}
.cid-uyqLUlxEYc {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f8f8f8;
  z-index: 2;
}
.cid-uyqLUlxEYc .row {
  justify-content: space-between;
}
.cid-uyqLUlxEYc .wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-uyqLUlxEYc .wrapper .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uyqLUlxEYc .wrapper .icon-wrapper {
  width: 60px;
  height: 60px;
  background: #ffffff;
  border-radius: 8px;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uyqLUlxEYc .wrapper .icon-wrapper {
    margin: 0 0.5rem;
  }
}
.cid-uyqLUlxEYc .wrapper .icon1 {
  color: #6592e6;
}
.cid-uyqLUlxEYc .wrapper .icon2 {
  color: #72dfe9;
}
.cid-uyqLUlxEYc .wrapper .icon3 {
  color: #ff6666;
}
.cid-uyqLUlxEYc .wrapper .border1 {
  border: 2px solid #efefef;
}
.cid-uyqLUlxEYc .wrapper .border1:hover {
  border: 2px solid #6592e6;
}
.cid-uyqLUlxEYc .wrapper .border2 {
  border: 2px solid #efefef;
}
.cid-uyqLUlxEYc .wrapper .border2:hover {
  border: 2px solid #72dfe9;
}
.cid-uyqLUlxEYc .wrapper .border3 {
  border: 2px solid #efefef;
}
.cid-uyqLUlxEYc .wrapper .border3:hover {
  border: 2px solid #ff6666;
}
@media (max-width: 767px) {
  .cid-uyqLUlxEYc .wrapper {
    justify-content: center;
  }
}
.cid-uyqLUlxEYc .link-wrapper {
  align-items: center;
  display: flex;
}
.cid-uyqLUlxEYc .link-wrapper p {
  padding: 0;
  margin: 0;
  padding-left: 0.5rem;
}
.cid-uyqLUlxEYc .inline-wrapper {
  display: inline-block;
}
.cid-uyqLUlxEYc .align-wrapper {
  width: 100%;
}
.cid-uyqLUlxEYc .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #1c1c25 inset;
  border-radius: 4px;
  min-width: 20px;
  width: 20px;
  align-items: center;
  display: flex;
  height: 20px;
  margin: 0 0.4rem;
  justify-content: center;
  transition: all 0.3s;
}
.cid-uyqLUlxEYc .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-uyqLUlxEYc .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-uyqLUlxEYc .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-uyqLUlxEYc .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: .5rem;
  font-weight: 900;
  color: #1c1c25;
}
.cid-uyqLUlxEYc .icon-bg {
  position: absolute;
  overflow: visible;
  top: 3px;
  right: -3px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 4px;
  background: #ffb18a;
}
.cid-uyqLUlxEYc img {
  border-radius: 8px;
}
.cid-uyqLUlxEYc .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-uyqLUlxEYc .mbr-section-subtitle {
  color: #767676;
}
.cid-uyqLUlxEYc .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-uyqLUlxEYc .card-text {
  color: #767676;
}
.cid-uyqLUlxEYc .main-sub-title,
.cid-uyqLUlxEYc .align-wrapper {
  color: #33358c;
}
.cid-uyqLUlxEYc .main-text {
  color: #777d74;
}
.cid-uyqLUlxEYc .hover:hover .main-text-title {
  color: #f2684b !important;
}
.cid-uyqLUlxEYc .main-text-title {
  color: #232323;
  transition: all 0.3s;
}
.cid-uyqLUlxEYc .main-text,
.cid-uyqLUlxEYc .link-align-wrapper {
  color: #232323;
}
.cid-uyqN7Q7p1J {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f8f8f8;
  z-index: 2;
}
.cid-uyqN7Q7p1J .row {
  justify-content: space-between;
}
.cid-uyqN7Q7p1J .wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-uyqN7Q7p1J .wrapper .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uyqN7Q7p1J .wrapper .icon-wrapper {
  width: 60px;
  height: 60px;
  background: #ffffff;
  border-radius: 8px;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uyqN7Q7p1J .wrapper .icon-wrapper {
    margin: 0 0.5rem;
  }
}
.cid-uyqN7Q7p1J .wrapper .icon1 {
  color: #6592e6;
}
.cid-uyqN7Q7p1J .wrapper .icon2 {
  color: #72dfe9;
}
.cid-uyqN7Q7p1J .wrapper .icon3 {
  color: #ff6666;
}
.cid-uyqN7Q7p1J .wrapper .border1 {
  border: 2px solid #efefef;
}
.cid-uyqN7Q7p1J .wrapper .border1:hover {
  border: 2px solid #6592e6;
}
.cid-uyqN7Q7p1J .wrapper .border2 {
  border: 2px solid #efefef;
}
.cid-uyqN7Q7p1J .wrapper .border2:hover {
  border: 2px solid #72dfe9;
}
.cid-uyqN7Q7p1J .wrapper .border3 {
  border: 2px solid #efefef;
}
.cid-uyqN7Q7p1J .wrapper .border3:hover {
  border: 2px solid #ff6666;
}
@media (max-width: 767px) {
  .cid-uyqN7Q7p1J .wrapper {
    justify-content: center;
  }
}
.cid-uyqN7Q7p1J .link-wrapper {
  align-items: center;
  display: flex;
}
.cid-uyqN7Q7p1J .link-wrapper p {
  padding: 0;
  margin: 0;
  padding-left: 0.5rem;
}
.cid-uyqN7Q7p1J .inline-wrapper {
  display: inline-block;
}
.cid-uyqN7Q7p1J .align-wrapper {
  width: 100%;
}
.cid-uyqN7Q7p1J .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #1c1c25 inset;
  border-radius: 4px;
  min-width: 20px;
  width: 20px;
  align-items: center;
  display: flex;
  height: 20px;
  margin: 0 0.4rem;
  justify-content: center;
  transition: all 0.3s;
}
.cid-uyqN7Q7p1J .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-uyqN7Q7p1J .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-uyqN7Q7p1J .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-uyqN7Q7p1J .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: .5rem;
  font-weight: 900;
  color: #1c1c25;
}
.cid-uyqN7Q7p1J .icon-bg {
  position: absolute;
  overflow: visible;
  top: 3px;
  right: -3px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 4px;
  background: #ffb18a;
}
.cid-uyqN7Q7p1J img {
  border-radius: 8px;
}
.cid-uyqN7Q7p1J .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-uyqN7Q7p1J .mbr-section-subtitle {
  color: #767676;
}
.cid-uyqN7Q7p1J .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-uyqN7Q7p1J .card-text {
  color: #767676;
}
.cid-uyqN7Q7p1J .main-sub-title,
.cid-uyqN7Q7p1J .align-wrapper {
  color: #33358c;
}
.cid-uyqN7Q7p1J .main-text {
  color: #777d74;
}
.cid-uyqN7Q7p1J .hover:hover .main-text-title {
  color: #f2684b !important;
}
.cid-uyqN7Q7p1J .main-text-title {
  color: #232323;
  transition: all 0.3s;
}
.cid-uyqN7Q7p1J .main-text,
.cid-uyqN7Q7p1J .link-align-wrapper {
  color: #232323;
}
.cid-uyqNrqZg5w {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f8f8f8;
  z-index: 2;
}
.cid-uyqNrqZg5w .row {
  justify-content: space-between;
}
.cid-uyqNrqZg5w .wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-uyqNrqZg5w .wrapper .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uyqNrqZg5w .wrapper .icon-wrapper {
  width: 60px;
  height: 60px;
  background: #ffffff;
  border-radius: 8px;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uyqNrqZg5w .wrapper .icon-wrapper {
    margin: 0 0.5rem;
  }
}
.cid-uyqNrqZg5w .wrapper .icon1 {
  color: #6592e6;
}
.cid-uyqNrqZg5w .wrapper .icon2 {
  color: #72dfe9;
}
.cid-uyqNrqZg5w .wrapper .icon3 {
  color: #ff6666;
}
.cid-uyqNrqZg5w .wrapper .border1 {
  border: 2px solid #efefef;
}
.cid-uyqNrqZg5w .wrapper .border1:hover {
  border: 2px solid #6592e6;
}
.cid-uyqNrqZg5w .wrapper .border2 {
  border: 2px solid #efefef;
}
.cid-uyqNrqZg5w .wrapper .border2:hover {
  border: 2px solid #72dfe9;
}
.cid-uyqNrqZg5w .wrapper .border3 {
  border: 2px solid #efefef;
}
.cid-uyqNrqZg5w .wrapper .border3:hover {
  border: 2px solid #ff6666;
}
@media (max-width: 767px) {
  .cid-uyqNrqZg5w .wrapper {
    justify-content: center;
  }
}
.cid-uyqNrqZg5w .link-wrapper {
  align-items: center;
  display: flex;
}
.cid-uyqNrqZg5w .link-wrapper p {
  padding: 0;
  margin: 0;
  padding-left: 0.5rem;
}
.cid-uyqNrqZg5w .inline-wrapper {
  display: inline-block;
}
.cid-uyqNrqZg5w .align-wrapper {
  width: 100%;
}
.cid-uyqNrqZg5w .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #1c1c25 inset;
  border-radius: 4px;
  min-width: 20px;
  width: 20px;
  align-items: center;
  display: flex;
  height: 20px;
  margin: 0 0.4rem;
  justify-content: center;
  transition: all 0.3s;
}
.cid-uyqNrqZg5w .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-uyqNrqZg5w .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-uyqNrqZg5w .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-uyqNrqZg5w .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: .5rem;
  font-weight: 900;
  color: #1c1c25;
}
.cid-uyqNrqZg5w .icon-bg {
  position: absolute;
  overflow: visible;
  top: 3px;
  right: -3px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 4px;
  background: #ffb18a;
}
.cid-uyqNrqZg5w img {
  border-radius: 8px;
}
.cid-uyqNrqZg5w .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-uyqNrqZg5w .mbr-section-subtitle {
  color: #767676;
}
.cid-uyqNrqZg5w .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-uyqNrqZg5w .card-text {
  color: #767676;
}
.cid-uyqNrqZg5w .main-sub-title,
.cid-uyqNrqZg5w .align-wrapper {
  color: #33358c;
}
.cid-uyqNrqZg5w .main-text {
  color: #777d74;
}
.cid-uyqNrqZg5w .hover:hover .main-text-title {
  color: #f2684b !important;
}
.cid-uyqNrqZg5w .main-text-title {
  color: #232323;
  transition: all 0.3s;
}
.cid-uyqNrqZg5w .main-text,
.cid-uyqNrqZg5w .link-align-wrapper {
  color: #232323;
}
.cid-uw3UJeQFX0 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f8f8f8;
  z-index: 2;
}
.cid-uw3UJeQFX0 .row {
  justify-content: space-between;
}
.cid-uw3UJeQFX0 .wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-uw3UJeQFX0 .wrapper .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uw3UJeQFX0 .wrapper .icon-wrapper {
  width: 60px;
  height: 60px;
  background: #ffffff;
  border-radius: 8px;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uw3UJeQFX0 .wrapper .icon-wrapper {
    margin: 0 0.5rem;
  }
}
.cid-uw3UJeQFX0 .wrapper .icon1 {
  color: #6592e6;
}
.cid-uw3UJeQFX0 .wrapper .icon2 {
  color: #72dfe9;
}
.cid-uw3UJeQFX0 .wrapper .icon3 {
  color: #ff6666;
}
.cid-uw3UJeQFX0 .wrapper .border1 {
  border: 2px solid #efefef;
}
.cid-uw3UJeQFX0 .wrapper .border1:hover {
  border: 2px solid #6592e6;
}
.cid-uw3UJeQFX0 .wrapper .border2 {
  border: 2px solid #efefef;
}
.cid-uw3UJeQFX0 .wrapper .border2:hover {
  border: 2px solid #72dfe9;
}
.cid-uw3UJeQFX0 .wrapper .border3 {
  border: 2px solid #efefef;
}
.cid-uw3UJeQFX0 .wrapper .border3:hover {
  border: 2px solid #ff6666;
}
@media (max-width: 767px) {
  .cid-uw3UJeQFX0 .wrapper {
    justify-content: center;
  }
}
.cid-uw3UJeQFX0 .link-wrapper {
  align-items: center;
  display: flex;
}
.cid-uw3UJeQFX0 .link-wrapper p {
  padding: 0;
  margin: 0;
  padding-left: 0.5rem;
}
.cid-uw3UJeQFX0 .inline-wrapper {
  display: inline-block;
}
.cid-uw3UJeQFX0 .align-wrapper {
  width: 100%;
}
.cid-uw3UJeQFX0 .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #1c1c25 inset;
  border-radius: 4px;
  min-width: 20px;
  width: 20px;
  align-items: center;
  display: flex;
  height: 20px;
  margin: 0 0.4rem;
  justify-content: center;
  transition: all 0.3s;
}
.cid-uw3UJeQFX0 .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-uw3UJeQFX0 .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-uw3UJeQFX0 .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-uw3UJeQFX0 .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: .5rem;
  font-weight: 900;
  color: #1c1c25;
}
.cid-uw3UJeQFX0 .icon-bg {
  position: absolute;
  overflow: visible;
  top: 3px;
  right: -3px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 4px;
  background: #ffb18a;
}
.cid-uw3UJeQFX0 img {
  border-radius: 8px;
}
.cid-uw3UJeQFX0 .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-uw3UJeQFX0 .mbr-section-subtitle {
  color: #767676;
}
.cid-uw3UJeQFX0 .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-uw3UJeQFX0 .card-text {
  color: #767676;
}
.cid-uw3UJeQFX0 .main-sub-title,
.cid-uw3UJeQFX0 .align-wrapper {
  color: #33358c;
}
.cid-uw3UJeQFX0 .main-text {
  color: #777d74;
}
.cid-uw3UJeQFX0 .hover:hover .main-text-title {
  color: #f2684b !important;
}
.cid-uw3UJeQFX0 .main-text-title {
  color: #232323;
  transition: all 0.3s;
}
.cid-uw3UJeQFX0 .main-text,
.cid-uw3UJeQFX0 .link-align-wrapper {
  color: #232323;
}
.cid-urweAnpKKv {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f8f8f8;
  z-index: 2;
}
.cid-urweAnpKKv .row {
  justify-content: space-between;
}
.cid-urweAnpKKv .wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-urweAnpKKv .wrapper .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-urweAnpKKv .wrapper .icon-wrapper {
  width: 60px;
  height: 60px;
  background: #ffffff;
  border-radius: 8px;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-urweAnpKKv .wrapper .icon-wrapper {
    margin: 0 0.5rem;
  }
}
.cid-urweAnpKKv .wrapper .icon1 {
  color: #6592e6;
}
.cid-urweAnpKKv .wrapper .icon2 {
  color: #72dfe9;
}
.cid-urweAnpKKv .wrapper .icon3 {
  color: #ff6666;
}
.cid-urweAnpKKv .wrapper .border1 {
  border: 2px solid #efefef;
}
.cid-urweAnpKKv .wrapper .border1:hover {
  border: 2px solid #6592e6;
}
.cid-urweAnpKKv .wrapper .border2 {
  border: 2px solid #efefef;
}
.cid-urweAnpKKv .wrapper .border2:hover {
  border: 2px solid #72dfe9;
}
.cid-urweAnpKKv .wrapper .border3 {
  border: 2px solid #efefef;
}
.cid-urweAnpKKv .wrapper .border3:hover {
  border: 2px solid #ff6666;
}
@media (max-width: 767px) {
  .cid-urweAnpKKv .wrapper {
    justify-content: center;
  }
}
.cid-urweAnpKKv .link-wrapper {
  align-items: center;
  display: flex;
}
.cid-urweAnpKKv .link-wrapper p {
  padding: 0;
  margin: 0;
  padding-left: 0.5rem;
}
.cid-urweAnpKKv .inline-wrapper {
  display: inline-block;
}
.cid-urweAnpKKv .align-wrapper {
  width: 100%;
}
.cid-urweAnpKKv .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #1c1c25 inset;
  border-radius: 4px;
  min-width: 20px;
  width: 20px;
  align-items: center;
  display: flex;
  height: 20px;
  margin: 0 0.4rem;
  justify-content: center;
  transition: all 0.3s;
}
.cid-urweAnpKKv .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-urweAnpKKv .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-urweAnpKKv .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-urweAnpKKv .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: .5rem;
  font-weight: 900;
  color: #1c1c25;
}
.cid-urweAnpKKv .icon-bg {
  position: absolute;
  overflow: visible;
  top: 3px;
  right: -3px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 4px;
  background: #ffb18a;
}
.cid-urweAnpKKv img {
  border-radius: 8px;
}
.cid-urweAnpKKv .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-urweAnpKKv .mbr-section-subtitle {
  color: #767676;
}
.cid-urweAnpKKv .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-urweAnpKKv .card-text {
  color: #767676;
}
.cid-urweAnpKKv .main-sub-title,
.cid-urweAnpKKv .align-wrapper {
  color: #33358c;
}
.cid-urweAnpKKv .main-text {
  color: #777d74;
}
.cid-urweAnpKKv .hover:hover .main-text-title {
  color: #f2684b !important;
}
.cid-urweAnpKKv .main-text-title {
  color: #232323;
  transition: all 0.3s;
}
.cid-urweAnpKKv .main-text,
.cid-urweAnpKKv .link-align-wrapper {
  color: #232323;
}
.cid-unb11WS2ht {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f8f8f8;
  z-index: 2;
}
.cid-unb11WS2ht .row {
  justify-content: space-between;
}
.cid-unb11WS2ht .wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-unb11WS2ht .wrapper .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-unb11WS2ht .wrapper .icon-wrapper {
  width: 60px;
  height: 60px;
  background: #ffffff;
  border-radius: 8px;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-unb11WS2ht .wrapper .icon-wrapper {
    margin: 0 0.5rem;
  }
}
.cid-unb11WS2ht .wrapper .icon1 {
  color: #6592e6;
}
.cid-unb11WS2ht .wrapper .icon2 {
  color: #72dfe9;
}
.cid-unb11WS2ht .wrapper .icon3 {
  color: #ff6666;
}
.cid-unb11WS2ht .wrapper .border1 {
  border: 2px solid #efefef;
}
.cid-unb11WS2ht .wrapper .border1:hover {
  border: 2px solid #6592e6;
}
.cid-unb11WS2ht .wrapper .border2 {
  border: 2px solid #efefef;
}
.cid-unb11WS2ht .wrapper .border2:hover {
  border: 2px solid #72dfe9;
}
.cid-unb11WS2ht .wrapper .border3 {
  border: 2px solid #efefef;
}
.cid-unb11WS2ht .wrapper .border3:hover {
  border: 2px solid #ff6666;
}
@media (max-width: 767px) {
  .cid-unb11WS2ht .wrapper {
    justify-content: center;
  }
}
.cid-unb11WS2ht .link-wrapper {
  align-items: center;
  display: flex;
}
.cid-unb11WS2ht .link-wrapper p {
  padding: 0;
  margin: 0;
  padding-left: 0.5rem;
}
.cid-unb11WS2ht .inline-wrapper {
  display: inline-block;
}
.cid-unb11WS2ht .align-wrapper {
  width: 100%;
}
.cid-unb11WS2ht .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #1c1c25 inset;
  border-radius: 4px;
  min-width: 20px;
  width: 20px;
  align-items: center;
  display: flex;
  height: 20px;
  margin: 0 0.4rem;
  justify-content: center;
  transition: all 0.3s;
}
.cid-unb11WS2ht .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-unb11WS2ht .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-unb11WS2ht .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-unb11WS2ht .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: .5rem;
  font-weight: 900;
  color: #1c1c25;
}
.cid-unb11WS2ht .icon-bg {
  position: absolute;
  overflow: visible;
  top: 3px;
  right: -3px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 4px;
  background: #ffb18a;
}
.cid-unb11WS2ht img {
  border-radius: 8px;
}
.cid-unb11WS2ht .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-unb11WS2ht .mbr-section-subtitle {
  color: #767676;
}
.cid-unb11WS2ht .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-unb11WS2ht .card-text {
  color: #767676;
}
.cid-unb11WS2ht .main-sub-title,
.cid-unb11WS2ht .align-wrapper {
  color: #33358c;
}
.cid-unb11WS2ht .main-text {
  color: #777d74;
}
.cid-unb11WS2ht .hover:hover .main-text-title {
  color: #f2684b !important;
}
.cid-unb11WS2ht .main-text-title {
  color: #232323;
  transition: all 0.3s;
}
.cid-unb11WS2ht .main-text,
.cid-unb11WS2ht .link-align-wrapper {
  color: #232323;
}
.cid-ukhjGXPrL5 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f8f8f8;
  z-index: 2;
}
.cid-ukhjGXPrL5 .row {
  justify-content: space-between;
}
.cid-ukhjGXPrL5 .wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-ukhjGXPrL5 .wrapper .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-ukhjGXPrL5 .wrapper .icon-wrapper {
  width: 60px;
  height: 60px;
  background: #ffffff;
  border-radius: 8px;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-ukhjGXPrL5 .wrapper .icon-wrapper {
    margin: 0 0.5rem;
  }
}
.cid-ukhjGXPrL5 .wrapper .icon1 {
  color: #6592e6;
}
.cid-ukhjGXPrL5 .wrapper .icon2 {
  color: #72dfe9;
}
.cid-ukhjGXPrL5 .wrapper .icon3 {
  color: #ff6666;
}
.cid-ukhjGXPrL5 .wrapper .border1 {
  border: 2px solid #efefef;
}
.cid-ukhjGXPrL5 .wrapper .border1:hover {
  border: 2px solid #6592e6;
}
.cid-ukhjGXPrL5 .wrapper .border2 {
  border: 2px solid #efefef;
}
.cid-ukhjGXPrL5 .wrapper .border2:hover {
  border: 2px solid #72dfe9;
}
.cid-ukhjGXPrL5 .wrapper .border3 {
  border: 2px solid #efefef;
}
.cid-ukhjGXPrL5 .wrapper .border3:hover {
  border: 2px solid #ff6666;
}
@media (max-width: 767px) {
  .cid-ukhjGXPrL5 .wrapper {
    justify-content: center;
  }
}
.cid-ukhjGXPrL5 .link-wrapper {
  align-items: center;
  display: flex;
}
.cid-ukhjGXPrL5 .link-wrapper p {
  padding: 0;
  margin: 0;
  padding-left: 0.5rem;
}
.cid-ukhjGXPrL5 .inline-wrapper {
  display: inline-block;
}
.cid-ukhjGXPrL5 .align-wrapper {
  width: 100%;
}
.cid-ukhjGXPrL5 .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #1c1c25 inset;
  border-radius: 4px;
  min-width: 20px;
  width: 20px;
  align-items: center;
  display: flex;
  height: 20px;
  margin: 0 0.4rem;
  justify-content: center;
  transition: all 0.3s;
}
.cid-ukhjGXPrL5 .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-ukhjGXPrL5 .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-ukhjGXPrL5 .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-ukhjGXPrL5 .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: .5rem;
  font-weight: 900;
  color: #1c1c25;
}
.cid-ukhjGXPrL5 .icon-bg {
  position: absolute;
  overflow: visible;
  top: 3px;
  right: -3px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 4px;
  background: #ffb18a;
}
.cid-ukhjGXPrL5 img {
  border-radius: 8px;
}
.cid-ukhjGXPrL5 .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-ukhjGXPrL5 .mbr-section-subtitle {
  color: #767676;
}
.cid-ukhjGXPrL5 .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-ukhjGXPrL5 .card-text {
  color: #767676;
}
.cid-ukhjGXPrL5 .main-sub-title,
.cid-ukhjGXPrL5 .align-wrapper {
  color: #33358c;
}
.cid-ukhjGXPrL5 .main-text {
  color: #777d74;
}
.cid-ukhjGXPrL5 .hover:hover .main-text-title {
  color: #f2684b !important;
}
.cid-ukhjGXPrL5 .main-text-title {
  color: #232323;
  transition: all 0.3s;
}
.cid-ukhjGXPrL5 .main-text,
.cid-ukhjGXPrL5 .link-align-wrapper {
  color: #232323;
}
.cid-ujjXog0Z2g {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f8f8f8;
  z-index: 2;
}
.cid-ujjXog0Z2g .row {
  justify-content: space-between;
}
.cid-ujjXog0Z2g .wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-ujjXog0Z2g .wrapper .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-ujjXog0Z2g .wrapper .icon-wrapper {
  width: 60px;
  height: 60px;
  background: #ffffff;
  border-radius: 8px;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-ujjXog0Z2g .wrapper .icon-wrapper {
    margin: 0 0.5rem;
  }
}
.cid-ujjXog0Z2g .wrapper .icon1 {
  color: #6592e6;
}
.cid-ujjXog0Z2g .wrapper .icon2 {
  color: #72dfe9;
}
.cid-ujjXog0Z2g .wrapper .icon3 {
  color: #ff6666;
}
.cid-ujjXog0Z2g .wrapper .border1 {
  border: 2px solid #efefef;
}
.cid-ujjXog0Z2g .wrapper .border1:hover {
  border: 2px solid #6592e6;
}
.cid-ujjXog0Z2g .wrapper .border2 {
  border: 2px solid #efefef;
}
.cid-ujjXog0Z2g .wrapper .border2:hover {
  border: 2px solid #72dfe9;
}
.cid-ujjXog0Z2g .wrapper .border3 {
  border: 2px solid #efefef;
}
.cid-ujjXog0Z2g .wrapper .border3:hover {
  border: 2px solid #ff6666;
}
@media (max-width: 767px) {
  .cid-ujjXog0Z2g .wrapper {
    justify-content: center;
  }
}
.cid-ujjXog0Z2g .link-wrapper {
  align-items: center;
  display: flex;
}
.cid-ujjXog0Z2g .link-wrapper p {
  padding: 0;
  margin: 0;
  padding-left: 0.5rem;
}
.cid-ujjXog0Z2g .inline-wrapper {
  display: inline-block;
}
.cid-ujjXog0Z2g .align-wrapper {
  width: 100%;
}
.cid-ujjXog0Z2g .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #1c1c25 inset;
  border-radius: 4px;
  min-width: 20px;
  width: 20px;
  align-items: center;
  display: flex;
  height: 20px;
  margin: 0 0.4rem;
  justify-content: center;
  transition: all 0.3s;
}
.cid-ujjXog0Z2g .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-ujjXog0Z2g .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-ujjXog0Z2g .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-ujjXog0Z2g .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: .5rem;
  font-weight: 900;
  color: #1c1c25;
}
.cid-ujjXog0Z2g .icon-bg {
  position: absolute;
  overflow: visible;
  top: 3px;
  right: -3px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 4px;
  background: #ffb18a;
}
.cid-ujjXog0Z2g img {
  border-radius: 8px;
}
.cid-ujjXog0Z2g .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-ujjXog0Z2g .mbr-section-subtitle {
  color: #767676;
}
.cid-ujjXog0Z2g .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-ujjXog0Z2g .card-text {
  color: #767676;
}
.cid-ujjXog0Z2g .main-sub-title,
.cid-ujjXog0Z2g .align-wrapper {
  color: #33358c;
}
.cid-ujjXog0Z2g .main-text {
  color: #777d74;
}
.cid-ujjXog0Z2g .hover:hover .main-text-title {
  color: #f2684b !important;
}
.cid-ujjXog0Z2g .main-text-title {
  color: #232323;
  transition: all 0.3s;
}
.cid-ujjXog0Z2g .main-text,
.cid-ujjXog0Z2g .link-align-wrapper {
  color: #232323;
}
.cid-ujjXmnMfFo {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f8f8f8;
  z-index: 2;
}
.cid-ujjXmnMfFo .row {
  justify-content: space-between;
}
.cid-ujjXmnMfFo .wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-ujjXmnMfFo .wrapper .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-ujjXmnMfFo .wrapper .icon-wrapper {
  width: 60px;
  height: 60px;
  background: #ffffff;
  border-radius: 8px;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-ujjXmnMfFo .wrapper .icon-wrapper {
    margin: 0 0.5rem;
  }
}
.cid-ujjXmnMfFo .wrapper .icon1 {
  color: #6592e6;
}
.cid-ujjXmnMfFo .wrapper .icon2 {
  color: #72dfe9;
}
.cid-ujjXmnMfFo .wrapper .icon3 {
  color: #ff6666;
}
.cid-ujjXmnMfFo .wrapper .border1 {
  border: 2px solid #efefef;
}
.cid-ujjXmnMfFo .wrapper .border1:hover {
  border: 2px solid #6592e6;
}
.cid-ujjXmnMfFo .wrapper .border2 {
  border: 2px solid #efefef;
}
.cid-ujjXmnMfFo .wrapper .border2:hover {
  border: 2px solid #72dfe9;
}
.cid-ujjXmnMfFo .wrapper .border3 {
  border: 2px solid #efefef;
}
.cid-ujjXmnMfFo .wrapper .border3:hover {
  border: 2px solid #ff6666;
}
@media (max-width: 767px) {
  .cid-ujjXmnMfFo .wrapper {
    justify-content: center;
  }
}
.cid-ujjXmnMfFo .link-wrapper {
  align-items: center;
  display: flex;
}
.cid-ujjXmnMfFo .link-wrapper p {
  padding: 0;
  margin: 0;
  padding-left: 0.5rem;
}
.cid-ujjXmnMfFo .inline-wrapper {
  display: inline-block;
}
.cid-ujjXmnMfFo .align-wrapper {
  width: 100%;
}
.cid-ujjXmnMfFo .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #1c1c25 inset;
  border-radius: 4px;
  min-width: 20px;
  width: 20px;
  align-items: center;
  display: flex;
  height: 20px;
  margin: 0 0.4rem;
  justify-content: center;
  transition: all 0.3s;
}
.cid-ujjXmnMfFo .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-ujjXmnMfFo .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-ujjXmnMfFo .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-ujjXmnMfFo .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: .5rem;
  font-weight: 900;
  color: #1c1c25;
}
.cid-ujjXmnMfFo .icon-bg {
  position: absolute;
  overflow: visible;
  top: 3px;
  right: -3px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 4px;
  background: #ffb18a;
}
.cid-ujjXmnMfFo img {
  border-radius: 8px;
}
.cid-ujjXmnMfFo .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-ujjXmnMfFo .mbr-section-subtitle {
  color: #767676;
}
.cid-ujjXmnMfFo .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-ujjXmnMfFo .card-text {
  color: #767676;
}
.cid-ujjXmnMfFo .main-sub-title,
.cid-ujjXmnMfFo .align-wrapper {
  color: #33358c;
}
.cid-ujjXmnMfFo .main-text {
  color: #777d74;
}
.cid-ujjXmnMfFo .hover:hover .main-text-title {
  color: #f2684b !important;
}
.cid-ujjXmnMfFo .main-text-title {
  color: #232323;
  transition: all 0.3s;
}
.cid-ujjXmnMfFo .main-text,
.cid-ujjXmnMfFo .link-align-wrapper {
  color: #232323;
}
.cid-ug1fNuzxMV {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f8f8f8;
  z-index: 2;
}
.cid-ug1fNuzxMV .row {
  justify-content: space-between;
}
.cid-ug1fNuzxMV .wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-ug1fNuzxMV .wrapper .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-ug1fNuzxMV .wrapper .icon-wrapper {
  width: 60px;
  height: 60px;
  background: #ffffff;
  border-radius: 8px;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-ug1fNuzxMV .wrapper .icon-wrapper {
    margin: 0 0.5rem;
  }
}
.cid-ug1fNuzxMV .wrapper .icon1 {
  color: #6592e6;
}
.cid-ug1fNuzxMV .wrapper .icon2 {
  color: #72dfe9;
}
.cid-ug1fNuzxMV .wrapper .icon3 {
  color: #ff6666;
}
.cid-ug1fNuzxMV .wrapper .border1 {
  border: 2px solid #efefef;
}
.cid-ug1fNuzxMV .wrapper .border1:hover {
  border: 2px solid #6592e6;
}
.cid-ug1fNuzxMV .wrapper .border2 {
  border: 2px solid #efefef;
}
.cid-ug1fNuzxMV .wrapper .border2:hover {
  border: 2px solid #72dfe9;
}
.cid-ug1fNuzxMV .wrapper .border3 {
  border: 2px solid #efefef;
}
.cid-ug1fNuzxMV .wrapper .border3:hover {
  border: 2px solid #ff6666;
}
@media (max-width: 767px) {
  .cid-ug1fNuzxMV .wrapper {
    justify-content: center;
  }
}
.cid-ug1fNuzxMV .link-wrapper {
  align-items: center;
  display: flex;
}
.cid-ug1fNuzxMV .link-wrapper p {
  padding: 0;
  margin: 0;
  padding-left: 0.5rem;
}
.cid-ug1fNuzxMV .inline-wrapper {
  display: inline-block;
}
.cid-ug1fNuzxMV .align-wrapper {
  width: 100%;
}
.cid-ug1fNuzxMV .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #1c1c25 inset;
  border-radius: 4px;
  min-width: 20px;
  width: 20px;
  align-items: center;
  display: flex;
  height: 20px;
  margin: 0 0.4rem;
  justify-content: center;
  transition: all 0.3s;
}
.cid-ug1fNuzxMV .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-ug1fNuzxMV .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-ug1fNuzxMV .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-ug1fNuzxMV .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: .5rem;
  font-weight: 900;
  color: #1c1c25;
}
.cid-ug1fNuzxMV .icon-bg {
  position: absolute;
  overflow: visible;
  top: 3px;
  right: -3px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 4px;
  background: #ffb18a;
}
.cid-ug1fNuzxMV img {
  border-radius: 8px;
}
.cid-ug1fNuzxMV .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-ug1fNuzxMV .mbr-section-subtitle {
  color: #767676;
}
.cid-ug1fNuzxMV .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-ug1fNuzxMV .card-text {
  color: #767676;
}
.cid-ug1fNuzxMV .main-sub-title,
.cid-ug1fNuzxMV .align-wrapper {
  color: #33358c;
}
.cid-ug1fNuzxMV .main-text {
  color: #777d74;
}
.cid-ug1fNuzxMV .hover:hover .main-text-title {
  color: #f2684b !important;
}
.cid-ug1fNuzxMV .main-text-title {
  color: #232323;
  transition: all 0.3s;
}
.cid-ug1fNuzxMV .main-text,
.cid-ug1fNuzxMV .link-align-wrapper {
  color: #232323;
}
.cid-ug0OTkZ8Tm {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f8f8f8;
  z-index: 2;
}
.cid-ug0OTkZ8Tm .row {
  justify-content: space-between;
}
.cid-ug0OTkZ8Tm .wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-ug0OTkZ8Tm .wrapper .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-ug0OTkZ8Tm .wrapper .icon-wrapper {
  width: 60px;
  height: 60px;
  background: #ffffff;
  border-radius: 8px;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-ug0OTkZ8Tm .wrapper .icon-wrapper {
    margin: 0 0.5rem;
  }
}
.cid-ug0OTkZ8Tm .wrapper .icon1 {
  color: #6592e6;
}
.cid-ug0OTkZ8Tm .wrapper .icon2 {
  color: #72dfe9;
}
.cid-ug0OTkZ8Tm .wrapper .icon3 {
  color: #ff6666;
}
.cid-ug0OTkZ8Tm .wrapper .border1 {
  border: 2px solid #efefef;
}
.cid-ug0OTkZ8Tm .wrapper .border1:hover {
  border: 2px solid #6592e6;
}
.cid-ug0OTkZ8Tm .wrapper .border2 {
  border: 2px solid #efefef;
}
.cid-ug0OTkZ8Tm .wrapper .border2:hover {
  border: 2px solid #72dfe9;
}
.cid-ug0OTkZ8Tm .wrapper .border3 {
  border: 2px solid #efefef;
}
.cid-ug0OTkZ8Tm .wrapper .border3:hover {
  border: 2px solid #ff6666;
}
@media (max-width: 767px) {
  .cid-ug0OTkZ8Tm .wrapper {
    justify-content: center;
  }
}
.cid-ug0OTkZ8Tm .link-wrapper {
  align-items: center;
  display: flex;
}
.cid-ug0OTkZ8Tm .link-wrapper p {
  padding: 0;
  margin: 0;
  padding-left: 0.5rem;
}
.cid-ug0OTkZ8Tm .inline-wrapper {
  display: inline-block;
}
.cid-ug0OTkZ8Tm .align-wrapper {
  width: 100%;
}
.cid-ug0OTkZ8Tm .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #1c1c25 inset;
  border-radius: 4px;
  min-width: 20px;
  width: 20px;
  align-items: center;
  display: flex;
  height: 20px;
  margin: 0 0.4rem;
  justify-content: center;
  transition: all 0.3s;
}
.cid-ug0OTkZ8Tm .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-ug0OTkZ8Tm .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-ug0OTkZ8Tm .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-ug0OTkZ8Tm .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: .5rem;
  font-weight: 900;
  color: #1c1c25;
}
.cid-ug0OTkZ8Tm .icon-bg {
  position: absolute;
  overflow: visible;
  top: 3px;
  right: -3px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 4px;
  background: #ffb18a;
}
.cid-ug0OTkZ8Tm img {
  border-radius: 8px;
}
.cid-ug0OTkZ8Tm .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-ug0OTkZ8Tm .mbr-section-subtitle {
  color: #767676;
}
.cid-ug0OTkZ8Tm .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-ug0OTkZ8Tm .card-text {
  color: #767676;
}
.cid-ug0OTkZ8Tm .main-sub-title,
.cid-ug0OTkZ8Tm .align-wrapper {
  color: #33358c;
}
.cid-ug0OTkZ8Tm .main-text {
  color: #777d74;
}
.cid-ug0OTkZ8Tm .hover:hover .main-text-title {
  color: #f2684b !important;
}
.cid-ug0OTkZ8Tm .main-text-title {
  color: #232323;
  transition: all 0.3s;
}
.cid-ug0OTkZ8Tm .main-text,
.cid-ug0OTkZ8Tm .link-align-wrapper {
  color: #232323;
}
.cid-ug1fO8SkE1 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f8f8f8;
  z-index: 2;
}
.cid-ug1fO8SkE1 .row {
  justify-content: space-between;
}
.cid-ug1fO8SkE1 .wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-ug1fO8SkE1 .wrapper .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-ug1fO8SkE1 .wrapper .icon-wrapper {
  width: 60px;
  height: 60px;
  background: #ffffff;
  border-radius: 8px;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-ug1fO8SkE1 .wrapper .icon-wrapper {
    margin: 0 0.5rem;
  }
}
.cid-ug1fO8SkE1 .wrapper .icon1 {
  color: #6592e6;
}
.cid-ug1fO8SkE1 .wrapper .icon2 {
  color: #72dfe9;
}
.cid-ug1fO8SkE1 .wrapper .icon3 {
  color: #ff6666;
}
.cid-ug1fO8SkE1 .wrapper .border1 {
  border: 2px solid #efefef;
}
.cid-ug1fO8SkE1 .wrapper .border1:hover {
  border: 2px solid #6592e6;
}
.cid-ug1fO8SkE1 .wrapper .border2 {
  border: 2px solid #efefef;
}
.cid-ug1fO8SkE1 .wrapper .border2:hover {
  border: 2px solid #72dfe9;
}
.cid-ug1fO8SkE1 .wrapper .border3 {
  border: 2px solid #efefef;
}
.cid-ug1fO8SkE1 .wrapper .border3:hover {
  border: 2px solid #ff6666;
}
@media (max-width: 767px) {
  .cid-ug1fO8SkE1 .wrapper {
    justify-content: center;
  }
}
.cid-ug1fO8SkE1 .link-wrapper {
  align-items: center;
  display: flex;
}
.cid-ug1fO8SkE1 .link-wrapper p {
  padding: 0;
  margin: 0;
  padding-left: 0.5rem;
}
.cid-ug1fO8SkE1 .inline-wrapper {
  display: inline-block;
}
.cid-ug1fO8SkE1 .align-wrapper {
  width: 100%;
}
.cid-ug1fO8SkE1 .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #1c1c25 inset;
  border-radius: 4px;
  min-width: 20px;
  width: 20px;
  align-items: center;
  display: flex;
  height: 20px;
  margin: 0 0.4rem;
  justify-content: center;
  transition: all 0.3s;
}
.cid-ug1fO8SkE1 .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-ug1fO8SkE1 .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-ug1fO8SkE1 .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-ug1fO8SkE1 .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: .5rem;
  font-weight: 900;
  color: #1c1c25;
}
.cid-ug1fO8SkE1 .icon-bg {
  position: absolute;
  overflow: visible;
  top: 3px;
  right: -3px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 4px;
  background: #ffb18a;
}
.cid-ug1fO8SkE1 img {
  border-radius: 8px;
}
.cid-ug1fO8SkE1 .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-ug1fO8SkE1 .mbr-section-subtitle {
  color: #767676;
}
.cid-ug1fO8SkE1 .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-ug1fO8SkE1 .card-text {
  color: #767676;
}
.cid-ug1fO8SkE1 .main-sub-title,
.cid-ug1fO8SkE1 .align-wrapper {
  color: #33358c;
}
.cid-ug1fO8SkE1 .main-text {
  color: #777d74;
}
.cid-ug1fO8SkE1 .hover:hover .main-text-title {
  color: #f2684b !important;
}
.cid-ug1fO8SkE1 .main-text-title {
  color: #232323;
  transition: all 0.3s;
}
.cid-ug1fO8SkE1 .main-text,
.cid-ug1fO8SkE1 .link-align-wrapper {
  color: #232323;
}
.cid-ug1fOEIrfg {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f8f8f8;
  z-index: 2;
}
.cid-ug1fOEIrfg .row {
  justify-content: space-between;
}
.cid-ug1fOEIrfg .wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-ug1fOEIrfg .wrapper .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-ug1fOEIrfg .wrapper .icon-wrapper {
  width: 60px;
  height: 60px;
  background: #ffffff;
  border-radius: 8px;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-ug1fOEIrfg .wrapper .icon-wrapper {
    margin: 0 0.5rem;
  }
}
.cid-ug1fOEIrfg .wrapper .icon1 {
  color: #6592e6;
}
.cid-ug1fOEIrfg .wrapper .icon2 {
  color: #72dfe9;
}
.cid-ug1fOEIrfg .wrapper .icon3 {
  color: #ff6666;
}
.cid-ug1fOEIrfg .wrapper .border1 {
  border: 2px solid #efefef;
}
.cid-ug1fOEIrfg .wrapper .border1:hover {
  border: 2px solid #6592e6;
}
.cid-ug1fOEIrfg .wrapper .border2 {
  border: 2px solid #efefef;
}
.cid-ug1fOEIrfg .wrapper .border2:hover {
  border: 2px solid #72dfe9;
}
.cid-ug1fOEIrfg .wrapper .border3 {
  border: 2px solid #efefef;
}
.cid-ug1fOEIrfg .wrapper .border3:hover {
  border: 2px solid #ff6666;
}
@media (max-width: 767px) {
  .cid-ug1fOEIrfg .wrapper {
    justify-content: center;
  }
}
.cid-ug1fOEIrfg .link-wrapper {
  align-items: center;
  display: flex;
}
.cid-ug1fOEIrfg .link-wrapper p {
  padding: 0;
  margin: 0;
  padding-left: 0.5rem;
}
.cid-ug1fOEIrfg .inline-wrapper {
  display: inline-block;
}
.cid-ug1fOEIrfg .align-wrapper {
  width: 100%;
}
.cid-ug1fOEIrfg .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #1c1c25 inset;
  border-radius: 4px;
  min-width: 20px;
  width: 20px;
  align-items: center;
  display: flex;
  height: 20px;
  margin: 0 0.4rem;
  justify-content: center;
  transition: all 0.3s;
}
.cid-ug1fOEIrfg .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-ug1fOEIrfg .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-ug1fOEIrfg .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-ug1fOEIrfg .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: .5rem;
  font-weight: 900;
  color: #1c1c25;
}
.cid-ug1fOEIrfg .icon-bg {
  position: absolute;
  overflow: visible;
  top: 3px;
  right: -3px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 4px;
  background: #ffb18a;
}
.cid-ug1fOEIrfg img {
  border-radius: 8px;
}
.cid-ug1fOEIrfg .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-ug1fOEIrfg .mbr-section-subtitle {
  color: #767676;
}
.cid-ug1fOEIrfg .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-ug1fOEIrfg .card-text {
  color: #767676;
}
.cid-ug1fOEIrfg .main-sub-title,
.cid-ug1fOEIrfg .align-wrapper {
  color: #33358c;
}
.cid-ug1fOEIrfg .main-text {
  color: #777d74;
}
.cid-ug1fOEIrfg .hover:hover .main-text-title {
  color: #f2684b !important;
}
.cid-ug1fOEIrfg .main-text-title {
  color: #232323;
  transition: all 0.3s;
}
.cid-ug1fOEIrfg .main-text,
.cid-ug1fOEIrfg .link-align-wrapper {
  color: #232323;
}
.cid-uejQ6jpJgq {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f8f8f8;
  z-index: 2;
}
.cid-uejQ6jpJgq .row {
  justify-content: space-between;
}
.cid-uejQ6jpJgq .wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-uejQ6jpJgq .wrapper .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uejQ6jpJgq .wrapper .icon-wrapper {
  width: 60px;
  height: 60px;
  background: #ffffff;
  border-radius: 8px;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uejQ6jpJgq .wrapper .icon-wrapper {
    margin: 0 0.5rem;
  }
}
.cid-uejQ6jpJgq .wrapper .icon1 {
  color: #6592e6;
}
.cid-uejQ6jpJgq .wrapper .icon2 {
  color: #72dfe9;
}
.cid-uejQ6jpJgq .wrapper .icon3 {
  color: #ff6666;
}
.cid-uejQ6jpJgq .wrapper .border1 {
  border: 2px solid #efefef;
}
.cid-uejQ6jpJgq .wrapper .border1:hover {
  border: 2px solid #6592e6;
}
.cid-uejQ6jpJgq .wrapper .border2 {
  border: 2px solid #efefef;
}
.cid-uejQ6jpJgq .wrapper .border2:hover {
  border: 2px solid #72dfe9;
}
.cid-uejQ6jpJgq .wrapper .border3 {
  border: 2px solid #efefef;
}
.cid-uejQ6jpJgq .wrapper .border3:hover {
  border: 2px solid #ff6666;
}
@media (max-width: 767px) {
  .cid-uejQ6jpJgq .wrapper {
    justify-content: center;
  }
}
.cid-uejQ6jpJgq .link-wrapper {
  align-items: center;
  display: flex;
}
.cid-uejQ6jpJgq .link-wrapper p {
  padding: 0;
  margin: 0;
  padding-left: 0.5rem;
}
.cid-uejQ6jpJgq .inline-wrapper {
  display: inline-block;
}
.cid-uejQ6jpJgq .align-wrapper {
  width: 100%;
}
.cid-uejQ6jpJgq .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #1c1c25 inset;
  border-radius: 4px;
  min-width: 20px;
  width: 20px;
  align-items: center;
  display: flex;
  height: 20px;
  margin: 0 0.4rem;
  justify-content: center;
  transition: all 0.3s;
}
.cid-uejQ6jpJgq .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-uejQ6jpJgq .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-uejQ6jpJgq .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-uejQ6jpJgq .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: .5rem;
  font-weight: 900;
  color: #1c1c25;
}
.cid-uejQ6jpJgq .icon-bg {
  position: absolute;
  overflow: visible;
  top: 3px;
  right: -3px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 4px;
  background: #ffb18a;
}
.cid-uejQ6jpJgq img {
  border-radius: 8px;
}
.cid-uejQ6jpJgq .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-uejQ6jpJgq .mbr-section-subtitle {
  color: #767676;
}
.cid-uejQ6jpJgq .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-uejQ6jpJgq .card-text {
  color: #767676;
}
.cid-uejQ6jpJgq .main-sub-title,
.cid-uejQ6jpJgq .align-wrapper {
  color: #33358c;
}
.cid-uejQ6jpJgq .main-text {
  color: #777d74;
}
.cid-uejQ6jpJgq .hover:hover .main-text-title {
  color: #f2684b !important;
}
.cid-uejQ6jpJgq .main-text-title {
  color: #232323;
  transition: all 0.3s;
}
.cid-uejQ6jpJgq .main-text,
.cid-uejQ6jpJgq .link-align-wrapper {
  color: #232323;
}
.cid-ubHuTyBMSK {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f8f8f8;
  z-index: 2;
}
.cid-ubHuTyBMSK .row {
  justify-content: space-between;
}
.cid-ubHuTyBMSK .wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-ubHuTyBMSK .wrapper .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-ubHuTyBMSK .wrapper .icon-wrapper {
  width: 60px;
  height: 60px;
  background: #ffffff;
  border-radius: 8px;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-ubHuTyBMSK .wrapper .icon-wrapper {
    margin: 0 0.5rem;
  }
}
.cid-ubHuTyBMSK .wrapper .icon1 {
  color: #6592e6;
}
.cid-ubHuTyBMSK .wrapper .icon2 {
  color: #72dfe9;
}
.cid-ubHuTyBMSK .wrapper .icon3 {
  color: #ff6666;
}
.cid-ubHuTyBMSK .wrapper .border1 {
  border: 2px solid #efefef;
}
.cid-ubHuTyBMSK .wrapper .border1:hover {
  border: 2px solid #6592e6;
}
.cid-ubHuTyBMSK .wrapper .border2 {
  border: 2px solid #efefef;
}
.cid-ubHuTyBMSK .wrapper .border2:hover {
  border: 2px solid #72dfe9;
}
.cid-ubHuTyBMSK .wrapper .border3 {
  border: 2px solid #efefef;
}
.cid-ubHuTyBMSK .wrapper .border3:hover {
  border: 2px solid #ff6666;
}
@media (max-width: 767px) {
  .cid-ubHuTyBMSK .wrapper {
    justify-content: center;
  }
}
.cid-ubHuTyBMSK .link-wrapper {
  align-items: center;
  display: flex;
}
.cid-ubHuTyBMSK .link-wrapper p {
  padding: 0;
  margin: 0;
  padding-left: 0.5rem;
}
.cid-ubHuTyBMSK .inline-wrapper {
  display: inline-block;
}
.cid-ubHuTyBMSK .align-wrapper {
  width: 100%;
}
.cid-ubHuTyBMSK .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #1c1c25 inset;
  border-radius: 4px;
  min-width: 20px;
  width: 20px;
  align-items: center;
  display: flex;
  height: 20px;
  margin: 0 0.4rem;
  justify-content: center;
  transition: all 0.3s;
}
.cid-ubHuTyBMSK .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-ubHuTyBMSK .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-ubHuTyBMSK .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-ubHuTyBMSK .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: .5rem;
  font-weight: 900;
  color: #1c1c25;
}
.cid-ubHuTyBMSK .icon-bg {
  position: absolute;
  overflow: visible;
  top: 3px;
  right: -3px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 4px;
  background: #ffb18a;
}
.cid-ubHuTyBMSK img {
  border-radius: 8px;
}
.cid-ubHuTyBMSK .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-ubHuTyBMSK .mbr-section-subtitle {
  color: #767676;
}
.cid-ubHuTyBMSK .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-ubHuTyBMSK .card-text {
  color: #767676;
}
.cid-ubHuTyBMSK .main-sub-title,
.cid-ubHuTyBMSK .align-wrapper {
  color: #33358c;
}
.cid-ubHuTyBMSK .main-text {
  color: #777d74;
}
.cid-ubHuTyBMSK .hover:hover .main-text-title {
  color: #f2684b !important;
}
.cid-ubHuTyBMSK .main-text-title {
  color: #232323;
  transition: all 0.3s;
}
.cid-ubHuTyBMSK .main-text,
.cid-ubHuTyBMSK .link-align-wrapper {
  color: #232323;
}
.cid-ucfg3a8xMV {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f8f8f8;
  z-index: 2;
}
.cid-ucfg3a8xMV .row {
  justify-content: space-between;
}
.cid-ucfg3a8xMV .wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-ucfg3a8xMV .wrapper .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-ucfg3a8xMV .wrapper .icon-wrapper {
  width: 60px;
  height: 60px;
  background: #ffffff;
  border-radius: 8px;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-ucfg3a8xMV .wrapper .icon-wrapper {
    margin: 0 0.5rem;
  }
}
.cid-ucfg3a8xMV .wrapper .icon1 {
  color: #6592e6;
}
.cid-ucfg3a8xMV .wrapper .icon2 {
  color: #72dfe9;
}
.cid-ucfg3a8xMV .wrapper .icon3 {
  color: #ff6666;
}
.cid-ucfg3a8xMV .wrapper .border1 {
  border: 2px solid #efefef;
}
.cid-ucfg3a8xMV .wrapper .border1:hover {
  border: 2px solid #6592e6;
}
.cid-ucfg3a8xMV .wrapper .border2 {
  border: 2px solid #efefef;
}
.cid-ucfg3a8xMV .wrapper .border2:hover {
  border: 2px solid #72dfe9;
}
.cid-ucfg3a8xMV .wrapper .border3 {
  border: 2px solid #efefef;
}
.cid-ucfg3a8xMV .wrapper .border3:hover {
  border: 2px solid #ff6666;
}
@media (max-width: 767px) {
  .cid-ucfg3a8xMV .wrapper {
    justify-content: center;
  }
}
.cid-ucfg3a8xMV .link-wrapper {
  align-items: center;
  display: flex;
}
.cid-ucfg3a8xMV .link-wrapper p {
  padding: 0;
  margin: 0;
  padding-left: 0.5rem;
}
.cid-ucfg3a8xMV .inline-wrapper {
  display: inline-block;
}
.cid-ucfg3a8xMV .align-wrapper {
  width: 100%;
}
.cid-ucfg3a8xMV .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #1c1c25 inset;
  border-radius: 4px;
  min-width: 20px;
  width: 20px;
  align-items: center;
  display: flex;
  height: 20px;
  margin: 0 0.4rem;
  justify-content: center;
  transition: all 0.3s;
}
.cid-ucfg3a8xMV .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-ucfg3a8xMV .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-ucfg3a8xMV .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-ucfg3a8xMV .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: .5rem;
  font-weight: 900;
  color: #1c1c25;
}
.cid-ucfg3a8xMV .icon-bg {
  position: absolute;
  overflow: visible;
  top: 3px;
  right: -3px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 4px;
  background: #ffb18a;
}
.cid-ucfg3a8xMV img {
  border-radius: 8px;
}
.cid-ucfg3a8xMV .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-ucfg3a8xMV .mbr-section-subtitle {
  color: #767676;
}
.cid-ucfg3a8xMV .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-ucfg3a8xMV .card-text {
  color: #767676;
}
.cid-ucfg3a8xMV .main-sub-title,
.cid-ucfg3a8xMV .align-wrapper {
  color: #33358c;
}
.cid-ucfg3a8xMV .main-text {
  color: #777d74;
}
.cid-ucfg3a8xMV .hover:hover .main-text-title {
  color: #f2684b !important;
}
.cid-ucfg3a8xMV .main-text-title {
  color: #232323;
  transition: all 0.3s;
}
.cid-ucfg3a8xMV .main-text,
.cid-ucfg3a8xMV .link-align-wrapper {
  color: #232323;
}
.cid-uaajfWwySG {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f8f8f8;
  z-index: 2;
}
.cid-uaajfWwySG .row {
  justify-content: space-between;
}
.cid-uaajfWwySG .wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-uaajfWwySG .wrapper .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uaajfWwySG .wrapper .icon-wrapper {
  width: 60px;
  height: 60px;
  background: #ffffff;
  border-radius: 8px;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uaajfWwySG .wrapper .icon-wrapper {
    margin: 0 0.5rem;
  }
}
.cid-uaajfWwySG .wrapper .icon1 {
  color: #6592e6;
}
.cid-uaajfWwySG .wrapper .icon2 {
  color: #72dfe9;
}
.cid-uaajfWwySG .wrapper .icon3 {
  color: #ff6666;
}
.cid-uaajfWwySG .wrapper .border1 {
  border: 2px solid #efefef;
}
.cid-uaajfWwySG .wrapper .border1:hover {
  border: 2px solid #6592e6;
}
.cid-uaajfWwySG .wrapper .border2 {
  border: 2px solid #efefef;
}
.cid-uaajfWwySG .wrapper .border2:hover {
  border: 2px solid #72dfe9;
}
.cid-uaajfWwySG .wrapper .border3 {
  border: 2px solid #efefef;
}
.cid-uaajfWwySG .wrapper .border3:hover {
  border: 2px solid #ff6666;
}
@media (max-width: 767px) {
  .cid-uaajfWwySG .wrapper {
    justify-content: center;
  }
}
.cid-uaajfWwySG .link-wrapper {
  align-items: center;
  display: flex;
}
.cid-uaajfWwySG .link-wrapper p {
  padding: 0;
  margin: 0;
  padding-left: 0.5rem;
}
.cid-uaajfWwySG .inline-wrapper {
  display: inline-block;
}
.cid-uaajfWwySG .align-wrapper {
  width: 100%;
}
.cid-uaajfWwySG .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #1c1c25 inset;
  border-radius: 4px;
  min-width: 20px;
  width: 20px;
  align-items: center;
  display: flex;
  height: 20px;
  margin: 0 0.4rem;
  justify-content: center;
  transition: all 0.3s;
}
.cid-uaajfWwySG .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-uaajfWwySG .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-uaajfWwySG .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-uaajfWwySG .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: .5rem;
  font-weight: 900;
  color: #1c1c25;
}
.cid-uaajfWwySG .icon-bg {
  position: absolute;
  overflow: visible;
  top: 3px;
  right: -3px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 4px;
  background: #ffb18a;
}
.cid-uaajfWwySG img {
  border-radius: 8px;
}
.cid-uaajfWwySG .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-uaajfWwySG .mbr-section-subtitle {
  color: #767676;
}
.cid-uaajfWwySG .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-uaajfWwySG .card-text {
  color: #767676;
}
.cid-uaajfWwySG .main-sub-title,
.cid-uaajfWwySG .align-wrapper {
  color: #33358c;
}
.cid-uaajfWwySG .main-text {
  color: #777d74;
}
.cid-uaajfWwySG .hover:hover .main-text-title {
  color: #f2684b !important;
}
.cid-uaajfWwySG .main-text-title {
  color: #232323;
  transition: all 0.3s;
}
.cid-uaajfWwySG .main-text,
.cid-uaajfWwySG .link-align-wrapper {
  color: #232323;
}
.cid-u8SdPlicNN {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f8f8f8;
  z-index: 2;
}
.cid-u8SdPlicNN .row {
  justify-content: space-between;
}
.cid-u8SdPlicNN .wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-u8SdPlicNN .wrapper .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-u8SdPlicNN .wrapper .icon-wrapper {
  width: 60px;
  height: 60px;
  background: #ffffff;
  border-radius: 8px;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-u8SdPlicNN .wrapper .icon-wrapper {
    margin: 0 0.5rem;
  }
}
.cid-u8SdPlicNN .wrapper .icon1 {
  color: #6592e6;
}
.cid-u8SdPlicNN .wrapper .icon2 {
  color: #72dfe9;
}
.cid-u8SdPlicNN .wrapper .icon3 {
  color: #ff6666;
}
.cid-u8SdPlicNN .wrapper .border1 {
  border: 2px solid #efefef;
}
.cid-u8SdPlicNN .wrapper .border1:hover {
  border: 2px solid #6592e6;
}
.cid-u8SdPlicNN .wrapper .border2 {
  border: 2px solid #efefef;
}
.cid-u8SdPlicNN .wrapper .border2:hover {
  border: 2px solid #72dfe9;
}
.cid-u8SdPlicNN .wrapper .border3 {
  border: 2px solid #efefef;
}
.cid-u8SdPlicNN .wrapper .border3:hover {
  border: 2px solid #ff6666;
}
@media (max-width: 767px) {
  .cid-u8SdPlicNN .wrapper {
    justify-content: center;
  }
}
.cid-u8SdPlicNN .link-wrapper {
  align-items: center;
  display: flex;
}
.cid-u8SdPlicNN .link-wrapper p {
  padding: 0;
  margin: 0;
  padding-left: 0.5rem;
}
.cid-u8SdPlicNN .inline-wrapper {
  display: inline-block;
}
.cid-u8SdPlicNN .align-wrapper {
  width: 100%;
}
.cid-u8SdPlicNN .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #1c1c25 inset;
  border-radius: 4px;
  min-width: 20px;
  width: 20px;
  align-items: center;
  display: flex;
  height: 20px;
  margin: 0 0.4rem;
  justify-content: center;
  transition: all 0.3s;
}
.cid-u8SdPlicNN .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-u8SdPlicNN .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-u8SdPlicNN .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-u8SdPlicNN .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: .5rem;
  font-weight: 900;
  color: #1c1c25;
}
.cid-u8SdPlicNN .icon-bg {
  position: absolute;
  overflow: visible;
  top: 3px;
  right: -3px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 4px;
  background: #ffb18a;
}
.cid-u8SdPlicNN img {
  border-radius: 8px;
}
.cid-u8SdPlicNN .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-u8SdPlicNN .mbr-section-subtitle {
  color: #767676;
}
.cid-u8SdPlicNN .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-u8SdPlicNN .card-text {
  color: #767676;
}
.cid-u8SdPlicNN .main-sub-title,
.cid-u8SdPlicNN .align-wrapper {
  color: #33358c;
}
.cid-u8SdPlicNN .main-text {
  color: #777d74;
}
.cid-u8SdPlicNN .hover:hover .main-text-title {
  color: #f2684b !important;
}
.cid-u8SdPlicNN .main-text-title {
  color: #232323;
  transition: all 0.3s;
}
.cid-u8SdPlicNN .main-text,
.cid-u8SdPlicNN .link-align-wrapper {
  color: #232323;
}
.cid-u7ICjV22DF {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f8f8f8;
  z-index: 2;
}
.cid-u7ICjV22DF .row {
  justify-content: space-between;
}
.cid-u7ICjV22DF .wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-u7ICjV22DF .wrapper .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-u7ICjV22DF .wrapper .icon-wrapper {
  width: 60px;
  height: 60px;
  background: #ffffff;
  border-radius: 8px;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-u7ICjV22DF .wrapper .icon-wrapper {
    margin: 0 0.5rem;
  }
}
.cid-u7ICjV22DF .wrapper .icon1 {
  color: #6592e6;
}
.cid-u7ICjV22DF .wrapper .icon2 {
  color: #72dfe9;
}
.cid-u7ICjV22DF .wrapper .icon3 {
  color: #ff6666;
}
.cid-u7ICjV22DF .wrapper .border1 {
  border: 2px solid #efefef;
}
.cid-u7ICjV22DF .wrapper .border1:hover {
  border: 2px solid #6592e6;
}
.cid-u7ICjV22DF .wrapper .border2 {
  border: 2px solid #efefef;
}
.cid-u7ICjV22DF .wrapper .border2:hover {
  border: 2px solid #72dfe9;
}
.cid-u7ICjV22DF .wrapper .border3 {
  border: 2px solid #efefef;
}
.cid-u7ICjV22DF .wrapper .border3:hover {
  border: 2px solid #ff6666;
}
@media (max-width: 767px) {
  .cid-u7ICjV22DF .wrapper {
    justify-content: center;
  }
}
.cid-u7ICjV22DF .link-wrapper {
  align-items: center;
  display: flex;
}
.cid-u7ICjV22DF .link-wrapper p {
  padding: 0;
  margin: 0;
  padding-left: 0.5rem;
}
.cid-u7ICjV22DF .inline-wrapper {
  display: inline-block;
}
.cid-u7ICjV22DF .align-wrapper {
  width: 100%;
}
.cid-u7ICjV22DF .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #1c1c25 inset;
  border-radius: 4px;
  min-width: 20px;
  width: 20px;
  align-items: center;
  display: flex;
  height: 20px;
  margin: 0 0.4rem;
  justify-content: center;
  transition: all 0.3s;
}
.cid-u7ICjV22DF .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-u7ICjV22DF .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-u7ICjV22DF .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-u7ICjV22DF .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: .5rem;
  font-weight: 900;
  color: #1c1c25;
}
.cid-u7ICjV22DF .icon-bg {
  position: absolute;
  overflow: visible;
  top: 3px;
  right: -3px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 4px;
  background: #ffb18a;
}
.cid-u7ICjV22DF img {
  border-radius: 8px;
}
.cid-u7ICjV22DF .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-u7ICjV22DF .mbr-section-subtitle {
  color: #767676;
}
.cid-u7ICjV22DF .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-u7ICjV22DF .card-text {
  color: #767676;
}
.cid-u7ICjV22DF .main-sub-title,
.cid-u7ICjV22DF .align-wrapper {
  color: #33358c;
}
.cid-u7ICjV22DF .main-text {
  color: #777d74;
}
.cid-u7ICjV22DF .hover:hover .main-text-title {
  color: #f2684b !important;
}
.cid-u7ICjV22DF .main-text-title {
  color: #232323;
  transition: all 0.3s;
}
.cid-u7ICjV22DF .main-text,
.cid-u7ICjV22DF .link-align-wrapper {
  color: #232323;
}
.cid-u629GJTboE {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f8f8f8;
  z-index: 2;
}
.cid-u629GJTboE .row {
  justify-content: space-between;
}
.cid-u629GJTboE .wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-u629GJTboE .wrapper .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-u629GJTboE .wrapper .icon-wrapper {
  width: 60px;
  height: 60px;
  background: #ffffff;
  border-radius: 8px;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-u629GJTboE .wrapper .icon-wrapper {
    margin: 0 0.5rem;
  }
}
.cid-u629GJTboE .wrapper .icon1 {
  color: #6592e6;
}
.cid-u629GJTboE .wrapper .icon2 {
  color: #72dfe9;
}
.cid-u629GJTboE .wrapper .icon3 {
  color: #ff6666;
}
.cid-u629GJTboE .wrapper .border1 {
  border: 2px solid #efefef;
}
.cid-u629GJTboE .wrapper .border1:hover {
  border: 2px solid #6592e6;
}
.cid-u629GJTboE .wrapper .border2 {
  border: 2px solid #efefef;
}
.cid-u629GJTboE .wrapper .border2:hover {
  border: 2px solid #72dfe9;
}
.cid-u629GJTboE .wrapper .border3 {
  border: 2px solid #efefef;
}
.cid-u629GJTboE .wrapper .border3:hover {
  border: 2px solid #ff6666;
}
@media (max-width: 767px) {
  .cid-u629GJTboE .wrapper {
    justify-content: center;
  }
}
.cid-u629GJTboE .link-wrapper {
  align-items: center;
  display: flex;
}
.cid-u629GJTboE .link-wrapper p {
  padding: 0;
  margin: 0;
  padding-left: 0.5rem;
}
.cid-u629GJTboE .inline-wrapper {
  display: inline-block;
}
.cid-u629GJTboE .align-wrapper {
  width: 100%;
}
.cid-u629GJTboE .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #1c1c25 inset;
  border-radius: 4px;
  min-width: 20px;
  width: 20px;
  align-items: center;
  display: flex;
  height: 20px;
  margin: 0 0.4rem;
  justify-content: center;
  transition: all 0.3s;
}
.cid-u629GJTboE .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-u629GJTboE .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-u629GJTboE .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-u629GJTboE .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: .5rem;
  font-weight: 900;
  color: #1c1c25;
}
.cid-u629GJTboE .icon-bg {
  position: absolute;
  overflow: visible;
  top: 3px;
  right: -3px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 4px;
  background: #ffb18a;
}
.cid-u629GJTboE img {
  border-radius: 8px;
}
.cid-u629GJTboE .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-u629GJTboE .mbr-section-subtitle {
  color: #767676;
}
.cid-u629GJTboE .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-u629GJTboE .card-text {
  color: #767676;
}
.cid-u629GJTboE .main-sub-title,
.cid-u629GJTboE .align-wrapper {
  color: #33358c;
}
.cid-u629GJTboE .main-text {
  color: #777d74;
}
.cid-u629GJTboE .hover:hover .main-text-title {
  color: #f2684b !important;
}
.cid-u629GJTboE .main-text-title {
  color: #232323;
  transition: all 0.3s;
}
.cid-u629GJTboE .main-text,
.cid-u629GJTboE .link-align-wrapper {
  color: #232323;
}
.cid-u629GJTboE .main-title {
  color: #232323;
}
.cid-u629I0eJJF {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f8f8f8;
  z-index: 2;
}
.cid-u629I0eJJF .row {
  justify-content: space-between;
}
.cid-u629I0eJJF .wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-u629I0eJJF .wrapper .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-u629I0eJJF .wrapper .icon-wrapper {
  width: 60px;
  height: 60px;
  background: #ffffff;
  border-radius: 8px;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-u629I0eJJF .wrapper .icon-wrapper {
    margin: 0 0.5rem;
  }
}
.cid-u629I0eJJF .wrapper .icon1 {
  color: #6592e6;
}
.cid-u629I0eJJF .wrapper .icon2 {
  color: #72dfe9;
}
.cid-u629I0eJJF .wrapper .icon3 {
  color: #ff6666;
}
.cid-u629I0eJJF .wrapper .border1 {
  border: 2px solid #efefef;
}
.cid-u629I0eJJF .wrapper .border1:hover {
  border: 2px solid #6592e6;
}
.cid-u629I0eJJF .wrapper .border2 {
  border: 2px solid #efefef;
}
.cid-u629I0eJJF .wrapper .border2:hover {
  border: 2px solid #72dfe9;
}
.cid-u629I0eJJF .wrapper .border3 {
  border: 2px solid #efefef;
}
.cid-u629I0eJJF .wrapper .border3:hover {
  border: 2px solid #ff6666;
}
@media (max-width: 767px) {
  .cid-u629I0eJJF .wrapper {
    justify-content: center;
  }
}
.cid-u629I0eJJF .link-wrapper {
  align-items: center;
  display: flex;
}
.cid-u629I0eJJF .link-wrapper p {
  padding: 0;
  margin: 0;
  padding-left: 0.5rem;
}
.cid-u629I0eJJF .inline-wrapper {
  display: inline-block;
}
.cid-u629I0eJJF .align-wrapper {
  width: 100%;
}
.cid-u629I0eJJF .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #1c1c25 inset;
  border-radius: 4px;
  min-width: 20px;
  width: 20px;
  align-items: center;
  display: flex;
  height: 20px;
  margin: 0 0.4rem;
  justify-content: center;
  transition: all 0.3s;
}
.cid-u629I0eJJF .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-u629I0eJJF .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-u629I0eJJF .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-u629I0eJJF .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: .5rem;
  font-weight: 900;
  color: #1c1c25;
}
.cid-u629I0eJJF .icon-bg {
  position: absolute;
  overflow: visible;
  top: 3px;
  right: -3px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 4px;
  background: #ffb18a;
}
.cid-u629I0eJJF img {
  border-radius: 8px;
}
.cid-u629I0eJJF .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-u629I0eJJF .mbr-section-subtitle {
  color: #767676;
}
.cid-u629I0eJJF .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-u629I0eJJF .card-text {
  color: #767676;
}
.cid-u629I0eJJF .main-sub-title,
.cid-u629I0eJJF .align-wrapper {
  color: #33358c;
}
.cid-u629I0eJJF .main-text {
  color: #777d74;
}
.cid-u629I0eJJF .hover:hover .main-text-title {
  color: #f2684b !important;
}
.cid-u629I0eJJF .main-text-title {
  color: #232323;
  transition: all 0.3s;
}
.cid-u629I0eJJF .main-text,
.cid-u629I0eJJF .link-align-wrapper {
  color: #232323;
}
.cid-u629I0eJJF .main-title {
  color: #232323;
}
.cid-tWcPIxqw7s {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f8f8f8;
  z-index: 2;
}
.cid-tWcPIxqw7s .row {
  justify-content: space-between;
}
.cid-tWcPIxqw7s .wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-tWcPIxqw7s .wrapper .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tWcPIxqw7s .wrapper .icon-wrapper {
  width: 60px;
  height: 60px;
  background: #ffffff;
  border-radius: 8px;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-tWcPIxqw7s .wrapper .icon-wrapper {
    margin: 0 0.5rem;
  }
}
.cid-tWcPIxqw7s .wrapper .icon1 {
  color: #6592e6;
}
.cid-tWcPIxqw7s .wrapper .icon2 {
  color: #72dfe9;
}
.cid-tWcPIxqw7s .wrapper .icon3 {
  color: #ff6666;
}
.cid-tWcPIxqw7s .wrapper .border1 {
  border: 2px solid #efefef;
}
.cid-tWcPIxqw7s .wrapper .border1:hover {
  border: 2px solid #6592e6;
}
.cid-tWcPIxqw7s .wrapper .border2 {
  border: 2px solid #efefef;
}
.cid-tWcPIxqw7s .wrapper .border2:hover {
  border: 2px solid #72dfe9;
}
.cid-tWcPIxqw7s .wrapper .border3 {
  border: 2px solid #efefef;
}
.cid-tWcPIxqw7s .wrapper .border3:hover {
  border: 2px solid #ff6666;
}
@media (max-width: 767px) {
  .cid-tWcPIxqw7s .wrapper {
    justify-content: center;
  }
}
.cid-tWcPIxqw7s .link-wrapper {
  align-items: center;
  display: flex;
}
.cid-tWcPIxqw7s .link-wrapper p {
  padding: 0;
  margin: 0;
  padding-left: 0.5rem;
}
.cid-tWcPIxqw7s .inline-wrapper {
  display: inline-block;
}
.cid-tWcPIxqw7s .align-wrapper {
  width: 100%;
}
.cid-tWcPIxqw7s .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #1c1c25 inset;
  border-radius: 4px;
  min-width: 20px;
  width: 20px;
  align-items: center;
  display: flex;
  height: 20px;
  margin: 0 0.4rem;
  justify-content: center;
  transition: all 0.3s;
}
.cid-tWcPIxqw7s .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-tWcPIxqw7s .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-tWcPIxqw7s .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-tWcPIxqw7s .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: .5rem;
  font-weight: 900;
  color: #1c1c25;
}
.cid-tWcPIxqw7s .icon-bg {
  position: absolute;
  overflow: visible;
  top: 3px;
  right: -3px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 4px;
  background: #ffb18a;
}
.cid-tWcPIxqw7s img {
  border-radius: 8px;
}
.cid-tWcPIxqw7s .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-tWcPIxqw7s .mbr-section-subtitle {
  color: #767676;
}
.cid-tWcPIxqw7s .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-tWcPIxqw7s .card-text {
  color: #767676;
}
.cid-tWcPIxqw7s .main-sub-title,
.cid-tWcPIxqw7s .align-wrapper {
  color: #33358c;
}
.cid-tWcPIxqw7s .main-text {
  color: #777d74;
}
.cid-tWcPIxqw7s .hover:hover .main-text-title {
  color: #f2684b !important;
}
.cid-tWcPIxqw7s .main-text-title {
  color: #232323;
  transition: all 0.3s;
}
.cid-tWcPIxqw7s .main-text,
.cid-tWcPIxqw7s .link-align-wrapper {
  color: #232323;
}
.cid-tWcPIxqw7s .main-title {
  color: #232323;
}
.cid-u62f1VFBqi {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f8f8f8;
  z-index: 2;
}
.cid-u62f1VFBqi .row {
  justify-content: space-between;
}
.cid-u62f1VFBqi .wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-u62f1VFBqi .wrapper .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-u62f1VFBqi .wrapper .icon-wrapper {
  width: 60px;
  height: 60px;
  background: #ffffff;
  border-radius: 8px;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-u62f1VFBqi .wrapper .icon-wrapper {
    margin: 0 0.5rem;
  }
}
.cid-u62f1VFBqi .wrapper .icon1 {
  color: #6592e6;
}
.cid-u62f1VFBqi .wrapper .icon2 {
  color: #72dfe9;
}
.cid-u62f1VFBqi .wrapper .icon3 {
  color: #ff6666;
}
.cid-u62f1VFBqi .wrapper .border1 {
  border: 2px solid #efefef;
}
.cid-u62f1VFBqi .wrapper .border1:hover {
  border: 2px solid #6592e6;
}
.cid-u62f1VFBqi .wrapper .border2 {
  border: 2px solid #efefef;
}
.cid-u62f1VFBqi .wrapper .border2:hover {
  border: 2px solid #72dfe9;
}
.cid-u62f1VFBqi .wrapper .border3 {
  border: 2px solid #efefef;
}
.cid-u62f1VFBqi .wrapper .border3:hover {
  border: 2px solid #ff6666;
}
@media (max-width: 767px) {
  .cid-u62f1VFBqi .wrapper {
    justify-content: center;
  }
}
.cid-u62f1VFBqi .link-wrapper {
  align-items: center;
  display: flex;
}
.cid-u62f1VFBqi .link-wrapper p {
  padding: 0;
  margin: 0;
  padding-left: 0.5rem;
}
.cid-u62f1VFBqi .inline-wrapper {
  display: inline-block;
}
.cid-u62f1VFBqi .align-wrapper {
  width: 100%;
}
.cid-u62f1VFBqi .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #1c1c25 inset;
  border-radius: 4px;
  min-width: 20px;
  width: 20px;
  align-items: center;
  display: flex;
  height: 20px;
  margin: 0 0.4rem;
  justify-content: center;
  transition: all 0.3s;
}
.cid-u62f1VFBqi .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-u62f1VFBqi .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-u62f1VFBqi .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-u62f1VFBqi .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: .5rem;
  font-weight: 900;
  color: #1c1c25;
}
.cid-u62f1VFBqi .icon-bg {
  position: absolute;
  overflow: visible;
  top: 3px;
  right: -3px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 4px;
  background: #ffb18a;
}
.cid-u62f1VFBqi img {
  border-radius: 8px;
}
.cid-u62f1VFBqi .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-u62f1VFBqi .mbr-section-subtitle {
  color: #767676;
}
.cid-u62f1VFBqi .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-u62f1VFBqi .card-text {
  color: #767676;
}
.cid-u62f1VFBqi .main-sub-title,
.cid-u62f1VFBqi .align-wrapper {
  color: #33358c;
}
.cid-u62f1VFBqi .main-text {
  color: #777d74;
}
.cid-u62f1VFBqi .hover:hover .main-text-title {
  color: #f2684b !important;
}
.cid-u62f1VFBqi .main-text-title {
  color: #232323;
  transition: all 0.3s;
}
.cid-u62f1VFBqi .main-text,
.cid-u62f1VFBqi .link-align-wrapper {
  color: #232323;
}
.cid-u62f1VFBqi .main-title {
  color: #232323;
}
.cid-u629JjBxKa {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f8f8f8;
  z-index: 2;
}
.cid-u629JjBxKa .row {
  justify-content: space-between;
}
.cid-u629JjBxKa .wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-u629JjBxKa .wrapper .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-u629JjBxKa .wrapper .icon-wrapper {
  width: 60px;
  height: 60px;
  background: #ffffff;
  border-radius: 8px;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-u629JjBxKa .wrapper .icon-wrapper {
    margin: 0 0.5rem;
  }
}
.cid-u629JjBxKa .wrapper .icon1 {
  color: #6592e6;
}
.cid-u629JjBxKa .wrapper .icon2 {
  color: #72dfe9;
}
.cid-u629JjBxKa .wrapper .icon3 {
  color: #ff6666;
}
.cid-u629JjBxKa .wrapper .border1 {
  border: 2px solid #efefef;
}
.cid-u629JjBxKa .wrapper .border1:hover {
  border: 2px solid #6592e6;
}
.cid-u629JjBxKa .wrapper .border2 {
  border: 2px solid #efefef;
}
.cid-u629JjBxKa .wrapper .border2:hover {
  border: 2px solid #72dfe9;
}
.cid-u629JjBxKa .wrapper .border3 {
  border: 2px solid #efefef;
}
.cid-u629JjBxKa .wrapper .border3:hover {
  border: 2px solid #ff6666;
}
@media (max-width: 767px) {
  .cid-u629JjBxKa .wrapper {
    justify-content: center;
  }
}
.cid-u629JjBxKa .link-wrapper {
  align-items: center;
  display: flex;
}
.cid-u629JjBxKa .link-wrapper p {
  padding: 0;
  margin: 0;
  padding-left: 0.5rem;
}
.cid-u629JjBxKa .inline-wrapper {
  display: inline-block;
}
.cid-u629JjBxKa .align-wrapper {
  width: 100%;
}
.cid-u629JjBxKa .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #1c1c25 inset;
  border-radius: 4px;
  min-width: 20px;
  width: 20px;
  align-items: center;
  display: flex;
  height: 20px;
  margin: 0 0.4rem;
  justify-content: center;
  transition: all 0.3s;
}
.cid-u629JjBxKa .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-u629JjBxKa .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-u629JjBxKa .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-u629JjBxKa .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: .5rem;
  font-weight: 900;
  color: #1c1c25;
}
.cid-u629JjBxKa .icon-bg {
  position: absolute;
  overflow: visible;
  top: 3px;
  right: -3px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 4px;
  background: #ffb18a;
}
.cid-u629JjBxKa img {
  border-radius: 8px;
}
.cid-u629JjBxKa .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-u629JjBxKa .mbr-section-subtitle {
  color: #767676;
}
.cid-u629JjBxKa .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-u629JjBxKa .card-text {
  color: #767676;
}
.cid-u629JjBxKa .main-sub-title,
.cid-u629JjBxKa .align-wrapper {
  color: #33358c;
}
.cid-u629JjBxKa .main-text {
  color: #777d74;
}
.cid-u629JjBxKa .hover:hover .main-text-title {
  color: #f2684b !important;
}
.cid-u629JjBxKa .main-text-title {
  color: #232323;
  transition: all 0.3s;
}
.cid-u629JjBxKa .main-text,
.cid-u629JjBxKa .link-align-wrapper {
  color: #232323;
}
.cid-u629JjBxKa .main-title {
  color: #232323;
}
.cid-tQz7oeROXP {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f8f8f8;
  z-index: 2;
}
.cid-tQz7oeROXP .row {
  justify-content: space-between;
}
.cid-tQz7oeROXP .wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-tQz7oeROXP .wrapper .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tQz7oeROXP .wrapper .icon-wrapper {
  width: 60px;
  height: 60px;
  background: #ffffff;
  border-radius: 8px;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-tQz7oeROXP .wrapper .icon-wrapper {
    margin: 0 0.5rem;
  }
}
.cid-tQz7oeROXP .wrapper .icon1 {
  color: #6592e6;
}
.cid-tQz7oeROXP .wrapper .icon2 {
  color: #72dfe9;
}
.cid-tQz7oeROXP .wrapper .icon3 {
  color: #ff6666;
}
.cid-tQz7oeROXP .wrapper .border1 {
  border: 2px solid #efefef;
}
.cid-tQz7oeROXP .wrapper .border1:hover {
  border: 2px solid #6592e6;
}
.cid-tQz7oeROXP .wrapper .border2 {
  border: 2px solid #efefef;
}
.cid-tQz7oeROXP .wrapper .border2:hover {
  border: 2px solid #72dfe9;
}
.cid-tQz7oeROXP .wrapper .border3 {
  border: 2px solid #efefef;
}
.cid-tQz7oeROXP .wrapper .border3:hover {
  border: 2px solid #ff6666;
}
@media (max-width: 767px) {
  .cid-tQz7oeROXP .wrapper {
    justify-content: center;
  }
}
.cid-tQz7oeROXP .link-wrapper {
  align-items: center;
  display: flex;
}
.cid-tQz7oeROXP .link-wrapper p {
  padding: 0;
  margin: 0;
  padding-left: 0.5rem;
}
.cid-tQz7oeROXP .inline-wrapper {
  display: inline-block;
}
.cid-tQz7oeROXP .align-wrapper {
  width: 100%;
}
.cid-tQz7oeROXP .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #1c1c25 inset;
  border-radius: 4px;
  min-width: 20px;
  width: 20px;
  align-items: center;
  display: flex;
  height: 20px;
  margin: 0 0.4rem;
  justify-content: center;
  transition: all 0.3s;
}
.cid-tQz7oeROXP .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-tQz7oeROXP .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-tQz7oeROXP .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-tQz7oeROXP .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: .5rem;
  font-weight: 900;
  color: #1c1c25;
}
.cid-tQz7oeROXP .icon-bg {
  position: absolute;
  overflow: visible;
  top: 3px;
  right: -3px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 4px;
  background: #ffb18a;
}
.cid-tQz7oeROXP img {
  border-radius: 8px;
}
.cid-tQz7oeROXP .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-tQz7oeROXP .mbr-section-subtitle {
  color: #767676;
}
.cid-tQz7oeROXP .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-tQz7oeROXP .card-text {
  color: #767676;
}
.cid-tQz7oeROXP .main-sub-title,
.cid-tQz7oeROXP .align-wrapper {
  color: #33358c;
}
.cid-tQz7oeROXP .main-text {
  color: #777d74;
}
.cid-tQz7oeROXP .hover:hover .main-text-title {
  color: #f2684b !important;
}
.cid-tQz7oeROXP .main-text-title {
  color: #232323;
  transition: all 0.3s;
}
.cid-tQz7oeROXP .main-text,
.cid-tQz7oeROXP .link-align-wrapper {
  color: #232323;
}
.cid-tQz7oeROXP .main-title {
  color: #232323;
}
.cid-tOcYynknJv {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f8f8f8;
  z-index: 2;
}
.cid-tOcYynknJv .row {
  justify-content: space-between;
}
.cid-tOcYynknJv .wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-tOcYynknJv .wrapper .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tOcYynknJv .wrapper .icon-wrapper {
  width: 60px;
  height: 60px;
  background: #ffffff;
  border-radius: 8px;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-tOcYynknJv .wrapper .icon-wrapper {
    margin: 0 0.5rem;
  }
}
.cid-tOcYynknJv .wrapper .icon1 {
  color: #6592e6;
}
.cid-tOcYynknJv .wrapper .icon2 {
  color: #72dfe9;
}
.cid-tOcYynknJv .wrapper .icon3 {
  color: #ff6666;
}
.cid-tOcYynknJv .wrapper .border1 {
  border: 2px solid #efefef;
}
.cid-tOcYynknJv .wrapper .border1:hover {
  border: 2px solid #6592e6;
}
.cid-tOcYynknJv .wrapper .border2 {
  border: 2px solid #efefef;
}
.cid-tOcYynknJv .wrapper .border2:hover {
  border: 2px solid #72dfe9;
}
.cid-tOcYynknJv .wrapper .border3 {
  border: 2px solid #efefef;
}
.cid-tOcYynknJv .wrapper .border3:hover {
  border: 2px solid #ff6666;
}
@media (max-width: 767px) {
  .cid-tOcYynknJv .wrapper {
    justify-content: center;
  }
}
.cid-tOcYynknJv .link-wrapper {
  align-items: center;
  display: flex;
}
.cid-tOcYynknJv .link-wrapper p {
  padding: 0;
  margin: 0;
  padding-left: 0.5rem;
}
.cid-tOcYynknJv .inline-wrapper {
  display: inline-block;
}
.cid-tOcYynknJv .align-wrapper {
  width: 100%;
}
.cid-tOcYynknJv .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #1c1c25 inset;
  border-radius: 4px;
  min-width: 20px;
  width: 20px;
  align-items: center;
  display: flex;
  height: 20px;
  margin: 0 0.4rem;
  justify-content: center;
  transition: all 0.3s;
}
.cid-tOcYynknJv .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-tOcYynknJv .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-tOcYynknJv .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-tOcYynknJv .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: .5rem;
  font-weight: 900;
  color: #1c1c25;
}
.cid-tOcYynknJv .icon-bg {
  position: absolute;
  overflow: visible;
  top: 3px;
  right: -3px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 4px;
  background: #ffb18a;
}
.cid-tOcYynknJv img {
  border-radius: 8px;
}
.cid-tOcYynknJv .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-tOcYynknJv .mbr-section-subtitle {
  color: #767676;
}
.cid-tOcYynknJv .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-tOcYynknJv .card-text {
  color: #767676;
}
.cid-tOcYynknJv .main-sub-title,
.cid-tOcYynknJv .align-wrapper {
  color: #33358c;
}
.cid-tOcYynknJv .main-text {
  color: #777d74;
}
.cid-tOcYynknJv .hover:hover .main-text-title {
  color: #f2684b !important;
}
.cid-tOcYynknJv .main-text-title {
  color: #232323;
  transition: all 0.3s;
}
.cid-tOcYynknJv .main-text,
.cid-tOcYynknJv .link-align-wrapper {
  color: #232323;
}
.cid-tOcYynknJv .main-title {
  color: #232323;
}
.cid-tLgzFa5vZ9 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f8f8f8;
  z-index: 2;
}
.cid-tLgzFa5vZ9 .row {
  justify-content: space-between;
}
.cid-tLgzFa5vZ9 .wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-tLgzFa5vZ9 .wrapper .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tLgzFa5vZ9 .wrapper .icon-wrapper {
  width: 60px;
  height: 60px;
  background: #ffffff;
  border-radius: 8px;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-tLgzFa5vZ9 .wrapper .icon-wrapper {
    margin: 0 0.5rem;
  }
}
.cid-tLgzFa5vZ9 .wrapper .icon1 {
  color: #6592e6;
}
.cid-tLgzFa5vZ9 .wrapper .icon2 {
  color: #72dfe9;
}
.cid-tLgzFa5vZ9 .wrapper .icon3 {
  color: #ff6666;
}
.cid-tLgzFa5vZ9 .wrapper .border1 {
  border: 2px solid #efefef;
}
.cid-tLgzFa5vZ9 .wrapper .border1:hover {
  border: 2px solid #6592e6;
}
.cid-tLgzFa5vZ9 .wrapper .border2 {
  border: 2px solid #efefef;
}
.cid-tLgzFa5vZ9 .wrapper .border2:hover {
  border: 2px solid #72dfe9;
}
.cid-tLgzFa5vZ9 .wrapper .border3 {
  border: 2px solid #efefef;
}
.cid-tLgzFa5vZ9 .wrapper .border3:hover {
  border: 2px solid #ff6666;
}
@media (max-width: 767px) {
  .cid-tLgzFa5vZ9 .wrapper {
    justify-content: center;
  }
}
.cid-tLgzFa5vZ9 .link-wrapper {
  align-items: center;
  display: flex;
}
.cid-tLgzFa5vZ9 .link-wrapper p {
  padding: 0;
  margin: 0;
  padding-left: 0.5rem;
}
.cid-tLgzFa5vZ9 .inline-wrapper {
  display: inline-block;
}
.cid-tLgzFa5vZ9 .align-wrapper {
  width: 100%;
}
.cid-tLgzFa5vZ9 .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #1c1c25 inset;
  border-radius: 4px;
  min-width: 20px;
  width: 20px;
  align-items: center;
  display: flex;
  height: 20px;
  margin: 0 0.4rem;
  justify-content: center;
  transition: all 0.3s;
}
.cid-tLgzFa5vZ9 .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-tLgzFa5vZ9 .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-tLgzFa5vZ9 .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-tLgzFa5vZ9 .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: .5rem;
  font-weight: 900;
  color: #1c1c25;
}
.cid-tLgzFa5vZ9 .icon-bg {
  position: absolute;
  overflow: visible;
  top: 3px;
  right: -3px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 4px;
  background: #ffb18a;
}
.cid-tLgzFa5vZ9 img {
  border-radius: 8px;
}
.cid-tLgzFa5vZ9 .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-tLgzFa5vZ9 .mbr-section-subtitle {
  color: #767676;
}
.cid-tLgzFa5vZ9 .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-tLgzFa5vZ9 .card-text {
  color: #767676;
}
.cid-tLgzFa5vZ9 .main-sub-title,
.cid-tLgzFa5vZ9 .align-wrapper {
  color: #33358c;
}
.cid-tLgzFa5vZ9 .main-text {
  color: #777d74;
}
.cid-tLgzFa5vZ9 .hover:hover .main-text-title {
  color: #f2684b !important;
}
.cid-tLgzFa5vZ9 .main-text-title {
  color: #232323;
  transition: all 0.3s;
}
.cid-tLgzFa5vZ9 .main-text,
.cid-tLgzFa5vZ9 .link-align-wrapper {
  color: #232323;
}
.cid-tLgzFa5vZ9 .main-title {
  color: #232323;
}
.cid-tIhg1spkga {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f8f8f8;
  z-index: 2;
}
.cid-tIhg1spkga .row {
  justify-content: space-between;
}
.cid-tIhg1spkga .wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-tIhg1spkga .wrapper .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tIhg1spkga .wrapper .icon-wrapper {
  width: 60px;
  height: 60px;
  background: #ffffff;
  border-radius: 8px;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-tIhg1spkga .wrapper .icon-wrapper {
    margin: 0 0.5rem;
  }
}
.cid-tIhg1spkga .wrapper .icon1 {
  color: #6592e6;
}
.cid-tIhg1spkga .wrapper .icon2 {
  color: #72dfe9;
}
.cid-tIhg1spkga .wrapper .icon3 {
  color: #ff6666;
}
.cid-tIhg1spkga .wrapper .border1 {
  border: 2px solid #efefef;
}
.cid-tIhg1spkga .wrapper .border1:hover {
  border: 2px solid #6592e6;
}
.cid-tIhg1spkga .wrapper .border2 {
  border: 2px solid #efefef;
}
.cid-tIhg1spkga .wrapper .border2:hover {
  border: 2px solid #72dfe9;
}
.cid-tIhg1spkga .wrapper .border3 {
  border: 2px solid #efefef;
}
.cid-tIhg1spkga .wrapper .border3:hover {
  border: 2px solid #ff6666;
}
@media (max-width: 767px) {
  .cid-tIhg1spkga .wrapper {
    justify-content: center;
  }
}
.cid-tIhg1spkga .link-wrapper {
  align-items: center;
  display: flex;
}
.cid-tIhg1spkga .link-wrapper p {
  padding: 0;
  margin: 0;
  padding-left: 0.5rem;
}
.cid-tIhg1spkga .inline-wrapper {
  display: inline-block;
}
.cid-tIhg1spkga .align-wrapper {
  width: 100%;
}
.cid-tIhg1spkga .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #1c1c25 inset;
  border-radius: 4px;
  min-width: 20px;
  width: 20px;
  align-items: center;
  display: flex;
  height: 20px;
  margin: 0 0.4rem;
  justify-content: center;
  transition: all 0.3s;
}
.cid-tIhg1spkga .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-tIhg1spkga .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-tIhg1spkga .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-tIhg1spkga .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: .5rem;
  font-weight: 900;
  color: #1c1c25;
}
.cid-tIhg1spkga .icon-bg {
  position: absolute;
  overflow: visible;
  top: 3px;
  right: -3px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 4px;
  background: #ffb18a;
}
.cid-tIhg1spkga img {
  border-radius: 8px;
}
.cid-tIhg1spkga .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-tIhg1spkga .mbr-section-subtitle {
  color: #767676;
}
.cid-tIhg1spkga .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-tIhg1spkga .card-text {
  color: #767676;
}
.cid-tIhg1spkga .main-sub-title,
.cid-tIhg1spkga .align-wrapper {
  color: #33358c;
}
.cid-tIhg1spkga .main-text {
  color: #777d74;
}
.cid-tIhg1spkga .hover:hover .main-text-title {
  color: #f2684b !important;
}
.cid-tIhg1spkga .main-text-title {
  color: #232323;
  transition: all 0.3s;
}
.cid-tIhg1spkga .main-text,
.cid-tIhg1spkga .link-align-wrapper {
  color: #232323;
}
.cid-tIhg1spkga .main-title {
  color: #232323;
}
.cid-tFBO4cQmt4 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f8f8f8;
  z-index: 2;
}
.cid-tFBO4cQmt4 .row {
  justify-content: space-between;
}
.cid-tFBO4cQmt4 .wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-tFBO4cQmt4 .wrapper .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tFBO4cQmt4 .wrapper .icon-wrapper {
  width: 60px;
  height: 60px;
  background: #ffffff;
  border-radius: 8px;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-tFBO4cQmt4 .wrapper .icon-wrapper {
    margin: 0 0.5rem;
  }
}
.cid-tFBO4cQmt4 .wrapper .icon1 {
  color: #6592e6;
}
.cid-tFBO4cQmt4 .wrapper .icon2 {
  color: #72dfe9;
}
.cid-tFBO4cQmt4 .wrapper .icon3 {
  color: #ff6666;
}
.cid-tFBO4cQmt4 .wrapper .border1 {
  border: 2px solid #efefef;
}
.cid-tFBO4cQmt4 .wrapper .border1:hover {
  border: 2px solid #6592e6;
}
.cid-tFBO4cQmt4 .wrapper .border2 {
  border: 2px solid #efefef;
}
.cid-tFBO4cQmt4 .wrapper .border2:hover {
  border: 2px solid #72dfe9;
}
.cid-tFBO4cQmt4 .wrapper .border3 {
  border: 2px solid #efefef;
}
.cid-tFBO4cQmt4 .wrapper .border3:hover {
  border: 2px solid #ff6666;
}
@media (max-width: 767px) {
  .cid-tFBO4cQmt4 .wrapper {
    justify-content: center;
  }
}
.cid-tFBO4cQmt4 .link-wrapper {
  align-items: center;
  display: flex;
}
.cid-tFBO4cQmt4 .link-wrapper p {
  padding: 0;
  margin: 0;
  padding-left: 0.5rem;
}
.cid-tFBO4cQmt4 .inline-wrapper {
  display: inline-block;
}
.cid-tFBO4cQmt4 .align-wrapper {
  width: 100%;
}
.cid-tFBO4cQmt4 .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #1c1c25 inset;
  border-radius: 4px;
  min-width: 20px;
  width: 20px;
  align-items: center;
  display: flex;
  height: 20px;
  margin: 0 0.4rem;
  justify-content: center;
  transition: all 0.3s;
}
.cid-tFBO4cQmt4 .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-tFBO4cQmt4 .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-tFBO4cQmt4 .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-tFBO4cQmt4 .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: .5rem;
  font-weight: 900;
  color: #1c1c25;
}
.cid-tFBO4cQmt4 .icon-bg {
  position: absolute;
  overflow: visible;
  top: 3px;
  right: -3px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 4px;
  background: #ffb18a;
}
.cid-tFBO4cQmt4 img {
  border-radius: 8px;
}
.cid-tFBO4cQmt4 .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-tFBO4cQmt4 .mbr-section-subtitle {
  color: #767676;
}
.cid-tFBO4cQmt4 .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-tFBO4cQmt4 .card-text {
  color: #767676;
}
.cid-tFBO4cQmt4 .main-sub-title,
.cid-tFBO4cQmt4 .align-wrapper {
  color: #33358c;
}
.cid-tFBO4cQmt4 .main-text {
  color: #777d74;
}
.cid-tFBO4cQmt4 .hover:hover .main-text-title {
  color: #f2684b !important;
}
.cid-tFBO4cQmt4 .main-text-title {
  color: #232323;
  transition: all 0.3s;
}
.cid-tFBO4cQmt4 .main-text,
.cid-tFBO4cQmt4 .link-align-wrapper {
  color: #232323;
}
.cid-tFBO4cQmt4 .main-title {
  color: #232323;
}
.cid-tFBMj3hS8F {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f8f8f8;
  z-index: 2;
}
.cid-tFBMj3hS8F .row {
  justify-content: space-between;
}
.cid-tFBMj3hS8F .wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-tFBMj3hS8F .wrapper .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tFBMj3hS8F .wrapper .icon-wrapper {
  width: 60px;
  height: 60px;
  background: #ffffff;
  border-radius: 8px;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-tFBMj3hS8F .wrapper .icon-wrapper {
    margin: 0 0.5rem;
  }
}
.cid-tFBMj3hS8F .wrapper .icon1 {
  color: #6592e6;
}
.cid-tFBMj3hS8F .wrapper .icon2 {
  color: #72dfe9;
}
.cid-tFBMj3hS8F .wrapper .icon3 {
  color: #ff6666;
}
.cid-tFBMj3hS8F .wrapper .border1 {
  border: 2px solid #efefef;
}
.cid-tFBMj3hS8F .wrapper .border1:hover {
  border: 2px solid #6592e6;
}
.cid-tFBMj3hS8F .wrapper .border2 {
  border: 2px solid #efefef;
}
.cid-tFBMj3hS8F .wrapper .border2:hover {
  border: 2px solid #72dfe9;
}
.cid-tFBMj3hS8F .wrapper .border3 {
  border: 2px solid #efefef;
}
.cid-tFBMj3hS8F .wrapper .border3:hover {
  border: 2px solid #ff6666;
}
@media (max-width: 767px) {
  .cid-tFBMj3hS8F .wrapper {
    justify-content: center;
  }
}
.cid-tFBMj3hS8F .link-wrapper {
  align-items: center;
  display: flex;
}
.cid-tFBMj3hS8F .link-wrapper p {
  padding: 0;
  margin: 0;
  padding-left: 0.5rem;
}
.cid-tFBMj3hS8F .inline-wrapper {
  display: inline-block;
}
.cid-tFBMj3hS8F .align-wrapper {
  width: 100%;
}
.cid-tFBMj3hS8F .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #1c1c25 inset;
  border-radius: 4px;
  min-width: 20px;
  width: 20px;
  align-items: center;
  display: flex;
  height: 20px;
  margin: 0 0.4rem;
  justify-content: center;
  transition: all 0.3s;
}
.cid-tFBMj3hS8F .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-tFBMj3hS8F .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-tFBMj3hS8F .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-tFBMj3hS8F .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: .5rem;
  font-weight: 900;
  color: #1c1c25;
}
.cid-tFBMj3hS8F .icon-bg {
  position: absolute;
  overflow: visible;
  top: 3px;
  right: -3px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 4px;
  background: #ffb18a;
}
.cid-tFBMj3hS8F img {
  border-radius: 8px;
}
.cid-tFBMj3hS8F .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-tFBMj3hS8F .mbr-section-subtitle {
  color: #767676;
}
.cid-tFBMj3hS8F .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-tFBMj3hS8F .card-text {
  color: #767676;
}
.cid-tFBMj3hS8F .main-sub-title,
.cid-tFBMj3hS8F .align-wrapper {
  color: #33358c;
}
.cid-tFBMj3hS8F .main-text {
  color: #777d74;
}
.cid-tFBMj3hS8F .hover:hover .main-text-title {
  color: #f2684b !important;
}
.cid-tFBMj3hS8F .main-text-title {
  color: #232323;
  transition: all 0.3s;
}
.cid-tFBMj3hS8F .main-text,
.cid-tFBMj3hS8F .link-align-wrapper {
  color: #232323;
}
.cid-tFBMj3hS8F .main-title {
  color: #232323;
}
.cid-tFBPZ5m1Yj {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f8f8f8;
  z-index: 2;
}
.cid-tFBPZ5m1Yj .row {
  justify-content: space-between;
}
.cid-tFBPZ5m1Yj .wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-tFBPZ5m1Yj .wrapper .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tFBPZ5m1Yj .wrapper .icon-wrapper {
  width: 60px;
  height: 60px;
  background: #ffffff;
  border-radius: 8px;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-tFBPZ5m1Yj .wrapper .icon-wrapper {
    margin: 0 0.5rem;
  }
}
.cid-tFBPZ5m1Yj .wrapper .icon1 {
  color: #6592e6;
}
.cid-tFBPZ5m1Yj .wrapper .icon2 {
  color: #72dfe9;
}
.cid-tFBPZ5m1Yj .wrapper .icon3 {
  color: #ff6666;
}
.cid-tFBPZ5m1Yj .wrapper .border1 {
  border: 2px solid #efefef;
}
.cid-tFBPZ5m1Yj .wrapper .border1:hover {
  border: 2px solid #6592e6;
}
.cid-tFBPZ5m1Yj .wrapper .border2 {
  border: 2px solid #efefef;
}
.cid-tFBPZ5m1Yj .wrapper .border2:hover {
  border: 2px solid #72dfe9;
}
.cid-tFBPZ5m1Yj .wrapper .border3 {
  border: 2px solid #efefef;
}
.cid-tFBPZ5m1Yj .wrapper .border3:hover {
  border: 2px solid #ff6666;
}
@media (max-width: 767px) {
  .cid-tFBPZ5m1Yj .wrapper {
    justify-content: center;
  }
}
.cid-tFBPZ5m1Yj .link-wrapper {
  align-items: center;
  display: flex;
}
.cid-tFBPZ5m1Yj .link-wrapper p {
  padding: 0;
  margin: 0;
  padding-left: 0.5rem;
}
.cid-tFBPZ5m1Yj .inline-wrapper {
  display: inline-block;
}
.cid-tFBPZ5m1Yj .align-wrapper {
  width: 100%;
}
.cid-tFBPZ5m1Yj .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #1c1c25 inset;
  border-radius: 4px;
  min-width: 20px;
  width: 20px;
  align-items: center;
  display: flex;
  height: 20px;
  margin: 0 0.4rem;
  justify-content: center;
  transition: all 0.3s;
}
.cid-tFBPZ5m1Yj .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-tFBPZ5m1Yj .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-tFBPZ5m1Yj .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-tFBPZ5m1Yj .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: .5rem;
  font-weight: 900;
  color: #1c1c25;
}
.cid-tFBPZ5m1Yj .icon-bg {
  position: absolute;
  overflow: visible;
  top: 3px;
  right: -3px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 4px;
  background: #ffb18a;
}
.cid-tFBPZ5m1Yj img {
  border-radius: 8px;
}
.cid-tFBPZ5m1Yj .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-tFBPZ5m1Yj .mbr-section-subtitle {
  color: #767676;
}
.cid-tFBPZ5m1Yj .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-tFBPZ5m1Yj .card-text {
  color: #767676;
}
.cid-tFBPZ5m1Yj .main-sub-title,
.cid-tFBPZ5m1Yj .align-wrapper {
  color: #33358c;
}
.cid-tFBPZ5m1Yj .main-text {
  color: #777d74;
}
.cid-tFBPZ5m1Yj .hover:hover .main-text-title {
  color: #f2684b !important;
}
.cid-tFBPZ5m1Yj .main-text-title {
  color: #232323;
  transition: all 0.3s;
}
.cid-tFBPZ5m1Yj .main-text,
.cid-tFBPZ5m1Yj .link-align-wrapper {
  color: #232323;
}
.cid-tFBPZ5m1Yj .main-title {
  color: #232323;
}
.cid-tFBPq26Mqp {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f8f8f8;
  z-index: 2;
}
.cid-tFBPq26Mqp .row {
  justify-content: space-between;
}
.cid-tFBPq26Mqp .wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-tFBPq26Mqp .wrapper .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tFBPq26Mqp .wrapper .icon-wrapper {
  width: 60px;
  height: 60px;
  background: #ffffff;
  border-radius: 8px;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-tFBPq26Mqp .wrapper .icon-wrapper {
    margin: 0 0.5rem;
  }
}
.cid-tFBPq26Mqp .wrapper .icon1 {
  color: #6592e6;
}
.cid-tFBPq26Mqp .wrapper .icon2 {
  color: #72dfe9;
}
.cid-tFBPq26Mqp .wrapper .icon3 {
  color: #ff6666;
}
.cid-tFBPq26Mqp .wrapper .border1 {
  border: 2px solid #efefef;
}
.cid-tFBPq26Mqp .wrapper .border1:hover {
  border: 2px solid #6592e6;
}
.cid-tFBPq26Mqp .wrapper .border2 {
  border: 2px solid #efefef;
}
.cid-tFBPq26Mqp .wrapper .border2:hover {
  border: 2px solid #72dfe9;
}
.cid-tFBPq26Mqp .wrapper .border3 {
  border: 2px solid #efefef;
}
.cid-tFBPq26Mqp .wrapper .border3:hover {
  border: 2px solid #ff6666;
}
@media (max-width: 767px) {
  .cid-tFBPq26Mqp .wrapper {
    justify-content: center;
  }
}
.cid-tFBPq26Mqp .link-wrapper {
  align-items: center;
  display: flex;
}
.cid-tFBPq26Mqp .link-wrapper p {
  padding: 0;
  margin: 0;
  padding-left: 0.5rem;
}
.cid-tFBPq26Mqp .inline-wrapper {
  display: inline-block;
}
.cid-tFBPq26Mqp .align-wrapper {
  width: 100%;
}
.cid-tFBPq26Mqp .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #1c1c25 inset;
  border-radius: 4px;
  min-width: 20px;
  width: 20px;
  align-items: center;
  display: flex;
  height: 20px;
  margin: 0 0.4rem;
  justify-content: center;
  transition: all 0.3s;
}
.cid-tFBPq26Mqp .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-tFBPq26Mqp .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-tFBPq26Mqp .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-tFBPq26Mqp .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: .5rem;
  font-weight: 900;
  color: #1c1c25;
}
.cid-tFBPq26Mqp .icon-bg {
  position: absolute;
  overflow: visible;
  top: 3px;
  right: -3px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 4px;
  background: #ffb18a;
}
.cid-tFBPq26Mqp img {
  border-radius: 8px;
}
.cid-tFBPq26Mqp .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-tFBPq26Mqp .mbr-section-subtitle {
  color: #767676;
}
.cid-tFBPq26Mqp .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-tFBPq26Mqp .card-text {
  color: #767676;
}
.cid-tFBPq26Mqp .main-sub-title,
.cid-tFBPq26Mqp .align-wrapper {
  color: #33358c;
}
.cid-tFBPq26Mqp .main-text {
  color: #777d74;
}
.cid-tFBPq26Mqp .hover:hover .main-text-title {
  color: #f2684b !important;
}
.cid-tFBPq26Mqp .main-text-title {
  color: #232323;
  transition: all 0.3s;
}
.cid-tFBPq26Mqp .main-text,
.cid-tFBPq26Mqp .link-align-wrapper {
  color: #232323;
}
.cid-tFBPq26Mqp .main-title {
  color: #232323;
}
.cid-tzXjM7Ngwq {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f8f8f8;
  z-index: 2;
}
.cid-tzXjM7Ngwq .row {
  justify-content: space-between;
}
.cid-tzXjM7Ngwq .wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-tzXjM7Ngwq .wrapper .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tzXjM7Ngwq .wrapper .icon-wrapper {
  width: 60px;
  height: 60px;
  background: #ffffff;
  border-radius: 8px;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-tzXjM7Ngwq .wrapper .icon-wrapper {
    margin: 0 0.5rem;
  }
}
.cid-tzXjM7Ngwq .wrapper .icon1 {
  color: #6592e6;
}
.cid-tzXjM7Ngwq .wrapper .icon2 {
  color: #72dfe9;
}
.cid-tzXjM7Ngwq .wrapper .icon3 {
  color: #ff6666;
}
.cid-tzXjM7Ngwq .wrapper .border1 {
  border: 2px solid #efefef;
}
.cid-tzXjM7Ngwq .wrapper .border1:hover {
  border: 2px solid #6592e6;
}
.cid-tzXjM7Ngwq .wrapper .border2 {
  border: 2px solid #efefef;
}
.cid-tzXjM7Ngwq .wrapper .border2:hover {
  border: 2px solid #72dfe9;
}
.cid-tzXjM7Ngwq .wrapper .border3 {
  border: 2px solid #efefef;
}
.cid-tzXjM7Ngwq .wrapper .border3:hover {
  border: 2px solid #ff6666;
}
@media (max-width: 767px) {
  .cid-tzXjM7Ngwq .wrapper {
    justify-content: center;
  }
}
.cid-tzXjM7Ngwq .link-wrapper {
  align-items: center;
  display: flex;
}
.cid-tzXjM7Ngwq .link-wrapper p {
  padding: 0;
  margin: 0;
  padding-left: 0.5rem;
}
.cid-tzXjM7Ngwq .inline-wrapper {
  display: inline-block;
}
.cid-tzXjM7Ngwq .align-wrapper {
  width: 100%;
}
.cid-tzXjM7Ngwq .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #1c1c25 inset;
  border-radius: 4px;
  min-width: 20px;
  width: 20px;
  align-items: center;
  display: flex;
  height: 20px;
  margin: 0 0.4rem;
  justify-content: center;
  transition: all 0.3s;
}
.cid-tzXjM7Ngwq .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-tzXjM7Ngwq .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-tzXjM7Ngwq .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-tzXjM7Ngwq .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: .5rem;
  font-weight: 900;
  color: #1c1c25;
}
.cid-tzXjM7Ngwq .icon-bg {
  position: absolute;
  overflow: visible;
  top: 3px;
  right: -3px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 4px;
  background: #ffb18a;
}
.cid-tzXjM7Ngwq img {
  border-radius: 8px;
}
.cid-tzXjM7Ngwq .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-tzXjM7Ngwq .mbr-section-subtitle {
  color: #767676;
}
.cid-tzXjM7Ngwq .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-tzXjM7Ngwq .card-text {
  color: #767676;
}
.cid-tzXjM7Ngwq .main-sub-title,
.cid-tzXjM7Ngwq .align-wrapper {
  color: #33358c;
}
.cid-tzXjM7Ngwq .main-text {
  color: #777d74;
}
.cid-tzXjM7Ngwq .hover:hover .main-text-title {
  color: #f2684b !important;
}
.cid-tzXjM7Ngwq .main-text-title {
  color: #232323;
  transition: all 0.3s;
}
.cid-tzXjM7Ngwq .main-text,
.cid-tzXjM7Ngwq .link-align-wrapper {
  color: #232323;
}
.cid-tzXjM7Ngwq .main-title {
  color: #232323;
}
.cid-ttnk8cocem {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f8f8f8;
  z-index: 2;
}
.cid-ttnk8cocem .row {
  justify-content: space-between;
}
.cid-ttnk8cocem .wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-ttnk8cocem .wrapper .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-ttnk8cocem .wrapper .icon-wrapper {
  width: 60px;
  height: 60px;
  background: #ffffff;
  border-radius: 8px;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-ttnk8cocem .wrapper .icon-wrapper {
    margin: 0 0.5rem;
  }
}
.cid-ttnk8cocem .wrapper .icon1 {
  color: #6592e6;
}
.cid-ttnk8cocem .wrapper .icon2 {
  color: #72dfe9;
}
.cid-ttnk8cocem .wrapper .icon3 {
  color: #ff6666;
}
.cid-ttnk8cocem .wrapper .border1 {
  border: 2px solid #efefef;
}
.cid-ttnk8cocem .wrapper .border1:hover {
  border: 2px solid #6592e6;
}
.cid-ttnk8cocem .wrapper .border2 {
  border: 2px solid #efefef;
}
.cid-ttnk8cocem .wrapper .border2:hover {
  border: 2px solid #72dfe9;
}
.cid-ttnk8cocem .wrapper .border3 {
  border: 2px solid #efefef;
}
.cid-ttnk8cocem .wrapper .border3:hover {
  border: 2px solid #ff6666;
}
@media (max-width: 767px) {
  .cid-ttnk8cocem .wrapper {
    justify-content: center;
  }
}
.cid-ttnk8cocem .link-wrapper {
  align-items: center;
  display: flex;
}
.cid-ttnk8cocem .link-wrapper p {
  padding: 0;
  margin: 0;
  padding-left: 0.5rem;
}
.cid-ttnk8cocem .inline-wrapper {
  display: inline-block;
}
.cid-ttnk8cocem .align-wrapper {
  width: 100%;
}
.cid-ttnk8cocem .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #1c1c25 inset;
  border-radius: 4px;
  min-width: 20px;
  width: 20px;
  align-items: center;
  display: flex;
  height: 20px;
  margin: 0 0.4rem;
  justify-content: center;
  transition: all 0.3s;
}
.cid-ttnk8cocem .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-ttnk8cocem .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-ttnk8cocem .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-ttnk8cocem .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: .5rem;
  font-weight: 900;
  color: #1c1c25;
}
.cid-ttnk8cocem .icon-bg {
  position: absolute;
  overflow: visible;
  top: 3px;
  right: -3px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 4px;
  background: #ffb18a;
}
.cid-ttnk8cocem img {
  border-radius: 8px;
}
.cid-ttnk8cocem .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-ttnk8cocem .mbr-section-subtitle {
  color: #767676;
}
.cid-ttnk8cocem .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-ttnk8cocem .card-text {
  color: #767676;
}
.cid-ttnk8cocem .main-sub-title,
.cid-ttnk8cocem .align-wrapper {
  color: #33358c;
}
.cid-ttnk8cocem .main-text {
  color: #777d74;
}
.cid-ttnk8cocem .hover:hover .main-text-title {
  color: #f2684b !important;
}
.cid-ttnk8cocem .main-text-title {
  color: #232323;
  transition: all 0.3s;
}
.cid-ttnk8cocem .main-text,
.cid-ttnk8cocem .link-align-wrapper {
  color: #232323;
}
.cid-ttnk8cocem .main-title {
  color: #232323;
}
.cid-tpdivNntHd {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f8f8f8;
  z-index: 2;
}
.cid-tpdivNntHd .row {
  justify-content: space-between;
}
.cid-tpdivNntHd .wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-tpdivNntHd .wrapper .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tpdivNntHd .wrapper .icon-wrapper {
  width: 60px;
  height: 60px;
  background: #ffffff;
  border-radius: 8px;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-tpdivNntHd .wrapper .icon-wrapper {
    margin: 0 0.5rem;
  }
}
.cid-tpdivNntHd .wrapper .icon1 {
  color: #6592e6;
}
.cid-tpdivNntHd .wrapper .icon2 {
  color: #72dfe9;
}
.cid-tpdivNntHd .wrapper .icon3 {
  color: #ff6666;
}
.cid-tpdivNntHd .wrapper .border1 {
  border: 2px solid #efefef;
}
.cid-tpdivNntHd .wrapper .border1:hover {
  border: 2px solid #6592e6;
}
.cid-tpdivNntHd .wrapper .border2 {
  border: 2px solid #efefef;
}
.cid-tpdivNntHd .wrapper .border2:hover {
  border: 2px solid #72dfe9;
}
.cid-tpdivNntHd .wrapper .border3 {
  border: 2px solid #efefef;
}
.cid-tpdivNntHd .wrapper .border3:hover {
  border: 2px solid #ff6666;
}
@media (max-width: 767px) {
  .cid-tpdivNntHd .wrapper {
    justify-content: center;
  }
}
.cid-tpdivNntHd .link-wrapper {
  align-items: center;
  display: flex;
}
.cid-tpdivNntHd .link-wrapper p {
  padding: 0;
  margin: 0;
  padding-left: 0.5rem;
}
.cid-tpdivNntHd .inline-wrapper {
  display: inline-block;
}
.cid-tpdivNntHd .align-wrapper {
  width: 100%;
}
.cid-tpdivNntHd .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #1c1c25 inset;
  border-radius: 4px;
  min-width: 20px;
  width: 20px;
  align-items: center;
  display: flex;
  height: 20px;
  margin: 0 0.4rem;
  justify-content: center;
  transition: all 0.3s;
}
.cid-tpdivNntHd .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-tpdivNntHd .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-tpdivNntHd .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-tpdivNntHd .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: .5rem;
  font-weight: 900;
  color: #1c1c25;
}
.cid-tpdivNntHd .icon-bg {
  position: absolute;
  overflow: visible;
  top: 3px;
  right: -3px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 4px;
  background: #ffb18a;
}
.cid-tpdivNntHd img {
  border-radius: 8px;
}
.cid-tpdivNntHd .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-tpdivNntHd .mbr-section-subtitle {
  color: #767676;
}
.cid-tpdivNntHd .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-tpdivNntHd .card-text {
  color: #767676;
}
.cid-tpdivNntHd .main-sub-title,
.cid-tpdivNntHd .align-wrapper {
  color: #33358c;
}
.cid-tpdivNntHd .main-text {
  color: #777d74;
}
.cid-tpdivNntHd .hover:hover .main-text-title {
  color: #f2684b !important;
}
.cid-tpdivNntHd .main-text-title {
  color: #232323;
  transition: all 0.3s;
}
.cid-tpdivNntHd .main-text,
.cid-tpdivNntHd .link-align-wrapper {
  color: #232323;
}
.cid-tpdivNntHd .main-title {
  color: #232323;
}
.cid-tpdiVUBU2p {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f8f8f8;
  z-index: 2;
}
.cid-tpdiVUBU2p .row {
  justify-content: space-between;
}
.cid-tpdiVUBU2p .wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-tpdiVUBU2p .wrapper .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tpdiVUBU2p .wrapper .icon-wrapper {
  width: 60px;
  height: 60px;
  background: #ffffff;
  border-radius: 8px;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-tpdiVUBU2p .wrapper .icon-wrapper {
    margin: 0 0.5rem;
  }
}
.cid-tpdiVUBU2p .wrapper .icon1 {
  color: #6592e6;
}
.cid-tpdiVUBU2p .wrapper .icon2 {
  color: #72dfe9;
}
.cid-tpdiVUBU2p .wrapper .icon3 {
  color: #ff6666;
}
.cid-tpdiVUBU2p .wrapper .border1 {
  border: 2px solid #efefef;
}
.cid-tpdiVUBU2p .wrapper .border1:hover {
  border: 2px solid #6592e6;
}
.cid-tpdiVUBU2p .wrapper .border2 {
  border: 2px solid #efefef;
}
.cid-tpdiVUBU2p .wrapper .border2:hover {
  border: 2px solid #72dfe9;
}
.cid-tpdiVUBU2p .wrapper .border3 {
  border: 2px solid #efefef;
}
.cid-tpdiVUBU2p .wrapper .border3:hover {
  border: 2px solid #ff6666;
}
@media (max-width: 767px) {
  .cid-tpdiVUBU2p .wrapper {
    justify-content: center;
  }
}
.cid-tpdiVUBU2p .link-wrapper {
  align-items: center;
  display: flex;
}
.cid-tpdiVUBU2p .link-wrapper p {
  padding: 0;
  margin: 0;
  padding-left: 0.5rem;
}
.cid-tpdiVUBU2p .inline-wrapper {
  display: inline-block;
}
.cid-tpdiVUBU2p .align-wrapper {
  width: 100%;
}
.cid-tpdiVUBU2p .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #1c1c25 inset;
  border-radius: 4px;
  min-width: 20px;
  width: 20px;
  align-items: center;
  display: flex;
  height: 20px;
  margin: 0 0.4rem;
  justify-content: center;
  transition: all 0.3s;
}
.cid-tpdiVUBU2p .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-tpdiVUBU2p .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-tpdiVUBU2p .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-tpdiVUBU2p .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: .5rem;
  font-weight: 900;
  color: #1c1c25;
}
.cid-tpdiVUBU2p .icon-bg {
  position: absolute;
  overflow: visible;
  top: 3px;
  right: -3px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 4px;
  background: #ffb18a;
}
.cid-tpdiVUBU2p img {
  border-radius: 8px;
}
.cid-tpdiVUBU2p .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-tpdiVUBU2p .mbr-section-subtitle {
  color: #767676;
}
.cid-tpdiVUBU2p .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-tpdiVUBU2p .card-text {
  color: #767676;
}
.cid-tpdiVUBU2p .main-sub-title,
.cid-tpdiVUBU2p .align-wrapper {
  color: #33358c;
}
.cid-tpdiVUBU2p .main-text {
  color: #777d74;
}
.cid-tpdiVUBU2p .hover:hover .main-text-title {
  color: #f2684b !important;
}
.cid-tpdiVUBU2p .main-text-title {
  color: #232323;
  transition: all 0.3s;
}
.cid-tpdiVUBU2p .main-text,
.cid-tpdiVUBU2p .link-align-wrapper {
  color: #232323;
}
.cid-tpdiVUBU2p .main-title {
  color: #232323;
}
.cid-tpdjyJjeaD {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f8f8f8;
  z-index: 2;
}
.cid-tpdjyJjeaD .row {
  justify-content: space-between;
}
.cid-tpdjyJjeaD .wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-tpdjyJjeaD .wrapper .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tpdjyJjeaD .wrapper .icon-wrapper {
  width: 60px;
  height: 60px;
  background: #ffffff;
  border-radius: 8px;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-tpdjyJjeaD .wrapper .icon-wrapper {
    margin: 0 0.5rem;
  }
}
.cid-tpdjyJjeaD .wrapper .icon1 {
  color: #6592e6;
}
.cid-tpdjyJjeaD .wrapper .icon2 {
  color: #72dfe9;
}
.cid-tpdjyJjeaD .wrapper .icon3 {
  color: #ff6666;
}
.cid-tpdjyJjeaD .wrapper .border1 {
  border: 2px solid #efefef;
}
.cid-tpdjyJjeaD .wrapper .border1:hover {
  border: 2px solid #6592e6;
}
.cid-tpdjyJjeaD .wrapper .border2 {
  border: 2px solid #efefef;
}
.cid-tpdjyJjeaD .wrapper .border2:hover {
  border: 2px solid #72dfe9;
}
.cid-tpdjyJjeaD .wrapper .border3 {
  border: 2px solid #efefef;
}
.cid-tpdjyJjeaD .wrapper .border3:hover {
  border: 2px solid #ff6666;
}
@media (max-width: 767px) {
  .cid-tpdjyJjeaD .wrapper {
    justify-content: center;
  }
}
.cid-tpdjyJjeaD .link-wrapper {
  align-items: center;
  display: flex;
}
.cid-tpdjyJjeaD .link-wrapper p {
  padding: 0;
  margin: 0;
  padding-left: 0.5rem;
}
.cid-tpdjyJjeaD .inline-wrapper {
  display: inline-block;
}
.cid-tpdjyJjeaD .align-wrapper {
  width: 100%;
}
.cid-tpdjyJjeaD .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #1c1c25 inset;
  border-radius: 4px;
  min-width: 20px;
  width: 20px;
  align-items: center;
  display: flex;
  height: 20px;
  margin: 0 0.4rem;
  justify-content: center;
  transition: all 0.3s;
}
.cid-tpdjyJjeaD .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-tpdjyJjeaD .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-tpdjyJjeaD .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-tpdjyJjeaD .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: .5rem;
  font-weight: 900;
  color: #1c1c25;
}
.cid-tpdjyJjeaD .icon-bg {
  position: absolute;
  overflow: visible;
  top: 3px;
  right: -3px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 4px;
  background: #ffb18a;
}
.cid-tpdjyJjeaD img {
  border-radius: 8px;
}
.cid-tpdjyJjeaD .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-tpdjyJjeaD .mbr-section-subtitle {
  color: #767676;
}
.cid-tpdjyJjeaD .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-tpdjyJjeaD .card-text {
  color: #767676;
}
.cid-tpdjyJjeaD .main-sub-title,
.cid-tpdjyJjeaD .align-wrapper {
  color: #33358c;
}
.cid-tpdjyJjeaD .main-text {
  color: #777d74;
}
.cid-tpdjyJjeaD .hover:hover .main-text-title {
  color: #f2684b !important;
}
.cid-tpdjyJjeaD .main-text-title {
  color: #232323;
  transition: all 0.3s;
}
.cid-tpdjyJjeaD .main-text,
.cid-tpdjyJjeaD .link-align-wrapper {
  color: #232323;
}
.cid-tpdjyJjeaD .main-title {
  color: #232323;
}
.cid-t8eZuBMTXR {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f8f8f8;
  z-index: 2;
}
.cid-t8eZuBMTXR .row {
  justify-content: space-between;
}
.cid-t8eZuBMTXR .wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-t8eZuBMTXR .wrapper .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-t8eZuBMTXR .wrapper .icon-wrapper {
  width: 60px;
  height: 60px;
  background: #ffffff;
  border-radius: 8px;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-t8eZuBMTXR .wrapper .icon-wrapper {
    margin: 0 0.5rem;
  }
}
.cid-t8eZuBMTXR .wrapper .icon1 {
  color: #f14105;
}
.cid-t8eZuBMTXR .wrapper .icon2 {
  color: #72dfe9;
}
.cid-t8eZuBMTXR .wrapper .icon3 {
  color: #ff6666;
}
.cid-t8eZuBMTXR .wrapper .border1 {
  border: 2px solid #efefef;
}
.cid-t8eZuBMTXR .wrapper .border1:hover {
  border: 2px solid #f14105;
}
.cid-t8eZuBMTXR .wrapper .border2 {
  border: 2px solid #efefef;
}
.cid-t8eZuBMTXR .wrapper .border2:hover {
  border: 2px solid #72dfe9;
}
.cid-t8eZuBMTXR .wrapper .border3 {
  border: 2px solid #efefef;
}
.cid-t8eZuBMTXR .wrapper .border3:hover {
  border: 2px solid #ff6666;
}
@media (max-width: 767px) {
  .cid-t8eZuBMTXR .wrapper {
    justify-content: center;
  }
}
.cid-t8eZuBMTXR .link-wrapper {
  align-items: center;
  display: flex;
}
.cid-t8eZuBMTXR .link-wrapper p {
  padding: 0;
  margin: 0;
  padding-left: 0.5rem;
}
.cid-t8eZuBMTXR .inline-wrapper {
  display: inline-block;
}
.cid-t8eZuBMTXR .align-wrapper {
  width: 100%;
}
.cid-t8eZuBMTXR .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #1c1c25 inset;
  border-radius: 4px;
  min-width: 20px;
  width: 20px;
  align-items: center;
  display: flex;
  height: 20px;
  margin: 0 0.4rem;
  justify-content: center;
  transition: all 0.3s;
}
.cid-t8eZuBMTXR .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-t8eZuBMTXR .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-t8eZuBMTXR .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-t8eZuBMTXR .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: .5rem;
  font-weight: 900;
  color: #1c1c25;
}
.cid-t8eZuBMTXR .icon-bg {
  position: absolute;
  overflow: visible;
  top: 3px;
  right: -3px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 4px;
  background: #ffb18a;
}
.cid-t8eZuBMTXR img {
  border-radius: 8px;
}
.cid-t8eZuBMTXR .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-t8eZuBMTXR .mbr-section-subtitle {
  color: #767676;
}
.cid-t8eZuBMTXR .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-t8eZuBMTXR .card-text {
  color: #767676;
}
.cid-t8eZuBMTXR .main-sub-title,
.cid-t8eZuBMTXR .align-wrapper {
  color: #232323;
}
.cid-t8eZuBMTXR .main-text {
  color: #777d74;
}
.cid-t8eZuBMTXR .hover:hover .main-text-title {
  color: #f2684b !important;
}
.cid-t8eZuBMTXR .main-text-title {
  color: #010a44;
  transition: all 0.3s;
}
.cid-t8eZuBMTXR .main-title {
  color: #232323;
}
.cid-t8eZuBMTXR .main-text,
.cid-t8eZuBMTXR .link-align-wrapper {
  color: #232323;
}
.cid-tpdnZWmE4G {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f8f8f8;
  z-index: 2;
}
.cid-tpdnZWmE4G .row {
  justify-content: space-between;
}
.cid-tpdnZWmE4G .wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-tpdnZWmE4G .wrapper .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tpdnZWmE4G .wrapper .icon-wrapper {
  width: 60px;
  height: 60px;
  background: #ffffff;
  border-radius: 8px;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-tpdnZWmE4G .wrapper .icon-wrapper {
    margin: 0 0.5rem;
  }
}
.cid-tpdnZWmE4G .wrapper .icon1 {
  color: #6592e6;
}
.cid-tpdnZWmE4G .wrapper .icon2 {
  color: #72dfe9;
}
.cid-tpdnZWmE4G .wrapper .icon3 {
  color: #ff6666;
}
.cid-tpdnZWmE4G .wrapper .border1 {
  border: 2px solid #efefef;
}
.cid-tpdnZWmE4G .wrapper .border1:hover {
  border: 2px solid #6592e6;
}
.cid-tpdnZWmE4G .wrapper .border2 {
  border: 2px solid #efefef;
}
.cid-tpdnZWmE4G .wrapper .border2:hover {
  border: 2px solid #72dfe9;
}
.cid-tpdnZWmE4G .wrapper .border3 {
  border: 2px solid #efefef;
}
.cid-tpdnZWmE4G .wrapper .border3:hover {
  border: 2px solid #ff6666;
}
@media (max-width: 767px) {
  .cid-tpdnZWmE4G .wrapper {
    justify-content: center;
  }
}
.cid-tpdnZWmE4G .link-wrapper {
  align-items: center;
  display: flex;
}
.cid-tpdnZWmE4G .link-wrapper p {
  padding: 0;
  margin: 0;
  padding-left: 0.5rem;
}
.cid-tpdnZWmE4G .inline-wrapper {
  display: inline-block;
}
.cid-tpdnZWmE4G .align-wrapper {
  width: 100%;
}
.cid-tpdnZWmE4G .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #1c1c25 inset;
  border-radius: 4px;
  min-width: 20px;
  width: 20px;
  align-items: center;
  display: flex;
  height: 20px;
  margin: 0 0.4rem;
  justify-content: center;
  transition: all 0.3s;
}
.cid-tpdnZWmE4G .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-tpdnZWmE4G .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-tpdnZWmE4G .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-tpdnZWmE4G .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: .5rem;
  font-weight: 900;
  color: #1c1c25;
}
.cid-tpdnZWmE4G .icon-bg {
  position: absolute;
  overflow: visible;
  top: 3px;
  right: -3px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 4px;
  background: #ffb18a;
}
.cid-tpdnZWmE4G img {
  border-radius: 8px;
}
.cid-tpdnZWmE4G .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-tpdnZWmE4G .mbr-section-subtitle {
  color: #767676;
}
.cid-tpdnZWmE4G .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-tpdnZWmE4G .card-text {
  color: #767676;
}
.cid-tpdnZWmE4G .main-sub-title,
.cid-tpdnZWmE4G .align-wrapper {
  color: #33358c;
}
.cid-tpdnZWmE4G .main-text {
  color: #777d74;
}
.cid-tpdnZWmE4G .hover:hover .main-text-title {
  color: #f2684b !important;
}
.cid-tpdnZWmE4G .main-text-title {
  color: #232323;
  transition: all 0.3s;
}
.cid-tpdnZWmE4G .main-text,
.cid-tpdnZWmE4G .link-align-wrapper {
  color: #232323;
}
.cid-tpdnZWmE4G .main-title {
  color: #232323;
}
.cid-tpdpGaaKtc {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f8f8f8;
  z-index: 2;
}
.cid-tpdpGaaKtc .row {
  justify-content: space-between;
}
.cid-tpdpGaaKtc .wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-tpdpGaaKtc .wrapper .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tpdpGaaKtc .wrapper .icon-wrapper {
  width: 60px;
  height: 60px;
  background: #ffffff;
  border-radius: 8px;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-tpdpGaaKtc .wrapper .icon-wrapper {
    margin: 0 0.5rem;
  }
}
.cid-tpdpGaaKtc .wrapper .icon1 {
  color: #6592e6;
}
.cid-tpdpGaaKtc .wrapper .icon2 {
  color: #72dfe9;
}
.cid-tpdpGaaKtc .wrapper .icon3 {
  color: #ff6666;
}
.cid-tpdpGaaKtc .wrapper .border1 {
  border: 2px solid #efefef;
}
.cid-tpdpGaaKtc .wrapper .border1:hover {
  border: 2px solid #6592e6;
}
.cid-tpdpGaaKtc .wrapper .border2 {
  border: 2px solid #efefef;
}
.cid-tpdpGaaKtc .wrapper .border2:hover {
  border: 2px solid #72dfe9;
}
.cid-tpdpGaaKtc .wrapper .border3 {
  border: 2px solid #efefef;
}
.cid-tpdpGaaKtc .wrapper .border3:hover {
  border: 2px solid #ff6666;
}
@media (max-width: 767px) {
  .cid-tpdpGaaKtc .wrapper {
    justify-content: center;
  }
}
.cid-tpdpGaaKtc .link-wrapper {
  align-items: center;
  display: flex;
}
.cid-tpdpGaaKtc .link-wrapper p {
  padding: 0;
  margin: 0;
  padding-left: 0.5rem;
}
.cid-tpdpGaaKtc .inline-wrapper {
  display: inline-block;
}
.cid-tpdpGaaKtc .align-wrapper {
  width: 100%;
}
.cid-tpdpGaaKtc .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #1c1c25 inset;
  border-radius: 4px;
  min-width: 20px;
  width: 20px;
  align-items: center;
  display: flex;
  height: 20px;
  margin: 0 0.4rem;
  justify-content: center;
  transition: all 0.3s;
}
.cid-tpdpGaaKtc .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-tpdpGaaKtc .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-tpdpGaaKtc .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-tpdpGaaKtc .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: .5rem;
  font-weight: 900;
  color: #1c1c25;
}
.cid-tpdpGaaKtc .icon-bg {
  position: absolute;
  overflow: visible;
  top: 3px;
  right: -3px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 4px;
  background: #ffb18a;
}
.cid-tpdpGaaKtc img {
  border-radius: 8px;
}
.cid-tpdpGaaKtc .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-tpdpGaaKtc .mbr-section-subtitle {
  color: #767676;
}
.cid-tpdpGaaKtc .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-tpdpGaaKtc .card-text {
  color: #767676;
}
.cid-tpdpGaaKtc .main-sub-title,
.cid-tpdpGaaKtc .align-wrapper {
  color: #33358c;
}
.cid-tpdpGaaKtc .main-text {
  color: #777d74;
}
.cid-tpdpGaaKtc .hover:hover .main-text-title {
  color: #f2684b !important;
}
.cid-tpdpGaaKtc .main-text-title {
  color: #232323;
  transition: all 0.3s;
}
.cid-tpdpGaaKtc .main-text,
.cid-tpdpGaaKtc .link-align-wrapper {
  color: #232323;
}
.cid-tpdpGaaKtc .main-title {
  color: #232323;
}
.cid-tpdqZKR71E {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f8f8f8;
  z-index: 2;
}
.cid-tpdqZKR71E .row {
  justify-content: space-between;
}
.cid-tpdqZKR71E .wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-tpdqZKR71E .wrapper .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tpdqZKR71E .wrapper .icon-wrapper {
  width: 60px;
  height: 60px;
  background: #ffffff;
  border-radius: 8px;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-tpdqZKR71E .wrapper .icon-wrapper {
    margin: 0 0.5rem;
  }
}
.cid-tpdqZKR71E .wrapper .icon1 {
  color: #6592e6;
}
.cid-tpdqZKR71E .wrapper .icon2 {
  color: #72dfe9;
}
.cid-tpdqZKR71E .wrapper .icon3 {
  color: #ff6666;
}
.cid-tpdqZKR71E .wrapper .border1 {
  border: 2px solid #efefef;
}
.cid-tpdqZKR71E .wrapper .border1:hover {
  border: 2px solid #6592e6;
}
.cid-tpdqZKR71E .wrapper .border2 {
  border: 2px solid #efefef;
}
.cid-tpdqZKR71E .wrapper .border2:hover {
  border: 2px solid #72dfe9;
}
.cid-tpdqZKR71E .wrapper .border3 {
  border: 2px solid #efefef;
}
.cid-tpdqZKR71E .wrapper .border3:hover {
  border: 2px solid #ff6666;
}
@media (max-width: 767px) {
  .cid-tpdqZKR71E .wrapper {
    justify-content: center;
  }
}
.cid-tpdqZKR71E .link-wrapper {
  align-items: center;
  display: flex;
}
.cid-tpdqZKR71E .link-wrapper p {
  padding: 0;
  margin: 0;
  padding-left: 0.5rem;
}
.cid-tpdqZKR71E .inline-wrapper {
  display: inline-block;
}
.cid-tpdqZKR71E .align-wrapper {
  width: 100%;
}
.cid-tpdqZKR71E .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #1c1c25 inset;
  border-radius: 4px;
  min-width: 20px;
  width: 20px;
  align-items: center;
  display: flex;
  height: 20px;
  margin: 0 0.4rem;
  justify-content: center;
  transition: all 0.3s;
}
.cid-tpdqZKR71E .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-tpdqZKR71E .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-tpdqZKR71E .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-tpdqZKR71E .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: .5rem;
  font-weight: 900;
  color: #1c1c25;
}
.cid-tpdqZKR71E .icon-bg {
  position: absolute;
  overflow: visible;
  top: 3px;
  right: -3px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 4px;
  background: #ffb18a;
}
.cid-tpdqZKR71E img {
  border-radius: 8px;
}
.cid-tpdqZKR71E .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-tpdqZKR71E .mbr-section-subtitle {
  color: #767676;
}
.cid-tpdqZKR71E .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-tpdqZKR71E .card-text {
  color: #767676;
}
.cid-tpdqZKR71E .main-sub-title,
.cid-tpdqZKR71E .align-wrapper {
  color: #33358c;
}
.cid-tpdqZKR71E .main-text {
  color: #777d74;
}
.cid-tpdqZKR71E .hover:hover .main-text-title {
  color: #f2684b !important;
}
.cid-tpdqZKR71E .main-text-title {
  color: #232323;
  transition: all 0.3s;
}
.cid-tpdqZKR71E .main-text,
.cid-tpdqZKR71E .link-align-wrapper {
  color: #232323;
}
.cid-tpdqZKR71E .main-title {
  color: #232323;
}
.cid-tQieAfDdn6 {
  padding-top: 60px;
  padding-bottom: 75px;
  background: #ffffff;
}
.cid-tQieAfDdn6 .mbr-section-subtitle {
  color: #cccccc;
}
.cid-tQieAfDdn6 h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 2rem;
  letter-spacing: 4px;
}
.cid-tQieAfDdn6 h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tQieAfDdn6 h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tQieAfDdn6 .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #767676;
  margin: 15px 0.5rem;
  display: block;
}
.cid-tQieAfDdn6 .mbr-iconfont-social:before {
  padding: 0.6rem;
  border: 2px solid;
  border-radius: 100px;
  transition: all 0.3s;
}
.cid-tQieAfDdn6 .mbr-iconfont-social:hover {
  color: #ffffff;
}
.cid-tQieAfDdn6 .mbr-iconfont-social:hover:before {
  background: #767676;
  transition: all 0.3s;
  border-color: transparent;
}
.cid-tQieAfDdn6 .social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-tQieAfDdn6 .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-tQieAfDdn6 .mbr-iconfont-social {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
  }
}
.cid-tQieAfDdn6 .mbr-section-title,
.cid-tQieAfDdn6 .social-list {
  color: #124ad6;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tQieAfDdn6 h2:before,
  .cid-tQieAfDdn6 h2:after {
    display: none;
  }
}
.cid-tQieAfDdn6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQieAfDdn6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxLlSCVMaT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #918787;
}
.cid-uxLlSCVMaT .container-fluid {
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 992px) {
  .cid-uxLlSCVMaT .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uxLlSCVMaT .row {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #7F8678;
  border-top: 1px solid #7F8678;
  margin-top: -1px;
}
.cid-uxLlSCVMaT .footer-item {
  display: flex;
  flex-direction: column;
  padding: 22px 30px;
  border-bottom: 1px solid #7F8678;
  margin-bottom: -1px;
}
@media (min-width: 768px) {
  .cid-uxLlSCVMaT .footer-item:nth-child(odd) {
    border-right: 1px solid #7F8678;
  }
}
@media (min-width: 1200px) {
  .cid-uxLlSCVMaT .footer-item:not(:last-child) {
    border-right: 1px solid #7F8678;
  }
}
.cid-uxLlSCVMaT .mbr-text {
  color: #000000;
}
.cid-uxLlSCVMaT .link a {
  color: #3d3d3d;
}
.cid-uxLlSCVMaT .copyright {
  color: #000000;
  text-align: right;
}
.cid-uxLlSCVMaT .text {
  color: #000000;
}
.cid-uxLlSCVMaT .mbr-form-container {
  margin-top: 12px;
}
.cid-uxLlSCVMaT .form-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-end;
}
.cid-uxLlSCVMaT form .row {
  margin: 0;
  border: none !important;
}
.cid-uxLlSCVMaT form .mbr-section-btn {
  width: auto;
  padding: 0;
  height: auto;
}
.cid-uxLlSCVMaT form .mbr-section-btn .btn {
  padding: 0;
  height: auto;
  min-height: auto;
  border-radius: 0;
  border-bottom: 2px solid currentColor;
  transition: 1s;
}
.cid-uxLlSCVMaT .copyright-container {
  margin-top: auto;
}
.cid-uxLlSCVMaT .link {
  color: #000000;
}
.cid-uxLlSCVMaT .label {
  color: #f8c842;
}
.cid-tDbahjtey0 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tDbahjtey0 .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-tDbahjtey0 .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-tDbahjtey0 .iconfont-wrapper {
  color: #103178 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-tDbahjtey0 .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-tDbahjtey0 .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-tDbahjtey0 .container {
    padding: 0 1rem;
  }
}
.cid-tDbahjtey0 .menu-tite {
  background: #232323;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffc800;
}
.cid-tDbahjtey0 .nav-link {
  position: relative;
}
.cid-tDbahjtey0 .nav-link:hover {
  color: #f24d94 !important;
}
.cid-tDbahjtey0 nav.navbar {
  position: fixed;
}
.cid-tDbahjtey0 .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tDbahjtey0 .navbar.opened {
  transition: all 0.3s;
}
.cid-tDbahjtey0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tDbahjtey0 .navbar .navbar-logo img {
  width: auto;
}
.cid-tDbahjtey0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tDbahjtey0 .navbar.collapsed {
  justify-content: center;
}
.cid-tDbahjtey0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDbahjtey0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tDbahjtey0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-tDbahjtey0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDbahjtey0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDbahjtey0 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tDbahjtey0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDbahjtey0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tDbahjtey0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tDbahjtey0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDbahjtey0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDbahjtey0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDbahjtey0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tDbahjtey0 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tDbahjtey0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tDbahjtey0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tDbahjtey0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tDbahjtey0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tDbahjtey0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDbahjtey0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tDbahjtey0 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tDbahjtey0 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tDbahjtey0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tDbahjtey0 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDbahjtey0 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tDbahjtey0 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tDbahjtey0 .dropdown-item:hover,
.cid-tDbahjtey0 .dropdown-item:focus {
  background: #232323 !important;
  color: white !important;
}
.cid-tDbahjtey0 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tDbahjtey0 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tDbahjtey0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-tDbahjtey0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tDbahjtey0 .dropdown-menu,
.cid-tDbahjtey0 .navbar.opened {
  background: #ffffff !important;
}
.cid-tDbahjtey0 .nav-item:focus,
.cid-tDbahjtey0 .nav-link:focus {
  outline: none;
}
.cid-tDbahjtey0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDbahjtey0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDbahjtey0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tDbahjtey0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDbahjtey0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDbahjtey0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDbahjtey0 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tDbahjtey0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tDbahjtey0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDbahjtey0 .dropdown-item.active,
.cid-tDbahjtey0 .dropdown-item:active {
  background-color: transparent;
}
.cid-tDbahjtey0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDbahjtey0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDbahjtey0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDbahjtey0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tDbahjtey0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tDbahjtey0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDbahjtey0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tDbahjtey0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tDbahjtey0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tDbahjtey0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tDbahjtey0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDbahjtey0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDbahjtey0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDbahjtey0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDbahjtey0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDbahjtey0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDbahjtey0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDbahjtey0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDbahjtey0 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tDbahjtey0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tDbahjtey0 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tDbahjtey0 .navbar {
    height: 70px;
  }
  .cid-tDbahjtey0 .navbar.opened {
    height: auto;
  }
  .cid-tDbahjtey0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDlxjkYGZv {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tDlxjkYGZv .card-wrapper {
  display: flex;
  padding-bottom: 2rem;
}
.cid-tDlxjkYGZv img {
  border-radius: 8px;
  height: 100%;
  object-fit: cover;
}
.cid-tDlxjkYGZv .main-sub-title {
  background: #ffd1c8;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-tDlxjkYGZv .wrapper {
  background: #f8f8f8;
  padding: 5rem;
  border-radius: 8px;
}
@media (max-width: 1600px) {
  .cid-tDlxjkYGZv .wrapper {
    padding: 3rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tDlxjkYGZv .wrapper {
    padding: 3rem 1rem;
  }
}
.cid-tDlxjkYGZv .card-number {
  padding-right: 1rem;
  text-align: center;
  min-width: 60px;
  color: #ff9083;
}
.cid-tDlxjkYGZv .card-title {
  transition: all 0.3s;
  color: #1a1a1a;
}
@media (max-width: 992px) {
  .cid-tDlxjkYGZv .card-wrapper {
    flex-direction: column;
    text-align: center;
  }
  .cid-tDlxjkYGZv span {
    padding: 0!important;
    margin-bottom: 1rem;
  }
  .cid-tDlxjkYGZv .col2 .card-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-tDlxjkYGZv .main-text {
  color: #616161;
}
.cid-tDlxjkYGZv .card-text {
  color: #232323;
}
.cid-tDlxjkYGZv .main-sub-title,
.cid-tDlxjkYGZv .align-wrapper {
  color: #33358c;
}
.cid-tDbahiczE4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tDbahiczE4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDbahiczE4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDbahiczE4 .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-tDbahiczE4 .row {
    padding: 0 12px;
  }
}
.cid-tDbahiczE4 .item-wrap {
  z-index: 1;
}
.cid-tDbahiczE4 .border-wrap {
  width: 100%;
  height: 3px;
  background-color: #181818;
  margin-bottom: 48px;
}
.cid-tDbahiczE4 .mbr-section-subtitle {
  margin-bottom: 62px;
  color: #181818;
}
.cid-tDbahiczE4 .link-wrapper {
  width: 100%;
  display: block;
  margin-bottom: 62px;
}
.cid-tDbahiczE4 .link-wrapper:hover .mbr-link {
  color: #ae856c;
}
.cid-tDbahiczE4 .link-wrapper:hover .mbr-link span {
  color: #ae856c;
}
.cid-tDbahiczE4 .link-wrapper .mbr-link {
  transition: all .3s ease;
  margin-bottom: 62px;
}
.cid-tDbahiczE4 .link-wrapper .mbr-link span {
  margin-left: 1px;
  font-size: 13px;
}
.cid-tDbahiczE4 .desc-container .desc-wrapper {
  display: inline-flex;
  margin-bottom: 18px;
}
.cid-tDbahiczE4 .desc-container .desc-wrapper .mbr-desc {
  margin: 0;
  transition: all .3s ease;
}
.cid-tDbahiczE4 .desc-container .desc-wrapper .mbr-desc:first-child:hover {
  color: #ae856c;
}
.cid-tDbahiczE4 .desc-container .desc-wrapper .mbr-dot {
  margin: 0 10px;
  font-size: 20px;
  opacity: .3;
}
.cid-tDbahiczE4 .person-container .person-wrapper {
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-tDbahiczE4 .person-container .person-wrapper {
    margin-bottom: 32px;
  }
}
.cid-tDbahiczE4 .person-container .person-wrapper img {
  width: 32px;
  height: 32px;
  object-fit: cover;
  border-radius: 50%;
  margin: 10px 5px 0 0;
}
.cid-tDbahiczE4 .person-container .person-wrapper .person-text .mbr-person {
  margin: 0;
}
.cid-tDbahiczE4 .person-container .person-wrapper .person-text .mbr-person:first-child {
  margin-bottom: -4px;
  transition: all .3s ease;
}
.cid-tDbahiczE4 .person-container .person-wrapper .person-text .mbr-person:first-child:hover {
  opacity: .3;
}
@media (max-width: 992px) {
  .cid-tDbahiczE4 .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-tDbahiczE4 .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
  transition: all .3s ease;
}
.cid-tDbahiczE4 .title-wrapper .mbr-section-title:hover {
  color: #ae856c;
}
.cid-tDbahiczE4 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tDbahiczE4 .date-wrapper .mbr-date {
  margin-bottom: 24px;
}
@media (max-width: 425px) {
  .cid-tDbahiczE4 .date-wrapper .mbr-date {
    text-align: left;
  }
}
.cid-tDbahiczE4 .image-wrapper {
  display: flex;
  justify-content: flex-end;
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-tDbahiczE4 .image-wrapper {
    padding-left: 40%;
  }
}
@media (max-width: 425px) {
  .cid-tDbahiczE4 .image-wrapper {
    padding: 0;
  }
}
.cid-tDbahiczE4 .image-wrapper .image-link {
  display: block;
  margin-right: 1rem;
  overflow: hidden;
}
.cid-tDbahiczE4 .image-wrapper .image-link:hover img {
  transform: scale(1.1, 1.1);
}
.cid-tDbahiczE4 .image-wrapper .image-link img {
  width: 100%;
  height: 128px;
  object-fit: cover;
  transition: all .3s ease;
}
.cid-tDbahiczE4 .image-wrapper .image-container {
  width: 76px;
}
.cid-tDbahiczE4 .image-wrapper .image-container .image-link {
  display: block;
  overflow: hidden;
}
.cid-tDbahiczE4 .image-wrapper .image-container .image-link:hover img {
  transform: scale(1.1, 1.1);
}
.cid-tDbahiczE4 .image-wrapper .image-container .image-link img {
  width: 76px;
  height: 56px;
  object-fit: cover;
  transition: all .3s ease;
}
.cid-tDbahiczE4 .image-wrapper .image-container .image-link:first-child {
  margin-bottom: 1rem;
}
.cid-tDbahiczE4 .mbr-section-title {
  color: #181818;
}
.cid-tDbahiczE4 .mbr-text {
  color: #181818;
}
.cid-tDbahiczE4 .mbr-link {
  color: #181818;
  text-align: right;
}
.cid-tDbahiczE4 .mbr-desc,
.cid-tDbahiczE4 .mbr-dot {
  color: #181818;
}
.cid-tDbahiczE4 .mbr-person {
  color: #181818;
}
.cid-tDbahiczE4 .mbr-date {
  color: #181818;
  text-align: right;
}
.cid-tDbahiRCvK {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tDbahiRCvK .mbr-media {
  position: relative;
}
.cid-tDbahiRCvK .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-tDbahiRCvK .box {
  min-height: 350px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background-size: cover;
  background-position: center;
}
@media (max-width: 767px) {
  .cid-tDbahiRCvK .box {
    min-height: 300px;
  }
}
@media (max-width: 992px) {
  .cid-tDbahiRCvK .box {
    margin-bottom: 2rem;
  }
}
.cid-tDbahiRCvK .box1 {
  background-image: url("../../../assets/images/battery-2-653x924.png");
}
.cid-tDbahiRCvK .box2 {
  background-image: url("../../../assets/images/battery-3-653x924.png");
}
.cid-tDbahiRCvK .icon-wrap {
  position: relative;
  margin: auto;
  width: 120px;
  height: 120px;
  background: #ffffff;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tDbahiRCvK .icon-wrap a {
  height: 20px;
}
.cid-tDbahiRCvK .icon-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120px;
  height: 120px;
  background: #ffffff;
  opacity: 0.8;
  border-radius: 50%;
  animation-duration: 1s;
  animation-name: icons;
  animation-iteration-count: infinite;
  z-index: 1;
}
@keyframes icons {
  from {
    width: 120px;
    height: 120px;
    opacity: 0.8;
  }
  to {
    width: 160px;
    height: 160px;
    opacity: 0;
  }
}
.cid-tDbahiRCvK .mbr-media span {
  font-size: 1.4rem;
  transition: all 0.2s;
  z-index: 2;
  padding-left: 4px;
  position: relative;
  color: #121212;
}
.cid-tDbahiRCvK .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tDbahiRCvK .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tDbahiRCvK .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tDbahiRCvK .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;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tDbahiRCvK .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tDbahiRCvK .mbr-section-title {
  text-align: left;
}
.cid-tQieOMBXnV {
  padding-top: 60px;
  padding-bottom: 75px;
  background: #ffffff;
}
.cid-tQieOMBXnV .mbr-section-subtitle {
  color: #cccccc;
}
.cid-tQieOMBXnV h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 2rem;
  letter-spacing: 4px;
}
.cid-tQieOMBXnV h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tQieOMBXnV h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tQieOMBXnV .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #767676;
  margin: 15px 0.5rem;
  display: block;
}
.cid-tQieOMBXnV .mbr-iconfont-social:before {
  padding: 0.6rem;
  border: 2px solid;
  border-radius: 100px;
  transition: all 0.3s;
}
.cid-tQieOMBXnV .mbr-iconfont-social:hover {
  color: #ffffff;
}
.cid-tQieOMBXnV .mbr-iconfont-social:hover:before {
  background: #767676;
  transition: all 0.3s;
  border-color: transparent;
}
.cid-tQieOMBXnV .social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-tQieOMBXnV .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-tQieOMBXnV .mbr-iconfont-social {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
  }
}
.cid-tQieOMBXnV .mbr-section-title,
.cid-tQieOMBXnV .social-list {
  color: #124ad6;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tQieOMBXnV h2:before,
  .cid-tQieOMBXnV h2:after {
    display: none;
  }
}
.cid-tQieOMBXnV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQieOMBXnV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxLlSCVMaT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #918787;
}
.cid-uxLlSCVMaT .container-fluid {
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 992px) {
  .cid-uxLlSCVMaT .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uxLlSCVMaT .row {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #7F8678;
  border-top: 1px solid #7F8678;
  margin-top: -1px;
}
.cid-uxLlSCVMaT .footer-item {
  display: flex;
  flex-direction: column;
  padding: 22px 30px;
  border-bottom: 1px solid #7F8678;
  margin-bottom: -1px;
}
@media (min-width: 768px) {
  .cid-uxLlSCVMaT .footer-item:nth-child(odd) {
    border-right: 1px solid #7F8678;
  }
}
@media (min-width: 1200px) {
  .cid-uxLlSCVMaT .footer-item:not(:last-child) {
    border-right: 1px solid #7F8678;
  }
}
.cid-uxLlSCVMaT .mbr-text {
  color: #000000;
}
.cid-uxLlSCVMaT .link a {
  color: #3d3d3d;
}
.cid-uxLlSCVMaT .copyright {
  color: #000000;
  text-align: right;
}
.cid-uxLlSCVMaT .text {
  color: #000000;
}
.cid-uxLlSCVMaT .mbr-form-container {
  margin-top: 12px;
}
.cid-uxLlSCVMaT .form-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-end;
}
.cid-uxLlSCVMaT form .row {
  margin: 0;
  border: none !important;
}
.cid-uxLlSCVMaT form .mbr-section-btn {
  width: auto;
  padding: 0;
  height: auto;
}
.cid-uxLlSCVMaT form .mbr-section-btn .btn {
  padding: 0;
  height: auto;
  min-height: auto;
  border-radius: 0;
  border-bottom: 2px solid currentColor;
  transition: 1s;
}
.cid-uxLlSCVMaT .copyright-container {
  margin-top: auto;
}
.cid-uxLlSCVMaT .link {
  color: #000000;
}
.cid-uxLlSCVMaT .label {
  color: #f8c842;
}
.cid-tDbrbMHiPy {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tDbrbMHiPy .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-tDbrbMHiPy .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-tDbrbMHiPy .iconfont-wrapper {
  color: #103178 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-tDbrbMHiPy .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-tDbrbMHiPy .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-tDbrbMHiPy .container {
    padding: 0 1rem;
  }
}
.cid-tDbrbMHiPy .menu-tite {
  background: #232323;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffc800;
}
.cid-tDbrbMHiPy .nav-link {
  position: relative;
}
.cid-tDbrbMHiPy .nav-link:hover {
  color: #f24d94 !important;
}
.cid-tDbrbMHiPy nav.navbar {
  position: fixed;
}
.cid-tDbrbMHiPy .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tDbrbMHiPy .navbar.opened {
  transition: all 0.3s;
}
.cid-tDbrbMHiPy .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tDbrbMHiPy .navbar .navbar-logo img {
  width: auto;
}
.cid-tDbrbMHiPy .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tDbrbMHiPy .navbar.collapsed {
  justify-content: center;
}
.cid-tDbrbMHiPy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDbrbMHiPy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tDbrbMHiPy .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-tDbrbMHiPy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDbrbMHiPy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDbrbMHiPy .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tDbrbMHiPy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDbrbMHiPy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tDbrbMHiPy .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tDbrbMHiPy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDbrbMHiPy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDbrbMHiPy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDbrbMHiPy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tDbrbMHiPy .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tDbrbMHiPy .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tDbrbMHiPy .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tDbrbMHiPy .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tDbrbMHiPy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tDbrbMHiPy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDbrbMHiPy .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tDbrbMHiPy .navbar.navbar-short {
  min-height: 60px;
}
.cid-tDbrbMHiPy .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tDbrbMHiPy .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tDbrbMHiPy .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDbrbMHiPy .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tDbrbMHiPy .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tDbrbMHiPy .dropdown-item:hover,
.cid-tDbrbMHiPy .dropdown-item:focus {
  background: #232323 !important;
  color: white !important;
}
.cid-tDbrbMHiPy .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tDbrbMHiPy .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tDbrbMHiPy .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-tDbrbMHiPy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tDbrbMHiPy .dropdown-menu,
.cid-tDbrbMHiPy .navbar.opened {
  background: #ffffff !important;
}
.cid-tDbrbMHiPy .nav-item:focus,
.cid-tDbrbMHiPy .nav-link:focus {
  outline: none;
}
.cid-tDbrbMHiPy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDbrbMHiPy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDbrbMHiPy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tDbrbMHiPy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDbrbMHiPy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDbrbMHiPy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDbrbMHiPy .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tDbrbMHiPy .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tDbrbMHiPy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDbrbMHiPy .dropdown-item.active,
.cid-tDbrbMHiPy .dropdown-item:active {
  background-color: transparent;
}
.cid-tDbrbMHiPy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDbrbMHiPy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDbrbMHiPy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDbrbMHiPy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tDbrbMHiPy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tDbrbMHiPy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDbrbMHiPy ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tDbrbMHiPy .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tDbrbMHiPy button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tDbrbMHiPy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tDbrbMHiPy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDbrbMHiPy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDbrbMHiPy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDbrbMHiPy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDbrbMHiPy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDbrbMHiPy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDbrbMHiPy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDbrbMHiPy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDbrbMHiPy .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tDbrbMHiPy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tDbrbMHiPy .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tDbrbMHiPy .navbar {
    height: 70px;
  }
  .cid-tDbrbMHiPy .navbar.opened {
    height: auto;
  }
  .cid-tDbrbMHiPy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDlyBJWznb {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tDlyBJWznb .card-wrapper {
  display: flex;
  padding-bottom: 2rem;
}
.cid-tDlyBJWznb img {
  border-radius: 8px;
  height: 100%;
  object-fit: cover;
}
.cid-tDlyBJWznb .main-sub-title {
  background: #ffd1c8;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-tDlyBJWznb .wrapper {
  background: #f8f8f8;
  padding: 5rem;
  border-radius: 8px;
}
@media (max-width: 1600px) {
  .cid-tDlyBJWznb .wrapper {
    padding: 3rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tDlyBJWznb .wrapper {
    padding: 3rem 1rem;
  }
}
.cid-tDlyBJWznb .card-number {
  padding-right: 1rem;
  text-align: center;
  min-width: 60px;
  color: #ff9083;
}
.cid-tDlyBJWznb .card-title {
  transition: all 0.3s;
  color: #1a1a1a;
}
@media (max-width: 992px) {
  .cid-tDlyBJWznb .card-wrapper {
    flex-direction: column;
    text-align: center;
  }
  .cid-tDlyBJWznb span {
    padding: 0!important;
    margin-bottom: 1rem;
  }
  .cid-tDlyBJWznb .col2 .card-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-tDlyBJWznb .main-text {
  color: #616161;
}
.cid-tDlyBJWznb .card-text {
  color: #232323;
}
.cid-tDlyBJWznb .main-sub-title,
.cid-tDlyBJWznb .align-wrapper {
  color: #33358c;
}
.cid-tDbrbI9ZrL {
  padding-top: 105px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tDbrbI9ZrL .row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-tDbrbI9ZrL img {
  width: 90%;
}
.cid-tDbrbI9ZrL .mbr-text,
.cid-tDbrbI9ZrL .mbr-section-btn {
  color: #232323;
}
@media (max-width: 992px) {
  .cid-tDbrbI9ZrL img {
    width: 100%;
  }
  .cid-tDbrbI9ZrL .pb-5 {
    padding-bottom: 1rem !important;
  }
}
.cid-tDbrbII2fp {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tDbrbII2fp .mbr-section-subtitle,
.cid-tDbrbII2fp .item-subtitle,
.cid-tDbrbII2fp .item-title {
  margin-bottom: 12px;
  transition: all .2s;
}
@media (min-width: 992px) {
  .cid-tDbrbII2fp .main_title {
    padding-right: 1rem;
  }
}
.cid-tDbrbII2fp .card_item {
  margin-bottom: 60px;
}
@media (min-width: 991px) {
  .cid-tDbrbII2fp .card_item:nth-child(2n+2) {
    margin-bottom: 0;
  }
  .cid-tDbrbII2fp .card_item:nth-child(3n+3) {
    margin-bottom: 0;
  }
}
.cid-tDbrbII2fp .card_item:hover .card_wrapper:before {
  height: 100%;
}
.cid-tDbrbII2fp .card_wrapper {
  position: relative;
  padding-left: 50px;
  border-left: 1px solid #010a44;
}
.cid-tDbrbII2fp .card_wrapper:before {
  content: '';
  position: absolute;
  width: 1px;
  height: 0;
  top: 0;
  left: -1px;
  background: #f2684b;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tDbrbII2fp .card_wrapper:hover .item-title a {
  color: #f2684b !important;
}
.cid-tDbrbII2fp .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-tDbrbII2fp .mbr-section-btn .btn-secondary-outline:hover,
.cid-tDbrbII2fp .mbr-section-btn .btn-secondary-outline .active,
.cid-tDbrbII2fp .mbr-section-btn .btn-secondary-outline:focus {
  color: #232323 !important;
}
@media (max-width: 991px) {
  .cid-tDbrbII2fp .main_title {
    margin-bottom: 50px;
  }
  .cid-tDbrbII2fp .card_item:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .cid-tDbrbII2fp .card_wrapper {
    padding-left: 20px;
  }
  .cid-tDbrbII2fp .card_item {
    margin-bottom: 30px;
  }
}
.cid-tDbrbII2fp .mbr-section-subtitle {
  color: #f14105;
}
.cid-tDbrbII2fp .item-title {
  color: #232323;
}
.cid-tDbrbL14MS {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tDbrbL14MS .mbr-section-subtitle,
.cid-tDbrbL14MS .item-subtitle,
.cid-tDbrbL14MS .item-title {
  margin-bottom: 12px;
  transition: all .2s;
}
@media (min-width: 992px) {
  .cid-tDbrbL14MS .main_title {
    padding-right: 1rem;
  }
}
.cid-tDbrbL14MS .card_item {
  margin-bottom: 60px;
}
@media (min-width: 991px) {
  .cid-tDbrbL14MS .card_item:nth-child(2n+2) {
    margin-bottom: 0;
  }
  .cid-tDbrbL14MS .card_item:nth-child(3n+3) {
    margin-bottom: 0;
  }
}
.cid-tDbrbL14MS .card_item:hover .card_wrapper:before {
  height: 100%;
}
.cid-tDbrbL14MS .card_wrapper {
  position: relative;
  padding-left: 50px;
  border-left: 1px solid #010a44;
}
.cid-tDbrbL14MS .card_wrapper:before {
  content: '';
  position: absolute;
  width: 1px;
  height: 0;
  top: 0;
  left: -1px;
  background: #f2684b;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tDbrbL14MS .card_wrapper:hover .item-title a {
  color: #f2684b !important;
}
.cid-tDbrbL14MS .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-tDbrbL14MS .mbr-section-btn .btn-secondary-outline:hover,
.cid-tDbrbL14MS .mbr-section-btn .btn-secondary-outline .active,
.cid-tDbrbL14MS .mbr-section-btn .btn-secondary-outline:focus {
  color: #232323 !important;
}
@media (max-width: 991px) {
  .cid-tDbrbL14MS .main_title {
    margin-bottom: 50px;
  }
  .cid-tDbrbL14MS .card_item:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .cid-tDbrbL14MS .card_wrapper {
    padding-left: 20px;
  }
  .cid-tDbrbL14MS .card_item {
    margin-bottom: 30px;
  }
}
.cid-tDbrbL14MS .mbr-section-subtitle {
  color: #f14105;
}
.cid-tDbrbL14MS .item-title {
  color: #232323;
}
.cid-tWcSPVePhu {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tWcSPVePhu .mbr-section-subtitle,
.cid-tWcSPVePhu .item-subtitle,
.cid-tWcSPVePhu .item-title {
  margin-bottom: 12px;
  transition: all .2s;
}
@media (min-width: 992px) {
  .cid-tWcSPVePhu .main_title {
    padding-right: 1rem;
  }
}
.cid-tWcSPVePhu .card_item {
  margin-bottom: 60px;
}
@media (min-width: 991px) {
  .cid-tWcSPVePhu .card_item:nth-child(2n+2) {
    margin-bottom: 0;
  }
  .cid-tWcSPVePhu .card_item:nth-child(3n+3) {
    margin-bottom: 0;
  }
}
.cid-tWcSPVePhu .card_item:hover .card_wrapper:before {
  height: 100%;
}
.cid-tWcSPVePhu .card_wrapper {
  position: relative;
  padding-left: 50px;
  border-left: 1px solid #010a44;
}
.cid-tWcSPVePhu .card_wrapper:before {
  content: '';
  position: absolute;
  width: 1px;
  height: 0;
  top: 0;
  left: -1px;
  background: #f2684b;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tWcSPVePhu .card_wrapper:hover .item-title a {
  color: #f2684b !important;
}
.cid-tWcSPVePhu .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-tWcSPVePhu .mbr-section-btn .btn-secondary-outline:hover,
.cid-tWcSPVePhu .mbr-section-btn .btn-secondary-outline .active,
.cid-tWcSPVePhu .mbr-section-btn .btn-secondary-outline:focus {
  color: #232323 !important;
}
@media (max-width: 991px) {
  .cid-tWcSPVePhu .main_title {
    margin-bottom: 50px;
  }
  .cid-tWcSPVePhu .card_item:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .cid-tWcSPVePhu .card_wrapper {
    padding-left: 20px;
  }
  .cid-tWcSPVePhu .card_item {
    margin-bottom: 30px;
  }
}
.cid-tWcSPVePhu .mbr-section-subtitle {
  color: #f14105;
}
.cid-tWcSPVePhu .item-title {
  color: #232323;
}
.cid-tDbrbMf0fM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tQieQpgMLW {
  padding-top: 60px;
  padding-bottom: 75px;
  background: #ffffff;
}
.cid-tQieQpgMLW .mbr-section-subtitle {
  color: #cccccc;
}
.cid-tQieQpgMLW h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 2rem;
  letter-spacing: 4px;
}
.cid-tQieQpgMLW h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tQieQpgMLW h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tQieQpgMLW .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #767676;
  margin: 15px 0.5rem;
  display: block;
}
.cid-tQieQpgMLW .mbr-iconfont-social:before {
  padding: 0.6rem;
  border: 2px solid;
  border-radius: 100px;
  transition: all 0.3s;
}
.cid-tQieQpgMLW .mbr-iconfont-social:hover {
  color: #ffffff;
}
.cid-tQieQpgMLW .mbr-iconfont-social:hover:before {
  background: #767676;
  transition: all 0.3s;
  border-color: transparent;
}
.cid-tQieQpgMLW .social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-tQieQpgMLW .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-tQieQpgMLW .mbr-iconfont-social {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
  }
}
.cid-tQieQpgMLW .mbr-section-title,
.cid-tQieQpgMLW .social-list {
  color: #124ad6;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tQieQpgMLW h2:before,
  .cid-tQieQpgMLW h2:after {
    display: none;
  }
}
.cid-tQieQpgMLW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQieQpgMLW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxLlSCVMaT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #918787;
}
.cid-uxLlSCVMaT .container-fluid {
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 992px) {
  .cid-uxLlSCVMaT .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uxLlSCVMaT .row {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #7F8678;
  border-top: 1px solid #7F8678;
  margin-top: -1px;
}
.cid-uxLlSCVMaT .footer-item {
  display: flex;
  flex-direction: column;
  padding: 22px 30px;
  border-bottom: 1px solid #7F8678;
  margin-bottom: -1px;
}
@media (min-width: 768px) {
  .cid-uxLlSCVMaT .footer-item:nth-child(odd) {
    border-right: 1px solid #7F8678;
  }
}
@media (min-width: 1200px) {
  .cid-uxLlSCVMaT .footer-item:not(:last-child) {
    border-right: 1px solid #7F8678;
  }
}
.cid-uxLlSCVMaT .mbr-text {
  color: #000000;
}
.cid-uxLlSCVMaT .link a {
  color: #3d3d3d;
}
.cid-uxLlSCVMaT .copyright {
  color: #000000;
  text-align: right;
}
.cid-uxLlSCVMaT .text {
  color: #000000;
}
.cid-uxLlSCVMaT .mbr-form-container {
  margin-top: 12px;
}
.cid-uxLlSCVMaT .form-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-end;
}
.cid-uxLlSCVMaT form .row {
  margin: 0;
  border: none !important;
}
.cid-uxLlSCVMaT form .mbr-section-btn {
  width: auto;
  padding: 0;
  height: auto;
}
.cid-uxLlSCVMaT form .mbr-section-btn .btn {
  padding: 0;
  height: auto;
  min-height: auto;
  border-radius: 0;
  border-bottom: 2px solid currentColor;
  transition: 1s;
}
.cid-uxLlSCVMaT .copyright-container {
  margin-top: auto;
}
.cid-uxLlSCVMaT .link {
  color: #000000;
}
.cid-uxLlSCVMaT .label {
  color: #f8c842;
}
.cid-t8HwvgIhoj {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t8HwvgIhoj .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-t8HwvgIhoj .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-t8HwvgIhoj .iconfont-wrapper {
  color: #103178 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-t8HwvgIhoj .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-t8HwvgIhoj .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-t8HwvgIhoj .container {
    padding: 0 1rem;
  }
}
.cid-t8HwvgIhoj .menu-tite {
  background: #232323;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffc800;
}
.cid-t8HwvgIhoj .nav-link {
  position: relative;
}
.cid-t8HwvgIhoj .nav-link:hover {
  color: #f24d94 !important;
}
.cid-t8HwvgIhoj nav.navbar {
  position: fixed;
}
.cid-t8HwvgIhoj .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-t8HwvgIhoj .navbar.opened {
  transition: all 0.3s;
}
.cid-t8HwvgIhoj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t8HwvgIhoj .navbar .navbar-logo img {
  width: auto;
}
.cid-t8HwvgIhoj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t8HwvgIhoj .navbar.collapsed {
  justify-content: center;
}
.cid-t8HwvgIhoj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t8HwvgIhoj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t8HwvgIhoj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-t8HwvgIhoj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t8HwvgIhoj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t8HwvgIhoj .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t8HwvgIhoj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t8HwvgIhoj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t8HwvgIhoj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t8HwvgIhoj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t8HwvgIhoj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t8HwvgIhoj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t8HwvgIhoj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t8HwvgIhoj .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t8HwvgIhoj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t8HwvgIhoj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t8HwvgIhoj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t8HwvgIhoj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t8HwvgIhoj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t8HwvgIhoj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t8HwvgIhoj .navbar.navbar-short {
  min-height: 60px;
}
.cid-t8HwvgIhoj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t8HwvgIhoj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t8HwvgIhoj .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t8HwvgIhoj .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t8HwvgIhoj .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t8HwvgIhoj .dropdown-item:hover,
.cid-t8HwvgIhoj .dropdown-item:focus {
  background: #232323 !important;
  color: white !important;
}
.cid-t8HwvgIhoj .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t8HwvgIhoj .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t8HwvgIhoj .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-t8HwvgIhoj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t8HwvgIhoj .dropdown-menu,
.cid-t8HwvgIhoj .navbar.opened {
  background: #ffffff !important;
}
.cid-t8HwvgIhoj .nav-item:focus,
.cid-t8HwvgIhoj .nav-link:focus {
  outline: none;
}
.cid-t8HwvgIhoj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t8HwvgIhoj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t8HwvgIhoj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t8HwvgIhoj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t8HwvgIhoj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t8HwvgIhoj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t8HwvgIhoj .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t8HwvgIhoj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t8HwvgIhoj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t8HwvgIhoj .dropdown-item.active,
.cid-t8HwvgIhoj .dropdown-item:active {
  background-color: transparent;
}
.cid-t8HwvgIhoj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t8HwvgIhoj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t8HwvgIhoj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t8HwvgIhoj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-t8HwvgIhoj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t8HwvgIhoj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t8HwvgIhoj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t8HwvgIhoj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t8HwvgIhoj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t8HwvgIhoj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-t8HwvgIhoj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t8HwvgIhoj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t8HwvgIhoj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t8HwvgIhoj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t8HwvgIhoj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t8HwvgIhoj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t8HwvgIhoj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t8HwvgIhoj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t8HwvgIhoj .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t8HwvgIhoj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t8HwvgIhoj .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t8HwvgIhoj .navbar {
    height: 70px;
  }
  .cid-t8HwvgIhoj .navbar.opened {
    height: auto;
  }
  .cid-t8HwvgIhoj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDlwToJaOR {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f8f8f8;
}
.cid-tDlwToJaOR .card-wrapper {
  display: flex;
  padding-bottom: 2rem;
}
.cid-tDlwToJaOR img {
  border-radius: 8px;
  height: 100%;
  object-fit: cover;
}
.cid-tDlwToJaOR .main-sub-title {
  background: #ffd1c8;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-tDlwToJaOR .wrapper {
  background: #ffffff;
  padding: 5rem;
  border-radius: 8px;
}
@media (max-width: 1600px) {
  .cid-tDlwToJaOR .wrapper {
    padding: 3rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tDlwToJaOR .wrapper {
    padding: 3rem 1rem;
  }
}
.cid-tDlwToJaOR .card-number {
  padding-right: 1rem;
  text-align: center;
  min-width: 60px;
  color: #ff9083;
}
.cid-tDlwToJaOR .card-title {
  transition: all 0.3s;
  color: #232323;
}
@media (max-width: 992px) {
  .cid-tDlwToJaOR .card-wrapper {
    flex-direction: column;
    text-align: center;
  }
  .cid-tDlwToJaOR span {
    padding: 0!important;
    margin-bottom: 1rem;
  }
  .cid-tDlwToJaOR .col2 .card-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-tDlwToJaOR .main-text {
  color: #616161;
}
.cid-tDlwToJaOR .card-text {
  color: #232323;
}
.cid-tDlwToJaOR .main-sub-title,
.cid-tDlwToJaOR .align-wrapper {
  color: #33358c;
}
.cid-tDlwToJaOR .main-title {
  color: #4a56a2;
}
.cid-tD5AsNw1zV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tD5AsNw1zV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tD5AsNw1zV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tD5AsNw1zV .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-tD5AsNw1zV .row {
    padding: 0 12px;
  }
}
.cid-tD5AsNw1zV .item-wrap {
  z-index: 1;
}
.cid-tD5AsNw1zV .border-wrap {
  width: 100%;
  height: 3px;
  background-color: #181818;
  margin-bottom: 48px;
}
.cid-tD5AsNw1zV .mbr-section-subtitle {
  margin-bottom: 62px;
  color: #181818;
}
.cid-tD5AsNw1zV .link-wrapper {
  width: 100%;
  display: block;
  margin-bottom: 62px;
}
.cid-tD5AsNw1zV .link-wrapper:hover .mbr-link {
  color: #ae856c;
}
.cid-tD5AsNw1zV .link-wrapper:hover .mbr-link span {
  color: #ae856c;
}
.cid-tD5AsNw1zV .link-wrapper .mbr-link {
  transition: all .3s ease;
  margin-bottom: 62px;
}
.cid-tD5AsNw1zV .link-wrapper .mbr-link span {
  margin-left: 1px;
  font-size: 13px;
}
.cid-tD5AsNw1zV .desc-container .desc-wrapper {
  display: inline-flex;
  margin-bottom: 18px;
}
.cid-tD5AsNw1zV .desc-container .desc-wrapper .mbr-desc {
  margin: 0;
  transition: all .3s ease;
}
.cid-tD5AsNw1zV .desc-container .desc-wrapper .mbr-desc:first-child:hover {
  color: #ae856c;
}
.cid-tD5AsNw1zV .desc-container .desc-wrapper .mbr-dot {
  margin: 0 10px;
  font-size: 20px;
  opacity: .3;
}
.cid-tD5AsNw1zV .person-container .person-wrapper {
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-tD5AsNw1zV .person-container .person-wrapper {
    margin-bottom: 32px;
  }
}
.cid-tD5AsNw1zV .person-container .person-wrapper img {
  width: 32px;
  height: 32px;
  object-fit: cover;
  border-radius: 50%;
  margin: 10px 5px 0 0;
}
.cid-tD5AsNw1zV .person-container .person-wrapper .person-text .mbr-person {
  margin: 0;
}
.cid-tD5AsNw1zV .person-container .person-wrapper .person-text .mbr-person:first-child {
  margin-bottom: -4px;
  transition: all .3s ease;
}
.cid-tD5AsNw1zV .person-container .person-wrapper .person-text .mbr-person:first-child:hover {
  opacity: .3;
}
@media (max-width: 992px) {
  .cid-tD5AsNw1zV .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-tD5AsNw1zV .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
  transition: all .3s ease;
}
.cid-tD5AsNw1zV .title-wrapper .mbr-section-title:hover {
  color: #ae856c;
}
.cid-tD5AsNw1zV .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tD5AsNw1zV .date-wrapper .mbr-date {
  margin-bottom: 24px;
}
@media (max-width: 425px) {
  .cid-tD5AsNw1zV .date-wrapper .mbr-date {
    text-align: left;
  }
}
.cid-tD5AsNw1zV .image-wrapper {
  display: flex;
  justify-content: flex-end;
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-tD5AsNw1zV .image-wrapper {
    padding-left: 40%;
  }
}
@media (max-width: 425px) {
  .cid-tD5AsNw1zV .image-wrapper {
    padding: 0;
  }
}
.cid-tD5AsNw1zV .image-wrapper .image-link {
  display: block;
  margin-right: 1rem;
  overflow: hidden;
}
.cid-tD5AsNw1zV .image-wrapper .image-link:hover img {
  transform: scale(1.1, 1.1);
}
.cid-tD5AsNw1zV .image-wrapper .image-link img {
  width: 100%;
  height: 128px;
  object-fit: cover;
  transition: all .3s ease;
}
.cid-tD5AsNw1zV .image-wrapper .image-container {
  width: 76px;
}
.cid-tD5AsNw1zV .image-wrapper .image-container .image-link {
  display: block;
  overflow: hidden;
}
.cid-tD5AsNw1zV .image-wrapper .image-container .image-link:hover img {
  transform: scale(1.1, 1.1);
}
.cid-tD5AsNw1zV .image-wrapper .image-container .image-link img {
  width: 76px;
  height: 56px;
  object-fit: cover;
  transition: all .3s ease;
}
.cid-tD5AsNw1zV .image-wrapper .image-container .image-link:first-child {
  margin-bottom: 1rem;
}
.cid-tD5AsNw1zV .mbr-section-title {
  color: #181818;
}
.cid-tD5AsNw1zV .mbr-text {
  color: #181818;
}
.cid-tD5AsNw1zV .mbr-link {
  color: #181818;
  text-align: right;
}
.cid-tD5AsNw1zV .mbr-desc,
.cid-tD5AsNw1zV .mbr-dot {
  color: #181818;
}
.cid-tD5AsNw1zV .mbr-person {
  color: #181818;
}
.cid-tD5AsNw1zV .mbr-date {
  color: #181818;
  text-align: right;
}
.cid-tQieI2TrQM {
  padding-top: 60px;
  padding-bottom: 75px;
  background: #ffffff;
}
.cid-tQieI2TrQM .mbr-section-subtitle {
  color: #cccccc;
}
.cid-tQieI2TrQM h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 2rem;
  letter-spacing: 4px;
}
.cid-tQieI2TrQM h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tQieI2TrQM h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tQieI2TrQM .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #767676;
  margin: 15px 0.5rem;
  display: block;
}
.cid-tQieI2TrQM .mbr-iconfont-social:before {
  padding: 0.6rem;
  border: 2px solid;
  border-radius: 100px;
  transition: all 0.3s;
}
.cid-tQieI2TrQM .mbr-iconfont-social:hover {
  color: #ffffff;
}
.cid-tQieI2TrQM .mbr-iconfont-social:hover:before {
  background: #767676;
  transition: all 0.3s;
  border-color: transparent;
}
.cid-tQieI2TrQM .social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-tQieI2TrQM .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-tQieI2TrQM .mbr-iconfont-social {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
  }
}
.cid-tQieI2TrQM .mbr-section-title,
.cid-tQieI2TrQM .social-list {
  color: #124ad6;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tQieI2TrQM h2:before,
  .cid-tQieI2TrQM h2:after {
    display: none;
  }
}
.cid-tQieI2TrQM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQieI2TrQM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxLlSCVMaT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #918787;
}
.cid-uxLlSCVMaT .container-fluid {
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 992px) {
  .cid-uxLlSCVMaT .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uxLlSCVMaT .row {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #7F8678;
  border-top: 1px solid #7F8678;
  margin-top: -1px;
}
.cid-uxLlSCVMaT .footer-item {
  display: flex;
  flex-direction: column;
  padding: 22px 30px;
  border-bottom: 1px solid #7F8678;
  margin-bottom: -1px;
}
@media (min-width: 768px) {
  .cid-uxLlSCVMaT .footer-item:nth-child(odd) {
    border-right: 1px solid #7F8678;
  }
}
@media (min-width: 1200px) {
  .cid-uxLlSCVMaT .footer-item:not(:last-child) {
    border-right: 1px solid #7F8678;
  }
}
.cid-uxLlSCVMaT .mbr-text {
  color: #000000;
}
.cid-uxLlSCVMaT .link a {
  color: #3d3d3d;
}
.cid-uxLlSCVMaT .copyright {
  color: #000000;
  text-align: right;
}
.cid-uxLlSCVMaT .text {
  color: #000000;
}
.cid-uxLlSCVMaT .mbr-form-container {
  margin-top: 12px;
}
.cid-uxLlSCVMaT .form-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-end;
}
.cid-uxLlSCVMaT form .row {
  margin: 0;
  border: none !important;
}
.cid-uxLlSCVMaT form .mbr-section-btn {
  width: auto;
  padding: 0;
  height: auto;
}
.cid-uxLlSCVMaT form .mbr-section-btn .btn {
  padding: 0;
  height: auto;
  min-height: auto;
  border-radius: 0;
  border-bottom: 2px solid currentColor;
  transition: 1s;
}
.cid-uxLlSCVMaT .copyright-container {
  margin-top: auto;
}
.cid-uxLlSCVMaT .link {
  color: #000000;
}
.cid-uxLlSCVMaT .label {
  color: #f8c842;
}
.cid-t8HwvgIhoj {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t8HwvgIhoj .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-t8HwvgIhoj .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-t8HwvgIhoj .iconfont-wrapper {
  color: #103178 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-t8HwvgIhoj .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-t8HwvgIhoj .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-t8HwvgIhoj .container {
    padding: 0 1rem;
  }
}
.cid-t8HwvgIhoj .menu-tite {
  background: #232323;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffc800;
}
.cid-t8HwvgIhoj .nav-link {
  position: relative;
}
.cid-t8HwvgIhoj .nav-link:hover {
  color: #f24d94 !important;
}
.cid-t8HwvgIhoj nav.navbar {
  position: fixed;
}
.cid-t8HwvgIhoj .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-t8HwvgIhoj .navbar.opened {
  transition: all 0.3s;
}
.cid-t8HwvgIhoj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t8HwvgIhoj .navbar .navbar-logo img {
  width: auto;
}
.cid-t8HwvgIhoj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t8HwvgIhoj .navbar.collapsed {
  justify-content: center;
}
.cid-t8HwvgIhoj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t8HwvgIhoj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t8HwvgIhoj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-t8HwvgIhoj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t8HwvgIhoj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t8HwvgIhoj .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t8HwvgIhoj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t8HwvgIhoj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t8HwvgIhoj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t8HwvgIhoj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t8HwvgIhoj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t8HwvgIhoj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t8HwvgIhoj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t8HwvgIhoj .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t8HwvgIhoj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t8HwvgIhoj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t8HwvgIhoj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t8HwvgIhoj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t8HwvgIhoj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t8HwvgIhoj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t8HwvgIhoj .navbar.navbar-short {
  min-height: 60px;
}
.cid-t8HwvgIhoj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t8HwvgIhoj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t8HwvgIhoj .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t8HwvgIhoj .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t8HwvgIhoj .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t8HwvgIhoj .dropdown-item:hover,
.cid-t8HwvgIhoj .dropdown-item:focus {
  background: #232323 !important;
  color: white !important;
}
.cid-t8HwvgIhoj .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t8HwvgIhoj .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t8HwvgIhoj .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-t8HwvgIhoj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t8HwvgIhoj .dropdown-menu,
.cid-t8HwvgIhoj .navbar.opened {
  background: #ffffff !important;
}
.cid-t8HwvgIhoj .nav-item:focus,
.cid-t8HwvgIhoj .nav-link:focus {
  outline: none;
}
.cid-t8HwvgIhoj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t8HwvgIhoj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t8HwvgIhoj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t8HwvgIhoj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t8HwvgIhoj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t8HwvgIhoj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t8HwvgIhoj .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t8HwvgIhoj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t8HwvgIhoj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t8HwvgIhoj .dropdown-item.active,
.cid-t8HwvgIhoj .dropdown-item:active {
  background-color: transparent;
}
.cid-t8HwvgIhoj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t8HwvgIhoj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t8HwvgIhoj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t8HwvgIhoj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-t8HwvgIhoj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t8HwvgIhoj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t8HwvgIhoj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t8HwvgIhoj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t8HwvgIhoj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t8HwvgIhoj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-t8HwvgIhoj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t8HwvgIhoj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t8HwvgIhoj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t8HwvgIhoj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t8HwvgIhoj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t8HwvgIhoj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t8HwvgIhoj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t8HwvgIhoj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t8HwvgIhoj .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t8HwvgIhoj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t8HwvgIhoj .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t8HwvgIhoj .navbar {
    height: 70px;
  }
  .cid-t8HwvgIhoj .navbar.opened {
    height: auto;
  }
  .cid-t8HwvgIhoj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDlw99KpCG {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f8f8f8;
}
.cid-tDlw99KpCG .card-wrapper {
  display: flex;
  padding-bottom: 2rem;
}
.cid-tDlw99KpCG img {
  border-radius: 8px;
  height: 100%;
  object-fit: cover;
}
.cid-tDlw99KpCG .main-sub-title {
  background: #ffd1c8;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-tDlw99KpCG .wrapper {
  background: #ffffff;
  padding: 5rem;
  border-radius: 8px;
}
@media (max-width: 1600px) {
  .cid-tDlw99KpCG .wrapper {
    padding: 3rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tDlw99KpCG .wrapper {
    padding: 3rem 1rem;
  }
}
.cid-tDlw99KpCG .card-number {
  padding-right: 1rem;
  text-align: center;
  min-width: 60px;
  color: #ff9083;
}
.cid-tDlw99KpCG .card-title {
  transition: all 0.3s;
  color: #1a1a1a;
}
@media (max-width: 992px) {
  .cid-tDlw99KpCG .card-wrapper {
    flex-direction: column;
    text-align: center;
  }
  .cid-tDlw99KpCG span {
    padding: 0!important;
    margin-bottom: 1rem;
  }
  .cid-tDlw99KpCG .col2 .card-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-tDlw99KpCG .main-text {
  color: #616161;
}
.cid-tDlw99KpCG .card-text {
  color: #232323;
}
.cid-tDlw99KpCG .main-sub-title,
.cid-tDlw99KpCG .align-wrapper {
  color: #33358c;
}
.cid-tDlw99KpCG .main-title {
  color: #4a56a2;
}
.cid-tzYegcalAL {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tzYegcalAL .text-box {
  position: absolute;
  top: 0px;
  min-height: 100%;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
.cid-tzYegcalAL .text-block {
  position: relative;
  z-index: 0;
}
.cid-tzYegcalAL .box {
  width: 25%;
  height: 40%;
  background: #ffffff;
  position: absolute;
  top: 4%;
}
.cid-tzYegcalAL .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-tzYegcalAL .box {
  right: 20%;
}
.cid-tzYegcalAL .text-box {
  right: 0;
}
.cid-tzYegcalAL .mbr-section-title,
.cid-tzYegcalAL .mbr-section-text {
  margin-right: 31%;
  margin-right: 0;
}
@media (max-width: 991px) {
  .cid-tzYegcalAL .text-box {
    display: none;
  }
  .cid-tzYegcalAL .mbr-section-title,
  .cid-tzYegcalAL .mbr-section-text {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-tzYegcalAL .box {
    display: none;
  }
  .cid-tzYegcalAL .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-tzYegcalAL .img-block {
    margin-bottom: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tzYegcalAL .text-box {
    writing-mode: bt-rl;
  }
}
.cid-tCIhXR6Twe {
  background-color: #ffffff;
}
.cid-tCIhXR6Twe .card .card-img {
  overflow: hidden;
  border-radius: 0;
}
.cid-tCIhXR6Twe .card .card-img img {
  transition: all 0.5s;
}
.cid-tCIhXR6Twe .card .card-img:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-tCIhXR6Twe .media-container-column {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding: 0;
  flex-wrap: nowrap;
}
.cid-tCIhXR6Twe .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-tCIhXR6Twe .first-card {
  display: block;
}
.cid-tCIhXR6Twe .first-card .card-wrapper {
  height: 100%;
}
.cid-tCIhXR6Twe .first-card .info-wrapper {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tCIhXR6Twe .first-card .info-wrapper .mbr-iconfont {
  padding-right: 0.5rem;
  font-size: 20px;
}
.cid-tCIhXR6Twe .first-card .info-wrapper .info-text {
  display: inline-block;
  padding-right: 1rem;
  margin: 0;
}
.cid-tCIhXR6Twe .first-card .card-btn .btn {
  margin-left: 4px !important;
  margin-right: 4px !important;
}
.cid-tCIhXR6Twe .first-row,
.cid-tCIhXR6Twe .second-row {
  -webkit-flex: 1 1 50%;
  flex: 1 1 50%;
  margin: 0;
}
.cid-tCIhXR6Twe .first-row .card .card-wrapper,
.cid-tCIhXR6Twe .second-row .card .card-wrapper {
  overflow: hidden;
  position: relative;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  flex: 1;
}
.cid-tCIhXR6Twe .first-row .card .card-wrapper .card-img,
.cid-tCIhXR6Twe .second-row .card .card-wrapper .card-img {
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
}
.cid-tCIhXR6Twe .first-row .card .card-wrapper .card-img img,
.cid-tCIhXR6Twe .second-row .card .card-wrapper .card-img img {
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (max-width: 767px) {
  .cid-tCIhXR6Twe .first-row,
  .cid-tCIhXR6Twe .second-row {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tCIhXR6Twe .first-row .card .card-wrapper .card-img,
  .cid-tCIhXR6Twe .second-row .card .card-wrapper .card-img {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tCIhXR6Twe .first-row .card .card-wrapper .card-img img,
  .cid-tCIhXR6Twe .second-row .card .card-wrapper .card-img img {
    min-height: 0;
  }
}
.cid-tCIhXR6Twe .first-row .caption,
.cid-tCIhXR6Twe .second-row .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: inline-flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-align-items: center;
  align-items: center;
  letter-spacing: 2px;
}
.cid-tCIhXR6Twe .first-row .caption .price,
.cid-tCIhXR6Twe .second-row .caption .price {
  background: #c19b76;
  padding: 0 0.5rem;
}
.cid-tCIhXR6Twe .first-row {
  padding-bottom: 0rem;
}
.cid-tCIhXR6Twe .second-row {
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .cid-tCIhXR6Twe {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .cid-tCIhXR6Twe .first-card,
  .cid-tCIhXR6Twe .first-child {
    padding-bottom: 0rem;
  }
  .cid-tCIhXR6Twe .card-box {
    padding: 0 0rem;
  }
  .cid-tCIhXR6Twe .card {
    margin: 0;
    padding: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tCIhXR6Twe {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .cid-tCIhXR6Twe .container-fluid {
    max-width: 1300px;
    padding: 0 2.5rem;
  }
  .cid-tCIhXR6Twe .card-box {
    padding-right: 7rem;
    padding-left: 4rem;
  }
  .cid-tCIhXR6Twe .card {
    margin: 0;
    padding: 0 0.5rem;
  }
}
@media (max-width: 991px) {
  .cid-tCIhXR6Twe .first-card {
    padding-bottom: 2rem;
  }
  .cid-tCIhXR6Twe .only-first-row {
    height: 100%;
  }
}
.cid-tCIhXR6Twe p {
  margin-bottom: 0;
}
.cid-tCIhXR6Twe h2 {
  margin-bottom: 1rem;
}
.cid-tCIhXR6Twe .mbr-section-subtitle {
  margin-bottom: 0rem;
}
.cid-tCIhXR6Twe .btn-line {
  margin-top: 3rem;
}
.cid-tCIhXR6Twe .container-fluid {
  max-width: 1300px;
}
.cid-tCIhXR6Twe .first-card .card-wrapper {
  display: flex;
  align-items: center;
}
.cid-tCIk14TEPJ {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tCIk14TEPJ .mbr-section-subtitle,
.cid-tCIk14TEPJ .item-subtitle,
.cid-tCIk14TEPJ .item-title {
  margin-bottom: 12px;
  transition: all .2s;
}
@media (min-width: 992px) {
  .cid-tCIk14TEPJ .main_title {
    padding-right: 1rem;
  }
}
.cid-tCIk14TEPJ .card_item {
  margin-bottom: 60px;
}
@media (min-width: 991px) {
  .cid-tCIk14TEPJ .card_item:nth-child(2n+2) {
    margin-bottom: 0;
  }
  .cid-tCIk14TEPJ .card_item:nth-child(3n+3) {
    margin-bottom: 0;
  }
}
.cid-tCIk14TEPJ .card_item:hover .card_wrapper:before {
  height: 100%;
}
.cid-tCIk14TEPJ .card_wrapper {
  position: relative;
  padding-left: 50px;
  border-left: 1px solid #010a44;
}
.cid-tCIk14TEPJ .card_wrapper:before {
  content: '';
  position: absolute;
  width: 1px;
  height: 0;
  top: 0;
  left: -1px;
  background: #f2684b;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tCIk14TEPJ .card_wrapper:hover .item-title a {
  color: #f2684b !important;
}
.cid-tCIk14TEPJ .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-tCIk14TEPJ .mbr-section-btn .btn-secondary-outline:hover,
.cid-tCIk14TEPJ .mbr-section-btn .btn-secondary-outline .active,
.cid-tCIk14TEPJ .mbr-section-btn .btn-secondary-outline:focus {
  color: #232323 !important;
}
@media (max-width: 991px) {
  .cid-tCIk14TEPJ .main_title {
    margin-bottom: 50px;
  }
  .cid-tCIk14TEPJ .card_item:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .cid-tCIk14TEPJ .card_wrapper {
    padding-left: 20px;
  }
  .cid-tCIk14TEPJ .card_item {
    margin-bottom: 30px;
  }
}
.cid-tCIk14TEPJ .mbr-section-subtitle {
  color: #f14105;
}
.cid-tCIk14TEPJ .item-title {
  color: #232323;
}
.cid-tD51UrIxJo {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tD51UrIxJo .mbr-section-subtitle,
.cid-tD51UrIxJo .item-subtitle,
.cid-tD51UrIxJo .item-title {
  margin-bottom: 12px;
  transition: all .2s;
}
@media (min-width: 992px) {
  .cid-tD51UrIxJo .main_title {
    padding-right: 1rem;
  }
}
.cid-tD51UrIxJo .card_item {
  margin-bottom: 60px;
}
@media (min-width: 991px) {
  .cid-tD51UrIxJo .card_item:nth-child(2n+2) {
    margin-bottom: 0;
  }
  .cid-tD51UrIxJo .card_item:nth-child(3n+3) {
    margin-bottom: 0;
  }
}
.cid-tD51UrIxJo .card_item:hover .card_wrapper:before {
  height: 100%;
}
.cid-tD51UrIxJo .card_wrapper {
  position: relative;
  padding-left: 50px;
  border-left: 1px solid #010a44;
}
.cid-tD51UrIxJo .card_wrapper:before {
  content: '';
  position: absolute;
  width: 1px;
  height: 0;
  top: 0;
  left: -1px;
  background: #f2684b;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tD51UrIxJo .card_wrapper:hover .item-title a {
  color: #f2684b !important;
}
.cid-tD51UrIxJo .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-tD51UrIxJo .mbr-section-btn .btn-secondary-outline:hover,
.cid-tD51UrIxJo .mbr-section-btn .btn-secondary-outline .active,
.cid-tD51UrIxJo .mbr-section-btn .btn-secondary-outline:focus {
  color: #232323 !important;
}
@media (max-width: 991px) {
  .cid-tD51UrIxJo .main_title {
    margin-bottom: 50px;
  }
  .cid-tD51UrIxJo .card_item:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .cid-tD51UrIxJo .card_wrapper {
    padding-left: 20px;
  }
  .cid-tD51UrIxJo .card_item {
    margin-bottom: 30px;
  }
}
.cid-tD51UrIxJo .mbr-section-subtitle {
  color: #f14105;
}
.cid-tD51UrIxJo .item-title {
  color: #232323;
}
.cid-tDmE1yJO1w {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tDmE1yJO1w .mbr-section-subtitle,
.cid-tDmE1yJO1w .item-subtitle,
.cid-tDmE1yJO1w .item-title {
  margin-bottom: 12px;
  transition: all .2s;
}
@media (min-width: 992px) {
  .cid-tDmE1yJO1w .main_title {
    padding-right: 1rem;
  }
}
.cid-tDmE1yJO1w .card_item {
  margin-bottom: 60px;
}
@media (min-width: 991px) {
  .cid-tDmE1yJO1w .card_item:nth-child(2n+2) {
    margin-bottom: 0;
  }
  .cid-tDmE1yJO1w .card_item:nth-child(3n+3) {
    margin-bottom: 0;
  }
}
.cid-tDmE1yJO1w .card_item:hover .card_wrapper:before {
  height: 100%;
}
.cid-tDmE1yJO1w .card_wrapper {
  position: relative;
  padding-left: 50px;
  border-left: 1px solid #010a44;
}
.cid-tDmE1yJO1w .card_wrapper:before {
  content: '';
  position: absolute;
  width: 1px;
  height: 0;
  top: 0;
  left: -1px;
  background: #f2684b;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tDmE1yJO1w .card_wrapper:hover .item-title a {
  color: #f2684b !important;
}
.cid-tDmE1yJO1w .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-tDmE1yJO1w .mbr-section-btn .btn-secondary-outline:hover,
.cid-tDmE1yJO1w .mbr-section-btn .btn-secondary-outline .active,
.cid-tDmE1yJO1w .mbr-section-btn .btn-secondary-outline:focus {
  color: #232323 !important;
}
@media (max-width: 991px) {
  .cid-tDmE1yJO1w .main_title {
    margin-bottom: 50px;
  }
  .cid-tDmE1yJO1w .card_item:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .cid-tDmE1yJO1w .card_wrapper {
    padding-left: 20px;
  }
  .cid-tDmE1yJO1w .card_item {
    margin-bottom: 30px;
  }
}
.cid-tDmE1yJO1w .mbr-section-subtitle {
  color: #f14105;
}
.cid-tDmE1yJO1w .item-title {
  color: #232323;
}
.cid-ug11JNwLIe {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ug11JNwLIe .mbr-section-subtitle,
.cid-ug11JNwLIe .item-subtitle,
.cid-ug11JNwLIe .item-title {
  margin-bottom: 12px;
  transition: all .2s;
}
@media (min-width: 992px) {
  .cid-ug11JNwLIe .main_title {
    padding-right: 1rem;
  }
}
.cid-ug11JNwLIe .card_item {
  margin-bottom: 60px;
}
@media (min-width: 991px) {
  .cid-ug11JNwLIe .card_item:nth-child(2n+2) {
    margin-bottom: 0;
  }
  .cid-ug11JNwLIe .card_item:nth-child(3n+3) {
    margin-bottom: 0;
  }
}
.cid-ug11JNwLIe .card_item:hover .card_wrapper:before {
  height: 100%;
}
.cid-ug11JNwLIe .card_wrapper {
  position: relative;
  padding-left: 50px;
  border-left: 1px solid #010a44;
}
.cid-ug11JNwLIe .card_wrapper:before {
  content: '';
  position: absolute;
  width: 1px;
  height: 0;
  top: 0;
  left: -1px;
  background: #f2684b;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-ug11JNwLIe .card_wrapper:hover .item-title a {
  color: #f2684b !important;
}
.cid-ug11JNwLIe .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-ug11JNwLIe .mbr-section-btn .btn-secondary-outline:hover,
.cid-ug11JNwLIe .mbr-section-btn .btn-secondary-outline .active,
.cid-ug11JNwLIe .mbr-section-btn .btn-secondary-outline:focus {
  color: #232323 !important;
}
@media (max-width: 991px) {
  .cid-ug11JNwLIe .main_title {
    margin-bottom: 50px;
  }
  .cid-ug11JNwLIe .card_item:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .cid-ug11JNwLIe .card_wrapper {
    padding-left: 20px;
  }
  .cid-ug11JNwLIe .card_item {
    margin-bottom: 30px;
  }
}
.cid-ug11JNwLIe .mbr-section-subtitle {
  color: #f14105;
}
.cid-ug11JNwLIe .item-title {
  color: #232323;
}
.cid-uhxiO51DD4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uhxiO51DD4 .mbr-section-subtitle,
.cid-uhxiO51DD4 .item-subtitle,
.cid-uhxiO51DD4 .item-title {
  margin-bottom: 12px;
  transition: all .2s;
}
@media (min-width: 992px) {
  .cid-uhxiO51DD4 .main_title {
    padding-right: 1rem;
  }
}
.cid-uhxiO51DD4 .card_item {
  margin-bottom: 60px;
}
@media (min-width: 991px) {
  .cid-uhxiO51DD4 .card_item:nth-child(2n+2) {
    margin-bottom: 0;
  }
  .cid-uhxiO51DD4 .card_item:nth-child(3n+3) {
    margin-bottom: 0;
  }
}
.cid-uhxiO51DD4 .card_item:hover .card_wrapper:before {
  height: 100%;
}
.cid-uhxiO51DD4 .card_wrapper {
  position: relative;
  padding-left: 50px;
  border-left: 1px solid #010a44;
}
.cid-uhxiO51DD4 .card_wrapper:before {
  content: '';
  position: absolute;
  width: 1px;
  height: 0;
  top: 0;
  left: -1px;
  background: #f2684b;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uhxiO51DD4 .card_wrapper:hover .item-title a {
  color: #f2684b !important;
}
.cid-uhxiO51DD4 .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uhxiO51DD4 .mbr-section-btn .btn-secondary-outline:hover,
.cid-uhxiO51DD4 .mbr-section-btn .btn-secondary-outline .active,
.cid-uhxiO51DD4 .mbr-section-btn .btn-secondary-outline:focus {
  color: #232323 !important;
}
@media (max-width: 991px) {
  .cid-uhxiO51DD4 .main_title {
    margin-bottom: 50px;
  }
  .cid-uhxiO51DD4 .card_item:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .cid-uhxiO51DD4 .card_wrapper {
    padding-left: 20px;
  }
  .cid-uhxiO51DD4 .card_item {
    margin-bottom: 30px;
  }
}
.cid-uhxiO51DD4 .mbr-section-subtitle {
  color: #f14105;
}
.cid-uhxiO51DD4 .item-title {
  color: #232323;
}
.cid-tDbknjd9lc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tDbkmH0T9A {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tQieFrjber {
  padding-top: 60px;
  padding-bottom: 75px;
  background: #ffffff;
}
.cid-tQieFrjber .mbr-section-subtitle {
  color: #cccccc;
}
.cid-tQieFrjber h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 2rem;
  letter-spacing: 4px;
}
.cid-tQieFrjber h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tQieFrjber h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tQieFrjber .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #767676;
  margin: 15px 0.5rem;
  display: block;
}
.cid-tQieFrjber .mbr-iconfont-social:before {
  padding: 0.6rem;
  border: 2px solid;
  border-radius: 100px;
  transition: all 0.3s;
}
.cid-tQieFrjber .mbr-iconfont-social:hover {
  color: #ffffff;
}
.cid-tQieFrjber .mbr-iconfont-social:hover:before {
  background: #767676;
  transition: all 0.3s;
  border-color: transparent;
}
.cid-tQieFrjber .social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-tQieFrjber .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-tQieFrjber .mbr-iconfont-social {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
  }
}
.cid-tQieFrjber .mbr-section-title,
.cid-tQieFrjber .social-list {
  color: #124ad6;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tQieFrjber h2:before,
  .cid-tQieFrjber h2:after {
    display: none;
  }
}
.cid-tQieFrjber .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQieFrjber .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxLlSCVMaT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #918787;
}
.cid-uxLlSCVMaT .container-fluid {
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 992px) {
  .cid-uxLlSCVMaT .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uxLlSCVMaT .row {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #7F8678;
  border-top: 1px solid #7F8678;
  margin-top: -1px;
}
.cid-uxLlSCVMaT .footer-item {
  display: flex;
  flex-direction: column;
  padding: 22px 30px;
  border-bottom: 1px solid #7F8678;
  margin-bottom: -1px;
}
@media (min-width: 768px) {
  .cid-uxLlSCVMaT .footer-item:nth-child(odd) {
    border-right: 1px solid #7F8678;
  }
}
@media (min-width: 1200px) {
  .cid-uxLlSCVMaT .footer-item:not(:last-child) {
    border-right: 1px solid #7F8678;
  }
}
.cid-uxLlSCVMaT .mbr-text {
  color: #000000;
}
.cid-uxLlSCVMaT .link a {
  color: #3d3d3d;
}
.cid-uxLlSCVMaT .copyright {
  color: #000000;
  text-align: right;
}
.cid-uxLlSCVMaT .text {
  color: #000000;
}
.cid-uxLlSCVMaT .mbr-form-container {
  margin-top: 12px;
}
.cid-uxLlSCVMaT .form-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-end;
}
.cid-uxLlSCVMaT form .row {
  margin: 0;
  border: none !important;
}
.cid-uxLlSCVMaT form .mbr-section-btn {
  width: auto;
  padding: 0;
  height: auto;
}
.cid-uxLlSCVMaT form .mbr-section-btn .btn {
  padding: 0;
  height: auto;
  min-height: auto;
  border-radius: 0;
  border-bottom: 2px solid currentColor;
  transition: 1s;
}
.cid-uxLlSCVMaT .copyright-container {
  margin-top: auto;
}
.cid-uxLlSCVMaT .link {
  color: #000000;
}
.cid-uxLlSCVMaT .label {
  color: #f8c842;
}
.cid-tD5DsTuliA {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tD5DsTuliA .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-tD5DsTuliA .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-tD5DsTuliA .iconfont-wrapper {
  color: #103178 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-tD5DsTuliA .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-tD5DsTuliA .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-tD5DsTuliA .container {
    padding: 0 1rem;
  }
}
.cid-tD5DsTuliA .menu-tite {
  background: #232323;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffc800;
}
.cid-tD5DsTuliA .nav-link {
  position: relative;
}
.cid-tD5DsTuliA .nav-link:hover {
  color: #f24d94 !important;
}
.cid-tD5DsTuliA nav.navbar {
  position: fixed;
}
.cid-tD5DsTuliA .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tD5DsTuliA .navbar.opened {
  transition: all 0.3s;
}
.cid-tD5DsTuliA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tD5DsTuliA .navbar .navbar-logo img {
  width: auto;
}
.cid-tD5DsTuliA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tD5DsTuliA .navbar.collapsed {
  justify-content: center;
}
.cid-tD5DsTuliA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tD5DsTuliA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tD5DsTuliA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-tD5DsTuliA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tD5DsTuliA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tD5DsTuliA .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tD5DsTuliA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tD5DsTuliA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tD5DsTuliA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tD5DsTuliA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tD5DsTuliA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tD5DsTuliA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tD5DsTuliA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tD5DsTuliA .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tD5DsTuliA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tD5DsTuliA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tD5DsTuliA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tD5DsTuliA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tD5DsTuliA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tD5DsTuliA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tD5DsTuliA .navbar.navbar-short {
  min-height: 60px;
}
.cid-tD5DsTuliA .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tD5DsTuliA .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tD5DsTuliA .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tD5DsTuliA .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tD5DsTuliA .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tD5DsTuliA .dropdown-item:hover,
.cid-tD5DsTuliA .dropdown-item:focus {
  background: #232323 !important;
  color: white !important;
}
.cid-tD5DsTuliA .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tD5DsTuliA .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tD5DsTuliA .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-tD5DsTuliA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tD5DsTuliA .dropdown-menu,
.cid-tD5DsTuliA .navbar.opened {
  background: #ffffff !important;
}
.cid-tD5DsTuliA .nav-item:focus,
.cid-tD5DsTuliA .nav-link:focus {
  outline: none;
}
.cid-tD5DsTuliA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tD5DsTuliA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tD5DsTuliA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tD5DsTuliA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tD5DsTuliA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tD5DsTuliA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tD5DsTuliA .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tD5DsTuliA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tD5DsTuliA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tD5DsTuliA .dropdown-item.active,
.cid-tD5DsTuliA .dropdown-item:active {
  background-color: transparent;
}
.cid-tD5DsTuliA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tD5DsTuliA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tD5DsTuliA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tD5DsTuliA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tD5DsTuliA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tD5DsTuliA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tD5DsTuliA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tD5DsTuliA .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tD5DsTuliA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tD5DsTuliA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tD5DsTuliA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tD5DsTuliA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tD5DsTuliA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tD5DsTuliA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tD5DsTuliA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tD5DsTuliA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tD5DsTuliA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tD5DsTuliA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tD5DsTuliA .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tD5DsTuliA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tD5DsTuliA .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tD5DsTuliA .navbar {
    height: 70px;
  }
  .cid-tD5DsTuliA .navbar.opened {
    height: auto;
  }
  .cid-tD5DsTuliA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDhmIPtNnQ {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tDhmIPtNnQ .card-wrapper {
  display: flex;
  padding-bottom: 2rem;
}
.cid-tDhmIPtNnQ .card-wrapper:hover .card-title {
  color: #f2684b;
}
.cid-tDhmIPtNnQ img {
  border-radius: 8px;
  height: 100%;
  object-fit: cover;
}
.cid-tDhmIPtNnQ .main-sub-title {
  background: #ffd1c8;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-tDhmIPtNnQ .wrapper {
  background: #f8f8f8;
  padding: 5rem;
  border-radius: 8px;
}
@media (max-width: 1600px) {
  .cid-tDhmIPtNnQ .wrapper {
    padding: 3rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tDhmIPtNnQ .wrapper {
    padding: 3rem 1rem;
  }
}
.cid-tDhmIPtNnQ .card-number {
  padding-right: 1rem;
  text-align: center;
  min-width: 60px;
  color: #ff9083;
}
.cid-tDhmIPtNnQ .card-title {
  transition: all 0.3s;
  color: #1a1a1a;
}
@media (max-width: 992px) {
  .cid-tDhmIPtNnQ .card-wrapper {
    flex-direction: column;
    text-align: center;
  }
  .cid-tDhmIPtNnQ span {
    padding: 0!important;
    margin-bottom: 1rem;
  }
  .cid-tDhmIPtNnQ .col2 .card-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-tDhmIPtNnQ .main-text {
  color: #616161;
}
.cid-tDhmIPtNnQ .card-text {
  color: #232323;
}
.cid-tDhmIPtNnQ .main-sub-title,
.cid-tDhmIPtNnQ .align-wrapper {
  color: #33358c;
}
.cid-tD5GqmmgHy {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tD5GqmmgHy .mbr-fallback-image.disabled {
  display: none;
}
.cid-tD5GqmmgHy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tD5GqmmgHy .container,
.cid-tD5GqmmgHy .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tD5GqmmgHy .container,
  .cid-tD5GqmmgHy .container-fluid {
    padding: 0 20px;
  }
}
.cid-tD5GqmmgHy .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-tD5GqmmgHy .title-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-tD5GqmmgHy .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tD5GqmmgHy .mbr-section-title {
  color: #354463;
}
.cid-tD5GqmmgHy .mbr-section-subtitle {
  color: #ed9b82;
}
.cid-tD5DsQA8VK {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tD5DsQA8VK .text-box {
  position: absolute;
  top: 0px;
  min-height: 100%;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
.cid-tD5DsQA8VK .text-block {
  position: relative;
  z-index: 0;
}
.cid-tD5DsQA8VK .box {
  width: 25%;
  height: 40%;
  background: #ffffff;
  position: absolute;
  top: 4%;
}
.cid-tD5DsQA8VK .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-tD5DsQA8VK .box {
  right: 20%;
}
.cid-tD5DsQA8VK .text-box {
  right: 0;
}
.cid-tD5DsQA8VK .mbr-section-title,
.cid-tD5DsQA8VK .mbr-section-text {
  margin-right: 31%;
  margin-right: 0;
}
@media (max-width: 991px) {
  .cid-tD5DsQA8VK .text-box {
    display: none;
  }
  .cid-tD5DsQA8VK .mbr-section-title,
  .cid-tD5DsQA8VK .mbr-section-text {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-tD5DsQA8VK .box {
    display: none;
  }
  .cid-tD5DsQA8VK .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-tD5DsQA8VK .img-block {
    margin-bottom: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tD5DsQA8VK .text-box {
    writing-mode: bt-rl;
  }
}
.cid-tDaSnF0dbN {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tDaSnF0dbN .row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-tDaSnF0dbN img {
  width: 90%;
}
.cid-tDaSnF0dbN .mbr-text,
.cid-tDaSnF0dbN .mbr-section-btn {
  color: #232323;
}
@media (max-width: 992px) {
  .cid-tDaSnF0dbN img {
    width: 100%;
  }
  .cid-tDaSnF0dbN .pb-5 {
    padding-bottom: 1rem !important;
  }
}
.cid-tDb0tXx4on {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tDb0tXx4on .mbr-section-subtitle,
.cid-tDb0tXx4on .item-subtitle,
.cid-tDb0tXx4on .item-title {
  margin-bottom: 12px;
  transition: all .2s;
}
@media (min-width: 992px) {
  .cid-tDb0tXx4on .main_title {
    padding-right: 1rem;
  }
}
.cid-tDb0tXx4on .card_item {
  margin-bottom: 60px;
}
@media (min-width: 991px) {
  .cid-tDb0tXx4on .card_item:nth-child(2n+2) {
    margin-bottom: 0;
  }
  .cid-tDb0tXx4on .card_item:nth-child(3n+3) {
    margin-bottom: 0;
  }
}
.cid-tDb0tXx4on .card_item:hover .card_wrapper:before {
  height: 100%;
}
.cid-tDb0tXx4on .card_wrapper {
  position: relative;
  padding-left: 50px;
  border-left: 1px solid #010a44;
}
.cid-tDb0tXx4on .card_wrapper:before {
  content: '';
  position: absolute;
  width: 1px;
  height: 0;
  top: 0;
  left: -1px;
  background: #f2684b;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tDb0tXx4on .card_wrapper:hover .item-title a {
  color: #f2684b !important;
}
.cid-tDb0tXx4on .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-tDb0tXx4on .mbr-section-btn .btn-secondary-outline:hover,
.cid-tDb0tXx4on .mbr-section-btn .btn-secondary-outline .active,
.cid-tDb0tXx4on .mbr-section-btn .btn-secondary-outline:focus {
  color: #232323 !important;
}
@media (max-width: 991px) {
  .cid-tDb0tXx4on .main_title {
    margin-bottom: 50px;
  }
  .cid-tDb0tXx4on .card_item:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .cid-tDb0tXx4on .card_wrapper {
    padding-left: 20px;
  }
  .cid-tDb0tXx4on .card_item {
    margin-bottom: 30px;
  }
}
.cid-tDb0tXx4on .mbr-section-subtitle {
  color: #f14105;
}
.cid-tDb0tXx4on .item-title {
  color: #232323;
}
.cid-tDlO2bwA8S {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tDlO2bwA8S .mbr-section-subtitle,
.cid-tDlO2bwA8S .item-subtitle,
.cid-tDlO2bwA8S .item-title {
  margin-bottom: 12px;
  transition: all .2s;
}
@media (min-width: 992px) {
  .cid-tDlO2bwA8S .main_title {
    padding-right: 1rem;
  }
}
.cid-tDlO2bwA8S .card_item {
  margin-bottom: 60px;
}
@media (min-width: 991px) {
  .cid-tDlO2bwA8S .card_item:nth-child(2n+2) {
    margin-bottom: 0;
  }
  .cid-tDlO2bwA8S .card_item:nth-child(3n+3) {
    margin-bottom: 0;
  }
}
.cid-tDlO2bwA8S .card_item:hover .card_wrapper:before {
  height: 100%;
}
.cid-tDlO2bwA8S .card_wrapper {
  position: relative;
  padding-left: 50px;
  border-left: 1px solid #010a44;
}
.cid-tDlO2bwA8S .card_wrapper:before {
  content: '';
  position: absolute;
  width: 1px;
  height: 0;
  top: 0;
  left: -1px;
  background: #f2684b;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tDlO2bwA8S .card_wrapper:hover .item-title a {
  color: #f2684b !important;
}
.cid-tDlO2bwA8S .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-tDlO2bwA8S .mbr-section-btn .btn-secondary-outline:hover,
.cid-tDlO2bwA8S .mbr-section-btn .btn-secondary-outline .active,
.cid-tDlO2bwA8S .mbr-section-btn .btn-secondary-outline:focus {
  color: #232323 !important;
}
@media (max-width: 991px) {
  .cid-tDlO2bwA8S .main_title {
    margin-bottom: 50px;
  }
  .cid-tDlO2bwA8S .card_item:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .cid-tDlO2bwA8S .card_wrapper {
    padding-left: 20px;
  }
  .cid-tDlO2bwA8S .card_item {
    margin-bottom: 30px;
  }
}
.cid-tDlO2bwA8S .mbr-section-subtitle {
  color: #f14105;
}
.cid-tDlO2bwA8S .item-title {
  color: #232323;
}
.cid-tD5GQBX5qQ {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #f8f8f8;
}
.cid-tD5GQBX5qQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tD5GQBX5qQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tD5GQBX5qQ .container,
.cid-tD5GQBX5qQ .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tD5GQBX5qQ .container,
  .cid-tD5GQBX5qQ .container-fluid {
    padding: 0 20px;
  }
}
.cid-tD5GQBX5qQ .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-tD5GQBX5qQ .title-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-tD5GQBX5qQ .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tD5GQBX5qQ .mbr-section-title {
  color: #354463;
}
.cid-tD5GQBX5qQ .mbr-section-subtitle {
  color: #ed9b82;
}
.cid-tDaP8UTwWu {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f8f8f8;
}
.cid-tDaP8UTwWu .text-box {
  position: absolute;
  top: 0px;
  min-height: 100%;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
.cid-tDaP8UTwWu .text-block {
  position: relative;
  z-index: 0;
}
.cid-tDaP8UTwWu .box {
  width: 25%;
  height: 40%;
  background: #f8f8f8;
  position: absolute;
  top: 4%;
}
.cid-tDaP8UTwWu .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-tDaP8UTwWu .box {
  right: 20%;
}
.cid-tDaP8UTwWu .text-box {
  right: 0;
}
.cid-tDaP8UTwWu .mbr-section-title,
.cid-tDaP8UTwWu .mbr-section-text {
  margin-right: 31%;
  margin-right: 0;
}
@media (max-width: 991px) {
  .cid-tDaP8UTwWu .text-box {
    display: none;
  }
  .cid-tDaP8UTwWu .mbr-section-title,
  .cid-tDaP8UTwWu .mbr-section-text {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-tDaP8UTwWu .box {
    display: none;
  }
  .cid-tDaP8UTwWu .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-tDaP8UTwWu .img-block {
    margin-bottom: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tDaP8UTwWu .text-box {
    writing-mode: bt-rl;
  }
}
.cid-tDaVJdxLmI {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f8f8f8;
}
.cid-tDaVJdxLmI .row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-tDaVJdxLmI img {
  width: 90%;
}
.cid-tDaVJdxLmI .mbr-text,
.cid-tDaVJdxLmI .mbr-section-btn {
  color: #232323;
}
@media (max-width: 992px) {
  .cid-tDaVJdxLmI img {
    width: 100%;
  }
  .cid-tDaVJdxLmI .pb-5 {
    padding-bottom: 1rem !important;
  }
}
.cid-tD5DsS0tgP {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #f8f8f8;
}
.cid-tD5DsS0tgP .mbr-section-subtitle,
.cid-tD5DsS0tgP .item-subtitle,
.cid-tD5DsS0tgP .item-title {
  margin-bottom: 12px;
  transition: all .2s;
}
@media (min-width: 992px) {
  .cid-tD5DsS0tgP .main_title {
    padding-right: 1rem;
  }
}
.cid-tD5DsS0tgP .card_item {
  margin-bottom: 60px;
}
@media (min-width: 991px) {
  .cid-tD5DsS0tgP .card_item:nth-child(2n+2) {
    margin-bottom: 0;
  }
  .cid-tD5DsS0tgP .card_item:nth-child(3n+3) {
    margin-bottom: 0;
  }
}
.cid-tD5DsS0tgP .card_item:hover .card_wrapper:before {
  height: 100%;
}
.cid-tD5DsS0tgP .card_wrapper {
  position: relative;
  padding-left: 50px;
  border-left: 1px solid #010a44;
}
.cid-tD5DsS0tgP .card_wrapper:before {
  content: '';
  position: absolute;
  width: 1px;
  height: 0;
  top: 0;
  left: -1px;
  background: #f2684b;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tD5DsS0tgP .card_wrapper:hover .item-title a {
  color: #f2684b !important;
}
.cid-tD5DsS0tgP .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-tD5DsS0tgP .mbr-section-btn .btn-secondary-outline:hover,
.cid-tD5DsS0tgP .mbr-section-btn .btn-secondary-outline .active,
.cid-tD5DsS0tgP .mbr-section-btn .btn-secondary-outline:focus {
  color: #232323 !important;
}
@media (max-width: 991px) {
  .cid-tD5DsS0tgP .main_title {
    margin-bottom: 50px;
  }
  .cid-tD5DsS0tgP .card_item:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .cid-tD5DsS0tgP .card_wrapper {
    padding-left: 20px;
  }
  .cid-tD5DsS0tgP .card_item {
    margin-bottom: 30px;
  }
}
.cid-tD5DsS0tgP .mbr-section-subtitle {
  color: #f14105;
}
.cid-tD5DsS0tgP .item-title {
  color: #232323;
}
.cid-tDlMMN8Ut1 {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #f8f8f8;
}
.cid-tDlMMN8Ut1 .mbr-section-subtitle,
.cid-tDlMMN8Ut1 .item-subtitle,
.cid-tDlMMN8Ut1 .item-title {
  margin-bottom: 12px;
  transition: all .2s;
}
@media (min-width: 992px) {
  .cid-tDlMMN8Ut1 .main_title {
    padding-right: 1rem;
  }
}
.cid-tDlMMN8Ut1 .card_item {
  margin-bottom: 60px;
}
@media (min-width: 991px) {
  .cid-tDlMMN8Ut1 .card_item:nth-child(2n+2) {
    margin-bottom: 0;
  }
  .cid-tDlMMN8Ut1 .card_item:nth-child(3n+3) {
    margin-bottom: 0;
  }
}
.cid-tDlMMN8Ut1 .card_item:hover .card_wrapper:before {
  height: 100%;
}
.cid-tDlMMN8Ut1 .card_wrapper {
  position: relative;
  padding-left: 50px;
  border-left: 1px solid #010a44;
}
.cid-tDlMMN8Ut1 .card_wrapper:before {
  content: '';
  position: absolute;
  width: 1px;
  height: 0;
  top: 0;
  left: -1px;
  background: #f2684b;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tDlMMN8Ut1 .card_wrapper:hover .item-title a {
  color: #f2684b !important;
}
.cid-tDlMMN8Ut1 .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-tDlMMN8Ut1 .mbr-section-btn .btn-secondary-outline:hover,
.cid-tDlMMN8Ut1 .mbr-section-btn .btn-secondary-outline .active,
.cid-tDlMMN8Ut1 .mbr-section-btn .btn-secondary-outline:focus {
  color: #232323 !important;
}
@media (max-width: 991px) {
  .cid-tDlMMN8Ut1 .main_title {
    margin-bottom: 50px;
  }
  .cid-tDlMMN8Ut1 .card_item:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .cid-tDlMMN8Ut1 .card_wrapper {
    padding-left: 20px;
  }
  .cid-tDlMMN8Ut1 .card_item {
    margin-bottom: 30px;
  }
}
.cid-tDlMMN8Ut1 .mbr-section-subtitle {
  color: #f14105;
}
.cid-tDlMMN8Ut1 .item-title {
  color: #232323;
}
.cid-tDbkLT9J2r {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8f8f8;
}
.cid-tQieKCVyJT {
  padding-top: 60px;
  padding-bottom: 75px;
  background: #ffffff;
}
.cid-tQieKCVyJT .mbr-section-subtitle {
  color: #cccccc;
}
.cid-tQieKCVyJT h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 2rem;
  letter-spacing: 4px;
}
.cid-tQieKCVyJT h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tQieKCVyJT h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tQieKCVyJT .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #767676;
  margin: 15px 0.5rem;
  display: block;
}
.cid-tQieKCVyJT .mbr-iconfont-social:before {
  padding: 0.6rem;
  border: 2px solid;
  border-radius: 100px;
  transition: all 0.3s;
}
.cid-tQieKCVyJT .mbr-iconfont-social:hover {
  color: #ffffff;
}
.cid-tQieKCVyJT .mbr-iconfont-social:hover:before {
  background: #767676;
  transition: all 0.3s;
  border-color: transparent;
}
.cid-tQieKCVyJT .social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-tQieKCVyJT .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-tQieKCVyJT .mbr-iconfont-social {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
  }
}
.cid-tQieKCVyJT .mbr-section-title,
.cid-tQieKCVyJT .social-list {
  color: #124ad6;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tQieKCVyJT h2:before,
  .cid-tQieKCVyJT h2:after {
    display: none;
  }
}
.cid-tQieKCVyJT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQieKCVyJT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxLlSCVMaT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #918787;
}
.cid-uxLlSCVMaT .container-fluid {
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 992px) {
  .cid-uxLlSCVMaT .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uxLlSCVMaT .row {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #7F8678;
  border-top: 1px solid #7F8678;
  margin-top: -1px;
}
.cid-uxLlSCVMaT .footer-item {
  display: flex;
  flex-direction: column;
  padding: 22px 30px;
  border-bottom: 1px solid #7F8678;
  margin-bottom: -1px;
}
@media (min-width: 768px) {
  .cid-uxLlSCVMaT .footer-item:nth-child(odd) {
    border-right: 1px solid #7F8678;
  }
}
@media (min-width: 1200px) {
  .cid-uxLlSCVMaT .footer-item:not(:last-child) {
    border-right: 1px solid #7F8678;
  }
}
.cid-uxLlSCVMaT .mbr-text {
  color: #000000;
}
.cid-uxLlSCVMaT .link a {
  color: #3d3d3d;
}
.cid-uxLlSCVMaT .copyright {
  color: #000000;
  text-align: right;
}
.cid-uxLlSCVMaT .text {
  color: #000000;
}
.cid-uxLlSCVMaT .mbr-form-container {
  margin-top: 12px;
}
.cid-uxLlSCVMaT .form-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-end;
}
.cid-uxLlSCVMaT form .row {
  margin: 0;
  border: none !important;
}
.cid-uxLlSCVMaT form .mbr-section-btn {
  width: auto;
  padding: 0;
  height: auto;
}
.cid-uxLlSCVMaT form .mbr-section-btn .btn {
  padding: 0;
  height: auto;
  min-height: auto;
  border-radius: 0;
  border-bottom: 2px solid currentColor;
  transition: 1s;
}
.cid-uxLlSCVMaT .copyright-container {
  margin-top: auto;
}
.cid-uxLlSCVMaT .link {
  color: #000000;
}
.cid-uxLlSCVMaT .label {
  color: #f8c842;
}
.cid-tDb3iIMWqO {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tDb3iIMWqO .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-tDb3iIMWqO .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-tDb3iIMWqO .iconfont-wrapper {
  color: #103178 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-tDb3iIMWqO .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-tDb3iIMWqO .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-tDb3iIMWqO .container {
    padding: 0 1rem;
  }
}
.cid-tDb3iIMWqO .menu-tite {
  background: #232323;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffc800;
}
.cid-tDb3iIMWqO .nav-link {
  position: relative;
}
.cid-tDb3iIMWqO .nav-link:hover {
  color: #f24d94 !important;
}
.cid-tDb3iIMWqO nav.navbar {
  position: fixed;
}
.cid-tDb3iIMWqO .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tDb3iIMWqO .navbar.opened {
  transition: all 0.3s;
}
.cid-tDb3iIMWqO .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tDb3iIMWqO .navbar .navbar-logo img {
  width: auto;
}
.cid-tDb3iIMWqO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tDb3iIMWqO .navbar.collapsed {
  justify-content: center;
}
.cid-tDb3iIMWqO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDb3iIMWqO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tDb3iIMWqO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-tDb3iIMWqO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDb3iIMWqO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDb3iIMWqO .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tDb3iIMWqO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDb3iIMWqO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tDb3iIMWqO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tDb3iIMWqO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDb3iIMWqO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDb3iIMWqO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDb3iIMWqO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tDb3iIMWqO .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tDb3iIMWqO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tDb3iIMWqO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tDb3iIMWqO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tDb3iIMWqO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tDb3iIMWqO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDb3iIMWqO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tDb3iIMWqO .navbar.navbar-short {
  min-height: 60px;
}
.cid-tDb3iIMWqO .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tDb3iIMWqO .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tDb3iIMWqO .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDb3iIMWqO .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tDb3iIMWqO .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tDb3iIMWqO .dropdown-item:hover,
.cid-tDb3iIMWqO .dropdown-item:focus {
  background: #232323 !important;
  color: white !important;
}
.cid-tDb3iIMWqO .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tDb3iIMWqO .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tDb3iIMWqO .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-tDb3iIMWqO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tDb3iIMWqO .dropdown-menu,
.cid-tDb3iIMWqO .navbar.opened {
  background: #ffffff !important;
}
.cid-tDb3iIMWqO .nav-item:focus,
.cid-tDb3iIMWqO .nav-link:focus {
  outline: none;
}
.cid-tDb3iIMWqO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDb3iIMWqO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDb3iIMWqO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tDb3iIMWqO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDb3iIMWqO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDb3iIMWqO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDb3iIMWqO .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tDb3iIMWqO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tDb3iIMWqO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDb3iIMWqO .dropdown-item.active,
.cid-tDb3iIMWqO .dropdown-item:active {
  background-color: transparent;
}
.cid-tDb3iIMWqO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDb3iIMWqO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDb3iIMWqO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDb3iIMWqO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tDb3iIMWqO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tDb3iIMWqO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDb3iIMWqO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tDb3iIMWqO .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tDb3iIMWqO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tDb3iIMWqO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tDb3iIMWqO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDb3iIMWqO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDb3iIMWqO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDb3iIMWqO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDb3iIMWqO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDb3iIMWqO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDb3iIMWqO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDb3iIMWqO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDb3iIMWqO .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tDb3iIMWqO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tDb3iIMWqO .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tDb3iIMWqO .navbar {
    height: 70px;
  }
  .cid-tDb3iIMWqO .navbar.opened {
    height: auto;
  }
  .cid-tDb3iIMWqO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDlxbBaKaq {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tDlxbBaKaq .card-wrapper {
  display: flex;
  padding-bottom: 2rem;
}
.cid-tDlxbBaKaq img {
  border-radius: 8px;
  height: 100%;
  object-fit: cover;
}
.cid-tDlxbBaKaq .main-sub-title {
  background: #ffd1c8;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-tDlxbBaKaq .wrapper {
  background: #f8f8f8;
  padding: 5rem;
  border-radius: 8px;
}
@media (max-width: 1600px) {
  .cid-tDlxbBaKaq .wrapper {
    padding: 3rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tDlxbBaKaq .wrapper {
    padding: 3rem 1rem;
  }
}
.cid-tDlxbBaKaq .card-number {
  padding-right: 1rem;
  text-align: center;
  min-width: 60px;
  color: #ff9083;
}
.cid-tDlxbBaKaq .card-title {
  transition: all 0.3s;
  color: #1a1a1a;
}
@media (max-width: 992px) {
  .cid-tDlxbBaKaq .card-wrapper {
    flex-direction: column;
    text-align: center;
  }
  .cid-tDlxbBaKaq span {
    padding: 0!important;
    margin-bottom: 1rem;
  }
  .cid-tDlxbBaKaq .col2 .card-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-tDlxbBaKaq .main-text {
  color: #616161;
}
.cid-tDlxbBaKaq .card-text {
  color: #232323;
}
.cid-tDlxbBaKaq .main-sub-title,
.cid-tDlxbBaKaq .align-wrapper {
  color: #33358c;
}
.cid-tDb3iIars6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tDb3iIars6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDb3iIars6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDb3iIars6 .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-tDb3iIars6 .row {
    padding: 0 12px;
  }
}
.cid-tDb3iIars6 .item-wrap {
  z-index: 1;
}
.cid-tDb3iIars6 .border-wrap {
  width: 100%;
  height: 3px;
  background-color: #181818;
  margin-bottom: 48px;
}
.cid-tDb3iIars6 .mbr-section-subtitle {
  margin-bottom: 62px;
  color: #181818;
}
.cid-tDb3iIars6 .link-wrapper {
  width: 100%;
  display: block;
  margin-bottom: 62px;
}
.cid-tDb3iIars6 .link-wrapper:hover .mbr-link {
  color: #ae856c;
}
.cid-tDb3iIars6 .link-wrapper:hover .mbr-link span {
  color: #ae856c;
}
.cid-tDb3iIars6 .link-wrapper .mbr-link {
  transition: all .3s ease;
  margin-bottom: 62px;
}
.cid-tDb3iIars6 .link-wrapper .mbr-link span {
  margin-left: 1px;
  font-size: 13px;
}
.cid-tDb3iIars6 .desc-container .desc-wrapper {
  display: inline-flex;
  margin-bottom: 18px;
}
.cid-tDb3iIars6 .desc-container .desc-wrapper .mbr-desc {
  margin: 0;
  transition: all .3s ease;
}
.cid-tDb3iIars6 .desc-container .desc-wrapper .mbr-desc:first-child:hover {
  color: #ae856c;
}
.cid-tDb3iIars6 .desc-container .desc-wrapper .mbr-dot {
  margin: 0 10px;
  font-size: 20px;
  opacity: .3;
}
.cid-tDb3iIars6 .person-container .person-wrapper {
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-tDb3iIars6 .person-container .person-wrapper {
    margin-bottom: 32px;
  }
}
.cid-tDb3iIars6 .person-container .person-wrapper img {
  width: 32px;
  height: 32px;
  object-fit: cover;
  border-radius: 50%;
  margin: 10px 5px 0 0;
}
.cid-tDb3iIars6 .person-container .person-wrapper .person-text .mbr-person {
  margin: 0;
}
.cid-tDb3iIars6 .person-container .person-wrapper .person-text .mbr-person:first-child {
  margin-bottom: -4px;
  transition: all .3s ease;
}
.cid-tDb3iIars6 .person-container .person-wrapper .person-text .mbr-person:first-child:hover {
  opacity: .3;
}
@media (max-width: 992px) {
  .cid-tDb3iIars6 .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-tDb3iIars6 .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
  transition: all .3s ease;
}
.cid-tDb3iIars6 .title-wrapper .mbr-section-title:hover {
  color: #ae856c;
}
.cid-tDb3iIars6 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tDb3iIars6 .date-wrapper .mbr-date {
  margin-bottom: 24px;
}
@media (max-width: 425px) {
  .cid-tDb3iIars6 .date-wrapper .mbr-date {
    text-align: left;
  }
}
.cid-tDb3iIars6 .image-wrapper {
  display: flex;
  justify-content: flex-end;
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-tDb3iIars6 .image-wrapper {
    padding-left: 40%;
  }
}
@media (max-width: 425px) {
  .cid-tDb3iIars6 .image-wrapper {
    padding: 0;
  }
}
.cid-tDb3iIars6 .image-wrapper .image-link {
  display: block;
  margin-right: 1rem;
  overflow: hidden;
}
.cid-tDb3iIars6 .image-wrapper .image-link:hover img {
  transform: scale(1.1, 1.1);
}
.cid-tDb3iIars6 .image-wrapper .image-link img {
  width: 100%;
  height: 128px;
  object-fit: cover;
  transition: all .3s ease;
}
.cid-tDb3iIars6 .image-wrapper .image-container {
  width: 76px;
}
.cid-tDb3iIars6 .image-wrapper .image-container .image-link {
  display: block;
  overflow: hidden;
}
.cid-tDb3iIars6 .image-wrapper .image-container .image-link:hover img {
  transform: scale(1.1, 1.1);
}
.cid-tDb3iIars6 .image-wrapper .image-container .image-link img {
  width: 76px;
  height: 56px;
  object-fit: cover;
  transition: all .3s ease;
}
.cid-tDb3iIars6 .image-wrapper .image-container .image-link:first-child {
  margin-bottom: 1rem;
}
.cid-tDb3iIars6 .mbr-section-title {
  color: #181818;
}
.cid-tDb3iIars6 .mbr-text {
  color: #181818;
}
.cid-tDb3iIars6 .mbr-link {
  color: #181818;
  text-align: right;
}
.cid-tDb3iIars6 .mbr-desc,
.cid-tDb3iIars6 .mbr-dot {
  color: #181818;
}
.cid-tDb3iIars6 .mbr-person {
  color: #181818;
}
.cid-tDb3iIars6 .mbr-date {
  color: #181818;
  text-align: right;
}
.cid-tDb7WQEbYP {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tDb7WQEbYP .mbr-media {
  position: relative;
}
.cid-tDb7WQEbYP .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-tDb7WQEbYP .box {
  min-height: 350px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background-size: cover;
  background-position: center;
}
@media (max-width: 767px) {
  .cid-tDb7WQEbYP .box {
    min-height: 300px;
  }
}
@media (max-width: 992px) {
  .cid-tDb7WQEbYP .box {
    margin-bottom: 2rem;
  }
}
.cid-tDb7WQEbYP .box1 {
  background-image: url("../../../assets/images/dsc6280-2000x1333.jpg");
}
.cid-tDb7WQEbYP .box2 {
  background-image: url("../../../assets/images/h2-generation-1-1714x2000.png");
}
.cid-tDb7WQEbYP .icon-wrap {
  position: relative;
  margin: auto;
  width: 120px;
  height: 120px;
  background: #ffffff;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tDb7WQEbYP .icon-wrap a {
  height: 20px;
}
.cid-tDb7WQEbYP .icon-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120px;
  height: 120px;
  background: #ffffff;
  opacity: 0.8;
  border-radius: 50%;
  animation-duration: 1s;
  animation-name: icons;
  animation-iteration-count: infinite;
  z-index: 1;
}
@keyframes icons {
  from {
    width: 120px;
    height: 120px;
    opacity: 0.8;
  }
  to {
    width: 160px;
    height: 160px;
    opacity: 0;
  }
}
.cid-tDb7WQEbYP .mbr-media span {
  font-size: 1.4rem;
  transition: all 0.2s;
  z-index: 2;
  padding-left: 4px;
  position: relative;
  color: #121212;
}
.cid-tDb7WQEbYP .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tDb7WQEbYP .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tDb7WQEbYP .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tDb7WQEbYP .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;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tDb7WQEbYP .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tDb7WQEbYP .mbr-section-title {
  text-align: left;
}
.cid-tQieMFEZ2D {
  padding-top: 60px;
  padding-bottom: 75px;
  background: #ffffff;
}
.cid-tQieMFEZ2D .mbr-section-subtitle {
  color: #cccccc;
}
.cid-tQieMFEZ2D h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 2rem;
  letter-spacing: 4px;
}
.cid-tQieMFEZ2D h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tQieMFEZ2D h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tQieMFEZ2D .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #767676;
  margin: 15px 0.5rem;
  display: block;
}
.cid-tQieMFEZ2D .mbr-iconfont-social:before {
  padding: 0.6rem;
  border: 2px solid;
  border-radius: 100px;
  transition: all 0.3s;
}
.cid-tQieMFEZ2D .mbr-iconfont-social:hover {
  color: #ffffff;
}
.cid-tQieMFEZ2D .mbr-iconfont-social:hover:before {
  background: #767676;
  transition: all 0.3s;
  border-color: transparent;
}
.cid-tQieMFEZ2D .social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-tQieMFEZ2D .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-tQieMFEZ2D .mbr-iconfont-social {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
  }
}
.cid-tQieMFEZ2D .mbr-section-title,
.cid-tQieMFEZ2D .social-list {
  color: #124ad6;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tQieMFEZ2D h2:before,
  .cid-tQieMFEZ2D h2:after {
    display: none;
  }
}
.cid-tQieMFEZ2D .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQieMFEZ2D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxLlSCVMaT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #918787;
}
.cid-uxLlSCVMaT .container-fluid {
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 992px) {
  .cid-uxLlSCVMaT .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uxLlSCVMaT .row {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #7F8678;
  border-top: 1px solid #7F8678;
  margin-top: -1px;
}
.cid-uxLlSCVMaT .footer-item {
  display: flex;
  flex-direction: column;
  padding: 22px 30px;
  border-bottom: 1px solid #7F8678;
  margin-bottom: -1px;
}
@media (min-width: 768px) {
  .cid-uxLlSCVMaT .footer-item:nth-child(odd) {
    border-right: 1px solid #7F8678;
  }
}
@media (min-width: 1200px) {
  .cid-uxLlSCVMaT .footer-item:not(:last-child) {
    border-right: 1px solid #7F8678;
  }
}
.cid-uxLlSCVMaT .mbr-text {
  color: #000000;
}
.cid-uxLlSCVMaT .link a {
  color: #3d3d3d;
}
.cid-uxLlSCVMaT .copyright {
  color: #000000;
  text-align: right;
}
.cid-uxLlSCVMaT .text {
  color: #000000;
}
.cid-uxLlSCVMaT .mbr-form-container {
  margin-top: 12px;
}
.cid-uxLlSCVMaT .form-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-end;
}
.cid-uxLlSCVMaT form .row {
  margin: 0;
  border: none !important;
}
.cid-uxLlSCVMaT form .mbr-section-btn {
  width: auto;
  padding: 0;
  height: auto;
}
.cid-uxLlSCVMaT form .mbr-section-btn .btn {
  padding: 0;
  height: auto;
  min-height: auto;
  border-radius: 0;
  border-bottom: 2px solid currentColor;
  transition: 1s;
}
.cid-uxLlSCVMaT .copyright-container {
  margin-top: auto;
}
.cid-uxLlSCVMaT .link {
  color: #000000;
}
.cid-uxLlSCVMaT .label {
  color: #f8c842;
}
.cid-tDlAwyqhSw {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tDlAwyqhSw .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-tDlAwyqhSw .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-tDlAwyqhSw .iconfont-wrapper {
  color: #103178 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-tDlAwyqhSw .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-tDlAwyqhSw .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-tDlAwyqhSw .container {
    padding: 0 1rem;
  }
}
.cid-tDlAwyqhSw .menu-tite {
  background: #232323;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffc800;
}
.cid-tDlAwyqhSw .nav-link {
  position: relative;
}
.cid-tDlAwyqhSw .nav-link:hover {
  color: #f24d94 !important;
}
.cid-tDlAwyqhSw nav.navbar {
  position: fixed;
}
.cid-tDlAwyqhSw .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tDlAwyqhSw .navbar.opened {
  transition: all 0.3s;
}
.cid-tDlAwyqhSw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tDlAwyqhSw .navbar .navbar-logo img {
  width: auto;
}
.cid-tDlAwyqhSw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tDlAwyqhSw .navbar.collapsed {
  justify-content: center;
}
.cid-tDlAwyqhSw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDlAwyqhSw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tDlAwyqhSw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-tDlAwyqhSw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDlAwyqhSw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDlAwyqhSw .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tDlAwyqhSw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDlAwyqhSw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tDlAwyqhSw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tDlAwyqhSw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDlAwyqhSw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDlAwyqhSw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDlAwyqhSw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tDlAwyqhSw .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tDlAwyqhSw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tDlAwyqhSw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tDlAwyqhSw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tDlAwyqhSw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tDlAwyqhSw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDlAwyqhSw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tDlAwyqhSw .navbar.navbar-short {
  min-height: 60px;
}
.cid-tDlAwyqhSw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tDlAwyqhSw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tDlAwyqhSw .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDlAwyqhSw .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tDlAwyqhSw .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tDlAwyqhSw .dropdown-item:hover,
.cid-tDlAwyqhSw .dropdown-item:focus {
  background: #232323 !important;
  color: white !important;
}
.cid-tDlAwyqhSw .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tDlAwyqhSw .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tDlAwyqhSw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-tDlAwyqhSw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tDlAwyqhSw .dropdown-menu,
.cid-tDlAwyqhSw .navbar.opened {
  background: #ffffff !important;
}
.cid-tDlAwyqhSw .nav-item:focus,
.cid-tDlAwyqhSw .nav-link:focus {
  outline: none;
}
.cid-tDlAwyqhSw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDlAwyqhSw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDlAwyqhSw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tDlAwyqhSw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDlAwyqhSw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDlAwyqhSw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDlAwyqhSw .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tDlAwyqhSw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tDlAwyqhSw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDlAwyqhSw .dropdown-item.active,
.cid-tDlAwyqhSw .dropdown-item:active {
  background-color: transparent;
}
.cid-tDlAwyqhSw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDlAwyqhSw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDlAwyqhSw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDlAwyqhSw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tDlAwyqhSw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tDlAwyqhSw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDlAwyqhSw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tDlAwyqhSw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tDlAwyqhSw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tDlAwyqhSw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tDlAwyqhSw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDlAwyqhSw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDlAwyqhSw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDlAwyqhSw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDlAwyqhSw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDlAwyqhSw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDlAwyqhSw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDlAwyqhSw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDlAwyqhSw .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tDlAwyqhSw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tDlAwyqhSw .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tDlAwyqhSw .navbar {
    height: 70px;
  }
  .cid-tDlAwyqhSw .navbar.opened {
    height: auto;
  }
  .cid-tDlAwyqhSw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDlANQ816n {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tDlANQ816n .card-wrapper {
  display: flex;
  padding-bottom: 2rem;
}
.cid-tDlANQ816n img {
  border-radius: 8px;
  height: 100%;
  object-fit: cover;
}
.cid-tDlANQ816n .main-sub-title {
  background: #ffd1c8;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-tDlANQ816n .wrapper {
  background: #f8f8f8;
  padding: 5rem;
  border-radius: 8px;
}
@media (max-width: 1600px) {
  .cid-tDlANQ816n .wrapper {
    padding: 3rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tDlANQ816n .wrapper {
    padding: 3rem 1rem;
  }
}
.cid-tDlANQ816n .card-number {
  padding-right: 1rem;
  text-align: center;
  min-width: 60px;
  color: #ff9083;
}
.cid-tDlANQ816n .card-title {
  transition: all 0.3s;
  color: #1a1a1a;
}
@media (max-width: 992px) {
  .cid-tDlANQ816n .card-wrapper {
    flex-direction: column;
    text-align: center;
  }
  .cid-tDlANQ816n span {
    padding: 0!important;
    margin-bottom: 1rem;
  }
  .cid-tDlANQ816n .col2 .card-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-tDlANQ816n .main-text {
  color: #616161;
}
.cid-tDlANQ816n .card-text {
  color: #232323;
}
.cid-tDlANQ816n .main-sub-title,
.cid-tDlANQ816n .align-wrapper {
  color: #33358c;
}
.cid-tDlAwwWLbv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tDlAwwWLbv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDlAwwWLbv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDlAwwWLbv .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-tDlAwwWLbv .row {
    padding: 0 12px;
  }
}
.cid-tDlAwwWLbv .item-wrap {
  z-index: 1;
}
.cid-tDlAwwWLbv .border-wrap {
  width: 100%;
  height: 3px;
  background-color: #181818;
  margin-bottom: 48px;
}
.cid-tDlAwwWLbv .mbr-section-subtitle {
  margin-bottom: 62px;
  color: #181818;
}
.cid-tDlAwwWLbv .link-wrapper {
  width: 100%;
  display: block;
  margin-bottom: 62px;
}
.cid-tDlAwwWLbv .link-wrapper:hover .mbr-link {
  color: #ae856c;
}
.cid-tDlAwwWLbv .link-wrapper:hover .mbr-link span {
  color: #ae856c;
}
.cid-tDlAwwWLbv .link-wrapper .mbr-link {
  transition: all .3s ease;
  margin-bottom: 62px;
}
.cid-tDlAwwWLbv .link-wrapper .mbr-link span {
  margin-left: 1px;
  font-size: 13px;
}
.cid-tDlAwwWLbv .desc-container .desc-wrapper {
  display: inline-flex;
  margin-bottom: 18px;
}
.cid-tDlAwwWLbv .desc-container .desc-wrapper .mbr-desc {
  margin: 0;
  transition: all .3s ease;
}
.cid-tDlAwwWLbv .desc-container .desc-wrapper .mbr-desc:first-child:hover {
  color: #ae856c;
}
.cid-tDlAwwWLbv .desc-container .desc-wrapper .mbr-dot {
  margin: 0 10px;
  font-size: 20px;
  opacity: .3;
}
.cid-tDlAwwWLbv .person-container .person-wrapper {
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-tDlAwwWLbv .person-container .person-wrapper {
    margin-bottom: 32px;
  }
}
.cid-tDlAwwWLbv .person-container .person-wrapper img {
  width: 32px;
  height: 32px;
  object-fit: cover;
  border-radius: 50%;
  margin: 10px 5px 0 0;
}
.cid-tDlAwwWLbv .person-container .person-wrapper .person-text .mbr-person {
  margin: 0;
}
.cid-tDlAwwWLbv .person-container .person-wrapper .person-text .mbr-person:first-child {
  margin-bottom: -4px;
  transition: all .3s ease;
}
.cid-tDlAwwWLbv .person-container .person-wrapper .person-text .mbr-person:first-child:hover {
  opacity: .3;
}
@media (max-width: 992px) {
  .cid-tDlAwwWLbv .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-tDlAwwWLbv .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
  transition: all .3s ease;
}
.cid-tDlAwwWLbv .title-wrapper .mbr-section-title:hover {
  color: #ae856c;
}
.cid-tDlAwwWLbv .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tDlAwwWLbv .date-wrapper .mbr-date {
  margin-bottom: 24px;
}
@media (max-width: 425px) {
  .cid-tDlAwwWLbv .date-wrapper .mbr-date {
    text-align: left;
  }
}
.cid-tDlAwwWLbv .image-wrapper {
  display: flex;
  justify-content: flex-end;
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-tDlAwwWLbv .image-wrapper {
    padding-left: 40%;
  }
}
@media (max-width: 425px) {
  .cid-tDlAwwWLbv .image-wrapper {
    padding: 0;
  }
}
.cid-tDlAwwWLbv .image-wrapper .image-link {
  display: block;
  margin-right: 1rem;
  overflow: hidden;
}
.cid-tDlAwwWLbv .image-wrapper .image-link:hover img {
  transform: scale(1.1, 1.1);
}
.cid-tDlAwwWLbv .image-wrapper .image-link img {
  width: 100%;
  height: 128px;
  object-fit: cover;
  transition: all .3s ease;
}
.cid-tDlAwwWLbv .image-wrapper .image-container {
  width: 76px;
}
.cid-tDlAwwWLbv .image-wrapper .image-container .image-link {
  display: block;
  overflow: hidden;
}
.cid-tDlAwwWLbv .image-wrapper .image-container .image-link:hover img {
  transform: scale(1.1, 1.1);
}
.cid-tDlAwwWLbv .image-wrapper .image-container .image-link img {
  width: 76px;
  height: 56px;
  object-fit: cover;
  transition: all .3s ease;
}
.cid-tDlAwwWLbv .image-wrapper .image-container .image-link:first-child {
  margin-bottom: 1rem;
}
.cid-tDlAwwWLbv .mbr-section-title {
  color: #181818;
}
.cid-tDlAwwWLbv .mbr-text {
  color: #181818;
}
.cid-tDlAwwWLbv .mbr-link {
  color: #181818;
  text-align: right;
}
.cid-tDlAwwWLbv .mbr-desc,
.cid-tDlAwwWLbv .mbr-dot {
  color: #181818;
}
.cid-tDlAwwWLbv .mbr-person {
  color: #232323;
}
.cid-tDlAwwWLbv .mbr-date {
  color: #181818;
  text-align: right;
}
.cid-tQieS1MJEY {
  padding-top: 60px;
  padding-bottom: 75px;
  background: #ffffff;
}
.cid-tQieS1MJEY .mbr-section-subtitle {
  color: #cccccc;
}
.cid-tQieS1MJEY h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 2rem;
  letter-spacing: 4px;
}
.cid-tQieS1MJEY h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tQieS1MJEY h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tQieS1MJEY .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #767676;
  margin: 15px 0.5rem;
  display: block;
}
.cid-tQieS1MJEY .mbr-iconfont-social:before {
  padding: 0.6rem;
  border: 2px solid;
  border-radius: 100px;
  transition: all 0.3s;
}
.cid-tQieS1MJEY .mbr-iconfont-social:hover {
  color: #ffffff;
}
.cid-tQieS1MJEY .mbr-iconfont-social:hover:before {
  background: #767676;
  transition: all 0.3s;
  border-color: transparent;
}
.cid-tQieS1MJEY .social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-tQieS1MJEY .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-tQieS1MJEY .mbr-iconfont-social {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
  }
}
.cid-tQieS1MJEY .mbr-section-title,
.cid-tQieS1MJEY .social-list {
  color: #124ad6;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tQieS1MJEY h2:before,
  .cid-tQieS1MJEY h2:after {
    display: none;
  }
}
.cid-tQieS1MJEY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQieS1MJEY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxLlSCVMaT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #918787;
}
.cid-uxLlSCVMaT .container-fluid {
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 992px) {
  .cid-uxLlSCVMaT .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uxLlSCVMaT .row {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #7F8678;
  border-top: 1px solid #7F8678;
  margin-top: -1px;
}
.cid-uxLlSCVMaT .footer-item {
  display: flex;
  flex-direction: column;
  padding: 22px 30px;
  border-bottom: 1px solid #7F8678;
  margin-bottom: -1px;
}
@media (min-width: 768px) {
  .cid-uxLlSCVMaT .footer-item:nth-child(odd) {
    border-right: 1px solid #7F8678;
  }
}
@media (min-width: 1200px) {
  .cid-uxLlSCVMaT .footer-item:not(:last-child) {
    border-right: 1px solid #7F8678;
  }
}
.cid-uxLlSCVMaT .mbr-text {
  color: #000000;
}
.cid-uxLlSCVMaT .link a {
  color: #3d3d3d;
}
.cid-uxLlSCVMaT .copyright {
  color: #000000;
  text-align: right;
}
.cid-uxLlSCVMaT .text {
  color: #000000;
}
.cid-uxLlSCVMaT .mbr-form-container {
  margin-top: 12px;
}
.cid-uxLlSCVMaT .form-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-end;
}
.cid-uxLlSCVMaT form .row {
  margin: 0;
  border: none !important;
}
.cid-uxLlSCVMaT form .mbr-section-btn {
  width: auto;
  padding: 0;
  height: auto;
}
.cid-uxLlSCVMaT form .mbr-section-btn .btn {
  padding: 0;
  height: auto;
  min-height: auto;
  border-radius: 0;
  border-bottom: 2px solid currentColor;
  transition: 1s;
}
.cid-uxLlSCVMaT .copyright-container {
  margin-top: auto;
}
.cid-uxLlSCVMaT .link {
  color: #000000;
}
.cid-uxLlSCVMaT .label {
  color: #f8c842;
}
.cid-tDlDyEAjik {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tDlDyEAjik .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-tDlDyEAjik .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-tDlDyEAjik .iconfont-wrapper {
  color: #103178 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-tDlDyEAjik .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-tDlDyEAjik .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-tDlDyEAjik .container {
    padding: 0 1rem;
  }
}
.cid-tDlDyEAjik .menu-tite {
  background: #232323;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffc800;
}
.cid-tDlDyEAjik .nav-link {
  position: relative;
}
.cid-tDlDyEAjik .nav-link:hover {
  color: #f24d94 !important;
}
.cid-tDlDyEAjik nav.navbar {
  position: fixed;
}
.cid-tDlDyEAjik .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tDlDyEAjik .navbar.opened {
  transition: all 0.3s;
}
.cid-tDlDyEAjik .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tDlDyEAjik .navbar .navbar-logo img {
  width: auto;
}
.cid-tDlDyEAjik .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tDlDyEAjik .navbar.collapsed {
  justify-content: center;
}
.cid-tDlDyEAjik .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDlDyEAjik .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tDlDyEAjik .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-tDlDyEAjik .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDlDyEAjik .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDlDyEAjik .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tDlDyEAjik .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDlDyEAjik .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tDlDyEAjik .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tDlDyEAjik .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDlDyEAjik .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDlDyEAjik .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDlDyEAjik .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tDlDyEAjik .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tDlDyEAjik .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tDlDyEAjik .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tDlDyEAjik .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tDlDyEAjik .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tDlDyEAjik .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDlDyEAjik .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tDlDyEAjik .navbar.navbar-short {
  min-height: 60px;
}
.cid-tDlDyEAjik .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tDlDyEAjik .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tDlDyEAjik .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDlDyEAjik .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tDlDyEAjik .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tDlDyEAjik .dropdown-item:hover,
.cid-tDlDyEAjik .dropdown-item:focus {
  background: #232323 !important;
  color: white !important;
}
.cid-tDlDyEAjik .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tDlDyEAjik .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tDlDyEAjik .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-tDlDyEAjik .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tDlDyEAjik .dropdown-menu,
.cid-tDlDyEAjik .navbar.opened {
  background: #ffffff !important;
}
.cid-tDlDyEAjik .nav-item:focus,
.cid-tDlDyEAjik .nav-link:focus {
  outline: none;
}
.cid-tDlDyEAjik .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDlDyEAjik .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDlDyEAjik .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tDlDyEAjik .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDlDyEAjik .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDlDyEAjik .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDlDyEAjik .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tDlDyEAjik .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tDlDyEAjik .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDlDyEAjik .dropdown-item.active,
.cid-tDlDyEAjik .dropdown-item:active {
  background-color: transparent;
}
.cid-tDlDyEAjik .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDlDyEAjik .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDlDyEAjik .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDlDyEAjik .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tDlDyEAjik .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tDlDyEAjik .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDlDyEAjik ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tDlDyEAjik .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tDlDyEAjik button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tDlDyEAjik button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tDlDyEAjik button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDlDyEAjik button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDlDyEAjik button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDlDyEAjik button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDlDyEAjik nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDlDyEAjik nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDlDyEAjik nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDlDyEAjik nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDlDyEAjik .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tDlDyEAjik a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tDlDyEAjik .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tDlDyEAjik .navbar {
    height: 70px;
  }
  .cid-tDlDyEAjik .navbar.opened {
    height: auto;
  }
  .cid-tDlDyEAjik .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDlDyDoB5Z {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tDlDyDoB5Z .card-wrapper {
  display: flex;
  padding-bottom: 2rem;
}
.cid-tDlDyDoB5Z img {
  border-radius: 8px;
  height: 100%;
  object-fit: cover;
}
.cid-tDlDyDoB5Z .main-sub-title {
  background: #ffd1c8;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-tDlDyDoB5Z .wrapper {
  background: #f8f8f8;
  padding: 5rem;
  border-radius: 8px;
}
@media (max-width: 1600px) {
  .cid-tDlDyDoB5Z .wrapper {
    padding: 3rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tDlDyDoB5Z .wrapper {
    padding: 3rem 1rem;
  }
}
.cid-tDlDyDoB5Z .card-number {
  padding-right: 1rem;
  text-align: center;
  min-width: 60px;
  color: #ff9083;
}
.cid-tDlDyDoB5Z .card-title {
  transition: all 0.3s;
  color: #1a1a1a;
}
@media (max-width: 992px) {
  .cid-tDlDyDoB5Z .card-wrapper {
    flex-direction: column;
    text-align: center;
  }
  .cid-tDlDyDoB5Z span {
    padding: 0!important;
    margin-bottom: 1rem;
  }
  .cid-tDlDyDoB5Z .col2 .card-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-tDlDyDoB5Z .main-text {
  color: #616161;
}
.cid-tDlDyDoB5Z .card-text {
  color: #232323;
}
.cid-tDlDyDoB5Z .main-sub-title,
.cid-tDlDyDoB5Z .align-wrapper {
  color: #33358c;
}
.cid-tDlDyDYJ1F {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tDlDyDYJ1F .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDlDyDYJ1F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDlDyDYJ1F .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-tDlDyDYJ1F .row {
    padding: 0 12px;
  }
}
.cid-tDlDyDYJ1F .item-wrap {
  z-index: 1;
}
.cid-tDlDyDYJ1F .border-wrap {
  width: 100%;
  height: 3px;
  background-color: #181818;
  margin-bottom: 48px;
}
.cid-tDlDyDYJ1F .mbr-section-subtitle {
  margin-bottom: 62px;
  color: #181818;
}
.cid-tDlDyDYJ1F .link-wrapper {
  width: 100%;
  display: block;
  margin-bottom: 62px;
}
.cid-tDlDyDYJ1F .link-wrapper:hover .mbr-link {
  color: #ae856c;
}
.cid-tDlDyDYJ1F .link-wrapper:hover .mbr-link span {
  color: #ae856c;
}
.cid-tDlDyDYJ1F .link-wrapper .mbr-link {
  transition: all .3s ease;
  margin-bottom: 62px;
}
.cid-tDlDyDYJ1F .link-wrapper .mbr-link span {
  margin-left: 1px;
  font-size: 13px;
}
.cid-tDlDyDYJ1F .desc-container .desc-wrapper {
  display: inline-flex;
  margin-bottom: 18px;
}
.cid-tDlDyDYJ1F .desc-container .desc-wrapper .mbr-desc {
  margin: 0;
  transition: all .3s ease;
}
.cid-tDlDyDYJ1F .desc-container .desc-wrapper .mbr-desc:first-child:hover {
  color: #ae856c;
}
.cid-tDlDyDYJ1F .desc-container .desc-wrapper .mbr-dot {
  margin: 0 10px;
  font-size: 20px;
  opacity: .3;
}
.cid-tDlDyDYJ1F .person-container .person-wrapper {
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-tDlDyDYJ1F .person-container .person-wrapper {
    margin-bottom: 32px;
  }
}
.cid-tDlDyDYJ1F .person-container .person-wrapper img {
  width: 32px;
  height: 32px;
  object-fit: cover;
  border-radius: 50%;
  margin: 10px 5px 0 0;
}
.cid-tDlDyDYJ1F .person-container .person-wrapper .person-text .mbr-person {
  margin: 0;
}
.cid-tDlDyDYJ1F .person-container .person-wrapper .person-text .mbr-person:first-child {
  margin-bottom: -4px;
  transition: all .3s ease;
}
.cid-tDlDyDYJ1F .person-container .person-wrapper .person-text .mbr-person:first-child:hover {
  opacity: .3;
}
@media (max-width: 992px) {
  .cid-tDlDyDYJ1F .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-tDlDyDYJ1F .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
  transition: all .3s ease;
}
.cid-tDlDyDYJ1F .title-wrapper .mbr-section-title:hover {
  color: #ae856c;
}
.cid-tDlDyDYJ1F .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tDlDyDYJ1F .date-wrapper .mbr-date {
  margin-bottom: 24px;
}
@media (max-width: 425px) {
  .cid-tDlDyDYJ1F .date-wrapper .mbr-date {
    text-align: left;
  }
}
.cid-tDlDyDYJ1F .image-wrapper {
  display: flex;
  justify-content: flex-end;
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-tDlDyDYJ1F .image-wrapper {
    padding-left: 40%;
  }
}
@media (max-width: 425px) {
  .cid-tDlDyDYJ1F .image-wrapper {
    padding: 0;
  }
}
.cid-tDlDyDYJ1F .image-wrapper .image-link {
  display: block;
  margin-right: 1rem;
  overflow: hidden;
}
.cid-tDlDyDYJ1F .image-wrapper .image-link:hover img {
  transform: scale(1.1, 1.1);
}
.cid-tDlDyDYJ1F .image-wrapper .image-link img {
  width: 100%;
  height: 128px;
  object-fit: cover;
  transition: all .3s ease;
}
.cid-tDlDyDYJ1F .image-wrapper .image-container {
  width: 76px;
}
.cid-tDlDyDYJ1F .image-wrapper .image-container .image-link {
  display: block;
  overflow: hidden;
}
.cid-tDlDyDYJ1F .image-wrapper .image-container .image-link:hover img {
  transform: scale(1.1, 1.1);
}
.cid-tDlDyDYJ1F .image-wrapper .image-container .image-link img {
  width: 76px;
  height: 56px;
  object-fit: cover;
  transition: all .3s ease;
}
.cid-tDlDyDYJ1F .image-wrapper .image-container .image-link:first-child {
  margin-bottom: 1rem;
}
.cid-tDlDyDYJ1F .mbr-section-title {
  color: #181818;
}
.cid-tDlDyDYJ1F .mbr-text {
  color: #181818;
}
.cid-tDlDyDYJ1F .mbr-link {
  color: #181818;
  text-align: right;
}
.cid-tDlDyDYJ1F .mbr-desc,
.cid-tDlDyDYJ1F .mbr-dot {
  color: #181818;
}
.cid-tDlDyDYJ1F .mbr-person {
  color: #232323;
}
.cid-tDlDyDYJ1F .mbr-date {
  color: #181818;
  text-align: right;
}
.cid-tDlHpgiHBk {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tDlHpgiHBk .mbr-text {
  color: #767676;
}
.cid-tDlHpgiHBk .card-subtitle {
  margin: 0;
}
.cid-tDlHpgiHBk .link {
  margin: 0;
}
.cid-tDlHpgiHBk .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-tDlHpgiHBk .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-tDlHpgiHBk .icon-box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid lightgray;
}
.cid-tDlHpgiHBk .item {
  display: flex;
  align-items: center;
  padding: 0 0.6rem;
}
.cid-tDlHpgiHBk .mbr-iconfont {
  color: #000000 !important;
  font-size: 1rem !important;
  padding-right: 0.5rem;
  padding-bottom: 0.1rem;
}
.cid-tDlHpgiHBk .date {
  margin: 0;
}
.cid-tDlHpgiHBk img {
  transition: all 0.3s;
  object-fit: cover;
  height: 100%;
}
.cid-tDlHpgiHBk .card-img {
  overflow: hidden;
  position: relative;
  height: 300px;
}
.cid-tDlHpgiHBk .card-img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-tDlHpgiHBk .card-img:hover:before {
  opacity: 0.4;
}
.cid-tDlHpgiHBk .card-img:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-tDlHpgiHBk .icon-box {
    flex-direction: column;
  }
  .cid-tDlHpgiHBk .item {
    padding-right: 0rem;
    padding-bottom: 0.3rem;
  }
}
.cid-tDlHpgiHBk .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tDlHpgiHBk .card {
    margin-bottom: 3rem;
  }
}
.cid-tDlHpgiHBk .card-title,
.cid-tDlHpgiHBk .card-img {
  text-align: left;
}
.cid-tQieTGUqxe {
  padding-top: 60px;
  padding-bottom: 75px;
  background: #ffffff;
}
.cid-tQieTGUqxe .mbr-section-subtitle {
  color: #cccccc;
}
.cid-tQieTGUqxe h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 2rem;
  letter-spacing: 4px;
}
.cid-tQieTGUqxe h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tQieTGUqxe h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tQieTGUqxe .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #767676;
  margin: 15px 0.5rem;
  display: block;
}
.cid-tQieTGUqxe .mbr-iconfont-social:before {
  padding: 0.6rem;
  border: 2px solid;
  border-radius: 100px;
  transition: all 0.3s;
}
.cid-tQieTGUqxe .mbr-iconfont-social:hover {
  color: #ffffff;
}
.cid-tQieTGUqxe .mbr-iconfont-social:hover:before {
  background: #767676;
  transition: all 0.3s;
  border-color: transparent;
}
.cid-tQieTGUqxe .social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-tQieTGUqxe .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-tQieTGUqxe .mbr-iconfont-social {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
  }
}
.cid-tQieTGUqxe .mbr-section-title,
.cid-tQieTGUqxe .social-list {
  color: #124ad6;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tQieTGUqxe h2:before,
  .cid-tQieTGUqxe h2:after {
    display: none;
  }
}
.cid-tQieTGUqxe .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQieTGUqxe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxLlSCVMaT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #918787;
}
.cid-uxLlSCVMaT .container-fluid {
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 992px) {
  .cid-uxLlSCVMaT .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uxLlSCVMaT .row {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #7F8678;
  border-top: 1px solid #7F8678;
  margin-top: -1px;
}
.cid-uxLlSCVMaT .footer-item {
  display: flex;
  flex-direction: column;
  padding: 22px 30px;
  border-bottom: 1px solid #7F8678;
  margin-bottom: -1px;
}
@media (min-width: 768px) {
  .cid-uxLlSCVMaT .footer-item:nth-child(odd) {
    border-right: 1px solid #7F8678;
  }
}
@media (min-width: 1200px) {
  .cid-uxLlSCVMaT .footer-item:not(:last-child) {
    border-right: 1px solid #7F8678;
  }
}
.cid-uxLlSCVMaT .mbr-text {
  color: #000000;
}
.cid-uxLlSCVMaT .link a {
  color: #3d3d3d;
}
.cid-uxLlSCVMaT .copyright {
  color: #000000;
  text-align: right;
}
.cid-uxLlSCVMaT .text {
  color: #000000;
}
.cid-uxLlSCVMaT .mbr-form-container {
  margin-top: 12px;
}
.cid-uxLlSCVMaT .form-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-end;
}
.cid-uxLlSCVMaT form .row {
  margin: 0;
  border: none !important;
}
.cid-uxLlSCVMaT form .mbr-section-btn {
  width: auto;
  padding: 0;
  height: auto;
}
.cid-uxLlSCVMaT form .mbr-section-btn .btn {
  padding: 0;
  height: auto;
  min-height: auto;
  border-radius: 0;
  border-bottom: 2px solid currentColor;
  transition: 1s;
}
.cid-uxLlSCVMaT .copyright-container {
  margin-top: auto;
}
.cid-uxLlSCVMaT .link {
  color: #000000;
}
.cid-uxLlSCVMaT .label {
  color: #f8c842;
}
.cid-tDlQ1L2DL0 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tDlQ1L2DL0 .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-tDlQ1L2DL0 .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-tDlQ1L2DL0 .iconfont-wrapper {
  color: #103178 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-tDlQ1L2DL0 .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-tDlQ1L2DL0 .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-tDlQ1L2DL0 .container {
    padding: 0 1rem;
  }
}
.cid-tDlQ1L2DL0 .menu-tite {
  background: #232323;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffc800;
}
.cid-tDlQ1L2DL0 .nav-link {
  position: relative;
}
.cid-tDlQ1L2DL0 .nav-link:hover {
  color: #f24d94 !important;
}
.cid-tDlQ1L2DL0 nav.navbar {
  position: fixed;
}
.cid-tDlQ1L2DL0 .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tDlQ1L2DL0 .navbar.opened {
  transition: all 0.3s;
}
.cid-tDlQ1L2DL0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tDlQ1L2DL0 .navbar .navbar-logo img {
  width: auto;
}
.cid-tDlQ1L2DL0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tDlQ1L2DL0 .navbar.collapsed {
  justify-content: center;
}
.cid-tDlQ1L2DL0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDlQ1L2DL0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tDlQ1L2DL0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-tDlQ1L2DL0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDlQ1L2DL0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDlQ1L2DL0 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tDlQ1L2DL0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDlQ1L2DL0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tDlQ1L2DL0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tDlQ1L2DL0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDlQ1L2DL0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDlQ1L2DL0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDlQ1L2DL0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tDlQ1L2DL0 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tDlQ1L2DL0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tDlQ1L2DL0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tDlQ1L2DL0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tDlQ1L2DL0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tDlQ1L2DL0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDlQ1L2DL0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tDlQ1L2DL0 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tDlQ1L2DL0 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tDlQ1L2DL0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tDlQ1L2DL0 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDlQ1L2DL0 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tDlQ1L2DL0 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tDlQ1L2DL0 .dropdown-item:hover,
.cid-tDlQ1L2DL0 .dropdown-item:focus {
  background: #232323 !important;
  color: white !important;
}
.cid-tDlQ1L2DL0 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tDlQ1L2DL0 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tDlQ1L2DL0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-tDlQ1L2DL0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tDlQ1L2DL0 .dropdown-menu,
.cid-tDlQ1L2DL0 .navbar.opened {
  background: #ffffff !important;
}
.cid-tDlQ1L2DL0 .nav-item:focus,
.cid-tDlQ1L2DL0 .nav-link:focus {
  outline: none;
}
.cid-tDlQ1L2DL0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDlQ1L2DL0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDlQ1L2DL0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tDlQ1L2DL0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDlQ1L2DL0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDlQ1L2DL0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDlQ1L2DL0 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tDlQ1L2DL0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tDlQ1L2DL0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDlQ1L2DL0 .dropdown-item.active,
.cid-tDlQ1L2DL0 .dropdown-item:active {
  background-color: transparent;
}
.cid-tDlQ1L2DL0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDlQ1L2DL0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDlQ1L2DL0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDlQ1L2DL0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tDlQ1L2DL0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tDlQ1L2DL0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDlQ1L2DL0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tDlQ1L2DL0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tDlQ1L2DL0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tDlQ1L2DL0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tDlQ1L2DL0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDlQ1L2DL0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDlQ1L2DL0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDlQ1L2DL0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDlQ1L2DL0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDlQ1L2DL0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDlQ1L2DL0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDlQ1L2DL0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDlQ1L2DL0 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tDlQ1L2DL0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tDlQ1L2DL0 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tDlQ1L2DL0 .navbar {
    height: 70px;
  }
  .cid-tDlQ1L2DL0 .navbar.opened {
    height: auto;
  }
  .cid-tDlQ1L2DL0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDlQ1Gbslp {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f8f8f8;
}
.cid-tDlQ1Gbslp .card-wrapper {
  display: flex;
  padding-bottom: 2rem;
}
.cid-tDlQ1Gbslp img {
  border-radius: 8px;
  height: 100%;
  object-fit: cover;
}
.cid-tDlQ1Gbslp .main-sub-title {
  background: #ffd1c8;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-tDlQ1Gbslp .wrapper {
  background: #ffffff;
  padding: 5rem;
  border-radius: 8px;
}
@media (max-width: 1600px) {
  .cid-tDlQ1Gbslp .wrapper {
    padding: 3rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tDlQ1Gbslp .wrapper {
    padding: 3rem 1rem;
  }
}
.cid-tDlQ1Gbslp .card-number {
  padding-right: 1rem;
  text-align: center;
  min-width: 60px;
  color: #ff9083;
}
.cid-tDlQ1Gbslp .card-title {
  transition: all 0.3s;
  color: #1a1a1a;
}
@media (max-width: 992px) {
  .cid-tDlQ1Gbslp .card-wrapper {
    flex-direction: column;
    text-align: center;
  }
  .cid-tDlQ1Gbslp span {
    padding: 0!important;
    margin-bottom: 1rem;
  }
  .cid-tDlQ1Gbslp .col2 .card-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-tDlQ1Gbslp .main-text {
  color: #616161;
}
.cid-tDlQ1Gbslp .card-text {
  color: #232323;
}
.cid-tDlQ1Gbslp .main-sub-title,
.cid-tDlQ1Gbslp .align-wrapper {
  color: #33358c;
}
.cid-tDlQ1Gbslp .main-title {
  color: #4a56a2;
}
.cid-tDlQ1GZDWt {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tDlQ1GZDWt .text-box {
  position: absolute;
  top: 0px;
  min-height: 100%;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
.cid-tDlQ1GZDWt .text-block {
  position: relative;
  z-index: 0;
}
.cid-tDlQ1GZDWt .box {
  width: 25%;
  height: 40%;
  background: #ffffff;
  position: absolute;
  top: 4%;
}
.cid-tDlQ1GZDWt .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-tDlQ1GZDWt .box {
  right: 20%;
}
.cid-tDlQ1GZDWt .text-box {
  right: 0;
}
.cid-tDlQ1GZDWt .mbr-section-title,
.cid-tDlQ1GZDWt .mbr-section-text {
  margin-right: 31%;
  margin-right: 0;
}
@media (max-width: 991px) {
  .cid-tDlQ1GZDWt .text-box {
    display: none;
  }
  .cid-tDlQ1GZDWt .mbr-section-title,
  .cid-tDlQ1GZDWt .mbr-section-text {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-tDlQ1GZDWt .box {
    display: none;
  }
  .cid-tDlQ1GZDWt .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-tDlQ1GZDWt .img-block {
    margin-bottom: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tDlQ1GZDWt .text-box {
    writing-mode: bt-rl;
  }
}
.cid-tDmjVhtkEt {
  padding-top: 105px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tDmjVhtkEt .row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-tDmjVhtkEt img {
  width: 90%;
}
.cid-tDmjVhtkEt .mbr-text,
.cid-tDmjVhtkEt .mbr-section-btn {
  color: #232323;
}
@media (max-width: 992px) {
  .cid-tDmjVhtkEt img {
    width: 100%;
  }
  .cid-tDmjVhtkEt .pb-5 {
    padding-bottom: 1rem !important;
  }
}
.cid-tDlQ1JjOy7 {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tDlQ1JjOy7 .mbr-section-subtitle,
.cid-tDlQ1JjOy7 .item-subtitle,
.cid-tDlQ1JjOy7 .item-title {
  margin-bottom: 12px;
  transition: all .2s;
}
@media (min-width: 992px) {
  .cid-tDlQ1JjOy7 .main_title {
    padding-right: 1rem;
  }
}
.cid-tDlQ1JjOy7 .card_item {
  margin-bottom: 60px;
}
@media (min-width: 991px) {
  .cid-tDlQ1JjOy7 .card_item:nth-child(2n+2) {
    margin-bottom: 0;
  }
  .cid-tDlQ1JjOy7 .card_item:nth-child(3n+3) {
    margin-bottom: 0;
  }
}
.cid-tDlQ1JjOy7 .card_item:hover .card_wrapper:before {
  height: 100%;
}
.cid-tDlQ1JjOy7 .card_wrapper {
  position: relative;
  padding-left: 50px;
  border-left: 1px solid #010a44;
}
.cid-tDlQ1JjOy7 .card_wrapper:before {
  content: '';
  position: absolute;
  width: 1px;
  height: 0;
  top: 0;
  left: -1px;
  background: #f2684b;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tDlQ1JjOy7 .card_wrapper:hover .item-title a {
  color: #f2684b !important;
}
.cid-tDlQ1JjOy7 .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-tDlQ1JjOy7 .mbr-section-btn .btn-secondary-outline:hover,
.cid-tDlQ1JjOy7 .mbr-section-btn .btn-secondary-outline .active,
.cid-tDlQ1JjOy7 .mbr-section-btn .btn-secondary-outline:focus {
  color: #232323 !important;
}
@media (max-width: 991px) {
  .cid-tDlQ1JjOy7 .main_title {
    margin-bottom: 50px;
  }
  .cid-tDlQ1JjOy7 .card_item:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .cid-tDlQ1JjOy7 .card_wrapper {
    padding-left: 20px;
  }
  .cid-tDlQ1JjOy7 .card_item {
    margin-bottom: 30px;
  }
}
.cid-tDlQ1JjOy7 .mbr-section-subtitle {
  color: #f14105;
}
.cid-tDlQ1JjOy7 .item-title {
  color: #232323;
}
.cid-tDlQ1KEdcp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tDlQ1MjqrP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tQieVfjONV {
  padding-top: 60px;
  padding-bottom: 75px;
  background: #ffffff;
}
.cid-tQieVfjONV .mbr-section-subtitle {
  color: #cccccc;
}
.cid-tQieVfjONV h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 2rem;
  letter-spacing: 4px;
}
.cid-tQieVfjONV h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tQieVfjONV h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tQieVfjONV .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #767676;
  margin: 15px 0.5rem;
  display: block;
}
.cid-tQieVfjONV .mbr-iconfont-social:before {
  padding: 0.6rem;
  border: 2px solid;
  border-radius: 100px;
  transition: all 0.3s;
}
.cid-tQieVfjONV .mbr-iconfont-social:hover {
  color: #ffffff;
}
.cid-tQieVfjONV .mbr-iconfont-social:hover:before {
  background: #767676;
  transition: all 0.3s;
  border-color: transparent;
}
.cid-tQieVfjONV .social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-tQieVfjONV .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-tQieVfjONV .mbr-iconfont-social {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
  }
}
.cid-tQieVfjONV .mbr-section-title,
.cid-tQieVfjONV .social-list {
  color: #124ad6;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tQieVfjONV h2:before,
  .cid-tQieVfjONV h2:after {
    display: none;
  }
}
.cid-tQieVfjONV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQieVfjONV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxLlSCVMaT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #918787;
}
.cid-uxLlSCVMaT .container-fluid {
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 992px) {
  .cid-uxLlSCVMaT .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uxLlSCVMaT .row {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #7F8678;
  border-top: 1px solid #7F8678;
  margin-top: -1px;
}
.cid-uxLlSCVMaT .footer-item {
  display: flex;
  flex-direction: column;
  padding: 22px 30px;
  border-bottom: 1px solid #7F8678;
  margin-bottom: -1px;
}
@media (min-width: 768px) {
  .cid-uxLlSCVMaT .footer-item:nth-child(odd) {
    border-right: 1px solid #7F8678;
  }
}
@media (min-width: 1200px) {
  .cid-uxLlSCVMaT .footer-item:not(:last-child) {
    border-right: 1px solid #7F8678;
  }
}
.cid-uxLlSCVMaT .mbr-text {
  color: #000000;
}
.cid-uxLlSCVMaT .link a {
  color: #3d3d3d;
}
.cid-uxLlSCVMaT .copyright {
  color: #000000;
  text-align: right;
}
.cid-uxLlSCVMaT .text {
  color: #000000;
}
.cid-uxLlSCVMaT .mbr-form-container {
  margin-top: 12px;
}
.cid-uxLlSCVMaT .form-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-end;
}
.cid-uxLlSCVMaT form .row {
  margin: 0;
  border: none !important;
}
.cid-uxLlSCVMaT form .mbr-section-btn {
  width: auto;
  padding: 0;
  height: auto;
}
.cid-uxLlSCVMaT form .mbr-section-btn .btn {
  padding: 0;
  height: auto;
  min-height: auto;
  border-radius: 0;
  border-bottom: 2px solid currentColor;
  transition: 1s;
}
.cid-uxLlSCVMaT .copyright-container {
  margin-top: auto;
}
.cid-uxLlSCVMaT .link {
  color: #000000;
}
.cid-uxLlSCVMaT .label {
  color: #f8c842;
}
.cid-tDmmWLxxqY {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tDmmWLxxqY .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-tDmmWLxxqY .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-tDmmWLxxqY .iconfont-wrapper {
  color: #103178 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-tDmmWLxxqY .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-tDmmWLxxqY .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-tDmmWLxxqY .container {
    padding: 0 1rem;
  }
}
.cid-tDmmWLxxqY .menu-tite {
  background: #232323;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffc800;
}
.cid-tDmmWLxxqY .nav-link {
  position: relative;
}
.cid-tDmmWLxxqY .nav-link:hover {
  color: #f24d94 !important;
}
.cid-tDmmWLxxqY nav.navbar {
  position: fixed;
}
.cid-tDmmWLxxqY .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tDmmWLxxqY .navbar.opened {
  transition: all 0.3s;
}
.cid-tDmmWLxxqY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tDmmWLxxqY .navbar .navbar-logo img {
  width: auto;
}
.cid-tDmmWLxxqY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tDmmWLxxqY .navbar.collapsed {
  justify-content: center;
}
.cid-tDmmWLxxqY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDmmWLxxqY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tDmmWLxxqY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-tDmmWLxxqY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDmmWLxxqY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDmmWLxxqY .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tDmmWLxxqY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDmmWLxxqY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tDmmWLxxqY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tDmmWLxxqY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDmmWLxxqY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDmmWLxxqY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDmmWLxxqY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tDmmWLxxqY .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tDmmWLxxqY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tDmmWLxxqY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tDmmWLxxqY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tDmmWLxxqY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tDmmWLxxqY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDmmWLxxqY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tDmmWLxxqY .navbar.navbar-short {
  min-height: 60px;
}
.cid-tDmmWLxxqY .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tDmmWLxxqY .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tDmmWLxxqY .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDmmWLxxqY .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tDmmWLxxqY .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tDmmWLxxqY .dropdown-item:hover,
.cid-tDmmWLxxqY .dropdown-item:focus {
  background: #232323 !important;
  color: white !important;
}
.cid-tDmmWLxxqY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tDmmWLxxqY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tDmmWLxxqY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-tDmmWLxxqY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tDmmWLxxqY .dropdown-menu,
.cid-tDmmWLxxqY .navbar.opened {
  background: #ffffff !important;
}
.cid-tDmmWLxxqY .nav-item:focus,
.cid-tDmmWLxxqY .nav-link:focus {
  outline: none;
}
.cid-tDmmWLxxqY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDmmWLxxqY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDmmWLxxqY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tDmmWLxxqY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDmmWLxxqY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDmmWLxxqY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDmmWLxxqY .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tDmmWLxxqY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tDmmWLxxqY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDmmWLxxqY .dropdown-item.active,
.cid-tDmmWLxxqY .dropdown-item:active {
  background-color: transparent;
}
.cid-tDmmWLxxqY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDmmWLxxqY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDmmWLxxqY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDmmWLxxqY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tDmmWLxxqY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tDmmWLxxqY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDmmWLxxqY ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tDmmWLxxqY .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tDmmWLxxqY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tDmmWLxxqY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tDmmWLxxqY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDmmWLxxqY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDmmWLxxqY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDmmWLxxqY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDmmWLxxqY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDmmWLxxqY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDmmWLxxqY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDmmWLxxqY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDmmWLxxqY .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tDmmWLxxqY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tDmmWLxxqY .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tDmmWLxxqY .navbar {
    height: 70px;
  }
  .cid-tDmmWLxxqY .navbar.opened {
    height: auto;
  }
  .cid-tDmmWLxxqY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDmni11GOz {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f8f8f8;
}
.cid-tDmni11GOz .card-wrapper {
  display: flex;
  padding-bottom: 2rem;
}
.cid-tDmni11GOz img {
  border-radius: 8px;
  height: 100%;
  object-fit: cover;
}
.cid-tDmni11GOz .main-sub-title {
  background: #ffd1c8;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-tDmni11GOz .wrapper {
  background: #ffffff;
  padding: 5rem;
  border-radius: 8px;
}
@media (max-width: 1600px) {
  .cid-tDmni11GOz .wrapper {
    padding: 3rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tDmni11GOz .wrapper {
    padding: 3rem 1rem;
  }
}
.cid-tDmni11GOz .card-number {
  padding-right: 1rem;
  text-align: center;
  min-width: 60px;
  color: #ff9083;
}
.cid-tDmni11GOz .card-title {
  transition: all 0.3s;
  color: #1a1a1a;
}
@media (max-width: 992px) {
  .cid-tDmni11GOz .card-wrapper {
    flex-direction: column;
    text-align: center;
  }
  .cid-tDmni11GOz span {
    padding: 0!important;
    margin-bottom: 1rem;
  }
  .cid-tDmni11GOz .col2 .card-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-tDmni11GOz .main-text {
  color: #616161;
}
.cid-tDmni11GOz .card-text {
  color: #232323;
}
.cid-tDmni11GOz .main-sub-title,
.cid-tDmni11GOz .align-wrapper {
  color: #33358c;
}
.cid-tDmni11GOz .main-title {
  color: #4a56a2;
}
.cid-tDmmWK8gcE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tDmmWK8gcE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDmmWK8gcE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDmmWK8gcE .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-tDmmWK8gcE .row {
    padding: 0 12px;
  }
}
.cid-tDmmWK8gcE .item-wrap {
  z-index: 1;
}
.cid-tDmmWK8gcE .border-wrap {
  width: 100%;
  height: 3px;
  background-color: #181818;
  margin-bottom: 48px;
}
.cid-tDmmWK8gcE .mbr-section-subtitle {
  margin-bottom: 62px;
  color: #181818;
}
.cid-tDmmWK8gcE .link-wrapper {
  width: 100%;
  display: block;
  margin-bottom: 62px;
}
.cid-tDmmWK8gcE .link-wrapper:hover .mbr-link {
  color: #ae856c;
}
.cid-tDmmWK8gcE .link-wrapper:hover .mbr-link span {
  color: #ae856c;
}
.cid-tDmmWK8gcE .link-wrapper .mbr-link {
  transition: all .3s ease;
  margin-bottom: 62px;
}
.cid-tDmmWK8gcE .link-wrapper .mbr-link span {
  margin-left: 1px;
  font-size: 13px;
}
.cid-tDmmWK8gcE .desc-container .desc-wrapper {
  display: inline-flex;
  margin-bottom: 18px;
}
.cid-tDmmWK8gcE .desc-container .desc-wrapper .mbr-desc {
  margin: 0;
  transition: all .3s ease;
}
.cid-tDmmWK8gcE .desc-container .desc-wrapper .mbr-desc:first-child:hover {
  color: #ae856c;
}
.cid-tDmmWK8gcE .desc-container .desc-wrapper .mbr-dot {
  margin: 0 10px;
  font-size: 20px;
  opacity: .3;
}
.cid-tDmmWK8gcE .person-container .person-wrapper {
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-tDmmWK8gcE .person-container .person-wrapper {
    margin-bottom: 32px;
  }
}
.cid-tDmmWK8gcE .person-container .person-wrapper img {
  width: 32px;
  height: 32px;
  object-fit: cover;
  border-radius: 50%;
  margin: 10px 5px 0 0;
}
.cid-tDmmWK8gcE .person-container .person-wrapper .person-text .mbr-person {
  margin: 0;
}
.cid-tDmmWK8gcE .person-container .person-wrapper .person-text .mbr-person:first-child {
  margin-bottom: -4px;
  transition: all .3s ease;
}
.cid-tDmmWK8gcE .person-container .person-wrapper .person-text .mbr-person:first-child:hover {
  opacity: .3;
}
@media (max-width: 992px) {
  .cid-tDmmWK8gcE .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-tDmmWK8gcE .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
  transition: all .3s ease;
}
.cid-tDmmWK8gcE .title-wrapper .mbr-section-title:hover {
  color: #ae856c;
}
.cid-tDmmWK8gcE .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tDmmWK8gcE .date-wrapper .mbr-date {
  margin-bottom: 24px;
}
@media (max-width: 425px) {
  .cid-tDmmWK8gcE .date-wrapper .mbr-date {
    text-align: left;
  }
}
.cid-tDmmWK8gcE .image-wrapper {
  display: flex;
  justify-content: flex-end;
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-tDmmWK8gcE .image-wrapper {
    padding-left: 40%;
  }
}
@media (max-width: 425px) {
  .cid-tDmmWK8gcE .image-wrapper {
    padding: 0;
  }
}
.cid-tDmmWK8gcE .image-wrapper .image-link {
  display: block;
  margin-right: 1rem;
  overflow: hidden;
}
.cid-tDmmWK8gcE .image-wrapper .image-link:hover img {
  transform: scale(1.1, 1.1);
}
.cid-tDmmWK8gcE .image-wrapper .image-link img {
  width: 100%;
  height: 128px;
  object-fit: cover;
  transition: all .3s ease;
}
.cid-tDmmWK8gcE .image-wrapper .image-container {
  width: 76px;
}
.cid-tDmmWK8gcE .image-wrapper .image-container .image-link {
  display: block;
  overflow: hidden;
}
.cid-tDmmWK8gcE .image-wrapper .image-container .image-link:hover img {
  transform: scale(1.1, 1.1);
}
.cid-tDmmWK8gcE .image-wrapper .image-container .image-link img {
  width: 76px;
  height: 56px;
  object-fit: cover;
  transition: all .3s ease;
}
.cid-tDmmWK8gcE .image-wrapper .image-container .image-link:first-child {
  margin-bottom: 1rem;
}
.cid-tDmmWK8gcE .mbr-section-title {
  color: #181818;
}
.cid-tDmmWK8gcE .mbr-text {
  color: #181818;
}
.cid-tDmmWK8gcE .mbr-link {
  color: #181818;
  text-align: right;
}
.cid-tDmmWK8gcE .mbr-desc,
.cid-tDmmWK8gcE .mbr-dot {
  color: #181818;
}
.cid-tDmmWK8gcE .mbr-person {
  color: #181818;
}
.cid-tDmmWK8gcE .mbr-date {
  color: #181818;
  text-align: right;
}
.cid-tQieWWomOH {
  padding-top: 60px;
  padding-bottom: 75px;
  background: #ffffff;
}
.cid-tQieWWomOH .mbr-section-subtitle {
  color: #cccccc;
}
.cid-tQieWWomOH h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 2rem;
  letter-spacing: 4px;
}
.cid-tQieWWomOH h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tQieWWomOH h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tQieWWomOH .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #767676;
  margin: 15px 0.5rem;
  display: block;
}
.cid-tQieWWomOH .mbr-iconfont-social:before {
  padding: 0.6rem;
  border: 2px solid;
  border-radius: 100px;
  transition: all 0.3s;
}
.cid-tQieWWomOH .mbr-iconfont-social:hover {
  color: #ffffff;
}
.cid-tQieWWomOH .mbr-iconfont-social:hover:before {
  background: #767676;
  transition: all 0.3s;
  border-color: transparent;
}
.cid-tQieWWomOH .social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-tQieWWomOH .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-tQieWWomOH .mbr-iconfont-social {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
  }
}
.cid-tQieWWomOH .mbr-section-title,
.cid-tQieWWomOH .social-list {
  color: #124ad6;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tQieWWomOH h2:before,
  .cid-tQieWWomOH h2:after {
    display: none;
  }
}
.cid-tQieWWomOH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQieWWomOH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxLlSCVMaT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #918787;
}
.cid-uxLlSCVMaT .container-fluid {
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 992px) {
  .cid-uxLlSCVMaT .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uxLlSCVMaT .row {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #7F8678;
  border-top: 1px solid #7F8678;
  margin-top: -1px;
}
.cid-uxLlSCVMaT .footer-item {
  display: flex;
  flex-direction: column;
  padding: 22px 30px;
  border-bottom: 1px solid #7F8678;
  margin-bottom: -1px;
}
@media (min-width: 768px) {
  .cid-uxLlSCVMaT .footer-item:nth-child(odd) {
    border-right: 1px solid #7F8678;
  }
}
@media (min-width: 1200px) {
  .cid-uxLlSCVMaT .footer-item:not(:last-child) {
    border-right: 1px solid #7F8678;
  }
}
.cid-uxLlSCVMaT .mbr-text {
  color: #000000;
}
.cid-uxLlSCVMaT .link a {
  color: #3d3d3d;
}
.cid-uxLlSCVMaT .copyright {
  color: #000000;
  text-align: right;
}
.cid-uxLlSCVMaT .text {
  color: #000000;
}
.cid-uxLlSCVMaT .mbr-form-container {
  margin-top: 12px;
}
.cid-uxLlSCVMaT .form-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-end;
}
.cid-uxLlSCVMaT form .row {
  margin: 0;
  border: none !important;
}
.cid-uxLlSCVMaT form .mbr-section-btn {
  width: auto;
  padding: 0;
  height: auto;
}
.cid-uxLlSCVMaT form .mbr-section-btn .btn {
  padding: 0;
  height: auto;
  min-height: auto;
  border-radius: 0;
  border-bottom: 2px solid currentColor;
  transition: 1s;
}
.cid-uxLlSCVMaT .copyright-container {
  margin-top: auto;
}
.cid-uxLlSCVMaT .link {
  color: #000000;
}
.cid-uxLlSCVMaT .label {
  color: #f8c842;
}
.cid-tDmoyoFsZk {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tDmoyoFsZk .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-tDmoyoFsZk .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-tDmoyoFsZk .iconfont-wrapper {
  color: #103178 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-tDmoyoFsZk .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-tDmoyoFsZk .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-tDmoyoFsZk .container {
    padding: 0 1rem;
  }
}
.cid-tDmoyoFsZk .menu-tite {
  background: #232323;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffc800;
}
.cid-tDmoyoFsZk .nav-link {
  position: relative;
}
.cid-tDmoyoFsZk .nav-link:hover {
  color: #f24d94 !important;
}
.cid-tDmoyoFsZk nav.navbar {
  position: fixed;
}
.cid-tDmoyoFsZk .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tDmoyoFsZk .navbar.opened {
  transition: all 0.3s;
}
.cid-tDmoyoFsZk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tDmoyoFsZk .navbar .navbar-logo img {
  width: auto;
}
.cid-tDmoyoFsZk .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tDmoyoFsZk .navbar.collapsed {
  justify-content: center;
}
.cid-tDmoyoFsZk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDmoyoFsZk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tDmoyoFsZk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-tDmoyoFsZk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDmoyoFsZk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDmoyoFsZk .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tDmoyoFsZk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDmoyoFsZk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tDmoyoFsZk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tDmoyoFsZk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDmoyoFsZk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDmoyoFsZk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDmoyoFsZk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tDmoyoFsZk .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tDmoyoFsZk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tDmoyoFsZk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tDmoyoFsZk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tDmoyoFsZk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tDmoyoFsZk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDmoyoFsZk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tDmoyoFsZk .navbar.navbar-short {
  min-height: 60px;
}
.cid-tDmoyoFsZk .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tDmoyoFsZk .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tDmoyoFsZk .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDmoyoFsZk .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tDmoyoFsZk .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tDmoyoFsZk .dropdown-item:hover,
.cid-tDmoyoFsZk .dropdown-item:focus {
  background: #232323 !important;
  color: white !important;
}
.cid-tDmoyoFsZk .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tDmoyoFsZk .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tDmoyoFsZk .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-tDmoyoFsZk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tDmoyoFsZk .dropdown-menu,
.cid-tDmoyoFsZk .navbar.opened {
  background: #ffffff !important;
}
.cid-tDmoyoFsZk .nav-item:focus,
.cid-tDmoyoFsZk .nav-link:focus {
  outline: none;
}
.cid-tDmoyoFsZk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDmoyoFsZk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDmoyoFsZk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tDmoyoFsZk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDmoyoFsZk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDmoyoFsZk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDmoyoFsZk .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tDmoyoFsZk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tDmoyoFsZk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDmoyoFsZk .dropdown-item.active,
.cid-tDmoyoFsZk .dropdown-item:active {
  background-color: transparent;
}
.cid-tDmoyoFsZk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDmoyoFsZk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDmoyoFsZk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDmoyoFsZk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tDmoyoFsZk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tDmoyoFsZk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDmoyoFsZk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tDmoyoFsZk .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tDmoyoFsZk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tDmoyoFsZk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tDmoyoFsZk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDmoyoFsZk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDmoyoFsZk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDmoyoFsZk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDmoyoFsZk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDmoyoFsZk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDmoyoFsZk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDmoyoFsZk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDmoyoFsZk .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tDmoyoFsZk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tDmoyoFsZk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tDmoyoFsZk .navbar {
    height: 70px;
  }
  .cid-tDmoyoFsZk .navbar.opened {
    height: auto;
  }
  .cid-tDmoyoFsZk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDmoylHCLi {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f8f8f8;
}
.cid-tDmoylHCLi .card-wrapper {
  display: flex;
  padding-bottom: 2rem;
}
.cid-tDmoylHCLi img {
  border-radius: 8px;
  height: 100%;
  object-fit: cover;
}
.cid-tDmoylHCLi .main-sub-title {
  background: #ffd1c8;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-tDmoylHCLi .wrapper {
  background: #ffffff;
  padding: 5rem;
  border-radius: 8px;
}
@media (max-width: 1600px) {
  .cid-tDmoylHCLi .wrapper {
    padding: 3rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tDmoylHCLi .wrapper {
    padding: 3rem 1rem;
  }
}
.cid-tDmoylHCLi .card-number {
  padding-right: 1rem;
  text-align: center;
  min-width: 60px;
  color: #ff9083;
}
.cid-tDmoylHCLi .card-title {
  transition: all 0.3s;
  color: #1a1a1a;
}
@media (max-width: 992px) {
  .cid-tDmoylHCLi .card-wrapper {
    flex-direction: column;
    text-align: center;
  }
  .cid-tDmoylHCLi span {
    padding: 0!important;
    margin-bottom: 1rem;
  }
  .cid-tDmoylHCLi .col2 .card-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-tDmoylHCLi .main-text {
  color: #616161;
}
.cid-tDmoylHCLi .card-text {
  color: #232323;
}
.cid-tDmoylHCLi .main-sub-title,
.cid-tDmoylHCLi .align-wrapper {
  color: #33358c;
}
.cid-tDmoylHCLi .main-title {
  color: #4a56a2;
}
.cid-tDmoymVF5Q {
  padding-top: 105px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tDmoymVF5Q .row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-tDmoymVF5Q img {
  width: 90%;
}
.cid-tDmoymVF5Q .mbr-text,
.cid-tDmoymVF5Q .mbr-section-btn {
  color: #232323;
}
@media (max-width: 992px) {
  .cid-tDmoymVF5Q img {
    width: 100%;
  }
  .cid-tDmoymVF5Q .pb-5 {
    padding-bottom: 1rem !important;
  }
}
.cid-tDmoynuQZU {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tDmoynuQZU .mbr-section-subtitle,
.cid-tDmoynuQZU .item-subtitle,
.cid-tDmoynuQZU .item-title {
  margin-bottom: 12px;
  transition: all .2s;
}
@media (min-width: 992px) {
  .cid-tDmoynuQZU .main_title {
    padding-right: 1rem;
  }
}
.cid-tDmoynuQZU .card_item {
  margin-bottom: 60px;
}
@media (min-width: 991px) {
  .cid-tDmoynuQZU .card_item:nth-child(2n+2) {
    margin-bottom: 0;
  }
  .cid-tDmoynuQZU .card_item:nth-child(3n+3) {
    margin-bottom: 0;
  }
}
.cid-tDmoynuQZU .card_item:hover .card_wrapper:before {
  height: 100%;
}
.cid-tDmoynuQZU .card_wrapper {
  position: relative;
  padding-left: 50px;
  border-left: 1px solid #010a44;
}
.cid-tDmoynuQZU .card_wrapper:before {
  content: '';
  position: absolute;
  width: 1px;
  height: 0;
  top: 0;
  left: -1px;
  background: #f2684b;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tDmoynuQZU .card_wrapper:hover .item-title a {
  color: #f2684b !important;
}
.cid-tDmoynuQZU .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-tDmoynuQZU .mbr-section-btn .btn-secondary-outline:hover,
.cid-tDmoynuQZU .mbr-section-btn .btn-secondary-outline .active,
.cid-tDmoynuQZU .mbr-section-btn .btn-secondary-outline:focus {
  color: #232323 !important;
}
@media (max-width: 991px) {
  .cid-tDmoynuQZU .main_title {
    margin-bottom: 50px;
  }
  .cid-tDmoynuQZU .card_item:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .cid-tDmoynuQZU .card_wrapper {
    padding-left: 20px;
  }
  .cid-tDmoynuQZU .card_item {
    margin-bottom: 30px;
  }
}
.cid-tDmoynuQZU .mbr-section-subtitle {
  color: #f14105;
}
.cid-tDmoynuQZU .item-title {
  color: #232323;
}
.cid-tDmFXfRDrf {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tDmFXfRDrf .mbr-section-subtitle,
.cid-tDmFXfRDrf .item-subtitle,
.cid-tDmFXfRDrf .item-title {
  margin-bottom: 12px;
  transition: all .2s;
}
@media (min-width: 992px) {
  .cid-tDmFXfRDrf .main_title {
    padding-right: 1rem;
  }
}
.cid-tDmFXfRDrf .card_item {
  margin-bottom: 60px;
}
@media (min-width: 991px) {
  .cid-tDmFXfRDrf .card_item:nth-child(2n+2) {
    margin-bottom: 0;
  }
  .cid-tDmFXfRDrf .card_item:nth-child(3n+3) {
    margin-bottom: 0;
  }
}
.cid-tDmFXfRDrf .card_item:hover .card_wrapper:before {
  height: 100%;
}
.cid-tDmFXfRDrf .card_wrapper {
  position: relative;
  padding-left: 50px;
  border-left: 1px solid #010a44;
}
.cid-tDmFXfRDrf .card_wrapper:before {
  content: '';
  position: absolute;
  width: 1px;
  height: 0;
  top: 0;
  left: -1px;
  background: #f2684b;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tDmFXfRDrf .card_wrapper:hover .item-title a {
  color: #f2684b !important;
}
.cid-tDmFXfRDrf .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-tDmFXfRDrf .mbr-section-btn .btn-secondary-outline:hover,
.cid-tDmFXfRDrf .mbr-section-btn .btn-secondary-outline .active,
.cid-tDmFXfRDrf .mbr-section-btn .btn-secondary-outline:focus {
  color: #232323 !important;
}
@media (max-width: 991px) {
  .cid-tDmFXfRDrf .main_title {
    margin-bottom: 50px;
  }
  .cid-tDmFXfRDrf .card_item:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .cid-tDmFXfRDrf .card_wrapper {
    padding-left: 20px;
  }
  .cid-tDmFXfRDrf .card_item {
    margin-bottom: 30px;
  }
}
.cid-tDmFXfRDrf .mbr-section-subtitle {
  color: #f14105;
}
.cid-tDmFXfRDrf .item-title {
  color: #232323;
}
.cid-tDmHEvtHQz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tDmHEvtHQz .mbr-section-subtitle,
.cid-tDmHEvtHQz .item-subtitle,
.cid-tDmHEvtHQz .item-title {
  margin-bottom: 12px;
  transition: all .2s;
}
@media (min-width: 992px) {
  .cid-tDmHEvtHQz .main_title {
    padding-right: 1rem;
  }
}
.cid-tDmHEvtHQz .card_item {
  margin-bottom: 60px;
}
@media (min-width: 991px) {
  .cid-tDmHEvtHQz .card_item:nth-child(2n+2) {
    margin-bottom: 0;
  }
  .cid-tDmHEvtHQz .card_item:nth-child(3n+3) {
    margin-bottom: 0;
  }
}
.cid-tDmHEvtHQz .card_item:hover .card_wrapper:before {
  height: 100%;
}
.cid-tDmHEvtHQz .card_wrapper {
  position: relative;
  padding-left: 50px;
  border-left: 1px solid #010a44;
}
.cid-tDmHEvtHQz .card_wrapper:before {
  content: '';
  position: absolute;
  width: 1px;
  height: 0;
  top: 0;
  left: -1px;
  background: #f2684b;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tDmHEvtHQz .card_wrapper:hover .item-title a {
  color: #f2684b !important;
}
.cid-tDmHEvtHQz .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-tDmHEvtHQz .mbr-section-btn .btn-secondary-outline:hover,
.cid-tDmHEvtHQz .mbr-section-btn .btn-secondary-outline .active,
.cid-tDmHEvtHQz .mbr-section-btn .btn-secondary-outline:focus {
  color: #232323 !important;
}
@media (max-width: 991px) {
  .cid-tDmHEvtHQz .main_title {
    margin-bottom: 50px;
  }
  .cid-tDmHEvtHQz .card_item:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .cid-tDmHEvtHQz .card_wrapper {
    padding-left: 20px;
  }
  .cid-tDmHEvtHQz .card_item {
    margin-bottom: 30px;
  }
}
.cid-tDmHEvtHQz .mbr-section-subtitle {
  color: #f14105;
}
.cid-tDmHEvtHQz .item-title {
  color: #232323;
}
.cid-tDmoyo8BfG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tDmoyqf7VS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tQieYMEdud {
  padding-top: 60px;
  padding-bottom: 75px;
  background: #ffffff;
}
.cid-tQieYMEdud .mbr-section-subtitle {
  color: #cccccc;
}
.cid-tQieYMEdud h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 2rem;
  letter-spacing: 4px;
}
.cid-tQieYMEdud h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tQieYMEdud h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tQieYMEdud .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #767676;
  margin: 15px 0.5rem;
  display: block;
}
.cid-tQieYMEdud .mbr-iconfont-social:before {
  padding: 0.6rem;
  border: 2px solid;
  border-radius: 100px;
  transition: all 0.3s;
}
.cid-tQieYMEdud .mbr-iconfont-social:hover {
  color: #ffffff;
}
.cid-tQieYMEdud .mbr-iconfont-social:hover:before {
  background: #767676;
  transition: all 0.3s;
  border-color: transparent;
}
.cid-tQieYMEdud .social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-tQieYMEdud .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-tQieYMEdud .mbr-iconfont-social {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
  }
}
.cid-tQieYMEdud .mbr-section-title,
.cid-tQieYMEdud .social-list {
  color: #124ad6;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tQieYMEdud h2:before,
  .cid-tQieYMEdud h2:after {
    display: none;
  }
}
.cid-tQieYMEdud .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQieYMEdud .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxLlSCVMaT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #918787;
}
.cid-uxLlSCVMaT .container-fluid {
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 992px) {
  .cid-uxLlSCVMaT .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uxLlSCVMaT .row {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #7F8678;
  border-top: 1px solid #7F8678;
  margin-top: -1px;
}
.cid-uxLlSCVMaT .footer-item {
  display: flex;
  flex-direction: column;
  padding: 22px 30px;
  border-bottom: 1px solid #7F8678;
  margin-bottom: -1px;
}
@media (min-width: 768px) {
  .cid-uxLlSCVMaT .footer-item:nth-child(odd) {
    border-right: 1px solid #7F8678;
  }
}
@media (min-width: 1200px) {
  .cid-uxLlSCVMaT .footer-item:not(:last-child) {
    border-right: 1px solid #7F8678;
  }
}
.cid-uxLlSCVMaT .mbr-text {
  color: #000000;
}
.cid-uxLlSCVMaT .link a {
  color: #3d3d3d;
}
.cid-uxLlSCVMaT .copyright {
  color: #000000;
  text-align: right;
}
.cid-uxLlSCVMaT .text {
  color: #000000;
}
.cid-uxLlSCVMaT .mbr-form-container {
  margin-top: 12px;
}
.cid-uxLlSCVMaT .form-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-end;
}
.cid-uxLlSCVMaT form .row {
  margin: 0;
  border: none !important;
}
.cid-uxLlSCVMaT form .mbr-section-btn {
  width: auto;
  padding: 0;
  height: auto;
}
.cid-uxLlSCVMaT form .mbr-section-btn .btn {
  padding: 0;
  height: auto;
  min-height: auto;
  border-radius: 0;
  border-bottom: 2px solid currentColor;
  transition: 1s;
}
.cid-uxLlSCVMaT .copyright-container {
  margin-top: auto;
}
.cid-uxLlSCVMaT .link {
  color: #000000;
}
.cid-uxLlSCVMaT .label {
  color: #f8c842;
}
.cid-tDmHY9u29P {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tDmHY9u29P .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-tDmHY9u29P .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-tDmHY9u29P .iconfont-wrapper {
  color: #103178 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-tDmHY9u29P .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-tDmHY9u29P .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-tDmHY9u29P .container {
    padding: 0 1rem;
  }
}
.cid-tDmHY9u29P .menu-tite {
  background: #232323;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffc800;
}
.cid-tDmHY9u29P .nav-link {
  position: relative;
}
.cid-tDmHY9u29P .nav-link:hover {
  color: #f24d94 !important;
}
.cid-tDmHY9u29P nav.navbar {
  position: fixed;
}
.cid-tDmHY9u29P .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tDmHY9u29P .navbar.opened {
  transition: all 0.3s;
}
.cid-tDmHY9u29P .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tDmHY9u29P .navbar .navbar-logo img {
  width: auto;
}
.cid-tDmHY9u29P .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tDmHY9u29P .navbar.collapsed {
  justify-content: center;
}
.cid-tDmHY9u29P .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDmHY9u29P .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tDmHY9u29P .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-tDmHY9u29P .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDmHY9u29P .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDmHY9u29P .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tDmHY9u29P .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDmHY9u29P .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tDmHY9u29P .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tDmHY9u29P .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDmHY9u29P .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDmHY9u29P .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDmHY9u29P .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tDmHY9u29P .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tDmHY9u29P .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tDmHY9u29P .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tDmHY9u29P .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tDmHY9u29P .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tDmHY9u29P .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDmHY9u29P .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tDmHY9u29P .navbar.navbar-short {
  min-height: 60px;
}
.cid-tDmHY9u29P .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tDmHY9u29P .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tDmHY9u29P .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDmHY9u29P .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tDmHY9u29P .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tDmHY9u29P .dropdown-item:hover,
.cid-tDmHY9u29P .dropdown-item:focus {
  background: #232323 !important;
  color: white !important;
}
.cid-tDmHY9u29P .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tDmHY9u29P .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tDmHY9u29P .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-tDmHY9u29P .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tDmHY9u29P .dropdown-menu,
.cid-tDmHY9u29P .navbar.opened {
  background: #ffffff !important;
}
.cid-tDmHY9u29P .nav-item:focus,
.cid-tDmHY9u29P .nav-link:focus {
  outline: none;
}
.cid-tDmHY9u29P .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDmHY9u29P .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDmHY9u29P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tDmHY9u29P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDmHY9u29P .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDmHY9u29P .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDmHY9u29P .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tDmHY9u29P .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tDmHY9u29P .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDmHY9u29P .dropdown-item.active,
.cid-tDmHY9u29P .dropdown-item:active {
  background-color: transparent;
}
.cid-tDmHY9u29P .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDmHY9u29P .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDmHY9u29P .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDmHY9u29P .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tDmHY9u29P .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tDmHY9u29P .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDmHY9u29P ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tDmHY9u29P .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tDmHY9u29P button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tDmHY9u29P button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tDmHY9u29P button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDmHY9u29P button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDmHY9u29P button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDmHY9u29P button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDmHY9u29P nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDmHY9u29P nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDmHY9u29P nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDmHY9u29P nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDmHY9u29P .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tDmHY9u29P a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tDmHY9u29P .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tDmHY9u29P .navbar {
    height: 70px;
  }
  .cid-tDmHY9u29P .navbar.opened {
    height: auto;
  }
  .cid-tDmHY9u29P .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDmHY5iRCz {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f8f8f8;
}
.cid-tDmHY5iRCz .card-wrapper {
  display: flex;
  padding-bottom: 2rem;
}
.cid-tDmHY5iRCz img {
  border-radius: 8px;
  height: 100%;
  object-fit: cover;
}
.cid-tDmHY5iRCz .main-sub-title {
  background: #ffd1c8;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-tDmHY5iRCz .wrapper {
  background: #ffffff;
  padding: 5rem;
  border-radius: 8px;
}
@media (max-width: 1600px) {
  .cid-tDmHY5iRCz .wrapper {
    padding: 3rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tDmHY5iRCz .wrapper {
    padding: 3rem 1rem;
  }
}
.cid-tDmHY5iRCz .card-number {
  padding-right: 1rem;
  text-align: center;
  min-width: 60px;
  color: #ff9083;
}
.cid-tDmHY5iRCz .card-title {
  transition: all 0.3s;
  color: #1a1a1a;
}
@media (max-width: 992px) {
  .cid-tDmHY5iRCz .card-wrapper {
    flex-direction: column;
    text-align: center;
  }
  .cid-tDmHY5iRCz span {
    padding: 0!important;
    margin-bottom: 1rem;
  }
  .cid-tDmHY5iRCz .col2 .card-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-tDmHY5iRCz .main-text {
  color: #616161;
}
.cid-tDmHY5iRCz .card-text {
  color: #232323;
}
.cid-tDmHY5iRCz .main-sub-title,
.cid-tDmHY5iRCz .align-wrapper {
  color: #33358c;
}
.cid-tDmHY5iRCz .main-title {
  color: #4a56a2;
}
.cid-tF8OKZkgrq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9f9f9;
}
.cid-tF8OKZkgrq .mbr-text,
.cid-tF8OKZkgrq .mbr-section-btn {
  color: #000000;
}
.cid-tF8OKZkgrq .container {
  max-width: 1000px;
}
.cid-tF8OKZkgrq .mbr-section-title {
  border-bottom: 1px solid currentColor;
  color: #4a56a2;
  padding-bottom: 1rem;
}
.cid-tDmHY8ZHGK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tDmHYaVGr6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tQif0IKN6k {
  padding-top: 60px;
  padding-bottom: 75px;
  background: #ffffff;
}
.cid-tQif0IKN6k .mbr-section-subtitle {
  color: #cccccc;
}
.cid-tQif0IKN6k h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 2rem;
  letter-spacing: 4px;
}
.cid-tQif0IKN6k h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tQif0IKN6k h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tQif0IKN6k .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #767676;
  margin: 15px 0.5rem;
  display: block;
}
.cid-tQif0IKN6k .mbr-iconfont-social:before {
  padding: 0.6rem;
  border: 2px solid;
  border-radius: 100px;
  transition: all 0.3s;
}
.cid-tQif0IKN6k .mbr-iconfont-social:hover {
  color: #ffffff;
}
.cid-tQif0IKN6k .mbr-iconfont-social:hover:before {
  background: #767676;
  transition: all 0.3s;
  border-color: transparent;
}
.cid-tQif0IKN6k .social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-tQif0IKN6k .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-tQif0IKN6k .mbr-iconfont-social {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
  }
}
.cid-tQif0IKN6k .mbr-section-title,
.cid-tQif0IKN6k .social-list {
  color: #124ad6;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tQif0IKN6k h2:before,
  .cid-tQif0IKN6k h2:after {
    display: none;
  }
}
.cid-tQif0IKN6k .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQif0IKN6k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxLlSCVMaT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #918787;
}
.cid-uxLlSCVMaT .container-fluid {
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 992px) {
  .cid-uxLlSCVMaT .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uxLlSCVMaT .row {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #7F8678;
  border-top: 1px solid #7F8678;
  margin-top: -1px;
}
.cid-uxLlSCVMaT .footer-item {
  display: flex;
  flex-direction: column;
  padding: 22px 30px;
  border-bottom: 1px solid #7F8678;
  margin-bottom: -1px;
}
@media (min-width: 768px) {
  .cid-uxLlSCVMaT .footer-item:nth-child(odd) {
    border-right: 1px solid #7F8678;
  }
}
@media (min-width: 1200px) {
  .cid-uxLlSCVMaT .footer-item:not(:last-child) {
    border-right: 1px solid #7F8678;
  }
}
.cid-uxLlSCVMaT .mbr-text {
  color: #000000;
}
.cid-uxLlSCVMaT .link a {
  color: #3d3d3d;
}
.cid-uxLlSCVMaT .copyright {
  color: #000000;
  text-align: right;
}
.cid-uxLlSCVMaT .text {
  color: #000000;
}
.cid-uxLlSCVMaT .mbr-form-container {
  margin-top: 12px;
}
.cid-uxLlSCVMaT .form-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-end;
}
.cid-uxLlSCVMaT form .row {
  margin: 0;
  border: none !important;
}
.cid-uxLlSCVMaT form .mbr-section-btn {
  width: auto;
  padding: 0;
  height: auto;
}
.cid-uxLlSCVMaT form .mbr-section-btn .btn {
  padding: 0;
  height: auto;
  min-height: auto;
  border-radius: 0;
  border-bottom: 2px solid currentColor;
  transition: 1s;
}
.cid-uxLlSCVMaT .copyright-container {
  margin-top: auto;
}
.cid-uxLlSCVMaT .link {
  color: #000000;
}
.cid-uxLlSCVMaT .label {
  color: #f8c842;
}
.cid-t8HwvgIhoj {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t8HwvgIhoj .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-t8HwvgIhoj .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-t8HwvgIhoj .iconfont-wrapper {
  color: #103178 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-t8HwvgIhoj .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-t8HwvgIhoj .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-t8HwvgIhoj .container {
    padding: 0 1rem;
  }
}
.cid-t8HwvgIhoj .menu-tite {
  background: #232323;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffc800;
}
.cid-t8HwvgIhoj .nav-link {
  position: relative;
}
.cid-t8HwvgIhoj .nav-link:hover {
  color: #f24d94 !important;
}
.cid-t8HwvgIhoj nav.navbar {
  position: fixed;
}
.cid-t8HwvgIhoj .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-t8HwvgIhoj .navbar.opened {
  transition: all 0.3s;
}
.cid-t8HwvgIhoj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t8HwvgIhoj .navbar .navbar-logo img {
  width: auto;
}
.cid-t8HwvgIhoj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t8HwvgIhoj .navbar.collapsed {
  justify-content: center;
}
.cid-t8HwvgIhoj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t8HwvgIhoj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t8HwvgIhoj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-t8HwvgIhoj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t8HwvgIhoj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t8HwvgIhoj .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t8HwvgIhoj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t8HwvgIhoj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t8HwvgIhoj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t8HwvgIhoj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t8HwvgIhoj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t8HwvgIhoj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t8HwvgIhoj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t8HwvgIhoj .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t8HwvgIhoj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t8HwvgIhoj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t8HwvgIhoj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t8HwvgIhoj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t8HwvgIhoj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t8HwvgIhoj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t8HwvgIhoj .navbar.navbar-short {
  min-height: 60px;
}
.cid-t8HwvgIhoj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t8HwvgIhoj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t8HwvgIhoj .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t8HwvgIhoj .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t8HwvgIhoj .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t8HwvgIhoj .dropdown-item:hover,
.cid-t8HwvgIhoj .dropdown-item:focus {
  background: #232323 !important;
  color: white !important;
}
.cid-t8HwvgIhoj .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t8HwvgIhoj .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t8HwvgIhoj .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-t8HwvgIhoj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t8HwvgIhoj .dropdown-menu,
.cid-t8HwvgIhoj .navbar.opened {
  background: #ffffff !important;
}
.cid-t8HwvgIhoj .nav-item:focus,
.cid-t8HwvgIhoj .nav-link:focus {
  outline: none;
}
.cid-t8HwvgIhoj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t8HwvgIhoj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t8HwvgIhoj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t8HwvgIhoj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t8HwvgIhoj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t8HwvgIhoj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t8HwvgIhoj .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t8HwvgIhoj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t8HwvgIhoj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t8HwvgIhoj .dropdown-item.active,
.cid-t8HwvgIhoj .dropdown-item:active {
  background-color: transparent;
}
.cid-t8HwvgIhoj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t8HwvgIhoj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t8HwvgIhoj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t8HwvgIhoj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-t8HwvgIhoj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t8HwvgIhoj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t8HwvgIhoj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t8HwvgIhoj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t8HwvgIhoj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t8HwvgIhoj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-t8HwvgIhoj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t8HwvgIhoj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t8HwvgIhoj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t8HwvgIhoj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t8HwvgIhoj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t8HwvgIhoj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t8HwvgIhoj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t8HwvgIhoj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t8HwvgIhoj .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t8HwvgIhoj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t8HwvgIhoj .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t8HwvgIhoj .navbar {
    height: 70px;
  }
  .cid-t8HwvgIhoj .navbar.opened {
    height: auto;
  }
  .cid-t8HwvgIhoj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t7iYZ0zFGc {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f8f8f8;
}
.cid-t7iYZ0zFGc .right {
  display: flex;
  flex-direction: column;
}
.cid-t7iYZ0zFGc .card-heading {
  padding-bottom: 45px;
  color: #000000;
  font-weight: 600;
}
.cid-t7iYZ0zFGc .p {
  padding-bottom: 30px;
  color: #272727;
}
.cid-t7iYZ0zFGc .last-p {
  padding-bottom: 0;
}
.cid-t7iYZ0zFGc .row {
  justify-content: center;
}
.cid-t7iYZ0zFGc a {
  font-weight: 600;
}
.cid-t7iYZ0zFGc .quote {
  padding: 5px 0 5px 28px;
  color: #272727;
  border-left: 2px solid #232323;
}
.cid-t64HhvX6bF {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #f8f8f8;
  z-index: 2;
}
.cid-t64HhvX6bF .row {
  justify-content: space-between;
}
.cid-t64HhvX6bF .wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-t64HhvX6bF .wrapper .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-t64HhvX6bF .wrapper .icon-wrapper {
  width: 60px;
  height: 60px;
  background: #ffffff;
  border-radius: 8px;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-t64HhvX6bF .wrapper .icon-wrapper {
    margin: 0 0.5rem;
  }
}
.cid-t64HhvX6bF .wrapper .icon1 {
  color: #f14105;
}
.cid-t64HhvX6bF .wrapper .icon2 {
  color: #72dfe9;
}
.cid-t64HhvX6bF .wrapper .icon3 {
  color: #ff6666;
}
.cid-t64HhvX6bF .wrapper .border1 {
  border: 2px solid #efefef;
}
.cid-t64HhvX6bF .wrapper .border1:hover {
  border: 2px solid #f14105;
}
.cid-t64HhvX6bF .wrapper .border2 {
  border: 2px solid #efefef;
}
.cid-t64HhvX6bF .wrapper .border2:hover {
  border: 2px solid #72dfe9;
}
.cid-t64HhvX6bF .wrapper .border3 {
  border: 2px solid #efefef;
}
.cid-t64HhvX6bF .wrapper .border3:hover {
  border: 2px solid #ff6666;
}
@media (max-width: 767px) {
  .cid-t64HhvX6bF .wrapper {
    justify-content: center;
  }
}
.cid-t64HhvX6bF .link-wrapper {
  align-items: center;
  display: flex;
}
.cid-t64HhvX6bF .link-wrapper p {
  padding: 0;
  margin: 0;
  padding-left: 0.5rem;
}
.cid-t64HhvX6bF .inline-wrapper {
  display: inline-block;
}
.cid-t64HhvX6bF .align-wrapper {
  width: 100%;
}
.cid-t64HhvX6bF .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #1c1c25 inset;
  border-radius: 4px;
  min-width: 20px;
  width: 20px;
  align-items: center;
  display: flex;
  height: 20px;
  margin: 0 0.4rem;
  justify-content: center;
  transition: all 0.3s;
}
.cid-t64HhvX6bF .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-t64HhvX6bF .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-t64HhvX6bF .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-t64HhvX6bF .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: .5rem;
  font-weight: 900;
  color: #1c1c25;
}
.cid-t64HhvX6bF .icon-bg {
  position: absolute;
  overflow: visible;
  top: 3px;
  right: -3px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 4px;
  background: #ffb18a;
}
.cid-t64HhvX6bF img {
  border-radius: 8px;
}
.cid-t64HhvX6bF .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-t64HhvX6bF .mbr-section-subtitle {
  color: #767676;
}
.cid-t64HhvX6bF .main-sub-title {
  background: #e7e4e4;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-t64HhvX6bF .card-text {
  color: #767676;
}
.cid-t64HhvX6bF .main-sub-title,
.cid-t64HhvX6bF .align-wrapper {
  color: #232323;
}
.cid-t64HhvX6bF .main-text {
  color: #777d74;
}
.cid-t64HhvX6bF .hover:hover .main-text-title {
  color: #f2684b !important;
}
.cid-t64HhvX6bF .main-text-title {
  color: #010a44;
  transition: all 0.3s;
}
.cid-t64HhvX6bF .main-text,
.cid-t64HhvX6bF .link-align-wrapper {
  color: #010a44;
}
.cid-t64HhykgVx {
  padding-top: 15px;
  padding-bottom: 30px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-t64HhykgVx .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-t64HhykgVx .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t64HhykgVx .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t64HhykgVx .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-t64HhykgVx .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #f23801;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #f23801, #f7e4d6);
}
.cid-t64HhykgVx .icon-focus,
.cid-t64HhykgVx .icon-video {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-t64HhykgVx .icon-focus:before,
.cid-t64HhykgVx .icon-video:before {
  content: '+';
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t64HhykgVx .icon-video {
  font-size: 1.5rem !important;
}
.cid-t64HhykgVx .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-t64HhykgVx ul {
  font-size: 0;
}
.cid-t64HhykgVx .mbr-gallery-filter ul {
  text-align: left;
}
.cid-t64HhykgVx .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-t64HhykgVx .mbr-gallery-filter ul li .btn {
  position: relative;
  padding: 0.5rem 1rem 0.6rem !important;
  margin: 0!important;
  background-color: transparent !important;
  border-width: 0 !important;
  color: #2a3ba2 !important;
}
.cid-t64HhykgVx .mbr-gallery-filter ul li .btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  border-radius: 100px;
  opacity: 0.5;
}
.cid-t64HhykgVx .mbr-gallery-filter ul li:not(.active) .btn:hover:after,
.cid-t64HhykgVx .mbr-gallery-filter ul li.active .btn:after {
  border-color: #2a3ba2;
}
.cid-t64HhykgVx .mbr-gallery-filter ul li .btn:hover:after {
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
.cid-t64HhykgVx .mbr-gallery-filter ul li .btn:not(:hover):after {
  animation: none;
}
.cid-t64HhykgVx .mbr-gallery-filter ul li:first-child,
.cid-t64HhykgVx .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-t64HhykgVx .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-t64HhykgVx .mbr-gallery-item > div:hover:before {
  opacity: 0.2 !important;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.cid-t64HhykgVx .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 0.4375rem;
}
.cid-t64HhykgVx .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-t64HhykgVx .mbr-gallery-filter {
  padding-left: 0;
  padding-right: 0;
}
.cid-t64HhykgVx .mbr-gallery-filter ul li .btn:after {
  transform: none !important;
}
.cid-tQif5PvoGh {
  padding-top: 60px;
  padding-bottom: 75px;
  background: #ffffff;
}
.cid-tQif5PvoGh .mbr-section-subtitle {
  color: #cccccc;
}
.cid-tQif5PvoGh h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 2rem;
  letter-spacing: 4px;
}
.cid-tQif5PvoGh h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tQif5PvoGh h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tQif5PvoGh .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #767676;
  margin: 15px 0.5rem;
  display: block;
}
.cid-tQif5PvoGh .mbr-iconfont-social:before {
  padding: 0.6rem;
  border: 2px solid;
  border-radius: 100px;
  transition: all 0.3s;
}
.cid-tQif5PvoGh .mbr-iconfont-social:hover {
  color: #ffffff;
}
.cid-tQif5PvoGh .mbr-iconfont-social:hover:before {
  background: #767676;
  transition: all 0.3s;
  border-color: transparent;
}
.cid-tQif5PvoGh .social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-tQif5PvoGh .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-tQif5PvoGh .mbr-iconfont-social {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
  }
}
.cid-tQif5PvoGh .mbr-section-title,
.cid-tQif5PvoGh .social-list {
  color: #124ad6;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tQif5PvoGh h2:before,
  .cid-tQif5PvoGh h2:after {
    display: none;
  }
}
.cid-tQif5PvoGh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQif5PvoGh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxLlSCVMaT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #918787;
}
.cid-uxLlSCVMaT .container-fluid {
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 992px) {
  .cid-uxLlSCVMaT .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uxLlSCVMaT .row {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #7F8678;
  border-top: 1px solid #7F8678;
  margin-top: -1px;
}
.cid-uxLlSCVMaT .footer-item {
  display: flex;
  flex-direction: column;
  padding: 22px 30px;
  border-bottom: 1px solid #7F8678;
  margin-bottom: -1px;
}
@media (min-width: 768px) {
  .cid-uxLlSCVMaT .footer-item:nth-child(odd) {
    border-right: 1px solid #7F8678;
  }
}
@media (min-width: 1200px) {
  .cid-uxLlSCVMaT .footer-item:not(:last-child) {
    border-right: 1px solid #7F8678;
  }
}
.cid-uxLlSCVMaT .mbr-text {
  color: #000000;
}
.cid-uxLlSCVMaT .link a {
  color: #3d3d3d;
}
.cid-uxLlSCVMaT .copyright {
  color: #000000;
  text-align: right;
}
.cid-uxLlSCVMaT .text {
  color: #000000;
}
.cid-uxLlSCVMaT .mbr-form-container {
  margin-top: 12px;
}
.cid-uxLlSCVMaT .form-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-end;
}
.cid-uxLlSCVMaT form .row {
  margin: 0;
  border: none !important;
}
.cid-uxLlSCVMaT form .mbr-section-btn {
  width: auto;
  padding: 0;
  height: auto;
}
.cid-uxLlSCVMaT form .mbr-section-btn .btn {
  padding: 0;
  height: auto;
  min-height: auto;
  border-radius: 0;
  border-bottom: 2px solid currentColor;
  transition: 1s;
}
.cid-uxLlSCVMaT .copyright-container {
  margin-top: auto;
}
.cid-uxLlSCVMaT .link {
  color: #000000;
}
.cid-uxLlSCVMaT .label {
  color: #f8c842;
}
.cid-t8HwvgIhoj {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t8HwvgIhoj .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-t8HwvgIhoj .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-t8HwvgIhoj .iconfont-wrapper {
  color: #103178 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-t8HwvgIhoj .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-t8HwvgIhoj .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-t8HwvgIhoj .container {
    padding: 0 1rem;
  }
}
.cid-t8HwvgIhoj .menu-tite {
  background: #232323;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffc800;
}
.cid-t8HwvgIhoj .nav-link {
  position: relative;
}
.cid-t8HwvgIhoj .nav-link:hover {
  color: #f24d94 !important;
}
.cid-t8HwvgIhoj nav.navbar {
  position: fixed;
}
.cid-t8HwvgIhoj .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-t8HwvgIhoj .navbar.opened {
  transition: all 0.3s;
}
.cid-t8HwvgIhoj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t8HwvgIhoj .navbar .navbar-logo img {
  width: auto;
}
.cid-t8HwvgIhoj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t8HwvgIhoj .navbar.collapsed {
  justify-content: center;
}
.cid-t8HwvgIhoj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t8HwvgIhoj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t8HwvgIhoj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-t8HwvgIhoj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t8HwvgIhoj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t8HwvgIhoj .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t8HwvgIhoj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t8HwvgIhoj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t8HwvgIhoj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t8HwvgIhoj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t8HwvgIhoj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t8HwvgIhoj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t8HwvgIhoj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t8HwvgIhoj .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t8HwvgIhoj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t8HwvgIhoj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t8HwvgIhoj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t8HwvgIhoj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t8HwvgIhoj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t8HwvgIhoj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t8HwvgIhoj .navbar.navbar-short {
  min-height: 60px;
}
.cid-t8HwvgIhoj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t8HwvgIhoj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t8HwvgIhoj .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t8HwvgIhoj .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t8HwvgIhoj .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t8HwvgIhoj .dropdown-item:hover,
.cid-t8HwvgIhoj .dropdown-item:focus {
  background: #232323 !important;
  color: white !important;
}
.cid-t8HwvgIhoj .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t8HwvgIhoj .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t8HwvgIhoj .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-t8HwvgIhoj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t8HwvgIhoj .dropdown-menu,
.cid-t8HwvgIhoj .navbar.opened {
  background: #ffffff !important;
}
.cid-t8HwvgIhoj .nav-item:focus,
.cid-t8HwvgIhoj .nav-link:focus {
  outline: none;
}
.cid-t8HwvgIhoj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t8HwvgIhoj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t8HwvgIhoj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t8HwvgIhoj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t8HwvgIhoj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t8HwvgIhoj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t8HwvgIhoj .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t8HwvgIhoj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t8HwvgIhoj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t8HwvgIhoj .dropdown-item.active,
.cid-t8HwvgIhoj .dropdown-item:active {
  background-color: transparent;
}
.cid-t8HwvgIhoj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t8HwvgIhoj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t8HwvgIhoj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t8HwvgIhoj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-t8HwvgIhoj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t8HwvgIhoj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t8HwvgIhoj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t8HwvgIhoj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t8HwvgIhoj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t8HwvgIhoj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-t8HwvgIhoj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t8HwvgIhoj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t8HwvgIhoj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t8HwvgIhoj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t8HwvgIhoj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t8HwvgIhoj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t8HwvgIhoj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t8HwvgIhoj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t8HwvgIhoj .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t8HwvgIhoj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t8HwvgIhoj .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t8HwvgIhoj .navbar {
    height: 70px;
  }
  .cid-t8HwvgIhoj .navbar.opened {
    height: auto;
  }
  .cid-t8HwvgIhoj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t6E3J8AuR4 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f8f8f8;
}
.cid-t6E3J8AuR4 .right {
  display: flex;
  flex-direction: column;
}
.cid-t6E3J8AuR4 .card-heading {
  padding-bottom: 45px;
  color: #000000;
  font-weight: 600;
}
.cid-t6E3J8AuR4 .p {
  padding-bottom: 30px;
  color: #272727;
}
.cid-t6E3J8AuR4 .last-p {
  padding-bottom: 0;
}
.cid-t6E3J8AuR4 .row {
  justify-content: center;
}
.cid-t6E3J8AuR4 a {
  font-weight: 600;
}
.cid-t6E3J8AuR4 .quote {
  padding: 5px 0 5px 28px;
  color: #272727;
  border-left: 2px solid #232323;
}
.cid-sX1wcl1vLN {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #f8f8f8;
  z-index: 2;
}
.cid-sX1wcl1vLN .row {
  justify-content: space-between;
}
.cid-sX1wcl1vLN .wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-sX1wcl1vLN .wrapper .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sX1wcl1vLN .wrapper .icon-wrapper {
  width: 60px;
  height: 60px;
  background: #ffffff;
  border-radius: 8px;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-sX1wcl1vLN .wrapper .icon-wrapper {
    margin: 0 0.5rem;
  }
}
.cid-sX1wcl1vLN .wrapper .icon1 {
  color: #f14105;
}
.cid-sX1wcl1vLN .wrapper .icon2 {
  color: #72dfe9;
}
.cid-sX1wcl1vLN .wrapper .icon3 {
  color: #ff6666;
}
.cid-sX1wcl1vLN .wrapper .border1 {
  border: 2px solid #efefef;
}
.cid-sX1wcl1vLN .wrapper .border1:hover {
  border: 2px solid #f14105;
}
.cid-sX1wcl1vLN .wrapper .border2 {
  border: 2px solid #efefef;
}
.cid-sX1wcl1vLN .wrapper .border2:hover {
  border: 2px solid #72dfe9;
}
.cid-sX1wcl1vLN .wrapper .border3 {
  border: 2px solid #efefef;
}
.cid-sX1wcl1vLN .wrapper .border3:hover {
  border: 2px solid #ff6666;
}
@media (max-width: 767px) {
  .cid-sX1wcl1vLN .wrapper {
    justify-content: center;
  }
}
.cid-sX1wcl1vLN .link-wrapper {
  align-items: center;
  display: flex;
}
.cid-sX1wcl1vLN .link-wrapper p {
  padding: 0;
  margin: 0;
  padding-left: 0.5rem;
}
.cid-sX1wcl1vLN .inline-wrapper {
  display: inline-block;
}
.cid-sX1wcl1vLN .align-wrapper {
  width: 100%;
}
.cid-sX1wcl1vLN .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #1c1c25 inset;
  border-radius: 4px;
  min-width: 20px;
  width: 20px;
  align-items: center;
  display: flex;
  height: 20px;
  margin: 0 0.4rem;
  justify-content: center;
  transition: all 0.3s;
}
.cid-sX1wcl1vLN .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-sX1wcl1vLN .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-sX1wcl1vLN .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-sX1wcl1vLN .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: .5rem;
  font-weight: 900;
  color: #1c1c25;
}
.cid-sX1wcl1vLN .icon-bg {
  position: absolute;
  overflow: visible;
  top: 3px;
  right: -3px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 4px;
  background: #ffb18a;
}
.cid-sX1wcl1vLN img {
  border-radius: 8px;
}
.cid-sX1wcl1vLN .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-sX1wcl1vLN .mbr-section-subtitle {
  color: #767676;
}
.cid-sX1wcl1vLN .main-sub-title {
  background: #e7e4e4;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-sX1wcl1vLN .card-text {
  color: #767676;
}
.cid-sX1wcl1vLN .main-sub-title,
.cid-sX1wcl1vLN .align-wrapper {
  color: #232323;
}
.cid-sX1wcl1vLN .main-text {
  color: #777d74;
}
.cid-sX1wcl1vLN .hover:hover .main-text-title {
  color: #f2684b !important;
}
.cid-sX1wcl1vLN .main-text-title {
  color: #010a44;
  transition: all 0.3s;
}
.cid-sX5JCNbCRO {
  padding-top: 15px;
  padding-bottom: 30px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #f8f8f8;
}
.cid-sX5JCNbCRO .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sX5JCNbCRO .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sX5JCNbCRO .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sX5JCNbCRO .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sX5JCNbCRO .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #f23801;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #f23801, #f7e4d6);
}
.cid-sX5JCNbCRO .icon-focus,
.cid-sX5JCNbCRO .icon-video {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-sX5JCNbCRO .icon-focus:before,
.cid-sX5JCNbCRO .icon-video:before {
  content: '+';
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sX5JCNbCRO .icon-video {
  font-size: 1.5rem !important;
}
.cid-sX5JCNbCRO .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-sX5JCNbCRO ul {
  font-size: 0;
}
.cid-sX5JCNbCRO .mbr-gallery-filter ul {
  text-align: left;
}
.cid-sX5JCNbCRO .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-sX5JCNbCRO .mbr-gallery-filter ul li .btn {
  position: relative;
  padding: 0.5rem 1rem 0.6rem !important;
  margin: 0!important;
  background-color: transparent !important;
  border-width: 0 !important;
  color: #f23801 !important;
}
.cid-sX5JCNbCRO .mbr-gallery-filter ul li .btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  border-radius: 100px;
  opacity: 0.5;
}
.cid-sX5JCNbCRO .mbr-gallery-filter ul li:not(.active) .btn:hover:after,
.cid-sX5JCNbCRO .mbr-gallery-filter ul li.active .btn:after {
  border-color: #f23801;
}
.cid-sX5JCNbCRO .mbr-gallery-filter ul li .btn:hover:after {
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
.cid-sX5JCNbCRO .mbr-gallery-filter ul li .btn:not(:hover):after {
  animation: none;
}
.cid-sX5JCNbCRO .mbr-gallery-filter ul li:first-child,
.cid-sX5JCNbCRO .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-sX5JCNbCRO .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-sX5JCNbCRO .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.cid-sX5JCNbCRO .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 0.4375rem;
}
.cid-sX5JCNbCRO .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-sX5JCNbCRO .mbr-section-title b:last-child,
.cid-sX5JCNbCRO .mbr-section-title strong:last-child {
  color: #f23801;
}
.cid-sX5JCNbCRO .mbr-gallery-filter {
  padding-left: 0;
  padding-right: 0;
}
.cid-sX5JCNbCRO .mbr-gallery-filter ul li .btn:after {
  transform: none !important;
}
.cid-tQif2rCOLa {
  padding-top: 60px;
  padding-bottom: 75px;
  background: #ffffff;
}
.cid-tQif2rCOLa .mbr-section-subtitle {
  color: #cccccc;
}
.cid-tQif2rCOLa h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 2rem;
  letter-spacing: 4px;
}
.cid-tQif2rCOLa h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tQif2rCOLa h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tQif2rCOLa .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #767676;
  margin: 15px 0.5rem;
  display: block;
}
.cid-tQif2rCOLa .mbr-iconfont-social:before {
  padding: 0.6rem;
  border: 2px solid;
  border-radius: 100px;
  transition: all 0.3s;
}
.cid-tQif2rCOLa .mbr-iconfont-social:hover {
  color: #ffffff;
}
.cid-tQif2rCOLa .mbr-iconfont-social:hover:before {
  background: #767676;
  transition: all 0.3s;
  border-color: transparent;
}
.cid-tQif2rCOLa .social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-tQif2rCOLa .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-tQif2rCOLa .mbr-iconfont-social {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
  }
}
.cid-tQif2rCOLa .mbr-section-title,
.cid-tQif2rCOLa .social-list {
  color: #124ad6;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tQif2rCOLa h2:before,
  .cid-tQif2rCOLa h2:after {
    display: none;
  }
}
.cid-tQif2rCOLa .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQif2rCOLa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxLlSCVMaT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #918787;
}
.cid-uxLlSCVMaT .container-fluid {
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 992px) {
  .cid-uxLlSCVMaT .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uxLlSCVMaT .row {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #7F8678;
  border-top: 1px solid #7F8678;
  margin-top: -1px;
}
.cid-uxLlSCVMaT .footer-item {
  display: flex;
  flex-direction: column;
  padding: 22px 30px;
  border-bottom: 1px solid #7F8678;
  margin-bottom: -1px;
}
@media (min-width: 768px) {
  .cid-uxLlSCVMaT .footer-item:nth-child(odd) {
    border-right: 1px solid #7F8678;
  }
}
@media (min-width: 1200px) {
  .cid-uxLlSCVMaT .footer-item:not(:last-child) {
    border-right: 1px solid #7F8678;
  }
}
.cid-uxLlSCVMaT .mbr-text {
  color: #000000;
}
.cid-uxLlSCVMaT .link a {
  color: #3d3d3d;
}
.cid-uxLlSCVMaT .copyright {
  color: #000000;
  text-align: right;
}
.cid-uxLlSCVMaT .text {
  color: #000000;
}
.cid-uxLlSCVMaT .mbr-form-container {
  margin-top: 12px;
}
.cid-uxLlSCVMaT .form-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-end;
}
.cid-uxLlSCVMaT form .row {
  margin: 0;
  border: none !important;
}
.cid-uxLlSCVMaT form .mbr-section-btn {
  width: auto;
  padding: 0;
  height: auto;
}
.cid-uxLlSCVMaT form .mbr-section-btn .btn {
  padding: 0;
  height: auto;
  min-height: auto;
  border-radius: 0;
  border-bottom: 2px solid currentColor;
  transition: 1s;
}
.cid-uxLlSCVMaT .copyright-container {
  margin-top: auto;
}
.cid-uxLlSCVMaT .link {
  color: #000000;
}
.cid-uxLlSCVMaT .label {
  color: #f8c842;
}
.cid-tEif4LftJE {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tEif4LftJE .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-tEif4LftJE .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-tEif4LftJE .iconfont-wrapper {
  color: #103178 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-tEif4LftJE .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-tEif4LftJE .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-tEif4LftJE .container {
    padding: 0 1rem;
  }
}
.cid-tEif4LftJE .menu-tite {
  background: #232323;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffc800;
}
.cid-tEif4LftJE .nav-link {
  position: relative;
}
.cid-tEif4LftJE .nav-link:hover {
  color: #f24d94 !important;
}
.cid-tEif4LftJE nav.navbar {
  position: fixed;
}
.cid-tEif4LftJE .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tEif4LftJE .navbar.opened {
  transition: all 0.3s;
}
.cid-tEif4LftJE .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tEif4LftJE .navbar .navbar-logo img {
  width: auto;
}
.cid-tEif4LftJE .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tEif4LftJE .navbar.collapsed {
  justify-content: center;
}
.cid-tEif4LftJE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tEif4LftJE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tEif4LftJE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-tEif4LftJE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tEif4LftJE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tEif4LftJE .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tEif4LftJE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tEif4LftJE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tEif4LftJE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tEif4LftJE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tEif4LftJE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tEif4LftJE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tEif4LftJE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tEif4LftJE .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tEif4LftJE .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tEif4LftJE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tEif4LftJE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tEif4LftJE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tEif4LftJE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tEif4LftJE .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tEif4LftJE .navbar.navbar-short {
  min-height: 60px;
}
.cid-tEif4LftJE .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tEif4LftJE .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tEif4LftJE .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tEif4LftJE .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tEif4LftJE .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tEif4LftJE .dropdown-item:hover,
.cid-tEif4LftJE .dropdown-item:focus {
  background: #232323 !important;
  color: white !important;
}
.cid-tEif4LftJE .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tEif4LftJE .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tEif4LftJE .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-tEif4LftJE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tEif4LftJE .dropdown-menu,
.cid-tEif4LftJE .navbar.opened {
  background: #ffffff !important;
}
.cid-tEif4LftJE .nav-item:focus,
.cid-tEif4LftJE .nav-link:focus {
  outline: none;
}
.cid-tEif4LftJE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tEif4LftJE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tEif4LftJE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tEif4LftJE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tEif4LftJE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tEif4LftJE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tEif4LftJE .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tEif4LftJE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tEif4LftJE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tEif4LftJE .dropdown-item.active,
.cid-tEif4LftJE .dropdown-item:active {
  background-color: transparent;
}
.cid-tEif4LftJE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tEif4LftJE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tEif4LftJE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tEif4LftJE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tEif4LftJE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tEif4LftJE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tEif4LftJE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tEif4LftJE .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tEif4LftJE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tEif4LftJE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tEif4LftJE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tEif4LftJE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tEif4LftJE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tEif4LftJE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tEif4LftJE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tEif4LftJE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tEif4LftJE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tEif4LftJE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tEif4LftJE .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tEif4LftJE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tEif4LftJE .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tEif4LftJE .navbar {
    height: 70px;
  }
  .cid-tEif4LftJE .navbar.opened {
    height: auto;
  }
  .cid-tEif4LftJE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tEif4JRebE {
  padding-top: 20rem;
  padding-bottom: 20rem;
}
.cid-tEif4JRebE .mbr-media {
  position: relative;
}
.cid-tEif4JRebE .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-tEif4JRebE .icon-wrap {
  position: relative;
  margin: auto;
  width: 80px;
  height: 80px;
  background: #ffffff;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tEif4JRebE .icon-wrap a {
  height: 20px;
}
.cid-tEif4JRebE .icon-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background: #ffffff;
  opacity: 0.8;
  border-radius: 50%;
  animation-duration: 1s;
  animation-name: icons;
  animation-iteration-count: infinite;
  z-index: 1;
}
@keyframes icons {
  from {
    width: 80px;
    height: 80px;
    opacity: 0.8;
  }
  to {
    width: 110px;
    height: 110px;
    opacity: 0;
  }
}
.cid-tEif4JRebE .mbr-media span {
  font-size: 1.4rem;
  transition: all 0.2s;
  z-index: 2;
  position: relative;
  color: #121212;
}
.cid-tEif4JRebE .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tEif4JRebE .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tEif4JRebE .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tEif4JRebE .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;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tEif4JRebE .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tQibUbQjto {
  padding-top: 60px;
  padding-bottom: 75px;
  background: #ffffff;
}
.cid-tQibUbQjto .mbr-section-subtitle {
  color: #cccccc;
}
.cid-tQibUbQjto h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 2rem;
  letter-spacing: 4px;
}
.cid-tQibUbQjto h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tQibUbQjto h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tQibUbQjto .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #767676;
  margin: 15px 0.5rem;
  display: block;
}
.cid-tQibUbQjto .mbr-iconfont-social:before {
  padding: 0.6rem;
  border: 2px solid;
  border-radius: 100px;
  transition: all 0.3s;
}
.cid-tQibUbQjto .mbr-iconfont-social:hover {
  color: #ffffff;
}
.cid-tQibUbQjto .mbr-iconfont-social:hover:before {
  background: #767676;
  transition: all 0.3s;
  border-color: transparent;
}
.cid-tQibUbQjto .social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-tQibUbQjto .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-tQibUbQjto .mbr-iconfont-social {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
  }
}
.cid-tQibUbQjto .mbr-section-title,
.cid-tQibUbQjto .social-list {
  color: #124ad6;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tQibUbQjto h2:before,
  .cid-tQibUbQjto h2:after {
    display: none;
  }
}
.cid-tQibUbQjto .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQibUbQjto .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxLlSCVMaT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #918787;
}
.cid-uxLlSCVMaT .container-fluid {
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 992px) {
  .cid-uxLlSCVMaT .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uxLlSCVMaT .row {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #7F8678;
  border-top: 1px solid #7F8678;
  margin-top: -1px;
}
.cid-uxLlSCVMaT .footer-item {
  display: flex;
  flex-direction: column;
  padding: 22px 30px;
  border-bottom: 1px solid #7F8678;
  margin-bottom: -1px;
}
@media (min-width: 768px) {
  .cid-uxLlSCVMaT .footer-item:nth-child(odd) {
    border-right: 1px solid #7F8678;
  }
}
@media (min-width: 1200px) {
  .cid-uxLlSCVMaT .footer-item:not(:last-child) {
    border-right: 1px solid #7F8678;
  }
}
.cid-uxLlSCVMaT .mbr-text {
  color: #000000;
}
.cid-uxLlSCVMaT .link a {
  color: #3d3d3d;
}
.cid-uxLlSCVMaT .copyright {
  color: #000000;
  text-align: right;
}
.cid-uxLlSCVMaT .text {
  color: #000000;
}
.cid-uxLlSCVMaT .mbr-form-container {
  margin-top: 12px;
}
.cid-uxLlSCVMaT .form-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-end;
}
.cid-uxLlSCVMaT form .row {
  margin: 0;
  border: none !important;
}
.cid-uxLlSCVMaT form .mbr-section-btn {
  width: auto;
  padding: 0;
  height: auto;
}
.cid-uxLlSCVMaT form .mbr-section-btn .btn {
  padding: 0;
  height: auto;
  min-height: auto;
  border-radius: 0;
  border-bottom: 2px solid currentColor;
  transition: 1s;
}
.cid-uxLlSCVMaT .copyright-container {
  margin-top: auto;
}
.cid-uxLlSCVMaT .link {
  color: #000000;
}
.cid-uxLlSCVMaT .label {
  color: #f8c842;
}
.cid-tDVszkkZdR {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tDVszkkZdR .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-tDVszkkZdR .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-tDVszkkZdR .iconfont-wrapper {
  color: #103178 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-tDVszkkZdR .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-tDVszkkZdR .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-tDVszkkZdR .container {
    padding: 0 1rem;
  }
}
.cid-tDVszkkZdR .menu-tite {
  background: #232323;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffc800;
}
.cid-tDVszkkZdR .nav-link {
  position: relative;
}
.cid-tDVszkkZdR .nav-link:hover {
  color: #f24d94 !important;
}
.cid-tDVszkkZdR nav.navbar {
  position: fixed;
}
.cid-tDVszkkZdR .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tDVszkkZdR .navbar.opened {
  transition: all 0.3s;
}
.cid-tDVszkkZdR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tDVszkkZdR .navbar .navbar-logo img {
  width: auto;
}
.cid-tDVszkkZdR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tDVszkkZdR .navbar.collapsed {
  justify-content: center;
}
.cid-tDVszkkZdR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDVszkkZdR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tDVszkkZdR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-tDVszkkZdR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDVszkkZdR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDVszkkZdR .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tDVszkkZdR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDVszkkZdR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tDVszkkZdR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tDVszkkZdR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDVszkkZdR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDVszkkZdR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDVszkkZdR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tDVszkkZdR .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tDVszkkZdR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tDVszkkZdR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tDVszkkZdR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tDVszkkZdR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tDVszkkZdR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDVszkkZdR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tDVszkkZdR .navbar.navbar-short {
  min-height: 60px;
}
.cid-tDVszkkZdR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tDVszkkZdR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tDVszkkZdR .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDVszkkZdR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tDVszkkZdR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tDVszkkZdR .dropdown-item:hover,
.cid-tDVszkkZdR .dropdown-item:focus {
  background: #232323 !important;
  color: white !important;
}
.cid-tDVszkkZdR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tDVszkkZdR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tDVszkkZdR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-tDVszkkZdR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tDVszkkZdR .dropdown-menu,
.cid-tDVszkkZdR .navbar.opened {
  background: #ffffff !important;
}
.cid-tDVszkkZdR .nav-item:focus,
.cid-tDVszkkZdR .nav-link:focus {
  outline: none;
}
.cid-tDVszkkZdR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDVszkkZdR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDVszkkZdR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tDVszkkZdR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDVszkkZdR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDVszkkZdR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDVszkkZdR .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tDVszkkZdR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tDVszkkZdR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDVszkkZdR .dropdown-item.active,
.cid-tDVszkkZdR .dropdown-item:active {
  background-color: transparent;
}
.cid-tDVszkkZdR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDVszkkZdR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDVszkkZdR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDVszkkZdR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tDVszkkZdR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tDVszkkZdR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDVszkkZdR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tDVszkkZdR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tDVszkkZdR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tDVszkkZdR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tDVszkkZdR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDVszkkZdR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDVszkkZdR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDVszkkZdR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDVszkkZdR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDVszkkZdR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDVszkkZdR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDVszkkZdR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDVszkkZdR .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tDVszkkZdR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tDVszkkZdR .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tDVszkkZdR .navbar {
    height: 70px;
  }
  .cid-tDVszkkZdR .navbar.opened {
    height: auto;
  }
  .cid-tDVszkkZdR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDVsziD8Az {
  padding-top: 450px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/1fb67c43-6db7-4579-b3ce-76f6ac59f485-1600x992.jpg");
}
.cid-tDVsziD8Az .link-wrap {
  width: 100%;
}
.cid-tDVsziD8Az .link {
  display: inline-block;
}
.cid-tDVsziD8Az .card-wrapper {
  background: white;
  padding: 4rem;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.cid-tDVsziD8Az .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 2rem;
  font-weight: 600;
}
.cid-tDVsziD8Az .link a:before {
  position: absolute;
  right: 0px;
  font-weight: 900;
  top: 55%;
  transform: translateY(-50%);
  content: "\e960";
  font-family: 'Moririse2' !important;
  color: #ffffff;
  font-size: 0.7rem;
  background: #0077ff;
  padding: 5px;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tDVsziD8Az .link a:hover {
  text-decoration: underline;
}
.cid-tDVsziD8Az .link,
.cid-tDVsziD8Az .link-wrap {
  color: #0077ff;
}
.cid-tDVsziD8Az .mbr-text,
.cid-tDVsziD8Az .mbr-section-btn {
  color: #333333;
}
@media (max-width: 767px) {
  .cid-tDVsziD8Az {
    padding-top: 150px;
  }
  .cid-tDVsziD8Az .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-tDVsziD8Az .mbr-text,
.cid-tDVsziD8Az .link-wrap {
  text-align: center;
  color: #333333;
}
.cid-tDVsziD8Az .card-title,
.cid-tDVsziD8Az .card-box {
  text-align: center;
}
.cid-tDVszj5s83 {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tDVszj5s83 img {
  width: 90%;
}
.cid-tDVszj5s83 .mbr-text,
.cid-tDVszj5s83 .mbr-section-btn {
  color: #232323;
}
@media (max-width: 992px) {
  .cid-tDVszj5s83 img {
    width: 100%;
  }
  .cid-tDVszj5s83 .pb-5 {
    padding-bottom: 1rem !important;
  }
}
.cid-tDVszj5s83 DIV {
  text-align: left;
}
.cid-tDVszjBy8u {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/website-research-focus-3-2000x1414.png");
}
.cid-tDVszjBy8u .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-tDVszjBy8u .row {
  justify-content: center;
}
.cid-tDVszjBy8u .card-text {
  color: #263d5a;
}
.cid-tDVszjBy8u .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  margin: 0;
  padding: 1rem;
  overflow: visible;
  position: relative;
  justify-content: center;
}
.cid-tDVszjBy8u .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-tDVszjBy8u .inner {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  padding: 2rem 1rem;
  box-shadow: none;
  backdrop-filter: blur(0px);
}
.cid-tDVszjBy8u .card-box {
  padding: 1rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 992px) {
  .cid-tDVszjBy8u .card {
    padding-bottom: 2rem;
  }
}
.cid-tDVszjBy8u .card-title,
.cid-tDVszjBy8u .iconfont-wrapper {
  color: #f14105;
}
.cid-tDVszjBy8u .card-subtitle {
  color: #263d5a;
}
.cid-tDVszjBy8u .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-tDVszjBy8u .mbr-section-subtitle {
  text-align: left;
}
.cid-tQiegAJLdb {
  padding-top: 60px;
  padding-bottom: 75px;
  background: #ffffff;
}
.cid-tQiegAJLdb .mbr-section-subtitle {
  color: #cccccc;
}
.cid-tQiegAJLdb h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 2rem;
  letter-spacing: 4px;
}
.cid-tQiegAJLdb h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tQiegAJLdb h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tQiegAJLdb .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #767676;
  margin: 15px 0.5rem;
  display: block;
}
.cid-tQiegAJLdb .mbr-iconfont-social:before {
  padding: 0.6rem;
  border: 2px solid;
  border-radius: 100px;
  transition: all 0.3s;
}
.cid-tQiegAJLdb .mbr-iconfont-social:hover {
  color: #ffffff;
}
.cid-tQiegAJLdb .mbr-iconfont-social:hover:before {
  background: #767676;
  transition: all 0.3s;
  border-color: transparent;
}
.cid-tQiegAJLdb .social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-tQiegAJLdb .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-tQiegAJLdb .mbr-iconfont-social {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
  }
}
.cid-tQiegAJLdb .mbr-section-title,
.cid-tQiegAJLdb .social-list {
  color: #124ad6;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tQiegAJLdb h2:before,
  .cid-tQiegAJLdb h2:after {
    display: none;
  }
}
.cid-tQiegAJLdb .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQiegAJLdb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxLlSCVMaT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #918787;
}
.cid-uxLlSCVMaT .container-fluid {
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 992px) {
  .cid-uxLlSCVMaT .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uxLlSCVMaT .row {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #7F8678;
  border-top: 1px solid #7F8678;
  margin-top: -1px;
}
.cid-uxLlSCVMaT .footer-item {
  display: flex;
  flex-direction: column;
  padding: 22px 30px;
  border-bottom: 1px solid #7F8678;
  margin-bottom: -1px;
}
@media (min-width: 768px) {
  .cid-uxLlSCVMaT .footer-item:nth-child(odd) {
    border-right: 1px solid #7F8678;
  }
}
@media (min-width: 1200px) {
  .cid-uxLlSCVMaT .footer-item:not(:last-child) {
    border-right: 1px solid #7F8678;
  }
}
.cid-uxLlSCVMaT .mbr-text {
  color: #000000;
}
.cid-uxLlSCVMaT .link a {
  color: #3d3d3d;
}
.cid-uxLlSCVMaT .copyright {
  color: #000000;
  text-align: right;
}
.cid-uxLlSCVMaT .text {
  color: #000000;
}
.cid-uxLlSCVMaT .mbr-form-container {
  margin-top: 12px;
}
.cid-uxLlSCVMaT .form-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-end;
}
.cid-uxLlSCVMaT form .row {
  margin: 0;
  border: none !important;
}
.cid-uxLlSCVMaT form .mbr-section-btn {
  width: auto;
  padding: 0;
  height: auto;
}
.cid-uxLlSCVMaT form .mbr-section-btn .btn {
  padding: 0;
  height: auto;
  min-height: auto;
  border-radius: 0;
  border-bottom: 2px solid currentColor;
  transition: 1s;
}
.cid-uxLlSCVMaT .copyright-container {
  margin-top: auto;
}
.cid-uxLlSCVMaT .link {
  color: #000000;
}
.cid-uxLlSCVMaT .label {
  color: #f8c842;
}
.cid-t8HwvgIhoj {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t8HwvgIhoj .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-t8HwvgIhoj .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-t8HwvgIhoj .iconfont-wrapper {
  color: #103178 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-t8HwvgIhoj .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-t8HwvgIhoj .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-t8HwvgIhoj .container {
    padding: 0 1rem;
  }
}
.cid-t8HwvgIhoj .menu-tite {
  background: #232323;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffc800;
}
.cid-t8HwvgIhoj .nav-link {
  position: relative;
}
.cid-t8HwvgIhoj .nav-link:hover {
  color: #f24d94 !important;
}
.cid-t8HwvgIhoj nav.navbar {
  position: fixed;
}
.cid-t8HwvgIhoj .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-t8HwvgIhoj .navbar.opened {
  transition: all 0.3s;
}
.cid-t8HwvgIhoj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t8HwvgIhoj .navbar .navbar-logo img {
  width: auto;
}
.cid-t8HwvgIhoj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t8HwvgIhoj .navbar.collapsed {
  justify-content: center;
}
.cid-t8HwvgIhoj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t8HwvgIhoj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t8HwvgIhoj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-t8HwvgIhoj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t8HwvgIhoj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t8HwvgIhoj .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t8HwvgIhoj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t8HwvgIhoj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t8HwvgIhoj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t8HwvgIhoj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t8HwvgIhoj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t8HwvgIhoj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t8HwvgIhoj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t8HwvgIhoj .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t8HwvgIhoj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t8HwvgIhoj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t8HwvgIhoj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t8HwvgIhoj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t8HwvgIhoj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t8HwvgIhoj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t8HwvgIhoj .navbar.navbar-short {
  min-height: 60px;
}
.cid-t8HwvgIhoj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t8HwvgIhoj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t8HwvgIhoj .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t8HwvgIhoj .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t8HwvgIhoj .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t8HwvgIhoj .dropdown-item:hover,
.cid-t8HwvgIhoj .dropdown-item:focus {
  background: #232323 !important;
  color: white !important;
}
.cid-t8HwvgIhoj .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t8HwvgIhoj .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t8HwvgIhoj .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-t8HwvgIhoj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t8HwvgIhoj .dropdown-menu,
.cid-t8HwvgIhoj .navbar.opened {
  background: #ffffff !important;
}
.cid-t8HwvgIhoj .nav-item:focus,
.cid-t8HwvgIhoj .nav-link:focus {
  outline: none;
}
.cid-t8HwvgIhoj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t8HwvgIhoj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t8HwvgIhoj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t8HwvgIhoj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t8HwvgIhoj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t8HwvgIhoj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t8HwvgIhoj .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t8HwvgIhoj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t8HwvgIhoj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t8HwvgIhoj .dropdown-item.active,
.cid-t8HwvgIhoj .dropdown-item:active {
  background-color: transparent;
}
.cid-t8HwvgIhoj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t8HwvgIhoj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t8HwvgIhoj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t8HwvgIhoj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-t8HwvgIhoj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t8HwvgIhoj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t8HwvgIhoj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t8HwvgIhoj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t8HwvgIhoj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t8HwvgIhoj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-t8HwvgIhoj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t8HwvgIhoj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t8HwvgIhoj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t8HwvgIhoj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t8HwvgIhoj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t8HwvgIhoj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t8HwvgIhoj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t8HwvgIhoj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t8HwvgIhoj .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t8HwvgIhoj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t8HwvgIhoj .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t8HwvgIhoj .navbar {
    height: 70px;
  }
  .cid-t8HwvgIhoj .navbar.opened {
    height: auto;
  }
  .cid-t8HwvgIhoj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDn4NgiS0y {
  padding-top: 135px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-tDn4NgiS0y .nav-tabs .nav-item.open .nav-link:focus,
.cid-tDn4NgiS0y .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-tDn4NgiS0y .nav-link.active {
  background: #f4a17c;
}
.cid-tDn4NgiS0y .nav-link {
  background: white;
  transition: all 0.3s;
  padding: 1rem 3rem;
  border-radius: 0;
  text-align: center;
  margin: 0px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  white-space: nowrap;
}
.cid-tDn4NgiS0y .nav-link:hover {
  background: #f4a17c;
}
.cid-tDn4NgiS0y .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
  padding-right: 2rem;
  flex-direction: column;
}
.cid-tDn4NgiS0y .nav-tabs .nav-item {
  padding: 0.5rem;
}
.cid-tDn4NgiS0y p {
  padding-left: 2rem;
}
.cid-tDn4NgiS0y .col-md-12 {
  flex-direction: row;
  display: flex;
}
.cid-tDn4NgiS0y .nav-tabs .nav-link {
  color: #767676;
  font-style: normal;
  font-weight: 500;
  transition: all 0.5s;
  border: none;
}
.cid-tDn4NgiS0y .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #ffffff;
}
.cid-tDn4NgiS0y .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
}
.cid-tDn4NgiS0y P {
  color: #232323;
}
.cid-tDn4NgiS0y H2 {
  color: #36404c;
}
@media (max-width: 992px) {
  .cid-tDn4NgiS0y .nav-tabs {
    flex-direction: row;
    justify-content: center;
    border-right: 0px;
    padding-right: 0rem;
  }
  .cid-tDn4NgiS0y .col-md-12 {
    flex-direction: column;
    display: flex;
  }
  .cid-tDn4NgiS0y p {
    padding-left: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-tDn4NgiS0y .mbr-text,
  .cid-tDn4NgiS0y .nav-link {
    text-align: center;
  }
  .cid-tDn4NgiS0y .col-md-12 {
    flex-direction: column;
    display: flex;
  }
  .cid-tDn4NgiS0y .nav-tabs {
    border-right: 0px;
    padding-right: 0rem;
    flex-direction: column;
  }
  .cid-tDn4NgiS0y p {
    padding-left: 0rem;
  }
}
.cid-tQieCHX0t0 {
  padding-top: 60px;
  padding-bottom: 75px;
  background: #ffffff;
}
.cid-tQieCHX0t0 .mbr-section-subtitle {
  color: #cccccc;
}
.cid-tQieCHX0t0 h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 2rem;
  letter-spacing: 4px;
}
.cid-tQieCHX0t0 h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tQieCHX0t0 h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tQieCHX0t0 .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #767676;
  margin: 15px 0.5rem;
  display: block;
}
.cid-tQieCHX0t0 .mbr-iconfont-social:before {
  padding: 0.6rem;
  border: 2px solid;
  border-radius: 100px;
  transition: all 0.3s;
}
.cid-tQieCHX0t0 .mbr-iconfont-social:hover {
  color: #ffffff;
}
.cid-tQieCHX0t0 .mbr-iconfont-social:hover:before {
  background: #767676;
  transition: all 0.3s;
  border-color: transparent;
}
.cid-tQieCHX0t0 .social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-tQieCHX0t0 .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-tQieCHX0t0 .mbr-iconfont-social {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
  }
}
.cid-tQieCHX0t0 .mbr-section-title,
.cid-tQieCHX0t0 .social-list {
  color: #124ad6;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tQieCHX0t0 h2:before,
  .cid-tQieCHX0t0 h2:after {
    display: none;
  }
}
.cid-tQieCHX0t0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQieCHX0t0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxLlSCVMaT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #918787;
}
.cid-uxLlSCVMaT .container-fluid {
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 992px) {
  .cid-uxLlSCVMaT .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uxLlSCVMaT .row {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #7F8678;
  border-top: 1px solid #7F8678;
  margin-top: -1px;
}
.cid-uxLlSCVMaT .footer-item {
  display: flex;
  flex-direction: column;
  padding: 22px 30px;
  border-bottom: 1px solid #7F8678;
  margin-bottom: -1px;
}
@media (min-width: 768px) {
  .cid-uxLlSCVMaT .footer-item:nth-child(odd) {
    border-right: 1px solid #7F8678;
  }
}
@media (min-width: 1200px) {
  .cid-uxLlSCVMaT .footer-item:not(:last-child) {
    border-right: 1px solid #7F8678;
  }
}
.cid-uxLlSCVMaT .mbr-text {
  color: #000000;
}
.cid-uxLlSCVMaT .link a {
  color: #3d3d3d;
}
.cid-uxLlSCVMaT .copyright {
  color: #000000;
  text-align: right;
}
.cid-uxLlSCVMaT .text {
  color: #000000;
}
.cid-uxLlSCVMaT .mbr-form-container {
  margin-top: 12px;
}
.cid-uxLlSCVMaT .form-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-end;
}
.cid-uxLlSCVMaT form .row {
  margin: 0;
  border: none !important;
}
.cid-uxLlSCVMaT form .mbr-section-btn {
  width: auto;
  padding: 0;
  height: auto;
}
.cid-uxLlSCVMaT form .mbr-section-btn .btn {
  padding: 0;
  height: auto;
  min-height: auto;
  border-radius: 0;
  border-bottom: 2px solid currentColor;
  transition: 1s;
}
.cid-uxLlSCVMaT .copyright-container {
  margin-top: auto;
}
.cid-uxLlSCVMaT .link {
  color: #000000;
}
.cid-uxLlSCVMaT .label {
  color: #f8c842;
}
.cid-t8HwvgIhoj {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t8HwvgIhoj .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-t8HwvgIhoj .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-t8HwvgIhoj .iconfont-wrapper {
  color: #103178 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-t8HwvgIhoj .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-t8HwvgIhoj .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-t8HwvgIhoj .container {
    padding: 0 1rem;
  }
}
.cid-t8HwvgIhoj .menu-tite {
  background: #232323;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffc800;
}
.cid-t8HwvgIhoj .nav-link {
  position: relative;
}
.cid-t8HwvgIhoj .nav-link:hover {
  color: #f24d94 !important;
}
.cid-t8HwvgIhoj nav.navbar {
  position: fixed;
}
.cid-t8HwvgIhoj .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-t8HwvgIhoj .navbar.opened {
  transition: all 0.3s;
}
.cid-t8HwvgIhoj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t8HwvgIhoj .navbar .navbar-logo img {
  width: auto;
}
.cid-t8HwvgIhoj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t8HwvgIhoj .navbar.collapsed {
  justify-content: center;
}
.cid-t8HwvgIhoj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t8HwvgIhoj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t8HwvgIhoj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-t8HwvgIhoj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t8HwvgIhoj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t8HwvgIhoj .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t8HwvgIhoj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t8HwvgIhoj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t8HwvgIhoj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t8HwvgIhoj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t8HwvgIhoj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t8HwvgIhoj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t8HwvgIhoj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t8HwvgIhoj .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t8HwvgIhoj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t8HwvgIhoj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t8HwvgIhoj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t8HwvgIhoj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t8HwvgIhoj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t8HwvgIhoj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t8HwvgIhoj .navbar.navbar-short {
  min-height: 60px;
}
.cid-t8HwvgIhoj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t8HwvgIhoj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t8HwvgIhoj .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t8HwvgIhoj .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t8HwvgIhoj .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t8HwvgIhoj .dropdown-item:hover,
.cid-t8HwvgIhoj .dropdown-item:focus {
  background: #232323 !important;
  color: white !important;
}
.cid-t8HwvgIhoj .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t8HwvgIhoj .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t8HwvgIhoj .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-t8HwvgIhoj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t8HwvgIhoj .dropdown-menu,
.cid-t8HwvgIhoj .navbar.opened {
  background: #ffffff !important;
}
.cid-t8HwvgIhoj .nav-item:focus,
.cid-t8HwvgIhoj .nav-link:focus {
  outline: none;
}
.cid-t8HwvgIhoj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t8HwvgIhoj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t8HwvgIhoj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t8HwvgIhoj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t8HwvgIhoj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t8HwvgIhoj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t8HwvgIhoj .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t8HwvgIhoj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t8HwvgIhoj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t8HwvgIhoj .dropdown-item.active,
.cid-t8HwvgIhoj .dropdown-item:active {
  background-color: transparent;
}
.cid-t8HwvgIhoj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t8HwvgIhoj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t8HwvgIhoj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t8HwvgIhoj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-t8HwvgIhoj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t8HwvgIhoj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t8HwvgIhoj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t8HwvgIhoj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t8HwvgIhoj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t8HwvgIhoj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-t8HwvgIhoj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t8HwvgIhoj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t8HwvgIhoj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t8HwvgIhoj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t8HwvgIhoj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t8HwvgIhoj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t8HwvgIhoj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t8HwvgIhoj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t8HwvgIhoj .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t8HwvgIhoj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t8HwvgIhoj .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t8HwvgIhoj .navbar {
    height: 70px;
  }
  .cid-t8HwvgIhoj .navbar.opened {
    height: auto;
  }
  .cid-t8HwvgIhoj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ttnsPITcLD {
  position: relative;
  padding-top: 8rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/2022-04-29-15.35.18-2000x1125.jpg");
}
@media (min-width: 992px) {
  .cid-ttnsPITcLD .display-1 {
    font-size: 120px;
  }
  .cid-ttnsPITcLD .display-2 {
    font-size: 40px;
  }
  .cid-ttnsPITcLD .display-5 {
    font-size: 29px;
  }
}
.cid-ttnsPITcLD .mbr-section-subtitle {
  font-weight: 300;
  color: #fbfbff;
}
.cid-ttnsPITcLD .mbr-section-btn {
  z-index: 3;
  margin-left: 0;
  margin-right: 0;
  position: absolute;
  right: 0;
  bottom: -55px;
}
@media (max-width: 991px) {
  .cid-ttnsPITcLD .mbr-section-btn {
    width: 100%;
    bottom: 0px;
  }
}
.cid-ttnsPITcLD .btn-success {
  color: #18293D !important;
}
.cid-ttnsPITcLD .btn {
  box-shadow: none !important;
  border-radius: 0 !important;
  font-weight: 400;
  min-height: 110px;
  padding-right: 120px;
  padding-left: 120px;
  margin: 0;
}
.cid-ttnsPITcLD .btn:hover {
  background: #BEE1E6 !important;
  border-color: #BEE1E6 !important;
  color: #18293D !important;
}
@media (max-width: 991px) {
  .cid-ttnsPITcLD .btn {
    width: 50%;
    min-height: 80px;
  }
}
@media (max-width: 767px) {
  .cid-ttnsPITcLD .btn {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.cid-ttnsPITcLD .one:hover {
  background: #EeFF42 !important;
  border-color: #EeFF42 !important;
}
.cid-ttnsPITcLD .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-ttnsPITcLD .soc-item {
  align-items: center;
  padding: 0.5rem 0.5rem 0.4rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  line-height: 3em;
  font-size: 16px;
  background: #000000;
  cursor: pointer;
  margin-right: 1.5rem;
  height: 25px;
  width: 25px;
}
.cid-ttnsPITcLD .soc-item span {
  color: #ffffff;
  z-index: 99999;
}
.cid-ttnsPITcLD .mbr-section-title {
  color: #fbfbff;
}
.cid-ttnv10oVSp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f1f2;
}
.cid-ttnv10oVSp .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttnv10oVSp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttnv10oVSp .row {
  padding: 1rem;
}
.cid-ttnv10oVSp .row {
  padding: 0 110px;
}
@media (max-width: 992px) {
  .cid-ttnv10oVSp .row {
    padding: 0 12px;
  }
}
.cid-ttnv10oVSp .row::before {
  content: '';
  display: block;
  width: 60%;
  height: 65%;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #ffffff;
  border-radius: 100% 0 0 0;
}
.cid-ttnv10oVSp .row::after {
  content: '';
  position: absolute;
  left: -28rem;
  top: 0;
  display: block;
  width: 1000px;
  height: 1000px;
  border: 80px solid #ffffff;
  border-radius: 50%;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-ttnv10oVSp .row::after {
    display: none;
  }
}
.cid-ttnv10oVSp .title-wrapper {
  margin-bottom: 15px;
  z-index: 1;
  position: relative;
}
.cid-ttnv10oVSp .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ttnv10oVSp .title-wrapper .mbr-section-title span {
  color: #f2684b;
}
.cid-ttnv10oVSp .text-wrapper {
  padding: 25px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-ttnv10oVSp .text-wrapper {
    padding: 0;
  }
}
.cid-ttnv10oVSp .text-wrapper .mbr-text {
  margin: 0;
}
.cid-ttnv10oVSp .mbr-section-title {
  color: #1e4381;
}
.cid-ttnv10oVSp .mbr-text {
  color: #1e4381;
  text-align: left;
}
.cid-tvPMhZkJzV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fef8f5;
}
.cid-tvPMhZkJzV .text-wrapper {
  padding: 2rem 0;
  padding-right: 20%;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-left: 20%;
}
.cid-tvPMhZkJzV .text-wrapper:hover .mbr-section-title a {
  color: #f2684b !important;
}
.cid-tvPMhZkJzV .image-wrapper,
.cid-tvPMhZkJzV img {
  width: 100%;
  object-fit: cover;
}
.cid-tvPMhZkJzV .mbr-section-subtitle {
  margin-bottom: 12px;
  color: #e53712;
}
.cid-tvPMhZkJzV .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-tvPMhZkJzV .mbr-section-btn .btn-secondary-outline:hover,
.cid-tvPMhZkJzV .mbr-section-btn .btn-secondary-outline .active,
.cid-tvPMhZkJzV .mbr-section-btn .btn-secondary-outline:focus {
  color: #232323 !important;
}
@media (max-width: 991px) {
  .cid-tvPMhZkJzV {
    flex-direction: column;
  }
  .cid-tvPMhZkJzV .text-wrapper {
    width: 100%;
    padding: 50px 2rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tvPMhZkJzV .text-wrapper {
    padding: 30px 1rem;
  }
}
.cid-ttnxpIrN0E {
  padding-top: 165px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-ttnxpIrN0E .nav-tabs .nav-item.open .nav-link:focus,
.cid-ttnxpIrN0E .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-ttnxpIrN0E h4 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-ttnxpIrN0E h4:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-ttnxpIrN0E .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border: none;
  justify-content: space-around;
}
.cid-ttnxpIrN0E .tabs-col {
  overflow: hidden;
}
.cid-ttnxpIrN0E .tab-content {
  border-top: 1px solid lightgray;
  padding: 0rem;
  padding-top: 5rem;
}
.cid-ttnxpIrN0E .nav-tabs .nav-link {
  color: #000000;
  font-style: normal;
  padding: 1rem 1.5rem;
  background: transparent;
  font-weight: 400;
  border: none;
  border-radius: 0;
  position: relative;
}
.cid-ttnxpIrN0E .nav-tabs .nav-link:before {
  position: absolute;
  content: '';
  bottom: -5px;
  left: 50%;
  right: 50%;
  transform: translateX(-50%);
  width: 12px;
  height: 12px;
  border-radius: 100%;
  border: 1px solid #000000;
  background: white;
  transition: all 0.3s;
  z-index: 9;
}
.cid-ttnxpIrN0E .nav-tabs .nav-link:after {
  position: absolute;
  content: '';
  bottom: 0px;
  right: 50%;
  width: 9999px;
  height: 1px;
  transition: all 0.3s;
  background: transparent;
}
.cid-ttnxpIrN0E .nav-tabs .nav-link:hover {
  cursor: pointer;
}
.cid-ttnxpIrN0E .nav-tabs .nav-link.active {
  font-weight: 400;
  font-style: normal;
}
.cid-ttnxpIrN0E .nav-tabs .nav-link.active:before {
  background: #000000;
}
.cid-ttnxpIrN0E .nav-tabs .nav-link.active:after {
  background: #000000;
}
@media (max-width: 767px) {
  .cid-ttnxpIrN0E .nav-tabs {
    flex-direction: row;
  }
  .cid-ttnxpIrN0E .mbr-text,
  .cid-ttnxpIrN0E .nav-link {
    text-align: center;
  }
  .cid-ttnxpIrN0E .nav-tabs .nav-link {
    margin-bottom: 1rem;
    border: 0;
  }
  .cid-ttnxpIrN0E .nav-tabs .nav-link:after {
    content: none;
  }
  .cid-ttnxpIrN0E .nav-item {
    min-width: 100px;
  }
  .cid-ttnxpIrN0E .tab-content {
    border-top: 0px;
    padding-top: 2rem;
  }
}
.cid-ttnxpIrN0E H3 {
  color: #000000;
}
.cid-ttnxpIrN0E P {
  color: #232323;
}
.cid-ttnwKK0kEk {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #e2dfdf;
}
.cid-ttnwKK0kEk .mbr-overlay {
  background-color: #fbfbff;
  opacity: 0.5;
}
.cid-ttnwKK0kEk input,
.cid-ttnwKK0kEk textarea {
  border-radius: 0;
}
.cid-ttnwKK0kEk input:hover,
.cid-ttnwKK0kEk textarea:hover {
  border: 1px solid transparent !important;
}
.cid-ttnwKK0kEk textarea {
  min-height: 200px;
}
@media (max-width: 767px) {
  .cid-ttnwKK0kEk .col-auto {
    margin: auto;
  }
}
.cid-ttnwKK0kEk .mbr-main-subtitle {
  background: #232323;
  width: fit-content;
  padding: 0.5rem 1rem;
  position: relative;
  margin-bottom: 2rem;
  color: #fbfbff;
}
.cid-ttnwKK0kEk .mbr-main-subtitle:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -18px;
  border-left: 24px solid #232323;
  border-bottom: 18px solid transparent;
  z-index: 2;
}
@media (max-width: 767px) {
  .cid-ttnwKK0kEk .mbr-main-subtitle {
    margin: auto;
    margin-bottom: 2rem;
  }
}
.cid-ttnwKK0kEk .btn {
  padding: 1rem 3rem;
}
.cid-ttnwKK0kEk .mbr-section-text {
  color: #ffffff;
}
.cid-ttnwKK0kEk .mbr-section-title {
  color: #000000;
}
.cid-tQibzkE4Tv {
  padding-top: 60px;
  padding-bottom: 75px;
  background: #ffffff;
}
.cid-tQibzkE4Tv .mbr-section-subtitle {
  color: #cccccc;
}
.cid-tQibzkE4Tv h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 2rem;
  letter-spacing: 4px;
}
.cid-tQibzkE4Tv h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tQibzkE4Tv h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tQibzkE4Tv .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #767676;
  margin: 15px 0.5rem;
  display: block;
}
.cid-tQibzkE4Tv .mbr-iconfont-social:before {
  padding: 0.6rem;
  border: 2px solid;
  border-radius: 100px;
  transition: all 0.3s;
}
.cid-tQibzkE4Tv .mbr-iconfont-social:hover {
  color: #ffffff;
}
.cid-tQibzkE4Tv .mbr-iconfont-social:hover:before {
  background: #767676;
  transition: all 0.3s;
  border-color: transparent;
}
.cid-tQibzkE4Tv .social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-tQibzkE4Tv .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-tQibzkE4Tv .mbr-iconfont-social {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
  }
}
.cid-tQibzkE4Tv .mbr-section-title,
.cid-tQibzkE4Tv .social-list {
  color: #124ad6;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tQibzkE4Tv h2:before,
  .cid-tQibzkE4Tv h2:after {
    display: none;
  }
}
.cid-tQibzkE4Tv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQibzkE4Tv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxLlSCVMaT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #918787;
}
.cid-uxLlSCVMaT .container-fluid {
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 992px) {
  .cid-uxLlSCVMaT .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uxLlSCVMaT .row {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #7F8678;
  border-top: 1px solid #7F8678;
  margin-top: -1px;
}
.cid-uxLlSCVMaT .footer-item {
  display: flex;
  flex-direction: column;
  padding: 22px 30px;
  border-bottom: 1px solid #7F8678;
  margin-bottom: -1px;
}
@media (min-width: 768px) {
  .cid-uxLlSCVMaT .footer-item:nth-child(odd) {
    border-right: 1px solid #7F8678;
  }
}
@media (min-width: 1200px) {
  .cid-uxLlSCVMaT .footer-item:not(:last-child) {
    border-right: 1px solid #7F8678;
  }
}
.cid-uxLlSCVMaT .mbr-text {
  color: #000000;
}
.cid-uxLlSCVMaT .link a {
  color: #3d3d3d;
}
.cid-uxLlSCVMaT .copyright {
  color: #000000;
  text-align: right;
}
.cid-uxLlSCVMaT .text {
  color: #000000;
}
.cid-uxLlSCVMaT .mbr-form-container {
  margin-top: 12px;
}
.cid-uxLlSCVMaT .form-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-end;
}
.cid-uxLlSCVMaT form .row {
  margin: 0;
  border: none !important;
}
.cid-uxLlSCVMaT form .mbr-section-btn {
  width: auto;
  padding: 0;
  height: auto;
}
.cid-uxLlSCVMaT form .mbr-section-btn .btn {
  padding: 0;
  height: auto;
  min-height: auto;
  border-radius: 0;
  border-bottom: 2px solid currentColor;
  transition: 1s;
}
.cid-uxLlSCVMaT .copyright-container {
  margin-top: auto;
}
.cid-uxLlSCVMaT .link {
  color: #000000;
}
.cid-uxLlSCVMaT .label {
  color: #f8c842;
}
.cid-t8HwvgIhoj {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t8HwvgIhoj .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-t8HwvgIhoj .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-t8HwvgIhoj .iconfont-wrapper {
  color: #103178 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-t8HwvgIhoj .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-t8HwvgIhoj .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-t8HwvgIhoj .container {
    padding: 0 1rem;
  }
}
.cid-t8HwvgIhoj .menu-tite {
  background: #232323;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffc800;
}
.cid-t8HwvgIhoj .nav-link {
  position: relative;
}
.cid-t8HwvgIhoj .nav-link:hover {
  color: #f24d94 !important;
}
.cid-t8HwvgIhoj nav.navbar {
  position: fixed;
}
.cid-t8HwvgIhoj .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-t8HwvgIhoj .navbar.opened {
  transition: all 0.3s;
}
.cid-t8HwvgIhoj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t8HwvgIhoj .navbar .navbar-logo img {
  width: auto;
}
.cid-t8HwvgIhoj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t8HwvgIhoj .navbar.collapsed {
  justify-content: center;
}
.cid-t8HwvgIhoj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t8HwvgIhoj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t8HwvgIhoj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-t8HwvgIhoj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t8HwvgIhoj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t8HwvgIhoj .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t8HwvgIhoj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t8HwvgIhoj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t8HwvgIhoj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t8HwvgIhoj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t8HwvgIhoj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t8HwvgIhoj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t8HwvgIhoj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t8HwvgIhoj .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t8HwvgIhoj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t8HwvgIhoj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t8HwvgIhoj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t8HwvgIhoj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t8HwvgIhoj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t8HwvgIhoj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t8HwvgIhoj .navbar.navbar-short {
  min-height: 60px;
}
.cid-t8HwvgIhoj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t8HwvgIhoj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t8HwvgIhoj .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t8HwvgIhoj .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t8HwvgIhoj .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t8HwvgIhoj .dropdown-item:hover,
.cid-t8HwvgIhoj .dropdown-item:focus {
  background: #232323 !important;
  color: white !important;
}
.cid-t8HwvgIhoj .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t8HwvgIhoj .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t8HwvgIhoj .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-t8HwvgIhoj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t8HwvgIhoj .dropdown-menu,
.cid-t8HwvgIhoj .navbar.opened {
  background: #ffffff !important;
}
.cid-t8HwvgIhoj .nav-item:focus,
.cid-t8HwvgIhoj .nav-link:focus {
  outline: none;
}
.cid-t8HwvgIhoj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t8HwvgIhoj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t8HwvgIhoj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t8HwvgIhoj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t8HwvgIhoj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t8HwvgIhoj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t8HwvgIhoj .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t8HwvgIhoj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t8HwvgIhoj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t8HwvgIhoj .dropdown-item.active,
.cid-t8HwvgIhoj .dropdown-item:active {
  background-color: transparent;
}
.cid-t8HwvgIhoj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t8HwvgIhoj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t8HwvgIhoj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t8HwvgIhoj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-t8HwvgIhoj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t8HwvgIhoj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t8HwvgIhoj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t8HwvgIhoj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t8HwvgIhoj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t8HwvgIhoj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-t8HwvgIhoj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t8HwvgIhoj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t8HwvgIhoj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t8HwvgIhoj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t8HwvgIhoj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t8HwvgIhoj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t8HwvgIhoj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t8HwvgIhoj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t8HwvgIhoj .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t8HwvgIhoj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t8HwvgIhoj .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t8HwvgIhoj .navbar {
    height: 70px;
  }
  .cid-t8HwvgIhoj .navbar.opened {
    height: auto;
  }
  .cid-t8HwvgIhoj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t0ZjAIrT78 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #f8f8f8;
}
.cid-t0ZjAIrT78 .row {
  background: #ffffff;
  padding: 0rem 0rem;
  margin: 0rem;
  margin-top: 1rem;
  border-radius: 10px;
}
.cid-t0ZjAIrT78 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-t0ZjAIrT78 img {
    width: 50%;
    transform: scaleY(1);
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-t0ZjAIrT78 img {
    width: 90%;
    transform: scaleY(1);
    margin: auto;
  }
}
.cid-t0ZjAIrT78 .card {
  padding: 3rem 3rem;
}
@media (max-width: 992px) {
  .cid-t0ZjAIrT78 .card {
    padding: 3rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-t0ZjAIrT78 .card {
    padding: 2rem 0rem;
  }
}
.cid-t0ZjAIrT78 .mbr-text,
.cid-t0ZjAIrT78 .mbr-section-btn {
  color: #777777;
}
.cid-t0ZjAIrT78 .mbr-section-subtitle {
  color: #14191e;
}
.cid-t0ZjAIrT78 .mbr-section-title {
  color: #777777;
}
.cid-t0ZjEdtLKg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8f8f8;
}
.cid-t0ZjEdtLKg .mbr-section-subtitle {
  color: #14191e;
}
.cid-t0ZjEdtLKg .mbr-text {
  color: #232323;
}
.cid-tQiccZNGX0 {
  padding-top: 60px;
  padding-bottom: 75px;
  background: #ffffff;
}
.cid-tQiccZNGX0 .mbr-section-subtitle {
  color: #cccccc;
}
.cid-tQiccZNGX0 h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 2rem;
  letter-spacing: 4px;
}
.cid-tQiccZNGX0 h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tQiccZNGX0 h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tQiccZNGX0 .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #767676;
  margin: 15px 0.5rem;
  display: block;
}
.cid-tQiccZNGX0 .mbr-iconfont-social:before {
  padding: 0.6rem;
  border: 2px solid;
  border-radius: 100px;
  transition: all 0.3s;
}
.cid-tQiccZNGX0 .mbr-iconfont-social:hover {
  color: #ffffff;
}
.cid-tQiccZNGX0 .mbr-iconfont-social:hover:before {
  background: #767676;
  transition: all 0.3s;
  border-color: transparent;
}
.cid-tQiccZNGX0 .social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-tQiccZNGX0 .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-tQiccZNGX0 .mbr-iconfont-social {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
  }
}
.cid-tQiccZNGX0 .mbr-section-title,
.cid-tQiccZNGX0 .social-list {
  color: #124ad6;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tQiccZNGX0 h2:before,
  .cid-tQiccZNGX0 h2:after {
    display: none;
  }
}
.cid-tQiccZNGX0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQiccZNGX0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxLlSCVMaT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #918787;
}
.cid-uxLlSCVMaT .container-fluid {
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 992px) {
  .cid-uxLlSCVMaT .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uxLlSCVMaT .row {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #7F8678;
  border-top: 1px solid #7F8678;
  margin-top: -1px;
}
.cid-uxLlSCVMaT .footer-item {
  display: flex;
  flex-direction: column;
  padding: 22px 30px;
  border-bottom: 1px solid #7F8678;
  margin-bottom: -1px;
}
@media (min-width: 768px) {
  .cid-uxLlSCVMaT .footer-item:nth-child(odd) {
    border-right: 1px solid #7F8678;
  }
}
@media (min-width: 1200px) {
  .cid-uxLlSCVMaT .footer-item:not(:last-child) {
    border-right: 1px solid #7F8678;
  }
}
.cid-uxLlSCVMaT .mbr-text {
  color: #000000;
}
.cid-uxLlSCVMaT .link a {
  color: #3d3d3d;
}
.cid-uxLlSCVMaT .copyright {
  color: #000000;
  text-align: right;
}
.cid-uxLlSCVMaT .text {
  color: #000000;
}
.cid-uxLlSCVMaT .mbr-form-container {
  margin-top: 12px;
}
.cid-uxLlSCVMaT .form-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-end;
}
.cid-uxLlSCVMaT form .row {
  margin: 0;
  border: none !important;
}
.cid-uxLlSCVMaT form .mbr-section-btn {
  width: auto;
  padding: 0;
  height: auto;
}
.cid-uxLlSCVMaT form .mbr-section-btn .btn {
  padding: 0;
  height: auto;
  min-height: auto;
  border-radius: 0;
  border-bottom: 2px solid currentColor;
  transition: 1s;
}
.cid-uxLlSCVMaT .copyright-container {
  margin-top: auto;
}
.cid-uxLlSCVMaT .link {
  color: #000000;
}
.cid-uxLlSCVMaT .label {
  color: #f8c842;
}
.cid-u5L7E3MHDG {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u5L7E3MHDG .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-u5L7E3MHDG .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-u5L7E3MHDG .iconfont-wrapper {
  color: #103178 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-u5L7E3MHDG .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-u5L7E3MHDG .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-u5L7E3MHDG .container {
    padding: 0 1rem;
  }
}
.cid-u5L7E3MHDG .menu-tite {
  background: #232323;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffc800;
}
.cid-u5L7E3MHDG .nav-link {
  position: relative;
}
.cid-u5L7E3MHDG .nav-link:hover {
  color: #f24d94 !important;
}
.cid-u5L7E3MHDG nav.navbar {
  position: fixed;
}
.cid-u5L7E3MHDG .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-u5L7E3MHDG .navbar.opened {
  transition: all 0.3s;
}
.cid-u5L7E3MHDG .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u5L7E3MHDG .navbar .navbar-logo img {
  width: auto;
}
.cid-u5L7E3MHDG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u5L7E3MHDG .navbar.collapsed {
  justify-content: center;
}
.cid-u5L7E3MHDG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u5L7E3MHDG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u5L7E3MHDG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-u5L7E3MHDG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u5L7E3MHDG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u5L7E3MHDG .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u5L7E3MHDG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u5L7E3MHDG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u5L7E3MHDG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u5L7E3MHDG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u5L7E3MHDG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u5L7E3MHDG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u5L7E3MHDG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u5L7E3MHDG .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u5L7E3MHDG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u5L7E3MHDG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u5L7E3MHDG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u5L7E3MHDG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u5L7E3MHDG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u5L7E3MHDG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u5L7E3MHDG .navbar.navbar-short {
  min-height: 60px;
}
.cid-u5L7E3MHDG .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u5L7E3MHDG .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u5L7E3MHDG .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u5L7E3MHDG .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u5L7E3MHDG .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u5L7E3MHDG .dropdown-item:hover,
.cid-u5L7E3MHDG .dropdown-item:focus {
  background: #232323 !important;
  color: white !important;
}
.cid-u5L7E3MHDG .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u5L7E3MHDG .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u5L7E3MHDG .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-u5L7E3MHDG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u5L7E3MHDG .dropdown-menu,
.cid-u5L7E3MHDG .navbar.opened {
  background: #ffffff !important;
}
.cid-u5L7E3MHDG .nav-item:focus,
.cid-u5L7E3MHDG .nav-link:focus {
  outline: none;
}
.cid-u5L7E3MHDG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u5L7E3MHDG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u5L7E3MHDG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u5L7E3MHDG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u5L7E3MHDG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u5L7E3MHDG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u5L7E3MHDG .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u5L7E3MHDG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u5L7E3MHDG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u5L7E3MHDG .dropdown-item.active,
.cid-u5L7E3MHDG .dropdown-item:active {
  background-color: transparent;
}
.cid-u5L7E3MHDG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u5L7E3MHDG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u5L7E3MHDG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u5L7E3MHDG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u5L7E3MHDG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u5L7E3MHDG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u5L7E3MHDG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u5L7E3MHDG .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u5L7E3MHDG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u5L7E3MHDG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u5L7E3MHDG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u5L7E3MHDG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5L7E3MHDG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5L7E3MHDG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u5L7E3MHDG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5L7E3MHDG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u5L7E3MHDG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u5L7E3MHDG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5L7E3MHDG .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u5L7E3MHDG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u5L7E3MHDG .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u5L7E3MHDG .navbar {
    height: 70px;
  }
  .cid-u5L7E3MHDG .navbar.opened {
    height: auto;
  }
  .cid-u5L7E3MHDG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u5L8JPWDLi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffaf5;
  overflow: hidden;
}
.cid-u5L8JPWDLi .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5L8JPWDLi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5L8JPWDLi .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-u5L8JPWDLi .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-u5L8JPWDLi .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u5L8JPWDLi .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-u5L8JPWDLi .container {
    padding: 0 16px;
  }
}
.cid-u5L8JPWDLi .row {
  justify-content: center;
}
.cid-u5L8JPWDLi .mbr-section-title {
  margin-bottom: 50px;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u5L8JPWDLi .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-u5L8JPWDLi .card {
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-u5L8JPWDLi .card {
    flex-direction: column;
  }
}
.cid-u5L8JPWDLi .image-wrapper {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-u5L8JPWDLi .image-wrapper {
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-u5L8JPWDLi .image-wrapper img {
  height: 650px;
  object-fit: cover;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-u5L8JPWDLi .image-wrapper img {
    height: 350px;
  }
}
.cid-u5L8JPWDLi .content-wrapper {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-u5L8JPWDLi .content-wrapper {
    width: 100%;
  }
}
.cid-u5L8JPWDLi .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-u5L8JPWDLi .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-u5L8JPWDLi .mbr-section-subtitle {
  color: #000000;
}
.cid-u5L8JPWDLi .mbr-text {
  color: #000000;
}
.cid-u5L7E7qo9K {
  padding-top: 60px;
  padding-bottom: 75px;
  background: #ffffff;
}
.cid-u5L7E7qo9K .mbr-section-subtitle {
  color: #cccccc;
}
.cid-u5L7E7qo9K h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 2rem;
  letter-spacing: 4px;
}
.cid-u5L7E7qo9K h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-u5L7E7qo9K h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-u5L7E7qo9K .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #767676;
  margin: 15px 0.5rem;
  display: block;
}
.cid-u5L7E7qo9K .mbr-iconfont-social:before {
  padding: 0.6rem;
  border: 2px solid;
  border-radius: 100px;
  transition: all 0.3s;
}
.cid-u5L7E7qo9K .mbr-iconfont-social:hover {
  color: #ffffff;
}
.cid-u5L7E7qo9K .mbr-iconfont-social:hover:before {
  background: #767676;
  transition: all 0.3s;
  border-color: transparent;
}
.cid-u5L7E7qo9K .social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-u5L7E7qo9K .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-u5L7E7qo9K .mbr-iconfont-social {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
  }
}
.cid-u5L7E7qo9K .mbr-section-title,
.cid-u5L7E7qo9K .social-list {
  color: #124ad6;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-u5L7E7qo9K h2:before,
  .cid-u5L7E7qo9K h2:after {
    display: none;
  }
}
.cid-u5L7E7qo9K .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5L7E7qo9K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxLlSCVMaT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #918787;
}
.cid-uxLlSCVMaT .container-fluid {
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 992px) {
  .cid-uxLlSCVMaT .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uxLlSCVMaT .row {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #7F8678;
  border-top: 1px solid #7F8678;
  margin-top: -1px;
}
.cid-uxLlSCVMaT .footer-item {
  display: flex;
  flex-direction: column;
  padding: 22px 30px;
  border-bottom: 1px solid #7F8678;
  margin-bottom: -1px;
}
@media (min-width: 768px) {
  .cid-uxLlSCVMaT .footer-item:nth-child(odd) {
    border-right: 1px solid #7F8678;
  }
}
@media (min-width: 1200px) {
  .cid-uxLlSCVMaT .footer-item:not(:last-child) {
    border-right: 1px solid #7F8678;
  }
}
.cid-uxLlSCVMaT .mbr-text {
  color: #000000;
}
.cid-uxLlSCVMaT .link a {
  color: #3d3d3d;
}
.cid-uxLlSCVMaT .copyright {
  color: #000000;
  text-align: right;
}
.cid-uxLlSCVMaT .text {
  color: #000000;
}
.cid-uxLlSCVMaT .mbr-form-container {
  margin-top: 12px;
}
.cid-uxLlSCVMaT .form-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-end;
}
.cid-uxLlSCVMaT form .row {
  margin: 0;
  border: none !important;
}
.cid-uxLlSCVMaT form .mbr-section-btn {
  width: auto;
  padding: 0;
  height: auto;
}
.cid-uxLlSCVMaT form .mbr-section-btn .btn {
  padding: 0;
  height: auto;
  min-height: auto;
  border-radius: 0;
  border-bottom: 2px solid currentColor;
  transition: 1s;
}
.cid-uxLlSCVMaT .copyright-container {
  margin-top: auto;
}
.cid-uxLlSCVMaT .link {
  color: #000000;
}
.cid-uxLlSCVMaT .label {
  color: #f8c842;
}
.cid-u7CKnjY7jw {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u7CKnjY7jw .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-u7CKnjY7jw .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-u7CKnjY7jw .iconfont-wrapper {
  color: #103178 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-u7CKnjY7jw .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-u7CKnjY7jw .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-u7CKnjY7jw .container {
    padding: 0 1rem;
  }
}
.cid-u7CKnjY7jw .menu-tite {
  background: #232323;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffc800;
}
.cid-u7CKnjY7jw .nav-link {
  position: relative;
}
.cid-u7CKnjY7jw .nav-link:hover {
  color: #f24d94 !important;
}
.cid-u7CKnjY7jw nav.navbar {
  position: fixed;
}
.cid-u7CKnjY7jw .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-u7CKnjY7jw .navbar.opened {
  transition: all 0.3s;
}
.cid-u7CKnjY7jw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u7CKnjY7jw .navbar .navbar-logo img {
  width: auto;
}
.cid-u7CKnjY7jw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u7CKnjY7jw .navbar.collapsed {
  justify-content: center;
}
.cid-u7CKnjY7jw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u7CKnjY7jw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u7CKnjY7jw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-u7CKnjY7jw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u7CKnjY7jw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u7CKnjY7jw .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u7CKnjY7jw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u7CKnjY7jw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u7CKnjY7jw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u7CKnjY7jw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u7CKnjY7jw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u7CKnjY7jw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u7CKnjY7jw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u7CKnjY7jw .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u7CKnjY7jw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u7CKnjY7jw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u7CKnjY7jw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u7CKnjY7jw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u7CKnjY7jw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u7CKnjY7jw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u7CKnjY7jw .navbar.navbar-short {
  min-height: 60px;
}
.cid-u7CKnjY7jw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u7CKnjY7jw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u7CKnjY7jw .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u7CKnjY7jw .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u7CKnjY7jw .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u7CKnjY7jw .dropdown-item:hover,
.cid-u7CKnjY7jw .dropdown-item:focus {
  background: #232323 !important;
  color: white !important;
}
.cid-u7CKnjY7jw .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u7CKnjY7jw .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u7CKnjY7jw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-u7CKnjY7jw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u7CKnjY7jw .dropdown-menu,
.cid-u7CKnjY7jw .navbar.opened {
  background: #ffffff !important;
}
.cid-u7CKnjY7jw .nav-item:focus,
.cid-u7CKnjY7jw .nav-link:focus {
  outline: none;
}
.cid-u7CKnjY7jw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u7CKnjY7jw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u7CKnjY7jw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u7CKnjY7jw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u7CKnjY7jw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u7CKnjY7jw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u7CKnjY7jw .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u7CKnjY7jw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u7CKnjY7jw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u7CKnjY7jw .dropdown-item.active,
.cid-u7CKnjY7jw .dropdown-item:active {
  background-color: transparent;
}
.cid-u7CKnjY7jw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u7CKnjY7jw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u7CKnjY7jw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u7CKnjY7jw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u7CKnjY7jw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u7CKnjY7jw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u7CKnjY7jw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u7CKnjY7jw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u7CKnjY7jw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u7CKnjY7jw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u7CKnjY7jw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u7CKnjY7jw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7CKnjY7jw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7CKnjY7jw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u7CKnjY7jw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7CKnjY7jw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u7CKnjY7jw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u7CKnjY7jw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7CKnjY7jw .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u7CKnjY7jw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u7CKnjY7jw .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u7CKnjY7jw .navbar {
    height: 70px;
  }
  .cid-u7CKnjY7jw .navbar.opened {
    height: auto;
  }
  .cid-u7CKnjY7jw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u7CKnkDkxG {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f8f8f8;
}
.cid-u7CKnkDkxG .right {
  display: flex;
  flex-direction: column;
}
.cid-u7CKnkDkxG .card-heading {
  padding-bottom: 45px;
  color: #000000;
  font-weight: 600;
}
.cid-u7CKnkDkxG .p {
  padding-bottom: 30px;
  color: #272727;
}
.cid-u7CKnkDkxG .last-p {
  padding-bottom: 0;
}
.cid-u7CKnkDkxG .row {
  justify-content: center;
}
.cid-u7CKnkDkxG a {
  font-weight: 600;
}
.cid-u7CKnkDkxG .quote {
  padding: 5px 0 5px 28px;
  color: #272727;
  border-left: 2px solid #232323;
}
.cid-u7CKnl7DsC {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #f8f8f8;
  z-index: 2;
}
.cid-u7CKnl7DsC .row {
  justify-content: space-between;
}
.cid-u7CKnl7DsC .wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-u7CKnl7DsC .wrapper .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-u7CKnl7DsC .wrapper .icon-wrapper {
  width: 60px;
  height: 60px;
  background: #ffffff;
  border-radius: 8px;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-u7CKnl7DsC .wrapper .icon-wrapper {
    margin: 0 0.5rem;
  }
}
.cid-u7CKnl7DsC .wrapper .icon1 {
  color: #f14105;
}
.cid-u7CKnl7DsC .wrapper .icon2 {
  color: #72dfe9;
}
.cid-u7CKnl7DsC .wrapper .icon3 {
  color: #ff6666;
}
.cid-u7CKnl7DsC .wrapper .border1 {
  border: 2px solid #efefef;
}
.cid-u7CKnl7DsC .wrapper .border1:hover {
  border: 2px solid #f14105;
}
.cid-u7CKnl7DsC .wrapper .border2 {
  border: 2px solid #efefef;
}
.cid-u7CKnl7DsC .wrapper .border2:hover {
  border: 2px solid #72dfe9;
}
.cid-u7CKnl7DsC .wrapper .border3 {
  border: 2px solid #efefef;
}
.cid-u7CKnl7DsC .wrapper .border3:hover {
  border: 2px solid #ff6666;
}
@media (max-width: 767px) {
  .cid-u7CKnl7DsC .wrapper {
    justify-content: center;
  }
}
.cid-u7CKnl7DsC .link-wrapper {
  align-items: center;
  display: flex;
}
.cid-u7CKnl7DsC .link-wrapper p {
  padding: 0;
  margin: 0;
  padding-left: 0.5rem;
}
.cid-u7CKnl7DsC .inline-wrapper {
  display: inline-block;
}
.cid-u7CKnl7DsC .align-wrapper {
  width: 100%;
}
.cid-u7CKnl7DsC .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #1c1c25 inset;
  border-radius: 4px;
  min-width: 20px;
  width: 20px;
  align-items: center;
  display: flex;
  height: 20px;
  margin: 0 0.4rem;
  justify-content: center;
  transition: all 0.3s;
}
.cid-u7CKnl7DsC .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-u7CKnl7DsC .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-u7CKnl7DsC .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-u7CKnl7DsC .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: .5rem;
  font-weight: 900;
  color: #1c1c25;
}
.cid-u7CKnl7DsC .icon-bg {
  position: absolute;
  overflow: visible;
  top: 3px;
  right: -3px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 4px;
  background: #ffb18a;
}
.cid-u7CKnl7DsC img {
  border-radius: 8px;
}
.cid-u7CKnl7DsC .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-u7CKnl7DsC .mbr-section-subtitle {
  color: #767676;
}
.cid-u7CKnl7DsC .main-sub-title {
  background: #e7e4e4;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-u7CKnl7DsC .card-text {
  color: #767676;
}
.cid-u7CKnl7DsC .main-sub-title,
.cid-u7CKnl7DsC .align-wrapper {
  color: #232323;
}
.cid-u7CKnl7DsC .main-text {
  color: #777d74;
}
.cid-u7CKnl7DsC .hover:hover .main-text-title {
  color: #f2684b !important;
}
.cid-u7CKnl7DsC .main-text-title {
  color: #010a44;
  transition: all 0.3s;
}
.cid-u7CKnl7DsC .main-text,
.cid-u7CKnl7DsC .link-align-wrapper {
  color: #6d7a8c;
}
.cid-u7CKnlH57w {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #f8f8f8;
  z-index: 2;
}
.cid-u7CKnlH57w .row {
  justify-content: space-between;
}
.cid-u7CKnlH57w .wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-u7CKnlH57w .wrapper .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-u7CKnlH57w .wrapper .icon-wrapper {
  width: 60px;
  height: 60px;
  background: #ffffff;
  border-radius: 8px;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-u7CKnlH57w .wrapper .icon-wrapper {
    margin: 0 0.5rem;
  }
}
.cid-u7CKnlH57w .wrapper .icon1 {
  color: #f14105;
}
.cid-u7CKnlH57w .wrapper .icon2 {
  color: #72dfe9;
}
.cid-u7CKnlH57w .wrapper .icon3 {
  color: #ff6666;
}
.cid-u7CKnlH57w .wrapper .border1 {
  border: 2px solid #efefef;
}
.cid-u7CKnlH57w .wrapper .border1:hover {
  border: 2px solid #f14105;
}
.cid-u7CKnlH57w .wrapper .border2 {
  border: 2px solid #efefef;
}
.cid-u7CKnlH57w .wrapper .border2:hover {
  border: 2px solid #72dfe9;
}
.cid-u7CKnlH57w .wrapper .border3 {
  border: 2px solid #efefef;
}
.cid-u7CKnlH57w .wrapper .border3:hover {
  border: 2px solid #ff6666;
}
@media (max-width: 767px) {
  .cid-u7CKnlH57w .wrapper {
    justify-content: center;
  }
}
.cid-u7CKnlH57w .link-wrapper {
  align-items: center;
  display: flex;
}
.cid-u7CKnlH57w .link-wrapper p {
  padding: 0;
  margin: 0;
  padding-left: 0.5rem;
}
.cid-u7CKnlH57w .inline-wrapper {
  display: inline-block;
}
.cid-u7CKnlH57w .align-wrapper {
  width: 100%;
}
.cid-u7CKnlH57w .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #1c1c25 inset;
  border-radius: 4px;
  min-width: 20px;
  width: 20px;
  align-items: center;
  display: flex;
  height: 20px;
  margin: 0 0.4rem;
  justify-content: center;
  transition: all 0.3s;
}
.cid-u7CKnlH57w .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-u7CKnlH57w .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-u7CKnlH57w .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-u7CKnlH57w .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: .5rem;
  font-weight: 900;
  color: #1c1c25;
}
.cid-u7CKnlH57w .icon-bg {
  position: absolute;
  overflow: visible;
  top: 3px;
  right: -3px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 4px;
  background: #ffb18a;
}
.cid-u7CKnlH57w img {
  border-radius: 8px;
}
.cid-u7CKnlH57w .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-u7CKnlH57w .mbr-section-subtitle {
  color: #767676;
}
.cid-u7CKnlH57w .main-sub-title {
  background: #e7e4e4;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-u7CKnlH57w .card-text {
  color: #767676;
}
.cid-u7CKnlH57w .main-sub-title,
.cid-u7CKnlH57w .align-wrapper {
  color: #232323;
}
.cid-u7CKnlH57w .main-text {
  color: #777d74;
}
.cid-u7CKnlH57w .hover:hover .main-text-title {
  color: #f2684b !important;
}
.cid-u7CKnlH57w .main-text-title {
  color: #010a44;
  transition: all 0.3s;
}
.cid-u7CKnlH57w .main-text,
.cid-u7CKnlH57w .link-align-wrapper {
  color: #232323;
}
.cid-u7CKnmgXiB {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #f8f8f8;
  z-index: 2;
}
.cid-u7CKnmgXiB .row {
  justify-content: space-between;
}
.cid-u7CKnmgXiB .wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-u7CKnmgXiB .wrapper .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-u7CKnmgXiB .wrapper .icon-wrapper {
  width: 60px;
  height: 60px;
  background: #ffffff;
  border-radius: 8px;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-u7CKnmgXiB .wrapper .icon-wrapper {
    margin: 0 0.5rem;
  }
}
.cid-u7CKnmgXiB .wrapper .icon1 {
  color: #f14105;
}
.cid-u7CKnmgXiB .wrapper .icon2 {
  color: #72dfe9;
}
.cid-u7CKnmgXiB .wrapper .icon3 {
  color: #ff6666;
}
.cid-u7CKnmgXiB .wrapper .border1 {
  border: 2px solid #efefef;
}
.cid-u7CKnmgXiB .wrapper .border1:hover {
  border: 2px solid #f14105;
}
.cid-u7CKnmgXiB .wrapper .border2 {
  border: 2px solid #efefef;
}
.cid-u7CKnmgXiB .wrapper .border2:hover {
  border: 2px solid #72dfe9;
}
.cid-u7CKnmgXiB .wrapper .border3 {
  border: 2px solid #efefef;
}
.cid-u7CKnmgXiB .wrapper .border3:hover {
  border: 2px solid #ff6666;
}
@media (max-width: 767px) {
  .cid-u7CKnmgXiB .wrapper {
    justify-content: center;
  }
}
.cid-u7CKnmgXiB .link-wrapper {
  align-items: center;
  display: flex;
}
.cid-u7CKnmgXiB .link-wrapper p {
  padding: 0;
  margin: 0;
  padding-left: 0.5rem;
}
.cid-u7CKnmgXiB .inline-wrapper {
  display: inline-block;
}
.cid-u7CKnmgXiB .align-wrapper {
  width: 100%;
}
.cid-u7CKnmgXiB .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #1c1c25 inset;
  border-radius: 4px;
  min-width: 20px;
  width: 20px;
  align-items: center;
  display: flex;
  height: 20px;
  margin: 0 0.4rem;
  justify-content: center;
  transition: all 0.3s;
}
.cid-u7CKnmgXiB .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-u7CKnmgXiB .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-u7CKnmgXiB .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-u7CKnmgXiB .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: .5rem;
  font-weight: 900;
  color: #1c1c25;
}
.cid-u7CKnmgXiB .icon-bg {
  position: absolute;
  overflow: visible;
  top: 3px;
  right: -3px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 4px;
  background: #ffb18a;
}
.cid-u7CKnmgXiB img {
  border-radius: 8px;
}
.cid-u7CKnmgXiB .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-u7CKnmgXiB .mbr-section-subtitle {
  color: #767676;
}
.cid-u7CKnmgXiB .main-sub-title {
  background: #e7e4e4;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-u7CKnmgXiB .card-text {
  color: #767676;
}
.cid-u7CKnmgXiB .main-sub-title,
.cid-u7CKnmgXiB .align-wrapper {
  color: #232323;
}
.cid-u7CKnmgXiB .main-text {
  color: #777d74;
}
.cid-u7CKnmgXiB .hover:hover .main-text-title {
  color: #f2684b !important;
}
.cid-u7CKnmgXiB .main-text-title {
  color: #010a44;
  transition: all 0.3s;
}
.cid-u7CKnnpwHP {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f8f8f8;
  z-index: 2;
}
.cid-u7CKnnpwHP .row {
  justify-content: space-between;
}
.cid-u7CKnnpwHP .wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-u7CKnnpwHP .wrapper .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-u7CKnnpwHP .wrapper .icon-wrapper {
  width: 60px;
  height: 60px;
  background: #ffffff;
  border-radius: 8px;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-u7CKnnpwHP .wrapper .icon-wrapper {
    margin: 0 0.5rem;
  }
}
.cid-u7CKnnpwHP .wrapper .icon1 {
  color: #f14105;
}
.cid-u7CKnnpwHP .wrapper .icon2 {
  color: #72dfe9;
}
.cid-u7CKnnpwHP .wrapper .icon3 {
  color: #ff6666;
}
.cid-u7CKnnpwHP .wrapper .border1 {
  border: 2px solid #efefef;
}
.cid-u7CKnnpwHP .wrapper .border1:hover {
  border: 2px solid #f14105;
}
.cid-u7CKnnpwHP .wrapper .border2 {
  border: 2px solid #efefef;
}
.cid-u7CKnnpwHP .wrapper .border2:hover {
  border: 2px solid #72dfe9;
}
.cid-u7CKnnpwHP .wrapper .border3 {
  border: 2px solid #efefef;
}
.cid-u7CKnnpwHP .wrapper .border3:hover {
  border: 2px solid #ff6666;
}
@media (max-width: 767px) {
  .cid-u7CKnnpwHP .wrapper {
    justify-content: center;
  }
}
.cid-u7CKnnpwHP .link-wrapper {
  align-items: center;
  display: flex;
}
.cid-u7CKnnpwHP .link-wrapper p {
  padding: 0;
  margin: 0;
  padding-left: 0.5rem;
}
.cid-u7CKnnpwHP .inline-wrapper {
  display: inline-block;
}
.cid-u7CKnnpwHP .align-wrapper {
  width: 100%;
}
.cid-u7CKnnpwHP .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #1c1c25 inset;
  border-radius: 4px;
  min-width: 20px;
  width: 20px;
  align-items: center;
  display: flex;
  height: 20px;
  margin: 0 0.4rem;
  justify-content: center;
  transition: all 0.3s;
}
.cid-u7CKnnpwHP .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-u7CKnnpwHP .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-u7CKnnpwHP .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-u7CKnnpwHP .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: .5rem;
  font-weight: 900;
  color: #1c1c25;
}
.cid-u7CKnnpwHP .icon-bg {
  position: absolute;
  overflow: visible;
  top: 3px;
  right: -3px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 4px;
  background: #ffb18a;
}
.cid-u7CKnnpwHP img {
  border-radius: 8px;
}
.cid-u7CKnnpwHP .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-u7CKnnpwHP .mbr-section-subtitle {
  color: #767676;
}
.cid-u7CKnnpwHP .main-sub-title {
  background: #e7e4e4;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-u7CKnnpwHP .card-text {
  color: #767676;
}
.cid-u7CKnnpwHP .main-sub-title,
.cid-u7CKnnpwHP .align-wrapper {
  color: #232323;
}
.cid-u7CKnnpwHP .main-text {
  color: #777d74;
}
.cid-u7CKnnpwHP .hover:hover .main-text-title {
  color: #f2684b !important;
}
.cid-u7CKnnpwHP .main-text-title {
  color: #010a44;
  transition: all 0.3s;
}
.cid-u7CKno2Ww0 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #f8f8f8;
  z-index: 2;
}
.cid-u7CKno2Ww0 .row {
  justify-content: space-between;
}
.cid-u7CKno2Ww0 .wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-u7CKno2Ww0 .wrapper .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-u7CKno2Ww0 .wrapper .icon-wrapper {
  width: 60px;
  height: 60px;
  background: #ffffff;
  border-radius: 8px;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-u7CKno2Ww0 .wrapper .icon-wrapper {
    margin: 0 0.5rem;
  }
}
.cid-u7CKno2Ww0 .wrapper .icon1 {
  color: #f14105;
}
.cid-u7CKno2Ww0 .wrapper .icon2 {
  color: #72dfe9;
}
.cid-u7CKno2Ww0 .wrapper .icon3 {
  color: #ff6666;
}
.cid-u7CKno2Ww0 .wrapper .border1 {
  border: 2px solid #efefef;
}
.cid-u7CKno2Ww0 .wrapper .border1:hover {
  border: 2px solid #f14105;
}
.cid-u7CKno2Ww0 .wrapper .border2 {
  border: 2px solid #efefef;
}
.cid-u7CKno2Ww0 .wrapper .border2:hover {
  border: 2px solid #72dfe9;
}
.cid-u7CKno2Ww0 .wrapper .border3 {
  border: 2px solid #efefef;
}
.cid-u7CKno2Ww0 .wrapper .border3:hover {
  border: 2px solid #ff6666;
}
@media (max-width: 767px) {
  .cid-u7CKno2Ww0 .wrapper {
    justify-content: center;
  }
}
.cid-u7CKno2Ww0 .link-wrapper {
  align-items: center;
  display: flex;
}
.cid-u7CKno2Ww0 .link-wrapper p {
  padding: 0;
  margin: 0;
  padding-left: 0.5rem;
}
.cid-u7CKno2Ww0 .inline-wrapper {
  display: inline-block;
}
.cid-u7CKno2Ww0 .align-wrapper {
  width: 100%;
}
.cid-u7CKno2Ww0 .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #1c1c25 inset;
  border-radius: 4px;
  min-width: 20px;
  width: 20px;
  align-items: center;
  display: flex;
  height: 20px;
  margin: 0 0.4rem;
  justify-content: center;
  transition: all 0.3s;
}
.cid-u7CKno2Ww0 .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-u7CKno2Ww0 .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-u7CKno2Ww0 .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-u7CKno2Ww0 .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: .5rem;
  font-weight: 900;
  color: #1c1c25;
}
.cid-u7CKno2Ww0 .icon-bg {
  position: absolute;
  overflow: visible;
  top: 3px;
  right: -3px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 4px;
  background: #ffb18a;
}
.cid-u7CKno2Ww0 img {
  border-radius: 8px;
}
.cid-u7CKno2Ww0 .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-u7CKno2Ww0 .mbr-section-subtitle {
  color: #767676;
}
.cid-u7CKno2Ww0 .main-sub-title {
  background: #e7e4e4;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-u7CKno2Ww0 .card-text {
  color: #767676;
}
.cid-u7CKno2Ww0 .main-sub-title,
.cid-u7CKno2Ww0 .align-wrapper {
  color: #232323;
}
.cid-u7CKno2Ww0 .main-text {
  color: #777d74;
}
.cid-u7CKno2Ww0 .hover:hover .main-text-title {
  color: #f2684b !important;
}
.cid-u7CKno2Ww0 .main-text-title {
  color: #010a44;
  transition: all 0.3s;
}
.cid-u7CSvSofqh {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #f8f8f8;
  z-index: 2;
}
.cid-u7CSvSofqh .row {
  justify-content: space-between;
}
.cid-u7CSvSofqh .wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-u7CSvSofqh .wrapper .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-u7CSvSofqh .wrapper .icon-wrapper {
  width: 60px;
  height: 60px;
  background: #ffffff;
  border-radius: 8px;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-u7CSvSofqh .wrapper .icon-wrapper {
    margin: 0 0.5rem;
  }
}
.cid-u7CSvSofqh .wrapper .icon1 {
  color: #f14105;
}
.cid-u7CSvSofqh .wrapper .icon2 {
  color: #72dfe9;
}
.cid-u7CSvSofqh .wrapper .icon3 {
  color: #ff6666;
}
.cid-u7CSvSofqh .wrapper .border1 {
  border: 2px solid #efefef;
}
.cid-u7CSvSofqh .wrapper .border1:hover {
  border: 2px solid #f14105;
}
.cid-u7CSvSofqh .wrapper .border2 {
  border: 2px solid #efefef;
}
.cid-u7CSvSofqh .wrapper .border2:hover {
  border: 2px solid #72dfe9;
}
.cid-u7CSvSofqh .wrapper .border3 {
  border: 2px solid #efefef;
}
.cid-u7CSvSofqh .wrapper .border3:hover {
  border: 2px solid #ff6666;
}
@media (max-width: 767px) {
  .cid-u7CSvSofqh .wrapper {
    justify-content: center;
  }
}
.cid-u7CSvSofqh .link-wrapper {
  align-items: center;
  display: flex;
}
.cid-u7CSvSofqh .link-wrapper p {
  padding: 0;
  margin: 0;
  padding-left: 0.5rem;
}
.cid-u7CSvSofqh .inline-wrapper {
  display: inline-block;
}
.cid-u7CSvSofqh .align-wrapper {
  width: 100%;
}
.cid-u7CSvSofqh .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #1c1c25 inset;
  border-radius: 4px;
  min-width: 20px;
  width: 20px;
  align-items: center;
  display: flex;
  height: 20px;
  margin: 0 0.4rem;
  justify-content: center;
  transition: all 0.3s;
}
.cid-u7CSvSofqh .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-u7CSvSofqh .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-u7CSvSofqh .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-u7CSvSofqh .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: .5rem;
  font-weight: 900;
  color: #1c1c25;
}
.cid-u7CSvSofqh .icon-bg {
  position: absolute;
  overflow: visible;
  top: 3px;
  right: -3px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 4px;
  background: #ffb18a;
}
.cid-u7CSvSofqh img {
  border-radius: 8px;
}
.cid-u7CSvSofqh .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-u7CSvSofqh .mbr-section-subtitle {
  color: #767676;
}
.cid-u7CSvSofqh .main-sub-title {
  background: #e7e4e4;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-u7CSvSofqh .card-text {
  color: #767676;
}
.cid-u7CSvSofqh .main-sub-title,
.cid-u7CSvSofqh .align-wrapper {
  color: #232323;
}
.cid-u7CSvSofqh .main-text {
  color: #777d74;
}
.cid-u7CSvSofqh .hover:hover .main-text-title {
  color: #f2684b !important;
}
.cid-u7CSvSofqh .main-text-title {
  color: #010a44;
  transition: all 0.3s;
}
.cid-u7CTbQMXWF {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #f8f8f8;
  z-index: 2;
}
.cid-u7CTbQMXWF .row {
  justify-content: space-between;
}
.cid-u7CTbQMXWF .wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-u7CTbQMXWF .wrapper .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-u7CTbQMXWF .wrapper .icon-wrapper {
  width: 60px;
  height: 60px;
  background: #ffffff;
  border-radius: 8px;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-u7CTbQMXWF .wrapper .icon-wrapper {
    margin: 0 0.5rem;
  }
}
.cid-u7CTbQMXWF .wrapper .icon1 {
  color: #f14105;
}
.cid-u7CTbQMXWF .wrapper .icon2 {
  color: #72dfe9;
}
.cid-u7CTbQMXWF .wrapper .icon3 {
  color: #ff6666;
}
.cid-u7CTbQMXWF .wrapper .border1 {
  border: 2px solid #efefef;
}
.cid-u7CTbQMXWF .wrapper .border1:hover {
  border: 2px solid #f14105;
}
.cid-u7CTbQMXWF .wrapper .border2 {
  border: 2px solid #efefef;
}
.cid-u7CTbQMXWF .wrapper .border2:hover {
  border: 2px solid #72dfe9;
}
.cid-u7CTbQMXWF .wrapper .border3 {
  border: 2px solid #efefef;
}
.cid-u7CTbQMXWF .wrapper .border3:hover {
  border: 2px solid #ff6666;
}
@media (max-width: 767px) {
  .cid-u7CTbQMXWF .wrapper {
    justify-content: center;
  }
}
.cid-u7CTbQMXWF .link-wrapper {
  align-items: center;
  display: flex;
}
.cid-u7CTbQMXWF .link-wrapper p {
  padding: 0;
  margin: 0;
  padding-left: 0.5rem;
}
.cid-u7CTbQMXWF .inline-wrapper {
  display: inline-block;
}
.cid-u7CTbQMXWF .align-wrapper {
  width: 100%;
}
.cid-u7CTbQMXWF .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #1c1c25 inset;
  border-radius: 4px;
  min-width: 20px;
  width: 20px;
  align-items: center;
  display: flex;
  height: 20px;
  margin: 0 0.4rem;
  justify-content: center;
  transition: all 0.3s;
}
.cid-u7CTbQMXWF .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-u7CTbQMXWF .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-u7CTbQMXWF .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-u7CTbQMXWF .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: .5rem;
  font-weight: 900;
  color: #1c1c25;
}
.cid-u7CTbQMXWF .icon-bg {
  position: absolute;
  overflow: visible;
  top: 3px;
  right: -3px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 4px;
  background: #ffb18a;
}
.cid-u7CTbQMXWF img {
  border-radius: 8px;
}
.cid-u7CTbQMXWF .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-u7CTbQMXWF .mbr-section-subtitle {
  color: #767676;
}
.cid-u7CTbQMXWF .main-sub-title {
  background: #e7e4e4;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-u7CTbQMXWF .card-text {
  color: #767676;
}
.cid-u7CTbQMXWF .main-sub-title,
.cid-u7CTbQMXWF .align-wrapper {
  color: #232323;
}
.cid-u7CTbQMXWF .main-text {
  color: #777d74;
}
.cid-u7CTbQMXWF .hover:hover .main-text-title {
  color: #f2684b !important;
}
.cid-u7CTbQMXWF .main-text-title {
  color: #010a44;
  transition: all 0.3s;
}
.cid-u7CUcucvpO {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #f8f8f8;
  z-index: 2;
}
.cid-u7CUcucvpO .row {
  justify-content: space-between;
}
.cid-u7CUcucvpO .wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-u7CUcucvpO .wrapper .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-u7CUcucvpO .wrapper .icon-wrapper {
  width: 60px;
  height: 60px;
  background: #ffffff;
  border-radius: 8px;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-u7CUcucvpO .wrapper .icon-wrapper {
    margin: 0 0.5rem;
  }
}
.cid-u7CUcucvpO .wrapper .icon1 {
  color: #f14105;
}
.cid-u7CUcucvpO .wrapper .icon2 {
  color: #72dfe9;
}
.cid-u7CUcucvpO .wrapper .icon3 {
  color: #ff6666;
}
.cid-u7CUcucvpO .wrapper .border1 {
  border: 2px solid #efefef;
}
.cid-u7CUcucvpO .wrapper .border1:hover {
  border: 2px solid #f14105;
}
.cid-u7CUcucvpO .wrapper .border2 {
  border: 2px solid #efefef;
}
.cid-u7CUcucvpO .wrapper .border2:hover {
  border: 2px solid #72dfe9;
}
.cid-u7CUcucvpO .wrapper .border3 {
  border: 2px solid #efefef;
}
.cid-u7CUcucvpO .wrapper .border3:hover {
  border: 2px solid #ff6666;
}
@media (max-width: 767px) {
  .cid-u7CUcucvpO .wrapper {
    justify-content: center;
  }
}
.cid-u7CUcucvpO .link-wrapper {
  align-items: center;
  display: flex;
}
.cid-u7CUcucvpO .link-wrapper p {
  padding: 0;
  margin: 0;
  padding-left: 0.5rem;
}
.cid-u7CUcucvpO .inline-wrapper {
  display: inline-block;
}
.cid-u7CUcucvpO .align-wrapper {
  width: 100%;
}
.cid-u7CUcucvpO .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #1c1c25 inset;
  border-radius: 4px;
  min-width: 20px;
  width: 20px;
  align-items: center;
  display: flex;
  height: 20px;
  margin: 0 0.4rem;
  justify-content: center;
  transition: all 0.3s;
}
.cid-u7CUcucvpO .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-u7CUcucvpO .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-u7CUcucvpO .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-u7CUcucvpO .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: .5rem;
  font-weight: 900;
  color: #1c1c25;
}
.cid-u7CUcucvpO .icon-bg {
  position: absolute;
  overflow: visible;
  top: 3px;
  right: -3px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 4px;
  background: #ffb18a;
}
.cid-u7CUcucvpO img {
  border-radius: 8px;
}
.cid-u7CUcucvpO .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-u7CUcucvpO .mbr-section-subtitle {
  color: #767676;
}
.cid-u7CUcucvpO .main-sub-title {
  background: #e7e4e4;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-u7CUcucvpO .card-text {
  color: #767676;
}
.cid-u7CUcucvpO .main-sub-title,
.cid-u7CUcucvpO .align-wrapper {
  color: #232323;
}
.cid-u7CUcucvpO .main-text {
  color: #777d74;
}
.cid-u7CUcucvpO .hover:hover .main-text-title {
  color: #f2684b !important;
}
.cid-u7CUcucvpO .main-text-title {
  color: #010a44;
  transition: all 0.3s;
}
.cid-u7CUdmWtxV {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #f8f8f8;
  z-index: 2;
}
.cid-u7CUdmWtxV .row {
  justify-content: space-between;
}
.cid-u7CUdmWtxV .wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-u7CUdmWtxV .wrapper .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-u7CUdmWtxV .wrapper .icon-wrapper {
  width: 60px;
  height: 60px;
  background: #ffffff;
  border-radius: 8px;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-u7CUdmWtxV .wrapper .icon-wrapper {
    margin: 0 0.5rem;
  }
}
.cid-u7CUdmWtxV .wrapper .icon1 {
  color: #f14105;
}
.cid-u7CUdmWtxV .wrapper .icon2 {
  color: #72dfe9;
}
.cid-u7CUdmWtxV .wrapper .icon3 {
  color: #ff6666;
}
.cid-u7CUdmWtxV .wrapper .border1 {
  border: 2px solid #efefef;
}
.cid-u7CUdmWtxV .wrapper .border1:hover {
  border: 2px solid #f14105;
}
.cid-u7CUdmWtxV .wrapper .border2 {
  border: 2px solid #efefef;
}
.cid-u7CUdmWtxV .wrapper .border2:hover {
  border: 2px solid #72dfe9;
}
.cid-u7CUdmWtxV .wrapper .border3 {
  border: 2px solid #efefef;
}
.cid-u7CUdmWtxV .wrapper .border3:hover {
  border: 2px solid #ff6666;
}
@media (max-width: 767px) {
  .cid-u7CUdmWtxV .wrapper {
    justify-content: center;
  }
}
.cid-u7CUdmWtxV .link-wrapper {
  align-items: center;
  display: flex;
}
.cid-u7CUdmWtxV .link-wrapper p {
  padding: 0;
  margin: 0;
  padding-left: 0.5rem;
}
.cid-u7CUdmWtxV .inline-wrapper {
  display: inline-block;
}
.cid-u7CUdmWtxV .align-wrapper {
  width: 100%;
}
.cid-u7CUdmWtxV .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #1c1c25 inset;
  border-radius: 4px;
  min-width: 20px;
  width: 20px;
  align-items: center;
  display: flex;
  height: 20px;
  margin: 0 0.4rem;
  justify-content: center;
  transition: all 0.3s;
}
.cid-u7CUdmWtxV .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-u7CUdmWtxV .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-u7CUdmWtxV .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-u7CUdmWtxV .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: .5rem;
  font-weight: 900;
  color: #1c1c25;
}
.cid-u7CUdmWtxV .icon-bg {
  position: absolute;
  overflow: visible;
  top: 3px;
  right: -3px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 4px;
  background: #ffb18a;
}
.cid-u7CUdmWtxV img {
  border-radius: 8px;
}
.cid-u7CUdmWtxV .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-u7CUdmWtxV .mbr-section-subtitle {
  color: #767676;
}
.cid-u7CUdmWtxV .main-sub-title {
  background: #e7e4e4;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-u7CUdmWtxV .card-text {
  color: #767676;
}
.cid-u7CUdmWtxV .main-sub-title,
.cid-u7CUdmWtxV .align-wrapper {
  color: #232323;
}
.cid-u7CUdmWtxV .main-text {
  color: #777d74;
}
.cid-u7CUdmWtxV .hover:hover .main-text-title {
  color: #f2684b !important;
}
.cid-u7CUdmWtxV .main-text-title {
  color: #010a44;
  transition: all 0.3s;
}
.cid-u7CUdSk77w {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #f8f8f8;
  z-index: 2;
}
.cid-u7CUdSk77w .row {
  justify-content: space-between;
}
.cid-u7CUdSk77w .wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-u7CUdSk77w .wrapper .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-u7CUdSk77w .wrapper .icon-wrapper {
  width: 60px;
  height: 60px;
  background: #ffffff;
  border-radius: 8px;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-u7CUdSk77w .wrapper .icon-wrapper {
    margin: 0 0.5rem;
  }
}
.cid-u7CUdSk77w .wrapper .icon1 {
  color: #f14105;
}
.cid-u7CUdSk77w .wrapper .icon2 {
  color: #72dfe9;
}
.cid-u7CUdSk77w .wrapper .icon3 {
  color: #ff6666;
}
.cid-u7CUdSk77w .wrapper .border1 {
  border: 2px solid #efefef;
}
.cid-u7CUdSk77w .wrapper .border1:hover {
  border: 2px solid #f14105;
}
.cid-u7CUdSk77w .wrapper .border2 {
  border: 2px solid #efefef;
}
.cid-u7CUdSk77w .wrapper .border2:hover {
  border: 2px solid #72dfe9;
}
.cid-u7CUdSk77w .wrapper .border3 {
  border: 2px solid #efefef;
}
.cid-u7CUdSk77w .wrapper .border3:hover {
  border: 2px solid #ff6666;
}
@media (max-width: 767px) {
  .cid-u7CUdSk77w .wrapper {
    justify-content: center;
  }
}
.cid-u7CUdSk77w .link-wrapper {
  align-items: center;
  display: flex;
}
.cid-u7CUdSk77w .link-wrapper p {
  padding: 0;
  margin: 0;
  padding-left: 0.5rem;
}
.cid-u7CUdSk77w .inline-wrapper {
  display: inline-block;
}
.cid-u7CUdSk77w .align-wrapper {
  width: 100%;
}
.cid-u7CUdSk77w .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #1c1c25 inset;
  border-radius: 4px;
  min-width: 20px;
  width: 20px;
  align-items: center;
  display: flex;
  height: 20px;
  margin: 0 0.4rem;
  justify-content: center;
  transition: all 0.3s;
}
.cid-u7CUdSk77w .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-u7CUdSk77w .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-u7CUdSk77w .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-u7CUdSk77w .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: .5rem;
  font-weight: 900;
  color: #1c1c25;
}
.cid-u7CUdSk77w .icon-bg {
  position: absolute;
  overflow: visible;
  top: 3px;
  right: -3px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 4px;
  background: #ffb18a;
}
.cid-u7CUdSk77w img {
  border-radius: 8px;
}
.cid-u7CUdSk77w .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-u7CUdSk77w .mbr-section-subtitle {
  color: #767676;
}
.cid-u7CUdSk77w .main-sub-title {
  background: #e7e4e4;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-u7CUdSk77w .card-text {
  color: #767676;
}
.cid-u7CUdSk77w .main-sub-title,
.cid-u7CUdSk77w .align-wrapper {
  color: #232323;
}
.cid-u7CUdSk77w .main-text {
  color: #777d74;
}
.cid-u7CUdSk77w .hover:hover .main-text-title {
  color: #f2684b !important;
}
.cid-u7CUdSk77w .main-text-title {
  color: #010a44;
  transition: all 0.3s;
}
.cid-u7CKnpe8PL {
  padding-top: 60px;
  padding-bottom: 75px;
  background: #ffffff;
}
.cid-u7CKnpe8PL .mbr-section-subtitle {
  color: #cccccc;
}
.cid-u7CKnpe8PL h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 2rem;
  letter-spacing: 4px;
}
.cid-u7CKnpe8PL h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-u7CKnpe8PL h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-u7CKnpe8PL .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #767676;
  margin: 15px 0.5rem;
  display: block;
}
.cid-u7CKnpe8PL .mbr-iconfont-social:before {
  padding: 0.6rem;
  border: 2px solid;
  border-radius: 100px;
  transition: all 0.3s;
}
.cid-u7CKnpe8PL .mbr-iconfont-social:hover {
  color: #ffffff;
}
.cid-u7CKnpe8PL .mbr-iconfont-social:hover:before {
  background: #767676;
  transition: all 0.3s;
  border-color: transparent;
}
.cid-u7CKnpe8PL .social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-u7CKnpe8PL .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-u7CKnpe8PL .mbr-iconfont-social {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
  }
}
.cid-u7CKnpe8PL .mbr-section-title,
.cid-u7CKnpe8PL .social-list {
  color: #124ad6;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-u7CKnpe8PL h2:before,
  .cid-u7CKnpe8PL h2:after {
    display: none;
  }
}
.cid-u7CKnpe8PL .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7CKnpe8PL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxLlSCVMaT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #918787;
}
.cid-uxLlSCVMaT .container-fluid {
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 992px) {
  .cid-uxLlSCVMaT .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uxLlSCVMaT .row {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #7F8678;
  border-top: 1px solid #7F8678;
  margin-top: -1px;
}
.cid-uxLlSCVMaT .footer-item {
  display: flex;
  flex-direction: column;
  padding: 22px 30px;
  border-bottom: 1px solid #7F8678;
  margin-bottom: -1px;
}
@media (min-width: 768px) {
  .cid-uxLlSCVMaT .footer-item:nth-child(odd) {
    border-right: 1px solid #7F8678;
  }
}
@media (min-width: 1200px) {
  .cid-uxLlSCVMaT .footer-item:not(:last-child) {
    border-right: 1px solid #7F8678;
  }
}
.cid-uxLlSCVMaT .mbr-text {
  color: #000000;
}
.cid-uxLlSCVMaT .link a {
  color: #3d3d3d;
}
.cid-uxLlSCVMaT .copyright {
  color: #000000;
  text-align: right;
}
.cid-uxLlSCVMaT .text {
  color: #000000;
}
.cid-uxLlSCVMaT .mbr-form-container {
  margin-top: 12px;
}
.cid-uxLlSCVMaT .form-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-end;
}
.cid-uxLlSCVMaT form .row {
  margin: 0;
  border: none !important;
}
.cid-uxLlSCVMaT form .mbr-section-btn {
  width: auto;
  padding: 0;
  height: auto;
}
.cid-uxLlSCVMaT form .mbr-section-btn .btn {
  padding: 0;
  height: auto;
  min-height: auto;
  border-radius: 0;
  border-bottom: 2px solid currentColor;
  transition: 1s;
}
.cid-uxLlSCVMaT .copyright-container {
  margin-top: auto;
}
.cid-uxLlSCVMaT .link {
  color: #000000;
}
.cid-uxLlSCVMaT .label {
  color: #f8c842;
}
.cid-u2Jl4Y8TDI {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u2Jl4Y8TDI .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-u2Jl4Y8TDI .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-u2Jl4Y8TDI .iconfont-wrapper {
  color: #103178 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-u2Jl4Y8TDI .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-u2Jl4Y8TDI .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-u2Jl4Y8TDI .container {
    padding: 0 1rem;
  }
}
.cid-u2Jl4Y8TDI .menu-tite {
  background: #232323;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffc800;
}
.cid-u2Jl4Y8TDI .nav-link {
  position: relative;
}
.cid-u2Jl4Y8TDI .nav-link:hover {
  color: #f24d94 !important;
}
.cid-u2Jl4Y8TDI nav.navbar {
  position: fixed;
}
.cid-u2Jl4Y8TDI .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-u2Jl4Y8TDI .navbar.opened {
  transition: all 0.3s;
}
.cid-u2Jl4Y8TDI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u2Jl4Y8TDI .navbar .navbar-logo img {
  width: auto;
}
.cid-u2Jl4Y8TDI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u2Jl4Y8TDI .navbar.collapsed {
  justify-content: center;
}
.cid-u2Jl4Y8TDI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u2Jl4Y8TDI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u2Jl4Y8TDI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-u2Jl4Y8TDI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u2Jl4Y8TDI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u2Jl4Y8TDI .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u2Jl4Y8TDI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u2Jl4Y8TDI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u2Jl4Y8TDI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u2Jl4Y8TDI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u2Jl4Y8TDI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u2Jl4Y8TDI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u2Jl4Y8TDI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u2Jl4Y8TDI .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u2Jl4Y8TDI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u2Jl4Y8TDI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u2Jl4Y8TDI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u2Jl4Y8TDI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u2Jl4Y8TDI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u2Jl4Y8TDI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u2Jl4Y8TDI .navbar.navbar-short {
  min-height: 60px;
}
.cid-u2Jl4Y8TDI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u2Jl4Y8TDI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u2Jl4Y8TDI .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u2Jl4Y8TDI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u2Jl4Y8TDI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u2Jl4Y8TDI .dropdown-item:hover,
.cid-u2Jl4Y8TDI .dropdown-item:focus {
  background: #232323 !important;
  color: white !important;
}
.cid-u2Jl4Y8TDI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u2Jl4Y8TDI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u2Jl4Y8TDI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-u2Jl4Y8TDI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u2Jl4Y8TDI .dropdown-menu,
.cid-u2Jl4Y8TDI .navbar.opened {
  background: #ffffff !important;
}
.cid-u2Jl4Y8TDI .nav-item:focus,
.cid-u2Jl4Y8TDI .nav-link:focus {
  outline: none;
}
.cid-u2Jl4Y8TDI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u2Jl4Y8TDI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u2Jl4Y8TDI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u2Jl4Y8TDI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u2Jl4Y8TDI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u2Jl4Y8TDI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u2Jl4Y8TDI .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u2Jl4Y8TDI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u2Jl4Y8TDI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u2Jl4Y8TDI .dropdown-item.active,
.cid-u2Jl4Y8TDI .dropdown-item:active {
  background-color: transparent;
}
.cid-u2Jl4Y8TDI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u2Jl4Y8TDI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u2Jl4Y8TDI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u2Jl4Y8TDI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u2Jl4Y8TDI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u2Jl4Y8TDI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u2Jl4Y8TDI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u2Jl4Y8TDI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u2Jl4Y8TDI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u2Jl4Y8TDI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u2Jl4Y8TDI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u2Jl4Y8TDI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u2Jl4Y8TDI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u2Jl4Y8TDI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u2Jl4Y8TDI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2Jl4Y8TDI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u2Jl4Y8TDI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u2Jl4Y8TDI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2Jl4Y8TDI .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u2Jl4Y8TDI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u2Jl4Y8TDI .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u2Jl4Y8TDI .navbar {
    height: 70px;
  }
  .cid-u2Jl4Y8TDI .navbar.opened {
    height: auto;
  }
  .cid-u2Jl4Y8TDI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u2Jl4YKWsC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #484848;
}
.cid-u2Jl4YKWsC .content__block {
  padding: 50px 15px;
}
.cid-u2Jl4YKWsC .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #232323;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-u2Jl4YKWsC .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-u2Jl4YKWsC .mbr-text {
  opacity: 0.6;
  margin-bottom: 25px;
}
.cid-u2Jl4YKWsC .image {
  perspective: 3500px;
  position: relative;
}
.cid-u2Jl4YKWsC .image:before {
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(72, 72, 72, 0.99));
  z-index: 1;
  pointer-events: none;
}
.cid-u2Jl4YKWsC .image img {
  transition: transform 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u2Jl4YKWsC .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-u2Jl4YKWsC .mbr-section-btn .btn-white-outline:hover {
  color: #232323 !important;
}
@media (max-width: 991px) {
  .cid-u2Jl4YKWsC .content__block {
    padding: 30px 15px;
  }
  .cid-u2Jl4YKWsC .mbr-figure {
    padding: 0;
  }
  .cid-u2Jl4YKWsC .image:before {
    width: 100%;
    height: 50%;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(72, 72, 72, 0.99));
  }
}
@media (min-width: 992px) {
  .cid-u2Jl4YKWsC .lg-push {
    right: 1%;
  }
  .cid-u2Jl4YKWsC .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .cid-u2Jl4YKWsC .row:hover .image img {
    transform: rotateY(8deg);
  }
}
.cid-u2Jl4YKWsC .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-u2Jl4Zevss {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #484848;
}
.cid-u2Jl4Zevss .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2Jl4Zevss .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2Jl4Zevss img {
  border-radius: 3rem;
}
.cid-u2Jl4Zevss .row {
  flex-direction: row-reverse;
}
.cid-u2Jl4Zevss .row {
  align-items: center;
}
.cid-u2Jl4Zevss .mbr-section-title {
  color: #c7d7c0;
}
.cid-u2Jl4Zevss .mbr-text,
.cid-u2Jl4Zevss .mbr-section-btn {
  color: #ecede8;
}
.cid-u7ZLSkvZuR {
  padding-top: 165px;
  padding-bottom: 60px;
  background-color: #484848;
}
.cid-u7ZLSkvZuR .nav-tabs .nav-item.open .nav-link:focus,
.cid-u7ZLSkvZuR .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-u7ZLSkvZuR h4 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-u7ZLSkvZuR h4:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-u7ZLSkvZuR .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border: none;
  justify-content: space-around;
}
.cid-u7ZLSkvZuR .tabs-col {
  overflow: hidden;
}
.cid-u7ZLSkvZuR .tab-content {
  border-top: 1px solid lightgray;
  padding: 0rem;
  padding-top: 5rem;
}
.cid-u7ZLSkvZuR .nav-tabs .nav-link {
  color: #ffffff;
  font-style: normal;
  padding: 1rem 1.5rem;
  background: transparent;
  font-weight: 400;
  border: none;
  border-radius: 0;
  position: relative;
}
.cid-u7ZLSkvZuR .nav-tabs .nav-link:before {
  position: absolute;
  content: '';
  bottom: -5px;
  left: 50%;
  right: 50%;
  transform: translateX(-50%);
  width: 12px;
  height: 12px;
  border-radius: 100%;
  border: 1px solid #ffffff;
  background: white;
  transition: all 0.3s;
  z-index: 9;
}
.cid-u7ZLSkvZuR .nav-tabs .nav-link:after {
  position: absolute;
  content: '';
  bottom: 0px;
  right: 50%;
  width: 9999px;
  height: 1px;
  transition: all 0.3s;
  background: transparent;
}
.cid-u7ZLSkvZuR .nav-tabs .nav-link:hover {
  cursor: pointer;
}
.cid-u7ZLSkvZuR .nav-tabs .nav-link.active {
  font-weight: 400;
  font-style: normal;
}
.cid-u7ZLSkvZuR .nav-tabs .nav-link.active:before {
  background: #ffffff;
}
.cid-u7ZLSkvZuR .nav-tabs .nav-link.active:after {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-u7ZLSkvZuR .nav-tabs {
    flex-direction: row;
  }
  .cid-u7ZLSkvZuR .mbr-text,
  .cid-u7ZLSkvZuR .nav-link {
    text-align: center;
  }
  .cid-u7ZLSkvZuR .nav-tabs .nav-link {
    margin-bottom: 1rem;
    border: 0;
  }
  .cid-u7ZLSkvZuR .nav-tabs .nav-link:after {
    content: none;
  }
  .cid-u7ZLSkvZuR .nav-item {
    min-width: 100px;
  }
  .cid-u7ZLSkvZuR .tab-content {
    border-top: 0px;
    padding-top: 2rem;
  }
}
.cid-u7ZLSkvZuR H3 {
  color: #000000;
}
.cid-u7ZLSkvZuR P {
  color: #ffffff;
  text-align: left;
}
.cid-u7ZLSkvZuR .mbr-section-subtitle,
.cid-u7ZLSkvZuR .title-align {
  color: #ffffff;
}
.cid-u7ZLSkvZuR H1 {
  color: #ffffff;
}
.cid-u2Jl4ZLcHU {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #484848;
}
.cid-u2Jl4ZLcHU .google-map {
  height: 24rem;
  position: relative;
}
.cid-u2Jl4ZLcHU .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-u2Jl4ZLcHU .google-map [data-state-details] {
  color: #6b6763;
  font-family: 'PT Sans';
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-u2Jl4ZLcHU .google-map[data-state] {
  background: #e9e5dc;
}
.cid-u2Jl4ZLcHU .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (min-width: 768px) {
  .cid-u2Jl4ZLcHU .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-u2Jl4ZLcHU .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .cid-u2Jl4ZLcHU .google-map {
    padding-bottom: 2rem;
  }
}
.cid-u2Jl4ZLcHU .card-wrap {
  background-color: #ffffff;
  padding: 3rem 2.5rem;
}
@media (min-width: 992px) {
  .cid-u2Jl4ZLcHU .card-wrap {
    width: calc(100% + 10rem);
    margin-left: -10rem;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-u2Jl4ZLcHU .card-wrap {
    margin: auto;
    padding: 1rem;
  }
}
.cid-u2Jl4ZLcHU H2 {
  text-align: left;
  color: #f2684b;
}
.cid-u2Jl4ZLcHU .mbr-section-text,
.cid-u2Jl4ZLcHU .mbr-section-btn {
  text-align: left;
}
.cid-u2Jl4ZLcHU .mbr-section-btn {
  margin-top: 2rem;
}
.cid-u2Jl4ZLcHU .mbr-card-title {
  text-align: left;
  color: #2a3ba2;
}
.cid-u2Jl50YCtP {
  padding-top: 60px;
  padding-bottom: 75px;
  background: #ffffff;
}
.cid-u2Jl50YCtP .mbr-section-subtitle {
  color: #cccccc;
}
.cid-u2Jl50YCtP h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 2rem;
  letter-spacing: 4px;
}
.cid-u2Jl50YCtP h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-u2Jl50YCtP h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-u2Jl50YCtP .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #767676;
  margin: 15px 0.5rem;
  display: block;
}
.cid-u2Jl50YCtP .mbr-iconfont-social:before {
  padding: 0.6rem;
  border: 2px solid;
  border-radius: 100px;
  transition: all 0.3s;
}
.cid-u2Jl50YCtP .mbr-iconfont-social:hover {
  color: #ffffff;
}
.cid-u2Jl50YCtP .mbr-iconfont-social:hover:before {
  background: #767676;
  transition: all 0.3s;
  border-color: transparent;
}
.cid-u2Jl50YCtP .social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-u2Jl50YCtP .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-u2Jl50YCtP .mbr-iconfont-social {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
  }
}
.cid-u2Jl50YCtP .mbr-section-title,
.cid-u2Jl50YCtP .social-list {
  color: #124ad6;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-u2Jl50YCtP h2:before,
  .cid-u2Jl50YCtP h2:after {
    display: none;
  }
}
.cid-u2Jl50YCtP .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2Jl50YCtP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxLlSCVMaT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #918787;
}
.cid-uxLlSCVMaT .container-fluid {
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 992px) {
  .cid-uxLlSCVMaT .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uxLlSCVMaT .row {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #7F8678;
  border-top: 1px solid #7F8678;
  margin-top: -1px;
}
.cid-uxLlSCVMaT .footer-item {
  display: flex;
  flex-direction: column;
  padding: 22px 30px;
  border-bottom: 1px solid #7F8678;
  margin-bottom: -1px;
}
@media (min-width: 768px) {
  .cid-uxLlSCVMaT .footer-item:nth-child(odd) {
    border-right: 1px solid #7F8678;
  }
}
@media (min-width: 1200px) {
  .cid-uxLlSCVMaT .footer-item:not(:last-child) {
    border-right: 1px solid #7F8678;
  }
}
.cid-uxLlSCVMaT .mbr-text {
  color: #000000;
}
.cid-uxLlSCVMaT .link a {
  color: #3d3d3d;
}
.cid-uxLlSCVMaT .copyright {
  color: #000000;
  text-align: right;
}
.cid-uxLlSCVMaT .text {
  color: #000000;
}
.cid-uxLlSCVMaT .mbr-form-container {
  margin-top: 12px;
}
.cid-uxLlSCVMaT .form-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-end;
}
.cid-uxLlSCVMaT form .row {
  margin: 0;
  border: none !important;
}
.cid-uxLlSCVMaT form .mbr-section-btn {
  width: auto;
  padding: 0;
  height: auto;
}
.cid-uxLlSCVMaT form .mbr-section-btn .btn {
  padding: 0;
  height: auto;
  min-height: auto;
  border-radius: 0;
  border-bottom: 2px solid currentColor;
  transition: 1s;
}
.cid-uxLlSCVMaT .copyright-container {
  margin-top: auto;
}
.cid-uxLlSCVMaT .link {
  color: #000000;
}
.cid-uxLlSCVMaT .label {
  color: #f8c842;
}
.cid-uxLdZL6Mdx {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uxLdZL6Mdx .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-uxLdZL6Mdx .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-uxLdZL6Mdx .iconfont-wrapper {
  color: #103178 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uxLdZL6Mdx .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uxLdZL6Mdx .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uxLdZL6Mdx .container {
    padding: 0 1rem;
  }
}
.cid-uxLdZL6Mdx .menu-tite {
  background: #232323;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffc800;
}
.cid-uxLdZL6Mdx .nav-link {
  position: relative;
}
.cid-uxLdZL6Mdx .nav-link:hover {
  color: #f24d94 !important;
}
.cid-uxLdZL6Mdx nav.navbar {
  position: fixed;
}
.cid-uxLdZL6Mdx .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uxLdZL6Mdx .navbar.opened {
  transition: all 0.3s;
}
.cid-uxLdZL6Mdx .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uxLdZL6Mdx .navbar .navbar-logo img {
  width: auto;
}
.cid-uxLdZL6Mdx .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uxLdZL6Mdx .navbar.collapsed {
  justify-content: center;
}
.cid-uxLdZL6Mdx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uxLdZL6Mdx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uxLdZL6Mdx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uxLdZL6Mdx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uxLdZL6Mdx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uxLdZL6Mdx .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uxLdZL6Mdx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uxLdZL6Mdx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uxLdZL6Mdx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uxLdZL6Mdx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uxLdZL6Mdx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uxLdZL6Mdx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uxLdZL6Mdx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uxLdZL6Mdx .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uxLdZL6Mdx .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uxLdZL6Mdx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uxLdZL6Mdx .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uxLdZL6Mdx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uxLdZL6Mdx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uxLdZL6Mdx .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uxLdZL6Mdx .navbar.navbar-short {
  min-height: 60px;
}
.cid-uxLdZL6Mdx .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uxLdZL6Mdx .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uxLdZL6Mdx .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uxLdZL6Mdx .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uxLdZL6Mdx .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uxLdZL6Mdx .dropdown-item:hover,
.cid-uxLdZL6Mdx .dropdown-item:focus {
  background: #232323 !important;
  color: white !important;
}
.cid-uxLdZL6Mdx .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uxLdZL6Mdx .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uxLdZL6Mdx .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-uxLdZL6Mdx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uxLdZL6Mdx .dropdown-menu,
.cid-uxLdZL6Mdx .navbar.opened {
  background: #ffffff !important;
}
.cid-uxLdZL6Mdx .nav-item:focus,
.cid-uxLdZL6Mdx .nav-link:focus {
  outline: none;
}
.cid-uxLdZL6Mdx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uxLdZL6Mdx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uxLdZL6Mdx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uxLdZL6Mdx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uxLdZL6Mdx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uxLdZL6Mdx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uxLdZL6Mdx .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uxLdZL6Mdx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uxLdZL6Mdx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uxLdZL6Mdx .dropdown-item.active,
.cid-uxLdZL6Mdx .dropdown-item:active {
  background-color: transparent;
}
.cid-uxLdZL6Mdx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uxLdZL6Mdx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uxLdZL6Mdx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uxLdZL6Mdx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uxLdZL6Mdx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uxLdZL6Mdx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uxLdZL6Mdx ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uxLdZL6Mdx .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uxLdZL6Mdx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uxLdZL6Mdx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uxLdZL6Mdx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uxLdZL6Mdx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxLdZL6Mdx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxLdZL6Mdx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uxLdZL6Mdx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxLdZL6Mdx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uxLdZL6Mdx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uxLdZL6Mdx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxLdZL6Mdx .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uxLdZL6Mdx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uxLdZL6Mdx .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uxLdZL6Mdx .navbar {
    height: 70px;
  }
  .cid-uxLdZL6Mdx .navbar.opened {
    height: auto;
  }
  .cid-uxLdZL6Mdx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uxLdZOd7ze {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f8f8f8;
}
.cid-uxLdZOd7ze .right {
  display: flex;
  flex-direction: column;
}
.cid-uxLdZOd7ze .card-heading {
  padding-bottom: 45px;
  color: #000000;
  font-weight: 600;
}
.cid-uxLdZOd7ze .p {
  padding-bottom: 30px;
  color: #272727;
}
.cid-uxLdZOd7ze .last-p {
  padding-bottom: 0;
}
.cid-uxLdZOd7ze .row {
  justify-content: center;
}
.cid-uxLdZOd7ze a {
  font-weight: 600;
}
.cid-uxLdZOd7ze .quote {
  padding: 5px 0 5px 28px;
  color: #272727;
  border-left: 2px solid #232323;
}
.cid-uxLdZVUdJx {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #f8f8f8;
  z-index: 2;
}
.cid-uxLdZVUdJx .row {
  justify-content: space-between;
}
.cid-uxLdZVUdJx .wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-uxLdZVUdJx .wrapper .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uxLdZVUdJx .wrapper .icon-wrapper {
  width: 60px;
  height: 60px;
  background: #ffffff;
  border-radius: 8px;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uxLdZVUdJx .wrapper .icon-wrapper {
    margin: 0 0.5rem;
  }
}
.cid-uxLdZVUdJx .wrapper .icon1 {
  color: #f14105;
}
.cid-uxLdZVUdJx .wrapper .icon2 {
  color: #72dfe9;
}
.cid-uxLdZVUdJx .wrapper .icon3 {
  color: #ff6666;
}
.cid-uxLdZVUdJx .wrapper .border1 {
  border: 2px solid #efefef;
}
.cid-uxLdZVUdJx .wrapper .border1:hover {
  border: 2px solid #f14105;
}
.cid-uxLdZVUdJx .wrapper .border2 {
  border: 2px solid #efefef;
}
.cid-uxLdZVUdJx .wrapper .border2:hover {
  border: 2px solid #72dfe9;
}
.cid-uxLdZVUdJx .wrapper .border3 {
  border: 2px solid #efefef;
}
.cid-uxLdZVUdJx .wrapper .border3:hover {
  border: 2px solid #ff6666;
}
@media (max-width: 767px) {
  .cid-uxLdZVUdJx .wrapper {
    justify-content: center;
  }
}
.cid-uxLdZVUdJx .link-wrapper {
  align-items: center;
  display: flex;
}
.cid-uxLdZVUdJx .link-wrapper p {
  padding: 0;
  margin: 0;
  padding-left: 0.5rem;
}
.cid-uxLdZVUdJx .inline-wrapper {
  display: inline-block;
}
.cid-uxLdZVUdJx .align-wrapper {
  width: 100%;
}
.cid-uxLdZVUdJx .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #1c1c25 inset;
  border-radius: 4px;
  min-width: 20px;
  width: 20px;
  align-items: center;
  display: flex;
  height: 20px;
  margin: 0 0.4rem;
  justify-content: center;
  transition: all 0.3s;
}
.cid-uxLdZVUdJx .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-uxLdZVUdJx .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-uxLdZVUdJx .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-uxLdZVUdJx .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: .5rem;
  font-weight: 900;
  color: #1c1c25;
}
.cid-uxLdZVUdJx .icon-bg {
  position: absolute;
  overflow: visible;
  top: 3px;
  right: -3px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 4px;
  background: #ffb18a;
}
.cid-uxLdZVUdJx img {
  border-radius: 8px;
}
.cid-uxLdZVUdJx .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-uxLdZVUdJx .mbr-section-subtitle {
  color: #767676;
}
.cid-uxLdZVUdJx .main-sub-title {
  background: #e7e4e4;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-uxLdZVUdJx .card-text {
  color: #767676;
}
.cid-uxLdZVUdJx .main-sub-title,
.cid-uxLdZVUdJx .align-wrapper {
  color: #232323;
}
.cid-uxLdZVUdJx .main-text {
  color: #777d74;
}
.cid-uxLdZVUdJx .hover:hover .main-text-title {
  color: #f2684b !important;
}
.cid-uxLdZVUdJx .main-text-title {
  color: #010a44;
  transition: all 0.3s;
}
.cid-uxLdZWJ1Ri {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f8f8f8;
  z-index: 2;
}
.cid-uxLdZWJ1Ri .row {
  justify-content: space-between;
}
.cid-uxLdZWJ1Ri .wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-uxLdZWJ1Ri .wrapper .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uxLdZWJ1Ri .wrapper .icon-wrapper {
  width: 60px;
  height: 60px;
  background: #ffffff;
  border-radius: 8px;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uxLdZWJ1Ri .wrapper .icon-wrapper {
    margin: 0 0.5rem;
  }
}
.cid-uxLdZWJ1Ri .wrapper .icon1 {
  color: #f14105;
}
.cid-uxLdZWJ1Ri .wrapper .icon2 {
  color: #72dfe9;
}
.cid-uxLdZWJ1Ri .wrapper .icon3 {
  color: #ff6666;
}
.cid-uxLdZWJ1Ri .wrapper .border1 {
  border: 2px solid #efefef;
}
.cid-uxLdZWJ1Ri .wrapper .border1:hover {
  border: 2px solid #f14105;
}
.cid-uxLdZWJ1Ri .wrapper .border2 {
  border: 2px solid #efefef;
}
.cid-uxLdZWJ1Ri .wrapper .border2:hover {
  border: 2px solid #72dfe9;
}
.cid-uxLdZWJ1Ri .wrapper .border3 {
  border: 2px solid #efefef;
}
.cid-uxLdZWJ1Ri .wrapper .border3:hover {
  border: 2px solid #ff6666;
}
@media (max-width: 767px) {
  .cid-uxLdZWJ1Ri .wrapper {
    justify-content: center;
  }
}
.cid-uxLdZWJ1Ri .link-wrapper {
  align-items: center;
  display: flex;
}
.cid-uxLdZWJ1Ri .link-wrapper p {
  padding: 0;
  margin: 0;
  padding-left: 0.5rem;
}
.cid-uxLdZWJ1Ri .inline-wrapper {
  display: inline-block;
}
.cid-uxLdZWJ1Ri .align-wrapper {
  width: 100%;
}
.cid-uxLdZWJ1Ri .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #1c1c25 inset;
  border-radius: 4px;
  min-width: 20px;
  width: 20px;
  align-items: center;
  display: flex;
  height: 20px;
  margin: 0 0.4rem;
  justify-content: center;
  transition: all 0.3s;
}
.cid-uxLdZWJ1Ri .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-uxLdZWJ1Ri .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-uxLdZWJ1Ri .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-uxLdZWJ1Ri .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: .5rem;
  font-weight: 900;
  color: #1c1c25;
}
.cid-uxLdZWJ1Ri .icon-bg {
  position: absolute;
  overflow: visible;
  top: 3px;
  right: -3px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 4px;
  background: #ffb18a;
}
.cid-uxLdZWJ1Ri img {
  border-radius: 8px;
}
.cid-uxLdZWJ1Ri .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-uxLdZWJ1Ri .mbr-section-subtitle {
  color: #767676;
}
.cid-uxLdZWJ1Ri .main-sub-title {
  background: #e7e4e4;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-uxLdZWJ1Ri .card-text {
  color: #767676;
}
.cid-uxLdZWJ1Ri .main-sub-title,
.cid-uxLdZWJ1Ri .align-wrapper {
  color: #232323;
}
.cid-uxLdZWJ1Ri .main-text {
  color: #777d74;
}
.cid-uxLdZWJ1Ri .hover:hover .main-text-title {
  color: #f2684b !important;
}
.cid-uxLdZWJ1Ri .main-text-title {
  color: #010a44;
  transition: all 0.3s;
}
.cid-uxLdZXyodR {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #f8f8f8;
  z-index: 2;
}
.cid-uxLdZXyodR .row {
  justify-content: space-between;
}
.cid-uxLdZXyodR .wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-uxLdZXyodR .wrapper .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uxLdZXyodR .wrapper .icon-wrapper {
  width: 60px;
  height: 60px;
  background: #ffffff;
  border-radius: 8px;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uxLdZXyodR .wrapper .icon-wrapper {
    margin: 0 0.5rem;
  }
}
.cid-uxLdZXyodR .wrapper .icon1 {
  color: #f14105;
}
.cid-uxLdZXyodR .wrapper .icon2 {
  color: #72dfe9;
}
.cid-uxLdZXyodR .wrapper .icon3 {
  color: #ff6666;
}
.cid-uxLdZXyodR .wrapper .border1 {
  border: 2px solid #efefef;
}
.cid-uxLdZXyodR .wrapper .border1:hover {
  border: 2px solid #f14105;
}
.cid-uxLdZXyodR .wrapper .border2 {
  border: 2px solid #efefef;
}
.cid-uxLdZXyodR .wrapper .border2:hover {
  border: 2px solid #72dfe9;
}
.cid-uxLdZXyodR .wrapper .border3 {
  border: 2px solid #efefef;
}
.cid-uxLdZXyodR .wrapper .border3:hover {
  border: 2px solid #ff6666;
}
@media (max-width: 767px) {
  .cid-uxLdZXyodR .wrapper {
    justify-content: center;
  }
}
.cid-uxLdZXyodR .link-wrapper {
  align-items: center;
  display: flex;
}
.cid-uxLdZXyodR .link-wrapper p {
  padding: 0;
  margin: 0;
  padding-left: 0.5rem;
}
.cid-uxLdZXyodR .inline-wrapper {
  display: inline-block;
}
.cid-uxLdZXyodR .align-wrapper {
  width: 100%;
}
.cid-uxLdZXyodR .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #1c1c25 inset;
  border-radius: 4px;
  min-width: 20px;
  width: 20px;
  align-items: center;
  display: flex;
  height: 20px;
  margin: 0 0.4rem;
  justify-content: center;
  transition: all 0.3s;
}
.cid-uxLdZXyodR .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-uxLdZXyodR .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-uxLdZXyodR .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-uxLdZXyodR .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: .5rem;
  font-weight: 900;
  color: #1c1c25;
}
.cid-uxLdZXyodR .icon-bg {
  position: absolute;
  overflow: visible;
  top: 3px;
  right: -3px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 4px;
  background: #ffb18a;
}
.cid-uxLdZXyodR img {
  border-radius: 8px;
}
.cid-uxLdZXyodR .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-uxLdZXyodR .mbr-section-subtitle {
  color: #767676;
}
.cid-uxLdZXyodR .main-sub-title {
  background: #e7e4e4;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-uxLdZXyodR .card-text {
  color: #767676;
}
.cid-uxLdZXyodR .main-sub-title,
.cid-uxLdZXyodR .align-wrapper {
  color: #232323;
}
.cid-uxLdZXyodR .main-text {
  color: #777d74;
}
.cid-uxLdZXyodR .hover:hover .main-text-title {
  color: #f2684b !important;
}
.cid-uxLdZXyodR .main-text-title {
  color: #010a44;
  transition: all 0.3s;
}
.cid-uxLdZZjX3X {
  padding-top: 60px;
  padding-bottom: 75px;
  background: #ffffff;
}
.cid-uxLdZZjX3X .mbr-section-subtitle {
  color: #cccccc;
}
.cid-uxLdZZjX3X h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 2rem;
  letter-spacing: 4px;
}
.cid-uxLdZZjX3X h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uxLdZZjX3X h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uxLdZZjX3X .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #767676;
  margin: 15px 0.5rem;
  display: block;
}
.cid-uxLdZZjX3X .mbr-iconfont-social:before {
  padding: 0.6rem;
  border: 2px solid;
  border-radius: 100px;
  transition: all 0.3s;
}
.cid-uxLdZZjX3X .mbr-iconfont-social:hover {
  color: #ffffff;
}
.cid-uxLdZZjX3X .mbr-iconfont-social:hover:before {
  background: #767676;
  transition: all 0.3s;
  border-color: transparent;
}
.cid-uxLdZZjX3X .social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uxLdZZjX3X .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-uxLdZZjX3X .mbr-iconfont-social {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
  }
}
.cid-uxLdZZjX3X .mbr-section-title,
.cid-uxLdZZjX3X .social-list {
  color: #124ad6;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uxLdZZjX3X h2:before,
  .cid-uxLdZZjX3X h2:after {
    display: none;
  }
}
.cid-uxLdZZjX3X .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxLdZZjX3X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxLlSCVMaT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #918787;
}
.cid-uxLlSCVMaT .container-fluid {
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 992px) {
  .cid-uxLlSCVMaT .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uxLlSCVMaT .row {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #7F8678;
  border-top: 1px solid #7F8678;
  margin-top: -1px;
}
.cid-uxLlSCVMaT .footer-item {
  display: flex;
  flex-direction: column;
  padding: 22px 30px;
  border-bottom: 1px solid #7F8678;
  margin-bottom: -1px;
}
@media (min-width: 768px) {
  .cid-uxLlSCVMaT .footer-item:nth-child(odd) {
    border-right: 1px solid #7F8678;
  }
}
@media (min-width: 1200px) {
  .cid-uxLlSCVMaT .footer-item:not(:last-child) {
    border-right: 1px solid #7F8678;
  }
}
.cid-uxLlSCVMaT .mbr-text {
  color: #000000;
}
.cid-uxLlSCVMaT .link a {
  color: #3d3d3d;
}
.cid-uxLlSCVMaT .copyright {
  color: #000000;
  text-align: right;
}
.cid-uxLlSCVMaT .text {
  color: #000000;
}
.cid-uxLlSCVMaT .mbr-form-container {
  margin-top: 12px;
}
.cid-uxLlSCVMaT .form-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-end;
}
.cid-uxLlSCVMaT form .row {
  margin: 0;
  border: none !important;
}
.cid-uxLlSCVMaT form .mbr-section-btn {
  width: auto;
  padding: 0;
  height: auto;
}
.cid-uxLlSCVMaT form .mbr-section-btn .btn {
  padding: 0;
  height: auto;
  min-height: auto;
  border-radius: 0;
  border-bottom: 2px solid currentColor;
  transition: 1s;
}
.cid-uxLlSCVMaT .copyright-container {
  margin-top: auto;
}
.cid-uxLlSCVMaT .link {
  color: #000000;
}
.cid-uxLlSCVMaT .label {
  color: #f8c842;
}
.cid-sa6nSF5W0u {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #edeff0;
}
@media (min-width: 991px) {
  .cid-sa6nSF5W0u {
    min-height: 170px !important;
  }
}
.cid-sa6nSF5W0u .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-sa6nSF5W0u .empty_md {
    display: block;
  }
}
.cid-sa6nSF5W0u .container,
.cid-sa6nSF5W0u .container-fluid,
.cid-sa6nSF5W0u .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-sa6nSF5W0u .container,
  .cid-sa6nSF5W0u .container-fluid,
  .cid-sa6nSF5W0u .empty_md {
    min-height: 170px !important;
  }
}
.cid-sa6nSF5W0u .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-sa6nSF5W0u .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sa6nSF5W0u .top_menu {
    min-height: 110px !important;
  }
}
.cid-sa6nSF5W0u .navbar-caption:hover {
  color: #f2684b !important;
}
.cid-sa6nSF5W0u .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-sa6nSF5W0u .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-sa6nSF5W0u .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #232226;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-sa6nSF5W0u .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-sa6nSF5W0u .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-sa6nSF5W0u .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-sa6nSF5W0u .icons-menu .icons-wrapper:hover {
    background: #232226;
  }
  .cid-sa6nSF5W0u .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #ffffff;
  }
  .cid-sa6nSF5W0u .empty,
  .cid-sa6nSF5W0u .icons-menu {
    min-width: 265px;
  }
  .cid-sa6nSF5W0u .navbar-logo {
    margin: 0;
  }
  .cid-sa6nSF5W0u .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-sa6nSF5W0u .btn {
    white-space: nowrap;
  }
  .cid-sa6nSF5W0u .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-sa6nSF5W0u .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-sa6nSF5W0u .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-sa6nSF5W0u .dropdown-toggle::after,
  .cid-sa6nSF5W0u .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-sa6nSF5W0u .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-sa6nSF5W0u .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sa6nSF5W0u .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-sa6nSF5W0u .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sa6nSF5W0u .dropdown-menu .dropdown-item:hover {
  color: #232323 !important;
  background-color: #f8f8f8;
}
.cid-sa6nSF5W0u .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-sa6nSF5W0u .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-sa6nSF5W0u .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-sa6nSF5W0u .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-sa6nSF5W0u .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-sa6nSF5W0u .nav-item:focus,
.cid-sa6nSF5W0u .nav-link:focus {
  outline: none;
}
.cid-sa6nSF5W0u .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-sa6nSF5W0u .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-sa6nSF5W0u .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sa6nSF5W0u .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sa6nSF5W0u .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-sa6nSF5W0u ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sa6nSF5W0u ul.navbar-nav li {
  margin: auto;
}
.cid-sa6nSF5W0u .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #edeff0;
}
.cid-sa6nSF5W0u .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #edeff0 !important;
}
.cid-sa6nSF5W0u .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-sa6nSF5W0u .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-sa6nSF5W0u .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-sa6nSF5W0u .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sa6nSF5W0u .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sa6nSF5W0u .navbar.collapsed.opened {
    min-height: 120px;
  }
}
.cid-sa6nSF5W0u .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sa6nSF5W0u .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sa6nSF5W0u .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sa6nSF5W0u .navbar .icons-menu,
  .cid-sa6nSF5W0u .navbar .empty {
    display: none;
  }
  .cid-sa6nSF5W0u .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-sa6nSF5W0u .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sa6nSF5W0u .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sa6nSF5W0u .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-sa6nSF5W0u .navbar .container-fluid,
  .cid-sa6nSF5W0u .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-sa6nSF5W0u .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sa6nSF5W0u .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sa6nSF5W0u .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-sa6nSF5W0u .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-sa6nSF5W0u .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-sa6nSF5W0u .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sa6nSF5W0u .navbar.navbar-short {
  background: #edeff0 !important;
  min-height: 90px;
}
.cid-sa6nSF5W0u .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sa6nSF5W0u .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sa6nSF5W0u .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-sa6nSF5W0u .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sa6nSF5W0u .dropdown-item.active,
.cid-sa6nSF5W0u .dropdown-item:active {
  background-color: transparent;
}
.cid-sa6nSF5W0u .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sa6nSF5W0u .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-sa6nSF5W0u .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #edeff0;
}
.cid-sa6nSF5W0u .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-sa6nSF5W0u .navbar-buttons {
  text-align: center;
}
.cid-sa6nSF5W0u button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sa6nSF5W0u button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232226;
}
.cid-sa6nSF5W0u button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sa6nSF5W0u button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sa6nSF5W0u button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sa6nSF5W0u button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sa6nSF5W0u nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sa6nSF5W0u nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sa6nSF5W0u nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sa6nSF5W0u nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sa6nSF5W0u .navbar-dropdown {
  position: absolute;
}
.cid-sa6nSF5W0u a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sa6nSF5W0u a.nav-link:hover {
  color: #f2684b !important;
}
.is-builder .cid-sa6nSF5W0u .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sa6nSF5W0u .navbar {
    height: 77px;
  }
  .cid-sa6nSF5W0u .navbar.opened {
    height: auto;
  }
  .cid-sa6nSF5W0u .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uxLhETqRTt {
  padding-top: 0.5rem;
  padding-bottom: 2rem;
  background-color: #edeff0;
}
.cid-uxLhETqRTt .item-img {
  position: relative;
}
.cid-uxLhETqRTt .button1 {
  background: #87ccd5;
}
.cid-uxLhETqRTt .btn-wrap {
  padding: 1.5rem 1.5rem;
  border-radius: 2rem;
  margin-top: 1rem;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uxLhETqRTt .btn-wrap {
    margin-top: 0rem;
    margin-right: 0rem;
    width: 100%;
    padding: 1rem 1rem;
  }
}
.cid-uxLhETqRTt .button2 {
  background: #87ccd5;
}
@media (max-width: 767px) {
  .cid-uxLhETqRTt .button2 {
    margin-top: 1rem;
  }
}
.cid-uxLhETqRTt .title {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .cid-uxLhETqRTt .title {
    top: 25%;
  }
}
.cid-uxLhETqRTt .image-wrapper {
  overflow: hidden;
  position: relative;
  border-radius: 2rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uxLhETqRTt .image-wrapper {
    min-height: 600px;
  }
}
@media (max-width: 767px) {
  .cid-uxLhETqRTt .image-wrapper {
    min-height: 400px;
  }
}
.cid-uxLhETqRTt .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uxLhETqRTt .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-uxLhETqRTt .item-wrapper {
    margin-top: 4rem;
  }
}
.cid-uxLhETqRTt .link-icon-wrapper {
  position: absolute;
  left: -1px;
  padding: 0rem;
  bottom: -1px;
  background: #ffffff;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  border-top-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
  z-index: 3;
}
@media (max-width: 767px) {
  .cid-uxLhETqRTt .link-icon-wrapper {
    padding: 1rem;
    flex-direction: column;
  }
}
.cid-uxLhETqRTt .link-icon-wrapper .icon-wrap {
  width: 50px;
  height: 50px;
  transition: all 0.3s;
  display: flex;
  border: 1px solid currentColor;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-left: 1rem;
}
.cid-uxLhETqRTt .link-icon-wrapper .icon-wrap:hover {
  cursor: pointer;
}
.cid-uxLhETqRTt .link-icon-wrapper .icon-wrap:hover span {
  transform: scale(1.4);
}
.cid-uxLhETqRTt .link-icon-wrapper .icon-wrap span {
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uxLhETqRTt .link-icon-wrapper .svg1 {
  position: absolute;
  top: -40px;
  left: 0px;
  transform: rotate(-90deg);
  width: 40px;
}
.cid-uxLhETqRTt .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-uxLhETqRTt .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(-90deg);
  width: 40px;
  bottom: 0;
  right: -40px;
}
.cid-uxLhETqRTt .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-uxLhETqRTt .icon1 {
  color: currentColor;
  border-color: currentColor;
}
.cid-uxLhETqRTt .icon2 {
  color: currentColor;
  border-color: currentColor;
}
.cid-uxLhETqRTt img,
.cid-uxLhETqRTt .item-img {
  width: 100%;
}
.cid-uxLhETqRTt .item-title2,
.cid-uxLhETqRTt .icon2 {
  color: #ffffff;
}
.cid-uxLhETqRTt .item-title1,
.cid-uxLhETqRTt .icon1 {
  color: #ffffff;
}
.cid-uxLhETqRTt .main-title {
  color: #0046c7;
  text-align: center;
}
.cid-uxLhETqRTt .main-title DIV {
  text-align: center;
}
.cid-uyHFtx3KXN {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #e5e5e5;
}
.cid-uyHFtx3KXN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyHFtx3KXN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uyHFtx3KXN .row {
    flex-direction: column-reverse;
  }
}
.cid-uyHFtx3KXN .mbr-section-btn .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-left: 28px;
  box-shadow: none;
}
.cid-uyHFtx3KXN .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-uyHFtx3KXN .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-uyHFtx3KXN .mbr-section-btn .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #124ad6;
  color: #ffffff;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-uyHFtx3KXN .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #232323 !important;
}
.cid-uyHFtx3KXN .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-uyHFtx3KXN .list-wrapper {
  margin-left: 160px;
  border-top: 2px solid #e5e5e5;
  padding-top: 20px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uyHFtx3KXN .list-wrapper {
    margin: 0 30px;
    padding-top: 12px;
  }
}
.cid-uyHFtx3KXN .list-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uyHFtx3KXN .list-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uyHFtx3KXN .list-wrapper .mbr-list {
  margin-bottom: 30px;
  padding: 0;
  list-style-type: none;
}
.cid-uyHFtx3KXN .list-wrapper .mbr-list li {
  padding-bottom: 6px;
  margin-bottom: 20px;
  position: relative;
}
.cid-uyHFtx3KXN .list-wrapper .mbr-list li:hover::before {
  width: 0;
}
.cid-uyHFtx3KXN .list-wrapper .mbr-list li::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #124ad6;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-uyHFtx3KXN .list-wrapper .mbr-list li {
    width: fit-content;
  }
}
.cid-uyHFtx3KXN .text-wrapper {
  margin: 0 160px 0 100px;
  border-top: 2px solid #e5e5e5;
  padding-top: 20px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uyHFtx3KXN .text-wrapper {
    margin: 0 30px 20px;
    padding-top: 12px;
  }
}
.cid-uyHFtx3KXN .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uyHFtx3KXN .text-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uyHFtx3KXN .text-wrapper .mbr-text {
  margin: 0;
}
.cid-uyHFtx3KXN .mbr-section-title {
  color: #000000;
}
.cid-uyHFtx3KXN .mbr-text {
  color: #000000;
}
.cid-uyHFtx3KXN .mbr-list {
  color: #124ad6;
}
.cid-uxLj6iTM0S {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edeff0;
}
.cid-uxLj6iTM0S .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  margin: 0;
  margin-bottom: 2rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uxLj6iTM0S .item-wrapper {
    padding: 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uxLj6iTM0S .item-wrapper {
    padding: 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uxLj6iTM0S .mbr-section-title {
  color: #232323;
}
.cid-uxLlSCVMaT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #918787;
}
.cid-uxLlSCVMaT .container-fluid {
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 992px) {
  .cid-uxLlSCVMaT .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uxLlSCVMaT .row {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #7F8678;
  border-top: 1px solid #7F8678;
  margin-top: -1px;
}
.cid-uxLlSCVMaT .footer-item {
  display: flex;
  flex-direction: column;
  padding: 22px 30px;
  border-bottom: 1px solid #7F8678;
  margin-bottom: -1px;
}
@media (min-width: 768px) {
  .cid-uxLlSCVMaT .footer-item:nth-child(odd) {
    border-right: 1px solid #7F8678;
  }
}
@media (min-width: 1200px) {
  .cid-uxLlSCVMaT .footer-item:not(:last-child) {
    border-right: 1px solid #7F8678;
  }
}
.cid-uxLlSCVMaT .mbr-text {
  color: #000000;
}
.cid-uxLlSCVMaT .link a {
  color: #3d3d3d;
}
.cid-uxLlSCVMaT .copyright {
  color: #000000;
  text-align: right;
}
.cid-uxLlSCVMaT .text {
  color: #000000;
}
.cid-uxLlSCVMaT .mbr-form-container {
  margin-top: 12px;
}
.cid-uxLlSCVMaT .form-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-end;
}
.cid-uxLlSCVMaT form .row {
  margin: 0;
  border: none !important;
}
.cid-uxLlSCVMaT form .mbr-section-btn {
  width: auto;
  padding: 0;
  height: auto;
}
.cid-uxLlSCVMaT form .mbr-section-btn .btn {
  padding: 0;
  height: auto;
  min-height: auto;
  border-radius: 0;
  border-bottom: 2px solid currentColor;
  transition: 1s;
}
.cid-uxLlSCVMaT .copyright-container {
  margin-top: auto;
}
.cid-uxLlSCVMaT .link {
  color: #000000;
}
.cid-uxLlSCVMaT .label {
  color: #f8c842;
}
.cid-uxLlLWS0Lq {
  padding-top: 60px;
  padding-bottom: 75px;
  background: #ffffff;
}
.cid-uxLlLWS0Lq .mbr-section-subtitle {
  color: #cccccc;
}
.cid-uxLlLWS0Lq h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 2rem;
  letter-spacing: 4px;
}
.cid-uxLlLWS0Lq h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uxLlLWS0Lq h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uxLlLWS0Lq .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #767676;
  margin: 15px 0.5rem;
  display: block;
}
.cid-uxLlLWS0Lq .mbr-iconfont-social:before {
  padding: 0.6rem;
  border: 2px solid;
  border-radius: 100px;
  transition: all 0.3s;
}
.cid-uxLlLWS0Lq .mbr-iconfont-social:hover {
  color: #ffffff;
}
.cid-uxLlLWS0Lq .mbr-iconfont-social:hover:before {
  background: #767676;
  transition: all 0.3s;
  border-color: transparent;
}
.cid-uxLlLWS0Lq .social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uxLlLWS0Lq .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-uxLlLWS0Lq .mbr-iconfont-social {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
  }
}
.cid-uxLlLWS0Lq .mbr-section-title,
.cid-uxLlLWS0Lq .social-list {
  color: #124ad6;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uxLlLWS0Lq h2:before,
  .cid-uxLlLWS0Lq h2:after {
    display: none;
  }
}
.cid-uxLlLWS0Lq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxLlLWS0Lq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzbpUegqh0 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uzbpUegqh0 .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-uzbpUegqh0 .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-uzbpUegqh0 .iconfont-wrapper {
  color: #103178 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uzbpUegqh0 .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uzbpUegqh0 .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uzbpUegqh0 .container {
    padding: 0 1rem;
  }
}
.cid-uzbpUegqh0 .menu-tite {
  background: #232323;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffc800;
}
.cid-uzbpUegqh0 .nav-link {
  position: relative;
}
.cid-uzbpUegqh0 .nav-link:hover {
  color: #f24d94 !important;
}
.cid-uzbpUegqh0 nav.navbar {
  position: fixed;
}
.cid-uzbpUegqh0 .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uzbpUegqh0 .navbar.opened {
  transition: all 0.3s;
}
.cid-uzbpUegqh0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uzbpUegqh0 .navbar .navbar-logo img {
  width: auto;
}
.cid-uzbpUegqh0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uzbpUegqh0 .navbar.collapsed {
  justify-content: center;
}
.cid-uzbpUegqh0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uzbpUegqh0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uzbpUegqh0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uzbpUegqh0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uzbpUegqh0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uzbpUegqh0 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uzbpUegqh0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uzbpUegqh0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uzbpUegqh0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uzbpUegqh0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uzbpUegqh0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uzbpUegqh0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uzbpUegqh0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uzbpUegqh0 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uzbpUegqh0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uzbpUegqh0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uzbpUegqh0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uzbpUegqh0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uzbpUegqh0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uzbpUegqh0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uzbpUegqh0 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uzbpUegqh0 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uzbpUegqh0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uzbpUegqh0 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzbpUegqh0 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uzbpUegqh0 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uzbpUegqh0 .dropdown-item:hover,
.cid-uzbpUegqh0 .dropdown-item:focus {
  background: #232323 !important;
  color: white !important;
}
.cid-uzbpUegqh0 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uzbpUegqh0 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uzbpUegqh0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-uzbpUegqh0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uzbpUegqh0 .dropdown-menu,
.cid-uzbpUegqh0 .navbar.opened {
  background: #ffffff !important;
}
.cid-uzbpUegqh0 .nav-item:focus,
.cid-uzbpUegqh0 .nav-link:focus {
  outline: none;
}
.cid-uzbpUegqh0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uzbpUegqh0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uzbpUegqh0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uzbpUegqh0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzbpUegqh0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uzbpUegqh0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uzbpUegqh0 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uzbpUegqh0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uzbpUegqh0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uzbpUegqh0 .dropdown-item.active,
.cid-uzbpUegqh0 .dropdown-item:active {
  background-color: transparent;
}
.cid-uzbpUegqh0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uzbpUegqh0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uzbpUegqh0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uzbpUegqh0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uzbpUegqh0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uzbpUegqh0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uzbpUegqh0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uzbpUegqh0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uzbpUegqh0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uzbpUegqh0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uzbpUegqh0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uzbpUegqh0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzbpUegqh0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzbpUegqh0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uzbpUegqh0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzbpUegqh0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uzbpUegqh0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uzbpUegqh0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzbpUegqh0 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uzbpUegqh0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uzbpUegqh0 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uzbpUegqh0 .navbar {
    height: 70px;
  }
  .cid-uzbpUegqh0 .navbar.opened {
    height: auto;
  }
  .cid-uzbpUegqh0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uzbpUeMNej {
  position: relative;
  padding-top: 8rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/dsc00382-1.jpeg");
}
@media (min-width: 992px) {
  .cid-uzbpUeMNej .display-1 {
    font-size: 120px;
  }
  .cid-uzbpUeMNej .display-2 {
    font-size: 40px;
  }
  .cid-uzbpUeMNej .display-5 {
    font-size: 29px;
  }
}
.cid-uzbpUeMNej .mbr-section-subtitle {
  font-weight: 300;
  color: #fbfbff;
}
.cid-uzbpUeMNej .mbr-section-btn {
  z-index: 3;
  margin-left: 0;
  margin-right: 0;
  position: absolute;
  right: 0;
  bottom: -55px;
}
@media (max-width: 991px) {
  .cid-uzbpUeMNej .mbr-section-btn {
    width: 100%;
    bottom: 0px;
  }
}
.cid-uzbpUeMNej .btn-success {
  color: #18293D !important;
}
.cid-uzbpUeMNej .btn {
  box-shadow: none !important;
  border-radius: 0 !important;
  font-weight: 400;
  min-height: 110px;
  padding-right: 120px;
  padding-left: 120px;
  margin: 0;
}
.cid-uzbpUeMNej .btn:hover {
  background: #BEE1E6 !important;
  border-color: #BEE1E6 !important;
  color: #18293D !important;
}
@media (max-width: 991px) {
  .cid-uzbpUeMNej .btn {
    width: 50%;
    min-height: 80px;
  }
}
@media (max-width: 767px) {
  .cid-uzbpUeMNej .btn {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.cid-uzbpUeMNej .one:hover {
  background: #EeFF42 !important;
  border-color: #EeFF42 !important;
}
.cid-uzbpUeMNej .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uzbpUeMNej .soc-item {
  align-items: center;
  padding: 0.5rem 0.5rem 0.4rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  line-height: 3em;
  font-size: 16px;
  background: #000000;
  cursor: pointer;
  margin-right: 1.5rem;
  height: 25px;
  width: 25px;
}
.cid-uzbpUeMNej .soc-item span {
  color: #ffffff;
  z-index: 99999;
}
.cid-uzbpUeMNej .mbr-section-title {
  color: #fbfbff;
}
.cid-uzbpUfiDmq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f1f2;
}
.cid-uzbpUfiDmq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzbpUfiDmq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzbpUfiDmq .row {
  padding: 1rem;
}
.cid-uzbpUfiDmq .row {
  padding: 0 110px;
}
@media (max-width: 992px) {
  .cid-uzbpUfiDmq .row {
    padding: 0 12px;
  }
}
.cid-uzbpUfiDmq .row::before {
  content: '';
  display: block;
  width: 60%;
  height: 65%;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #ffffff;
  border-radius: 100% 0 0 0;
}
.cid-uzbpUfiDmq .row::after {
  content: '';
  position: absolute;
  left: -28rem;
  top: 0;
  display: block;
  width: 1000px;
  height: 1000px;
  border: 80px solid #ffffff;
  border-radius: 50%;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-uzbpUfiDmq .row::after {
    display: none;
  }
}
.cid-uzbpUfiDmq .title-wrapper {
  margin-bottom: 15px;
  z-index: 1;
  position: relative;
}
.cid-uzbpUfiDmq .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uzbpUfiDmq .title-wrapper .mbr-section-title span {
  color: #f2684b;
}
.cid-uzbpUfiDmq .text-wrapper {
  padding: 25px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uzbpUfiDmq .text-wrapper {
    padding: 0;
  }
}
.cid-uzbpUfiDmq .text-wrapper .mbr-text {
  margin: 0;
}
.cid-uzbpUfiDmq .mbr-section-title {
  color: #1e4381;
}
.cid-uzbpUfiDmq .mbr-text {
  color: #1e4381;
  text-align: left;
}
.cid-uGrtemMBOl {
  display: flex;
  padding-top: 30px;
  padding-bottom: 0px;
  background: linear-gradient(to bottom, #d2d2df, #f8f8f8);
}
@media (min-width: 768px) {
  .cid-uGrtemMBOl {
    align-items: flex-start;
  }
  .cid-uGrtemMBOl .row {
    justify-content: flex-start;
  }
}
.cid-uGrtemMBOl .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uGrtemMBOl .mbr-text,
.cid-uGrtemMBOl .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uGrtemMBOl .mbr-section-title,
.cid-uGrtemMBOl .line {
  color: #484848;
}
.cid-uGrtemMBOl h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uGrtemMBOl h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uGrtemMBOl .mbr-section-subtitle,
.cid-uGrtemMBOl .align {
  text-align: left;
  color: #232323;
}
.cid-uL2lGA2JTC {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #f8f8f8;
}
.cid-uL2lGA2JTC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL2lGA2JTC .container {
  max-width: 1300px;
}
.cid-uL2lGA2JTC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL2lGA2JTC .text-wrapper {
  max-width: 700px;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uL2lGA2JTC .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uL2lGA2JTC .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uL2lGA2JTC .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uL2lGA2JTC .image-wrapper {
    padding: 1.5rem;
  }
}
.cid-uL2lGA2JTC .mbr-section-title {
  color: #4e423d;
}
.cid-uL2lGA2JTC .mbr-text,
.cid-uL2lGA2JTC .mbr-section-btn {
  color: #555555;
}
.cid-uV2qSB1Wy9 {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #f8f8f8;
}
.cid-uV2qSB1Wy9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV2qSB1Wy9 .container {
  max-width: 1300px;
}
.cid-uV2qSB1Wy9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV2qSB1Wy9 .text-wrapper {
  max-width: 700px;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uV2qSB1Wy9 .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uV2qSB1Wy9 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uV2qSB1Wy9 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uV2qSB1Wy9 .image-wrapper {
    padding: 1.5rem;
  }
}
.cid-uV2qSB1Wy9 .mbr-section-title {
  color: #4e423d;
}
.cid-uV2qSB1Wy9 .mbr-text,
.cid-uV2qSB1Wy9 .mbr-section-btn {
  color: #555555;
}
.cid-uQqaDAvYcl {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #f8f8f8;
}
.cid-uQqaDAvYcl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQqaDAvYcl .container {
  max-width: 1300px;
}
.cid-uQqaDAvYcl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQqaDAvYcl .text-wrapper {
  max-width: 700px;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uQqaDAvYcl .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uQqaDAvYcl .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uQqaDAvYcl .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uQqaDAvYcl .image-wrapper {
    padding: 1.5rem;
  }
}
.cid-uQqaDAvYcl .mbr-section-title {
  color: #4e423d;
}
.cid-uQqaDAvYcl .mbr-text,
.cid-uQqaDAvYcl .mbr-section-btn {
  color: #555555;
}
.cid-uOwQGoVSxx {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #f8f8f8;
}
.cid-uOwQGoVSxx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOwQGoVSxx .container {
  max-width: 1300px;
}
.cid-uOwQGoVSxx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOwQGoVSxx .text-wrapper {
  max-width: 700px;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uOwQGoVSxx .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uOwQGoVSxx .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uOwQGoVSxx .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uOwQGoVSxx .image-wrapper {
    padding: 1.5rem;
  }
}
.cid-uOwQGoVSxx .mbr-section-title {
  color: #4e423d;
}
.cid-uOwQGoVSxx .mbr-text,
.cid-uOwQGoVSxx .mbr-section-btn {
  color: #555555;
}
.cid-uN1jr8DbkT {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #f8f8f8;
}
.cid-uN1jr8DbkT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uN1jr8DbkT .container {
  max-width: 1300px;
}
.cid-uN1jr8DbkT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uN1jr8DbkT .text-wrapper {
  max-width: 700px;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uN1jr8DbkT .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uN1jr8DbkT .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uN1jr8DbkT .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uN1jr8DbkT .image-wrapper {
    padding: 1.5rem;
  }
}
.cid-uN1jr8DbkT .mbr-section-title {
  color: #4e423d;
}
.cid-uN1jr8DbkT .mbr-text,
.cid-uN1jr8DbkT .mbr-section-btn {
  color: #555555;
}
.cid-uLT3EEtoxh {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #f8f8f8;
}
.cid-uLT3EEtoxh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLT3EEtoxh .container {
  max-width: 1300px;
}
.cid-uLT3EEtoxh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLT3EEtoxh .text-wrapper {
  max-width: 700px;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uLT3EEtoxh .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uLT3EEtoxh .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uLT3EEtoxh .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uLT3EEtoxh .image-wrapper {
    padding: 1.5rem;
  }
}
.cid-uLT3EEtoxh .mbr-section-title {
  color: #4e423d;
}
.cid-uLT3EEtoxh .mbr-text,
.cid-uLT3EEtoxh .mbr-section-btn {
  color: #555555;
}
.cid-uL2ll1H3wz {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #f8f8f8;
}
.cid-uL2ll1H3wz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL2ll1H3wz .container {
  max-width: 1300px;
}
.cid-uL2ll1H3wz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL2ll1H3wz .text-wrapper {
  max-width: 700px;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uL2ll1H3wz .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uL2ll1H3wz .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uL2ll1H3wz .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uL2ll1H3wz .image-wrapper {
    padding: 1.5rem;
  }
}
.cid-uL2ll1H3wz .mbr-section-title {
  color: #4e423d;
}
.cid-uL2ll1H3wz .mbr-text,
.cid-uL2ll1H3wz .mbr-section-btn {
  color: #555555;
}
.cid-uKtBsMeL4y {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #f8f8f8;
}
.cid-uKtBsMeL4y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKtBsMeL4y .container {
  max-width: 1300px;
}
.cid-uKtBsMeL4y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKtBsMeL4y .text-wrapper {
  max-width: 700px;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uKtBsMeL4y .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uKtBsMeL4y .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uKtBsMeL4y .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uKtBsMeL4y .image-wrapper {
    padding: 1.5rem;
  }
}
.cid-uKtBsMeL4y .mbr-section-title {
  color: #4e423d;
}
.cid-uKtBsMeL4y .mbr-text,
.cid-uKtBsMeL4y .mbr-section-btn {
  color: #555555;
}
.cid-uzbrbgd5SP {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #f8f8f8;
}
.cid-uzbrbgd5SP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzbrbgd5SP .container {
  max-width: 1300px;
}
.cid-uzbrbgd5SP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzbrbgd5SP .text-wrapper {
  max-width: 700px;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uzbrbgd5SP .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uzbrbgd5SP .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uzbrbgd5SP .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uzbrbgd5SP .image-wrapper {
    padding: 1.5rem;
  }
}
.cid-uzbrbgd5SP .mbr-section-title {
  color: #4e423d;
}
.cid-uzbrbgd5SP .mbr-text,
.cid-uzbrbgd5SP .mbr-section-btn {
  color: #555555;
}
.cid-uzbyvRnNrO {
  padding-top: 0rem;
  padding-bottom: 8rem;
  background-color: #f8f8f8;
}
.cid-uzbyvRnNrO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzbyvRnNrO .container {
  max-width: 1300px;
}
.cid-uzbyvRnNrO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzbyvRnNrO .text-wrapper {
  max-width: 700px;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uzbyvRnNrO .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uzbyvRnNrO .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uzbyvRnNrO .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uzbyvRnNrO .image-wrapper {
    padding: 1.5rem;
  }
}
.cid-uzbyvRnNrO .mbr-section-title {
  color: #4e423d;
}
.cid-uzbyvRnNrO .mbr-text,
.cid-uzbyvRnNrO .mbr-section-btn {
  color: #555555;
}
.cid-uGrtjyVrJ1 {
  display: flex;
  padding-top: 30px;
  padding-bottom: 0px;
  background: linear-gradient(to bottom, #d2d2df, #f8f8f8);
}
@media (min-width: 768px) {
  .cid-uGrtjyVrJ1 {
    align-items: flex-start;
  }
  .cid-uGrtjyVrJ1 .row {
    justify-content: flex-start;
  }
}
.cid-uGrtjyVrJ1 .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uGrtjyVrJ1 .mbr-text,
.cid-uGrtjyVrJ1 .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uGrtjyVrJ1 .mbr-section-title,
.cid-uGrtjyVrJ1 .line {
  color: #484848;
}
.cid-uGrtjyVrJ1 h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uGrtjyVrJ1 h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uGrtjyVrJ1 .mbr-section-subtitle,
.cid-uGrtjyVrJ1 .align {
  text-align: left;
  color: #232323;
}
.cid-uGrqoM2WtM {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f8f8f8;
}
.cid-uGrqoM2WtM .nav-tabs .nav-item.open .nav-link:focus,
.cid-uGrqoM2WtM .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-uGrqoM2WtM .nav-link.active {
  background: #ed4266;
}
.cid-uGrqoM2WtM .nav-link {
  background: white;
  transition: all 0.3s;
  padding: 1rem 3rem;
  border-radius: 0;
  text-align: center;
  margin: 0px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  white-space: nowrap;
}
.cid-uGrqoM2WtM .nav-link:hover {
  background: #ed4266;
}
.cid-uGrqoM2WtM .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
  padding-right: 2rem;
  flex-direction: column;
}
.cid-uGrqoM2WtM .nav-tabs .nav-item {
  padding: 0.5rem;
}
.cid-uGrqoM2WtM p {
  padding-left: 2rem;
}
.cid-uGrqoM2WtM .col-md-12 {
  flex-direction: row;
  display: flex;
}
.cid-uGrqoM2WtM .nav-tabs .nav-link {
  color: #767676;
  font-style: normal;
  font-weight: 500;
  transition: all 0.5s;
  border: none;
}
.cid-uGrqoM2WtM .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #ffffff;
}
.cid-uGrqoM2WtM .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
}
.cid-uGrqoM2WtM P {
  color: #767676;
}
.cid-uGrqoM2WtM H2 {
  color: #36404c;
}
@media (max-width: 992px) {
  .cid-uGrqoM2WtM .nav-tabs {
    flex-direction: row;
    justify-content: center;
    border-right: 0px;
    padding-right: 0rem;
  }
  .cid-uGrqoM2WtM .col-md-12 {
    flex-direction: column;
    display: flex;
  }
  .cid-uGrqoM2WtM p {
    padding-left: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-uGrqoM2WtM .mbr-text,
  .cid-uGrqoM2WtM .nav-link {
    text-align: center;
  }
  .cid-uGrqoM2WtM .col-md-12 {
    flex-direction: column;
    display: flex;
  }
  .cid-uGrqoM2WtM .nav-tabs {
    border-right: 0px;
    padding-right: 0rem;
    flex-direction: column;
  }
  .cid-uGrqoM2WtM p {
    padding-left: 0rem;
  }
}
.cid-uGrqoM2WtM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGrqoM2WtM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzbpUgY9Sf {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #e2dfdf;
}
.cid-uzbpUgY9Sf .mbr-overlay {
  background-color: #fbfbff;
  opacity: 0.5;
}
.cid-uzbpUgY9Sf input,
.cid-uzbpUgY9Sf textarea {
  border-radius: 0;
}
.cid-uzbpUgY9Sf input:hover,
.cid-uzbpUgY9Sf textarea:hover {
  border: 1px solid transparent !important;
}
.cid-uzbpUgY9Sf textarea {
  min-height: 200px;
}
@media (max-width: 767px) {
  .cid-uzbpUgY9Sf .col-auto {
    margin: auto;
  }
}
.cid-uzbpUgY9Sf .mbr-main-subtitle {
  background: #232323;
  width: fit-content;
  padding: 0.5rem 1rem;
  position: relative;
  margin-bottom: 2rem;
  color: #fbfbff;
}
.cid-uzbpUgY9Sf .mbr-main-subtitle:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -18px;
  border-left: 24px solid #232323;
  border-bottom: 18px solid transparent;
  z-index: 2;
}
@media (max-width: 767px) {
  .cid-uzbpUgY9Sf .mbr-main-subtitle {
    margin: auto;
    margin-bottom: 2rem;
  }
}
.cid-uzbpUgY9Sf .btn {
  padding: 1rem 3rem;
}
.cid-uzbpUgY9Sf .mbr-section-text {
  color: #ffffff;
}
.cid-uzbpUgY9Sf .mbr-section-title {
  color: #000000;
}
.cid-uzbpUhv9jM {
  padding-top: 60px;
  padding-bottom: 75px;
  background: #ffffff;
}
.cid-uzbpUhv9jM .mbr-section-subtitle {
  color: #cccccc;
}
.cid-uzbpUhv9jM h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 2rem;
  letter-spacing: 4px;
}
.cid-uzbpUhv9jM h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uzbpUhv9jM h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uzbpUhv9jM .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #767676;
  margin: 15px 0.5rem;
  display: block;
}
.cid-uzbpUhv9jM .mbr-iconfont-social:before {
  padding: 0.6rem;
  border: 2px solid;
  border-radius: 100px;
  transition: all 0.3s;
}
.cid-uzbpUhv9jM .mbr-iconfont-social:hover {
  color: #ffffff;
}
.cid-uzbpUhv9jM .mbr-iconfont-social:hover:before {
  background: #767676;
  transition: all 0.3s;
  border-color: transparent;
}
.cid-uzbpUhv9jM .social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uzbpUhv9jM .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-uzbpUhv9jM .mbr-iconfont-social {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
  }
}
.cid-uzbpUhv9jM .mbr-section-title,
.cid-uzbpUhv9jM .social-list {
  color: #124ad6;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uzbpUhv9jM h2:before,
  .cid-uzbpUhv9jM h2:after {
    display: none;
  }
}
.cid-uzbpUhv9jM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzbpUhv9jM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzbpUida6v {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #918787;
}
.cid-uzbpUida6v .container-fluid {
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 992px) {
  .cid-uzbpUida6v .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uzbpUida6v .row {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #7F8678;
  border-top: 1px solid #7F8678;
  margin-top: -1px;
}
.cid-uzbpUida6v .footer-item {
  display: flex;
  flex-direction: column;
  padding: 22px 30px;
  border-bottom: 1px solid #7F8678;
  margin-bottom: -1px;
}
@media (min-width: 768px) {
  .cid-uzbpUida6v .footer-item:nth-child(odd) {
    border-right: 1px solid #7F8678;
  }
}
@media (min-width: 1200px) {
  .cid-uzbpUida6v .footer-item:not(:last-child) {
    border-right: 1px solid #7F8678;
  }
}
.cid-uzbpUida6v .mbr-text {
  color: #000000;
}
.cid-uzbpUida6v .link a {
  color: #3d3d3d;
}
.cid-uzbpUida6v .copyright {
  color: #000000;
  text-align: right;
}
.cid-uzbpUida6v .text {
  color: #000000;
}
.cid-uzbpUida6v .mbr-form-container {
  margin-top: 12px;
}
.cid-uzbpUida6v .form-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-end;
}
.cid-uzbpUida6v form .row {
  margin: 0;
  border: none !important;
}
.cid-uzbpUida6v form .mbr-section-btn {
  width: auto;
  padding: 0;
  height: auto;
}
.cid-uzbpUida6v form .mbr-section-btn .btn {
  padding: 0;
  height: auto;
  min-height: auto;
  border-radius: 0;
  border-bottom: 2px solid currentColor;
  transition: 1s;
}
.cid-uzbpUida6v .copyright-container {
  margin-top: auto;
}
.cid-uzbpUida6v .link {
  color: #000000;
}
.cid-uzbpUida6v .label {
  color: #f8c842;
}
.cid-uzK3X4XyYa {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uzK3X4XyYa .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-uzK3X4XyYa .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-uzK3X4XyYa .iconfont-wrapper {
  color: #103178 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uzK3X4XyYa .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uzK3X4XyYa .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uzK3X4XyYa .container {
    padding: 0 1rem;
  }
}
.cid-uzK3X4XyYa .menu-tite {
  background: #232323;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffc800;
}
.cid-uzK3X4XyYa .nav-link {
  position: relative;
}
.cid-uzK3X4XyYa .nav-link:hover {
  color: #f24d94 !important;
}
.cid-uzK3X4XyYa nav.navbar {
  position: fixed;
}
.cid-uzK3X4XyYa .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uzK3X4XyYa .navbar.opened {
  transition: all 0.3s;
}
.cid-uzK3X4XyYa .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uzK3X4XyYa .navbar .navbar-logo img {
  width: auto;
}
.cid-uzK3X4XyYa .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uzK3X4XyYa .navbar.collapsed {
  justify-content: center;
}
.cid-uzK3X4XyYa .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uzK3X4XyYa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uzK3X4XyYa .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uzK3X4XyYa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uzK3X4XyYa .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uzK3X4XyYa .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uzK3X4XyYa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uzK3X4XyYa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uzK3X4XyYa .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uzK3X4XyYa .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uzK3X4XyYa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uzK3X4XyYa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uzK3X4XyYa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uzK3X4XyYa .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uzK3X4XyYa .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uzK3X4XyYa .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uzK3X4XyYa .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uzK3X4XyYa .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uzK3X4XyYa .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uzK3X4XyYa .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uzK3X4XyYa .navbar.navbar-short {
  min-height: 60px;
}
.cid-uzK3X4XyYa .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uzK3X4XyYa .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uzK3X4XyYa .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzK3X4XyYa .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uzK3X4XyYa .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uzK3X4XyYa .dropdown-item:hover,
.cid-uzK3X4XyYa .dropdown-item:focus {
  background: #232323 !important;
  color: white !important;
}
.cid-uzK3X4XyYa .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uzK3X4XyYa .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uzK3X4XyYa .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-uzK3X4XyYa .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uzK3X4XyYa .dropdown-menu,
.cid-uzK3X4XyYa .navbar.opened {
  background: #ffffff !important;
}
.cid-uzK3X4XyYa .nav-item:focus,
.cid-uzK3X4XyYa .nav-link:focus {
  outline: none;
}
.cid-uzK3X4XyYa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uzK3X4XyYa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uzK3X4XyYa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uzK3X4XyYa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzK3X4XyYa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uzK3X4XyYa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uzK3X4XyYa .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uzK3X4XyYa .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uzK3X4XyYa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uzK3X4XyYa .dropdown-item.active,
.cid-uzK3X4XyYa .dropdown-item:active {
  background-color: transparent;
}
.cid-uzK3X4XyYa .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uzK3X4XyYa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uzK3X4XyYa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uzK3X4XyYa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uzK3X4XyYa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uzK3X4XyYa .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uzK3X4XyYa ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uzK3X4XyYa .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uzK3X4XyYa button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uzK3X4XyYa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uzK3X4XyYa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uzK3X4XyYa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzK3X4XyYa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzK3X4XyYa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uzK3X4XyYa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzK3X4XyYa nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uzK3X4XyYa nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uzK3X4XyYa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzK3X4XyYa .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uzK3X4XyYa a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uzK3X4XyYa .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uzK3X4XyYa .navbar {
    height: 70px;
  }
  .cid-uzK3X4XyYa .navbar.opened {
    height: auto;
  }
  .cid-uzK3X4XyYa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uzK3X5weLj {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f8f8f8;
}
.cid-uzK3X5weLj .right {
  display: flex;
  flex-direction: column;
}
.cid-uzK3X5weLj .card-heading {
  padding-bottom: 45px;
  color: #000000;
  font-weight: 600;
}
.cid-uzK3X5weLj .p {
  padding-bottom: 30px;
  color: #272727;
}
.cid-uzK3X5weLj .last-p {
  padding-bottom: 0;
}
.cid-uzK3X5weLj .row {
  justify-content: center;
}
.cid-uzK3X5weLj a {
  font-weight: 600;
}
.cid-uzK3X5weLj .quote {
  padding: 5px 0 5px 28px;
  color: #272727;
  border-left: 2px solid #232323;
}
.cid-uJ5cpBVjAc {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #f8f8f8;
}
.cid-uJ5cpBVjAc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ5cpBVjAc .container {
  max-width: 1300px;
}
.cid-uJ5cpBVjAc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ5cpBVjAc .text-wrapper {
  max-width: 700px;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uJ5cpBVjAc .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uJ5cpBVjAc .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uJ5cpBVjAc .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uJ5cpBVjAc .image-wrapper {
    padding: 1.5rem;
  }
}
.cid-uJ5cpBVjAc .mbr-section-title {
  color: #4e423d;
}
.cid-uJ5cpBVjAc .mbr-text,
.cid-uJ5cpBVjAc .mbr-section-btn {
  color: #555555;
}
.cid-uVf66HH3BM {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #f8f8f8;
}
.cid-uVf66HH3BM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVf66HH3BM .container {
  max-width: 1300px;
}
.cid-uVf66HH3BM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVf66HH3BM .text-wrapper {
  max-width: 700px;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uVf66HH3BM .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uVf66HH3BM .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uVf66HH3BM .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uVf66HH3BM .image-wrapper {
    padding: 1.5rem;
  }
}
.cid-uVf66HH3BM .mbr-section-title {
  color: #4e423d;
}
.cid-uVf66HH3BM .mbr-text,
.cid-uVf66HH3BM .mbr-section-btn {
  color: #555555;
}
.cid-uTJK59KGmG {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #f8f8f8;
}
.cid-uTJK59KGmG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTJK59KGmG .container {
  max-width: 1300px;
}
.cid-uTJK59KGmG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTJK59KGmG .text-wrapper {
  max-width: 700px;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uTJK59KGmG .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uTJK59KGmG .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uTJK59KGmG .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uTJK59KGmG .image-wrapper {
    padding: 1.5rem;
  }
}
.cid-uTJK59KGmG .mbr-section-title {
  color: #4e423d;
}
.cid-uTJK59KGmG .mbr-text,
.cid-uTJK59KGmG .mbr-section-btn {
  color: #555555;
}
.cid-uR01zMIUDf {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #f8f8f8;
}
.cid-uR01zMIUDf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR01zMIUDf .container {
  max-width: 1300px;
}
.cid-uR01zMIUDf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR01zMIUDf .text-wrapper {
  max-width: 700px;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uR01zMIUDf .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uR01zMIUDf .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uR01zMIUDf .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uR01zMIUDf .image-wrapper {
    padding: 1.5rem;
  }
}
.cid-uR01zMIUDf .mbr-section-title {
  color: #4e423d;
}
.cid-uR01zMIUDf .mbr-text,
.cid-uR01zMIUDf .mbr-section-btn {
  color: #555555;
}
.cid-uPhxVtq9jD {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #f8f8f8;
}
.cid-uPhxVtq9jD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPhxVtq9jD .container {
  max-width: 1300px;
}
.cid-uPhxVtq9jD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPhxVtq9jD .text-wrapper {
  max-width: 700px;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uPhxVtq9jD .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uPhxVtq9jD .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uPhxVtq9jD .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uPhxVtq9jD .image-wrapper {
    padding: 1.5rem;
  }
}
.cid-uPhxVtq9jD .mbr-section-title {
  color: #4e423d;
}
.cid-uPhxVtq9jD .mbr-text,
.cid-uPhxVtq9jD .mbr-section-btn {
  color: #555555;
}
.cid-uNS5YwrJSr {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #f8f8f8;
}
.cid-uNS5YwrJSr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNS5YwrJSr .container {
  max-width: 1300px;
}
.cid-uNS5YwrJSr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNS5YwrJSr .text-wrapper {
  max-width: 700px;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uNS5YwrJSr .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uNS5YwrJSr .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uNS5YwrJSr .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uNS5YwrJSr .image-wrapper {
    padding: 1.5rem;
  }
}
.cid-uNS5YwrJSr .mbr-section-title {
  color: #4e423d;
}
.cid-uNS5YwrJSr .mbr-text,
.cid-uNS5YwrJSr .mbr-section-btn {
  color: #555555;
}
.cid-uMzxveiILB {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #f8f8f8;
}
.cid-uMzxveiILB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMzxveiILB .container {
  max-width: 1300px;
}
.cid-uMzxveiILB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMzxveiILB .text-wrapper {
  max-width: 700px;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uMzxveiILB .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uMzxveiILB .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uMzxveiILB .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uMzxveiILB .image-wrapper {
    padding: 1.5rem;
  }
}
.cid-uMzxveiILB .mbr-section-title {
  color: #4e423d;
}
.cid-uMzxveiILB .mbr-text,
.cid-uMzxveiILB .mbr-section-btn {
  color: #555555;
}
.cid-uLHowuNgMy {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #f8f8f8;
}
.cid-uLHowuNgMy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLHowuNgMy .container {
  max-width: 1300px;
}
.cid-uLHowuNgMy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLHowuNgMy .text-wrapper {
  max-width: 700px;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uLHowuNgMy .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uLHowuNgMy .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uLHowuNgMy .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uLHowuNgMy .image-wrapper {
    padding: 1.5rem;
  }
}
.cid-uLHowuNgMy .mbr-section-title {
  color: #4e423d;
}
.cid-uLHowuNgMy .mbr-text,
.cid-uLHowuNgMy .mbr-section-btn {
  color: #555555;
}
.cid-uLfvtYIBEk {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #f8f8f8;
}
.cid-uLfvtYIBEk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLfvtYIBEk .container {
  max-width: 1300px;
}
.cid-uLfvtYIBEk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLfvtYIBEk .text-wrapper {
  max-width: 700px;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uLfvtYIBEk .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uLfvtYIBEk .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uLfvtYIBEk .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uLfvtYIBEk .image-wrapper {
    padding: 1.5rem;
  }
}
.cid-uLfvtYIBEk .mbr-section-title {
  color: #4e423d;
}
.cid-uLfvtYIBEk .mbr-text,
.cid-uLfvtYIBEk .mbr-section-btn {
  color: #555555;
}
.cid-uHEdfyhWU7 {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #f8f8f8;
}
.cid-uHEdfyhWU7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHEdfyhWU7 .container {
  max-width: 1300px;
}
.cid-uHEdfyhWU7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHEdfyhWU7 .text-wrapper {
  max-width: 700px;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uHEdfyhWU7 .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uHEdfyhWU7 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uHEdfyhWU7 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uHEdfyhWU7 .image-wrapper {
    padding: 1.5rem;
  }
}
.cid-uHEdfyhWU7 .mbr-section-title {
  color: #4e423d;
}
.cid-uHEdfyhWU7 .mbr-text,
.cid-uHEdfyhWU7 .mbr-section-btn {
  color: #555555;
}
.cid-uHWWzKhVh6 {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #f8f8f8;
}
.cid-uHWWzKhVh6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHWWzKhVh6 .container {
  max-width: 1300px;
}
.cid-uHWWzKhVh6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHWWzKhVh6 .text-wrapper {
  max-width: 700px;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uHWWzKhVh6 .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uHWWzKhVh6 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uHWWzKhVh6 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uHWWzKhVh6 .image-wrapper {
    padding: 1.5rem;
  }
}
.cid-uHWWzKhVh6 .mbr-section-title {
  color: #4e423d;
}
.cid-uHWWzKhVh6 .mbr-text,
.cid-uHWWzKhVh6 .mbr-section-btn {
  color: #555555;
}
.cid-uCElUcJlaM {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #f8f8f8;
}
.cid-uCElUcJlaM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCElUcJlaM .container {
  max-width: 1300px;
}
.cid-uCElUcJlaM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCElUcJlaM .text-wrapper {
  max-width: 700px;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uCElUcJlaM .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uCElUcJlaM .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uCElUcJlaM .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uCElUcJlaM .image-wrapper {
    padding: 1.5rem;
  }
}
.cid-uCElUcJlaM .mbr-section-title {
  color: #4e423d;
}
.cid-uCElUcJlaM .mbr-text,
.cid-uCElUcJlaM .mbr-section-btn {
  color: #555555;
}
.cid-uzK4aVOC5M {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #f8f8f8;
}
.cid-uzK4aVOC5M .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzK4aVOC5M .container {
  max-width: 1300px;
}
.cid-uzK4aVOC5M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzK4aVOC5M .text-wrapper {
  max-width: 700px;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uzK4aVOC5M .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uzK4aVOC5M .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uzK4aVOC5M .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uzK4aVOC5M .image-wrapper {
    padding: 1.5rem;
  }
}
.cid-uzK4aVOC5M .mbr-section-title {
  color: #4e423d;
}
.cid-uzK4aVOC5M .mbr-text,
.cid-uzK4aVOC5M .mbr-section-btn {
  color: #555555;
}
.cid-uzK3X95OJ3 {
  padding-top: 60px;
  padding-bottom: 75px;
  background: #ffffff;
}
.cid-uzK3X95OJ3 .mbr-section-subtitle {
  color: #cccccc;
}
.cid-uzK3X95OJ3 h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 2rem;
  letter-spacing: 4px;
}
.cid-uzK3X95OJ3 h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uzK3X95OJ3 h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uzK3X95OJ3 .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #767676;
  margin: 15px 0.5rem;
  display: block;
}
.cid-uzK3X95OJ3 .mbr-iconfont-social:before {
  padding: 0.6rem;
  border: 2px solid;
  border-radius: 100px;
  transition: all 0.3s;
}
.cid-uzK3X95OJ3 .mbr-iconfont-social:hover {
  color: #ffffff;
}
.cid-uzK3X95OJ3 .mbr-iconfont-social:hover:before {
  background: #767676;
  transition: all 0.3s;
  border-color: transparent;
}
.cid-uzK3X95OJ3 .social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uzK3X95OJ3 .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-uzK3X95OJ3 .mbr-iconfont-social {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
  }
}
.cid-uzK3X95OJ3 .mbr-section-title,
.cid-uzK3X95OJ3 .social-list {
  color: #124ad6;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uzK3X95OJ3 h2:before,
  .cid-uzK3X95OJ3 h2:after {
    display: none;
  }
}
.cid-uzK3X95OJ3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzK3X95OJ3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzK3X9C6oI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #918787;
}
.cid-uzK3X9C6oI .container-fluid {
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 992px) {
  .cid-uzK3X9C6oI .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uzK3X9C6oI .row {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #7F8678;
  border-top: 1px solid #7F8678;
  margin-top: -1px;
}
.cid-uzK3X9C6oI .footer-item {
  display: flex;
  flex-direction: column;
  padding: 22px 30px;
  border-bottom: 1px solid #7F8678;
  margin-bottom: -1px;
}
@media (min-width: 768px) {
  .cid-uzK3X9C6oI .footer-item:nth-child(odd) {
    border-right: 1px solid #7F8678;
  }
}
@media (min-width: 1200px) {
  .cid-uzK3X9C6oI .footer-item:not(:last-child) {
    border-right: 1px solid #7F8678;
  }
}
.cid-uzK3X9C6oI .mbr-text {
  color: #000000;
}
.cid-uzK3X9C6oI .link a {
  color: #3d3d3d;
}
.cid-uzK3X9C6oI .copyright {
  color: #000000;
  text-align: right;
}
.cid-uzK3X9C6oI .text {
  color: #000000;
}
.cid-uzK3X9C6oI .mbr-form-container {
  margin-top: 12px;
}
.cid-uzK3X9C6oI .form-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-end;
}
.cid-uzK3X9C6oI form .row {
  margin: 0;
  border: none !important;
}
.cid-uzK3X9C6oI form .mbr-section-btn {
  width: auto;
  padding: 0;
  height: auto;
}
.cid-uzK3X9C6oI form .mbr-section-btn .btn {
  padding: 0;
  height: auto;
  min-height: auto;
  border-radius: 0;
  border-bottom: 2px solid currentColor;
  transition: 1s;
}
.cid-uzK3X9C6oI .copyright-container {
  margin-top: auto;
}
.cid-uzK3X9C6oI .link {
  color: #000000;
}
.cid-uzK3X9C6oI .label {
  color: #f8c842;
}
.cid-uxLeig8kM2 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uxLeig8kM2 .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-uxLeig8kM2 .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-uxLeig8kM2 .iconfont-wrapper {
  color: #103178 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uxLeig8kM2 .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uxLeig8kM2 .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uxLeig8kM2 .container {
    padding: 0 1rem;
  }
}
.cid-uxLeig8kM2 .menu-tite {
  background: #232323;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffc800;
}
.cid-uxLeig8kM2 .nav-link {
  position: relative;
}
.cid-uxLeig8kM2 .nav-link:hover {
  color: #f24d94 !important;
}
.cid-uxLeig8kM2 nav.navbar {
  position: fixed;
}
.cid-uxLeig8kM2 .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uxLeig8kM2 .navbar.opened {
  transition: all 0.3s;
}
.cid-uxLeig8kM2 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uxLeig8kM2 .navbar .navbar-logo img {
  width: auto;
}
.cid-uxLeig8kM2 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uxLeig8kM2 .navbar.collapsed {
  justify-content: center;
}
.cid-uxLeig8kM2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uxLeig8kM2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uxLeig8kM2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uxLeig8kM2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uxLeig8kM2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uxLeig8kM2 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uxLeig8kM2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uxLeig8kM2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uxLeig8kM2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uxLeig8kM2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uxLeig8kM2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uxLeig8kM2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uxLeig8kM2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uxLeig8kM2 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uxLeig8kM2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uxLeig8kM2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uxLeig8kM2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uxLeig8kM2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uxLeig8kM2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uxLeig8kM2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uxLeig8kM2 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uxLeig8kM2 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uxLeig8kM2 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uxLeig8kM2 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uxLeig8kM2 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uxLeig8kM2 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uxLeig8kM2 .dropdown-item:hover,
.cid-uxLeig8kM2 .dropdown-item:focus {
  background: #232323 !important;
  color: white !important;
}
.cid-uxLeig8kM2 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uxLeig8kM2 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uxLeig8kM2 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-uxLeig8kM2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uxLeig8kM2 .dropdown-menu,
.cid-uxLeig8kM2 .navbar.opened {
  background: #ffffff !important;
}
.cid-uxLeig8kM2 .nav-item:focus,
.cid-uxLeig8kM2 .nav-link:focus {
  outline: none;
}
.cid-uxLeig8kM2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uxLeig8kM2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uxLeig8kM2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uxLeig8kM2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uxLeig8kM2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uxLeig8kM2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uxLeig8kM2 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uxLeig8kM2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uxLeig8kM2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uxLeig8kM2 .dropdown-item.active,
.cid-uxLeig8kM2 .dropdown-item:active {
  background-color: transparent;
}
.cid-uxLeig8kM2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uxLeig8kM2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uxLeig8kM2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uxLeig8kM2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uxLeig8kM2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uxLeig8kM2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uxLeig8kM2 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uxLeig8kM2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uxLeig8kM2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uxLeig8kM2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uxLeig8kM2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uxLeig8kM2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxLeig8kM2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxLeig8kM2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uxLeig8kM2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxLeig8kM2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uxLeig8kM2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uxLeig8kM2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxLeig8kM2 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uxLeig8kM2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uxLeig8kM2 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uxLeig8kM2 .navbar {
    height: 70px;
  }
  .cid-uxLeig8kM2 .navbar.opened {
    height: auto;
  }
  .cid-uxLeig8kM2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uxLeigZlrR {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f8f8f8;
}
.cid-uxLeigZlrR .right {
  display: flex;
  flex-direction: column;
}
.cid-uxLeigZlrR .card-heading {
  padding-bottom: 45px;
  color: #000000;
  font-weight: 600;
}
.cid-uxLeigZlrR .p {
  padding-bottom: 30px;
  color: #272727;
}
.cid-uxLeigZlrR .last-p {
  padding-bottom: 0;
}
.cid-uxLeigZlrR .row {
  justify-content: center;
}
.cid-uxLeigZlrR a {
  font-weight: 600;
}
.cid-uxLeigZlrR .quote {
  padding: 5px 0 5px 28px;
  color: #272727;
  border-left: 2px solid #232323;
}
.cid-uxLeihJMdx {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #f8f8f8;
  z-index: 2;
}
.cid-uxLeihJMdx .row {
  justify-content: space-between;
}
.cid-uxLeihJMdx .wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-uxLeihJMdx .wrapper .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uxLeihJMdx .wrapper .icon-wrapper {
  width: 60px;
  height: 60px;
  background: #ffffff;
  border-radius: 8px;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uxLeihJMdx .wrapper .icon-wrapper {
    margin: 0 0.5rem;
  }
}
.cid-uxLeihJMdx .wrapper .icon1 {
  color: #f14105;
}
.cid-uxLeihJMdx .wrapper .icon2 {
  color: #72dfe9;
}
.cid-uxLeihJMdx .wrapper .icon3 {
  color: #ff6666;
}
.cid-uxLeihJMdx .wrapper .border1 {
  border: 2px solid #efefef;
}
.cid-uxLeihJMdx .wrapper .border1:hover {
  border: 2px solid #f14105;
}
.cid-uxLeihJMdx .wrapper .border2 {
  border: 2px solid #efefef;
}
.cid-uxLeihJMdx .wrapper .border2:hover {
  border: 2px solid #72dfe9;
}
.cid-uxLeihJMdx .wrapper .border3 {
  border: 2px solid #efefef;
}
.cid-uxLeihJMdx .wrapper .border3:hover {
  border: 2px solid #ff6666;
}
@media (max-width: 767px) {
  .cid-uxLeihJMdx .wrapper {
    justify-content: center;
  }
}
.cid-uxLeihJMdx .link-wrapper {
  align-items: center;
  display: flex;
}
.cid-uxLeihJMdx .link-wrapper p {
  padding: 0;
  margin: 0;
  padding-left: 0.5rem;
}
.cid-uxLeihJMdx .inline-wrapper {
  display: inline-block;
}
.cid-uxLeihJMdx .align-wrapper {
  width: 100%;
}
.cid-uxLeihJMdx .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #1c1c25 inset;
  border-radius: 4px;
  min-width: 20px;
  width: 20px;
  align-items: center;
  display: flex;
  height: 20px;
  margin: 0 0.4rem;
  justify-content: center;
  transition: all 0.3s;
}
.cid-uxLeihJMdx .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-uxLeihJMdx .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-uxLeihJMdx .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-uxLeihJMdx .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: .5rem;
  font-weight: 900;
  color: #1c1c25;
}
.cid-uxLeihJMdx .icon-bg {
  position: absolute;
  overflow: visible;
  top: 3px;
  right: -3px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 4px;
  background: #ffb18a;
}
.cid-uxLeihJMdx img {
  border-radius: 8px;
}
.cid-uxLeihJMdx .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-uxLeihJMdx .mbr-section-subtitle {
  color: #767676;
}
.cid-uxLeihJMdx .main-sub-title {
  background: #e7e4e4;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-uxLeihJMdx .card-text {
  color: #767676;
}
.cid-uxLeihJMdx .main-sub-title,
.cid-uxLeihJMdx .align-wrapper {
  color: #232323;
}
.cid-uxLeihJMdx .main-text {
  color: #777d74;
}
.cid-uxLeihJMdx .hover:hover .main-text-title {
  color: #f2684b !important;
}
.cid-uxLeihJMdx .main-text-title {
  color: #010a44;
  transition: all 0.3s;
}
.cid-uxLeihJMdx .main-text,
.cid-uxLeihJMdx .link-align-wrapper {
  color: #3d6efc;
}
.cid-uxLeiixZ5A {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #f8f8f8;
  z-index: 2;
}
.cid-uxLeiixZ5A .row {
  justify-content: space-between;
}
.cid-uxLeiixZ5A .wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-uxLeiixZ5A .wrapper .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uxLeiixZ5A .wrapper .icon-wrapper {
  width: 60px;
  height: 60px;
  background: #ffffff;
  border-radius: 8px;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uxLeiixZ5A .wrapper .icon-wrapper {
    margin: 0 0.5rem;
  }
}
.cid-uxLeiixZ5A .wrapper .icon1 {
  color: #f14105;
}
.cid-uxLeiixZ5A .wrapper .icon2 {
  color: #72dfe9;
}
.cid-uxLeiixZ5A .wrapper .icon3 {
  color: #ff6666;
}
.cid-uxLeiixZ5A .wrapper .border1 {
  border: 2px solid #efefef;
}
.cid-uxLeiixZ5A .wrapper .border1:hover {
  border: 2px solid #f14105;
}
.cid-uxLeiixZ5A .wrapper .border2 {
  border: 2px solid #efefef;
}
.cid-uxLeiixZ5A .wrapper .border2:hover {
  border: 2px solid #72dfe9;
}
.cid-uxLeiixZ5A .wrapper .border3 {
  border: 2px solid #efefef;
}
.cid-uxLeiixZ5A .wrapper .border3:hover {
  border: 2px solid #ff6666;
}
@media (max-width: 767px) {
  .cid-uxLeiixZ5A .wrapper {
    justify-content: center;
  }
}
.cid-uxLeiixZ5A .link-wrapper {
  align-items: center;
  display: flex;
}
.cid-uxLeiixZ5A .link-wrapper p {
  padding: 0;
  margin: 0;
  padding-left: 0.5rem;
}
.cid-uxLeiixZ5A .inline-wrapper {
  display: inline-block;
}
.cid-uxLeiixZ5A .align-wrapper {
  width: 100%;
}
.cid-uxLeiixZ5A .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #1c1c25 inset;
  border-radius: 4px;
  min-width: 20px;
  width: 20px;
  align-items: center;
  display: flex;
  height: 20px;
  margin: 0 0.4rem;
  justify-content: center;
  transition: all 0.3s;
}
.cid-uxLeiixZ5A .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-uxLeiixZ5A .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-uxLeiixZ5A .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-uxLeiixZ5A .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: .5rem;
  font-weight: 900;
  color: #1c1c25;
}
.cid-uxLeiixZ5A .icon-bg {
  position: absolute;
  overflow: visible;
  top: 3px;
  right: -3px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 4px;
  background: #ffb18a;
}
.cid-uxLeiixZ5A img {
  border-radius: 8px;
}
.cid-uxLeiixZ5A .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-uxLeiixZ5A .mbr-section-subtitle {
  color: #767676;
}
.cid-uxLeiixZ5A .main-sub-title {
  background: #e7e4e4;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-uxLeiixZ5A .card-text {
  color: #767676;
}
.cid-uxLeiixZ5A .main-sub-title,
.cid-uxLeiixZ5A .align-wrapper {
  color: #232323;
}
.cid-uxLeiixZ5A .main-text {
  color: #777d74;
}
.cid-uxLeiixZ5A .hover:hover .main-text-title {
  color: #f2684b !important;
}
.cid-uxLeiixZ5A .main-text-title {
  color: #010a44;
  transition: all 0.3s;
}
.cid-uxLeiixZ5A .main-text,
.cid-uxLeiixZ5A .link-align-wrapper {
  color: #6d7a8c;
}
.cid-uxLeijin6T {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #f8f8f8;
  z-index: 2;
}
.cid-uxLeijin6T .row {
  justify-content: space-between;
}
.cid-uxLeijin6T .wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-uxLeijin6T .wrapper .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uxLeijin6T .wrapper .icon-wrapper {
  width: 60px;
  height: 60px;
  background: #ffffff;
  border-radius: 8px;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uxLeijin6T .wrapper .icon-wrapper {
    margin: 0 0.5rem;
  }
}
.cid-uxLeijin6T .wrapper .icon1 {
  color: #f14105;
}
.cid-uxLeijin6T .wrapper .icon2 {
  color: #72dfe9;
}
.cid-uxLeijin6T .wrapper .icon3 {
  color: #ff6666;
}
.cid-uxLeijin6T .wrapper .border1 {
  border: 2px solid #efefef;
}
.cid-uxLeijin6T .wrapper .border1:hover {
  border: 2px solid #f14105;
}
.cid-uxLeijin6T .wrapper .border2 {
  border: 2px solid #efefef;
}
.cid-uxLeijin6T .wrapper .border2:hover {
  border: 2px solid #72dfe9;
}
.cid-uxLeijin6T .wrapper .border3 {
  border: 2px solid #efefef;
}
.cid-uxLeijin6T .wrapper .border3:hover {
  border: 2px solid #ff6666;
}
@media (max-width: 767px) {
  .cid-uxLeijin6T .wrapper {
    justify-content: center;
  }
}
.cid-uxLeijin6T .link-wrapper {
  align-items: center;
  display: flex;
}
.cid-uxLeijin6T .link-wrapper p {
  padding: 0;
  margin: 0;
  padding-left: 0.5rem;
}
.cid-uxLeijin6T .inline-wrapper {
  display: inline-block;
}
.cid-uxLeijin6T .align-wrapper {
  width: 100%;
}
.cid-uxLeijin6T .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #1c1c25 inset;
  border-radius: 4px;
  min-width: 20px;
  width: 20px;
  align-items: center;
  display: flex;
  height: 20px;
  margin: 0 0.4rem;
  justify-content: center;
  transition: all 0.3s;
}
.cid-uxLeijin6T .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-uxLeijin6T .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-uxLeijin6T .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-uxLeijin6T .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: .5rem;
  font-weight: 900;
  color: #1c1c25;
}
.cid-uxLeijin6T .icon-bg {
  position: absolute;
  overflow: visible;
  top: 3px;
  right: -3px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 4px;
  background: #ffb18a;
}
.cid-uxLeijin6T img {
  border-radius: 8px;
}
.cid-uxLeijin6T .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-uxLeijin6T .mbr-section-subtitle {
  color: #767676;
}
.cid-uxLeijin6T .main-sub-title {
  background: #e7e4e4;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-uxLeijin6T .card-text {
  color: #767676;
}
.cid-uxLeijin6T .main-sub-title,
.cid-uxLeijin6T .align-wrapper {
  color: #232323;
}
.cid-uxLeijin6T .main-text {
  color: #777d74;
}
.cid-uxLeijin6T .hover:hover .main-text-title {
  color: #f2684b !important;
}
.cid-uxLeijin6T .main-text-title {
  color: #010a44;
  transition: all 0.3s;
}
.cid-uxLeijin6T .main-text,
.cid-uxLeijin6T .link-align-wrapper {
  color: #6d7a8c;
}
.cid-uxLeik4Rtp {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #f8f8f8;
  z-index: 2;
}
.cid-uxLeik4Rtp .row {
  justify-content: space-between;
}
.cid-uxLeik4Rtp .wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-uxLeik4Rtp .wrapper .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uxLeik4Rtp .wrapper .icon-wrapper {
  width: 60px;
  height: 60px;
  background: #ffffff;
  border-radius: 8px;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uxLeik4Rtp .wrapper .icon-wrapper {
    margin: 0 0.5rem;
  }
}
.cid-uxLeik4Rtp .wrapper .icon1 {
  color: #f14105;
}
.cid-uxLeik4Rtp .wrapper .icon2 {
  color: #72dfe9;
}
.cid-uxLeik4Rtp .wrapper .icon3 {
  color: #ff6666;
}
.cid-uxLeik4Rtp .wrapper .border1 {
  border: 2px solid #efefef;
}
.cid-uxLeik4Rtp .wrapper .border1:hover {
  border: 2px solid #f14105;
}
.cid-uxLeik4Rtp .wrapper .border2 {
  border: 2px solid #efefef;
}
.cid-uxLeik4Rtp .wrapper .border2:hover {
  border: 2px solid #72dfe9;
}
.cid-uxLeik4Rtp .wrapper .border3 {
  border: 2px solid #efefef;
}
.cid-uxLeik4Rtp .wrapper .border3:hover {
  border: 2px solid #ff6666;
}
@media (max-width: 767px) {
  .cid-uxLeik4Rtp .wrapper {
    justify-content: center;
  }
}
.cid-uxLeik4Rtp .link-wrapper {
  align-items: center;
  display: flex;
}
.cid-uxLeik4Rtp .link-wrapper p {
  padding: 0;
  margin: 0;
  padding-left: 0.5rem;
}
.cid-uxLeik4Rtp .inline-wrapper {
  display: inline-block;
}
.cid-uxLeik4Rtp .align-wrapper {
  width: 100%;
}
.cid-uxLeik4Rtp .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #1c1c25 inset;
  border-radius: 4px;
  min-width: 20px;
  width: 20px;
  align-items: center;
  display: flex;
  height: 20px;
  margin: 0 0.4rem;
  justify-content: center;
  transition: all 0.3s;
}
.cid-uxLeik4Rtp .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-uxLeik4Rtp .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-uxLeik4Rtp .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-uxLeik4Rtp .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: .5rem;
  font-weight: 900;
  color: #1c1c25;
}
.cid-uxLeik4Rtp .icon-bg {
  position: absolute;
  overflow: visible;
  top: 3px;
  right: -3px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 4px;
  background: #ffb18a;
}
.cid-uxLeik4Rtp img {
  border-radius: 8px;
}
.cid-uxLeik4Rtp .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-uxLeik4Rtp .mbr-section-subtitle {
  color: #767676;
}
.cid-uxLeik4Rtp .main-sub-title {
  background: #e7e4e4;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-uxLeik4Rtp .card-text {
  color: #767676;
}
.cid-uxLeik4Rtp .main-sub-title,
.cid-uxLeik4Rtp .align-wrapper {
  color: #232323;
}
.cid-uxLeik4Rtp .main-text {
  color: #777d74;
}
.cid-uxLeik4Rtp .hover:hover .main-text-title {
  color: #f2684b !important;
}
.cid-uxLeik4Rtp .main-text-title {
  color: #010a44;
  transition: all 0.3s;
}
.cid-uxLeik4Rtp .main-text,
.cid-uxLeik4Rtp .link-align-wrapper {
  color: #6d7a8c;
}
.cid-uxLeikP8RL {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #f8f8f8;
  z-index: 2;
}
.cid-uxLeikP8RL .row {
  justify-content: space-between;
}
.cid-uxLeikP8RL .wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-uxLeikP8RL .wrapper .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uxLeikP8RL .wrapper .icon-wrapper {
  width: 60px;
  height: 60px;
  background: #ffffff;
  border-radius: 8px;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uxLeikP8RL .wrapper .icon-wrapper {
    margin: 0 0.5rem;
  }
}
.cid-uxLeikP8RL .wrapper .icon1 {
  color: #f14105;
}
.cid-uxLeikP8RL .wrapper .icon2 {
  color: #72dfe9;
}
.cid-uxLeikP8RL .wrapper .icon3 {
  color: #ff6666;
}
.cid-uxLeikP8RL .wrapper .border1 {
  border: 2px solid #efefef;
}
.cid-uxLeikP8RL .wrapper .border1:hover {
  border: 2px solid #f14105;
}
.cid-uxLeikP8RL .wrapper .border2 {
  border: 2px solid #efefef;
}
.cid-uxLeikP8RL .wrapper .border2:hover {
  border: 2px solid #72dfe9;
}
.cid-uxLeikP8RL .wrapper .border3 {
  border: 2px solid #efefef;
}
.cid-uxLeikP8RL .wrapper .border3:hover {
  border: 2px solid #ff6666;
}
@media (max-width: 767px) {
  .cid-uxLeikP8RL .wrapper {
    justify-content: center;
  }
}
.cid-uxLeikP8RL .link-wrapper {
  align-items: center;
  display: flex;
}
.cid-uxLeikP8RL .link-wrapper p {
  padding: 0;
  margin: 0;
  padding-left: 0.5rem;
}
.cid-uxLeikP8RL .inline-wrapper {
  display: inline-block;
}
.cid-uxLeikP8RL .align-wrapper {
  width: 100%;
}
.cid-uxLeikP8RL .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #1c1c25 inset;
  border-radius: 4px;
  min-width: 20px;
  width: 20px;
  align-items: center;
  display: flex;
  height: 20px;
  margin: 0 0.4rem;
  justify-content: center;
  transition: all 0.3s;
}
.cid-uxLeikP8RL .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-uxLeikP8RL .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-uxLeikP8RL .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-uxLeikP8RL .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: .5rem;
  font-weight: 900;
  color: #1c1c25;
}
.cid-uxLeikP8RL .icon-bg {
  position: absolute;
  overflow: visible;
  top: 3px;
  right: -3px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 4px;
  background: #ffb18a;
}
.cid-uxLeikP8RL img {
  border-radius: 8px;
}
.cid-uxLeikP8RL .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-uxLeikP8RL .mbr-section-subtitle {
  color: #767676;
}
.cid-uxLeikP8RL .main-sub-title {
  background: #e7e4e4;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-uxLeikP8RL .card-text {
  color: #767676;
}
.cid-uxLeikP8RL .main-sub-title,
.cid-uxLeikP8RL .align-wrapper {
  color: #232323;
}
.cid-uxLeikP8RL .main-text {
  color: #777d74;
}
.cid-uxLeikP8RL .hover:hover .main-text-title {
  color: #f2684b !important;
}
.cid-uxLeikP8RL .main-text-title {
  color: #010a44;
  transition: all 0.3s;
}
.cid-uxLeikP8RL .main-text,
.cid-uxLeikP8RL .link-align-wrapper {
  color: #6d7a8c;
}
.cid-uxLeilyCtR {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #f8f8f8;
  z-index: 2;
}
.cid-uxLeilyCtR .row {
  justify-content: space-between;
}
.cid-uxLeilyCtR .wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-uxLeilyCtR .wrapper .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uxLeilyCtR .wrapper .icon-wrapper {
  width: 60px;
  height: 60px;
  background: #ffffff;
  border-radius: 8px;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uxLeilyCtR .wrapper .icon-wrapper {
    margin: 0 0.5rem;
  }
}
.cid-uxLeilyCtR .wrapper .icon1 {
  color: #f14105;
}
.cid-uxLeilyCtR .wrapper .icon2 {
  color: #72dfe9;
}
.cid-uxLeilyCtR .wrapper .icon3 {
  color: #ff6666;
}
.cid-uxLeilyCtR .wrapper .border1 {
  border: 2px solid #efefef;
}
.cid-uxLeilyCtR .wrapper .border1:hover {
  border: 2px solid #f14105;
}
.cid-uxLeilyCtR .wrapper .border2 {
  border: 2px solid #efefef;
}
.cid-uxLeilyCtR .wrapper .border2:hover {
  border: 2px solid #72dfe9;
}
.cid-uxLeilyCtR .wrapper .border3 {
  border: 2px solid #efefef;
}
.cid-uxLeilyCtR .wrapper .border3:hover {
  border: 2px solid #ff6666;
}
@media (max-width: 767px) {
  .cid-uxLeilyCtR .wrapper {
    justify-content: center;
  }
}
.cid-uxLeilyCtR .link-wrapper {
  align-items: center;
  display: flex;
}
.cid-uxLeilyCtR .link-wrapper p {
  padding: 0;
  margin: 0;
  padding-left: 0.5rem;
}
.cid-uxLeilyCtR .inline-wrapper {
  display: inline-block;
}
.cid-uxLeilyCtR .align-wrapper {
  width: 100%;
}
.cid-uxLeilyCtR .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #1c1c25 inset;
  border-radius: 4px;
  min-width: 20px;
  width: 20px;
  align-items: center;
  display: flex;
  height: 20px;
  margin: 0 0.4rem;
  justify-content: center;
  transition: all 0.3s;
}
.cid-uxLeilyCtR .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-uxLeilyCtR .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-uxLeilyCtR .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-uxLeilyCtR .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: .5rem;
  font-weight: 900;
  color: #1c1c25;
}
.cid-uxLeilyCtR .icon-bg {
  position: absolute;
  overflow: visible;
  top: 3px;
  right: -3px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 4px;
  background: #ffb18a;
}
.cid-uxLeilyCtR img {
  border-radius: 8px;
}
.cid-uxLeilyCtR .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-uxLeilyCtR .mbr-section-subtitle {
  color: #767676;
}
.cid-uxLeilyCtR .main-sub-title {
  background: #e7e4e4;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-uxLeilyCtR .card-text {
  color: #767676;
}
.cid-uxLeilyCtR .main-sub-title,
.cid-uxLeilyCtR .align-wrapper {
  color: #232323;
}
.cid-uxLeilyCtR .main-text {
  color: #777d74;
}
.cid-uxLeilyCtR .hover:hover .main-text-title {
  color: #f2684b !important;
}
.cid-uxLeilyCtR .main-text-title {
  color: #010a44;
  transition: all 0.3s;
}
.cid-uxLeilyCtR .main-text,
.cid-uxLeilyCtR .link-align-wrapper {
  color: #6d7a8c;
}
.cid-uxLeir3dd0 {
  padding-top: 60px;
  padding-bottom: 75px;
  background: #ffffff;
}
.cid-uxLeir3dd0 .mbr-section-subtitle {
  color: #cccccc;
}
.cid-uxLeir3dd0 h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 2rem;
  letter-spacing: 4px;
}
.cid-uxLeir3dd0 h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uxLeir3dd0 h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uxLeir3dd0 .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #767676;
  margin: 15px 0.5rem;
  display: block;
}
.cid-uxLeir3dd0 .mbr-iconfont-social:before {
  padding: 0.6rem;
  border: 2px solid;
  border-radius: 100px;
  transition: all 0.3s;
}
.cid-uxLeir3dd0 .mbr-iconfont-social:hover {
  color: #ffffff;
}
.cid-uxLeir3dd0 .mbr-iconfont-social:hover:before {
  background: #767676;
  transition: all 0.3s;
  border-color: transparent;
}
.cid-uxLeir3dd0 .social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uxLeir3dd0 .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-uxLeir3dd0 .mbr-iconfont-social {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
  }
}
.cid-uxLeir3dd0 .mbr-section-title,
.cid-uxLeir3dd0 .social-list {
  color: #124ad6;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uxLeir3dd0 h2:before,
  .cid-uxLeir3dd0 h2:after {
    display: none;
  }
}
.cid-uxLeir3dd0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxLeir3dd0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxLlSCVMaT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #918787;
}
.cid-uxLlSCVMaT .container-fluid {
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 992px) {
  .cid-uxLlSCVMaT .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uxLlSCVMaT .row {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #7F8678;
  border-top: 1px solid #7F8678;
  margin-top: -1px;
}
.cid-uxLlSCVMaT .footer-item {
  display: flex;
  flex-direction: column;
  padding: 22px 30px;
  border-bottom: 1px solid #7F8678;
  margin-bottom: -1px;
}
@media (min-width: 768px) {
  .cid-uxLlSCVMaT .footer-item:nth-child(odd) {
    border-right: 1px solid #7F8678;
  }
}
@media (min-width: 1200px) {
  .cid-uxLlSCVMaT .footer-item:not(:last-child) {
    border-right: 1px solid #7F8678;
  }
}
.cid-uxLlSCVMaT .mbr-text {
  color: #000000;
}
.cid-uxLlSCVMaT .link a {
  color: #3d3d3d;
}
.cid-uxLlSCVMaT .copyright {
  color: #000000;
  text-align: right;
}
.cid-uxLlSCVMaT .text {
  color: #000000;
}
.cid-uxLlSCVMaT .mbr-form-container {
  margin-top: 12px;
}
.cid-uxLlSCVMaT .form-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-end;
}
.cid-uxLlSCVMaT form .row {
  margin: 0;
  border: none !important;
}
.cid-uxLlSCVMaT form .mbr-section-btn {
  width: auto;
  padding: 0;
  height: auto;
}
.cid-uxLlSCVMaT form .mbr-section-btn .btn {
  padding: 0;
  height: auto;
  min-height: auto;
  border-radius: 0;
  border-bottom: 2px solid currentColor;
  transition: 1s;
}
.cid-uxLlSCVMaT .copyright-container {
  margin-top: auto;
}
.cid-uxLlSCVMaT .link {
  color: #000000;
}
.cid-uxLlSCVMaT .label {
  color: #f8c842;
}
.cid-t8HwvgIhoj {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t8HwvgIhoj .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-t8HwvgIhoj .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-t8HwvgIhoj .iconfont-wrapper {
  color: #103178 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-t8HwvgIhoj .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-t8HwvgIhoj .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-t8HwvgIhoj .container {
    padding: 0 1rem;
  }
}
.cid-t8HwvgIhoj .menu-tite {
  background: #232323;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffc800;
}
.cid-t8HwvgIhoj .nav-link {
  position: relative;
}
.cid-t8HwvgIhoj .nav-link:hover {
  color: #f24d94 !important;
}
.cid-t8HwvgIhoj nav.navbar {
  position: fixed;
}
.cid-t8HwvgIhoj .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-t8HwvgIhoj .navbar.opened {
  transition: all 0.3s;
}
.cid-t8HwvgIhoj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t8HwvgIhoj .navbar .navbar-logo img {
  width: auto;
}
.cid-t8HwvgIhoj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t8HwvgIhoj .navbar.collapsed {
  justify-content: center;
}
.cid-t8HwvgIhoj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t8HwvgIhoj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t8HwvgIhoj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-t8HwvgIhoj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t8HwvgIhoj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t8HwvgIhoj .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t8HwvgIhoj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t8HwvgIhoj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t8HwvgIhoj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t8HwvgIhoj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t8HwvgIhoj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t8HwvgIhoj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t8HwvgIhoj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t8HwvgIhoj .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t8HwvgIhoj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t8HwvgIhoj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t8HwvgIhoj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t8HwvgIhoj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t8HwvgIhoj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t8HwvgIhoj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t8HwvgIhoj .navbar.navbar-short {
  min-height: 60px;
}
.cid-t8HwvgIhoj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t8HwvgIhoj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t8HwvgIhoj .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t8HwvgIhoj .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t8HwvgIhoj .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t8HwvgIhoj .dropdown-item:hover,
.cid-t8HwvgIhoj .dropdown-item:focus {
  background: #232323 !important;
  color: white !important;
}
.cid-t8HwvgIhoj .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t8HwvgIhoj .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t8HwvgIhoj .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-t8HwvgIhoj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t8HwvgIhoj .dropdown-menu,
.cid-t8HwvgIhoj .navbar.opened {
  background: #ffffff !important;
}
.cid-t8HwvgIhoj .nav-item:focus,
.cid-t8HwvgIhoj .nav-link:focus {
  outline: none;
}
.cid-t8HwvgIhoj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t8HwvgIhoj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t8HwvgIhoj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t8HwvgIhoj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t8HwvgIhoj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t8HwvgIhoj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t8HwvgIhoj .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t8HwvgIhoj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t8HwvgIhoj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t8HwvgIhoj .dropdown-item.active,
.cid-t8HwvgIhoj .dropdown-item:active {
  background-color: transparent;
}
.cid-t8HwvgIhoj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t8HwvgIhoj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t8HwvgIhoj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t8HwvgIhoj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-t8HwvgIhoj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t8HwvgIhoj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t8HwvgIhoj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t8HwvgIhoj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t8HwvgIhoj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t8HwvgIhoj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-t8HwvgIhoj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t8HwvgIhoj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t8HwvgIhoj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t8HwvgIhoj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t8HwvgIhoj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t8HwvgIhoj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t8HwvgIhoj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t8HwvgIhoj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t8HwvgIhoj .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t8HwvgIhoj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t8HwvgIhoj .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t8HwvgIhoj .navbar {
    height: 70px;
  }
  .cid-t8HwvgIhoj .navbar.opened {
    height: auto;
  }
  .cid-t8HwvgIhoj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t6E2xTUite {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f8f8f8;
}
.cid-t6E2xTUite .right {
  display: flex;
  flex-direction: column;
}
.cid-t6E2xTUite .card-heading {
  padding-bottom: 45px;
  color: #000000;
  font-weight: 600;
}
.cid-t6E2xTUite .p {
  padding-bottom: 30px;
  color: #272727;
}
.cid-t6E2xTUite .last-p {
  padding-bottom: 0;
}
.cid-t6E2xTUite .row {
  justify-content: center;
}
.cid-t6E2xTUite a {
  font-weight: 600;
}
.cid-t6E2xTUite .quote {
  padding: 5px 0 5px 28px;
  color: #272727;
  border-left: 2px solid #232323;
}
.cid-u0VFk28XDu {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #f8f8f8;
  z-index: 2;
}
.cid-u0VFk28XDu .row {
  justify-content: space-between;
}
.cid-u0VFk28XDu .wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-u0VFk28XDu .wrapper .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-u0VFk28XDu .wrapper .icon-wrapper {
  width: 60px;
  height: 60px;
  background: #ffffff;
  border-radius: 8px;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-u0VFk28XDu .wrapper .icon-wrapper {
    margin: 0 0.5rem;
  }
}
.cid-u0VFk28XDu .wrapper .icon1 {
  color: #f14105;
}
.cid-u0VFk28XDu .wrapper .icon2 {
  color: #72dfe9;
}
.cid-u0VFk28XDu .wrapper .icon3 {
  color: #ff6666;
}
.cid-u0VFk28XDu .wrapper .border1 {
  border: 2px solid #efefef;
}
.cid-u0VFk28XDu .wrapper .border1:hover {
  border: 2px solid #f14105;
}
.cid-u0VFk28XDu .wrapper .border2 {
  border: 2px solid #efefef;
}
.cid-u0VFk28XDu .wrapper .border2:hover {
  border: 2px solid #72dfe9;
}
.cid-u0VFk28XDu .wrapper .border3 {
  border: 2px solid #efefef;
}
.cid-u0VFk28XDu .wrapper .border3:hover {
  border: 2px solid #ff6666;
}
@media (max-width: 767px) {
  .cid-u0VFk28XDu .wrapper {
    justify-content: center;
  }
}
.cid-u0VFk28XDu .link-wrapper {
  align-items: center;
  display: flex;
}
.cid-u0VFk28XDu .link-wrapper p {
  padding: 0;
  margin: 0;
  padding-left: 0.5rem;
}
.cid-u0VFk28XDu .inline-wrapper {
  display: inline-block;
}
.cid-u0VFk28XDu .align-wrapper {
  width: 100%;
}
.cid-u0VFk28XDu .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #1c1c25 inset;
  border-radius: 4px;
  min-width: 20px;
  width: 20px;
  align-items: center;
  display: flex;
  height: 20px;
  margin: 0 0.4rem;
  justify-content: center;
  transition: all 0.3s;
}
.cid-u0VFk28XDu .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-u0VFk28XDu .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-u0VFk28XDu .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-u0VFk28XDu .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: .5rem;
  font-weight: 900;
  color: #1c1c25;
}
.cid-u0VFk28XDu .icon-bg {
  position: absolute;
  overflow: visible;
  top: 3px;
  right: -3px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 4px;
  background: #ffb18a;
}
.cid-u0VFk28XDu img {
  border-radius: 8px;
}
.cid-u0VFk28XDu .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-u0VFk28XDu .mbr-section-subtitle {
  color: #767676;
}
.cid-u0VFk28XDu .main-sub-title {
  background: #e7e4e4;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-u0VFk28XDu .card-text {
  color: #767676;
}
.cid-u0VFk28XDu .main-sub-title,
.cid-u0VFk28XDu .align-wrapper {
  color: #232323;
}
.cid-u0VFk28XDu .main-text {
  color: #777d74;
}
.cid-u0VFk28XDu .hover:hover .main-text-title {
  color: #f2684b !important;
}
.cid-u0VFk28XDu .main-text-title {
  color: #010a44;
  transition: all 0.3s;
}
.cid-u0VFk28XDu .main-text,
.cid-u0VFk28XDu .link-align-wrapper {
  color: #6d7a8c;
}
.cid-tymraKlM7m {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #f8f8f8;
  z-index: 2;
}
.cid-tymraKlM7m .row {
  justify-content: space-between;
}
.cid-tymraKlM7m .wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-tymraKlM7m .wrapper .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tymraKlM7m .wrapper .icon-wrapper {
  width: 60px;
  height: 60px;
  background: #ffffff;
  border-radius: 8px;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-tymraKlM7m .wrapper .icon-wrapper {
    margin: 0 0.5rem;
  }
}
.cid-tymraKlM7m .wrapper .icon1 {
  color: #f14105;
}
.cid-tymraKlM7m .wrapper .icon2 {
  color: #72dfe9;
}
.cid-tymraKlM7m .wrapper .icon3 {
  color: #ff6666;
}
.cid-tymraKlM7m .wrapper .border1 {
  border: 2px solid #efefef;
}
.cid-tymraKlM7m .wrapper .border1:hover {
  border: 2px solid #f14105;
}
.cid-tymraKlM7m .wrapper .border2 {
  border: 2px solid #efefef;
}
.cid-tymraKlM7m .wrapper .border2:hover {
  border: 2px solid #72dfe9;
}
.cid-tymraKlM7m .wrapper .border3 {
  border: 2px solid #efefef;
}
.cid-tymraKlM7m .wrapper .border3:hover {
  border: 2px solid #ff6666;
}
@media (max-width: 767px) {
  .cid-tymraKlM7m .wrapper {
    justify-content: center;
  }
}
.cid-tymraKlM7m .link-wrapper {
  align-items: center;
  display: flex;
}
.cid-tymraKlM7m .link-wrapper p {
  padding: 0;
  margin: 0;
  padding-left: 0.5rem;
}
.cid-tymraKlM7m .inline-wrapper {
  display: inline-block;
}
.cid-tymraKlM7m .align-wrapper {
  width: 100%;
}
.cid-tymraKlM7m .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #1c1c25 inset;
  border-radius: 4px;
  min-width: 20px;
  width: 20px;
  align-items: center;
  display: flex;
  height: 20px;
  margin: 0 0.4rem;
  justify-content: center;
  transition: all 0.3s;
}
.cid-tymraKlM7m .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-tymraKlM7m .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-tymraKlM7m .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-tymraKlM7m .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: .5rem;
  font-weight: 900;
  color: #1c1c25;
}
.cid-tymraKlM7m .icon-bg {
  position: absolute;
  overflow: visible;
  top: 3px;
  right: -3px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 4px;
  background: #ffb18a;
}
.cid-tymraKlM7m img {
  border-radius: 8px;
}
.cid-tymraKlM7m .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-tymraKlM7m .mbr-section-subtitle {
  color: #767676;
}
.cid-tymraKlM7m .main-sub-title {
  background: #e7e4e4;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-tymraKlM7m .card-text {
  color: #767676;
}
.cid-tymraKlM7m .main-sub-title,
.cid-tymraKlM7m .align-wrapper {
  color: #232323;
}
.cid-tymraKlM7m .main-text {
  color: #777d74;
}
.cid-tymraKlM7m .hover:hover .main-text-title {
  color: #f2684b !important;
}
.cid-tymraKlM7m .main-text-title {
  color: #010a44;
  transition: all 0.3s;
}
.cid-tQieyk0xcJ {
  padding-top: 60px;
  padding-bottom: 75px;
  background: #ffffff;
}
.cid-tQieyk0xcJ .mbr-section-subtitle {
  color: #cccccc;
}
.cid-tQieyk0xcJ h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 2rem;
  letter-spacing: 4px;
}
.cid-tQieyk0xcJ h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tQieyk0xcJ h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tQieyk0xcJ .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #767676;
  margin: 15px 0.5rem;
  display: block;
}
.cid-tQieyk0xcJ .mbr-iconfont-social:before {
  padding: 0.6rem;
  border: 2px solid;
  border-radius: 100px;
  transition: all 0.3s;
}
.cid-tQieyk0xcJ .mbr-iconfont-social:hover {
  color: #ffffff;
}
.cid-tQieyk0xcJ .mbr-iconfont-social:hover:before {
  background: #767676;
  transition: all 0.3s;
  border-color: transparent;
}
.cid-tQieyk0xcJ .social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-tQieyk0xcJ .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-tQieyk0xcJ .mbr-iconfont-social {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
  }
}
.cid-tQieyk0xcJ .mbr-section-title,
.cid-tQieyk0xcJ .social-list {
  color: #124ad6;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tQieyk0xcJ h2:before,
  .cid-tQieyk0xcJ h2:after {
    display: none;
  }
}
.cid-tQieyk0xcJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQieyk0xcJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxLlSCVMaT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #918787;
}
.cid-uxLlSCVMaT .container-fluid {
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 992px) {
  .cid-uxLlSCVMaT .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uxLlSCVMaT .row {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #7F8678;
  border-top: 1px solid #7F8678;
  margin-top: -1px;
}
.cid-uxLlSCVMaT .footer-item {
  display: flex;
  flex-direction: column;
  padding: 22px 30px;
  border-bottom: 1px solid #7F8678;
  margin-bottom: -1px;
}
@media (min-width: 768px) {
  .cid-uxLlSCVMaT .footer-item:nth-child(odd) {
    border-right: 1px solid #7F8678;
  }
}
@media (min-width: 1200px) {
  .cid-uxLlSCVMaT .footer-item:not(:last-child) {
    border-right: 1px solid #7F8678;
  }
}
.cid-uxLlSCVMaT .mbr-text {
  color: #000000;
}
.cid-uxLlSCVMaT .link a {
  color: #3d3d3d;
}
.cid-uxLlSCVMaT .copyright {
  color: #000000;
  text-align: right;
}
.cid-uxLlSCVMaT .text {
  color: #000000;
}
.cid-uxLlSCVMaT .mbr-form-container {
  margin-top: 12px;
}
.cid-uxLlSCVMaT .form-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-end;
}
.cid-uxLlSCVMaT form .row {
  margin: 0;
  border: none !important;
}
.cid-uxLlSCVMaT form .mbr-section-btn {
  width: auto;
  padding: 0;
  height: auto;
}
.cid-uxLlSCVMaT form .mbr-section-btn .btn {
  padding: 0;
  height: auto;
  min-height: auto;
  border-radius: 0;
  border-bottom: 2px solid currentColor;
  transition: 1s;
}
.cid-uxLlSCVMaT .copyright-container {
  margin-top: auto;
}
.cid-uxLlSCVMaT .link {
  color: #000000;
}
.cid-uxLlSCVMaT .label {
  color: #f8c842;
}
