body {
  font-family: Spartan;
}
.display-1 {
  font-family: 'Spartan', sans-serif;
  font-size: 3.4rem;
  line-height: 1.2;
}
.display-1 > .mbr-iconfont {
  font-size: 4.25rem;
}
.display-2 {
  font-family: 'Spartan', sans-serif;
  font-size: 2.4rem;
  line-height: 1.2;
}
.display-2 > .mbr-iconfont {
  font-size: 3rem;
}
.display-4 {
  font-family: 'Manrope', sans-serif;
  font-size: 1.4rem;
  line-height: 1.65;
}
.display-4 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-5 {
  font-family: 'Spartan', sans-serif;
  font-size: 1.6rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 2rem;
}
.display-7 {
  font-family: 'Spartan', 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.72rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.38rem;
    font-size: calc( 1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.92rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((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: #330066 !important;
}
.bg-success {
  background-color: #f8d572 !important;
}
.bg-info {
  background-color: #434343 !important;
}
.bg-warning {
  background-color: #e53712 !important;
}
.bg-danger {
  background-color: #983a37 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #330066 !important;
  border-color: #330066 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #190033 !important;
  border-color: #190033 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #190033 !important;
  border-color: #190033 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #f8c842 !important;
  border-color: #f8c842 !important;
  color: #392a02 !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #f6ba11 !important;
  border-color: #f6ba11 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #392a02 !important;
  background-color: #f6ba11 !important;
  border-color: #f6ba11 !important;
}
.btn-info,
.btn-info:active {
  background-color: #434343 !important;
  border-color: #434343 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #2a2a2a !important;
  border-color: #2a2a2a !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #2a2a2a !important;
  border-color: #2a2a2a !important;
}
.btn-success,
.btn-success:active {
  background-color: #f8d572 !important;
  border-color: #f8d572 !important;
  color: #664d05 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #352803 !important;
  background-color: #f6c741 !important;
  border-color: #f6c741 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #664d05 !important;
  background-color: #f6c741 !important;
  border-color: #f6c741 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #e53712 !important;
  border-color: #e53712 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #b62c0e !important;
  border-color: #b62c0e !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #b62c0e !important;
  border-color: #b62c0e !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #983a37 !important;
  border-color: #983a37 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #732c29 !important;
  border-color: #732c29 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #732c29 !important;
  border-color: #732c29 !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: #330066;
  color: #330066;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background-color: #330066 !important;
  border-color: #330066 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #330066 !important;
  border-color: #330066 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #f8c842;
  color: #f8c842;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #392a02 !important;
  background-color: #f8c842 !important;
  border-color: #f8c842 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #392a02 !important;
  background-color: #f8c842 !important;
  border-color: #f8c842 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #434343;
  color: #434343;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background-color: #434343 !important;
  border-color: #434343 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #434343 !important;
  border-color: #434343 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #f8d572;
  color: #f8d572;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #664d05 !important;
  background-color: #f8d572 !important;
  border-color: #f8d572 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #664d05 !important;
  background-color: #f8d572 !important;
  border-color: #f8d572 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #e53712;
  color: #e53712;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background-color: #e53712 !important;
  border-color: #e53712 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #e53712 !important;
  border-color: #e53712 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #983a37;
  color: #983a37;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff !important;
  background-color: #983a37 !important;
  border-color: #983a37 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #983a37 !important;
  border-color: #983a37 !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: #330066 !important;
}
.text-secondary {
  color: #f8c842 !important;
}
.text-success {
  color: #f8d572 !important;
}
.text-info {
  color: #434343 !important;
}
.text-warning {
  color: #e53712 !important;
}
.text-danger {
  color: #983a37 !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: #cc9908 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #f3b811 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #101010 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #86200b !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #4d1d1c !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: #330066;
}
.nav-tabs .nav-link:not(.active) {
  color: #1a1a1a;
}
.alert-success {
  background-color: #34b794;
}
.alert-info {
  background-color: #434343;
}
.alert-warning {
  background-color: #e53712;
}
.alert-danger {
  background-color: #983a37;
}
.mbr-gallery-filter li.active .btn {
  background-color: #330066;
  border-color: #330066;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #330066;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #7300e6;
}
.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: #b6b6b6;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fbd1c8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #d0817e;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
blockquote {
  border-color: #330066;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #330066;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #330066;
}
.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: #330066;
  border-bottom-color: #330066;
}
.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: #330066 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #f8c842 !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='%23330066' %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-t42psDSR0n .navbar-dropdown {
  position: relative !important;
}
.cid-t42psDSR0n .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-t42psDSR0n .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t42psDSR0n .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t42psDSR0n .dropdown-item:hover,
.cid-t42psDSR0n .dropdown-item:focus {
  background: #330066 !important;
  color: white !important;
}
.cid-t42psDSR0n .dropdown-item:hover span {
  color: white;
}
.cid-t42psDSR0n .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t42psDSR0n .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t42psDSR0n .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t42psDSR0n .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t42psDSR0n .nav-link {
  position: relative;
}
.cid-t42psDSR0n .container {
  display: flex;
  margin: auto;
}
.cid-t42psDSR0n .iconfont-wrapper {
  color: #1f1437 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t42psDSR0n .dropdown-menu,
.cid-t42psDSR0n .navbar.opened {
  background: #ffffff !important;
}
.cid-t42psDSR0n .nav-item:focus,
.cid-t42psDSR0n .nav-link:focus {
  outline: none;
}
.cid-t42psDSR0n .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t42psDSR0n .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t42psDSR0n .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t42psDSR0n .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t42psDSR0n .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t42psDSR0n .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t42psDSR0n .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-t42psDSR0n .navbar.opened {
  transition: all 0.3s;
}
.cid-t42psDSR0n .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t42psDSR0n .navbar .navbar-logo img {
  width: auto;
}
.cid-t42psDSR0n .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t42psDSR0n .navbar.collapsed {
  justify-content: center;
}
.cid-t42psDSR0n .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t42psDSR0n .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t42psDSR0n .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-t42psDSR0n .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t42psDSR0n .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t42psDSR0n .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-t42psDSR0n .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t42psDSR0n .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t42psDSR0n .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t42psDSR0n .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t42psDSR0n .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t42psDSR0n .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t42psDSR0n .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t42psDSR0n .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-t42psDSR0n .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t42psDSR0n .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t42psDSR0n .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t42psDSR0n .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t42psDSR0n .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t42psDSR0n .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t42psDSR0n .navbar.navbar-short {
  min-height: 60px;
}
.cid-t42psDSR0n .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t42psDSR0n .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t42psDSR0n .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t42psDSR0n .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t42psDSR0n .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t42psDSR0n .dropdown-item.active,
.cid-t42psDSR0n .dropdown-item:active {
  background-color: transparent;
}
.cid-t42psDSR0n .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t42psDSR0n .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t42psDSR0n .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t42psDSR0n .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-t42psDSR0n .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t42psDSR0n .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t42psDSR0n ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t42psDSR0n .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t42psDSR0n button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t42psDSR0n button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1f1437;
}
.cid-t42psDSR0n button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t42psDSR0n button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t42psDSR0n button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t42psDSR0n button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t42psDSR0n nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t42psDSR0n nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t42psDSR0n nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t42psDSR0n nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t42psDSR0n .navbar-dropdown {
  padding: 0 1rem;
}
.cid-t42psDSR0n a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t42psDSR0n .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-t42psDSR0n .navbar {
    height: 70px;
  }
  .cid-t42psDSR0n .navbar.opened {
    height: auto;
  }
  .cid-t42psDSR0n .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t3OusvZNqe {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t3OusvZNqe .content_block {
  padding: 60px 15px;
  padding-right: 20%;
}
.cid-t3OusvZNqe .content_block:hover .mbr-section-title a {
  color: #f8c842 !important;
}
.cid-t3OusvZNqe .card_topic,
.cid-t3OusvZNqe .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-t3OusvZNqe .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #f8c842;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-t3OusvZNqe .image {
  position: relative;
}
.cid-t3OusvZNqe .image:before {
  content: "";
  position: absolute;
  width: 60%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff);
  z-index: 1;
  pointer-events: none;
}
.cid-t3OusvZNqe .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-t3OusvZNqe .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-t3OusvZNqe .mbr-section-btn .btn-secondary-outline:hover,
.cid-t3OusvZNqe .mbr-section-btn .btn-secondary-outline .active,
.cid-t3OusvZNqe .mbr-section-btn .btn-secondary-outline:focus {
  color: #330066 !important;
}
.cid-t3OusvZNqe .category_content {
  opacity: .8;
}
@media (max-width: 991px) {
  .cid-t3OusvZNqe .content_block {
    padding: 30px 15px;
  }
  .cid-t3OusvZNqe .mbr-figure {
    padding: 0;
  }
  .cid-t3OusvZNqe .image:before {
    width: 100%;
    height: 60%;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.99));
  }
}
.cid-t3OusvZNqe .category_content,
.cid-t3OusvZNqe .card_topic {
  color: #434343;
}
.cid-t3OusvZNqe .mbr-section-title {
  color: #434343;
}
.cid-t3OusvZNqe .mbr-text,
.cid-t3OusvZNqe .mbr-section-btn {
  color: #7f7f7f;
}
.cid-t3OCIGh8HZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-t3OCIGh8HZ .row {
  justify-content: center;
}
.cid-t3OCIGh8HZ img,
.cid-t3OCIGh8HZ .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-t3OCIGh8HZ .item:focus,
.cid-t3OCIGh8HZ span:focus {
  outline: none;
}
.cid-t3OCIGh8HZ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-t3OCIGh8HZ .item-wrapper {
  position: relative;
  background: transparent;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-end;
  min-height: 370px;
  padding: 35px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .cid-t3OCIGh8HZ .item-wrapper {
    min-height: 463px;
  }
}
.cid-t3OCIGh8HZ .item-wrapper .btn {
  padding: 10px 12px;
}
.cid-t3OCIGh8HZ .item-wrapper .btn span {
  color: #222222;
  margin: 0 8px;
}
.cid-t3OCIGh8HZ .item-wrapper .btn-primary:hover {
  background-color: #222222 !important;
  border-color: #222222 !important;
}
.cid-t3OCIGh8HZ .item-wrapper .btn-primary:hover span {
  color: #330066 !important;
}
@media (min-width: 768px) {
  .cid-t3OCIGh8HZ .item-wrapper:hover img {
    transform: scale(1);
  }
}
.cid-t3OCIGh8HZ .item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cid-t3OCIGh8HZ .item-img img {
  width: 100%;
  transform: scale(1.2);
  transform-style: preserve-3d;
  transition: 2s;
}
.cid-t3OCIGh8HZ .img-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.2;
  pointer-events: none;
}
.cid-t3OCIGh8HZ .item-content {
  position: relative;
  z-index: 3;
  padding: 0;
}
.cid-t3OCIGh8HZ .mbr-section-title {
  color: #434343;
  width: 100%;
}
.cid-t3OCIGh8HZ .mbr-text {
  color: #ffffff;
}
.cid-t3OCIGh8HZ .item-title {
  color: #ffffff;
  text-align: left;
}
.cid-t3OCIGh8HZ .item-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-t3OCIGh8HZ .icon-wrapper {
  margin-bottom: 1rem;
}
.cid-t3OCIGh8HZ .icon-wrapper .mbr-iconfont {
  font-size: 33px;
  color: #ffffff;
}
.cid-t3OCIGh8HZ .mbr-section-head {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-bottom: 4rem;
}
@media (min-width: 992px) {
  .cid-t3OCIGh8HZ .mbr-section-head {
    padding-left: 30px;
    padding-right: 6rem;
    margin-bottom: 2rem;
  }
}
.cid-t3OCIGh8HZ .mbr-section-subtitle {
  color: #7f7f7f;
}
.cid-t3OZ0AruNC {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-t3OZ0AruNC .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-t3OZ0AruNC .mbr-section-btn .btn-secondary-outline:hover,
.cid-t3OZ0AruNC .mbr-section-btn .btn-secondary-outline .active,
.cid-t3OZ0AruNC .mbr-section-btn .btn-secondary-outline:focus {
  color: #330066 !important;
}
@media (min-width: 991px) {
  .cid-t3OZ0AruNC .item-wrapper .mbr-section-btn {
    opacity: 0;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    transform: translateY(10px);
  }
}
.cid-t3OZ0AruNC img,
.cid-t3OZ0AruNC .item-img {
  border-radius: 4px;
  position: relative;
}
.cid-t3OZ0AruNC .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
  overflow: hidden;
  height: 100%;
}
.cid-t3OZ0AruNC .item-wrapper:hover .item-title a {
  color: #f8c842 !important;
}
@media (min-width: 992px) {
  .cid-t3OZ0AruNC .item-wrapper:hover .mbr-section-btn {
    opacity: 1;
    transform: translateY(0);
  }
  .cid-t3OZ0AruNC .item-wrapper:hover .post_wrap {
    opacity: 1;
    background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
    transform: translateY(0);
  }
}
.cid-t3OZ0AruNC .item-content {
  padding-top: 40px;
}
@media (max-width: 768px) {
  .cid-t3OZ0AruNC .item-content {
    padding-top: 20px;
  }
}
.cid-t3OZ0AruNC .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-t3OZ0AruNC .card_post {
    padding: 20px;
  }
}
.cid-t3OZ0AruNC .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-t3OZ0AruNC .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-t3OZ0AruNC .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-t3OZ0AruNC .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.cid-t3OZ0AruNC .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-t3OZ0AruNC .item:focus,
.cid-t3OZ0AruNC span:focus {
  outline: none;
}
.cid-t3OZ0AruNC .item {
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-t3OZ0AruNC .item {
    margin-bottom: 5rem;
  }
  .cid-t3OZ0AruNC .item:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .cid-t3OZ0AruNC .item:last-child {
    margin-bottom: 0;
  }
}
.cid-t3OZ0AruNC .item-title,
.cid-t3OZ0AruNC .card_topic,
.cid-t3OZ0AruNC .mbr-section-subtitle {
  margin-bottom: 12px;
  transition: all 0.2s;
}
.cid-t3OZ0AruNC .category_content {
  opacity: .8;
}
.cid-t3OZ0AruNC .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #f8c842;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-t3OZ0AruNC .item-title {
  color: #434343;
}
.cid-t3OZ0AruNC .category_content,
.cid-t3OZ0AruNC .card_topic {
  color: #7f7f7f;
}
.cid-t3OZ0AruNC .mbr-text,
.cid-t3OZ0AruNC .mbr-section-btn {
  color: #7f7f7f;
}
.cid-t40blclel2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-t40blclel2 .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-t40blclel2 .mbr-section-btn .btn-secondary-outline:hover,
.cid-t40blclel2 .mbr-section-btn .btn-secondary-outline .active,
.cid-t40blclel2 .mbr-section-btn .btn-secondary-outline:focus {
  color: #330066 !important;
}
@media (min-width: 991px) {
  .cid-t40blclel2 .item-wrapper .mbr-section-btn {
    opacity: 0;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    transform: translateY(10px);
  }
}
.cid-t40blclel2 img,
.cid-t40blclel2 .item-img {
  border-radius: 4px;
  position: relative;
}
.cid-t40blclel2 .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
  overflow: hidden;
  height: 100%;
}
.cid-t40blclel2 .item-wrapper:hover .item-title a {
  color: #f8c842 !important;
}
@media (min-width: 992px) {
  .cid-t40blclel2 .item-wrapper:hover .mbr-section-btn {
    opacity: 1;
    transform: translateY(0);
  }
  .cid-t40blclel2 .item-wrapper:hover .post_wrap {
    opacity: 1;
    background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
    transform: translateY(0);
  }
}
.cid-t40blclel2 .item-content {
  padding-top: 40px;
}
@media (max-width: 768px) {
  .cid-t40blclel2 .item-content {
    padding-top: 20px;
  }
}
.cid-t40blclel2 .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-t40blclel2 .card_post {
    padding: 20px;
  }
}
.cid-t40blclel2 .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-t40blclel2 .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-t40blclel2 .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-t40blclel2 .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.cid-t40blclel2 .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-t40blclel2 .item:focus,
.cid-t40blclel2 span:focus {
  outline: none;
}
.cid-t40blclel2 .item {
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-t40blclel2 .item {
    margin-bottom: 5rem;
  }
  .cid-t40blclel2 .item:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .cid-t40blclel2 .item:last-child {
    margin-bottom: 0;
  }
}
.cid-t40blclel2 .item-title,
.cid-t40blclel2 .card_topic,
.cid-t40blclel2 .mbr-section-subtitle {
  margin-bottom: 12px;
  transition: all 0.2s;
}
.cid-t40blclel2 .category_content {
  opacity: .8;
}
.cid-t40blclel2 .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #f8c842;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-t40blclel2 .category_content,
.cid-t40blclel2 .card_topic {
  color: #7f7f7f;
}
.cid-t40blclel2 .item-title {
  color: #434343;
}
.cid-t40blclel2 .mbr-text,
.cid-t40blclel2 .mbr-section-btn {
  color: #7f7f7f;
}
.cid-t2BxUk0JB0 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-t2BxUk0JB0 .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-t2BxUk0JB0 .mbr-section-btn .btn-secondary-outline:hover,
.cid-t2BxUk0JB0 .mbr-section-btn .btn-secondary-outline .active,
.cid-t2BxUk0JB0 .mbr-section-btn .btn-secondary-outline:focus {
  color: #330066 !important;
}
@media (min-width: 991px) {
  .cid-t2BxUk0JB0 .item-wrapper .mbr-section-btn {
    opacity: 0;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    transform: translateY(10px);
  }
}
.cid-t2BxUk0JB0 img,
.cid-t2BxUk0JB0 .item-img {
  border-radius: 4px;
  position: relative;
}
.cid-t2BxUk0JB0 .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
  overflow: hidden;
  height: 100%;
}
.cid-t2BxUk0JB0 .item-wrapper:hover .item-title a {
  color: #f8c842 !important;
}
@media (min-width: 992px) {
  .cid-t2BxUk0JB0 .item-wrapper:hover .mbr-section-btn {
    opacity: 1;
    transform: translateY(0);
  }
  .cid-t2BxUk0JB0 .item-wrapper:hover .post_wrap {
    opacity: 1;
    background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
    transform: translateY(0);
  }
}
.cid-t2BxUk0JB0 .item-content {
  padding-top: 40px;
}
@media (max-width: 768px) {
  .cid-t2BxUk0JB0 .item-content {
    padding-top: 20px;
  }
}
.cid-t2BxUk0JB0 .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-t2BxUk0JB0 .card_post {
    padding: 20px;
  }
}
.cid-t2BxUk0JB0 .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-t2BxUk0JB0 .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-t2BxUk0JB0 .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-t2BxUk0JB0 .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.cid-t2BxUk0JB0 .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-t2BxUk0JB0 .item:focus,
.cid-t2BxUk0JB0 span:focus {
  outline: none;
}
.cid-t2BxUk0JB0 .item {
  margin-bottom: 3rem;
}
@media (max-width: 991px) {
  .cid-t2BxUk0JB0 .item:last-child {
    margin-bottom: 0;
  }
}
.cid-t2BxUk0JB0 .item-title,
.cid-t2BxUk0JB0 .card_topic,
.cid-t2BxUk0JB0 .mbr-section-subtitle {
  margin-bottom: 12px;
  transition: all 0.2s;
}
.cid-t2BxUk0JB0 .category_content {
  opacity: .8;
}
.cid-t2BxUk0JB0 .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #f8c842;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-t2BxUk0JB0 .category_content,
.cid-t2BxUk0JB0 .card_topic {
  color: #7f7f7f;
}
.cid-t2BxUk0JB0 .item-title {
  color: #434343;
}
.cid-t2BxUk0JB0 .mbr-text,
.cid-t2BxUk0JB0 .mbr-section-btn {
  color: #7f7f7f;
}
.cid-t2BybFjJhe {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-t2BybFjJhe .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-t2BybFjJhe .mbr-section-btn .btn-secondary-outline:hover,
.cid-t2BybFjJhe .mbr-section-btn .btn-secondary-outline .active,
.cid-t2BybFjJhe .mbr-section-btn .btn-secondary-outline:focus {
  color: #330066 !important;
}
@media (min-width: 991px) {
  .cid-t2BybFjJhe .item-wrapper .mbr-section-btn {
    opacity: 0;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    transform: translateY(10px);
  }
}
.cid-t2BybFjJhe img,
.cid-t2BybFjJhe .item-img {
  border-radius: 4px;
  position: relative;
}
.cid-t2BybFjJhe .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
  overflow: hidden;
  height: 100%;
}
.cid-t2BybFjJhe .item-wrapper:hover .item-title a {
  color: #f8c842 !important;
}
@media (min-width: 992px) {
  .cid-t2BybFjJhe .item-wrapper:hover .mbr-section-btn {
    opacity: 1;
    transform: translateY(0);
  }
  .cid-t2BybFjJhe .item-wrapper:hover .post_wrap {
    opacity: 1;
    background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
    transform: translateY(0);
  }
}
.cid-t2BybFjJhe .item-content {
  padding-top: 40px;
}
@media (max-width: 768px) {
  .cid-t2BybFjJhe .item-content {
    padding-top: 20px;
  }
}
.cid-t2BybFjJhe .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-t2BybFjJhe .card_post {
    padding: 20px;
  }
}
.cid-t2BybFjJhe .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-t2BybFjJhe .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-t2BybFjJhe .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-t2BybFjJhe .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.cid-t2BybFjJhe .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-t2BybFjJhe .item:focus,
.cid-t2BybFjJhe span:focus {
  outline: none;
}
.cid-t2BybFjJhe .item {
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-t2BybFjJhe .item {
    margin-bottom: 5rem;
  }
  .cid-t2BybFjJhe .item:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .cid-t2BybFjJhe .item:last-child {
    margin-bottom: 0;
  }
}
.cid-t2BybFjJhe .item-title,
.cid-t2BybFjJhe .card_topic,
.cid-t2BybFjJhe .mbr-section-subtitle {
  margin-bottom: 12px;
  transition: all 0.2s;
}
.cid-t2BybFjJhe .category_content {
  opacity: .8;
}
.cid-t2BybFjJhe .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #f8c842;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-t2BybFjJhe .category_content,
.cid-t2BybFjJhe .card_topic {
  color: #7f7f7f;
}
.cid-t2BybFjJhe .item-title {
  color: #434343;
}
.cid-t2BybFjJhe .mbr-text,
.cid-t2BybFjJhe .mbr-section-btn {
  color: #7f7f7f;
}
.cid-t2Byc4gv4K {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-t2Byc4gv4K .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-t2Byc4gv4K .mbr-section-btn .btn-secondary-outline:hover,
.cid-t2Byc4gv4K .mbr-section-btn .btn-secondary-outline .active,
.cid-t2Byc4gv4K .mbr-section-btn .btn-secondary-outline:focus {
  color: #330066 !important;
}
@media (min-width: 991px) {
  .cid-t2Byc4gv4K .item-wrapper .mbr-section-btn {
    opacity: 0;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    transform: translateY(10px);
  }
}
.cid-t2Byc4gv4K img,
.cid-t2Byc4gv4K .item-img {
  border-radius: 4px;
  position: relative;
}
.cid-t2Byc4gv4K .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
  overflow: hidden;
  height: 100%;
}
.cid-t2Byc4gv4K .item-wrapper:hover .item-title a {
  color: #f8c842 !important;
}
@media (min-width: 992px) {
  .cid-t2Byc4gv4K .item-wrapper:hover .mbr-section-btn {
    opacity: 1;
    transform: translateY(0);
  }
  .cid-t2Byc4gv4K .item-wrapper:hover .post_wrap {
    opacity: 1;
    background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
    transform: translateY(0);
  }
}
.cid-t2Byc4gv4K .item-content {
  padding-top: 40px;
}
@media (max-width: 768px) {
  .cid-t2Byc4gv4K .item-content {
    padding-top: 20px;
  }
}
.cid-t2Byc4gv4K .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-t2Byc4gv4K .card_post {
    padding: 20px;
  }
}
.cid-t2Byc4gv4K .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-t2Byc4gv4K .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-t2Byc4gv4K .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-t2Byc4gv4K .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.cid-t2Byc4gv4K .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-t2Byc4gv4K .item:focus,
.cid-t2Byc4gv4K span:focus {
  outline: none;
}
.cid-t2Byc4gv4K .item {
  margin-bottom: 3rem;
}
@media (max-width: 991px) {
  .cid-t2Byc4gv4K .item:last-child {
    margin-bottom: 0;
  }
}
.cid-t2Byc4gv4K .item-title,
.cid-t2Byc4gv4K .card_topic,
.cid-t2Byc4gv4K .mbr-section-subtitle {
  margin-bottom: 12px;
  transition: all 0.2s;
}
.cid-t2Byc4gv4K .category_content {
  opacity: .8;
}
.cid-t2Byc4gv4K .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #f8c842;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-t2Byc4gv4K .category_content,
.cid-t2Byc4gv4K .card_topic {
  color: #7f7f7f;
}
.cid-t2Byc4gv4K .item-title {
  color: #434343;
}
.cid-t2Byc4gv4K .mbr-text,
.cid-t2Byc4gv4K .mbr-section-btn {
  color: #7f7f7f;
}
.cid-t2ByfOFCUV {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t2ByfOFCUV .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-t2ByfOFCUV .mbr-section-btn .btn-secondary-outline:hover,
.cid-t2ByfOFCUV .mbr-section-btn .btn-secondary-outline .active,
.cid-t2ByfOFCUV .mbr-section-btn .btn-secondary-outline:focus {
  color: #330066 !important;
}
@media (min-width: 991px) {
  .cid-t2ByfOFCUV .item-wrapper .mbr-section-btn {
    opacity: 0;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    transform: translateY(10px);
  }
}
.cid-t2ByfOFCUV img,
.cid-t2ByfOFCUV .item-img {
  border-radius: 4px;
  position: relative;
}
.cid-t2ByfOFCUV .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
  overflow: hidden;
  height: 100%;
}
.cid-t2ByfOFCUV .item-wrapper:hover .item-title a {
  color: #f8c842 !important;
}
@media (min-width: 992px) {
  .cid-t2ByfOFCUV .item-wrapper:hover .mbr-section-btn {
    opacity: 1;
    transform: translateY(0);
  }
  .cid-t2ByfOFCUV .item-wrapper:hover .post_wrap {
    opacity: 1;
    background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
    transform: translateY(0);
  }
}
.cid-t2ByfOFCUV .item-content {
  padding-top: 40px;
}
@media (max-width: 768px) {
  .cid-t2ByfOFCUV .item-content {
    padding-top: 20px;
  }
}
.cid-t2ByfOFCUV .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-t2ByfOFCUV .card_post {
    padding: 20px;
  }
}
.cid-t2ByfOFCUV .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-t2ByfOFCUV .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-t2ByfOFCUV .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-t2ByfOFCUV .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.cid-t2ByfOFCUV .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-t2ByfOFCUV .item:focus,
.cid-t2ByfOFCUV span:focus {
  outline: none;
}
.cid-t2ByfOFCUV .item {
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-t2ByfOFCUV .item {
    margin-bottom: 5rem;
  }
  .cid-t2ByfOFCUV .item:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .cid-t2ByfOFCUV .item:last-child {
    margin-bottom: 0;
  }
}
.cid-t2ByfOFCUV .item-title,
.cid-t2ByfOFCUV .card_topic,
.cid-t2ByfOFCUV .mbr-section-subtitle {
  margin-bottom: 12px;
  transition: all 0.2s;
}
.cid-t2ByfOFCUV .category_content {
  opacity: .8;
}
.cid-t2ByfOFCUV .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #f8c842;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-t2ByfOFCUV .item-title {
  color: #434343;
}
.cid-t2ByfOFCUV .category_content,
.cid-t2ByfOFCUV .card_topic {
  color: #7f7f7f;
}
.cid-t2ByfOFCUV .mbr-text,
.cid-t2ByfOFCUV .mbr-section-btn {
  color: #7f7f7f;
}
.cid-t3QPEIunGO {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #efefef;
}
.cid-t3QPEIunGO img {
  border-radius: 0px;
}
.cid-t3QPEIunGO .row {
  justify-content: center;
}
.cid-t3QPEIunGO .mbr-section-title {
  margin-top: 24px;
  text-align: center;
  color: #8c8c95;
}
.cid-t3QPEIunGO .container {
  max-width: 1132px;
}
.cid-t3QP8BRDgG {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #efefef;
}
@media (min-width: 991px) {
  .cid-t3QP8BRDgG .card_wrapper .mbr-section-btn {
    opacity: 0;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    transform: translateY(10px);
  }
}
.cid-t3QP8BRDgG .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-top: 10px;
  border: none !important;
  background-color: transparent !important;
}
.cid-t3QP8BRDgG .mbr-section-btn .btn-secondary-outline:hover,
.cid-t3QP8BRDgG .mbr-section-btn .btn-secondary-outline .active,
.cid-t3QP8BRDgG .mbr-section-btn .btn-secondary-outline:focus {
  color: #330066 !important;
}
.cid-t3QP8BRDgG .category_content {
  opacity: .8;
}
.cid-t3QP8BRDgG .item-title,
.cid-t3QP8BRDgG .card_topic {
  margin-bottom: 12px;
}
.cid-t3QP8BRDgG .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #f8c842;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-t3QP8BRDgG .card_wrapper:hover .item-title a {
  color: #f8c842 !important;
}
@media (min-width: 992px) {
  .cid-t3QP8BRDgG .card_wrapper:hover .mbr-section-btn {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 767px) {
  .cid-t3QP8BRDgG .card_wrapper:first-child {
    margin-bottom: 1.5rem;
  }
}
.cid-t3QP8BRDgG .mbr-text,
.cid-t3QP8BRDgG .mbr-section-btn {
  text-align: left;
  color: #7f7f7f;
}
.cid-t3QP8BRDgG .item-title {
  text-align: left;
  color: #7f7f7f;
}
.cid-t405uU1ii3 {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-t405uU1ii3 [class^='socicon-']:before,
.cid-t405uU1ii3 [class*=' socicon-']:before {
  line-height: 44px;
}
.cid-t405uU1ii3 .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-t405uU1ii3 .btn-social,
.cid-t405uU1ii3 .mbr-section-title {
  color: #57468b;
}
.cid-t405uU1ii3 .soc-item {
  width: 20px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 10px;
}
.cid-t405uU1ii3 .soc-item span {
  font-size: 20px;
  color: #7f7f7f !important;
  transition: all 0.3s;
}
.cid-t405uU1ii3 .soc-item:hover span {
  color: #434343 !important;
}
@media (max-width: 992px) {
  .cid-t405uU1ii3 .align-left,
  .cid-t405uU1ii3 .align-right {
    text-align: center;
  }
  .cid-t405uU1ii3 .social-list {
    justify-content: center;
  }
  .cid-t405uU1ii3 .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-t405uU1ii3 .mbr-text {
  color: #7f7f7f;
}
.cid-t3PdgGptai {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-t3PdgGptai img {
  border-radius: 0px;
}
.cid-t3PdgGptai .row {
  justify-content: center;
}
.cid-t3PdgGptai .mbr-section-title {
  margin-top: 24px;
  text-align: center;
  color: #8c8c95;
}
.cid-t3PdgGptai .container {
  max-width: 1132px;
}
.cid-t3Pa42RyYU {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-t3Pa42RyYU .item-wrapper:hover .mbr-section-title a {
  color: #f8c842 !important;
}
.cid-t3Pa42RyYU .mbr-section-title,
.cid-t3Pa42RyYU .card_topic {
  margin-bottom: 12px;
}
.cid-t3Pa42RyYU .author_post {
  margin-right: 25px;
  display: inline-block;
  white-space: nowrap;
}
.cid-t3Pa42RyYU .card_post {
  display: inline-flex;
  align-items: center;
  position: relative;
  margin-top: 30px;
}
.cid-t3Pa42RyYU .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-t3Pa42RyYU .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.cid-t3Pa42RyYU .category_content,
.cid-t3Pa42RyYU .date,
.cid-t3Pa42RyYU .name_author {
  opacity: .8;
}
.cid-t3Pa42RyYU .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #f8c842;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-t3Pa42RyYU .category_content,
.cid-t3Pa42RyYU .card_topic {
  color: #7f7f7f;
}
.cid-t3Pa42RyYU .mbr-section-title,
.cid-t3Pa42RyYU .post_wrap {
  color: #434343;
}
.cid-t3Pa42RyYU .author {
  color: #434343;
}
.cid-t3Pa42RyYU .name_author {
  color: #7f7f7f;
}
.cid-t3Pa42RyYU .date {
  color: #7f7f7f;
}
.cid-t3Pa42RyYU .publish_date {
  color: #434343;
}
.cid-t3PaLWeaze {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-t3PaLWeaze .content_wrapper {
  position: relative;
  z-index: 1;
}
.cid-t3PaLWeaze .content_wrapper:hover .mbr-section-title a {
  color: #f8c842 !important;
}
.cid-t3PaLWeaze .mbr-section-title,
.cid-t3PaLWeaze .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-t3PaLWeaze .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-t3PaLWeaze .mbr-section-btn .btn-secondary-outline:hover,
.cid-t3PaLWeaze .mbr-section-btn .btn-secondary-outline .active,
.cid-t3PaLWeaze .mbr-section-btn .btn-secondary-outline:focus {
  color: #330066 !important;
}
.cid-t3PaLWeaze .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  color: #fef2ed;
  top: -6%;
  right: 13%;
  z-index: -1;
}
.cid-t3PaLWeaze .mbr-text,
.cid-t3PaLWeaze .mbr-section-btn {
  color: #434343;
}
.cid-t3PdOloW5C {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-t3PdOloW5C img {
  border-radius: 0px;
}
.cid-t3PdOloW5C .row {
  justify-content: center;
}
.cid-t3PdOloW5C .mbr-section-title {
  margin-top: 24px;
  text-align: center;
  color: #8c8c95;
}
.cid-t3PdOloW5C .container {
  max-width: 1132px;
}
.cid-t3PdXgcKIK {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-t3PdXgcKIK .content_wrapper {
  position: relative;
  z-index: 1;
}
.cid-t3PdXgcKIK .content_wrapper:hover .mbr-section-title a {
  color: #f8c842 !important;
}
.cid-t3PdXgcKIK .mbr-section-title,
.cid-t3PdXgcKIK .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-t3PdXgcKIK .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-t3PdXgcKIK .mbr-section-btn .btn-secondary-outline:hover,
.cid-t3PdXgcKIK .mbr-section-btn .btn-secondary-outline .active,
.cid-t3PdXgcKIK .mbr-section-btn .btn-secondary-outline:focus {
  color: #330066 !important;
}
.cid-t3PdXgcKIK .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  color: #fef2ed;
  top: -6%;
  right: 13%;
  z-index: -1;
}
.cid-t3PdXgcKIK .mbr-text,
.cid-t3PdXgcKIK .mbr-section-btn {
  color: #7f7f7f;
}
.cid-t3PdXgcKIK .mbr-section-title {
  color: #434343;
}
.cid-t3PdXgcKIK .mbr-section-subtitle {
  color: #434343;
}
.cid-t3PeaviMzb {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-t3PeaviMzb .content_wrapper {
  position: relative;
  z-index: 1;
}
.cid-t3PeaviMzb .content_wrapper:hover .mbr-section-title a {
  color: #f8c842 !important;
}
.cid-t3PeaviMzb .mbr-section-title,
.cid-t3PeaviMzb .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-t3PeaviMzb .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-t3PeaviMzb .mbr-section-btn .btn-secondary-outline:hover,
.cid-t3PeaviMzb .mbr-section-btn .btn-secondary-outline .active,
.cid-t3PeaviMzb .mbr-section-btn .btn-secondary-outline:focus {
  color: #330066 !important;
}
.cid-t3PeaviMzb .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  color: #fef2ed;
  top: -6%;
  right: 13%;
  z-index: -1;
}
.cid-t3PeaviMzb .mbr-text,
.cid-t3PeaviMzb .mbr-section-btn {
  color: #7f7f7f;
}
.cid-t3PeaviMzb .mbr-section-title {
  color: #434343;
}
.cid-t3PeaviMzb .mbr-section-subtitle {
  color: #434343;
}
.cid-t3Pf5pldAV {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-t3Pf5pldAV img {
  border-radius: 0px;
}
.cid-t3Pf5pldAV .row {
  justify-content: center;
}
.cid-t3Pf5pldAV .mbr-section-title {
  margin-top: 24px;
  text-align: center;
  color: #8c8c95;
}
.cid-t3Pf5pldAV .container {
  max-width: 1132px;
}
.cid-t3PfanBq4n {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-t3PfanBq4n .content_wrapper {
  position: relative;
  z-index: 1;
}
.cid-t3PfanBq4n .content_wrapper:hover .mbr-section-title a {
  color: #f8c842 !important;
}
.cid-t3PfanBq4n .mbr-section-title,
.cid-t3PfanBq4n .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-t3PfanBq4n .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-t3PfanBq4n .mbr-section-btn .btn-secondary-outline:hover,
.cid-t3PfanBq4n .mbr-section-btn .btn-secondary-outline .active,
.cid-t3PfanBq4n .mbr-section-btn .btn-secondary-outline:focus {
  color: #330066 !important;
}
.cid-t3PfanBq4n .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  color: #fef2ed;
  top: -6%;
  right: 13%;
  z-index: -1;
}
.cid-t3PfanBq4n .mbr-text,
.cid-t3PfanBq4n .mbr-section-btn {
  color: #7f7f7f;
}
.cid-t3PfanBq4n .mbr-section-title {
  color: #434343;
}
.cid-t3PfanBq4n .mbr-section-subtitle {
  color: #434343;
}
.cid-t3Pnsb1JLf {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-t3Pnsb1JLf .content_wrapper {
  position: relative;
  z-index: 1;
}
.cid-t3Pnsb1JLf .content_wrapper:hover .mbr-section-title a {
  color: #f8c842 !important;
}
.cid-t3Pnsb1JLf .mbr-section-title,
.cid-t3Pnsb1JLf .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-t3Pnsb1JLf .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-t3Pnsb1JLf .mbr-section-btn .btn-secondary-outline:hover,
.cid-t3Pnsb1JLf .mbr-section-btn .btn-secondary-outline .active,
.cid-t3Pnsb1JLf .mbr-section-btn .btn-secondary-outline:focus {
  color: #330066 !important;
}
.cid-t3Pnsb1JLf .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  color: #fef2ed;
  top: -6%;
  right: 13%;
  z-index: -1;
}
.cid-t3Pnsb1JLf .mbr-text,
.cid-t3Pnsb1JLf .mbr-section-btn {
  color: #7f7f7f;
}
.cid-t3Pnsb1JLf .mbr-section-title {
  color: #434343;
}
.cid-t3Pnsb1JLf .mbr-section-subtitle {
  color: #434343;
}
.cid-t3PosWdZ49 {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-t3PosWdZ49 img {
  border-radius: 0px;
}
.cid-t3PosWdZ49 .row {
  justify-content: center;
}
.cid-t3PosWdZ49 .mbr-section-title {
  margin-top: 24px;
  text-align: center;
  color: #8c8c95;
}
.cid-t3PosWdZ49 .container {
  max-width: 1132px;
}
.cid-t3Poz1481I {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-t3Poz1481I .content_wrapper {
  position: relative;
  z-index: 1;
}
.cid-t3Poz1481I .content_wrapper:hover .mbr-section-title a {
  color: #f8c842 !important;
}
.cid-t3Poz1481I .mbr-section-title,
.cid-t3Poz1481I .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-t3Poz1481I .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-t3Poz1481I .mbr-section-btn .btn-secondary-outline:hover,
.cid-t3Poz1481I .mbr-section-btn .btn-secondary-outline .active,
.cid-t3Poz1481I .mbr-section-btn .btn-secondary-outline:focus {
  color: #330066 !important;
}
.cid-t3Poz1481I .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  color: #fef2ed;
  top: -6%;
  right: 13%;
  z-index: -1;
}
.cid-t3Poz1481I .mbr-text,
.cid-t3Poz1481I .mbr-section-btn {
  color: #7f7f7f;
}
.cid-t3Poz1481I .mbr-section-title {
  color: #434343;
}
.cid-t3Poz1481I .mbr-section-subtitle {
  color: #434343;
}
.cid-t3PoF90UVa {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-t3PoF90UVa .content_wrapper {
  position: relative;
  z-index: 1;
}
.cid-t3PoF90UVa .content_wrapper:hover .mbr-section-title a {
  color: #f8c842 !important;
}
.cid-t3PoF90UVa .mbr-section-title,
.cid-t3PoF90UVa .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-t3PoF90UVa .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-t3PoF90UVa .mbr-section-btn .btn-secondary-outline:hover,
.cid-t3PoF90UVa .mbr-section-btn .btn-secondary-outline .active,
.cid-t3PoF90UVa .mbr-section-btn .btn-secondary-outline:focus {
  color: #330066 !important;
}
.cid-t3PoF90UVa .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  color: #fef2ed;
  top: -6%;
  right: 13%;
  z-index: -1;
}
.cid-t3PoF90UVa .mbr-text,
.cid-t3PoF90UVa .mbr-section-btn {
  color: #7f7f7f;
}
.cid-t3PoF90UVa .mbr-section-title {
  color: #434343;
}
.cid-t3PoF90UVa .mbr-section-subtitle {
  color: #434343;
}
.cid-t3PqIwlYei {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-t3PqIwlYei img {
  border-radius: 0px;
}
.cid-t3PqIwlYei .row {
  justify-content: center;
}
.cid-t3PqIwlYei .mbr-section-title {
  margin-top: 24px;
  text-align: center;
  color: #8c8c95;
}
.cid-t3PqIwlYei .container {
  max-width: 1132px;
}
.cid-t3PrAQCC64 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-t3PrAQCC64 .content_wrapper {
  position: relative;
  z-index: 1;
}
.cid-t3PrAQCC64 .content_wrapper:hover .mbr-section-title a {
  color: #f8c842 !important;
}
.cid-t3PrAQCC64 .mbr-section-title,
.cid-t3PrAQCC64 .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-t3PrAQCC64 .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-t3PrAQCC64 .mbr-section-btn .btn-secondary-outline:hover,
.cid-t3PrAQCC64 .mbr-section-btn .btn-secondary-outline .active,
.cid-t3PrAQCC64 .mbr-section-btn .btn-secondary-outline:focus {
  color: #330066 !important;
}
.cid-t3PrAQCC64 .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  color: #fef2ed;
  top: -6%;
  right: 13%;
  z-index: -1;
}
.cid-t3PrAQCC64 .mbr-text,
.cid-t3PrAQCC64 .mbr-section-btn {
  color: #7f7f7f;
}
.cid-t3PrAQCC64 .mbr-section-title {
  color: #434343;
}
.cid-t3PrAQCC64 .mbr-section-subtitle {
  color: #434343;
}
.cid-t3Psd5eTwv {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-t3Psd5eTwv .content_wrapper {
  position: relative;
  z-index: 1;
}
.cid-t3Psd5eTwv .content_wrapper:hover .mbr-section-title a {
  color: #f8c842 !important;
}
.cid-t3Psd5eTwv .mbr-section-title,
.cid-t3Psd5eTwv .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-t3Psd5eTwv .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-t3Psd5eTwv .mbr-section-btn .btn-secondary-outline:hover,
.cid-t3Psd5eTwv .mbr-section-btn .btn-secondary-outline .active,
.cid-t3Psd5eTwv .mbr-section-btn .btn-secondary-outline:focus {
  color: #330066 !important;
}
.cid-t3Psd5eTwv .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  color: #fef2ed;
  top: -6%;
  right: 13%;
  z-index: -1;
}
.cid-t3Psd5eTwv .mbr-text,
.cid-t3Psd5eTwv .mbr-section-btn {
  color: #7f7f7f;
}
.cid-t3Psd5eTwv .mbr-section-title {
  color: #434343;
}
.cid-t3Psd5eTwv .mbr-section-subtitle {
  color: #434343;
}
.cid-t3PuCTtJ2p {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-t3PuCTtJ2p img {
  border-radius: 0px;
}
.cid-t3PuCTtJ2p .row {
  justify-content: center;
}
.cid-t3PuCTtJ2p .mbr-section-title {
  margin-top: 24px;
  text-align: center;
  color: #8c8c95;
}
.cid-t3PuCTtJ2p .container {
  max-width: 1132px;
}
.cid-t3PuXl59iM {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-t3PuXl59iM .content_wrapper {
  position: relative;
  z-index: 1;
}
.cid-t3PuXl59iM .content_wrapper:hover .mbr-section-title a {
  color: #f8c842 !important;
}
.cid-t3PuXl59iM .mbr-section-title,
.cid-t3PuXl59iM .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-t3PuXl59iM .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-t3PuXl59iM .mbr-section-btn .btn-secondary-outline:hover,
.cid-t3PuXl59iM .mbr-section-btn .btn-secondary-outline .active,
.cid-t3PuXl59iM .mbr-section-btn .btn-secondary-outline:focus {
  color: #330066 !important;
}
.cid-t3PuXl59iM .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  color: #fef2ed;
  top: -6%;
  right: 13%;
  z-index: -1;
}
.cid-t3PuXl59iM .mbr-text,
.cid-t3PuXl59iM .mbr-section-btn {
  color: #7f7f7f;
}
.cid-t3PuXl59iM .mbr-section-title {
  color: #434343;
}
.cid-t3PuXl59iM .mbr-section-subtitle {
  color: #434343;
}
.cid-t3PuZGzEkQ {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-t3PuZGzEkQ .content_wrapper {
  position: relative;
  z-index: 1;
}
.cid-t3PuZGzEkQ .content_wrapper:hover .mbr-section-title a {
  color: #f8c842 !important;
}
.cid-t3PuZGzEkQ .mbr-section-title,
.cid-t3PuZGzEkQ .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-t3PuZGzEkQ .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-t3PuZGzEkQ .mbr-section-btn .btn-secondary-outline:hover,
.cid-t3PuZGzEkQ .mbr-section-btn .btn-secondary-outline .active,
.cid-t3PuZGzEkQ .mbr-section-btn .btn-secondary-outline:focus {
  color: #330066 !important;
}
.cid-t3PuZGzEkQ .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  color: #fef2ed;
  top: -6%;
  right: 13%;
  z-index: -1;
}
.cid-t3PuZGzEkQ .mbr-text,
.cid-t3PuZGzEkQ .mbr-section-btn {
  color: #7f7f7f;
}
.cid-t3PuZGzEkQ .mbr-section-title {
  color: #434343;
}
.cid-t3PuZGzEkQ .mbr-section-subtitle {
  color: #434343;
}
.cid-t3PveIeYyb {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-t3PveIeYyb img {
  border-radius: 0px;
}
.cid-t3PveIeYyb .row {
  justify-content: center;
}
.cid-t3PveIeYyb .mbr-section-title {
  margin-top: 24px;
  text-align: center;
  color: #8c8c95;
}
.cid-t3PveIeYyb .container {
  max-width: 1132px;
}
.cid-t3Pvf9Qd9W {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-t3Pvf9Qd9W .content_wrapper {
  position: relative;
  z-index: 1;
}
.cid-t3Pvf9Qd9W .content_wrapper:hover .mbr-section-title a {
  color: #f8c842 !important;
}
.cid-t3Pvf9Qd9W .mbr-section-title,
.cid-t3Pvf9Qd9W .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-t3Pvf9Qd9W .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-t3Pvf9Qd9W .mbr-section-btn .btn-secondary-outline:hover,
.cid-t3Pvf9Qd9W .mbr-section-btn .btn-secondary-outline .active,
.cid-t3Pvf9Qd9W .mbr-section-btn .btn-secondary-outline:focus {
  color: #330066 !important;
}
.cid-t3Pvf9Qd9W .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  color: #fef2ed;
  top: -6%;
  right: 13%;
  z-index: -1;
}
.cid-t3Pvf9Qd9W .mbr-text,
.cid-t3Pvf9Qd9W .mbr-section-btn {
  color: #7f7f7f;
}
.cid-t3Pvf9Qd9W .mbr-section-title {
  color: #434343;
}
.cid-t3Pvf9Qd9W .mbr-section-subtitle {
  color: #434343;
}
.cid-t409CxUJgO {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-t3Pw33thyL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t3Pw33thyL [class^="socicon-"]:before,
.cid-t3Pw33thyL [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-t3Pw33thyL .btn-social {
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #7f7f7f;
  border-width: 2px;
  transition: all .3s;
  border-color: #7f7f7f;
}
.cid-t3Pw33thyL .btn-social:hover {
  background: #7f7f7f;
}
.cid-t3Pw33thyL .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-t3Pw33thyL .mbr-section-title,
.cid-t3Pw33thyL .mbr-social-likes {
  color: #7f7f7f;
}
.cid-t402yZ6znG {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #efefef;
}
.cid-t402yZ6znG img {
  border-radius: 0px;
}
.cid-t402yZ6znG .row {
  justify-content: center;
}
.cid-t402yZ6znG .mbr-section-title {
  margin-top: 24px;
  text-align: center;
  color: #8c8c95;
}
.cid-t402yZ6znG .container {
  max-width: 1132px;
}
.cid-t402ztPLjZ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #efefef;
}
@media (min-width: 991px) {
  .cid-t402ztPLjZ .card_wrapper .mbr-section-btn {
    opacity: 0;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    transform: translateY(10px);
  }
}
.cid-t402ztPLjZ .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-top: 10px;
  border: none !important;
  background-color: transparent !important;
}
.cid-t402ztPLjZ .mbr-section-btn .btn-secondary-outline:hover,
.cid-t402ztPLjZ .mbr-section-btn .btn-secondary-outline .active,
.cid-t402ztPLjZ .mbr-section-btn .btn-secondary-outline:focus {
  color: #330066 !important;
}
.cid-t402ztPLjZ .category_content {
  opacity: .8;
}
.cid-t402ztPLjZ .item-title,
.cid-t402ztPLjZ .card_topic {
  margin-bottom: 12px;
}
.cid-t402ztPLjZ .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #f8c842;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-t402ztPLjZ .card_wrapper:hover .item-title a {
  color: #f8c842 !important;
}
@media (min-width: 992px) {
  .cid-t402ztPLjZ .card_wrapper:hover .mbr-section-btn {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 767px) {
  .cid-t402ztPLjZ .card_wrapper:first-child {
    margin-bottom: 1.5rem;
  }
}
.cid-t402ztPLjZ .mbr-text,
.cid-t402ztPLjZ .mbr-section-btn {
  text-align: left;
  color: #7f7f7f;
}
.cid-t402ztPLjZ .item-title {
  text-align: left;
  color: #7f7f7f;
}
.cid-t405uU1ii3 {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-t405uU1ii3 [class^='socicon-']:before,
.cid-t405uU1ii3 [class*=' socicon-']:before {
  line-height: 44px;
}
.cid-t405uU1ii3 .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-t405uU1ii3 .btn-social,
.cid-t405uU1ii3 .mbr-section-title {
  color: #57468b;
}
.cid-t405uU1ii3 .soc-item {
  width: 20px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 10px;
}
.cid-t405uU1ii3 .soc-item span {
  font-size: 20px;
  color: #7f7f7f !important;
  transition: all 0.3s;
}
.cid-t405uU1ii3 .soc-item:hover span {
  color: #434343 !important;
}
@media (max-width: 992px) {
  .cid-t405uU1ii3 .align-left,
  .cid-t405uU1ii3 .align-right {
    text-align: center;
  }
  .cid-t405uU1ii3 .social-list {
    justify-content: center;
  }
  .cid-t405uU1ii3 .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-t405uU1ii3 .mbr-text {
  color: #7f7f7f;
}
.cid-t42psDSR0n .navbar-dropdown {
  position: relative !important;
}
.cid-t42psDSR0n .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-t42psDSR0n .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t42psDSR0n .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t42psDSR0n .dropdown-item:hover,
.cid-t42psDSR0n .dropdown-item:focus {
  background: #330066 !important;
  color: white !important;
}
.cid-t42psDSR0n .dropdown-item:hover span {
  color: white;
}
.cid-t42psDSR0n .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t42psDSR0n .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t42psDSR0n .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t42psDSR0n .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t42psDSR0n .nav-link {
  position: relative;
}
.cid-t42psDSR0n .container {
  display: flex;
  margin: auto;
}
.cid-t42psDSR0n .iconfont-wrapper {
  color: #1f1437 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t42psDSR0n .dropdown-menu,
.cid-t42psDSR0n .navbar.opened {
  background: #ffffff !important;
}
.cid-t42psDSR0n .nav-item:focus,
.cid-t42psDSR0n .nav-link:focus {
  outline: none;
}
.cid-t42psDSR0n .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t42psDSR0n .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t42psDSR0n .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t42psDSR0n .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t42psDSR0n .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t42psDSR0n .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t42psDSR0n .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-t42psDSR0n .navbar.opened {
  transition: all 0.3s;
}
.cid-t42psDSR0n .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t42psDSR0n .navbar .navbar-logo img {
  width: auto;
}
.cid-t42psDSR0n .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t42psDSR0n .navbar.collapsed {
  justify-content: center;
}
.cid-t42psDSR0n .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t42psDSR0n .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t42psDSR0n .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-t42psDSR0n .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t42psDSR0n .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t42psDSR0n .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-t42psDSR0n .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t42psDSR0n .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t42psDSR0n .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t42psDSR0n .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t42psDSR0n .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t42psDSR0n .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t42psDSR0n .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t42psDSR0n .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-t42psDSR0n .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t42psDSR0n .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t42psDSR0n .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t42psDSR0n .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t42psDSR0n .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t42psDSR0n .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t42psDSR0n .navbar.navbar-short {
  min-height: 60px;
}
.cid-t42psDSR0n .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t42psDSR0n .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t42psDSR0n .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t42psDSR0n .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t42psDSR0n .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t42psDSR0n .dropdown-item.active,
.cid-t42psDSR0n .dropdown-item:active {
  background-color: transparent;
}
.cid-t42psDSR0n .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t42psDSR0n .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t42psDSR0n .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t42psDSR0n .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-t42psDSR0n .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t42psDSR0n .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t42psDSR0n ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t42psDSR0n .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t42psDSR0n button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t42psDSR0n button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1f1437;
}
.cid-t42psDSR0n button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t42psDSR0n button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t42psDSR0n button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t42psDSR0n button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t42psDSR0n nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t42psDSR0n nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t42psDSR0n nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t42psDSR0n nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t42psDSR0n .navbar-dropdown {
  padding: 0 1rem;
}
.cid-t42psDSR0n a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t42psDSR0n .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-t42psDSR0n .navbar {
    height: 70px;
  }
  .cid-t42psDSR0n .navbar.opened {
    height: auto;
  }
  .cid-t42psDSR0n .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t3PG3D27XW {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-t3PG3D27XW img {
  border-radius: 0px;
}
.cid-t3PG3D27XW .row {
  justify-content: center;
}
.cid-t3PG3D27XW .mbr-section-title {
  margin-top: 24px;
  text-align: center;
  color: #8c8c95;
}
.cid-t3PG3D27XW .container {
  max-width: 1132px;
}
.cid-t3PG3DgdoH {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-t3PG3DgdoH .item-wrapper:hover .mbr-section-title a {
  color: #f8c842 !important;
}
.cid-t3PG3DgdoH .mbr-section-title,
.cid-t3PG3DgdoH .card_topic {
  margin-bottom: 12px;
}
.cid-t3PG3DgdoH .author_post {
  margin-right: 25px;
  display: inline-block;
  white-space: nowrap;
}
.cid-t3PG3DgdoH .card_post {
  display: inline-flex;
  align-items: center;
  position: relative;
  margin-top: 30px;
}
.cid-t3PG3DgdoH .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-t3PG3DgdoH .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.cid-t3PG3DgdoH .category_content,
.cid-t3PG3DgdoH .date,
.cid-t3PG3DgdoH .name_author {
  opacity: .8;
}
.cid-t3PG3DgdoH .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #f8c842;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-t3PG3DgdoH .category_content,
.cid-t3PG3DgdoH .card_topic {
  color: #7f7f7f;
}
.cid-t3PG3DgdoH .mbr-section-title,
.cid-t3PG3DgdoH .post_wrap {
  color: #434343;
}
.cid-t3PG3DgdoH .author {
  color: #434343;
}
.cid-t3PG3DgdoH .name_author {
  color: #7f7f7f;
}
.cid-t3PG3DgdoH .date {
  color: #7f7f7f;
}
.cid-t3PG3DgdoH .publish_date {
  color: #434343;
}
.cid-t3PG3DwqXP {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-t3PG3DwqXP .content_wrapper {
  position: relative;
  z-index: 1;
}
.cid-t3PG3DwqXP .content_wrapper:hover .mbr-section-title a {
  color: #f8c842 !important;
}
.cid-t3PG3DwqXP .mbr-section-title,
.cid-t3PG3DwqXP .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-t3PG3DwqXP .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-t3PG3DwqXP .mbr-section-btn .btn-secondary-outline:hover,
.cid-t3PG3DwqXP .mbr-section-btn .btn-secondary-outline .active,
.cid-t3PG3DwqXP .mbr-section-btn .btn-secondary-outline:focus {
  color: #330066 !important;
}
.cid-t3PG3DwqXP .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  color: #fef2ed;
  top: -6%;
  right: 13%;
  z-index: -1;
}
.cid-t3PG3DwqXP .mbr-text,
.cid-t3PG3DwqXP .mbr-section-btn {
  color: #434343;
}
.cid-t3PG3DwqXP .mbr-section-title {
  color: #434343;
}
.cid-t40cmMGBDQ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-t40cmMGBDQ .card-wrapper {
  background: #efefef;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-t40cmMGBDQ .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-t40cmMGBDQ .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t40cmMGBDQ .card-wrapper {
    padding: 4rem;
  }
}
.cid-t40cmMGBDQ .mbr-text,
.cid-t40cmMGBDQ .mbr-section-btn {
  color: #7f7f7f;
  text-align: right;
}
.cid-t40cmMGBDQ .card-title,
.cid-t40cmMGBDQ .card-box {
  text-align: left;
  color: #434343;
}
.cid-t40cxAoHBs {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-t40cxAoHBs .content_wrapper {
  position: relative;
  z-index: 1;
}
.cid-t40cxAoHBs .content_wrapper:hover .mbr-section-title a {
  color: #f8c842 !important;
}
.cid-t40cxAoHBs .mbr-section-title,
.cid-t40cxAoHBs .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-t40cxAoHBs .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-t40cxAoHBs .mbr-section-btn .btn-secondary-outline:hover,
.cid-t40cxAoHBs .mbr-section-btn .btn-secondary-outline .active,
.cid-t40cxAoHBs .mbr-section-btn .btn-secondary-outline:focus {
  color: #330066 !important;
}
.cid-t40cxAoHBs .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  color: #fef2ed;
  top: -6%;
  right: 13%;
  z-index: -1;
}
.cid-t40cxAoHBs .mbr-text,
.cid-t40cxAoHBs .mbr-section-btn {
  color: #434343;
}
.cid-t40cxAoHBs .mbr-section-title {
  color: #434343;
  text-align: center;
}
.cid-t40cxAoHBs .mbr-section-title DIV {
  text-align: center;
}
.cid-t40cJg0EmZ {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-t40cJg0EmZ .content_wrapper {
  position: relative;
  z-index: 1;
}
.cid-t40cJg0EmZ .content_wrapper:hover .mbr-section-title a {
  color: #f8c842 !important;
}
.cid-t40cJg0EmZ .mbr-section-title,
.cid-t40cJg0EmZ .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-t40cJg0EmZ .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-t40cJg0EmZ .mbr-section-btn .btn-secondary-outline:hover,
.cid-t40cJg0EmZ .mbr-section-btn .btn-secondary-outline .active,
.cid-t40cJg0EmZ .mbr-section-btn .btn-secondary-outline:focus {
  color: #330066 !important;
}
.cid-t40cJg0EmZ .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  color: #fef2ed;
  top: -6%;
  right: 13%;
  z-index: -1;
}
.cid-t40cJg0EmZ .mbr-text,
.cid-t40cJg0EmZ .mbr-section-btn {
  color: #434343;
}
.cid-t40cJg0EmZ .mbr-section-title {
  color: #434343;
  text-align: center;
}
.cid-t40cJg0EmZ .mbr-section-title DIV {
  text-align: center;
}
.cid-t3PG3FPYlq {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-t3PG3FPYlq .content_wrapper {
  position: relative;
  z-index: 1;
}
.cid-t3PG3FPYlq .content_wrapper:hover .mbr-section-title a {
  color: #f8c842 !important;
}
.cid-t3PG3FPYlq .mbr-section-title,
.cid-t3PG3FPYlq .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-t3PG3FPYlq .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-t3PG3FPYlq .mbr-section-btn .btn-secondary-outline:hover,
.cid-t3PG3FPYlq .mbr-section-btn .btn-secondary-outline .active,
.cid-t3PG3FPYlq .mbr-section-btn .btn-secondary-outline:focus {
  color: #330066 !important;
}
.cid-t3PG3FPYlq .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  color: #fef2ed;
  top: -6%;
  right: 13%;
  z-index: -1;
}
.cid-t3PG3FPYlq .mbr-text,
.cid-t3PG3FPYlq .mbr-section-btn {
  color: #7f7f7f;
}
.cid-t40ddVvGEz {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-t3PG3G3S1z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t3PG3G3S1z [class^="socicon-"]:before,
.cid-t3PG3G3S1z [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-t3PG3G3S1z .btn-social {
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #7f7f7f;
  border-width: 2px;
  transition: all .3s;
  border-color: #7f7f7f;
}
.cid-t3PG3G3S1z .btn-social:hover {
  background: #7f7f7f;
}
.cid-t3PG3G3S1z .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-t3PG3G3S1z .mbr-section-title,
.cid-t3PG3G3S1z .mbr-social-likes {
  color: #7f7f7f;
}
.cid-t402EGpZxL {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #efefef;
}
.cid-t402EGpZxL img {
  border-radius: 0px;
}
.cid-t402EGpZxL .row {
  justify-content: center;
}
.cid-t402EGpZxL .mbr-section-title {
  margin-top: 24px;
  text-align: center;
  color: #8c8c95;
}
.cid-t402EGpZxL .container {
  max-width: 1132px;
}
.cid-t402FIO8Xm {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #efefef;
}
@media (min-width: 991px) {
  .cid-t402FIO8Xm .card_wrapper .mbr-section-btn {
    opacity: 0;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    transform: translateY(10px);
  }
}
.cid-t402FIO8Xm .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-top: 10px;
  border: none !important;
  background-color: transparent !important;
}
.cid-t402FIO8Xm .mbr-section-btn .btn-secondary-outline:hover,
.cid-t402FIO8Xm .mbr-section-btn .btn-secondary-outline .active,
.cid-t402FIO8Xm .mbr-section-btn .btn-secondary-outline:focus {
  color: #330066 !important;
}
.cid-t402FIO8Xm .category_content {
  opacity: .8;
}
.cid-t402FIO8Xm .item-title,
.cid-t402FIO8Xm .card_topic {
  margin-bottom: 12px;
}
.cid-t402FIO8Xm .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #f8c842;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-t402FIO8Xm .card_wrapper:hover .item-title a {
  color: #f8c842 !important;
}
@media (min-width: 992px) {
  .cid-t402FIO8Xm .card_wrapper:hover .mbr-section-btn {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 767px) {
  .cid-t402FIO8Xm .card_wrapper:first-child {
    margin-bottom: 1.5rem;
  }
}
.cid-t402FIO8Xm .mbr-text,
.cid-t402FIO8Xm .mbr-section-btn {
  text-align: left;
  color: #7f7f7f;
}
.cid-t402FIO8Xm .item-title {
  text-align: left;
  color: #7f7f7f;
}
.cid-t405uU1ii3 {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-t405uU1ii3 [class^='socicon-']:before,
.cid-t405uU1ii3 [class*=' socicon-']:before {
  line-height: 44px;
}
.cid-t405uU1ii3 .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-t405uU1ii3 .btn-social,
.cid-t405uU1ii3 .mbr-section-title {
  color: #57468b;
}
.cid-t405uU1ii3 .soc-item {
  width: 20px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 10px;
}
.cid-t405uU1ii3 .soc-item span {
  font-size: 20px;
  color: #7f7f7f !important;
  transition: all 0.3s;
}
.cid-t405uU1ii3 .soc-item:hover span {
  color: #434343 !important;
}
@media (max-width: 992px) {
  .cid-t405uU1ii3 .align-left,
  .cid-t405uU1ii3 .align-right {
    text-align: center;
  }
  .cid-t405uU1ii3 .social-list {
    justify-content: center;
  }
  .cid-t405uU1ii3 .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-t405uU1ii3 .mbr-text {
  color: #7f7f7f;
}
.cid-t42psDSR0n .navbar-dropdown {
  position: relative !important;
}
.cid-t42psDSR0n .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-t42psDSR0n .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t42psDSR0n .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t42psDSR0n .dropdown-item:hover,
.cid-t42psDSR0n .dropdown-item:focus {
  background: #330066 !important;
  color: white !important;
}
.cid-t42psDSR0n .dropdown-item:hover span {
  color: white;
}
.cid-t42psDSR0n .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t42psDSR0n .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t42psDSR0n .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t42psDSR0n .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t42psDSR0n .nav-link {
  position: relative;
}
.cid-t42psDSR0n .container {
  display: flex;
  margin: auto;
}
.cid-t42psDSR0n .iconfont-wrapper {
  color: #1f1437 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t42psDSR0n .dropdown-menu,
.cid-t42psDSR0n .navbar.opened {
  background: #ffffff !important;
}
.cid-t42psDSR0n .nav-item:focus,
.cid-t42psDSR0n .nav-link:focus {
  outline: none;
}
.cid-t42psDSR0n .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t42psDSR0n .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t42psDSR0n .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t42psDSR0n .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t42psDSR0n .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t42psDSR0n .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t42psDSR0n .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-t42psDSR0n .navbar.opened {
  transition: all 0.3s;
}
.cid-t42psDSR0n .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t42psDSR0n .navbar .navbar-logo img {
  width: auto;
}
.cid-t42psDSR0n .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t42psDSR0n .navbar.collapsed {
  justify-content: center;
}
.cid-t42psDSR0n .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t42psDSR0n .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t42psDSR0n .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-t42psDSR0n .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t42psDSR0n .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t42psDSR0n .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-t42psDSR0n .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t42psDSR0n .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t42psDSR0n .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t42psDSR0n .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t42psDSR0n .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t42psDSR0n .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t42psDSR0n .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t42psDSR0n .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-t42psDSR0n .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t42psDSR0n .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t42psDSR0n .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t42psDSR0n .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t42psDSR0n .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t42psDSR0n .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t42psDSR0n .navbar.navbar-short {
  min-height: 60px;
}
.cid-t42psDSR0n .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t42psDSR0n .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t42psDSR0n .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t42psDSR0n .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t42psDSR0n .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t42psDSR0n .dropdown-item.active,
.cid-t42psDSR0n .dropdown-item:active {
  background-color: transparent;
}
.cid-t42psDSR0n .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t42psDSR0n .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t42psDSR0n .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t42psDSR0n .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-t42psDSR0n .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t42psDSR0n .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t42psDSR0n ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t42psDSR0n .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t42psDSR0n button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t42psDSR0n button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1f1437;
}
.cid-t42psDSR0n button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t42psDSR0n button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t42psDSR0n button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t42psDSR0n button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t42psDSR0n nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t42psDSR0n nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t42psDSR0n nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t42psDSR0n nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t42psDSR0n .navbar-dropdown {
  padding: 0 1rem;
}
.cid-t42psDSR0n a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t42psDSR0n .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-t42psDSR0n .navbar {
    height: 70px;
  }
  .cid-t42psDSR0n .navbar.opened {
    height: auto;
  }
  .cid-t42psDSR0n .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t3PVwSio5o {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-t3PVwSio5o img {
  border-radius: 0px;
}
.cid-t3PVwSio5o .row {
  justify-content: center;
}
.cid-t3PVwSio5o .mbr-section-title {
  margin-top: 24px;
  text-align: center;
  color: #8c8c95;
}
.cid-t3PVwSio5o .container {
  max-width: 1132px;
}
.cid-t3PVwSs3Ab {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-t3PVwSs3Ab .item-wrapper:hover .mbr-section-title a {
  color: #f8c842 !important;
}
.cid-t3PVwSs3Ab .mbr-section-title,
.cid-t3PVwSs3Ab .card_topic {
  margin-bottom: 12px;
}
.cid-t3PVwSs3Ab .author_post {
  margin-right: 25px;
  display: inline-block;
  white-space: nowrap;
}
.cid-t3PVwSs3Ab .card_post {
  display: inline-flex;
  align-items: center;
  position: relative;
  margin-top: 30px;
}
.cid-t3PVwSs3Ab .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-t3PVwSs3Ab .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.cid-t3PVwSs3Ab .category_content,
.cid-t3PVwSs3Ab .date,
.cid-t3PVwSs3Ab .name_author {
  opacity: .8;
}
.cid-t3PVwSs3Ab .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #f8c842;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-t3PVwSs3Ab .category_content,
.cid-t3PVwSs3Ab .card_topic {
  color: #7f7f7f;
}
.cid-t3PVwSs3Ab .mbr-section-title,
.cid-t3PVwSs3Ab .post_wrap {
  color: #434343;
}
.cid-t3PVwSs3Ab .author {
  color: #434343;
}
.cid-t3PVwSs3Ab .name_author {
  color: #7f7f7f;
}
.cid-t3PVwSs3Ab .date {
  color: #7f7f7f;
}
.cid-t3PVwSs3Ab .publish_date {
  color: #434343;
}
.cid-t3PVwSHxvR {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-t3PVwSHxvR .content_wrapper {
  position: relative;
  z-index: 1;
}
.cid-t3PVwSHxvR .content_wrapper:hover .mbr-section-title a {
  color: #f8c842 !important;
}
.cid-t3PVwSHxvR .mbr-section-title,
.cid-t3PVwSHxvR .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-t3PVwSHxvR .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-t3PVwSHxvR .mbr-section-btn .btn-secondary-outline:hover,
.cid-t3PVwSHxvR .mbr-section-btn .btn-secondary-outline .active,
.cid-t3PVwSHxvR .mbr-section-btn .btn-secondary-outline:focus {
  color: #330066 !important;
}
.cid-t3PVwSHxvR .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  color: #fef2ed;
  top: -6%;
  right: 13%;
  z-index: -1;
}
.cid-t3PVwSHxvR .mbr-text,
.cid-t3PVwSHxvR .mbr-section-btn {
  color: #434343;
}
.cid-t3PVwW1x2J {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-t3PVwW1x2J .content_wrapper {
  position: relative;
  z-index: 1;
}
.cid-t3PVwW1x2J .content_wrapper:hover .mbr-section-title a {
  color: #f8c842 !important;
}
.cid-t3PVwW1x2J .mbr-section-title,
.cid-t3PVwW1x2J .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-t3PVwW1x2J .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-t3PVwW1x2J .mbr-section-btn .btn-secondary-outline:hover,
.cid-t3PVwW1x2J .mbr-section-btn .btn-secondary-outline .active,
.cid-t3PVwW1x2J .mbr-section-btn .btn-secondary-outline:focus {
  color: #330066 !important;
}
.cid-t3PVwW1x2J .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  color: #fef2ed;
  top: -6%;
  right: 13%;
  z-index: -1;
}
.cid-t3PVwW1x2J .mbr-text,
.cid-t3PVwW1x2J .mbr-section-btn {
  color: #7f7f7f;
}
.cid-t3PVwW1x2J .mbr-section-title {
  color: #434343;
}
.cid-t3PVwW1x2J .mbr-section-subtitle {
  color: #7f7f7f;
}
.cid-t40dw6Fiyi {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-t3PVwWdcCH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t3PVwWdcCH [class^="socicon-"]:before,
.cid-t3PVwWdcCH [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-t3PVwWdcCH .btn-social {
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #7f7f7f;
  border-width: 2px;
  transition: all .3s;
  border-color: #7f7f7f;
}
.cid-t3PVwWdcCH .btn-social:hover {
  background: #7f7f7f;
}
.cid-t3PVwWdcCH .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-t3PVwWdcCH .mbr-section-title,
.cid-t3PVwWdcCH .mbr-social-likes {
  color: #7f7f7f;
}
.cid-t402JgPUoi {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #efefef;
}
.cid-t402JgPUoi img {
  border-radius: 0px;
}
.cid-t402JgPUoi .row {
  justify-content: center;
}
.cid-t402JgPUoi .mbr-section-title {
  margin-top: 24px;
  text-align: center;
  color: #8c8c95;
}
.cid-t402JgPUoi .container {
  max-width: 1132px;
}
.cid-t402JPbJk5 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #efefef;
}
@media (min-width: 991px) {
  .cid-t402JPbJk5 .card_wrapper .mbr-section-btn {
    opacity: 0;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    transform: translateY(10px);
  }
}
.cid-t402JPbJk5 .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-top: 10px;
  border: none !important;
  background-color: transparent !important;
}
.cid-t402JPbJk5 .mbr-section-btn .btn-secondary-outline:hover,
.cid-t402JPbJk5 .mbr-section-btn .btn-secondary-outline .active,
.cid-t402JPbJk5 .mbr-section-btn .btn-secondary-outline:focus {
  color: #330066 !important;
}
.cid-t402JPbJk5 .category_content {
  opacity: .8;
}
.cid-t402JPbJk5 .item-title,
.cid-t402JPbJk5 .card_topic {
  margin-bottom: 12px;
}
.cid-t402JPbJk5 .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #f8c842;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-t402JPbJk5 .card_wrapper:hover .item-title a {
  color: #f8c842 !important;
}
@media (min-width: 992px) {
  .cid-t402JPbJk5 .card_wrapper:hover .mbr-section-btn {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 767px) {
  .cid-t402JPbJk5 .card_wrapper:first-child {
    margin-bottom: 1.5rem;
  }
}
.cid-t402JPbJk5 .mbr-text,
.cid-t402JPbJk5 .mbr-section-btn {
  text-align: left;
  color: #7f7f7f;
}
.cid-t402JPbJk5 .item-title {
  text-align: left;
  color: #7f7f7f;
}
.cid-t405uU1ii3 {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-t405uU1ii3 [class^='socicon-']:before,
.cid-t405uU1ii3 [class*=' socicon-']:before {
  line-height: 44px;
}
.cid-t405uU1ii3 .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-t405uU1ii3 .btn-social,
.cid-t405uU1ii3 .mbr-section-title {
  color: #57468b;
}
.cid-t405uU1ii3 .soc-item {
  width: 20px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 10px;
}
.cid-t405uU1ii3 .soc-item span {
  font-size: 20px;
  color: #7f7f7f !important;
  transition: all 0.3s;
}
.cid-t405uU1ii3 .soc-item:hover span {
  color: #434343 !important;
}
@media (max-width: 992px) {
  .cid-t405uU1ii3 .align-left,
  .cid-t405uU1ii3 .align-right {
    text-align: center;
  }
  .cid-t405uU1ii3 .social-list {
    justify-content: center;
  }
  .cid-t405uU1ii3 .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-t405uU1ii3 .mbr-text {
  color: #7f7f7f;
}
.cid-t42psDSR0n .navbar-dropdown {
  position: relative !important;
}
.cid-t42psDSR0n .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-t42psDSR0n .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t42psDSR0n .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t42psDSR0n .dropdown-item:hover,
.cid-t42psDSR0n .dropdown-item:focus {
  background: #330066 !important;
  color: white !important;
}
.cid-t42psDSR0n .dropdown-item:hover span {
  color: white;
}
.cid-t42psDSR0n .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t42psDSR0n .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t42psDSR0n .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t42psDSR0n .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t42psDSR0n .nav-link {
  position: relative;
}
.cid-t42psDSR0n .container {
  display: flex;
  margin: auto;
}
.cid-t42psDSR0n .iconfont-wrapper {
  color: #1f1437 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t42psDSR0n .dropdown-menu,
.cid-t42psDSR0n .navbar.opened {
  background: #ffffff !important;
}
.cid-t42psDSR0n .nav-item:focus,
.cid-t42psDSR0n .nav-link:focus {
  outline: none;
}
.cid-t42psDSR0n .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t42psDSR0n .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t42psDSR0n .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t42psDSR0n .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t42psDSR0n .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t42psDSR0n .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t42psDSR0n .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-t42psDSR0n .navbar.opened {
  transition: all 0.3s;
}
.cid-t42psDSR0n .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t42psDSR0n .navbar .navbar-logo img {
  width: auto;
}
.cid-t42psDSR0n .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t42psDSR0n .navbar.collapsed {
  justify-content: center;
}
.cid-t42psDSR0n .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t42psDSR0n .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t42psDSR0n .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-t42psDSR0n .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t42psDSR0n .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t42psDSR0n .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-t42psDSR0n .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t42psDSR0n .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t42psDSR0n .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t42psDSR0n .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t42psDSR0n .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t42psDSR0n .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t42psDSR0n .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t42psDSR0n .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-t42psDSR0n .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t42psDSR0n .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t42psDSR0n .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t42psDSR0n .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t42psDSR0n .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t42psDSR0n .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t42psDSR0n .navbar.navbar-short {
  min-height: 60px;
}
.cid-t42psDSR0n .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t42psDSR0n .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t42psDSR0n .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t42psDSR0n .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t42psDSR0n .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t42psDSR0n .dropdown-item.active,
.cid-t42psDSR0n .dropdown-item:active {
  background-color: transparent;
}
.cid-t42psDSR0n .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t42psDSR0n .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t42psDSR0n .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t42psDSR0n .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-t42psDSR0n .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t42psDSR0n .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t42psDSR0n ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t42psDSR0n .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t42psDSR0n button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t42psDSR0n button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1f1437;
}
.cid-t42psDSR0n button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t42psDSR0n button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t42psDSR0n button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t42psDSR0n button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t42psDSR0n nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t42psDSR0n nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t42psDSR0n nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t42psDSR0n nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t42psDSR0n .navbar-dropdown {
  padding: 0 1rem;
}
.cid-t42psDSR0n a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t42psDSR0n .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-t42psDSR0n .navbar {
    height: 70px;
  }
  .cid-t42psDSR0n .navbar.opened {
    height: auto;
  }
  .cid-t42psDSR0n .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t3PX2dF1S9 {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-t3PX2dF1S9 img {
  border-radius: 0px;
}
.cid-t3PX2dF1S9 .row {
  justify-content: center;
}
.cid-t3PX2dF1S9 .mbr-section-title {
  margin-top: 24px;
  text-align: center;
  color: #8c8c95;
}
.cid-t3PX2dF1S9 .container {
  max-width: 1132px;
}
.cid-t3PX2dSyKi {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-t3PX2dSyKi .item-wrapper:hover .mbr-section-title a {
  color: #f8c842 !important;
}
.cid-t3PX2dSyKi .mbr-section-title,
.cid-t3PX2dSyKi .card_topic {
  margin-bottom: 12px;
}
.cid-t3PX2dSyKi .author_post {
  margin-right: 25px;
  display: inline-block;
  white-space: nowrap;
}
.cid-t3PX2dSyKi .card_post {
  display: inline-flex;
  align-items: center;
  position: relative;
  margin-top: 30px;
}
.cid-t3PX2dSyKi .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-t3PX2dSyKi .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.cid-t3PX2dSyKi .category_content,
.cid-t3PX2dSyKi .date,
.cid-t3PX2dSyKi .name_author {
  opacity: .8;
}
.cid-t3PX2dSyKi .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #f8c842;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-t3PX2dSyKi .category_content,
.cid-t3PX2dSyKi .card_topic {
  color: #7f7f7f;
}
.cid-t3PX2dSyKi .mbr-section-title,
.cid-t3PX2dSyKi .post_wrap {
  color: #434343;
}
.cid-t3PX2dSyKi .author {
  color: #434343;
}
.cid-t3PX2dSyKi .name_author {
  color: #7f7f7f;
}
.cid-t3PX2dSyKi .date {
  color: #7f7f7f;
}
.cid-t3PX2dSyKi .publish_date {
  color: #434343;
}
.cid-t3PX2e8WsH {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-t3PX2e8WsH .content_wrapper {
  position: relative;
  z-index: 1;
}
.cid-t3PX2e8WsH .content_wrapper:hover .mbr-section-title a {
  color: #f8c842 !important;
}
.cid-t3PX2e8WsH .mbr-section-title,
.cid-t3PX2e8WsH .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-t3PX2e8WsH .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-t3PX2e8WsH .mbr-section-btn .btn-secondary-outline:hover,
.cid-t3PX2e8WsH .mbr-section-btn .btn-secondary-outline .active,
.cid-t3PX2e8WsH .mbr-section-btn .btn-secondary-outline:focus {
  color: #330066 !important;
}
.cid-t3PX2e8WsH .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  color: #fef2ed;
  top: -6%;
  right: 13%;
  z-index: -1;
}
.cid-t3PX2e8WsH .mbr-text,
.cid-t3PX2e8WsH .mbr-section-btn {
  color: #434343;
}
.cid-t3PXy9TVqn {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-t3PXy9TVqn .mbr-text {
  color: #434343;
}
.cid-t3PXy9TVqn .mbr-section-subtitle {
  color: #434343;
}
.cid-t3PYzXPUzT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-t3PYzXPUzT img,
.cid-t3PYzXPUzT .item-img {
  width: 100%;
}
.cid-t3PYzXPUzT .item:focus,
.cid-t3PYzXPUzT span:focus {
  outline: none;
}
.cid-t3PYzXPUzT .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-t3PYzXPUzT .item-wrapper {
  position: relative;
  background: #649afc;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-t3PYzXPUzT .item-content {
  padding: 25px 1rem 0;
}
.cid-t3PYzXPUzT .item-content a:not(.btn):hover {
  color: #330066 !important;
  background-image: none !important;
}
.cid-t3PYzXPUzT .item-wrapper {
  background: transparent;
}
.cid-t3PYzXPUzT .item-content {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-t3PYzXPUzT .mbr-section-btn {
  margin-top: auto !important;
}
.cid-t3PYzXPUzT .mbr-section-title,
.cid-t3PYzXPUzT .mbr-section-subtitle {
  color: #111111;
}
.cid-t3PYzXPUzT .mbr-text,
.cid-t3PYzXPUzT .mbr-section-btn {
  text-align: left;
}
.cid-t3PYzXPUzT .item-title {
  text-align: left;
}
.cid-t3PYzXPUzT .item-subtitle {
  text-align: center;
}
.cid-t3PYzXPUzT .item-img {
  overflow: hidden;
}
.cid-t3PYzXPUzT .item-img img {
  width: 100%;
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
  transition: 1s;
}
.cid-t3PYzXPUzT .item-img:hover img {
  transform: scale3d(1.1, 1.1, 1.1) translateZ(0);
}
.cid-t3PYzXPUzT .mbr-section-head {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .cid-t3PYzXPUzT .mbr-section-head {
    margin-bottom: 60px;
  }
}
.cid-t3PYZfClOF {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-t3PYZfClOF .content_wrapper {
  position: relative;
  z-index: 1;
}
.cid-t3PYZfClOF .content_wrapper:hover .mbr-section-title a {
  color: #f8c842 !important;
}
.cid-t3PYZfClOF .mbr-section-title,
.cid-t3PYZfClOF .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-t3PYZfClOF .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-t3PYZfClOF .mbr-section-btn .btn-secondary-outline:hover,
.cid-t3PYZfClOF .mbr-section-btn .btn-secondary-outline .active,
.cid-t3PYZfClOF .mbr-section-btn .btn-secondary-outline:focus {
  color: #330066 !important;
}
.cid-t3PYZfClOF .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  color: #fef2ed;
  top: -6%;
  right: 13%;
  z-index: -1;
}
.cid-t3PYZfClOF .mbr-section-title {
  color: #434343;
}
.cid-t3PYZfClOF .mbr-text,
.cid-t3PYZfClOF .mbr-section-btn {
  color: #434343;
}
.cid-t3PZciLy4T {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-t3PZciLy4T .content_wrapper {
  position: relative;
  z-index: 1;
}
.cid-t3PZciLy4T .content_wrapper:hover .mbr-section-title a {
  color: #f8c842 !important;
}
.cid-t3PZciLy4T .mbr-section-title,
.cid-t3PZciLy4T .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-t3PZciLy4T .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-t3PZciLy4T .mbr-section-btn .btn-secondary-outline:hover,
.cid-t3PZciLy4T .mbr-section-btn .btn-secondary-outline .active,
.cid-t3PZciLy4T .mbr-section-btn .btn-secondary-outline:focus {
  color: #330066 !important;
}
.cid-t3PZciLy4T .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  color: #fef2ed;
  top: -6%;
  right: 13%;
  z-index: -1;
}
.cid-t3PZciLy4T .mbr-section-title {
  color: #434343;
}
.cid-t3PZciLy4T .mbr-text,
.cid-t3PZciLy4T .mbr-section-btn {
  color: #434343;
}
.cid-t3Q09icTe4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-t3Q09icTe4 .item-wrapper {
  background: #efefef;
  padding: 70px 40px 70px;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-t3Q09icTe4 .item-wrapper {
    padding: 70px 20px 70px;
  }
}
.cid-t3Q09icTe4 .item-wrapper:hover .item-title a {
  color: #f8c842 !important;
}
.cid-t3Q09icTe4 .item-title,
.cid-t3Q09icTe4 .card_topic {
  margin-bottom: 12px;
}
.cid-t3Q09icTe4 .category_content {
  opacity: .8;
}
.cid-t3Q09icTe4 .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-t3Q09icTe4 .mbr-text {
  margin: 25px 0;
  padding-left: 25px;
  border-left: 5px solid #f8c842;
}
.cid-t3Q09icTe4 .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-t3Q09icTe4 H5 {
  color: #434343;
}
.cid-t3Q09icTe4 .mbr-text,
.cid-t3Q09icTe4 .mbr-section-btn {
  color: #434343;
}
.cid-t3Q0xNWzOS {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-t3Q0xNWzOS .content_wrapper {
  position: relative;
  z-index: 1;
}
.cid-t3Q0xNWzOS .content_wrapper:hover .mbr-section-title a {
  color: #f8c842 !important;
}
.cid-t3Q0xNWzOS .mbr-section-title,
.cid-t3Q0xNWzOS .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-t3Q0xNWzOS .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-t3Q0xNWzOS .mbr-section-btn .btn-secondary-outline:hover,
.cid-t3Q0xNWzOS .mbr-section-btn .btn-secondary-outline .active,
.cid-t3Q0xNWzOS .mbr-section-btn .btn-secondary-outline:focus {
  color: #330066 !important;
}
.cid-t3Q0xNWzOS .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  color: #fef2ed;
  top: -6%;
  right: 13%;
  z-index: -1;
}
.cid-t3Q0xNWzOS .mbr-section-title {
  color: #434343;
}
.cid-t3Q0xNWzOS .mbr-text,
.cid-t3Q0xNWzOS .mbr-section-btn {
  color: #434343;
}
.cid-t3Q0I88k5o {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-t3Q0I88k5o img,
.cid-t3Q0I88k5o .item-img {
  width: 100%;
}
.cid-t3Q0I88k5o .item:focus,
.cid-t3Q0I88k5o span:focus {
  outline: none;
}
.cid-t3Q0I88k5o .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-t3Q0I88k5o .item-wrapper {
  position: relative;
  background: #649afc;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-t3Q0I88k5o .item-content {
  padding: 25px 1rem 0;
}
.cid-t3Q0I88k5o .item-content a:not(.btn):hover {
  color: #330066 !important;
  background-image: none !important;
}
.cid-t3Q0I88k5o .item-wrapper {
  background: transparent;
}
.cid-t3Q0I88k5o .item-content {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-t3Q0I88k5o .mbr-section-btn {
  margin-top: auto !important;
}
.cid-t3Q0I88k5o .mbr-section-title,
.cid-t3Q0I88k5o .mbr-section-subtitle {
  color: #111111;
}
.cid-t3Q0I88k5o .mbr-text,
.cid-t3Q0I88k5o .mbr-section-btn {
  text-align: left;
}
.cid-t3Q0I88k5o .item-title {
  text-align: left;
}
.cid-t3Q0I88k5o .item-subtitle {
  text-align: center;
}
.cid-t3Q0I88k5o .item-img {
  overflow: hidden;
}
.cid-t3Q0I88k5o .item-img img {
  width: 100%;
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
  transition: 1s;
}
.cid-t3Q0I88k5o .item-img:hover img {
  transform: scale3d(1.1, 1.1, 1.1) translateZ(0);
}
.cid-t3Q0I88k5o .mbr-section-head {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .cid-t3Q0I88k5o .mbr-section-head {
    margin-bottom: 60px;
  }
}
.cid-t3Q11ogRhQ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-t3Q11ogRhQ .content_wrapper {
  position: relative;
  z-index: 1;
}
.cid-t3Q11ogRhQ .content_wrapper:hover .mbr-section-title a {
  color: #f8c842 !important;
}
.cid-t3Q11ogRhQ .mbr-section-title,
.cid-t3Q11ogRhQ .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-t3Q11ogRhQ .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-t3Q11ogRhQ .mbr-section-btn .btn-secondary-outline:hover,
.cid-t3Q11ogRhQ .mbr-section-btn .btn-secondary-outline .active,
.cid-t3Q11ogRhQ .mbr-section-btn .btn-secondary-outline:focus {
  color: #330066 !important;
}
.cid-t3Q11ogRhQ .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  color: #fef2ed;
  top: -6%;
  right: 13%;
  z-index: -1;
}
.cid-t3Q11ogRhQ .mbr-section-title {
  color: #434343;
}
.cid-t3Q11ogRhQ .mbr-text,
.cid-t3Q11ogRhQ .mbr-section-btn {
  color: #434343;
}
.cid-t3Q17YDKD3 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-t3Q17YDKD3 .content_wrapper {
  position: relative;
  z-index: 1;
}
.cid-t3Q17YDKD3 .content_wrapper:hover .mbr-section-title a {
  color: #f8c842 !important;
}
.cid-t3Q17YDKD3 .mbr-section-title,
.cid-t3Q17YDKD3 .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-t3Q17YDKD3 .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-t3Q17YDKD3 .mbr-section-btn .btn-secondary-outline:hover,
.cid-t3Q17YDKD3 .mbr-section-btn .btn-secondary-outline .active,
.cid-t3Q17YDKD3 .mbr-section-btn .btn-secondary-outline:focus {
  color: #330066 !important;
}
.cid-t3Q17YDKD3 .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  color: #fef2ed;
  top: -6%;
  right: 13%;
  z-index: -1;
}
.cid-t3Q17YDKD3 .mbr-section-title {
  color: #434343;
}
.cid-t3Q17YDKD3 .mbr-text,
.cid-t3Q17YDKD3 .mbr-section-btn {
  color: #434343;
}
.cid-t3Q1bZW9Vy {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-t3Q1bZW9Vy .content_wrapper {
  position: relative;
  z-index: 1;
}
.cid-t3Q1bZW9Vy .content_wrapper:hover .mbr-section-title a {
  color: #f8c842 !important;
}
.cid-t3Q1bZW9Vy .mbr-section-title,
.cid-t3Q1bZW9Vy .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-t3Q1bZW9Vy .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-t3Q1bZW9Vy .mbr-section-btn .btn-secondary-outline:hover,
.cid-t3Q1bZW9Vy .mbr-section-btn .btn-secondary-outline .active,
.cid-t3Q1bZW9Vy .mbr-section-btn .btn-secondary-outline:focus {
  color: #330066 !important;
}
.cid-t3Q1bZW9Vy .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  color: #fef2ed;
  top: -6%;
  right: 13%;
  z-index: -1;
}
.cid-t3Q1bZW9Vy .mbr-section-title {
  color: #434343;
}
.cid-t3Q1bZW9Vy .mbr-text,
.cid-t3Q1bZW9Vy .mbr-section-btn {
  color: #434343;
}
.cid-t3Q1Hy9d0p {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-t3Q1Hy9d0p .card-wrapper {
  background: #efefef;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-t3Q1Hy9d0p .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-t3Q1Hy9d0p .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t3Q1Hy9d0p .card-wrapper {
    padding: 4rem;
  }
}
.cid-t3Q1Hy9d0p .mbr-text,
.cid-t3Q1Hy9d0p .mbr-section-btn {
  color: #434343;
}
.cid-t3Q1Hy9d0p .card-title,
.cid-t3Q1Hy9d0p .card-box {
  text-align: left;
  color: #434343;
}
.cid-t3PX2em2zT {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-t3PX2em2zT .content_wrapper {
  position: relative;
  z-index: 1;
}
.cid-t3PX2em2zT .content_wrapper:hover .mbr-section-title a {
  color: #f8c842 !important;
}
.cid-t3PX2em2zT .mbr-section-title,
.cid-t3PX2em2zT .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-t3PX2em2zT .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-t3PX2em2zT .mbr-section-btn .btn-secondary-outline:hover,
.cid-t3PX2em2zT .mbr-section-btn .btn-secondary-outline .active,
.cid-t3PX2em2zT .mbr-section-btn .btn-secondary-outline:focus {
  color: #330066 !important;
}
.cid-t3PX2em2zT .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  color: #fef2ed;
  top: -6%;
  right: 13%;
  z-index: -1;
}
.cid-t3PX2em2zT .mbr-text,
.cid-t3PX2em2zT .mbr-section-btn {
  color: #7f7f7f;
}
.cid-t3PX2em2zT .mbr-section-title {
  color: #434343;
}
.cid-t3PX2em2zT .mbr-section-subtitle {
  color: #7f7f7f;
}
.cid-t40dK4yElz {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-t3PX2eAX5N {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t3PX2eAX5N [class^="socicon-"]:before,
.cid-t3PX2eAX5N [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-t3PX2eAX5N .btn-social {
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #7f7f7f;
  border-width: 2px;
  transition: all .3s;
  border-color: #7f7f7f;
}
.cid-t3PX2eAX5N .btn-social:hover {
  background: #7f7f7f;
}
.cid-t3PX2eAX5N .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-t3PX2eAX5N .mbr-section-title,
.cid-t3PX2eAX5N .mbr-social-likes {
  color: #7f7f7f;
}
.cid-t402N9CwdW {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #efefef;
}
.cid-t402N9CwdW img {
  border-radius: 0px;
}
.cid-t402N9CwdW .row {
  justify-content: center;
}
.cid-t402N9CwdW .mbr-section-title {
  margin-top: 24px;
  text-align: center;
  color: #8c8c95;
}
.cid-t402N9CwdW .container {
  max-width: 1132px;
}
.cid-t402NKzsNo {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #efefef;
}
@media (min-width: 991px) {
  .cid-t402NKzsNo .card_wrapper .mbr-section-btn {
    opacity: 0;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    transform: translateY(10px);
  }
}
.cid-t402NKzsNo .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-top: 10px;
  border: none !important;
  background-color: transparent !important;
}
.cid-t402NKzsNo .mbr-section-btn .btn-secondary-outline:hover,
.cid-t402NKzsNo .mbr-section-btn .btn-secondary-outline .active,
.cid-t402NKzsNo .mbr-section-btn .btn-secondary-outline:focus {
  color: #330066 !important;
}
.cid-t402NKzsNo .category_content {
  opacity: .8;
}
.cid-t402NKzsNo .item-title,
.cid-t402NKzsNo .card_topic {
  margin-bottom: 12px;
}
.cid-t402NKzsNo .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #f8c842;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-t402NKzsNo .card_wrapper:hover .item-title a {
  color: #f8c842 !important;
}
@media (min-width: 992px) {
  .cid-t402NKzsNo .card_wrapper:hover .mbr-section-btn {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 767px) {
  .cid-t402NKzsNo .card_wrapper:first-child {
    margin-bottom: 1.5rem;
  }
}
.cid-t402NKzsNo .mbr-text,
.cid-t402NKzsNo .mbr-section-btn {
  text-align: left;
  color: #7f7f7f;
}
.cid-t402NKzsNo .item-title {
  text-align: left;
  color: #7f7f7f;
}
.cid-t405uU1ii3 {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-t405uU1ii3 [class^='socicon-']:before,
.cid-t405uU1ii3 [class*=' socicon-']:before {
  line-height: 44px;
}
.cid-t405uU1ii3 .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-t405uU1ii3 .btn-social,
.cid-t405uU1ii3 .mbr-section-title {
  color: #57468b;
}
.cid-t405uU1ii3 .soc-item {
  width: 20px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 10px;
}
.cid-t405uU1ii3 .soc-item span {
  font-size: 20px;
  color: #7f7f7f !important;
  transition: all 0.3s;
}
.cid-t405uU1ii3 .soc-item:hover span {
  color: #434343 !important;
}
@media (max-width: 992px) {
  .cid-t405uU1ii3 .align-left,
  .cid-t405uU1ii3 .align-right {
    text-align: center;
  }
  .cid-t405uU1ii3 .social-list {
    justify-content: center;
  }
  .cid-t405uU1ii3 .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-t405uU1ii3 .mbr-text {
  color: #7f7f7f;
}
.cid-t42psDSR0n .navbar-dropdown {
  position: relative !important;
}
.cid-t42psDSR0n .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-t42psDSR0n .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t42psDSR0n .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t42psDSR0n .dropdown-item:hover,
.cid-t42psDSR0n .dropdown-item:focus {
  background: #330066 !important;
  color: white !important;
}
.cid-t42psDSR0n .dropdown-item:hover span {
  color: white;
}
.cid-t42psDSR0n .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t42psDSR0n .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t42psDSR0n .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t42psDSR0n .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t42psDSR0n .nav-link {
  position: relative;
}
.cid-t42psDSR0n .container {
  display: flex;
  margin: auto;
}
.cid-t42psDSR0n .iconfont-wrapper {
  color: #1f1437 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t42psDSR0n .dropdown-menu,
.cid-t42psDSR0n .navbar.opened {
  background: #ffffff !important;
}
.cid-t42psDSR0n .nav-item:focus,
.cid-t42psDSR0n .nav-link:focus {
  outline: none;
}
.cid-t42psDSR0n .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t42psDSR0n .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t42psDSR0n .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t42psDSR0n .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t42psDSR0n .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t42psDSR0n .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t42psDSR0n .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-t42psDSR0n .navbar.opened {
  transition: all 0.3s;
}
.cid-t42psDSR0n .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t42psDSR0n .navbar .navbar-logo img {
  width: auto;
}
.cid-t42psDSR0n .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t42psDSR0n .navbar.collapsed {
  justify-content: center;
}
.cid-t42psDSR0n .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t42psDSR0n .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t42psDSR0n .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-t42psDSR0n .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t42psDSR0n .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t42psDSR0n .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-t42psDSR0n .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t42psDSR0n .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t42psDSR0n .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t42psDSR0n .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t42psDSR0n .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t42psDSR0n .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t42psDSR0n .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t42psDSR0n .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-t42psDSR0n .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t42psDSR0n .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t42psDSR0n .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t42psDSR0n .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t42psDSR0n .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t42psDSR0n .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t42psDSR0n .navbar.navbar-short {
  min-height: 60px;
}
.cid-t42psDSR0n .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t42psDSR0n .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t42psDSR0n .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t42psDSR0n .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t42psDSR0n .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t42psDSR0n .dropdown-item.active,
.cid-t42psDSR0n .dropdown-item:active {
  background-color: transparent;
}
.cid-t42psDSR0n .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t42psDSR0n .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t42psDSR0n .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t42psDSR0n .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-t42psDSR0n .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t42psDSR0n .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t42psDSR0n ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t42psDSR0n .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t42psDSR0n button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t42psDSR0n button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1f1437;
}
.cid-t42psDSR0n button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t42psDSR0n button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t42psDSR0n button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t42psDSR0n button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t42psDSR0n nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t42psDSR0n nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t42psDSR0n nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t42psDSR0n nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t42psDSR0n .navbar-dropdown {
  padding: 0 1rem;
}
.cid-t42psDSR0n a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t42psDSR0n .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-t42psDSR0n .navbar {
    height: 70px;
  }
  .cid-t42psDSR0n .navbar.opened {
    height: auto;
  }
  .cid-t42psDSR0n .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t3Q3meIZCe {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-t3Q3meIZCe img {
  border-radius: 0px;
}
.cid-t3Q3meIZCe .row {
  justify-content: center;
}
.cid-t3Q3meIZCe .mbr-section-title {
  margin-top: 24px;
  text-align: center;
  color: #8c8c95;
}
.cid-t3Q3meIZCe .container {
  max-width: 1132px;
}
.cid-t3Q3meYnCV {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-t3Q3meYnCV .item-wrapper:hover .mbr-section-title a {
  color: #f8c842 !important;
}
.cid-t3Q3meYnCV .mbr-section-title,
.cid-t3Q3meYnCV .card_topic {
  margin-bottom: 12px;
}
.cid-t3Q3meYnCV .author_post {
  margin-right: 25px;
  display: inline-block;
  white-space: nowrap;
}
.cid-t3Q3meYnCV .card_post {
  display: inline-flex;
  align-items: center;
  position: relative;
  margin-top: 30px;
}
.cid-t3Q3meYnCV .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-t3Q3meYnCV .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.cid-t3Q3meYnCV .category_content,
.cid-t3Q3meYnCV .date,
.cid-t3Q3meYnCV .name_author {
  opacity: .8;
}
.cid-t3Q3meYnCV .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #f8c842;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-t3Q3meYnCV .category_content,
.cid-t3Q3meYnCV .card_topic {
  color: #7f7f7f;
}
.cid-t3Q3meYnCV .mbr-section-title,
.cid-t3Q3meYnCV .post_wrap {
  color: #434343;
}
.cid-t3Q3meYnCV .author {
  color: #434343;
}
.cid-t3Q3meYnCV .name_author {
  color: #7f7f7f;
}
.cid-t3Q3meYnCV .date {
  color: #7f7f7f;
}
.cid-t3Q3meYnCV .publish_date {
  color: #434343;
}
.cid-t3Q3mfeTQD {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-t3Q3mfeTQD .content_wrapper {
  position: relative;
  z-index: 1;
}
.cid-t3Q3mfeTQD .content_wrapper:hover .mbr-section-title a {
  color: #f8c842 !important;
}
.cid-t3Q3mfeTQD .mbr-section-title,
.cid-t3Q3mfeTQD .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-t3Q3mfeTQD .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-t3Q3mfeTQD .mbr-section-btn .btn-secondary-outline:hover,
.cid-t3Q3mfeTQD .mbr-section-btn .btn-secondary-outline .active,
.cid-t3Q3mfeTQD .mbr-section-btn .btn-secondary-outline:focus {
  color: #330066 !important;
}
.cid-t3Q3mfeTQD .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  color: #fef2ed;
  top: -6%;
  right: 13%;
  z-index: -1;
}
.cid-t3Q3mfeTQD .mbr-text,
.cid-t3Q3mfeTQD .mbr-section-btn {
  color: #434343;
}
.cid-t3Q4JCFygY {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  background-color: #efefef;
}
.cid-t3Q4JCFygY .mark_text {
  display: inline-block;
  line-height: 1;
  letter-spacing: 0.3em;
  font-weight: 600;
  color: #202020;
}
.cid-t3Q4JCFygY .mbr-section-title {
  margin-bottom: 18px;
  color: #434343;
  text-align: left;
}
.cid-t3Q4JCFygY .head_title {
  margin: 25px 0 58px;
  text-align: center;
}
.cid-t3Q4JCFygY .mbr-text {
  color: #ffffff;
}
.cid-t3Q4JCFygY .card_title {
  color: #ffffff;
  line-height: 1.2727em;
  margin-bottom: 0;
}
.cid-t3Q4JCFygY .card_content {
  margin: 26px 0 23px;
}
.cid-t3Q4JCFygY img,
.cid-t3Q4JCFygY .item-img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.cid-t3Q4JCFygY .item {
  margin-bottom: 30px;
}
.cid-t3Q4JCFygY .item-wrapper {
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  overflow: visible;
}
.cid-t3Q4JCFygY .card_text {
  color: #ffffff;
  margin-top: 4px;
}
.cid-t3Q4JCFygY .item-img {
  position: relative;
}
.cid-t3Q4JCFygY .item-img .mbr-section-btn {
  position: absolute;
  margin-left: 3px;
  top: 53%;
  left: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  opacity: 0;
  transition: opacity 0.2s ease-out, top 0.2s ease-out;
  transform: translate(-50%, -50%);
}
.cid-t3Q4JCFygY .item-img:hover .mbr-section-btn {
  top: 50%;
  opacity: 1;
}
.cid-t3Q5oukXZh {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  background-color: #efefef;
}
.cid-t3Q5oukXZh .mark_text {
  display: inline-block;
  line-height: 1;
  letter-spacing: 0.3em;
  font-weight: 600;
  color: #202020;
}
.cid-t3Q5oukXZh .mbr-section-title {
  margin-bottom: 18px;
  color: #434343;
  text-align: left;
}
.cid-t3Q5oukXZh .head_title {
  margin: 25px 0 58px;
  text-align: center;
}
.cid-t3Q5oukXZh .mbr-text {
  color: #ffffff;
}
.cid-t3Q5oukXZh .card_title {
  color: #ffffff;
  line-height: 1.2727em;
  margin-bottom: 0;
}
.cid-t3Q5oukXZh .card_content {
  margin: 26px 0 23px;
}
.cid-t3Q5oukXZh img,
.cid-t3Q5oukXZh .item-img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.cid-t3Q5oukXZh .item {
  margin-bottom: 30px;
}
.cid-t3Q5oukXZh .item-wrapper {
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  overflow: visible;
}
.cid-t3Q5oukXZh .card_text {
  color: #ffffff;
  margin-top: 4px;
}
.cid-t3Q5oukXZh .item-img {
  position: relative;
}
.cid-t3Q5oukXZh .item-img .mbr-section-btn {
  position: absolute;
  margin-left: 3px;
  top: 53%;
  left: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  opacity: 0;
  transition: opacity 0.2s ease-out, top 0.2s ease-out;
  transform: translate(-50%, -50%);
}
.cid-t3Q5oukXZh .item-img:hover .mbr-section-btn {
  top: 50%;
  opacity: 1;
}
.cid-t3Q61eMPvZ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  background-color: #efefef;
}
.cid-t3Q61eMPvZ .mark_text {
  display: inline-block;
  line-height: 1;
  letter-spacing: 0.3em;
  font-weight: 600;
  color: #202020;
}
.cid-t3Q61eMPvZ .mbr-section-title {
  margin-bottom: 18px;
  color: #434343;
  text-align: left;
}
.cid-t3Q61eMPvZ .head_title {
  margin: 25px 0 58px;
  text-align: center;
}
.cid-t3Q61eMPvZ .mbr-text {
  color: #ffffff;
}
.cid-t3Q61eMPvZ .card_title {
  color: #ffffff;
  line-height: 1.2727em;
  margin-bottom: 0;
}
.cid-t3Q61eMPvZ .card_content {
  margin: 26px 0 23px;
}
.cid-t3Q61eMPvZ img,
.cid-t3Q61eMPvZ .item-img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.cid-t3Q61eMPvZ .item {
  margin-bottom: 30px;
}
.cid-t3Q61eMPvZ .item-wrapper {
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  overflow: visible;
}
.cid-t3Q61eMPvZ .card_text {
  color: #ffffff;
  margin-top: 4px;
}
.cid-t3Q61eMPvZ .item-img {
  position: relative;
}
.cid-t3Q61eMPvZ .item-img .mbr-section-btn {
  position: absolute;
  margin-left: 3px;
  top: 53%;
  left: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  opacity: 0;
  transition: opacity 0.2s ease-out, top 0.2s ease-out;
  transform: translate(-50%, -50%);
}
.cid-t3Q61eMPvZ .item-img:hover .mbr-section-btn {
  top: 50%;
  opacity: 1;
}
.cid-t3Q3mioQlG {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-t3Q3mioQlG .content_wrapper {
  position: relative;
  z-index: 1;
}
.cid-t3Q3mioQlG .content_wrapper:hover .mbr-section-title a {
  color: #f8c842 !important;
}
.cid-t3Q3mioQlG .mbr-section-title,
.cid-t3Q3mioQlG .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-t3Q3mioQlG .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-t3Q3mioQlG .mbr-section-btn .btn-secondary-outline:hover,
.cid-t3Q3mioQlG .mbr-section-btn .btn-secondary-outline .active,
.cid-t3Q3mioQlG .mbr-section-btn .btn-secondary-outline:focus {
  color: #330066 !important;
}
.cid-t3Q3mioQlG .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  color: #fef2ed;
  top: -6%;
  right: 13%;
  z-index: -1;
}
.cid-t3Q3mioQlG .mbr-text,
.cid-t3Q3mioQlG .mbr-section-btn {
  color: #7f7f7f;
}
.cid-t3Q3mioQlG .mbr-section-title {
  color: #434343;
}
.cid-t3Q3mioQlG .mbr-section-subtitle {
  color: #7f7f7f;
}
.cid-t40dXABkVR {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-t3Q3miAHG3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t3Q3miAHG3 [class^="socicon-"]:before,
.cid-t3Q3miAHG3 [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-t3Q3miAHG3 .btn-social {
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #7f7f7f;
  border-width: 2px;
  transition: all .3s;
  border-color: #7f7f7f;
}
.cid-t3Q3miAHG3 .btn-social:hover {
  background: #7f7f7f;
}
.cid-t3Q3miAHG3 .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-t3Q3miAHG3 .mbr-section-title,
.cid-t3Q3miAHG3 .mbr-social-likes {
  color: #7f7f7f;
}
.cid-t402Qu1pYp {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #efefef;
}
.cid-t402Qu1pYp img {
  border-radius: 0px;
}
.cid-t402Qu1pYp .row {
  justify-content: center;
}
.cid-t402Qu1pYp .mbr-section-title {
  margin-top: 24px;
  text-align: center;
  color: #8c8c95;
}
.cid-t402Qu1pYp .container {
  max-width: 1132px;
}
.cid-t402R3Tm0r {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #efefef;
}
@media (min-width: 991px) {
  .cid-t402R3Tm0r .card_wrapper .mbr-section-btn {
    opacity: 0;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    transform: translateY(10px);
  }
}
.cid-t402R3Tm0r .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-top: 10px;
  border: none !important;
  background-color: transparent !important;
}
.cid-t402R3Tm0r .mbr-section-btn .btn-secondary-outline:hover,
.cid-t402R3Tm0r .mbr-section-btn .btn-secondary-outline .active,
.cid-t402R3Tm0r .mbr-section-btn .btn-secondary-outline:focus {
  color: #330066 !important;
}
.cid-t402R3Tm0r .category_content {
  opacity: .8;
}
.cid-t402R3Tm0r .item-title,
.cid-t402R3Tm0r .card_topic {
  margin-bottom: 12px;
}
.cid-t402R3Tm0r .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #f8c842;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-t402R3Tm0r .card_wrapper:hover .item-title a {
  color: #f8c842 !important;
}
@media (min-width: 992px) {
  .cid-t402R3Tm0r .card_wrapper:hover .mbr-section-btn {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 767px) {
  .cid-t402R3Tm0r .card_wrapper:first-child {
    margin-bottom: 1.5rem;
  }
}
.cid-t402R3Tm0r .mbr-text,
.cid-t402R3Tm0r .mbr-section-btn {
  text-align: left;
  color: #7f7f7f;
}
.cid-t402R3Tm0r .item-title {
  text-align: left;
  color: #7f7f7f;
}
.cid-t405uU1ii3 {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-t405uU1ii3 [class^='socicon-']:before,
.cid-t405uU1ii3 [class*=' socicon-']:before {
  line-height: 44px;
}
.cid-t405uU1ii3 .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-t405uU1ii3 .btn-social,
.cid-t405uU1ii3 .mbr-section-title {
  color: #57468b;
}
.cid-t405uU1ii3 .soc-item {
  width: 20px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 10px;
}
.cid-t405uU1ii3 .soc-item span {
  font-size: 20px;
  color: #7f7f7f !important;
  transition: all 0.3s;
}
.cid-t405uU1ii3 .soc-item:hover span {
  color: #434343 !important;
}
@media (max-width: 992px) {
  .cid-t405uU1ii3 .align-left,
  .cid-t405uU1ii3 .align-right {
    text-align: center;
  }
  .cid-t405uU1ii3 .social-list {
    justify-content: center;
  }
  .cid-t405uU1ii3 .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-t405uU1ii3 .mbr-text {
  color: #7f7f7f;
}
.cid-t42psDSR0n .navbar-dropdown {
  position: relative !important;
}
.cid-t42psDSR0n .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-t42psDSR0n .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t42psDSR0n .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t42psDSR0n .dropdown-item:hover,
.cid-t42psDSR0n .dropdown-item:focus {
  background: #330066 !important;
  color: white !important;
}
.cid-t42psDSR0n .dropdown-item:hover span {
  color: white;
}
.cid-t42psDSR0n .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t42psDSR0n .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t42psDSR0n .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t42psDSR0n .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t42psDSR0n .nav-link {
  position: relative;
}
.cid-t42psDSR0n .container {
  display: flex;
  margin: auto;
}
.cid-t42psDSR0n .iconfont-wrapper {
  color: #1f1437 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t42psDSR0n .dropdown-menu,
.cid-t42psDSR0n .navbar.opened {
  background: #ffffff !important;
}
.cid-t42psDSR0n .nav-item:focus,
.cid-t42psDSR0n .nav-link:focus {
  outline: none;
}
.cid-t42psDSR0n .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t42psDSR0n .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t42psDSR0n .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t42psDSR0n .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t42psDSR0n .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t42psDSR0n .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t42psDSR0n .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-t42psDSR0n .navbar.opened {
  transition: all 0.3s;
}
.cid-t42psDSR0n .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t42psDSR0n .navbar .navbar-logo img {
  width: auto;
}
.cid-t42psDSR0n .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t42psDSR0n .navbar.collapsed {
  justify-content: center;
}
.cid-t42psDSR0n .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t42psDSR0n .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t42psDSR0n .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-t42psDSR0n .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t42psDSR0n .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t42psDSR0n .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-t42psDSR0n .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t42psDSR0n .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t42psDSR0n .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t42psDSR0n .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t42psDSR0n .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t42psDSR0n .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t42psDSR0n .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t42psDSR0n .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-t42psDSR0n .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t42psDSR0n .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t42psDSR0n .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t42psDSR0n .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t42psDSR0n .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t42psDSR0n .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t42psDSR0n .navbar.navbar-short {
  min-height: 60px;
}
.cid-t42psDSR0n .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t42psDSR0n .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t42psDSR0n .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t42psDSR0n .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t42psDSR0n .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t42psDSR0n .dropdown-item.active,
.cid-t42psDSR0n .dropdown-item:active {
  background-color: transparent;
}
.cid-t42psDSR0n .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t42psDSR0n .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t42psDSR0n .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t42psDSR0n .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-t42psDSR0n .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t42psDSR0n .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t42psDSR0n ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t42psDSR0n .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t42psDSR0n button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t42psDSR0n button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1f1437;
}
.cid-t42psDSR0n button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t42psDSR0n button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t42psDSR0n button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t42psDSR0n button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t42psDSR0n nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t42psDSR0n nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t42psDSR0n nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t42psDSR0n nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t42psDSR0n .navbar-dropdown {
  padding: 0 1rem;
}
.cid-t42psDSR0n a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t42psDSR0n .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-t42psDSR0n .navbar {
    height: 70px;
  }
  .cid-t42psDSR0n .navbar.opened {
    height: auto;
  }
  .cid-t42psDSR0n .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t3Q6ESXUDH {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-t3Q6ESXUDH img {
  border-radius: 0px;
}
.cid-t3Q6ESXUDH .row {
  justify-content: center;
}
.cid-t3Q6ESXUDH .mbr-section-title {
  margin-top: 24px;
  text-align: center;
  color: #8c8c95;
}
.cid-t3Q6ESXUDH .container {
  max-width: 1132px;
}
.cid-t3Q6ETbyzS {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-t3Q6ETbyzS .item-wrapper:hover .mbr-section-title a {
  color: #f8c842 !important;
}
.cid-t3Q6ETbyzS .mbr-section-title,
.cid-t3Q6ETbyzS .card_topic {
  margin-bottom: 12px;
}
.cid-t3Q6ETbyzS .author_post {
  margin-right: 25px;
  display: inline-block;
  white-space: nowrap;
}
.cid-t3Q6ETbyzS .card_post {
  display: inline-flex;
  align-items: center;
  position: relative;
  margin-top: 30px;
}
.cid-t3Q6ETbyzS .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-t3Q6ETbyzS .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.cid-t3Q6ETbyzS .category_content,
.cid-t3Q6ETbyzS .date,
.cid-t3Q6ETbyzS .name_author {
  opacity: .8;
}
.cid-t3Q6ETbyzS .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #f8c842;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-t3Q6ETbyzS .category_content,
.cid-t3Q6ETbyzS .card_topic {
  color: #7f7f7f;
}
.cid-t3Q6ETbyzS .mbr-section-title,
.cid-t3Q6ETbyzS .post_wrap {
  color: #434343;
}
.cid-t3Q6ETbyzS .author {
  color: #434343;
}
.cid-t3Q6ETbyzS .name_author {
  color: #7f7f7f;
}
.cid-t3Q6ETbyzS .date {
  color: #7f7f7f;
}
.cid-t3Q6ETbyzS .publish_date {
  color: #434343;
}
.cid-t3Q6ETqxit {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-t3Q6ETqxit .content_wrapper {
  position: relative;
  z-index: 1;
}
.cid-t3Q6ETqxit .content_wrapper:hover .mbr-section-title a {
  color: #f8c842 !important;
}
.cid-t3Q6ETqxit .mbr-section-title,
.cid-t3Q6ETqxit .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-t3Q6ETqxit .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-t3Q6ETqxit .mbr-section-btn .btn-secondary-outline:hover,
.cid-t3Q6ETqxit .mbr-section-btn .btn-secondary-outline .active,
.cid-t3Q6ETqxit .mbr-section-btn .btn-secondary-outline:focus {
  color: #330066 !important;
}
.cid-t3Q6ETqxit .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  color: #fef2ed;
  top: -6%;
  right: 13%;
  z-index: -1;
}
.cid-t3Q6ETqxit .mbr-text,
.cid-t3Q6ETqxit .mbr-section-btn {
  color: #434343;
}
.cid-t3Q7tcxnw2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-t3Q7tcxnw2 .item-wrapper {
  background: #efefef;
  padding: 70px 40px 70px;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-t3Q7tcxnw2 .item-wrapper {
    padding: 70px 20px 70px;
  }
}
.cid-t3Q7tcxnw2 .item-wrapper:hover .item-title a {
  color: #f8c842 !important;
}
.cid-t3Q7tcxnw2 .item-title,
.cid-t3Q7tcxnw2 .card_topic {
  margin-bottom: 12px;
}
.cid-t3Q7tcxnw2 .category_content {
  opacity: .8;
}
.cid-t3Q7tcxnw2 .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-t3Q7tcxnw2 .mbr-text {
  margin: 25px 0;
  padding-left: 25px;
  border-left: 5px solid #f8c842;
}
.cid-t3Q7tcxnw2 .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-t3Q7tcxnw2 .mbr-text,
.cid-t3Q7tcxnw2 .mbr-section-btn {
  color: #434343;
}
.cid-t3Q7tcxnw2 H5 {
  color: #434343;
}
.cid-t3Q6EUFg6z {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-t3Q6EUFg6z .content_wrapper {
  position: relative;
  z-index: 1;
}
.cid-t3Q6EUFg6z .content_wrapper:hover .mbr-section-title a {
  color: #f8c842 !important;
}
.cid-t3Q6EUFg6z .mbr-section-title,
.cid-t3Q6EUFg6z .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-t3Q6EUFg6z .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-t3Q6EUFg6z .mbr-section-btn .btn-secondary-outline:hover,
.cid-t3Q6EUFg6z .mbr-section-btn .btn-secondary-outline .active,
.cid-t3Q6EUFg6z .mbr-section-btn .btn-secondary-outline:focus {
  color: #330066 !important;
}
.cid-t3Q6EUFg6z .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  color: #fef2ed;
  top: -6%;
  right: 13%;
  z-index: -1;
}
.cid-t3Q6EUFg6z .mbr-text,
.cid-t3Q6EUFg6z .mbr-section-btn {
  color: #7f7f7f;
}
.cid-t3Q6EUFg6z .mbr-section-title {
  color: #434343;
}
.cid-t3Q6EUFg6z .mbr-section-subtitle {
  color: #7f7f7f;
}
.cid-t40ea32XZB {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-t3Q6EUS2U4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t3Q6EUS2U4 [class^="socicon-"]:before,
.cid-t3Q6EUS2U4 [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-t3Q6EUS2U4 .btn-social {
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #7f7f7f;
  border-width: 2px;
  transition: all .3s;
  border-color: #7f7f7f;
}
.cid-t3Q6EUS2U4 .btn-social:hover {
  background: #7f7f7f;
}
.cid-t3Q6EUS2U4 .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-t3Q6EUS2U4 .mbr-section-title,
.cid-t3Q6EUS2U4 .mbr-social-likes {
  color: #7f7f7f;
}
.cid-t402TOipyo {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #efefef;
}
.cid-t402TOipyo img {
  border-radius: 0px;
}
.cid-t402TOipyo .row {
  justify-content: center;
}
.cid-t402TOipyo .mbr-section-title {
  margin-top: 24px;
  text-align: center;
  color: #8c8c95;
}
.cid-t402TOipyo .container {
  max-width: 1132px;
}
.cid-t402UgR86m {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #efefef;
}
@media (min-width: 991px) {
  .cid-t402UgR86m .card_wrapper .mbr-section-btn {
    opacity: 0;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    transform: translateY(10px);
  }
}
.cid-t402UgR86m .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-top: 10px;
  border: none !important;
  background-color: transparent !important;
}
.cid-t402UgR86m .mbr-section-btn .btn-secondary-outline:hover,
.cid-t402UgR86m .mbr-section-btn .btn-secondary-outline .active,
.cid-t402UgR86m .mbr-section-btn .btn-secondary-outline:focus {
  color: #330066 !important;
}
.cid-t402UgR86m .category_content {
  opacity: .8;
}
.cid-t402UgR86m .item-title,
.cid-t402UgR86m .card_topic {
  margin-bottom: 12px;
}
.cid-t402UgR86m .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #f8c842;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-t402UgR86m .card_wrapper:hover .item-title a {
  color: #f8c842 !important;
}
@media (min-width: 992px) {
  .cid-t402UgR86m .card_wrapper:hover .mbr-section-btn {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 767px) {
  .cid-t402UgR86m .card_wrapper:first-child {
    margin-bottom: 1.5rem;
  }
}
.cid-t402UgR86m .mbr-text,
.cid-t402UgR86m .mbr-section-btn {
  text-align: left;
  color: #7f7f7f;
}
.cid-t402UgR86m .item-title {
  text-align: left;
  color: #7f7f7f;
}
.cid-t405uU1ii3 {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-t405uU1ii3 [class^='socicon-']:before,
.cid-t405uU1ii3 [class*=' socicon-']:before {
  line-height: 44px;
}
.cid-t405uU1ii3 .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-t405uU1ii3 .btn-social,
.cid-t405uU1ii3 .mbr-section-title {
  color: #57468b;
}
.cid-t405uU1ii3 .soc-item {
  width: 20px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 10px;
}
.cid-t405uU1ii3 .soc-item span {
  font-size: 20px;
  color: #7f7f7f !important;
  transition: all 0.3s;
}
.cid-t405uU1ii3 .soc-item:hover span {
  color: #434343 !important;
}
@media (max-width: 992px) {
  .cid-t405uU1ii3 .align-left,
  .cid-t405uU1ii3 .align-right {
    text-align: center;
  }
  .cid-t405uU1ii3 .social-list {
    justify-content: center;
  }
  .cid-t405uU1ii3 .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-t405uU1ii3 .mbr-text {
  color: #7f7f7f;
}
.cid-t42psDSR0n .navbar-dropdown {
  position: relative !important;
}
.cid-t42psDSR0n .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-t42psDSR0n .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t42psDSR0n .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t42psDSR0n .dropdown-item:hover,
.cid-t42psDSR0n .dropdown-item:focus {
  background: #330066 !important;
  color: white !important;
}
.cid-t42psDSR0n .dropdown-item:hover span {
  color: white;
}
.cid-t42psDSR0n .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t42psDSR0n .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t42psDSR0n .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t42psDSR0n .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t42psDSR0n .nav-link {
  position: relative;
}
.cid-t42psDSR0n .container {
  display: flex;
  margin: auto;
}
.cid-t42psDSR0n .iconfont-wrapper {
  color: #1f1437 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t42psDSR0n .dropdown-menu,
.cid-t42psDSR0n .navbar.opened {
  background: #ffffff !important;
}
.cid-t42psDSR0n .nav-item:focus,
.cid-t42psDSR0n .nav-link:focus {
  outline: none;
}
.cid-t42psDSR0n .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t42psDSR0n .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t42psDSR0n .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t42psDSR0n .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t42psDSR0n .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t42psDSR0n .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t42psDSR0n .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-t42psDSR0n .navbar.opened {
  transition: all 0.3s;
}
.cid-t42psDSR0n .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t42psDSR0n .navbar .navbar-logo img {
  width: auto;
}
.cid-t42psDSR0n .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t42psDSR0n .navbar.collapsed {
  justify-content: center;
}
.cid-t42psDSR0n .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t42psDSR0n .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t42psDSR0n .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-t42psDSR0n .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t42psDSR0n .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t42psDSR0n .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-t42psDSR0n .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t42psDSR0n .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t42psDSR0n .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t42psDSR0n .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t42psDSR0n .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t42psDSR0n .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t42psDSR0n .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t42psDSR0n .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-t42psDSR0n .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t42psDSR0n .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t42psDSR0n .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t42psDSR0n .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t42psDSR0n .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t42psDSR0n .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t42psDSR0n .navbar.navbar-short {
  min-height: 60px;
}
.cid-t42psDSR0n .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t42psDSR0n .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t42psDSR0n .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t42psDSR0n .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t42psDSR0n .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t42psDSR0n .dropdown-item.active,
.cid-t42psDSR0n .dropdown-item:active {
  background-color: transparent;
}
.cid-t42psDSR0n .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t42psDSR0n .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t42psDSR0n .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t42psDSR0n .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-t42psDSR0n .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t42psDSR0n .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t42psDSR0n ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t42psDSR0n .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t42psDSR0n button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t42psDSR0n button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1f1437;
}
.cid-t42psDSR0n button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t42psDSR0n button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t42psDSR0n button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t42psDSR0n button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t42psDSR0n nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t42psDSR0n nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t42psDSR0n nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t42psDSR0n nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t42psDSR0n .navbar-dropdown {
  padding: 0 1rem;
}
.cid-t42psDSR0n a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t42psDSR0n .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-t42psDSR0n .navbar {
    height: 70px;
  }
  .cid-t42psDSR0n .navbar.opened {
    height: auto;
  }
  .cid-t42psDSR0n .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t3QqlTGwNy {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-t3QqlTGwNy img {
  border-radius: 0px;
}
.cid-t3QqlTGwNy .row {
  justify-content: center;
}
.cid-t3QqlTGwNy .mbr-section-title {
  margin-top: 24px;
  text-align: center;
  color: #8c8c95;
}
.cid-t3QqlTGwNy .container {
  max-width: 1132px;
}
.cid-t3QqlTS0rM {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-t3QqlTS0rM .item-wrapper:hover .mbr-section-title a {
  color: #f8c842 !important;
}
.cid-t3QqlTS0rM .mbr-section-title,
.cid-t3QqlTS0rM .card_topic {
  margin-bottom: 12px;
}
.cid-t3QqlTS0rM .author_post {
  margin-right: 25px;
  display: inline-block;
  white-space: nowrap;
}
.cid-t3QqlTS0rM .card_post {
  display: inline-flex;
  align-items: center;
  position: relative;
  margin-top: 30px;
}
.cid-t3QqlTS0rM .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-t3QqlTS0rM .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.cid-t3QqlTS0rM .category_content,
.cid-t3QqlTS0rM .date,
.cid-t3QqlTS0rM .name_author {
  opacity: .8;
}
.cid-t3QqlTS0rM .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #f8c842;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-t3QqlTS0rM .category_content,
.cid-t3QqlTS0rM .card_topic {
  color: #7f7f7f;
}
.cid-t3QqlTS0rM .mbr-section-title,
.cid-t3QqlTS0rM .post_wrap {
  color: #434343;
}
.cid-t3QqlTS0rM .author {
  color: #434343;
}
.cid-t3QqlTS0rM .name_author {
  color: #7f7f7f;
}
.cid-t3QqlTS0rM .date {
  color: #7f7f7f;
}
.cid-t3QqlTS0rM .publish_date {
  color: #434343;
}
.cid-t3QqlU6pQI {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-t3QqlU6pQI .content_wrapper {
  position: relative;
  z-index: 1;
}
.cid-t3QqlU6pQI .content_wrapper:hover .mbr-section-title a {
  color: #f8c842 !important;
}
.cid-t3QqlU6pQI .mbr-section-title,
.cid-t3QqlU6pQI .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-t3QqlU6pQI .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-t3QqlU6pQI .mbr-section-btn .btn-secondary-outline:hover,
.cid-t3QqlU6pQI .mbr-section-btn .btn-secondary-outline .active,
.cid-t3QqlU6pQI .mbr-section-btn .btn-secondary-outline:focus {
  color: #330066 !important;
}
.cid-t3QqlU6pQI .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  color: #fef2ed;
  top: -6%;
  right: 13%;
  z-index: -1;
}
.cid-t3QqlU6pQI .mbr-text,
.cid-t3QqlU6pQI .mbr-section-btn {
  color: #434343;
}
.cid-t3QqlUmp2w {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-t3QqlUmp2w .item-wrapper {
  background: #efefef;
  padding: 70px 40px 70px;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-t3QqlUmp2w .item-wrapper {
    padding: 70px 20px 70px;
  }
}
.cid-t3QqlUmp2w .item-wrapper:hover .item-title a {
  color: #f8c842 !important;
}
.cid-t3QqlUmp2w .item-title,
.cid-t3QqlUmp2w .card_topic {
  margin-bottom: 12px;
}
.cid-t3QqlUmp2w .category_content {
  opacity: .8;
}
.cid-t3QqlUmp2w .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-t3QqlUmp2w .mbr-text {
  margin: 25px 0;
  padding-left: 25px;
  border-left: 5px solid #f8c842;
}
.cid-t3QqlUmp2w .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-t3QqlUmp2w .mbr-text,
.cid-t3QqlUmp2w .mbr-section-btn {
  color: #434343;
}
.cid-t3QqlUmp2w H5 {
  color: #434343;
}
.cid-t3QqlUHOWL {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-t3QqlUHOWL .content_wrapper {
  position: relative;
  z-index: 1;
}
.cid-t3QqlUHOWL .content_wrapper:hover .mbr-section-title a {
  color: #f8c842 !important;
}
.cid-t3QqlUHOWL .mbr-section-title,
.cid-t3QqlUHOWL .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-t3QqlUHOWL .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-t3QqlUHOWL .mbr-section-btn .btn-secondary-outline:hover,
.cid-t3QqlUHOWL .mbr-section-btn .btn-secondary-outline .active,
.cid-t3QqlUHOWL .mbr-section-btn .btn-secondary-outline:focus {
  color: #330066 !important;
}
.cid-t3QqlUHOWL .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  color: #fef2ed;
  top: -6%;
  right: 13%;
  z-index: -1;
}
.cid-t3QqlUHOWL .mbr-text,
.cid-t3QqlUHOWL .mbr-section-btn {
  color: #434343;
}
.cid-t3QqlUHOWL .mbr-section-title {
  color: #434343;
}
.cid-t3QqlUXiEl {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-t3QqlUXiEl .container > .row,
.cid-t3QqlUXiEl .container-fluid > .row {
  background-color: #434343;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .cid-t3QqlUXiEl .container > .row,
  .cid-t3QqlUXiEl .container-fluid > .row {
    padding: 90px 100px;
  }
}
@media (max-width: 1199px) {
  .cid-t3QqlUXiEl .container > .row,
  .cid-t3QqlUXiEl .container-fluid > .row {
    padding: 50px 20px;
  }
}
@media (max-width: 767px) {
  .cid-t3QqlUXiEl .container > .row,
  .cid-t3QqlUXiEl .container-fluid > .row {
    padding: 40px 0;
    margin: 0;
  }
}
.cid-t3QqlUXiEl .mbr-section-subtitle {
  margin-bottom: 12px;
  color: #c1bebe;
}
.cid-t3QqlUXiEl .icon_wrapper {
  border: 1px solid #ffffff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all .4s;
}
.cid-t3QqlUXiEl .icon_wrapper .mbr-iconfont {
  transition: all .4s;
  color: #ffffff;
}
.cid-t3QqlUXiEl .item_wrapper {
  padding: 0 20px 40px;
}
@media (max-width: 767px) {
  .cid-t3QqlUXiEl .item_wrapper {
    padding-bottom: 20px;
  }
}
.cid-t3QqlUXiEl .item_wrapper:hover .item_title a {
  color: #f8c842 !important;
}
.cid-t3QqlUXiEl .item_wrapper:hover .icon_wrapper a span {
  color: #f8c842 !important;
}
.cid-t3QqlUXiEl .item_content {
  margin-top: 20px;
  width: 100%;
}
.cid-t3QqlUXiEl .item_title {
  margin-bottom: 10px;
  transition: all .4s;
}
.cid-t3QqlUXiEl .item_text {
  margin-bottom: 0;
  color: #c1bebe;
}
.cid-t3QqlUXiEl .divider {
  border-left: 1px solid #ffffff;
}
.cid-t3QqlUXiEl .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-t3QqlUXiEl .icons__block {
    margin-top: 40px;
  }
}
.cid-t3QqlUXiEl .mbr-text,
.cid-t3QqlUXiEl .mbr-section-btn {
  color: #c1bebe;
}
.cid-t3QqlUXiEl .item_title,
.cid-t3QqlUXiEl .icons {
  color: #ffffff;
}
.cid-t3QqlVnGvZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t3QqlVnGvZ .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-t3QqlVnGvZ .form-control,
.cid-t3QqlVnGvZ .field-input,
.cid-t3QqlVnGvZ textarea {
  background-color: #efefef;
  border-color: #bbbbbb;
  color: #555555;
  transition: 0.4s;
  box-shadow: none;
  border-radius: 0 !important;
  outline: none;
  border: none !important;
  border-bottom: 1px solid #bbbbbb !important;
}
.cid-t3QqlVnGvZ .form-control::-webkit-input-placeholder,
.cid-t3QqlVnGvZ .field-input::-webkit-input-placeholder,
.cid-t3QqlVnGvZ textarea::-webkit-input-placeholder,
.cid-t3QqlVnGvZ .form-control::-webkit-input-placeholder,
.cid-t3QqlVnGvZ .field-input::-webkit-input-placeholder,
.cid-t3QqlVnGvZ textarea::-webkit-input-placeholder {
  color: #555555;
}
.cid-t3QqlVnGvZ .form-control:-moz-placeholder,
.cid-t3QqlVnGvZ .field-input:-moz-placeholder,
.cid-t3QqlVnGvZ textarea:-moz-placeholder,
.cid-t3QqlVnGvZ .form-control:-moz-placeholder,
.cid-t3QqlVnGvZ .field-input:-moz-placeholder,
.cid-t3QqlVnGvZ textarea:-moz-placeholder {
  color: #555555;
}
.cid-t3QqlVnGvZ .form-control:hover,
.cid-t3QqlVnGvZ .field-input:hover,
.cid-t3QqlVnGvZ textarea:hover,
.cid-t3QqlVnGvZ .form-control:focus,
.cid-t3QqlVnGvZ .field-input:focus,
.cid-t3QqlVnGvZ textarea:focus {
  background-color: #ffffff;
  border-color: #555555;
  color: #202020;
  box-shadow: none;
  outline: none;
}
.cid-t3QqlVnGvZ .form-control:hover::-webkit-input-placeholder,
.cid-t3QqlVnGvZ .field-input:hover::-webkit-input-placeholder,
.cid-t3QqlVnGvZ textarea:hover::-webkit-input-placeholder,
.cid-t3QqlVnGvZ .form-control:focus::-webkit-input-placeholder,
.cid-t3QqlVnGvZ .field-input:focus::-webkit-input-placeholder,
.cid-t3QqlVnGvZ textarea:focus::-webkit-input-placeholder,
.cid-t3QqlVnGvZ .form-control:hover::-webkit-input-placeholder,
.cid-t3QqlVnGvZ .field-input:hover::-webkit-input-placeholder,
.cid-t3QqlVnGvZ textarea:hover::-webkit-input-placeholder,
.cid-t3QqlVnGvZ .form-control:focus::-webkit-input-placeholder,
.cid-t3QqlVnGvZ .field-input:focus::-webkit-input-placeholder,
.cid-t3QqlVnGvZ textarea:focus::-webkit-input-placeholder {
  color: #202020;
}
.cid-t3QqlVnGvZ .form-control:hover:-moz-placeholder,
.cid-t3QqlVnGvZ .field-input:hover:-moz-placeholder,
.cid-t3QqlVnGvZ textarea:hover:-moz-placeholder,
.cid-t3QqlVnGvZ .form-control:focus:-moz-placeholder,
.cid-t3QqlVnGvZ .field-input:focus:-moz-placeholder,
.cid-t3QqlVnGvZ textarea:focus:-moz-placeholder,
.cid-t3QqlVnGvZ .form-control:hover:-moz-placeholder,
.cid-t3QqlVnGvZ .field-input:hover:-moz-placeholder,
.cid-t3QqlVnGvZ textarea:hover:-moz-placeholder,
.cid-t3QqlVnGvZ .form-control:focus:-moz-placeholder,
.cid-t3QqlVnGvZ .field-input:focus:-moz-placeholder,
.cid-t3QqlVnGvZ textarea:focus:-moz-placeholder {
  color: #202020;
}
.cid-t3QqlVnGvZ .jq-number__spin:hover,
.cid-t3QqlVnGvZ .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #555555;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-t3QqlVnGvZ .jq-number__spin {
  background-color: #efefef;
  border-color: #bbbbbb;
  color: #555555;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-t3QqlVnGvZ .jq-selectbox li,
.cid-t3QqlVnGvZ .jq-selectbox li {
  background-color: #efefef;
  color: #000000;
}
.cid-t3QqlVnGvZ .jq-selectbox li:hover,
.cid-t3QqlVnGvZ .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-t3QqlVnGvZ .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-t3QqlVnGvZ .jq-number__spin.minus:hover:after,
.cid-t3QqlVnGvZ .jq-number__spin.plus:hover:after {
  border-top-color: #efefef;
  border-bottom-color: #efefef;
}
.cid-t3QqlVnGvZ .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-t3QqlVnGvZ .jq-number__spin.minus:after,
.cid-t3QqlVnGvZ .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-t3QqlVnGvZ input::-webkit-clear-button {
  display: none;
}
.cid-t3QqlVnGvZ input::-webkit-inner-spin-button {
  display: none;
}
.cid-t3QqlVnGvZ input::-webkit-outer-spin-button {
  display: none;
}
.cid-t3QqlVnGvZ input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-t3QqlVnGvZ .btn-lg {
  border-radius: 0 !important;
  margin-top: 42px;
}
.cid-t3QqlVnGvZ .mbr-section-title {
  margin-bottom: 25px;
  color: #202020;
}
.cid-t3QqlVnGvZ form {
  padding: 3rem 15%;
  background-color: #efefef;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-t3QqlVnGvZ form {
    padding: 100px 15%;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .cid-t3QqlVnGvZ form {
    padding: 60px 12px;
  }
}
.cid-t3QqlVnGvZ .image-wrapper img {
  display: block;
  width: 100%;
  object-fit: cover;
}
.cid-t3QqlVnGvZ .gdpr-block {
  text-align: left;
}
.cid-t3QqlVnGvZ .textGDPR.display-7 {
  font-size: 16px;
}
.cid-t3QqlVnGvZ .gdpr-block label span.textGDPR input[name="gdpr"] {
  top: 0;
}
.cid-t3QqlVnGvZ .form-control,
.cid-t3QqlVnGvZ .field-input,
.cid-t3QqlVnGvZ textarea {
  padding: 9px 10px;
  line-height: 25px;
  height: 48px;
}
.cid-t3QqlVnGvZ .form-check {
  padding-left: 2.5em !important;
}
.cid-t3QqlVnGvZ .form-check .display-7 {
  font-size: 16px !important;
}
.cid-t3QqlVnGvZ .form_btn .btn {
  width: 100%;
}
.cid-t3QqlVnGvZ H4 {
  color: #434343;
}
.cid-t3QqlVnGvZ P {
  color: #7f7f7f;
}
.cid-t3QqlVCzb1 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-t3QqlVCzb1 .content_wrapper {
  position: relative;
  z-index: 1;
}
.cid-t3QqlVCzb1 .content_wrapper:hover .mbr-section-title a {
  color: #f8c842 !important;
}
.cid-t3QqlVCzb1 .mbr-section-title,
.cid-t3QqlVCzb1 .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-t3QqlVCzb1 .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-t3QqlVCzb1 .mbr-section-btn .btn-secondary-outline:hover,
.cid-t3QqlVCzb1 .mbr-section-btn .btn-secondary-outline .active,
.cid-t3QqlVCzb1 .mbr-section-btn .btn-secondary-outline:focus {
  color: #330066 !important;
}
.cid-t3QqlVCzb1 .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  color: #fef2ed;
  top: -6%;
  right: 13%;
  z-index: -1;
}
.cid-t3QqlVCzb1 .mbr-text,
.cid-t3QqlVCzb1 .mbr-section-btn {
  color: #7f7f7f;
}
.cid-t3QqlVCzb1 .mbr-section-title {
  color: #434343;
}
.cid-t3QqlVCzb1 .mbr-section-subtitle {
  color: #7f7f7f;
}
.cid-t40eqnKKb2 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-t3QqlVQ9h5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t3QqlVQ9h5 [class^="socicon-"]:before,
.cid-t3QqlVQ9h5 [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-t3QqlVQ9h5 .btn-social {
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #7f7f7f;
  border-width: 2px;
  transition: all .3s;
  border-color: #7f7f7f;
}
.cid-t3QqlVQ9h5 .btn-social:hover {
  background: #7f7f7f;
}
.cid-t3QqlVQ9h5 .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-t3QqlVQ9h5 .mbr-section-title,
.cid-t3QqlVQ9h5 .mbr-social-likes {
  color: #7f7f7f;
}
.cid-t402XFTLRy {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #efefef;
}
.cid-t402XFTLRy img {
  border-radius: 0px;
}
.cid-t402XFTLRy .row {
  justify-content: center;
}
.cid-t402XFTLRy .mbr-section-title {
  margin-top: 24px;
  text-align: center;
  color: #8c8c95;
}
.cid-t402XFTLRy .container {
  max-width: 1132px;
}
.cid-t402YbNhO8 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #efefef;
}
@media (min-width: 991px) {
  .cid-t402YbNhO8 .card_wrapper .mbr-section-btn {
    opacity: 0;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    transform: translateY(10px);
  }
}
.cid-t402YbNhO8 .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-top: 10px;
  border: none !important;
  background-color: transparent !important;
}
.cid-t402YbNhO8 .mbr-section-btn .btn-secondary-outline:hover,
.cid-t402YbNhO8 .mbr-section-btn .btn-secondary-outline .active,
.cid-t402YbNhO8 .mbr-section-btn .btn-secondary-outline:focus {
  color: #330066 !important;
}
.cid-t402YbNhO8 .category_content {
  opacity: .8;
}
.cid-t402YbNhO8 .item-title,
.cid-t402YbNhO8 .card_topic {
  margin-bottom: 12px;
}
.cid-t402YbNhO8 .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #f8c842;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-t402YbNhO8 .card_wrapper:hover .item-title a {
  color: #f8c842 !important;
}
@media (min-width: 992px) {
  .cid-t402YbNhO8 .card_wrapper:hover .mbr-section-btn {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 767px) {
  .cid-t402YbNhO8 .card_wrapper:first-child {
    margin-bottom: 1.5rem;
  }
}
.cid-t402YbNhO8 .mbr-text,
.cid-t402YbNhO8 .mbr-section-btn {
  text-align: left;
  color: #7f7f7f;
}
.cid-t402YbNhO8 .item-title {
  text-align: left;
  color: #7f7f7f;
}
.cid-t405uU1ii3 {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-t405uU1ii3 [class^='socicon-']:before,
.cid-t405uU1ii3 [class*=' socicon-']:before {
  line-height: 44px;
}
.cid-t405uU1ii3 .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-t405uU1ii3 .btn-social,
.cid-t405uU1ii3 .mbr-section-title {
  color: #57468b;
}
.cid-t405uU1ii3 .soc-item {
  width: 20px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 10px;
}
.cid-t405uU1ii3 .soc-item span {
  font-size: 20px;
  color: #7f7f7f !important;
  transition: all 0.3s;
}
.cid-t405uU1ii3 .soc-item:hover span {
  color: #434343 !important;
}
@media (max-width: 992px) {
  .cid-t405uU1ii3 .align-left,
  .cid-t405uU1ii3 .align-right {
    text-align: center;
  }
  .cid-t405uU1ii3 .social-list {
    justify-content: center;
  }
  .cid-t405uU1ii3 .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-t405uU1ii3 .mbr-text {
  color: #7f7f7f;
}
.cid-t42psDSR0n .navbar-dropdown {
  position: relative !important;
}
.cid-t42psDSR0n .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-t42psDSR0n .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t42psDSR0n .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t42psDSR0n .dropdown-item:hover,
.cid-t42psDSR0n .dropdown-item:focus {
  background: #330066 !important;
  color: white !important;
}
.cid-t42psDSR0n .dropdown-item:hover span {
  color: white;
}
.cid-t42psDSR0n .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t42psDSR0n .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t42psDSR0n .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t42psDSR0n .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t42psDSR0n .nav-link {
  position: relative;
}
.cid-t42psDSR0n .container {
  display: flex;
  margin: auto;
}
.cid-t42psDSR0n .iconfont-wrapper {
  color: #1f1437 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t42psDSR0n .dropdown-menu,
.cid-t42psDSR0n .navbar.opened {
  background: #ffffff !important;
}
.cid-t42psDSR0n .nav-item:focus,
.cid-t42psDSR0n .nav-link:focus {
  outline: none;
}
.cid-t42psDSR0n .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t42psDSR0n .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t42psDSR0n .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t42psDSR0n .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t42psDSR0n .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t42psDSR0n .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t42psDSR0n .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-t42psDSR0n .navbar.opened {
  transition: all 0.3s;
}
.cid-t42psDSR0n .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t42psDSR0n .navbar .navbar-logo img {
  width: auto;
}
.cid-t42psDSR0n .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t42psDSR0n .navbar.collapsed {
  justify-content: center;
}
.cid-t42psDSR0n .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t42psDSR0n .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t42psDSR0n .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-t42psDSR0n .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t42psDSR0n .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t42psDSR0n .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-t42psDSR0n .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t42psDSR0n .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t42psDSR0n .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t42psDSR0n .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t42psDSR0n .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t42psDSR0n .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t42psDSR0n .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t42psDSR0n .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-t42psDSR0n .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t42psDSR0n .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t42psDSR0n .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t42psDSR0n .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t42psDSR0n .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t42psDSR0n .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t42psDSR0n .navbar.navbar-short {
  min-height: 60px;
}
.cid-t42psDSR0n .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t42psDSR0n .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t42psDSR0n .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t42psDSR0n .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t42psDSR0n .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t42psDSR0n .dropdown-item.active,
.cid-t42psDSR0n .dropdown-item:active {
  background-color: transparent;
}
.cid-t42psDSR0n .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t42psDSR0n .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t42psDSR0n .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t42psDSR0n .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-t42psDSR0n .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t42psDSR0n .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t42psDSR0n ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t42psDSR0n .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t42psDSR0n button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t42psDSR0n button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1f1437;
}
.cid-t42psDSR0n button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t42psDSR0n button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t42psDSR0n button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t42psDSR0n button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t42psDSR0n nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t42psDSR0n nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t42psDSR0n nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t42psDSR0n nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t42psDSR0n .navbar-dropdown {
  padding: 0 1rem;
}
.cid-t42psDSR0n a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t42psDSR0n .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-t42psDSR0n .navbar {
    height: 70px;
  }
  .cid-t42psDSR0n .navbar.opened {
    height: auto;
  }
  .cid-t42psDSR0n .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t3PAfZHb0p {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-t3PAfZHb0p img {
  border-radius: 0px;
}
.cid-t3PAfZHb0p .row {
  justify-content: center;
}
.cid-t3PAfZHb0p .mbr-section-title {
  margin-top: 24px;
  text-align: center;
  color: #8c8c95;
}
.cid-t3PAfZHb0p .container {
  max-width: 1132px;
}
.cid-t3PAfZX3QX {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-t3PAfZX3QX .item-wrapper:hover .mbr-section-title a {
  color: #f8c842 !important;
}
.cid-t3PAfZX3QX .mbr-section-title,
.cid-t3PAfZX3QX .card_topic {
  margin-bottom: 12px;
}
.cid-t3PAfZX3QX .author_post {
  margin-right: 25px;
  display: inline-block;
  white-space: nowrap;
}
.cid-t3PAfZX3QX .card_post {
  display: inline-flex;
  align-items: center;
  position: relative;
  margin-top: 30px;
}
.cid-t3PAfZX3QX .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-t3PAfZX3QX .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.cid-t3PAfZX3QX .category_content,
.cid-t3PAfZX3QX .date,
.cid-t3PAfZX3QX .name_author {
  opacity: .8;
}
.cid-t3PAfZX3QX .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #f8c842;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-t3PAfZX3QX .category_content,
.cid-t3PAfZX3QX .card_topic {
  color: #7f7f7f;
}
.cid-t3PAfZX3QX .mbr-section-title,
.cid-t3PAfZX3QX .post_wrap {
  color: #434343;
}
.cid-t3PAfZX3QX .author {
  color: #434343;
}
.cid-t3PAfZX3QX .name_author {
  color: #7f7f7f;
}
.cid-t3PAfZX3QX .date {
  color: #7f7f7f;
}
.cid-t3PAfZX3QX .publish_date {
  color: #434343;
}
.cid-t3PAg0fnbN {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-t3PAg0fnbN .content_wrapper {
  position: relative;
  z-index: 1;
}
.cid-t3PAg0fnbN .content_wrapper:hover .mbr-section-title a {
  color: #f8c842 !important;
}
.cid-t3PAg0fnbN .mbr-section-title,
.cid-t3PAg0fnbN .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-t3PAg0fnbN .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-t3PAg0fnbN .mbr-section-btn .btn-secondary-outline:hover,
.cid-t3PAg0fnbN .mbr-section-btn .btn-secondary-outline .active,
.cid-t3PAg0fnbN .mbr-section-btn .btn-secondary-outline:focus {
  color: #330066 !important;
}
.cid-t3PAg0fnbN .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  color: #fef2ed;
  top: -6%;
  right: 13%;
  z-index: -1;
}
.cid-t3PAg0fnbN .mbr-text,
.cid-t3PAg0fnbN .mbr-section-btn {
  color: #434343;
}
.cid-t3PAg0fnbN .mbr-section-title {
  color: #434343;
}
.cid-t3PC18QyUf {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t3PC18QyUf .container-fluid {
  padding: 0;
  margin: 0;
}
.cid-t3PC18QyUf h2,
.cid-t3PC18QyUf h3,
.cid-t3PC18QyUf h4,
.cid-t3PC18QyUf h5 {
  margin: 0;
}
.cid-t3PC18QyUf .mbr-section-head {
  margin-bottom: 40px;
}
.cid-t3PC18QyUf .mbr-section-title {
  color: #434343;
  text-align: center;
}
.cid-t3PC18QyUf .mbr-section-subtitle {
  text-align: center;
}
.cid-t3PC18QyUf .mbr-card-title {
  color: #000000;
  margin-bottom: 24px;
}
.cid-t3PC18QyUf .mbr-card-subtitle {
  color: #6b6b6b;
  margin-top: 28px;
  margin-bottom: -7px;
}
.cid-t3PC18QyUf .image-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.cid-t3PC18QyUf .image-wrap {
  width: 50%;
  position: relative;
}
@media (max-width: 680px) {
  .cid-t3PC18QyUf .image-wrap {
    width: 100%;
  }
}
.cid-t3PC18QyUf img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-t3PC18QyUf .text-wrap {
  position: absolute;
  bottom: 128px;
  left: 0;
  width: 270px;
  min-height: 92px;
  padding-left: 28px;
  background: #ffffff;
  opacity: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
  transition: 0.7s cubic-bezier(0.16, 0.09, 0, 1.02) 0s;
}
@media (max-width: 400px) {
  .cid-t3PC18QyUf .text-wrap {
    bottom: 20px;
  }
}
.cid-t3PC18QyUf .image-wrap:hover .text-wrap {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  opacity: 1;
}
.cid-t3PCpo6HyQ {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-t3PCpo6HyQ .container-fluid {
  padding: 0;
  margin: 0;
}
.cid-t3PCpo6HyQ h2,
.cid-t3PCpo6HyQ h3,
.cid-t3PCpo6HyQ h4,
.cid-t3PCpo6HyQ h5 {
  margin: 0;
}
.cid-t3PCpo6HyQ .mbr-section-head {
  margin-bottom: 40px;
}
.cid-t3PCpo6HyQ .mbr-section-title {
  color: #434343;
  text-align: center;
}
.cid-t3PCpo6HyQ .mbr-section-subtitle {
  text-align: center;
}
.cid-t3PCpo6HyQ .mbr-card-title {
  color: #000000;
  margin-bottom: 24px;
}
.cid-t3PCpo6HyQ .mbr-card-subtitle {
  color: #6b6b6b;
  margin-top: 28px;
  margin-bottom: -7px;
}
.cid-t3PCpo6HyQ .image-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.cid-t3PCpo6HyQ .image-wrap {
  width: 50%;
  position: relative;
}
@media (max-width: 680px) {
  .cid-t3PCpo6HyQ .image-wrap {
    width: 100%;
  }
}
.cid-t3PCpo6HyQ img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-t3PCpo6HyQ .text-wrap {
  position: absolute;
  bottom: 128px;
  left: 0;
  width: 270px;
  min-height: 92px;
  padding-left: 28px;
  background: #ffffff;
  opacity: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
  transition: 0.7s cubic-bezier(0.16, 0.09, 0, 1.02) 0s;
}
@media (max-width: 400px) {
  .cid-t3PCpo6HyQ .text-wrap {
    bottom: 20px;
  }
}
.cid-t3PCpo6HyQ .image-wrap:hover .text-wrap {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  opacity: 1;
}
.cid-t3PExCja7F {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t3PExCja7F .container-fluid {
  padding: 0;
  margin: 0;
}
.cid-t3PExCja7F h2,
.cid-t3PExCja7F h3,
.cid-t3PExCja7F h4,
.cid-t3PExCja7F h5 {
  margin: 0;
}
.cid-t3PExCja7F .mbr-section-head {
  margin-bottom: 40px;
}
.cid-t3PExCja7F .mbr-section-title {
  color: #434343;
  text-align: center;
}
.cid-t3PExCja7F .mbr-section-subtitle {
  text-align: center;
}
.cid-t3PExCja7F .mbr-card-title {
  color: #000000;
  margin-bottom: 24px;
  margin-top: 24px;
}
.cid-t3PExCja7F .mbr-card-subtitle {
  color: #6b6b6b;
  margin-top: 28px;
  margin-bottom: -7px;
}
.cid-t3PExCja7F .image-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.cid-t3PExCja7F .image-wrap {
  width: 50%;
  position: relative;
}
@media (max-width: 680px) {
  .cid-t3PExCja7F .image-wrap {
    width: 100%;
  }
}
.cid-t3PExCja7F img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-t3PExCja7F .text-wrap {
  position: absolute;
  bottom: 128px;
  left: 0;
  width: 270px;
  min-height: 92px;
  padding-left: 28px;
  background: #ffffff;
  opacity: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
  transition: 0.7s cubic-bezier(0.16, 0.09, 0, 1.02) 0s;
  background: transparent;
}
@media (max-width: 400px) {
  .cid-t3PExCja7F .text-wrap {
    bottom: 20px;
  }
}
.cid-t3PExCja7F .image-wrap:hover .text-wrap {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  opacity: 1;
}
.cid-t3PEOOVB4i {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t3PEOOVB4i .container-fluid {
  padding: 0;
  margin: 0;
}
.cid-t3PEOOVB4i h2,
.cid-t3PEOOVB4i h3,
.cid-t3PEOOVB4i h4,
.cid-t3PEOOVB4i h5 {
  margin: 0;
}
.cid-t3PEOOVB4i .mbr-section-head {
  margin-bottom: 40px;
}
.cid-t3PEOOVB4i .mbr-section-title {
  color: #434343;
  text-align: center;
}
.cid-t3PEOOVB4i .mbr-section-subtitle {
  text-align: center;
}
.cid-t3PEOOVB4i .mbr-card-title {
  color: #000000;
  margin-bottom: 24px;
  margin-top: 24px;
}
.cid-t3PEOOVB4i .mbr-card-subtitle {
  color: #6b6b6b;
  margin-top: 28px;
  margin-bottom: -7px;
}
.cid-t3PEOOVB4i .image-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.cid-t3PEOOVB4i .image-wrap {
  width: 50%;
  position: relative;
}
@media (max-width: 680px) {
  .cid-t3PEOOVB4i .image-wrap {
    width: 100%;
  }
}
.cid-t3PEOOVB4i img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-t3PEOOVB4i .text-wrap {
  position: absolute;
  bottom: 128px;
  left: 0;
  width: 270px;
  min-height: 92px;
  padding-left: 28px;
  background: #ffffff;
  opacity: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
  transition: 0.7s cubic-bezier(0.16, 0.09, 0, 1.02) 0s;
  background: transparent;
}
@media (max-width: 400px) {
  .cid-t3PEOOVB4i .text-wrap {
    bottom: 20px;
  }
}
.cid-t3PEOOVB4i .image-wrap:hover .text-wrap {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  opacity: 1;
}
.cid-t3PF6CoMJD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t3PF6CoMJD .container-fluid {
  padding: 0;
  margin: 0;
}
.cid-t3PF6CoMJD h2,
.cid-t3PF6CoMJD h3,
.cid-t3PF6CoMJD h4,
.cid-t3PF6CoMJD h5 {
  margin: 0;
}
.cid-t3PF6CoMJD .mbr-section-head {
  margin-bottom: 40px;
}
.cid-t3PF6CoMJD .mbr-section-title {
  color: #434343;
  text-align: center;
}
.cid-t3PF6CoMJD .mbr-section-subtitle {
  text-align: center;
}
.cid-t3PF6CoMJD .mbr-card-title {
  color: #000000;
  margin-bottom: 24px;
  margin-top: 24px;
}
.cid-t3PF6CoMJD .mbr-card-subtitle {
  color: #6b6b6b;
  margin-top: 28px;
  margin-bottom: -7px;
}
.cid-t3PF6CoMJD .image-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.cid-t3PF6CoMJD .image-wrap {
  width: 50%;
  position: relative;
}
@media (max-width: 680px) {
  .cid-t3PF6CoMJD .image-wrap {
    width: 100%;
  }
}
.cid-t3PF6CoMJD img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-t3PF6CoMJD .text-wrap {
  position: absolute;
  bottom: 128px;
  left: 0;
  width: 270px;
  min-height: 92px;
  padding-left: 28px;
  background: #ffffff;
  opacity: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
  transition: 0.7s cubic-bezier(0.16, 0.09, 0, 1.02) 0s;
  background: transparent;
}
@media (max-width: 400px) {
  .cid-t3PF6CoMJD .text-wrap {
    bottom: 20px;
  }
}
.cid-t3PF6CoMJD .image-wrap:hover .text-wrap {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  opacity: 1;
}
.cid-t3PFoB8IdI {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-t3PFoB8IdI .container-fluid {
  padding: 0;
  margin: 0;
}
.cid-t3PFoB8IdI h2,
.cid-t3PFoB8IdI h3,
.cid-t3PFoB8IdI h4,
.cid-t3PFoB8IdI h5 {
  margin: 0;
}
.cid-t3PFoB8IdI .mbr-section-head {
  margin-bottom: 40px;
}
.cid-t3PFoB8IdI .mbr-section-title {
  color: #434343;
  text-align: center;
}
.cid-t3PFoB8IdI .mbr-section-subtitle {
  text-align: center;
}
.cid-t3PFoB8IdI .mbr-card-title {
  color: #000000;
  margin-bottom: 24px;
  margin-top: 24px;
}
.cid-t3PFoB8IdI .mbr-card-subtitle {
  color: #6b6b6b;
  margin-top: 28px;
  margin-bottom: -7px;
}
.cid-t3PFoB8IdI .image-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.cid-t3PFoB8IdI .image-wrap {
  width: 50%;
  position: relative;
}
@media (max-width: 680px) {
  .cid-t3PFoB8IdI .image-wrap {
    width: 100%;
  }
}
.cid-t3PFoB8IdI img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-t3PFoB8IdI .text-wrap {
  position: absolute;
  bottom: 128px;
  left: 0;
  width: 270px;
  min-height: 92px;
  padding-left: 28px;
  background: #ffffff;
  opacity: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
  transition: 0.7s cubic-bezier(0.16, 0.09, 0, 1.02) 0s;
  background: transparent;
}
@media (max-width: 400px) {
  .cid-t3PFoB8IdI .text-wrap {
    bottom: 20px;
  }
}
.cid-t3PFoB8IdI .image-wrap:hover .text-wrap {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  opacity: 1;
}
.cid-t3PFHuVhJQ {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-t3PFHuVhJQ .content_wrapper {
  position: relative;
  z-index: 1;
}
.cid-t3PFHuVhJQ .content_wrapper:hover .mbr-section-title a {
  color: #f8c842 !important;
}
.cid-t3PFHuVhJQ .mbr-section-title,
.cid-t3PFHuVhJQ .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-t3PFHuVhJQ .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-t3PFHuVhJQ .mbr-section-btn .btn-secondary-outline:hover,
.cid-t3PFHuVhJQ .mbr-section-btn .btn-secondary-outline .active,
.cid-t3PFHuVhJQ .mbr-section-btn .btn-secondary-outline:focus {
  color: #330066 !important;
}
.cid-t3PFHuVhJQ .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  color: #fef2ed;
  top: -6%;
  right: 13%;
  z-index: -1;
}
.cid-t3PFHuVhJQ .mbr-text,
.cid-t3PFHuVhJQ .mbr-section-btn {
  color: #7f7f7f;
}
.cid-t40aaeUjOJ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-t3PAg4bQEv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t3PAg4bQEv [class^="socicon-"]:before,
.cid-t3PAg4bQEv [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-t3PAg4bQEv .btn-social {
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #7f7f7f;
  border-width: 2px;
  transition: all .3s;
  border-color: #7f7f7f;
}
.cid-t3PAg4bQEv .btn-social:hover {
  background: #7f7f7f;
}
.cid-t3PAg4bQEv .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-t3PAg4bQEv .mbr-section-title,
.cid-t3PAg4bQEv .mbr-social-likes {
  color: #7f7f7f;
}
.cid-t402BKsOM3 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #efefef;
}
.cid-t402BKsOM3 img {
  border-radius: 0px;
}
.cid-t402BKsOM3 .row {
  justify-content: center;
}
.cid-t402BKsOM3 .mbr-section-title {
  margin-top: 24px;
  text-align: center;
  color: #8c8c95;
}
.cid-t402BKsOM3 .container {
  max-width: 1132px;
}
.cid-t402Cg0BJB {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #efefef;
}
@media (min-width: 991px) {
  .cid-t402Cg0BJB .card_wrapper .mbr-section-btn {
    opacity: 0;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    transform: translateY(10px);
  }
}
.cid-t402Cg0BJB .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-top: 10px;
  border: none !important;
  background-color: transparent !important;
}
.cid-t402Cg0BJB .mbr-section-btn .btn-secondary-outline:hover,
.cid-t402Cg0BJB .mbr-section-btn .btn-secondary-outline .active,
.cid-t402Cg0BJB .mbr-section-btn .btn-secondary-outline:focus {
  color: #330066 !important;
}
.cid-t402Cg0BJB .category_content {
  opacity: .8;
}
.cid-t402Cg0BJB .item-title,
.cid-t402Cg0BJB .card_topic {
  margin-bottom: 12px;
}
.cid-t402Cg0BJB .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #f8c842;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-t402Cg0BJB .card_wrapper:hover .item-title a {
  color: #f8c842 !important;
}
@media (min-width: 992px) {
  .cid-t402Cg0BJB .card_wrapper:hover .mbr-section-btn {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 767px) {
  .cid-t402Cg0BJB .card_wrapper:first-child {
    margin-bottom: 1.5rem;
  }
}
.cid-t402Cg0BJB .mbr-text,
.cid-t402Cg0BJB .mbr-section-btn {
  text-align: left;
  color: #7f7f7f;
}
.cid-t402Cg0BJB .item-title {
  text-align: left;
  color: #7f7f7f;
}
.cid-t405uU1ii3 {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-t405uU1ii3 [class^='socicon-']:before,
.cid-t405uU1ii3 [class*=' socicon-']:before {
  line-height: 44px;
}
.cid-t405uU1ii3 .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-t405uU1ii3 .btn-social,
.cid-t405uU1ii3 .mbr-section-title {
  color: #57468b;
}
.cid-t405uU1ii3 .soc-item {
  width: 20px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 10px;
}
.cid-t405uU1ii3 .soc-item span {
  font-size: 20px;
  color: #7f7f7f !important;
  transition: all 0.3s;
}
.cid-t405uU1ii3 .soc-item:hover span {
  color: #434343 !important;
}
@media (max-width: 992px) {
  .cid-t405uU1ii3 .align-left,
  .cid-t405uU1ii3 .align-right {
    text-align: center;
  }
  .cid-t405uU1ii3 .social-list {
    justify-content: center;
  }
  .cid-t405uU1ii3 .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-t405uU1ii3 .mbr-text {
  color: #7f7f7f;
}
.cid-t42psDSR0n .navbar-dropdown {
  position: relative !important;
}
.cid-t42psDSR0n .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-t42psDSR0n .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t42psDSR0n .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t42psDSR0n .dropdown-item:hover,
.cid-t42psDSR0n .dropdown-item:focus {
  background: #330066 !important;
  color: white !important;
}
.cid-t42psDSR0n .dropdown-item:hover span {
  color: white;
}
.cid-t42psDSR0n .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t42psDSR0n .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t42psDSR0n .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t42psDSR0n .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t42psDSR0n .nav-link {
  position: relative;
}
.cid-t42psDSR0n .container {
  display: flex;
  margin: auto;
}
.cid-t42psDSR0n .iconfont-wrapper {
  color: #1f1437 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t42psDSR0n .dropdown-menu,
.cid-t42psDSR0n .navbar.opened {
  background: #ffffff !important;
}
.cid-t42psDSR0n .nav-item:focus,
.cid-t42psDSR0n .nav-link:focus {
  outline: none;
}
.cid-t42psDSR0n .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t42psDSR0n .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t42psDSR0n .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t42psDSR0n .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t42psDSR0n .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t42psDSR0n .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t42psDSR0n .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-t42psDSR0n .navbar.opened {
  transition: all 0.3s;
}
.cid-t42psDSR0n .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t42psDSR0n .navbar .navbar-logo img {
  width: auto;
}
.cid-t42psDSR0n .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t42psDSR0n .navbar.collapsed {
  justify-content: center;
}
.cid-t42psDSR0n .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t42psDSR0n .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t42psDSR0n .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-t42psDSR0n .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t42psDSR0n .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t42psDSR0n .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-t42psDSR0n .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t42psDSR0n .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t42psDSR0n .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t42psDSR0n .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t42psDSR0n .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t42psDSR0n .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t42psDSR0n .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t42psDSR0n .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-t42psDSR0n .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t42psDSR0n .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t42psDSR0n .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t42psDSR0n .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t42psDSR0n .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t42psDSR0n .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t42psDSR0n .navbar.navbar-short {
  min-height: 60px;
}
.cid-t42psDSR0n .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t42psDSR0n .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t42psDSR0n .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t42psDSR0n .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t42psDSR0n .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t42psDSR0n .dropdown-item.active,
.cid-t42psDSR0n .dropdown-item:active {
  background-color: transparent;
}
.cid-t42psDSR0n .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t42psDSR0n .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t42psDSR0n .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t42psDSR0n .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-t42psDSR0n .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t42psDSR0n .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t42psDSR0n ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t42psDSR0n .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t42psDSR0n button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t42psDSR0n button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1f1437;
}
.cid-t42psDSR0n button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t42psDSR0n button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t42psDSR0n button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t42psDSR0n button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t42psDSR0n nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t42psDSR0n nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t42psDSR0n nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t42psDSR0n nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t42psDSR0n .navbar-dropdown {
  padding: 0 1rem;
}
.cid-t42psDSR0n a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t42psDSR0n .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-t42psDSR0n .navbar {
    height: 70px;
  }
  .cid-t42psDSR0n .navbar.opened {
    height: auto;
  }
  .cid-t42psDSR0n .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t40q6bfUrm {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-t40q6bfUrm .mbr-section-title {
  color: #434343;
}
.cid-t3R1wPLKZ5 {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t3R1wPLKZ5 .content_wrapper {
  position: relative;
  z-index: 1;
}
.cid-t3R1wPLKZ5 .content_wrapper:hover .mbr-section-title a {
  color: #f8c842 !important;
}
.cid-t3R1wPLKZ5 .mbr-section-title,
.cid-t3R1wPLKZ5 .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-t3R1wPLKZ5 .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-t3R1wPLKZ5 .mbr-section-btn .btn-secondary-outline:hover,
.cid-t3R1wPLKZ5 .mbr-section-btn .btn-secondary-outline .active,
.cid-t3R1wPLKZ5 .mbr-section-btn .btn-secondary-outline:focus {
  color: #330066 !important;
}
.cid-t3R1wPLKZ5 .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  color: #fef2ed;
  top: -6%;
  right: 13%;
  z-index: -1;
}
.cid-t3R1wPLKZ5 .mbr-section-title {
  color: #434343;
}
.cid-t3R1wPLKZ5 .mbr-text,
.cid-t3R1wPLKZ5 .mbr-section-btn {
  color: #7f7f7f;
}
.cid-t403brmB0m {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #efefef;
}
.cid-t403brmB0m img {
  border-radius: 0px;
}
.cid-t403brmB0m .row {
  justify-content: center;
}
.cid-t403brmB0m .mbr-section-title {
  margin-top: 24px;
  text-align: center;
  color: #8c8c95;
}
.cid-t403brmB0m .container {
  max-width: 1132px;
}
.cid-t403c1JPjm {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #efefef;
}
@media (min-width: 991px) {
  .cid-t403c1JPjm .card_wrapper .mbr-section-btn {
    opacity: 0;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    transform: translateY(10px);
  }
}
.cid-t403c1JPjm .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-top: 10px;
  border: none !important;
  background-color: transparent !important;
}
.cid-t403c1JPjm .mbr-section-btn .btn-secondary-outline:hover,
.cid-t403c1JPjm .mbr-section-btn .btn-secondary-outline .active,
.cid-t403c1JPjm .mbr-section-btn .btn-secondary-outline:focus {
  color: #330066 !important;
}
.cid-t403c1JPjm .category_content {
  opacity: .8;
}
.cid-t403c1JPjm .item-title,
.cid-t403c1JPjm .card_topic {
  margin-bottom: 12px;
}
.cid-t403c1JPjm .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #f8c842;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-t403c1JPjm .card_wrapper:hover .item-title a {
  color: #f8c842 !important;
}
@media (min-width: 992px) {
  .cid-t403c1JPjm .card_wrapper:hover .mbr-section-btn {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 767px) {
  .cid-t403c1JPjm .card_wrapper:first-child {
    margin-bottom: 1.5rem;
  }
}
.cid-t403c1JPjm .mbr-text,
.cid-t403c1JPjm .mbr-section-btn {
  text-align: left;
  color: #7f7f7f;
}
.cid-t403c1JPjm .item-title {
  text-align: left;
  color: #7f7f7f;
}
.cid-t405uU1ii3 {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-t405uU1ii3 [class^='socicon-']:before,
.cid-t405uU1ii3 [class*=' socicon-']:before {
  line-height: 44px;
}
.cid-t405uU1ii3 .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-t405uU1ii3 .btn-social,
.cid-t405uU1ii3 .mbr-section-title {
  color: #57468b;
}
.cid-t405uU1ii3 .soc-item {
  width: 20px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 10px;
}
.cid-t405uU1ii3 .soc-item span {
  font-size: 20px;
  color: #7f7f7f !important;
  transition: all 0.3s;
}
.cid-t405uU1ii3 .soc-item:hover span {
  color: #434343 !important;
}
@media (max-width: 992px) {
  .cid-t405uU1ii3 .align-left,
  .cid-t405uU1ii3 .align-right {
    text-align: center;
  }
  .cid-t405uU1ii3 .social-list {
    justify-content: center;
  }
  .cid-t405uU1ii3 .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-t405uU1ii3 .mbr-text {
  color: #7f7f7f;
}
.cid-t42psDSR0n .navbar-dropdown {
  position: relative !important;
}
.cid-t42psDSR0n .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-t42psDSR0n .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t42psDSR0n .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t42psDSR0n .dropdown-item:hover,
.cid-t42psDSR0n .dropdown-item:focus {
  background: #330066 !important;
  color: white !important;
}
.cid-t42psDSR0n .dropdown-item:hover span {
  color: white;
}
.cid-t42psDSR0n .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t42psDSR0n .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t42psDSR0n .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t42psDSR0n .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t42psDSR0n .nav-link {
  position: relative;
}
.cid-t42psDSR0n .container {
  display: flex;
  margin: auto;
}
.cid-t42psDSR0n .iconfont-wrapper {
  color: #1f1437 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t42psDSR0n .dropdown-menu,
.cid-t42psDSR0n .navbar.opened {
  background: #ffffff !important;
}
.cid-t42psDSR0n .nav-item:focus,
.cid-t42psDSR0n .nav-link:focus {
  outline: none;
}
.cid-t42psDSR0n .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t42psDSR0n .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t42psDSR0n .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t42psDSR0n .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t42psDSR0n .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t42psDSR0n .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t42psDSR0n .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-t42psDSR0n .navbar.opened {
  transition: all 0.3s;
}
.cid-t42psDSR0n .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t42psDSR0n .navbar .navbar-logo img {
  width: auto;
}
.cid-t42psDSR0n .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t42psDSR0n .navbar.collapsed {
  justify-content: center;
}
.cid-t42psDSR0n .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t42psDSR0n .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t42psDSR0n .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-t42psDSR0n .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t42psDSR0n .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t42psDSR0n .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-t42psDSR0n .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t42psDSR0n .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t42psDSR0n .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t42psDSR0n .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t42psDSR0n .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t42psDSR0n .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t42psDSR0n .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t42psDSR0n .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-t42psDSR0n .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t42psDSR0n .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t42psDSR0n .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t42psDSR0n .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t42psDSR0n .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t42psDSR0n .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t42psDSR0n .navbar.navbar-short {
  min-height: 60px;
}
.cid-t42psDSR0n .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t42psDSR0n .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t42psDSR0n .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t42psDSR0n .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t42psDSR0n .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t42psDSR0n .dropdown-item.active,
.cid-t42psDSR0n .dropdown-item:active {
  background-color: transparent;
}
.cid-t42psDSR0n .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t42psDSR0n .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t42psDSR0n .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t42psDSR0n .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-t42psDSR0n .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t42psDSR0n .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t42psDSR0n ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t42psDSR0n .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t42psDSR0n button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t42psDSR0n button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1f1437;
}
.cid-t42psDSR0n button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t42psDSR0n button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t42psDSR0n button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t42psDSR0n button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t42psDSR0n nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t42psDSR0n nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t42psDSR0n nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t42psDSR0n nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t42psDSR0n .navbar-dropdown {
  padding: 0 1rem;
}
.cid-t42psDSR0n a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t42psDSR0n .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-t42psDSR0n .navbar {
    height: 70px;
  }
  .cid-t42psDSR0n .navbar.opened {
    height: auto;
  }
  .cid-t42psDSR0n .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t3QUQVgKqS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-t3QUQVgKqS .content_block {
  padding: 60px 15px;
  padding-right: 20%;
}
.cid-t3QUQVgKqS .content_block:hover .mbr-section-title a {
  color: #f8c842 !important;
}
.cid-t3QUQVgKqS .card_topic,
.cid-t3QUQVgKqS .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-t3QUQVgKqS .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #f8c842;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-t3QUQVgKqS .image {
  position: relative;
}
.cid-t3QUQVgKqS .image:before {
  content: "";
  position: absolute;
  width: 60%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #efefef);
  z-index: 1;
  pointer-events: none;
}
.cid-t3QUQVgKqS .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-t3QUQVgKqS .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-t3QUQVgKqS .mbr-section-btn .btn-secondary-outline:hover,
.cid-t3QUQVgKqS .mbr-section-btn .btn-secondary-outline .active,
.cid-t3QUQVgKqS .mbr-section-btn .btn-secondary-outline:focus {
  color: #330066 !important;
}
.cid-t3QUQVgKqS .category_content {
  opacity: .8;
}
@media (max-width: 991px) {
  .cid-t3QUQVgKqS .content_block {
    padding: 30px 15px;
  }
  .cid-t3QUQVgKqS .mbr-figure {
    padding: 0;
  }
  .cid-t3QUQVgKqS .image:before {
    width: 100%;
    height: 60%;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(239, 239, 239, 0.99));
  }
}
.cid-t3QUQVgKqS .category_content,
.cid-t3QUQVgKqS .card_topic {
  color: #434343;
}
.cid-t3QUQVgKqS .mbr-section-title {
  color: #434343;
}
.cid-t3QUQVgKqS .mbr-text,
.cid-t3QUQVgKqS .mbr-section-btn {
  color: #7f7f7f;
}
.cid-t3UkU0So21 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t3UkU0So21 .mbr-section-title {
  color: #434343;
}
.cid-t3UkU0So21 .mbr-section-subtitle {
  color: #434343;
}
.cid-t4031o2KOu {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #efefef;
}
.cid-t4031o2KOu img {
  border-radius: 0px;
}
.cid-t4031o2KOu .row {
  justify-content: center;
}
.cid-t4031o2KOu .mbr-section-title {
  margin-top: 24px;
  text-align: center;
  color: #8c8c95;
}
.cid-t4031o2KOu .container {
  max-width: 1132px;
}
.cid-t403205OjH {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #efefef;
}
@media (min-width: 991px) {
  .cid-t403205OjH .card_wrapper .mbr-section-btn {
    opacity: 0;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    transform: translateY(10px);
  }
}
.cid-t403205OjH .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-top: 10px;
  border: none !important;
  background-color: transparent !important;
}
.cid-t403205OjH .mbr-section-btn .btn-secondary-outline:hover,
.cid-t403205OjH .mbr-section-btn .btn-secondary-outline .active,
.cid-t403205OjH .mbr-section-btn .btn-secondary-outline:focus {
  color: #330066 !important;
}
.cid-t403205OjH .category_content {
  opacity: .8;
}
.cid-t403205OjH .item-title,
.cid-t403205OjH .card_topic {
  margin-bottom: 12px;
}
.cid-t403205OjH .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #f8c842;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-t403205OjH .card_wrapper:hover .item-title a {
  color: #f8c842 !important;
}
@media (min-width: 992px) {
  .cid-t403205OjH .card_wrapper:hover .mbr-section-btn {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 767px) {
  .cid-t403205OjH .card_wrapper:first-child {
    margin-bottom: 1.5rem;
  }
}
.cid-t403205OjH .mbr-text,
.cid-t403205OjH .mbr-section-btn {
  text-align: left;
  color: #7f7f7f;
}
.cid-t403205OjH .item-title {
  text-align: left;
  color: #7f7f7f;
}
.cid-t405uU1ii3 {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-t405uU1ii3 [class^='socicon-']:before,
.cid-t405uU1ii3 [class*=' socicon-']:before {
  line-height: 44px;
}
.cid-t405uU1ii3 .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-t405uU1ii3 .btn-social,
.cid-t405uU1ii3 .mbr-section-title {
  color: #57468b;
}
.cid-t405uU1ii3 .soc-item {
  width: 20px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 10px;
}
.cid-t405uU1ii3 .soc-item span {
  font-size: 20px;
  color: #7f7f7f !important;
  transition: all 0.3s;
}
.cid-t405uU1ii3 .soc-item:hover span {
  color: #434343 !important;
}
@media (max-width: 992px) {
  .cid-t405uU1ii3 .align-left,
  .cid-t405uU1ii3 .align-right {
    text-align: center;
  }
  .cid-t405uU1ii3 .social-list {
    justify-content: center;
  }
  .cid-t405uU1ii3 .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-t405uU1ii3 .mbr-text {
  color: #7f7f7f;
}
.cid-t42psDSR0n .navbar-dropdown {
  position: relative !important;
}
.cid-t42psDSR0n .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-t42psDSR0n .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t42psDSR0n .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t42psDSR0n .dropdown-item:hover,
.cid-t42psDSR0n .dropdown-item:focus {
  background: #330066 !important;
  color: white !important;
}
.cid-t42psDSR0n .dropdown-item:hover span {
  color: white;
}
.cid-t42psDSR0n .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t42psDSR0n .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t42psDSR0n .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t42psDSR0n .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t42psDSR0n .nav-link {
  position: relative;
}
.cid-t42psDSR0n .container {
  display: flex;
  margin: auto;
}
.cid-t42psDSR0n .iconfont-wrapper {
  color: #1f1437 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t42psDSR0n .dropdown-menu,
.cid-t42psDSR0n .navbar.opened {
  background: #ffffff !important;
}
.cid-t42psDSR0n .nav-item:focus,
.cid-t42psDSR0n .nav-link:focus {
  outline: none;
}
.cid-t42psDSR0n .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t42psDSR0n .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t42psDSR0n .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t42psDSR0n .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t42psDSR0n .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t42psDSR0n .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t42psDSR0n .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-t42psDSR0n .navbar.opened {
  transition: all 0.3s;
}
.cid-t42psDSR0n .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t42psDSR0n .navbar .navbar-logo img {
  width: auto;
}
.cid-t42psDSR0n .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t42psDSR0n .navbar.collapsed {
  justify-content: center;
}
.cid-t42psDSR0n .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t42psDSR0n .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t42psDSR0n .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-t42psDSR0n .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t42psDSR0n .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t42psDSR0n .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-t42psDSR0n .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t42psDSR0n .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t42psDSR0n .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t42psDSR0n .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t42psDSR0n .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t42psDSR0n .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t42psDSR0n .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t42psDSR0n .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-t42psDSR0n .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t42psDSR0n .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t42psDSR0n .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t42psDSR0n .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t42psDSR0n .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t42psDSR0n .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t42psDSR0n .navbar.navbar-short {
  min-height: 60px;
}
.cid-t42psDSR0n .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t42psDSR0n .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t42psDSR0n .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t42psDSR0n .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t42psDSR0n .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t42psDSR0n .dropdown-item.active,
.cid-t42psDSR0n .dropdown-item:active {
  background-color: transparent;
}
.cid-t42psDSR0n .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t42psDSR0n .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t42psDSR0n .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t42psDSR0n .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-t42psDSR0n .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t42psDSR0n .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t42psDSR0n ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t42psDSR0n .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t42psDSR0n button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t42psDSR0n button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1f1437;
}
.cid-t42psDSR0n button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t42psDSR0n button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t42psDSR0n button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t42psDSR0n button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t42psDSR0n nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t42psDSR0n nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t42psDSR0n nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t42psDSR0n nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t42psDSR0n .navbar-dropdown {
  padding: 0 1rem;
}
.cid-t42psDSR0n a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t42psDSR0n .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-t42psDSR0n .navbar {
    height: 70px;
  }
  .cid-t42psDSR0n .navbar.opened {
    height: auto;
  }
  .cid-t42psDSR0n .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t3R35MzMbB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-t3R35MzMbB .content_block {
  padding: 60px 15px;
  padding-right: 20%;
}
.cid-t3R35MzMbB .content_block:hover .mbr-section-title a {
  color: #f8c842 !important;
}
.cid-t3R35MzMbB .card_topic,
.cid-t3R35MzMbB .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-t3R35MzMbB .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #f8c842;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-t3R35MzMbB .image {
  position: relative;
}
.cid-t3R35MzMbB .image:before {
  content: "";
  position: absolute;
  width: 60%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #efefef);
  z-index: 1;
  pointer-events: none;
}
.cid-t3R35MzMbB .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-t3R35MzMbB .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-t3R35MzMbB .mbr-section-btn .btn-secondary-outline:hover,
.cid-t3R35MzMbB .mbr-section-btn .btn-secondary-outline .active,
.cid-t3R35MzMbB .mbr-section-btn .btn-secondary-outline:focus {
  color: #330066 !important;
}
.cid-t3R35MzMbB .category_content {
  opacity: .8;
}
@media (max-width: 991px) {
  .cid-t3R35MzMbB .content_block {
    padding: 30px 15px;
  }
  .cid-t3R35MzMbB .mbr-figure {
    padding: 0;
  }
  .cid-t3R35MzMbB .image:before {
    width: 100%;
    height: 60%;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(239, 239, 239, 0.99));
  }
}
.cid-t3R35MzMbB .category_content,
.cid-t3R35MzMbB .card_topic {
  color: #434343;
}
.cid-t3R35MzMbB .mbr-section-title {
  color: #434343;
}
.cid-t3R35MzMbB .mbr-text,
.cid-t3R35MzMbB .mbr-section-btn {
  color: #7f7f7f;
}
.cid-t3UlLSg2fa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t3UlLSg2fa .mbr-section-title {
  color: #434343;
}
.cid-t3UlLSg2fa .mbr-section-subtitle {
  color: #434343;
}
.cid-t40350b4hB {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #efefef;
}
.cid-t40350b4hB img {
  border-radius: 0px;
}
.cid-t40350b4hB .row {
  justify-content: center;
}
.cid-t40350b4hB .mbr-section-title {
  margin-top: 24px;
  text-align: center;
  color: #8c8c95;
}
.cid-t40350b4hB .container {
  max-width: 1132px;
}
.cid-t4035pQJg3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #efefef;
}
@media (min-width: 991px) {
  .cid-t4035pQJg3 .card_wrapper .mbr-section-btn {
    opacity: 0;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    transform: translateY(10px);
  }
}
.cid-t4035pQJg3 .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-top: 10px;
  border: none !important;
  background-color: transparent !important;
}
.cid-t4035pQJg3 .mbr-section-btn .btn-secondary-outline:hover,
.cid-t4035pQJg3 .mbr-section-btn .btn-secondary-outline .active,
.cid-t4035pQJg3 .mbr-section-btn .btn-secondary-outline:focus {
  color: #330066 !important;
}
.cid-t4035pQJg3 .category_content {
  opacity: .8;
}
.cid-t4035pQJg3 .item-title,
.cid-t4035pQJg3 .card_topic {
  margin-bottom: 12px;
}
.cid-t4035pQJg3 .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #f8c842;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-t4035pQJg3 .card_wrapper:hover .item-title a {
  color: #f8c842 !important;
}
@media (min-width: 992px) {
  .cid-t4035pQJg3 .card_wrapper:hover .mbr-section-btn {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 767px) {
  .cid-t4035pQJg3 .card_wrapper:first-child {
    margin-bottom: 1.5rem;
  }
}
.cid-t4035pQJg3 .mbr-text,
.cid-t4035pQJg3 .mbr-section-btn {
  text-align: left;
  color: #7f7f7f;
}
.cid-t4035pQJg3 .item-title {
  text-align: left;
  color: #7f7f7f;
}
.cid-t405uU1ii3 {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-t405uU1ii3 [class^='socicon-']:before,
.cid-t405uU1ii3 [class*=' socicon-']:before {
  line-height: 44px;
}
.cid-t405uU1ii3 .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-t405uU1ii3 .btn-social,
.cid-t405uU1ii3 .mbr-section-title {
  color: #57468b;
}
.cid-t405uU1ii3 .soc-item {
  width: 20px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 10px;
}
.cid-t405uU1ii3 .soc-item span {
  font-size: 20px;
  color: #7f7f7f !important;
  transition: all 0.3s;
}
.cid-t405uU1ii3 .soc-item:hover span {
  color: #434343 !important;
}
@media (max-width: 992px) {
  .cid-t405uU1ii3 .align-left,
  .cid-t405uU1ii3 .align-right {
    text-align: center;
  }
  .cid-t405uU1ii3 .social-list {
    justify-content: center;
  }
  .cid-t405uU1ii3 .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-t405uU1ii3 .mbr-text {
  color: #7f7f7f;
}
.cid-t42psDSR0n .navbar-dropdown {
  position: relative !important;
}
.cid-t42psDSR0n .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-t42psDSR0n .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t42psDSR0n .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t42psDSR0n .dropdown-item:hover,
.cid-t42psDSR0n .dropdown-item:focus {
  background: #330066 !important;
  color: white !important;
}
.cid-t42psDSR0n .dropdown-item:hover span {
  color: white;
}
.cid-t42psDSR0n .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t42psDSR0n .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t42psDSR0n .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t42psDSR0n .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t42psDSR0n .nav-link {
  position: relative;
}
.cid-t42psDSR0n .container {
  display: flex;
  margin: auto;
}
.cid-t42psDSR0n .iconfont-wrapper {
  color: #1f1437 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t42psDSR0n .dropdown-menu,
.cid-t42psDSR0n .navbar.opened {
  background: #ffffff !important;
}
.cid-t42psDSR0n .nav-item:focus,
.cid-t42psDSR0n .nav-link:focus {
  outline: none;
}
.cid-t42psDSR0n .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t42psDSR0n .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t42psDSR0n .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t42psDSR0n .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t42psDSR0n .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t42psDSR0n .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t42psDSR0n .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-t42psDSR0n .navbar.opened {
  transition: all 0.3s;
}
.cid-t42psDSR0n .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t42psDSR0n .navbar .navbar-logo img {
  width: auto;
}
.cid-t42psDSR0n .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t42psDSR0n .navbar.collapsed {
  justify-content: center;
}
.cid-t42psDSR0n .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t42psDSR0n .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t42psDSR0n .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-t42psDSR0n .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t42psDSR0n .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t42psDSR0n .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-t42psDSR0n .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t42psDSR0n .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t42psDSR0n .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t42psDSR0n .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t42psDSR0n .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t42psDSR0n .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t42psDSR0n .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t42psDSR0n .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-t42psDSR0n .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t42psDSR0n .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t42psDSR0n .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t42psDSR0n .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t42psDSR0n .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t42psDSR0n .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t42psDSR0n .navbar.navbar-short {
  min-height: 60px;
}
.cid-t42psDSR0n .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t42psDSR0n .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t42psDSR0n .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t42psDSR0n .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t42psDSR0n .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t42psDSR0n .dropdown-item.active,
.cid-t42psDSR0n .dropdown-item:active {
  background-color: transparent;
}
.cid-t42psDSR0n .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t42psDSR0n .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t42psDSR0n .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t42psDSR0n .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-t42psDSR0n .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t42psDSR0n .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t42psDSR0n ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t42psDSR0n .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t42psDSR0n button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t42psDSR0n button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1f1437;
}
.cid-t42psDSR0n button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t42psDSR0n button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t42psDSR0n button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t42psDSR0n button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t42psDSR0n nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t42psDSR0n nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t42psDSR0n nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t42psDSR0n nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t42psDSR0n .navbar-dropdown {
  padding: 0 1rem;
}
.cid-t42psDSR0n a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t42psDSR0n .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-t42psDSR0n .navbar {
    height: 70px;
  }
  .cid-t42psDSR0n .navbar.opened {
    height: auto;
  }
  .cid-t42psDSR0n .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t3R8GPwLL8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-t3R8GPwLL8 .content_block {
  padding: 60px 15px;
  padding-right: 20%;
}
.cid-t3R8GPwLL8 .content_block:hover .mbr-section-title a {
  color: #f8c842 !important;
}
.cid-t3R8GPwLL8 .card_topic,
.cid-t3R8GPwLL8 .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-t3R8GPwLL8 .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #f8c842;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-t3R8GPwLL8 .image {
  position: relative;
}
.cid-t3R8GPwLL8 .image:before {
  content: "";
  position: absolute;
  width: 60%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #efefef);
  z-index: 1;
  pointer-events: none;
}
.cid-t3R8GPwLL8 .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-t3R8GPwLL8 .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-t3R8GPwLL8 .mbr-section-btn .btn-secondary-outline:hover,
.cid-t3R8GPwLL8 .mbr-section-btn .btn-secondary-outline .active,
.cid-t3R8GPwLL8 .mbr-section-btn .btn-secondary-outline:focus {
  color: #330066 !important;
}
.cid-t3R8GPwLL8 .category_content {
  opacity: .8;
}
@media (max-width: 991px) {
  .cid-t3R8GPwLL8 .content_block {
    padding: 30px 15px;
  }
  .cid-t3R8GPwLL8 .mbr-figure {
    padding: 0;
  }
  .cid-t3R8GPwLL8 .image:before {
    width: 100%;
    height: 60%;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(239, 239, 239, 0.99));
  }
}
.cid-t3R8GPwLL8 .category_content,
.cid-t3R8GPwLL8 .card_topic {
  color: #434343;
}
.cid-t3R8GPwLL8 .mbr-section-title {
  color: #434343;
}
.cid-t3R8GPwLL8 .mbr-text,
.cid-t3R8GPwLL8 .mbr-section-btn {
  color: #7f7f7f;
}
.cid-t40zjJRuyW {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-t40zjJRuyW .title {
  margin-bottom: 2rem;
}
.cid-t40zjJRuyW .mbr-section-subtitle {
  color: #434343;
}
.cid-t40zjJRuyW a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-t40zjJRuyW a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-t40zjJRuyW textarea.form-control {
  min-height: 188px;
}
.cid-t40zjJRuyW H2 {
  color: #434343;
}
.cid-t4038nCh0g {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #efefef;
}
.cid-t4038nCh0g img {
  border-radius: 0px;
}
.cid-t4038nCh0g .row {
  justify-content: center;
}
.cid-t4038nCh0g .mbr-section-title {
  margin-top: 24px;
  text-align: center;
  color: #8c8c95;
}
.cid-t4038nCh0g .container {
  max-width: 1132px;
}
.cid-t4038OFXm0 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #efefef;
}
@media (min-width: 991px) {
  .cid-t4038OFXm0 .card_wrapper .mbr-section-btn {
    opacity: 0;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    transform: translateY(10px);
  }
}
.cid-t4038OFXm0 .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-top: 10px;
  border: none !important;
  background-color: transparent !important;
}
.cid-t4038OFXm0 .mbr-section-btn .btn-secondary-outline:hover,
.cid-t4038OFXm0 .mbr-section-btn .btn-secondary-outline .active,
.cid-t4038OFXm0 .mbr-section-btn .btn-secondary-outline:focus {
  color: #330066 !important;
}
.cid-t4038OFXm0 .category_content {
  opacity: .8;
}
.cid-t4038OFXm0 .item-title,
.cid-t4038OFXm0 .card_topic {
  margin-bottom: 12px;
}
.cid-t4038OFXm0 .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #f8c842;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-t4038OFXm0 .card_wrapper:hover .item-title a {
  color: #f8c842 !important;
}
@media (min-width: 992px) {
  .cid-t4038OFXm0 .card_wrapper:hover .mbr-section-btn {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 767px) {
  .cid-t4038OFXm0 .card_wrapper:first-child {
    margin-bottom: 1.5rem;
  }
}
.cid-t4038OFXm0 .mbr-text,
.cid-t4038OFXm0 .mbr-section-btn {
  text-align: left;
  color: #7f7f7f;
}
.cid-t4038OFXm0 .item-title {
  text-align: left;
  color: #7f7f7f;
}
.cid-t405uU1ii3 {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-t405uU1ii3 [class^='socicon-']:before,
.cid-t405uU1ii3 [class*=' socicon-']:before {
  line-height: 44px;
}
.cid-t405uU1ii3 .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-t405uU1ii3 .btn-social,
.cid-t405uU1ii3 .mbr-section-title {
  color: #57468b;
}
.cid-t405uU1ii3 .soc-item {
  width: 20px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 10px;
}
.cid-t405uU1ii3 .soc-item span {
  font-size: 20px;
  color: #7f7f7f !important;
  transition: all 0.3s;
}
.cid-t405uU1ii3 .soc-item:hover span {
  color: #434343 !important;
}
@media (max-width: 992px) {
  .cid-t405uU1ii3 .align-left,
  .cid-t405uU1ii3 .align-right {
    text-align: center;
  }
  .cid-t405uU1ii3 .social-list {
    justify-content: center;
  }
  .cid-t405uU1ii3 .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-t405uU1ii3 .mbr-text {
  color: #7f7f7f;
}
.cid-t42psDSR0n .navbar-dropdown {
  position: relative !important;
}
.cid-t42psDSR0n .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-t42psDSR0n .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t42psDSR0n .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t42psDSR0n .dropdown-item:hover,
.cid-t42psDSR0n .dropdown-item:focus {
  background: #330066 !important;
  color: white !important;
}
.cid-t42psDSR0n .dropdown-item:hover span {
  color: white;
}
.cid-t42psDSR0n .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t42psDSR0n .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t42psDSR0n .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t42psDSR0n .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t42psDSR0n .nav-link {
  position: relative;
}
.cid-t42psDSR0n .container {
  display: flex;
  margin: auto;
}
.cid-t42psDSR0n .iconfont-wrapper {
  color: #1f1437 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t42psDSR0n .dropdown-menu,
.cid-t42psDSR0n .navbar.opened {
  background: #ffffff !important;
}
.cid-t42psDSR0n .nav-item:focus,
.cid-t42psDSR0n .nav-link:focus {
  outline: none;
}
.cid-t42psDSR0n .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t42psDSR0n .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t42psDSR0n .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t42psDSR0n .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t42psDSR0n .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t42psDSR0n .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t42psDSR0n .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-t42psDSR0n .navbar.opened {
  transition: all 0.3s;
}
.cid-t42psDSR0n .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t42psDSR0n .navbar .navbar-logo img {
  width: auto;
}
.cid-t42psDSR0n .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t42psDSR0n .navbar.collapsed {
  justify-content: center;
}
.cid-t42psDSR0n .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t42psDSR0n .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t42psDSR0n .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-t42psDSR0n .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t42psDSR0n .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t42psDSR0n .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-t42psDSR0n .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t42psDSR0n .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t42psDSR0n .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t42psDSR0n .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t42psDSR0n .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t42psDSR0n .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t42psDSR0n .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t42psDSR0n .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-t42psDSR0n .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t42psDSR0n .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t42psDSR0n .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t42psDSR0n .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t42psDSR0n .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t42psDSR0n .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t42psDSR0n .navbar.navbar-short {
  min-height: 60px;
}
.cid-t42psDSR0n .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t42psDSR0n .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t42psDSR0n .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t42psDSR0n .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t42psDSR0n .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t42psDSR0n .dropdown-item.active,
.cid-t42psDSR0n .dropdown-item:active {
  background-color: transparent;
}
.cid-t42psDSR0n .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t42psDSR0n .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t42psDSR0n .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t42psDSR0n .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-t42psDSR0n .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t42psDSR0n .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t42psDSR0n ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t42psDSR0n .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t42psDSR0n button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t42psDSR0n button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1f1437;
}
.cid-t42psDSR0n button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t42psDSR0n button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t42psDSR0n button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t42psDSR0n button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t42psDSR0n nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t42psDSR0n nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t42psDSR0n nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t42psDSR0n nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t42psDSR0n .navbar-dropdown {
  padding: 0 1rem;
}
.cid-t42psDSR0n a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t42psDSR0n .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-t42psDSR0n .navbar {
    height: 70px;
  }
  .cid-t42psDSR0n .navbar.opened {
    height: auto;
  }
  .cid-t42psDSR0n .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t40qqiJMus {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-t40qqiJMus .mbr-section-title {
  color: #434343;
}
.cid-t3UrLxXmUt {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t3UrLxXmUt .content_wrapper {
  position: relative;
  z-index: 1;
}
.cid-t3UrLxXmUt .content_wrapper:hover .mbr-section-title a {
  color: #f8c842 !important;
}
.cid-t3UrLxXmUt .mbr-section-title,
.cid-t3UrLxXmUt .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-t3UrLxXmUt .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-t3UrLxXmUt .mbr-section-btn .btn-secondary-outline:hover,
.cid-t3UrLxXmUt .mbr-section-btn .btn-secondary-outline .active,
.cid-t3UrLxXmUt .mbr-section-btn .btn-secondary-outline:focus {
  color: #330066 !important;
}
.cid-t3UrLxXmUt .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  color: #fef2ed;
  top: -6%;
  right: 13%;
  z-index: -1;
}
.cid-t3UrLxXmUt .mbr-section-title {
  color: #434343;
}
.cid-t3UrLxXmUt .mbr-text,
.cid-t3UrLxXmUt .mbr-section-btn {
  color: #7f7f7f;
}
.cid-t403ebNguM {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #efefef;
}
.cid-t403ebNguM img {
  border-radius: 0px;
}
.cid-t403ebNguM .row {
  justify-content: center;
}
.cid-t403ebNguM .mbr-section-title {
  margin-top: 24px;
  text-align: center;
  color: #8c8c95;
}
.cid-t403ebNguM .container {
  max-width: 1132px;
}
.cid-t403eMMTm5 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #efefef;
}
@media (min-width: 991px) {
  .cid-t403eMMTm5 .card_wrapper .mbr-section-btn {
    opacity: 0;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    transform: translateY(10px);
  }
}
.cid-t403eMMTm5 .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-top: 10px;
  border: none !important;
  background-color: transparent !important;
}
.cid-t403eMMTm5 .mbr-section-btn .btn-secondary-outline:hover,
.cid-t403eMMTm5 .mbr-section-btn .btn-secondary-outline .active,
.cid-t403eMMTm5 .mbr-section-btn .btn-secondary-outline:focus {
  color: #330066 !important;
}
.cid-t403eMMTm5 .category_content {
  opacity: .8;
}
.cid-t403eMMTm5 .item-title,
.cid-t403eMMTm5 .card_topic {
  margin-bottom: 12px;
}
.cid-t403eMMTm5 .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #f8c842;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-t403eMMTm5 .card_wrapper:hover .item-title a {
  color: #f8c842 !important;
}
@media (min-width: 992px) {
  .cid-t403eMMTm5 .card_wrapper:hover .mbr-section-btn {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 767px) {
  .cid-t403eMMTm5 .card_wrapper:first-child {
    margin-bottom: 1.5rem;
  }
}
.cid-t403eMMTm5 .mbr-text,
.cid-t403eMMTm5 .mbr-section-btn {
  text-align: left;
  color: #7f7f7f;
}
.cid-t403eMMTm5 .item-title {
  text-align: left;
  color: #7f7f7f;
}
.cid-t405uU1ii3 {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-t405uU1ii3 [class^='socicon-']:before,
.cid-t405uU1ii3 [class*=' socicon-']:before {
  line-height: 44px;
}
.cid-t405uU1ii3 .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-t405uU1ii3 .btn-social,
.cid-t405uU1ii3 .mbr-section-title {
  color: #57468b;
}
.cid-t405uU1ii3 .soc-item {
  width: 20px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 10px;
}
.cid-t405uU1ii3 .soc-item span {
  font-size: 20px;
  color: #7f7f7f !important;
  transition: all 0.3s;
}
.cid-t405uU1ii3 .soc-item:hover span {
  color: #434343 !important;
}
@media (max-width: 992px) {
  .cid-t405uU1ii3 .align-left,
  .cid-t405uU1ii3 .align-right {
    text-align: center;
  }
  .cid-t405uU1ii3 .social-list {
    justify-content: center;
  }
  .cid-t405uU1ii3 .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-t405uU1ii3 .mbr-text {
  color: #7f7f7f;
}
.cid-t42psDSR0n .navbar-dropdown {
  position: relative !important;
}
.cid-t42psDSR0n .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-t42psDSR0n .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t42psDSR0n .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t42psDSR0n .dropdown-item:hover,
.cid-t42psDSR0n .dropdown-item:focus {
  background: #330066 !important;
  color: white !important;
}
.cid-t42psDSR0n .dropdown-item:hover span {
  color: white;
}
.cid-t42psDSR0n .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t42psDSR0n .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t42psDSR0n .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t42psDSR0n .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t42psDSR0n .nav-link {
  position: relative;
}
.cid-t42psDSR0n .container {
  display: flex;
  margin: auto;
}
.cid-t42psDSR0n .iconfont-wrapper {
  color: #1f1437 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t42psDSR0n .dropdown-menu,
.cid-t42psDSR0n .navbar.opened {
  background: #ffffff !important;
}
.cid-t42psDSR0n .nav-item:focus,
.cid-t42psDSR0n .nav-link:focus {
  outline: none;
}
.cid-t42psDSR0n .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t42psDSR0n .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t42psDSR0n .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t42psDSR0n .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t42psDSR0n .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t42psDSR0n .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t42psDSR0n .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-t42psDSR0n .navbar.opened {
  transition: all 0.3s;
}
.cid-t42psDSR0n .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t42psDSR0n .navbar .navbar-logo img {
  width: auto;
}
.cid-t42psDSR0n .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t42psDSR0n .navbar.collapsed {
  justify-content: center;
}
.cid-t42psDSR0n .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t42psDSR0n .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t42psDSR0n .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-t42psDSR0n .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t42psDSR0n .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t42psDSR0n .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-t42psDSR0n .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t42psDSR0n .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t42psDSR0n .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t42psDSR0n .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t42psDSR0n .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t42psDSR0n .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t42psDSR0n .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t42psDSR0n .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-t42psDSR0n .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t42psDSR0n .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t42psDSR0n .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t42psDSR0n .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t42psDSR0n .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t42psDSR0n .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t42psDSR0n .navbar.navbar-short {
  min-height: 60px;
}
.cid-t42psDSR0n .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t42psDSR0n .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t42psDSR0n .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t42psDSR0n .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t42psDSR0n .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t42psDSR0n .dropdown-item.active,
.cid-t42psDSR0n .dropdown-item:active {
  background-color: transparent;
}
.cid-t42psDSR0n .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t42psDSR0n .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t42psDSR0n .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t42psDSR0n .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-t42psDSR0n .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t42psDSR0n .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t42psDSR0n ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t42psDSR0n .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t42psDSR0n button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t42psDSR0n button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1f1437;
}
.cid-t42psDSR0n button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t42psDSR0n button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t42psDSR0n button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t42psDSR0n button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t42psDSR0n nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t42psDSR0n nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t42psDSR0n nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t42psDSR0n nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t42psDSR0n .navbar-dropdown {
  padding: 0 1rem;
}
.cid-t42psDSR0n a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t42psDSR0n .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-t42psDSR0n .navbar {
    height: 70px;
  }
  .cid-t42psDSR0n .navbar.opened {
    height: auto;
  }
  .cid-t42psDSR0n .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t40qBLOw6y {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-t40qBLOw6y .mbr-section-title {
  color: #434343;
}
.cid-t3Us5ZvQZ3 {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t3Us5ZvQZ3 .content_wrapper {
  position: relative;
  z-index: 1;
}
.cid-t3Us5ZvQZ3 .content_wrapper:hover .mbr-section-title a {
  color: #f8c842 !important;
}
.cid-t3Us5ZvQZ3 .mbr-section-title,
.cid-t3Us5ZvQZ3 .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-t3Us5ZvQZ3 .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-t3Us5ZvQZ3 .mbr-section-btn .btn-secondary-outline:hover,
.cid-t3Us5ZvQZ3 .mbr-section-btn .btn-secondary-outline .active,
.cid-t3Us5ZvQZ3 .mbr-section-btn .btn-secondary-outline:focus {
  color: #330066 !important;
}
.cid-t3Us5ZvQZ3 .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  color: #fef2ed;
  top: -6%;
  right: 13%;
  z-index: -1;
}
.cid-t3Us5ZvQZ3 .mbr-section-title {
  color: #434343;
}
.cid-t3Us5ZvQZ3 .mbr-text,
.cid-t3Us5ZvQZ3 .mbr-section-btn {
  color: #7f7f7f;
}
.cid-t403hnK5eB {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #efefef;
}
.cid-t403hnK5eB img {
  border-radius: 0px;
}
.cid-t403hnK5eB .row {
  justify-content: center;
}
.cid-t403hnK5eB .mbr-section-title {
  margin-top: 24px;
  text-align: center;
  color: #8c8c95;
}
.cid-t403hnK5eB .container {
  max-width: 1132px;
}
.cid-t403hQnk1W {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #efefef;
}
@media (min-width: 991px) {
  .cid-t403hQnk1W .card_wrapper .mbr-section-btn {
    opacity: 0;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    transform: translateY(10px);
  }
}
.cid-t403hQnk1W .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-top: 10px;
  border: none !important;
  background-color: transparent !important;
}
.cid-t403hQnk1W .mbr-section-btn .btn-secondary-outline:hover,
.cid-t403hQnk1W .mbr-section-btn .btn-secondary-outline .active,
.cid-t403hQnk1W .mbr-section-btn .btn-secondary-outline:focus {
  color: #330066 !important;
}
.cid-t403hQnk1W .category_content {
  opacity: .8;
}
.cid-t403hQnk1W .item-title,
.cid-t403hQnk1W .card_topic {
  margin-bottom: 12px;
}
.cid-t403hQnk1W .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #f8c842;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-t403hQnk1W .card_wrapper:hover .item-title a {
  color: #f8c842 !important;
}
@media (min-width: 992px) {
  .cid-t403hQnk1W .card_wrapper:hover .mbr-section-btn {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 767px) {
  .cid-t403hQnk1W .card_wrapper:first-child {
    margin-bottom: 1.5rem;
  }
}
.cid-t403hQnk1W .mbr-text,
.cid-t403hQnk1W .mbr-section-btn {
  text-align: left;
  color: #7f7f7f;
}
.cid-t403hQnk1W .item-title {
  text-align: left;
  color: #7f7f7f;
}
.cid-t405uU1ii3 {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-t405uU1ii3 [class^='socicon-']:before,
.cid-t405uU1ii3 [class*=' socicon-']:before {
  line-height: 44px;
}
.cid-t405uU1ii3 .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-t405uU1ii3 .btn-social,
.cid-t405uU1ii3 .mbr-section-title {
  color: #57468b;
}
.cid-t405uU1ii3 .soc-item {
  width: 20px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 10px;
}
.cid-t405uU1ii3 .soc-item span {
  font-size: 20px;
  color: #7f7f7f !important;
  transition: all 0.3s;
}
.cid-t405uU1ii3 .soc-item:hover span {
  color: #434343 !important;
}
@media (max-width: 992px) {
  .cid-t405uU1ii3 .align-left,
  .cid-t405uU1ii3 .align-right {
    text-align: center;
  }
  .cid-t405uU1ii3 .social-list {
    justify-content: center;
  }
  .cid-t405uU1ii3 .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-t405uU1ii3 .mbr-text {
  color: #7f7f7f;
}
.cid-t42psDSR0n .navbar-dropdown {
  position: relative !important;
}
.cid-t42psDSR0n .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-t42psDSR0n .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t42psDSR0n .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t42psDSR0n .dropdown-item:hover,
.cid-t42psDSR0n .dropdown-item:focus {
  background: #330066 !important;
  color: white !important;
}
.cid-t42psDSR0n .dropdown-item:hover span {
  color: white;
}
.cid-t42psDSR0n .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t42psDSR0n .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t42psDSR0n .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t42psDSR0n .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t42psDSR0n .nav-link {
  position: relative;
}
.cid-t42psDSR0n .container {
  display: flex;
  margin: auto;
}
.cid-t42psDSR0n .iconfont-wrapper {
  color: #1f1437 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t42psDSR0n .dropdown-menu,
.cid-t42psDSR0n .navbar.opened {
  background: #ffffff !important;
}
.cid-t42psDSR0n .nav-item:focus,
.cid-t42psDSR0n .nav-link:focus {
  outline: none;
}
.cid-t42psDSR0n .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t42psDSR0n .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t42psDSR0n .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t42psDSR0n .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t42psDSR0n .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t42psDSR0n .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t42psDSR0n .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-t42psDSR0n .navbar.opened {
  transition: all 0.3s;
}
.cid-t42psDSR0n .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t42psDSR0n .navbar .navbar-logo img {
  width: auto;
}
.cid-t42psDSR0n .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t42psDSR0n .navbar.collapsed {
  justify-content: center;
}
.cid-t42psDSR0n .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t42psDSR0n .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t42psDSR0n .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-t42psDSR0n .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t42psDSR0n .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t42psDSR0n .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-t42psDSR0n .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t42psDSR0n .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t42psDSR0n .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t42psDSR0n .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t42psDSR0n .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t42psDSR0n .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t42psDSR0n .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t42psDSR0n .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-t42psDSR0n .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t42psDSR0n .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t42psDSR0n .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t42psDSR0n .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t42psDSR0n .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t42psDSR0n .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t42psDSR0n .navbar.navbar-short {
  min-height: 60px;
}
.cid-t42psDSR0n .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t42psDSR0n .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t42psDSR0n .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t42psDSR0n .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t42psDSR0n .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t42psDSR0n .dropdown-item.active,
.cid-t42psDSR0n .dropdown-item:active {
  background-color: transparent;
}
.cid-t42psDSR0n .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t42psDSR0n .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t42psDSR0n .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t42psDSR0n .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-t42psDSR0n .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t42psDSR0n .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t42psDSR0n ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t42psDSR0n .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t42psDSR0n button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t42psDSR0n button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1f1437;
}
.cid-t42psDSR0n button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t42psDSR0n button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t42psDSR0n button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t42psDSR0n button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t42psDSR0n nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t42psDSR0n nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t42psDSR0n nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t42psDSR0n nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t42psDSR0n .navbar-dropdown {
  padding: 0 1rem;
}
.cid-t42psDSR0n a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t42psDSR0n .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-t42psDSR0n .navbar {
    height: 70px;
  }
  .cid-t42psDSR0n .navbar.opened {
    height: auto;
  }
  .cid-t42psDSR0n .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t40zfyCEAx {
  padding-top: 120px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/background4-1.jpg");
}
.cid-t40zfyCEAx .title {
  margin-bottom: 2rem;
}
.cid-t40zfyCEAx .mbr-section-subtitle {
  color: #434343;
}
.cid-t40zfyCEAx a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-t40zfyCEAx a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-t40zfyCEAx .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-t40zfyCEAx .input-group-btn {
  display: block;
  text-align: center;
}
.cid-t40zfyCEAx LABEL {
  color: #232323;
}
.cid-t40zfyCEAx H2 {
  color: #434343;
}
.cid-t40w1WtiBo {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #efefef;
}
.cid-t40w1WtiBo img {
  border-radius: 0px;
}
.cid-t40w1WtiBo .row {
  justify-content: center;
}
.cid-t40w1WtiBo .mbr-section-title {
  margin-top: 24px;
  text-align: center;
  color: #8c8c95;
}
.cid-t40w1WtiBo .container {
  max-width: 1132px;
}
.cid-t40w1WCVYK {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #efefef;
}
@media (min-width: 991px) {
  .cid-t40w1WCVYK .card_wrapper .mbr-section-btn {
    opacity: 0;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    transform: translateY(10px);
  }
}
.cid-t40w1WCVYK .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-top: 10px;
  border: none !important;
  background-color: transparent !important;
}
.cid-t40w1WCVYK .mbr-section-btn .btn-secondary-outline:hover,
.cid-t40w1WCVYK .mbr-section-btn .btn-secondary-outline .active,
.cid-t40w1WCVYK .mbr-section-btn .btn-secondary-outline:focus {
  color: #330066 !important;
}
.cid-t40w1WCVYK .category_content {
  opacity: .8;
}
.cid-t40w1WCVYK .item-title,
.cid-t40w1WCVYK .card_topic {
  margin-bottom: 12px;
}
.cid-t40w1WCVYK .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #f8c842;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-t40w1WCVYK .card_wrapper:hover .item-title a {
  color: #f8c842 !important;
}
@media (min-width: 992px) {
  .cid-t40w1WCVYK .card_wrapper:hover .mbr-section-btn {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 767px) {
  .cid-t40w1WCVYK .card_wrapper:first-child {
    margin-bottom: 1.5rem;
  }
}
.cid-t40w1WCVYK .mbr-text,
.cid-t40w1WCVYK .mbr-section-btn {
  text-align: left;
  color: #7f7f7f;
}
.cid-t40w1WCVYK .item-title {
  text-align: left;
  color: #7f7f7f;
}
.cid-t40w1WQP2T {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-t40w1WQP2T [class^='socicon-']:before,
.cid-t40w1WQP2T [class*=' socicon-']:before {
  line-height: 44px;
}
.cid-t40w1WQP2T .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-t40w1WQP2T .btn-social,
.cid-t40w1WQP2T .mbr-section-title {
  color: #57468b;
}
.cid-t40w1WQP2T .soc-item {
  width: 20px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 10px;
}
.cid-t40w1WQP2T .soc-item span {
  font-size: 20px;
  color: #7f7f7f !important;
  transition: all 0.3s;
}
.cid-t40w1WQP2T .soc-item:hover span {
  color: #434343 !important;
}
@media (max-width: 992px) {
  .cid-t40w1WQP2T .align-left,
  .cid-t40w1WQP2T .align-right {
    text-align: center;
  }
  .cid-t40w1WQP2T .social-list {
    justify-content: center;
  }
  .cid-t40w1WQP2T .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-t40w1WQP2T .mbr-text {
  color: #7f7f7f;
}
.cid-t42psDSR0n .navbar-dropdown {
  position: relative !important;
}
.cid-t42psDSR0n .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-t42psDSR0n .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t42psDSR0n .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t42psDSR0n .dropdown-item:hover,
.cid-t42psDSR0n .dropdown-item:focus {
  background: #330066 !important;
  color: white !important;
}
.cid-t42psDSR0n .dropdown-item:hover span {
  color: white;
}
.cid-t42psDSR0n .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t42psDSR0n .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t42psDSR0n .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t42psDSR0n .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t42psDSR0n .nav-link {
  position: relative;
}
.cid-t42psDSR0n .container {
  display: flex;
  margin: auto;
}
.cid-t42psDSR0n .iconfont-wrapper {
  color: #1f1437 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t42psDSR0n .dropdown-menu,
.cid-t42psDSR0n .navbar.opened {
  background: #ffffff !important;
}
.cid-t42psDSR0n .nav-item:focus,
.cid-t42psDSR0n .nav-link:focus {
  outline: none;
}
.cid-t42psDSR0n .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t42psDSR0n .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t42psDSR0n .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t42psDSR0n .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t42psDSR0n .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t42psDSR0n .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t42psDSR0n .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-t42psDSR0n .navbar.opened {
  transition: all 0.3s;
}
.cid-t42psDSR0n .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t42psDSR0n .navbar .navbar-logo img {
  width: auto;
}
.cid-t42psDSR0n .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t42psDSR0n .navbar.collapsed {
  justify-content: center;
}
.cid-t42psDSR0n .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t42psDSR0n .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t42psDSR0n .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-t42psDSR0n .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t42psDSR0n .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t42psDSR0n .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-t42psDSR0n .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t42psDSR0n .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t42psDSR0n .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t42psDSR0n .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t42psDSR0n .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t42psDSR0n .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t42psDSR0n .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t42psDSR0n .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-t42psDSR0n .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t42psDSR0n .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t42psDSR0n .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t42psDSR0n .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t42psDSR0n .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t42psDSR0n .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t42psDSR0n .navbar.navbar-short {
  min-height: 60px;
}
.cid-t42psDSR0n .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t42psDSR0n .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t42psDSR0n .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t42psDSR0n .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t42psDSR0n .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t42psDSR0n .dropdown-item.active,
.cid-t42psDSR0n .dropdown-item:active {
  background-color: transparent;
}
.cid-t42psDSR0n .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t42psDSR0n .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t42psDSR0n .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t42psDSR0n .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-t42psDSR0n .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t42psDSR0n .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t42psDSR0n ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t42psDSR0n .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t42psDSR0n button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t42psDSR0n button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1f1437;
}
.cid-t42psDSR0n button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t42psDSR0n button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t42psDSR0n button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t42psDSR0n button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t42psDSR0n nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t42psDSR0n nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t42psDSR0n nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t42psDSR0n nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t42psDSR0n .navbar-dropdown {
  padding: 0 1rem;
}
.cid-t42psDSR0n a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t42psDSR0n .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-t42psDSR0n .navbar {
    height: 70px;
  }
  .cid-t42psDSR0n .navbar.opened {
    height: auto;
  }
  .cid-t42psDSR0n .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
