body {
  font-family: Poppins;
}
.display-1 {
  font-family: 'GandhiSerif-Regular';
  font-size: 2.5rem;
}
.display-1 > .mbr-iconfont {
  font-size: 4rem;
}
.display-2 {
  font-family: 'GandhiSerif-Regular';
  font-size: 2.2rem;
}
.display-2 > .mbr-iconfont {
  font-size: 3.52rem;
}
.display-4 {
  font-family: 'GandhiSerif-Regular';
  font-size: 1rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'GandhiSerif-Regular';
  font-size: 1.3rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 2.08rem;
}
.display-7 {
  font-family: 'GandhiSerif-Regular';
  font-size: 1.1rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.76rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 2.2rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #3e294e !important;
}
.bg-success {
  background-color: #f1894c !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #36404c !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #3e294e !important;
  border-color: #3e294e !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #3e294e !important;
  background-color: transparent !important;
  border-color: #3e294e !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #160f1c !important;
  border-color: #160f1c !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #3e294e !important;
  border-color: #3e294e !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #3e294e !important;
  background-color: transparent !important;
  border-color: #3e294e !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #160f1c !important;
  border-color: #160f1c !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #82786e !important;
  background-color: transparent !important;
  border-color: #82786e !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #f1894c !important;
  border-color: #f1894c !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #f1894c !important;
  background-color: transparent !important;
  border-color: #f1894c !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #df5d11 !important;
  border-color: #df5d11 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #36404c !important;
  border-color: #36404c !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #36404c !important;
  background-color: transparent !important;
  border-color: #36404c !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #161a1f !important;
  border-color: #161a1f !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #b1a374 !important;
  background-color: transparent !important;
  border-color: #b1a374 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #ffffff !important;
  background-color: transparent !important;
  border-color: #ffffff !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #333333 !important;
  background-color: transparent !important;
  border-color: #333333 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #09060b;
  color: #09060b;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #3e294e;
  border-color: #3e294e;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #3e294e !important;
  border-color: #3e294e !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #09060b;
  color: #09060b;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #3e294e;
  border-color: #3e294e;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #3e294e !important;
  border-color: #3e294e !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #c75410;
  color: #c75410;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #f1894c;
  border-color: #f1894c;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #f1894c !important;
  border-color: #f1894c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #0c0e10;
  color: #0c0e10;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #36404c;
  border-color: #36404c;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #36404c !important;
  border-color: #36404c !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #3e294e !important;
}
.text-secondary {
  color: #3e294e !important;
}
.text-success {
  color: #f1894c !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #36404c !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #3e294e !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #09060b !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #3e294e !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #3e294e !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #3e294e !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #3e294e !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #3e294e !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #3e294e !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #36404c;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #3e294e;
  border-color: #3e294e;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #3e294e;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b295c7;
}
.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: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #a7b3c0;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
#scrollToTop a i:before {
  content: '';
  position: absolute;
  height: 40%;
  top: 25%;
  background: #fff;
  width: 2px;
  left: calc(50% - 1px);
}
#scrollToTop a i:after {
  content: '';
  position: absolute;
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
/* Others*/
.note-check a[data-value=Rubik] {
  font-style: normal;
}
.mbr-arrow a {
  color: #ffffff;
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: .357em;
  padding: 0;
}
.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: .875rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
  -webkit-transform: rotate(45deg);
}
.form-control {
  background-color: #ffffff;
  box-shadow: none;
  color: #767676;
  border: 3px solid #ebeced;
  font-family: 'GandhiSerif-Regular';
  font-size: 1.1rem;
  line-height: 1.43;
  min-height: 46px;
  padding: 0.5rem 1.2rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.76rem;
}
.form-control:focus {
  outline: none;
  border: 3px solid #ebeced;
  background-color: #f5f5f7;
}
.form-active .form-control:invalid {
  border-color: red;
}
.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: .5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
blockquote {
  border-color: #3e294e;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #3e294e;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-number__spin {
  background-color: #ffffff;
  border: 3px solid #ebeced;
}
.jq-number__spin:focus {
  outline: none;
  border: 3px solid #ebeced;
  background-color: #f5f5f7;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #3e294e;
  border-bottom-color: #3e294e;
}
.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: #3e294e !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #3e294e !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%233e294e' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
.cid-scG7f5yFzO {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/micrositiohome01-1-1922x1080.png");
  background-position: right;
}
.cid-scG7f5yFzO .wrapper {
  position: relative;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  padding: 2.5rem 2.5rem;
}
.cid-scG7f5yFzO .wrapper:before {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 50%;
  height: 3px;
  right: 0;
}
.cid-scG7f5yFzO .wrapper:after {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-scG7f5yFzO img {
  position: absolute;
  left: 10%;
  bottom: -45px;
  width: 130px;
}
@media (max-width: 767px) {
  .cid-scG7f5yFzO .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-suw1B0iHkl {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f5f5f7;
}
.cid-suw1B0iHkl .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #c467e7;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-suw1B0iHkl H2 {
  color: #36404c;
}
.cid-suw1B0iHkl H3 {
  color: #36404c;
}
.cid-suw1B0iHkl .mbr-text,
.cid-suw1B0iHkl .mbr-section-btn {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-suw1B0iHkl .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-suw1B0iHkl img {
  filter: invert(0.5);
  width: auto;
}
.cid-szBpXYYojJ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-szBpXYYojJ .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-szBpXYYojJ img {
  width: 100%;
}
.cid-szBpXYYojJ .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #3e294e;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-szBpXYYojJ .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-szBpXYYojJ .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
  margin-bottom: 21px;
}
.cid-szBpXYYojJ .mbr-section-title {
  margin: 0;
  font-weight: 500;
}
.cid-szBpXYYojJ .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-szBpXYYojJ .contents {
  margin-top: 36px;
}
.cid-szBpXYYojJ .contents .content-text {
  color: #606060;
  font-weight: 300;
}
.cid-szBpXYYojJ .mbr-section-btn {
  margin-top: 8px;
}
.cid-szBpXYYojJ .mbr-section-btn .btn {
  padding: 18px 26px;
}
.cid-szBpXYYojJ .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-szBpXYYojJ .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
.cid-szBpXYYojJ .mbr-list {
  margin-top: 20px;
  color: #606060;
}
.cid-szBpXYYojJ .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
.cid-szBpXYYojJ .mbr-list .list li {
  line-height: 1.75;
}
.cid-szBpXYYojJ .mbr-list .list li:before {
  font-weight: 900;
  color: #3e294e;
  display: inline-block;
  content: "✓";
  text-align: center;
  line-height: 1.5em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 25px;
  height: 25px;
}
.cid-szB4KHHVDd {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f5f5f7;
}
.cid-szB4KHHVDd p {
  color: #767676;
}
.cid-szB4KHHVDd .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-szB4KHHVDd .row-element,
.cid-szB4KHHVDd .image-element {
  padding: 0;
}
.cid-szB4KHHVDd .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-szB4KHHVDd .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-szB4KHHVDd .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-szB4KHHVDd .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #3e294e, #3e294e);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-szB4KHHVDd .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-szB4KHHVDd .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-szB4KHHVDd .text-content {
    padding: 2rem 1rem;
  }
  .cid-szB4KHHVDd .underline .line {
    height: 2px;
  }
  .cid-szB4KHHVDd .mbr-title,
  .cid-szB4KHHVDd .underline,
  .cid-szB4KHHVDd .mbr-text,
  .cid-szB4KHHVDd .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-sxGX3eNDSQ {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sxGX3eNDSQ .container-fluid {
  padding: 0 3rem;
}
.cid-sxGX3eNDSQ .media-container-column {
  padding: 0 2rem;
}
.cid-sxGX3eNDSQ .mbr-section-title {
  display: inline-block;
  position: relative;
}
@media (max-width: 767px) {
  .cid-sxGX3eNDSQ .container-fluid {
    padding: 0 1rem;
  }
}
.cid-szqycQS9UA {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-szqycQS9UA .card-img {
  position: relative;
  overflow: hidden;
}
.cid-szqycQS9UA section {
  position: relative;
}
.cid-szqycQS9UA a {
  font-weight: 600;
}
.cid-szqycQS9UA .btn-sm {
  padding: 0.6rem 2.2rem;
}
.cid-szqycQS9UA .box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 64%;
  background: #f5f5f7;
}
.cid-szqycQS9UA .card-img:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  height: 100%;
  left: 0;
  background-color: #232323;
  opacity: 0;
  transform-origin: right center 0;
  transform: perspective(100px) rotateY(-120deg);
  transform-style: flat;
  transition: transform 0.5s ease-in-out, opacity 0.2s ease-in-out;
}
.cid-szqycQS9UA .card-box {
  padding: 1rem;
  background-color: #ffffff;
  width: 85%;
  margin: auto;
  margin-top: -40px;
  position: relative;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  height: 80px;
  display: flex;
  align-items: center;
}
.cid-szqycQS9UA .card-box h3 {
  font-weight: 600;
  width: 100%;
  display: inline-block;
  margin: 0;
}
.cid-szqycQS9UA .card-wrapper {
  height: 100%;
}
.cid-szqycQS9UA .card-wrapper:hover .card-img:before {
  opacity: 0.3;
  transform: perspective(100px) rotateY(0deg);
}
.cid-szqycQS9UA .card-wrapper:hover .card-title a {
  color: #3e294e !important;
}
.cid-szqycQS9UA .text {
  color: #767676;
}
.cid-szqycQS9UA .card-title {
  color: #36404c;
}
.cid-szqycQS9UA .title {
  text-align: center;
}
.cid-szqzhkyR6L {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f5f5f7;
}
.cid-szqzhkyR6L .card-img {
  position: relative;
  overflow: hidden;
}
.cid-szqzhkyR6L section {
  position: relative;
}
.cid-szqzhkyR6L a {
  font-weight: 600;
}
.cid-szqzhkyR6L .btn-sm {
  padding: 0.6rem 2.2rem;
}
.cid-szqzhkyR6L .box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 64%;
  background: #f5f5f7;
}
.cid-szqzhkyR6L .card-img:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  height: 100%;
  left: 0;
  background-color: #232323;
  opacity: 0;
  transform-origin: right center 0;
  transform: perspective(100px) rotateY(-120deg);
  transform-style: flat;
  transition: transform 0.5s ease-in-out, opacity 0.2s ease-in-out;
}
.cid-szqzhkyR6L .card-box {
  padding: 1rem;
  background-color: #ffffff;
  width: 85%;
  margin: auto;
  margin-top: -40px;
  position: relative;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  height: 80px;
  display: flex;
  align-items: center;
}
.cid-szqzhkyR6L .card-box h3 {
  font-weight: 600;
  width: 100%;
  display: inline-block;
  margin: 0;
}
.cid-szqzhkyR6L .card-wrapper {
  height: 100%;
}
.cid-szqzhkyR6L .card-wrapper:hover .card-img:before {
  opacity: 0.3;
  transform: perspective(100px) rotateY(0deg);
}
.cid-szqzhkyR6L .card-wrapper:hover .card-title a {
  color: #3e294e !important;
}
.cid-szqzhkyR6L .text {
  color: #767676;
}
.cid-szqzhkyR6L .card-title {
  color: #36404c;
}
.cid-szqzhkyR6L .title {
  text-align: center;
}
.cid-szqBqgtKIY {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f5f5f7;
}
.cid-szqBqgtKIY .card-img {
  position: relative;
  overflow: hidden;
}
.cid-szqBqgtKIY section {
  position: relative;
}
.cid-szqBqgtKIY a {
  font-weight: 600;
}
.cid-szqBqgtKIY .btn-sm {
  padding: 0.6rem 2.2rem;
}
.cid-szqBqgtKIY .box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 64%;
  background: #f5f5f7;
}
.cid-szqBqgtKIY .card-img:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  height: 100%;
  left: 0;
  background-color: #232323;
  opacity: 0;
  transform-origin: right center 0;
  transform: perspective(100px) rotateY(-120deg);
  transform-style: flat;
  transition: transform 0.5s ease-in-out, opacity 0.2s ease-in-out;
}
.cid-szqBqgtKIY .card-box {
  padding: 1rem;
  background-color: #ffffff;
  width: 85%;
  margin: auto;
  margin-top: -40px;
  position: relative;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  height: 80px;
  display: flex;
  align-items: center;
}
.cid-szqBqgtKIY .card-box h3 {
  font-weight: 600;
  width: 100%;
  display: inline-block;
  margin: 0;
}
.cid-szqBqgtKIY .card-wrapper {
  height: 100%;
}
.cid-szqBqgtKIY .card-wrapper:hover .card-img:before {
  opacity: 0.3;
  transform: perspective(100px) rotateY(0deg);
}
.cid-szqBqgtKIY .card-wrapper:hover .card-title a {
  color: #3e294e !important;
}
.cid-szqBqgtKIY .text {
  color: #767676;
}
.cid-szqBqgtKIY .card-title {
  color: #36404c;
}
.cid-szqBqgtKIY .title {
  text-align: center;
}
.cid-szuFSxZYat {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f5f5f7;
}
.cid-szuFSxZYat .mbr-text {
  position: relative;
}
.cid-szuFSxZYat .mbr-text:before {
  color: #f5f5f7;
  content: "\201C";
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -0.4em;
  position: absolute;
  top: 10px;
  left: -2rem;
}
.cid-szuFSxZYat img {
  object-fit: contain;
}
.cid-szuFSxZYat .mbr-text:after {
  color: #f5f5f7;
  content: "\201D";
  font-size: 3em;
  line-height: 0.1em;
  vertical-align: -0.45em;
  position: absolute;
  bottom: 10px;
  right: -2rem;
}
@media (max-width: 767px) {
  .cid-szuFSxZYat .mbr-text:after,
  .cid-szuFSxZYat .mbr-text:before {
    display: none;
  }
}
.cid-sxjAwOpDf5 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f5f5f7;
}
.cid-sxjAwOpDf5 .card-wrapper {
  display: flex;
  overflow: visible;
}
.cid-sxjAwOpDf5 .icon {
  font-size: 5rem;
  color: #3e294e;
  padding-right: 0rem;
  margin-top: -1rem;
  display: block;
}
.cid-sxjAwOpDf5 .card-box {
  margin-left: -1rem;
}
.cid-sxjAwOpDf5 .card-title {
  color: #c467e7;
}
.cid-sxjAwOpDf5 .card-text {
  color: #000000;
}
@media (max-width: 767px) {
  .cid-sxjAwOpDf5 .align-right,
  .cid-sxjAwOpDf5 .align-left {
    text-align: center;
  }
  .cid-sxjAwOpDf5 .card-wrapper {
    flex-direction: column;
  }
  .cid-sxjAwOpDf5 .icon,
  .cid-sxjAwOpDf5 .card-box {
    margin: 0rem;
  }
  .cid-sxjAwOpDf5 .icon {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-scGpO4EkW3 {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #f5f5f7;
}
.cid-scGpO4EkW3 .card-img {
  position: relative;
  overflow: hidden;
}
.cid-scGpO4EkW3 section {
  position: relative;
}
.cid-scGpO4EkW3 a {
  font-weight: 600;
}
.cid-scGpO4EkW3 .btn-sm {
  padding: 0.6rem 2.2rem;
}
.cid-scGpO4EkW3 .box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 64%;
  background: #ffffff;
}
.cid-scGpO4EkW3 .card-img:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  height: 100%;
  left: 0;
  background-color: #232323;
  opacity: 0;
  transform-origin: right center 0;
  transform: perspective(100px) rotateY(-120deg);
  transform-style: flat;
  transition: transform 0.5s ease-in-out, opacity 0.2s ease-in-out;
}
.cid-scGpO4EkW3 .card-box {
  padding: 1rem;
  background-color: #ffffff;
  width: 85%;
  margin: auto;
  margin-top: -40px;
  position: relative;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  height: 80px;
  display: flex;
  align-items: center;
}
.cid-scGpO4EkW3 .card-box h3 {
  font-weight: 600;
  width: 100%;
  display: inline-block;
  margin: 0;
}
.cid-scGpO4EkW3 .card-wrapper {
  height: 100%;
}
.cid-scGpO4EkW3 .card-wrapper:hover .card-img:before {
  opacity: 0.3;
  transform: perspective(100px) rotateY(0deg);
}
.cid-scGpO4EkW3 .card-wrapper:hover .card-title a {
  color: #3e294e !important;
}
.cid-scGpO4EkW3 .text {
  color: #767676;
}
.cid-scGpO4EkW3 .card-title {
  color: #36404c;
}
.cid-scGpO4EkW3 .title {
  text-align: center;
}
.cid-scG7fTffrW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-scG7fTffrW .card-icon {
  font-size: 56px;
  color: #3e294e;
  transition: color 0.3s;
}
.cid-scG7fTffrW .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-scG7fTffrW .link-ico {
  font-size: 0.8rem;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 100%;
  padding: 0.5rem 0;
  font-weight: 900;
  padding-left: 9px;
  padding-right: 7px;
}
.cid-scG7fTffrW .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-scG7fTffrW .card {
  padding: 0!important;
}
.cid-scG7fTffrW .card-wrapper {
  padding: 4rem;
  transition: background 0.3s;
}
.cid-scG7fTffrW .card-wrapper:hover {
  background: #3e294e;
}
.cid-scG7fTffrW .card-wrapper:hover .card-icon {
  color: #604079;
}
.cid-scG7fTffrW .card-wrapper:hover .line {
  background: #604079;
}
.cid-scG7fTffrW .card1 {
  background: #604079;
}
.cid-scG7fTffrW .card2 {
  background: #654480;
}
.cid-scG7fTffrW .card3 {
  background: #6b4786;
}
.cid-scG7fTffrW .card4 {
  background: #704b8d;
}
.cid-scG7fTffrW .card5 {
  background: #754e94;
}
.cid-scG7fTffrW .card6 {
  background: #7a529a;
}
.cid-scG7fTffrW .col-lg-x {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
@media (max-width: 1400px) {
  .cid-scG7fTffrW .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-scG7fTffrW .col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-stnhRj8LHv {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-stnhRj8LHv .card-icon {
  font-size: 56px;
  color: #3e294e;
  transition: color 0.3s;
}
.cid-stnhRj8LHv .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-stnhRj8LHv .link-ico {
  font-size: 0.8rem;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 100%;
  padding: 0.5rem 0;
  font-weight: 900;
  padding-left: 9px;
  padding-right: 7px;
}
.cid-stnhRj8LHv .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-stnhRj8LHv .card {
  padding: 0 !important;
}
.cid-stnhRj8LHv .card-wrapper {
  padding: 4rem;
  transition: background 0.3s;
}
.cid-stnhRj8LHv .card-wrapper:hover {
  background: #3e294e;
}
.cid-stnhRj8LHv .card-wrapper:hover .card-icon {
  color: #895aac;
}
.cid-stnhRj8LHv .card-wrapper:hover .line {
  background: #895aac;
}
.cid-stnhRj8LHv .card1 {
  background: #895aac;
}
.cid-stnhRj8LHv .card2 {
  background: #8e61af;
}
.cid-stnhRj8LHv .card3 {
  background: #9368b3;
}
.cid-stnhRj8LHv .card4 {
  background: #986eb6;
}
.cid-stnhRj8LHv .card5 {
  background: #9c75ba;
}
.cid-stnhRj8LHv .card6 {
  background: #a17cbd;
}
.cid-stnhRj8LHv .col-lg-x {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
@media (max-width: 767px) {
  .cid-stnhRj8LHv .col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-spw1zrFmuG {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #604079;
}
.cid-spw1zrFmuG .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-spw1zrFmuG .title {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.cid-spw1zrFmuG H2 {
  margin: 0;
  width: 100%;
}
.cid-spw1zrFmuG h3 {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-spw1zrFmuG .title {
    margin-bottom: 2rem;
  }
  .cid-spw1zrFmuG .align-left,
  .cid-spw1zrFmuG .align-right {
    text-align: center;
  }
}
.cid-szuFT5Rp1z {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f5f5f7;
}
.cid-szuFT5Rp1z .mbr-text {
  position: relative;
}
.cid-szuFT5Rp1z .mbr-text:before {
  color: #f5f5f7;
  content: "\201C";
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -0.4em;
  position: absolute;
  top: 10px;
  left: -2rem;
}
.cid-szuFT5Rp1z img {
  object-fit: contain;
}
.cid-szuFT5Rp1z .mbr-text:after {
  color: #f5f5f7;
  content: "\201D";
  font-size: 3em;
  line-height: 0.1em;
  vertical-align: -0.45em;
  position: absolute;
  bottom: 10px;
  right: -2rem;
}
@media (max-width: 767px) {
  .cid-szuFT5Rp1z .mbr-text:after,
  .cid-szuFT5Rp1z .mbr-text:before {
    display: none;
  }
}
.cid-scL9OwvAni {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/portadaquiensabesabecafe-1922x1080.png");
  background-position: right;
}
.cid-scL9OwvAni .wrapper {
  position: relative;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  padding: 2.5rem 2.5rem;
}
.cid-scL9OwvAni .wrapper:before {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 50%;
  height: 3px;
  right: 0;
}
.cid-scL9OwvAni .wrapper:after {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-scL9OwvAni img {
  position: absolute;
  left: 10%;
  bottom: -45px;
  width: 130px;
}
@media (max-width: 767px) {
  .cid-scL9OwvAni .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-spS6bSzqqD {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-spS6bSzqqD .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-spS6bSzqqD H2 {
  color: #36404c;
}
.cid-spS6bSzqqD H3 {
  color: #36404c;
}
.cid-spS6bSzqqD .mbr-text,
.cid-spS6bSzqqD .mbr-section-btn {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-spS6bSzqqD .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-spS6bSzqqD img {
  filter: invert(0.5);
  width: auto;
}
.cid-sdV4Vd6sVK {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sdV4Vd6sVK .card-icon {
  font-size: 56px;
  color: #3e294e;
  transition: color 0.3s;
}
.cid-sdV4Vd6sVK .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-sdV4Vd6sVK .link-ico {
  font-size: 0.8rem;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 100%;
  padding: 0.5rem 0;
  font-weight: 900;
  padding-left: 9px;
  padding-right: 7px;
}
.cid-sdV4Vd6sVK .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-sdV4Vd6sVK .card {
  padding: 0!important;
}
.cid-sdV4Vd6sVK .card-wrapper {
  padding: 4rem;
  transition: background 0.3s;
}
.cid-sdV4Vd6sVK .card-wrapper:hover {
  background: #3e294e;
}
.cid-sdV4Vd6sVK .card-wrapper:hover .card-icon {
  color: #604079;
}
.cid-sdV4Vd6sVK .card-wrapper:hover .line {
  background: #604079;
}
.cid-sdV4Vd6sVK .card1 {
  background: #604079;
}
.cid-sdV4Vd6sVK .card2 {
  background: #654480;
}
.cid-sdV4Vd6sVK .card3 {
  background: #6b4786;
}
.cid-sdV4Vd6sVK .card4 {
  background: #704b8d;
}
.cid-sdV4Vd6sVK .card5 {
  background: #754e94;
}
.cid-sdV4Vd6sVK .card6 {
  background: #7a529a;
}
.cid-sdV4Vd6sVK .col-lg-x {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
@media (max-width: 1400px) {
  .cid-sdV4Vd6sVK .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-sdV4Vd6sVK .col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-scLM4QH8LL {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/portadaquiensabesabetaquero-1922x1080.png");
  background-position: right;
}
.cid-scLM4QH8LL .wrapper {
  position: relative;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  padding: 2.5rem 2.5rem;
}
.cid-scLM4QH8LL .wrapper:before {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 50%;
  height: 3px;
  right: 0;
}
.cid-scLM4QH8LL .wrapper:after {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-scLM4QH8LL img {
  position: absolute;
  left: 10%;
  bottom: -45px;
  width: 130px;
}
@media (max-width: 767px) {
  .cid-scLM4QH8LL .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-sfpMH3GQcp {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ede5da;
}
.cid-sfpMH3GQcp img {
  width: 100%;
}
.cid-sfpMH3GQcp .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #3e294e;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-sfpMH3GQcp .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-sfpMH3GQcp .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-sfpMH3GQcp .main-title {
  margin-bottom: 36px;
}
.cid-sfpMH3GQcp .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-sfpMH3GQcp .card .card-header {
  border-radius: 0px;
  border: 0px;
  background: transparent;
  padding: 0;
}
.cid-sfpMH3GQcp .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
  transition: all 200ms ease-in-out;
}
.cid-sfpMH3GQcp .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sfpMH3GQcp .card .card-header a.panel-title h4 {
  flex-direction: row;
  display: flex;
  justify-content: start;
  align-items: center;
  color: #000;
  transition: all 200ms ease-in-out;
  margin-bottom: 16px;
}
.cid-sfpMH3GQcp .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
  font-family: FontAwesome !important;
  color: #3e294e;
}
.cid-sfpMH3GQcp .card .card-header a.panel-title h4 .sign::before {
  content: "\f077";
}
.cid-sfpMH3GQcp .card .card-header a.panel-title h4:hover {
  color: #3e294e;
}
.cid-sfpMH3GQcp .card .card-header a.panel-title h4.display-7 {
  font-size: 19px;
}
.cid-sfpMH3GQcp .card .card-header a.panel-title h4.display-7 .sign {
  font-size: 0.8rem;
}
.cid-sfpMH3GQcp .card .card-header a.panel-title.collapsed {
  transition: all 200ms ease-in-out;
}
.cid-sfpMH3GQcp .card .card-header a.panel-title.collapsed h4 .sign:before {
  content: "\f054";
}
.cid-sfpMH3GQcp .card .panel-body {
  color: #767676;
  padding-left: 1.8rem;
  margin-bottom: 20px;
}
.cid-sfpMH3GQcp .card .panel-body p {
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-sfpMH3GQcp .card {
    margin-bottom: 2rem !important;
  }
}
@media (max-width: 768px) {
  .cid-sfpMH3GQcp * {
    text-align: left;
  }
}
.cid-sdV4YFocVz {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sdV4YFocVz .card-icon {
  font-size: 56px;
  color: #3e294e;
  transition: color 0.3s;
}
.cid-sdV4YFocVz .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-sdV4YFocVz .link-ico {
  font-size: 0.8rem;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 100%;
  padding: 0.5rem 0;
  font-weight: 900;
  padding-left: 9px;
  padding-right: 7px;
}
.cid-sdV4YFocVz .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-sdV4YFocVz .card {
  padding: 0!important;
}
.cid-sdV4YFocVz .card-wrapper {
  padding: 4rem;
  transition: background 0.3s;
}
.cid-sdV4YFocVz .card-wrapper:hover {
  background: #3e294e;
}
.cid-sdV4YFocVz .card-wrapper:hover .card-icon {
  color: #604079;
}
.cid-sdV4YFocVz .card-wrapper:hover .line {
  background: #604079;
}
.cid-sdV4YFocVz .card1 {
  background: #604079;
}
.cid-sdV4YFocVz .card2 {
  background: #654480;
}
.cid-sdV4YFocVz .card3 {
  background: #6b4786;
}
.cid-sdV4YFocVz .card4 {
  background: #704b8d;
}
.cid-sdV4YFocVz .card5 {
  background: #754e94;
}
.cid-sdV4YFocVz .card6 {
  background: #7a529a;
}
.cid-sdV4YFocVz .col-lg-x {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
@media (max-width: 1400px) {
  .cid-sdV4YFocVz .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-sdV4YFocVz .col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-scRRNuWPH3 {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/micrositiohome01-1-1922x1080.png");
  background-position: right;
}
.cid-scRRNuWPH3 .wrapper {
  position: relative;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  padding: 2.5rem 2.5rem;
}
.cid-scRRNuWPH3 .wrapper:before {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 50%;
  height: 3px;
  right: 0;
}
.cid-scRRNuWPH3 .wrapper:after {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-scRRNuWPH3 img {
  position: absolute;
  left: 10%;
  bottom: -45px;
  width: 130px;
}
@media (max-width: 767px) {
  .cid-scRRNuWPH3 .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-stHcTotrjK {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f5f5f7;
}
.cid-stHcTotrjK .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #c467e7;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-stHcTotrjK H2 {
  color: #36404c;
}
.cid-stHcTotrjK H3 {
  color: #36404c;
}
.cid-stHcTotrjK .mbr-text,
.cid-stHcTotrjK .mbr-section-btn {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-stHcTotrjK .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-stHcTotrjK img {
  filter: invert(0.5);
  width: auto;
}
.cid-suvE8MBJXN {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ebeced;
}
.cid-suvE8MBJXN .mbr-section-subtitle {
  color: #767676;
}
.cid-suvE8MBJXN .btn {
  margin: 0 0 .5rem 0;
}
@media (max-width: 768px) {
  .cid-suvE8MBJXN h2,
  .cid-suvE8MBJXN h3 {
    text-align: center !important;
  }
  .cid-suvE8MBJXN .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-suof2GpeCE {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-suof2GpeCE .mbr-section-title {
  font-weight: 300;
}
.cid-suof2GpeCE .mbr-section-title b,
.cid-suof2GpeCE .mbr-section-title strong {
  font-weight: 500;
}
.cid-suof2GpeCE .link {
  display: block;
  margin-bottom: 0;
  white-space: nowrap;
}
.cid-suof2GpeCE .link a {
  font-weight: 700;
}
.cid-suof2GpeCE .link span {
  display: inline-block !important;
  transition: all 0.3s ease;
  margin-left: 13px;
}
.cid-suof2GpeCE .link:hover span {
  transform: translateX(9px);
}
.cid-suof2GpeCE .card__block {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.cid-suof2GpeCE .card__block:nth-child(2) .card__content::before {
  background-color: #b1a374;
}
.cid-suof2GpeCE .card__block:nth-child(3) .card__content::before {
  background-color: #3e294e;
}
.cid-suof2GpeCE .card__block:nth-child(4) .card__content::before {
  background-color: #36404c;
}
.cid-suof2GpeCE .card__block:nth-child(6) .card__content::before {
  background-color: #f1894c;
}
.cid-suof2GpeCE .card__block:nth-child(7) .card__content::before {
  background-color: #82786e;
}
.cid-suof2GpeCE .card__block:nth-child(8) .card__content::before {
  background-color: #3e294e;
}
.cid-suof2GpeCE .card__content {
  position: relative;
  width: 100%;
  padding: 20px 44px 25px;
  background-color: #ffffff;
  transition: all .3s ease;
}
.cid-suof2GpeCE .card__content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: .1;
  z-index: 1;
}
.cid-suof2GpeCE .card__content:hover {
  transform: scale(0.96, 0.96);
}
.cid-suof2GpeCE .card__content .card__image {
  display: flex;
  height: 190px;
  justify-content: center;
  position: relative;
  z-index: 5;
  margin-bottom: 10px;
}
.cid-suof2GpeCE .card__content .card__image img {
  max-width: 145px;
}
.cid-suof2GpeCE .card__content .card__title {
  margin-bottom: 7px;
  font-weight: 600;
  position: relative;
  z-index: 5;
}
.cid-suof2GpeCE .card__content .card__text {
  margin-bottom: 0;
  position: relative;
  z-index: 5;
}
@media (max-width: 1024px) {
  .cid-suof2GpeCE .title__block {
    padding: 24px 17px;
  }
  .cid-suof2GpeCE .card__content {
    padding: 15px 13px 20px;
  }
  .cid-suof2GpeCE .card__content .card__image {
    height: 73px;
  }
  .cid-suof2GpeCE .card__content .card__image img {
    max-width: 75px;
  }
}
@media (max-width: 767px) {
  .cid-suof2GpeCE .row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
  }
  .cid-suof2GpeCE .card__block {
    margin-bottom: 10px;
  }
}
@media (max-width: 575px) {
  .cid-suof2GpeCE .container {
    padding-left: 30px;
    padding-right: 30px;
  }
  .cid-suof2GpeCE .card__content .card__title {
    font-size: 17px;
    line-height: 21px;
  }
  .cid-suof2GpeCE .card__content .card__text {
    font-size: 14px;
    line-height: 18px;
  }
}
.cid-sdV52lBN6Q {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sdV52lBN6Q .card-icon {
  font-size: 56px;
  color: #3e294e;
  transition: color 0.3s;
}
.cid-sdV52lBN6Q .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-sdV52lBN6Q .link-ico {
  font-size: 0.8rem;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 100%;
  padding: 0.5rem 0;
  font-weight: 900;
  padding-left: 9px;
  padding-right: 7px;
}
.cid-sdV52lBN6Q .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-sdV52lBN6Q .card {
  padding: 0!important;
}
.cid-sdV52lBN6Q .card-wrapper {
  padding: 4rem;
  transition: background 0.3s;
}
.cid-sdV52lBN6Q .card-wrapper:hover {
  background: #3e294e;
}
.cid-sdV52lBN6Q .card-wrapper:hover .card-icon {
  color: #604079;
}
.cid-sdV52lBN6Q .card-wrapper:hover .line {
  background: #604079;
}
.cid-sdV52lBN6Q .card1 {
  background: #604079;
}
.cid-sdV52lBN6Q .card2 {
  background: #654480;
}
.cid-sdV52lBN6Q .card3 {
  background: #6b4786;
}
.cid-sdV52lBN6Q .card4 {
  background: #704b8d;
}
.cid-sdV52lBN6Q .card5 {
  background: #754e94;
}
.cid-sdV52lBN6Q .card6 {
  background: #7a529a;
}
.cid-sdV52lBN6Q .col-lg-x {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
@media (max-width: 1400px) {
  .cid-sdV52lBN6Q .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-sdV52lBN6Q .col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-scRWHtyEQ6 {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/portadaquiensabesabecafe-1922x1080.png");
  background-position: right;
}
.cid-scRWHtyEQ6 .wrapper {
  position: relative;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  padding: 2.5rem 2.5rem;
}
.cid-scRWHtyEQ6 .wrapper:before {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 50%;
  height: 3px;
  right: 0;
}
.cid-scRWHtyEQ6 .wrapper:after {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-scRWHtyEQ6 img {
  position: absolute;
  left: 10%;
  bottom: -45px;
  width: 130px;
}
@media (max-width: 767px) {
  .cid-scRWHtyEQ6 .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-scRWHu7t19 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-scRWHu7t19 .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-scRWHu7t19 H2 {
  color: #36404c;
}
.cid-scRWHu7t19 H3 {
  color: #36404c;
}
.cid-scRWHu7t19 .mbr-text,
.cid-scRWHu7t19 .mbr-section-btn {
  color: #767676;
}
.cid-scRWHu7t19 .photo {
  width: 90%;
}
@media (max-width: 992px) {
  .cid-scRWHu7t19 .md-pb {
    padding-bottom: 2rem;
  }
  .cid-scRWHu7t19 .photo {
    width: 100%;
  }
}
.cid-scRWHu7t19 .signature {
  filter: invert(0.5);
}
.cid-sdV55gydSe {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sdV55gydSe .card-icon {
  font-size: 56px;
  color: #3e294e;
  transition: color 0.3s;
}
.cid-sdV55gydSe .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-sdV55gydSe .link-ico {
  font-size: 0.8rem;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 100%;
  padding: 0.5rem 0;
  font-weight: 900;
  padding-left: 9px;
  padding-right: 7px;
}
.cid-sdV55gydSe .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-sdV55gydSe .card {
  padding: 0!important;
}
.cid-sdV55gydSe .card-wrapper {
  padding: 4rem;
  transition: background 0.3s;
}
.cid-sdV55gydSe .card-wrapper:hover {
  background: #3e294e;
}
.cid-sdV55gydSe .card-wrapper:hover .card-icon {
  color: #604079;
}
.cid-sdV55gydSe .card-wrapper:hover .line {
  background: #604079;
}
.cid-sdV55gydSe .card1 {
  background: #604079;
}
.cid-sdV55gydSe .card2 {
  background: #654480;
}
.cid-sdV55gydSe .card3 {
  background: #6b4786;
}
.cid-sdV55gydSe .card4 {
  background: #704b8d;
}
.cid-sdV55gydSe .card5 {
  background: #754e94;
}
.cid-sdV55gydSe .card6 {
  background: #7a529a;
}
.cid-sdV55gydSe .col-lg-x {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
@media (max-width: 1400px) {
  .cid-sdV55gydSe .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-sdV55gydSe .col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-sdSJz7IqQw {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/portadaquiensabesabegato-2-1922x1080.png");
  background-position: right;
}
.cid-sdSJz7IqQw .wrapper {
  position: relative;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  padding: 2.5rem 2.5rem;
}
.cid-sdSJz7IqQw .wrapper:before {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 50%;
  height: 3px;
  right: 0;
}
.cid-sdSJz7IqQw .wrapper:after {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-sdSJz7IqQw img {
  position: absolute;
  left: 10%;
  bottom: -45px;
  width: 130px;
}
@media (max-width: 767px) {
  .cid-sdSJz7IqQw .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-sdSJz8cqXl {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sdSJz8cqXl .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-sdSJz8cqXl H2 {
  color: #36404c;
}
.cid-sdSJz8cqXl H3 {
  color: #36404c;
}
.cid-sdSJz8cqXl .mbr-text,
.cid-sdSJz8cqXl .mbr-section-btn {
  color: #767676;
}
.cid-sdSJz8cqXl .photo {
  width: 90%;
}
@media (max-width: 992px) {
  .cid-sdSJz8cqXl .md-pb {
    padding-bottom: 2rem;
  }
  .cid-sdSJz8cqXl .photo {
    width: 100%;
  }
}
.cid-sdSJz8cqXl .signature {
  filter: invert(0.5);
}
.cid-sdV57Z7ba5 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sdV57Z7ba5 .card-icon {
  font-size: 56px;
  color: #3e294e;
  transition: color 0.3s;
}
.cid-sdV57Z7ba5 .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-sdV57Z7ba5 .link-ico {
  font-size: 0.8rem;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 100%;
  padding: 0.5rem 0;
  font-weight: 900;
  padding-left: 9px;
  padding-right: 7px;
}
.cid-sdV57Z7ba5 .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-sdV57Z7ba5 .card {
  padding: 0!important;
}
.cid-sdV57Z7ba5 .card-wrapper {
  padding: 4rem;
  transition: background 0.3s;
}
.cid-sdV57Z7ba5 .card-wrapper:hover {
  background: #3e294e;
}
.cid-sdV57Z7ba5 .card-wrapper:hover .card-icon {
  color: #604079;
}
.cid-sdV57Z7ba5 .card-wrapper:hover .line {
  background: #604079;
}
.cid-sdV57Z7ba5 .card1 {
  background: #604079;
}
.cid-sdV57Z7ba5 .card2 {
  background: #654480;
}
.cid-sdV57Z7ba5 .card3 {
  background: #6b4786;
}
.cid-sdV57Z7ba5 .card4 {
  background: #704b8d;
}
.cid-sdV57Z7ba5 .card5 {
  background: #754e94;
}
.cid-sdV57Z7ba5 .card6 {
  background: #7a529a;
}
.cid-sdV57Z7ba5 .col-lg-x {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
@media (max-width: 1400px) {
  .cid-sdV57Z7ba5 .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-sdV57Z7ba5 .col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-sdSNfAqlAH {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/portadaquiensabesabetaquero-1922x1080.png");
  background-position: right;
}
.cid-sdSNfAqlAH .wrapper {
  position: relative;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  padding: 2.5rem 2.5rem;
}
.cid-sdSNfAqlAH .wrapper:before {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 50%;
  height: 3px;
  right: 0;
}
.cid-sdSNfAqlAH .wrapper:after {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-sdSNfAqlAH img {
  position: absolute;
  left: 10%;
  bottom: -45px;
  width: 130px;
}
@media (max-width: 767px) {
  .cid-sdSNfAqlAH .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-sdSNfAUorj {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sdSNfAUorj .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-sdSNfAUorj H2 {
  color: #36404c;
}
.cid-sdSNfAUorj H3 {
  color: #36404c;
}
.cid-sdSNfAUorj .mbr-text,
.cid-sdSNfAUorj .mbr-section-btn {
  color: #767676;
}
.cid-sdSNfAUorj .photo {
  width: 90%;
}
@media (max-width: 992px) {
  .cid-sdSNfAUorj .md-pb {
    padding-bottom: 2rem;
  }
  .cid-sdSNfAUorj .photo {
    width: 100%;
  }
}
.cid-sdSNfAUorj .signature {
  filter: invert(0.5);
}
.cid-sdV5aNcRBU {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sdV5aNcRBU .card-icon {
  font-size: 56px;
  color: #3e294e;
  transition: color 0.3s;
}
.cid-sdV5aNcRBU .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-sdV5aNcRBU .link-ico {
  font-size: 0.8rem;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 100%;
  padding: 0.5rem 0;
  font-weight: 900;
  padding-left: 9px;
  padding-right: 7px;
}
.cid-sdV5aNcRBU .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-sdV5aNcRBU .card {
  padding: 0!important;
}
.cid-sdV5aNcRBU .card-wrapper {
  padding: 4rem;
  transition: background 0.3s;
}
.cid-sdV5aNcRBU .card-wrapper:hover {
  background: #3e294e;
}
.cid-sdV5aNcRBU .card-wrapper:hover .card-icon {
  color: #604079;
}
.cid-sdV5aNcRBU .card-wrapper:hover .line {
  background: #604079;
}
.cid-sdV5aNcRBU .card1 {
  background: #604079;
}
.cid-sdV5aNcRBU .card2 {
  background: #654480;
}
.cid-sdV5aNcRBU .card3 {
  background: #6b4786;
}
.cid-sdV5aNcRBU .card4 {
  background: #704b8d;
}
.cid-sdV5aNcRBU .card5 {
  background: #754e94;
}
.cid-sdV5aNcRBU .card6 {
  background: #7a529a;
}
.cid-sdV5aNcRBU .col-lg-x {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
@media (max-width: 1400px) {
  .cid-sdV5aNcRBU .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-sdV5aNcRBU .col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-sdURwVpnYs {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/portadaquiensabesabetaquero-1922x1080.png");
  background-position: right;
}
.cid-sdURwVpnYs .wrapper {
  position: relative;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  padding: 2.5rem 2.5rem;
}
.cid-sdURwVpnYs .wrapper:before {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 50%;
  height: 3px;
  right: 0;
}
.cid-sdURwVpnYs .wrapper:after {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-sdURwVpnYs img {
  position: absolute;
  left: 10%;
  bottom: -45px;
  width: 130px;
}
@media (max-width: 767px) {
  .cid-sdURwVpnYs .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-sdURwVU5Q3 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sdURwVU5Q3 .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-sdURwVU5Q3 H2 {
  color: #36404c;
}
.cid-sdURwVU5Q3 H3 {
  color: #36404c;
}
.cid-sdURwVU5Q3 .mbr-text,
.cid-sdURwVU5Q3 .mbr-section-btn {
  color: #767676;
}
.cid-sdURwVU5Q3 .photo {
  width: 90%;
}
@media (max-width: 992px) {
  .cid-sdURwVU5Q3 .md-pb {
    padding-bottom: 2rem;
  }
  .cid-sdURwVU5Q3 .photo {
    width: 100%;
  }
}
.cid-sdURwVU5Q3 .signature {
  filter: invert(0.5);
}
.cid-sdV5dqn3rj {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sdV5dqn3rj .card-icon {
  font-size: 56px;
  color: #3e294e;
  transition: color 0.3s;
}
.cid-sdV5dqn3rj .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-sdV5dqn3rj .link-ico {
  font-size: 0.8rem;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 100%;
  padding: 0.5rem 0;
  font-weight: 900;
  padding-left: 9px;
  padding-right: 7px;
}
.cid-sdV5dqn3rj .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-sdV5dqn3rj .card {
  padding: 0!important;
}
.cid-sdV5dqn3rj .card-wrapper {
  padding: 4rem;
  transition: background 0.3s;
}
.cid-sdV5dqn3rj .card-wrapper:hover {
  background: #3e294e;
}
.cid-sdV5dqn3rj .card-wrapper:hover .card-icon {
  color: #604079;
}
.cid-sdV5dqn3rj .card-wrapper:hover .line {
  background: #604079;
}
.cid-sdV5dqn3rj .card1 {
  background: #604079;
}
.cid-sdV5dqn3rj .card2 {
  background: #654480;
}
.cid-sdV5dqn3rj .card3 {
  background: #6b4786;
}
.cid-sdV5dqn3rj .card4 {
  background: #704b8d;
}
.cid-sdV5dqn3rj .card5 {
  background: #754e94;
}
.cid-sdV5dqn3rj .card6 {
  background: #7a529a;
}
.cid-sdV5dqn3rj .col-lg-x {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
@media (max-width: 1400px) {
  .cid-sdV5dqn3rj .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-sdV5dqn3rj .col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-sfiIZ0jUxC {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/portadaquiensabesabegato-2-1922x1080.png");
  background-position: right;
}
.cid-sfiIZ0jUxC .wrapper {
  position: relative;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  padding: 2.5rem 2.5rem;
}
.cid-sfiIZ0jUxC .wrapper:before {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 50%;
  height: 3px;
  right: 0;
}
.cid-sfiIZ0jUxC .wrapper:after {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-sfiIZ0jUxC img {
  position: absolute;
  left: 10%;
  bottom: -45px;
  width: 130px;
}
@media (max-width: 767px) {
  .cid-sfiIZ0jUxC .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-sfiIZ0F08j {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sfiIZ0F08j .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-sfiIZ0F08j H2 {
  color: #36404c;
}
.cid-sfiIZ0F08j H3 {
  color: #36404c;
}
.cid-sfiIZ0F08j .mbr-text,
.cid-sfiIZ0F08j .mbr-section-btn {
  color: #767676;
}
.cid-sfiIZ0F08j .photo {
  width: 90%;
}
@media (max-width: 992px) {
  .cid-sfiIZ0F08j .md-pb {
    padding-bottom: 2rem;
  }
  .cid-sfiIZ0F08j .photo {
    width: 100%;
  }
}
.cid-sfiIZ0F08j .signature {
  filter: invert(0.5);
}
.cid-sfiIZ0V2yV {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sfiIZ0V2yV .card-icon {
  font-size: 56px;
  color: #3e294e;
  transition: color 0.3s;
}
.cid-sfiIZ0V2yV .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-sfiIZ0V2yV .link-ico {
  font-size: 0.8rem;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 100%;
  padding: 0.5rem 0;
  font-weight: 900;
  padding-left: 9px;
  padding-right: 7px;
}
.cid-sfiIZ0V2yV .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-sfiIZ0V2yV .card {
  padding: 0!important;
}
.cid-sfiIZ0V2yV .card-wrapper {
  padding: 4rem;
  transition: background 0.3s;
}
.cid-sfiIZ0V2yV .card-wrapper:hover {
  background: #3e294e;
}
.cid-sfiIZ0V2yV .card-wrapper:hover .card-icon {
  color: #604079;
}
.cid-sfiIZ0V2yV .card-wrapper:hover .line {
  background: #604079;
}
.cid-sfiIZ0V2yV .card1 {
  background: #604079;
}
.cid-sfiIZ0V2yV .card2 {
  background: #654480;
}
.cid-sfiIZ0V2yV .card3 {
  background: #6b4786;
}
.cid-sfiIZ0V2yV .card4 {
  background: #704b8d;
}
.cid-sfiIZ0V2yV .card5 {
  background: #754e94;
}
.cid-sfiIZ0V2yV .card6 {
  background: #7a529a;
}
.cid-sfiIZ0V2yV .col-lg-x {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
@media (max-width: 1400px) {
  .cid-sfiIZ0V2yV .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-sfiIZ0V2yV .col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-si38MAZCty {
  padding-top: 105px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/05-va-x-ellas-2000x2000.png");
}
.cid-si38MAZCty .mbr-section-title,
.cid-si38MAZCty .mbr-section-subtitle {
  color: #000000;
}
.cid-si38MAZCty .mbr-section-text {
  color: #232323;
}
.cid-si38MAZCty .mbr-text,
.cid-si38MAZCty .typed-text,
.cid-si38MAZCty .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-si38MAZCty .btn {
  margin-left: 4px !important;
}
.cid-si38MAZCty .animated-element {
  color: #ae77d7;
}
.cid-si38MAZCty .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ae77d7;
}
.cid-si38MAZCty .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-si38MAZCty .mbr-figure {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-si38MAZCty .typed-text,
  .cid-si38MAZCty .mbr-section-subtitle,
  .cid-si38MAZCty .mbr-section-text,
  .cid-si38MAZCty .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-si38MAZCty .mbr-section-subtitle,
.cid-si38MAZCty .typed-text {
  color: #f4f8fa;
  text-align: left;
}
.cid-si2SvRoLDE {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-si2SvRoLDE .card-img {
  position: relative;
  overflow: hidden;
}
.cid-si2SvRoLDE section {
  position: relative;
}
.cid-si2SvRoLDE a {
  font-weight: 600;
}
.cid-si2SvRoLDE .btn-sm {
  padding: 0.6rem 2.2rem;
}
.cid-si2SvRoLDE .box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 64%;
  background: #f5f5f7;
}
.cid-si2SvRoLDE .card-img:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  height: 100%;
  left: 0;
  background-color: #232323;
  opacity: 0;
  transform-origin: right center 0;
  transform: perspective(100px) rotateY(-120deg);
  transform-style: flat;
  transition: transform 0.5s ease-in-out, opacity 0.2s ease-in-out;
}
.cid-si2SvRoLDE .card-box {
  padding: 1rem;
  background-color: #ffffff;
  width: 85%;
  margin: auto;
  margin-top: -40px;
  position: relative;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  height: 80px;
  display: flex;
  align-items: center;
}
.cid-si2SvRoLDE .card-box h3 {
  font-weight: 600;
  width: 100%;
  display: inline-block;
  margin: 0;
}
.cid-si2SvRoLDE .card-wrapper {
  height: 100%;
}
.cid-si2SvRoLDE .card-wrapper:hover .card-img:before {
  opacity: 0.3;
  transform: perspective(100px) rotateY(0deg);
}
.cid-si2SvRoLDE .card-wrapper:hover .card-title a {
  color: #3e294e !important;
}
.cid-si2SvRoLDE .text {
  color: #c467e7;
}
.cid-si2SvRoLDE .card-title {
  color: #36404c;
}
.cid-si2SvRoLDE .title {
  text-align: center;
}
.cid-si3hjGYbDG {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-si3hjGYbDG .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #604079;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-si3hjGYbDG H2 {
  color: #36404c;
}
.cid-si3hjGYbDG H3 {
  color: #36404c;
}
.cid-si3hjGYbDG .mbr-text,
.cid-si3hjGYbDG .mbr-section-btn {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-si3hjGYbDG .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-si3hjGYbDG img {
  filter: invert(0.5);
  width: auto;
}
.cid-si3i4ZIa5f {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-si3i4ZIa5f .nav-tabs .nav-item.open .nav-link:focus,
.cid-si3i4ZIa5f .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-si3i4ZIa5f .nav-link.active {
  background: #604079;
}
.cid-si3i4ZIa5f .nav-link {
  background: white;
  transition: all 0.3s;
  padding: 1rem 3rem;
  border-radius: 0;
  text-align: center;
  margin: 0px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  white-space: nowrap;
}
.cid-si3i4ZIa5f .nav-link:hover {
  background: #604079;
}
.cid-si3i4ZIa5f .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
  padding-right: 2rem;
  flex-direction: column;
}
.cid-si3i4ZIa5f .nav-tabs .nav-item {
  padding: 0.5rem;
}
.cid-si3i4ZIa5f p {
  padding-left: 2rem;
}
.cid-si3i4ZIa5f .col-md-12 {
  flex-direction: row;
  display: flex;
}
.cid-si3i4ZIa5f .nav-tabs .nav-link {
  color: #767676;
  font-style: normal;
  font-weight: 500;
  transition: all 0.5s;
  border: none;
}
.cid-si3i4ZIa5f .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #ffffff;
}
.cid-si3i4ZIa5f .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
}
.cid-si3i4ZIa5f P {
  color: #767676;
}
.cid-si3i4ZIa5f H2 {
  color: #36404c;
}
@media (max-width: 992px) {
  .cid-si3i4ZIa5f .nav-tabs {
    flex-direction: row;
    justify-content: center;
    border-right: 0px;
    padding-right: 0rem;
  }
  .cid-si3i4ZIa5f .col-md-12 {
    flex-direction: column;
    display: flex;
  }
  .cid-si3i4ZIa5f p {
    padding-left: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-si3i4ZIa5f .mbr-text,
  .cid-si3i4ZIa5f .nav-link {
    text-align: center;
  }
  .cid-si3i4ZIa5f .col-md-12 {
    flex-direction: column;
    display: flex;
  }
  .cid-si3i4ZIa5f .nav-tabs {
    border-right: 0px;
    padding-right: 0rem;
    flex-direction: column;
  }
  .cid-si3i4ZIa5f p {
    padding-left: 0rem;
  }
}
.cid-si2JGUJWL4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-si2JGUJWL4 .card-icon {
  font-size: 56px;
  color: #3e294e;
  transition: color 0.3s;
}
.cid-si2JGUJWL4 .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-si2JGUJWL4 .link-ico {
  font-size: 0.8rem;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 100%;
  padding: 0.5rem 0;
  font-weight: 900;
  padding-left: 9px;
  padding-right: 7px;
}
.cid-si2JGUJWL4 .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-si2JGUJWL4 .card {
  padding: 0!important;
}
.cid-si2JGUJWL4 .card-wrapper {
  padding: 4rem;
  transition: background 0.3s;
}
.cid-si2JGUJWL4 .card-wrapper:hover {
  background: #3e294e;
}
.cid-si2JGUJWL4 .card-wrapper:hover .card-icon {
  color: #604079;
}
.cid-si2JGUJWL4 .card-wrapper:hover .line {
  background: #604079;
}
.cid-si2JGUJWL4 .card1 {
  background: #604079;
}
.cid-si2JGUJWL4 .card2 {
  background: #654480;
}
.cid-si2JGUJWL4 .card3 {
  background: #6b4786;
}
.cid-si2JGUJWL4 .card4 {
  background: #704b8d;
}
.cid-si2JGUJWL4 .card5 {
  background: #754e94;
}
.cid-si2JGUJWL4 .card6 {
  background: #7a529a;
}
.cid-si2JGUJWL4 .col-lg-x {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
@media (max-width: 1400px) {
  .cid-si2JGUJWL4 .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-si2JGUJWL4 .col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-smSpejX3Y5 {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/portadaquiensabesabegato-2-1922x1080.png");
  background-position: right;
}
.cid-smSpejX3Y5 .wrapper {
  position: relative;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  padding: 2.5rem 2.5rem;
}
.cid-smSpejX3Y5 .wrapper:before {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 50%;
  height: 3px;
  right: 0;
}
.cid-smSpejX3Y5 .wrapper:after {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-smSpejX3Y5 img {
  position: absolute;
  left: 10%;
  bottom: -45px;
  width: 130px;
}
@media (max-width: 767px) {
  .cid-smSpejX3Y5 .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-smSpV1CUCE {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-smSpV1CUCE .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-smSpV1CUCE H2 {
  color: #36404c;
}
.cid-smSpV1CUCE H3 {
  color: #36404c;
}
.cid-smSpV1CUCE .mbr-text,
.cid-smSpV1CUCE .mbr-section-btn {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-smSpV1CUCE .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-smSpV1CUCE img {
  filter: invert(0.5);
  width: auto;
}
.cid-smSpekDh4F {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-smSpekDh4F .card-icon {
  font-size: 56px;
  color: #3e294e;
  transition: color 0.3s;
}
.cid-smSpekDh4F .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-smSpekDh4F .link-ico {
  font-size: 0.8rem;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 100%;
  padding: 0.5rem 0;
  font-weight: 900;
  padding-left: 9px;
  padding-right: 7px;
}
.cid-smSpekDh4F .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-smSpekDh4F .card {
  padding: 0!important;
}
.cid-smSpekDh4F .card-wrapper {
  padding: 4rem;
  transition: background 0.3s;
}
.cid-smSpekDh4F .card-wrapper:hover {
  background: #3e294e;
}
.cid-smSpekDh4F .card-wrapper:hover .card-icon {
  color: #604079;
}
.cid-smSpekDh4F .card-wrapper:hover .line {
  background: #604079;
}
.cid-smSpekDh4F .card1 {
  background: #604079;
}
.cid-smSpekDh4F .card2 {
  background: #654480;
}
.cid-smSpekDh4F .card3 {
  background: #6b4786;
}
.cid-smSpekDh4F .card4 {
  background: #704b8d;
}
.cid-smSpekDh4F .card5 {
  background: #754e94;
}
.cid-smSpekDh4F .card6 {
  background: #7a529a;
}
.cid-smSpekDh4F .col-lg-x {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
@media (max-width: 1400px) {
  .cid-smSpekDh4F .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-smSpekDh4F .col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-spw26RcmQD {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/portadaquiensabesabecafe-1922x1080.png");
  background-position: right;
}
.cid-spw26RcmQD .wrapper {
  position: relative;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  padding: 2.5rem 2.5rem;
}
.cid-spw26RcmQD .wrapper:before {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 50%;
  height: 3px;
  right: 0;
}
.cid-spw26RcmQD .wrapper:after {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-spw26RcmQD img {
  position: absolute;
  left: 10%;
  bottom: -45px;
  width: 130px;
}
@media (max-width: 767px) {
  .cid-spw26RcmQD .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-spw26RGWBS {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-spw26RGWBS .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-spw26RGWBS H2 {
  color: #36404c;
}
.cid-spw26RGWBS H3 {
  color: #36404c;
}
.cid-spw26RGWBS .mbr-text,
.cid-spw26RGWBS .mbr-section-btn {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-spw26RGWBS .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-spw26RGWBS img {
  filter: invert(0.5);
  width: auto;
}
.cid-spw26S1NMJ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-spw26S1NMJ .card-icon {
  font-size: 56px;
  color: #3e294e;
  transition: color 0.3s;
}
.cid-spw26S1NMJ .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-spw26S1NMJ .link-ico {
  font-size: 0.8rem;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 100%;
  padding: 0.5rem 0;
  font-weight: 900;
  padding-left: 9px;
  padding-right: 7px;
}
.cid-spw26S1NMJ .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-spw26S1NMJ .card {
  padding: 0!important;
}
.cid-spw26S1NMJ .card-wrapper {
  padding: 4rem;
  transition: background 0.3s;
}
.cid-spw26S1NMJ .card-wrapper:hover {
  background: #3e294e;
}
.cid-spw26S1NMJ .card-wrapper:hover .card-icon {
  color: #604079;
}
.cid-spw26S1NMJ .card-wrapper:hover .line {
  background: #604079;
}
.cid-spw26S1NMJ .card1 {
  background: #604079;
}
.cid-spw26S1NMJ .card2 {
  background: #654480;
}
.cid-spw26S1NMJ .card3 {
  background: #6b4786;
}
.cid-spw26S1NMJ .card4 {
  background: #704b8d;
}
.cid-spw26S1NMJ .card5 {
  background: #754e94;
}
.cid-spw26S1NMJ .card6 {
  background: #7a529a;
}
.cid-spw26S1NMJ .col-lg-x {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
@media (max-width: 1400px) {
  .cid-spw26S1NMJ .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-spw26S1NMJ .col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-suoZMnU2RK {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/portadaquiensabesabegato-1-1922x1080.png");
  background-position: right;
}
.cid-suoZMnU2RK .wrapper {
  position: relative;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  padding: 2.5rem 2.5rem;
}
.cid-suoZMnU2RK .wrapper:before {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 50%;
  height: 3px;
  right: 0;
}
.cid-suoZMnU2RK .wrapper:after {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-suoZMnU2RK img {
  position: absolute;
  left: 10%;
  bottom: -45px;
  width: 130px;
}
@media (max-width: 767px) {
  .cid-suoZMnU2RK .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-suoZMoDNmI {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-suoZMoDNmI .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #c467e7;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-suoZMoDNmI H2 {
  color: #36404c;
}
.cid-suoZMoDNmI H3 {
  color: #36404c;
}
.cid-suoZMoDNmI .mbr-text,
.cid-suoZMoDNmI .mbr-section-btn {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-suoZMoDNmI .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-suoZMoDNmI img {
  filter: invert(0.5);
  width: auto;
}
.cid-sup05yT9Gt {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sup05yT9Gt .mbr-iconfont {
  color: #8d97ad;
}
.cid-sup05yT9Gt .mbr-iconfont:hover {
  color: #895aac !important;
}
.cid-sup05yT9Gt .mbr-text {
  margin: 1.5rem 0;
  color: #8d97ad;
}
.cid-sup05yT9Gt .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-sup05yT9Gt .card-img {
  margin-bottom: 2rem;
  width: 200px;
  height: 200px;
  margin: 0 auto 2rem auto;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-sup05yT9Gt .img-icon {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .cid-sup05yT9Gt .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-suu87o5CmM {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-suu87o5CmM .mbr-iconfont {
  color: #8d97ad;
}
.cid-suu87o5CmM .mbr-iconfont:hover {
  color: #895aac !important;
}
.cid-suu87o5CmM .mbr-text {
  margin: 1.5rem 0;
  color: #8d97ad;
}
.cid-suu87o5CmM .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-suu87o5CmM .card-img {
  margin-bottom: 2rem;
  width: 200px;
  height: 200px;
  margin: 0 auto 2rem auto;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-suu87o5CmM .img-icon {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .cid-suu87o5CmM .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-suuaxrjEqu {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-suuaxrjEqu .mbr-iconfont {
  color: #8d97ad;
}
.cid-suuaxrjEqu .mbr-iconfont:hover {
  color: #895aac !important;
}
.cid-suuaxrjEqu .mbr-text {
  margin: 1.5rem 0;
  color: #8d97ad;
}
.cid-suuaxrjEqu .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-suuaxrjEqu .card-img {
  margin-bottom: 2rem;
  width: 200px;
  height: 200px;
  margin: 0 auto 2rem auto;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-suuaxrjEqu .img-icon {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .cid-suuaxrjEqu .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-suuay7LYlW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-suuay7LYlW .mbr-iconfont {
  color: #8d97ad;
}
.cid-suuay7LYlW .mbr-iconfont:hover {
  color: #895aac !important;
}
.cid-suuay7LYlW .mbr-text {
  margin: 1.5rem 0;
  color: #8d97ad;
}
.cid-suuay7LYlW .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-suuay7LYlW .card-img {
  margin-bottom: 2rem;
  width: 200px;
  height: 200px;
  margin: 0 auto 2rem auto;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-suuay7LYlW .img-icon {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .cid-suuay7LYlW .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-suoZMrKZ3F {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-suoZMrKZ3F .card-icon {
  font-size: 56px;
  color: #3e294e;
  transition: color 0.3s;
}
.cid-suoZMrKZ3F .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-suoZMrKZ3F .link-ico {
  font-size: 0.8rem;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 100%;
  padding: 0.5rem 0;
  font-weight: 900;
  padding-left: 9px;
  padding-right: 7px;
}
.cid-suoZMrKZ3F .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-suoZMrKZ3F .card {
  padding: 0!important;
}
.cid-suoZMrKZ3F .card-wrapper {
  padding: 4rem;
  transition: background 0.3s;
}
.cid-suoZMrKZ3F .card-wrapper:hover {
  background: #3e294e;
}
.cid-suoZMrKZ3F .card-wrapper:hover .card-icon {
  color: #604079;
}
.cid-suoZMrKZ3F .card-wrapper:hover .line {
  background: #604079;
}
.cid-suoZMrKZ3F .card1 {
  background: #604079;
}
.cid-suoZMrKZ3F .card2 {
  background: #654480;
}
.cid-suoZMrKZ3F .card3 {
  background: #6b4786;
}
.cid-suoZMrKZ3F .card4 {
  background: #704b8d;
}
.cid-suoZMrKZ3F .card5 {
  background: #754e94;
}
.cid-suoZMrKZ3F .card6 {
  background: #7a529a;
}
.cid-suoZMrKZ3F .col-lg-x {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
@media (max-width: 1400px) {
  .cid-suoZMrKZ3F .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-suoZMrKZ3F .col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-suuhg8BmtM {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/portadaquiensabesabegato-1-1922x1080.png");
  background-position: right;
}
.cid-suuhg8BmtM .wrapper {
  position: relative;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  padding: 2.5rem 2.5rem;
}
.cid-suuhg8BmtM .wrapper:before {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 50%;
  height: 3px;
  right: 0;
}
.cid-suuhg8BmtM .wrapper:after {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-suuhg8BmtM img {
  position: absolute;
  left: 10%;
  bottom: -45px;
  width: 130px;
}
@media (max-width: 767px) {
  .cid-suuhg8BmtM .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-suuhg9iFAG {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f5f5f7;
}
.cid-suuhg9iFAG .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #c467e7;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-suuhg9iFAG H2 {
  color: #36404c;
}
.cid-suuhg9iFAG H3 {
  color: #36404c;
}
.cid-suuhg9iFAG .mbr-text,
.cid-suuhg9iFAG .mbr-section-btn {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-suuhg9iFAG .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-suuhg9iFAG img {
  filter: invert(0.5);
  width: auto;
}
.cid-suukSeECj3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f5f5f7;
}
.cid-suukSeECj3 .container-fluid {
  padding: 0 3rem;
}
.cid-suukSeECj3 .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #3e294e 50%, #3e294e 120%);
  display: inline-block;
}
.cid-suukSeECj3 .mbr-section-subtitle {
  color: #767676;
}
.cid-suukSeECj3 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-suukSeECj3 .table-wrapper {
  margin: 0 auto;
}
.cid-suukSeECj3 table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-suukSeECj3 table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  background-color: #3e294e;
  color: white;
  vertical-align: middle;
}
.cid-suukSeECj3 table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-suukSeECj3 .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-suukSeECj3 .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-suukSeECj3 .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-suukSeECj3 .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-suukSeECj3 .dataTables_wrapper {
  display: block;
}
.cid-suukSeECj3 .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-suukSeECj3 .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-suukSeECj3 .head-item:after,
.cid-suukSeECj3 .head-item:before {
  bottom: 50% !important;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 992px) {
  .cid-suukSeECj3 .dataTables_filter {
    text-align: center;
  }
  .cid-suukSeECj3 .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-suukSeECj3 .dataTables_filter {
    text-align: center;
  }
  .cid-suukSeECj3 .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-suukSeECj3 .container-fluid {
    padding: 0 1rem;
  }
  .cid-suukSeECj3 table th,
  .cid-suukSeECj3 table td {
    padding: .75rem;
  }
}
.cid-suuhgbwqQd {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-suuhgbwqQd .card-icon {
  font-size: 56px;
  color: #3e294e;
  transition: color 0.3s;
}
.cid-suuhgbwqQd .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-suuhgbwqQd .link-ico {
  font-size: 0.8rem;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 100%;
  padding: 0.5rem 0;
  font-weight: 900;
  padding-left: 9px;
  padding-right: 7px;
}
.cid-suuhgbwqQd .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-suuhgbwqQd .card {
  padding: 0!important;
}
.cid-suuhgbwqQd .card-wrapper {
  padding: 4rem;
  transition: background 0.3s;
}
.cid-suuhgbwqQd .card-wrapper:hover {
  background: #3e294e;
}
.cid-suuhgbwqQd .card-wrapper:hover .card-icon {
  color: #604079;
}
.cid-suuhgbwqQd .card-wrapper:hover .line {
  background: #604079;
}
.cid-suuhgbwqQd .card1 {
  background: #604079;
}
.cid-suuhgbwqQd .card2 {
  background: #654480;
}
.cid-suuhgbwqQd .card3 {
  background: #6b4786;
}
.cid-suuhgbwqQd .card4 {
  background: #704b8d;
}
.cid-suuhgbwqQd .card5 {
  background: #754e94;
}
.cid-suuhgbwqQd .card6 {
  background: #7a529a;
}
.cid-suuhgbwqQd .col-lg-x {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
@media (max-width: 1400px) {
  .cid-suuhgbwqQd .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-suuhgbwqQd .col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-suuK98INDc {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/portadaquiensabesabegato-1-1922x1080.png");
  background-position: right;
}
.cid-suuK98INDc .wrapper {
  position: relative;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  padding: 2.5rem 2.5rem;
}
.cid-suuK98INDc .wrapper:before {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 50%;
  height: 3px;
  right: 0;
}
.cid-suuK98INDc .wrapper:after {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-suuK98INDc img {
  position: absolute;
  left: 10%;
  bottom: -45px;
  width: 130px;
}
@media (max-width: 767px) {
  .cid-suuK98INDc .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-suuK99nD0k {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f5f5f7;
}
.cid-suuK99nD0k .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #c467e7;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-suuK99nD0k H2 {
  color: #36404c;
}
.cid-suuK99nD0k H3 {
  color: #36404c;
}
.cid-suuK99nD0k .mbr-text,
.cid-suuK99nD0k .mbr-section-btn {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-suuK99nD0k .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-suuK99nD0k img {
  filter: invert(0.5);
  width: auto;
}
.cid-suuK99L2YU {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f5f5f7;
}
.cid-suuK99L2YU .container-fluid {
  padding: 0 3rem;
}
.cid-suuK99L2YU .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #3e294e 50%, #3e294e 120%);
  display: inline-block;
}
.cid-suuK99L2YU .mbr-section-subtitle {
  color: #767676;
}
.cid-suuK99L2YU .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-suuK99L2YU .table-wrapper {
  margin: 0 auto;
}
.cid-suuK99L2YU table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-suuK99L2YU table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  background-color: #3e294e;
  color: white;
  vertical-align: middle;
}
.cid-suuK99L2YU table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-suuK99L2YU .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-suuK99L2YU .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-suuK99L2YU .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-suuK99L2YU .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-suuK99L2YU .dataTables_wrapper {
  display: block;
}
.cid-suuK99L2YU .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-suuK99L2YU .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-suuK99L2YU .head-item:after,
.cid-suuK99L2YU .head-item:before {
  bottom: 50% !important;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 992px) {
  .cid-suuK99L2YU .dataTables_filter {
    text-align: center;
  }
  .cid-suuK99L2YU .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-suuK99L2YU .dataTables_filter {
    text-align: center;
  }
  .cid-suuK99L2YU .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-suuK99L2YU .container-fluid {
    padding: 0 1rem;
  }
  .cid-suuK99L2YU table th,
  .cid-suuK99L2YU table td {
    padding: .75rem;
  }
}
.cid-suuK9bAe5q {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-suuK9bAe5q .card-icon {
  font-size: 56px;
  color: #3e294e;
  transition: color 0.3s;
}
.cid-suuK9bAe5q .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-suuK9bAe5q .link-ico {
  font-size: 0.8rem;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 100%;
  padding: 0.5rem 0;
  font-weight: 900;
  padding-left: 9px;
  padding-right: 7px;
}
.cid-suuK9bAe5q .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-suuK9bAe5q .card {
  padding: 0!important;
}
.cid-suuK9bAe5q .card-wrapper {
  padding: 4rem;
  transition: background 0.3s;
}
.cid-suuK9bAe5q .card-wrapper:hover {
  background: #3e294e;
}
.cid-suuK9bAe5q .card-wrapper:hover .card-icon {
  color: #604079;
}
.cid-suuK9bAe5q .card-wrapper:hover .line {
  background: #604079;
}
.cid-suuK9bAe5q .card1 {
  background: #604079;
}
.cid-suuK9bAe5q .card2 {
  background: #654480;
}
.cid-suuK9bAe5q .card3 {
  background: #6b4786;
}
.cid-suuK9bAe5q .card4 {
  background: #704b8d;
}
.cid-suuK9bAe5q .card5 {
  background: #754e94;
}
.cid-suuK9bAe5q .card6 {
  background: #7a529a;
}
.cid-suuK9bAe5q .col-lg-x {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
@media (max-width: 1400px) {
  .cid-suuK9bAe5q .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-suuK9bAe5q .col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-suvatghBG2 {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/portadaquiensabesabegato-1-1922x1080.png");
  background-position: right;
}
.cid-suvatghBG2 .wrapper {
  position: relative;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  padding: 2.5rem 2.5rem;
}
.cid-suvatghBG2 .wrapper:before {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 50%;
  height: 3px;
  right: 0;
}
.cid-suvatghBG2 .wrapper:after {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-suvatghBG2 img {
  position: absolute;
  left: 10%;
  bottom: -45px;
  width: 130px;
}
@media (max-width: 767px) {
  .cid-suvatghBG2 .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-suvatgZLiu {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f5f5f7;
}
.cid-suvatgZLiu .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #c467e7;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-suvatgZLiu H2 {
  color: #36404c;
}
.cid-suvatgZLiu H3 {
  color: #36404c;
}
.cid-suvatgZLiu .mbr-text,
.cid-suvatgZLiu .mbr-section-btn {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-suvatgZLiu .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-suvatgZLiu img {
  filter: invert(0.5);
  width: auto;
}
.cid-suvathoiJ9 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f5f5f7;
}
.cid-suvathoiJ9 .container-fluid {
  padding: 0 3rem;
}
.cid-suvathoiJ9 .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #3e294e 50%, #3e294e 120%);
  display: inline-block;
}
.cid-suvathoiJ9 .mbr-section-subtitle {
  color: #767676;
}
.cid-suvathoiJ9 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-suvathoiJ9 .table-wrapper {
  margin: 0 auto;
}
.cid-suvathoiJ9 table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-suvathoiJ9 table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  background-color: #3e294e;
  color: white;
  vertical-align: middle;
}
.cid-suvathoiJ9 table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-suvathoiJ9 .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-suvathoiJ9 .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-suvathoiJ9 .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-suvathoiJ9 .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-suvathoiJ9 .dataTables_wrapper {
  display: block;
}
.cid-suvathoiJ9 .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-suvathoiJ9 .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-suvathoiJ9 .head-item:after,
.cid-suvathoiJ9 .head-item:before {
  bottom: 50% !important;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 992px) {
  .cid-suvathoiJ9 .dataTables_filter {
    text-align: center;
  }
  .cid-suvathoiJ9 .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-suvathoiJ9 .dataTables_filter {
    text-align: center;
  }
  .cid-suvathoiJ9 .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-suvathoiJ9 .container-fluid {
    padding: 0 1rem;
  }
  .cid-suvathoiJ9 table th,
  .cid-suvathoiJ9 table td {
    padding: .75rem;
  }
}
.cid-suvatjunWV {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-suvatjunWV .card-icon {
  font-size: 56px;
  color: #3e294e;
  transition: color 0.3s;
}
.cid-suvatjunWV .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-suvatjunWV .link-ico {
  font-size: 0.8rem;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 100%;
  padding: 0.5rem 0;
  font-weight: 900;
  padding-left: 9px;
  padding-right: 7px;
}
.cid-suvatjunWV .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-suvatjunWV .card {
  padding: 0!important;
}
.cid-suvatjunWV .card-wrapper {
  padding: 4rem;
  transition: background 0.3s;
}
.cid-suvatjunWV .card-wrapper:hover {
  background: #3e294e;
}
.cid-suvatjunWV .card-wrapper:hover .card-icon {
  color: #604079;
}
.cid-suvatjunWV .card-wrapper:hover .line {
  background: #604079;
}
.cid-suvatjunWV .card1 {
  background: #604079;
}
.cid-suvatjunWV .card2 {
  background: #654480;
}
.cid-suvatjunWV .card3 {
  background: #6b4786;
}
.cid-suvatjunWV .card4 {
  background: #704b8d;
}
.cid-suvatjunWV .card5 {
  background: #754e94;
}
.cid-suvatjunWV .card6 {
  background: #7a529a;
}
.cid-suvatjunWV .col-lg-x {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
@media (max-width: 1400px) {
  .cid-suvatjunWV .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-suvatjunWV .col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-suvEGtDDXj {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/micrositiodebates-1922x1080.png");
  background-position: right;
}
.cid-suvEGtDDXj .wrapper {
  position: relative;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  padding: 2.5rem 2.5rem;
}
.cid-suvEGtDDXj .wrapper:before {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 50%;
  height: 3px;
  right: 0;
}
.cid-suvEGtDDXj .wrapper:after {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-suvEGtDDXj img {
  position: absolute;
  left: 10%;
  bottom: -45px;
  width: 130px;
}
@media (max-width: 767px) {
  .cid-suvEGtDDXj .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-suvEGumv99 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f5f5f7;
}
.cid-suvEGumv99 .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #c467e7;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-suvEGumv99 H2 {
  color: #36404c;
}
.cid-suvEGumv99 H3 {
  color: #36404c;
}
.cid-suvEGumv99 .mbr-text,
.cid-suvEGumv99 .mbr-section-btn {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-suvEGumv99 .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-suvEGumv99 img {
  filter: invert(0.5);
  width: auto;
}
.cid-suvEGvIE9d {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-suvEGvIE9d h2 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-suvEGvIE9d h2:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-suvEGvIE9d li {
  list-style: none;
}
.cid-suvEGvIE9d .location-wrap {
  min-width: 500px;
}
.cid-suvEGvIE9d .btn {
  min-width: 230px;
}
.cid-suvEGvIE9d .item-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 1.8rem;
  justify-content: space-between;
}
.cid-suvEGvIE9d .col-title {
  margin-bottom: 2rem;
}
.cid-suvEGvIE9d h3 {
  min-width: 110px;
}
.cid-suvEGvIE9d .date-wrap {
  min-width: 260px;
}
.cid-suvEGvIE9d .btn-primary-outline,
.cid-suvEGvIE9d .btn-secondary-outline,
.cid-suvEGvIE9d .btn-info-outline,
.cid-suvEGvIE9d .btn-success-outline,
.cid-suvEGvIE9d .btn-warning-outline,
.cid-suvEGvIE9d .btn-danger-outline,
.cid-suvEGvIE9d .btn-black-outline,
.cid-suvEGvIE9d .btn-white-outline {
  border: none;
}
.cid-suvEGvIE9d .btn-primary-outline:hover,
.cid-suvEGvIE9d .btn-secondary-outline:hover,
.cid-suvEGvIE9d .btn-info-outline:hover,
.cid-suvEGvIE9d .btn-success-outline:hover,
.cid-suvEGvIE9d .btn-warning-outline:hover,
.cid-suvEGvIE9d .btn-danger-outline:hover,
.cid-suvEGvIE9d .btn-black-outline:hover,
.cid-suvEGvIE9d .btn-white-outline:hover,
.cid-suvEGvIE9d .btn-primary-outline:focus,
.cid-suvEGvIE9d .btn-secondary-outline:focus,
.cid-suvEGvIE9d .btn-info-outline:focus,
.cid-suvEGvIE9d .btn-success-outline:focus,
.cid-suvEGvIE9d .btn-warning-outline:focus,
.cid-suvEGvIE9d .btn-danger-outline:focus,
.cid-suvEGvIE9d .btn-black-outline:focus,
.cid-suvEGvIE9d .btn-white-outline:focus {
  background: inherit !important;
  color: inherit !important;
}
.cid-suvEGvIE9d .list {
  padding: 0;
  margin: 0;
}
.cid-suvEGvIE9d .icon-wrap,
.cid-suvEGvIE9d .date-wrap {
  display: flex;
  align-items: center;
}
.cid-suvEGvIE9d .btn span {
  font-size: 1rem;
}
.cid-suvEGvIE9d h6 {
  margin: 0;
}
.cid-suvEGvIE9d h4 {
  line-height: 1.2;
  padding-left: 1rem;
  margin: 0;
}
.cid-suvEGvIE9d .icon-wrap .mbr-iconfont {
  font-size: 1rem;
  padding-right: 0.5rem;
  display: block;
  cursor: pointer;
  transition: all 0.6s;
  color: currentColor;
}
.cid-suvEGvIE9d .time-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 150px;
}
@media (max-width: 992px) {
  .cid-suvEGvIE9d .item-wrap {
    flex-direction: column;
    padding-bottom: 2rem;
    border-bottom: 1px solid lightgray;
  }
  .cid-suvEGvIE9d .first {
    border-top: 1px solid lightgray;
    padding-top: 2rem;
  }
  .cid-suvEGvIE9d .date-wrap {
    min-width: auto;
  }
  .cid-suvEGvIE9d .location-wrap {
    min-width: auto;
    padding-bottom: 1rem;
  }
  .cid-suvEGvIE9d h3 {
    min-width: auto;
  }
}
.cid-suvWgPZYIL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-suvWgPZYIL h2 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-suvWgPZYIL h2:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-suvWgPZYIL li {
  list-style: none;
}
.cid-suvWgPZYIL .location-wrap {
  min-width: 500px;
}
.cid-suvWgPZYIL .btn {
  min-width: 230px;
}
.cid-suvWgPZYIL .item-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 1.8rem;
  justify-content: space-between;
}
.cid-suvWgPZYIL .col-title {
  margin-bottom: 2rem;
}
.cid-suvWgPZYIL h3 {
  min-width: 110px;
}
.cid-suvWgPZYIL .date-wrap {
  min-width: 260px;
}
.cid-suvWgPZYIL .btn-primary-outline,
.cid-suvWgPZYIL .btn-secondary-outline,
.cid-suvWgPZYIL .btn-info-outline,
.cid-suvWgPZYIL .btn-success-outline,
.cid-suvWgPZYIL .btn-warning-outline,
.cid-suvWgPZYIL .btn-danger-outline,
.cid-suvWgPZYIL .btn-black-outline,
.cid-suvWgPZYIL .btn-white-outline {
  border: none;
}
.cid-suvWgPZYIL .btn-primary-outline:hover,
.cid-suvWgPZYIL .btn-secondary-outline:hover,
.cid-suvWgPZYIL .btn-info-outline:hover,
.cid-suvWgPZYIL .btn-success-outline:hover,
.cid-suvWgPZYIL .btn-warning-outline:hover,
.cid-suvWgPZYIL .btn-danger-outline:hover,
.cid-suvWgPZYIL .btn-black-outline:hover,
.cid-suvWgPZYIL .btn-white-outline:hover,
.cid-suvWgPZYIL .btn-primary-outline:focus,
.cid-suvWgPZYIL .btn-secondary-outline:focus,
.cid-suvWgPZYIL .btn-info-outline:focus,
.cid-suvWgPZYIL .btn-success-outline:focus,
.cid-suvWgPZYIL .btn-warning-outline:focus,
.cid-suvWgPZYIL .btn-danger-outline:focus,
.cid-suvWgPZYIL .btn-black-outline:focus,
.cid-suvWgPZYIL .btn-white-outline:focus {
  background: inherit !important;
  color: inherit !important;
}
.cid-suvWgPZYIL .list {
  padding: 0;
  margin: 0;
}
.cid-suvWgPZYIL .icon-wrap,
.cid-suvWgPZYIL .date-wrap {
  display: flex;
  align-items: center;
}
.cid-suvWgPZYIL .btn span {
  font-size: 1rem;
}
.cid-suvWgPZYIL h6 {
  margin: 0;
}
.cid-suvWgPZYIL h4 {
  line-height: 1.2;
  padding-left: 1rem;
  margin: 0;
}
.cid-suvWgPZYIL .icon-wrap .mbr-iconfont {
  font-size: 1rem;
  padding-right: 0.5rem;
  display: block;
  cursor: pointer;
  transition: all 0.6s;
  color: currentColor;
}
.cid-suvWgPZYIL .time-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 150px;
}
@media (max-width: 992px) {
  .cid-suvWgPZYIL .item-wrap {
    flex-direction: column;
    padding-bottom: 2rem;
    border-bottom: 1px solid lightgray;
  }
  .cid-suvWgPZYIL .first {
    border-top: 1px solid lightgray;
    padding-top: 2rem;
  }
  .cid-suvWgPZYIL .date-wrap {
    min-width: auto;
  }
  .cid-suvWgPZYIL .location-wrap {
    min-width: auto;
    padding-bottom: 1rem;
  }
  .cid-suvWgPZYIL h3 {
    min-width: auto;
  }
}
.cid-suvXFM2N1b {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-suvXFM2N1b h2 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-suvXFM2N1b h2:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-suvXFM2N1b li {
  list-style: none;
}
.cid-suvXFM2N1b .location-wrap {
  min-width: 500px;
}
.cid-suvXFM2N1b .btn {
  min-width: 230px;
}
.cid-suvXFM2N1b .item-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 1.8rem;
  justify-content: space-between;
}
.cid-suvXFM2N1b .col-title {
  margin-bottom: 2rem;
}
.cid-suvXFM2N1b h3 {
  min-width: 110px;
}
.cid-suvXFM2N1b .date-wrap {
  min-width: 260px;
}
.cid-suvXFM2N1b .btn-primary-outline,
.cid-suvXFM2N1b .btn-secondary-outline,
.cid-suvXFM2N1b .btn-info-outline,
.cid-suvXFM2N1b .btn-success-outline,
.cid-suvXFM2N1b .btn-warning-outline,
.cid-suvXFM2N1b .btn-danger-outline,
.cid-suvXFM2N1b .btn-black-outline,
.cid-suvXFM2N1b .btn-white-outline {
  border: none;
}
.cid-suvXFM2N1b .btn-primary-outline:hover,
.cid-suvXFM2N1b .btn-secondary-outline:hover,
.cid-suvXFM2N1b .btn-info-outline:hover,
.cid-suvXFM2N1b .btn-success-outline:hover,
.cid-suvXFM2N1b .btn-warning-outline:hover,
.cid-suvXFM2N1b .btn-danger-outline:hover,
.cid-suvXFM2N1b .btn-black-outline:hover,
.cid-suvXFM2N1b .btn-white-outline:hover,
.cid-suvXFM2N1b .btn-primary-outline:focus,
.cid-suvXFM2N1b .btn-secondary-outline:focus,
.cid-suvXFM2N1b .btn-info-outline:focus,
.cid-suvXFM2N1b .btn-success-outline:focus,
.cid-suvXFM2N1b .btn-warning-outline:focus,
.cid-suvXFM2N1b .btn-danger-outline:focus,
.cid-suvXFM2N1b .btn-black-outline:focus,
.cid-suvXFM2N1b .btn-white-outline:focus {
  background: inherit !important;
  color: inherit !important;
}
.cid-suvXFM2N1b .list {
  padding: 0;
  margin: 0;
}
.cid-suvXFM2N1b .icon-wrap,
.cid-suvXFM2N1b .date-wrap {
  display: flex;
  align-items: center;
}
.cid-suvXFM2N1b .btn span {
  font-size: 1rem;
}
.cid-suvXFM2N1b h6 {
  margin: 0;
}
.cid-suvXFM2N1b h4 {
  line-height: 1.2;
  padding-left: 1rem;
  margin: 0;
}
.cid-suvXFM2N1b .icon-wrap .mbr-iconfont {
  font-size: 1rem;
  padding-right: 0.5rem;
  display: block;
  cursor: pointer;
  transition: all 0.6s;
  color: currentColor;
}
.cid-suvXFM2N1b .time-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 150px;
}
@media (max-width: 992px) {
  .cid-suvXFM2N1b .item-wrap {
    flex-direction: column;
    padding-bottom: 2rem;
    border-bottom: 1px solid lightgray;
  }
  .cid-suvXFM2N1b .first {
    border-top: 1px solid lightgray;
    padding-top: 2rem;
  }
  .cid-suvXFM2N1b .date-wrap {
    min-width: auto;
  }
  .cid-suvXFM2N1b .location-wrap {
    min-width: auto;
    padding-bottom: 1rem;
  }
  .cid-suvXFM2N1b h3 {
    min-width: auto;
  }
}
.cid-suvYsYprnV {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-suvYsYprnV h2 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-suvYsYprnV h2:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-suvYsYprnV li {
  list-style: none;
}
.cid-suvYsYprnV .location-wrap {
  min-width: 500px;
}
.cid-suvYsYprnV .btn {
  min-width: 230px;
}
.cid-suvYsYprnV .item-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 1.8rem;
  justify-content: space-between;
}
.cid-suvYsYprnV .col-title {
  margin-bottom: 2rem;
}
.cid-suvYsYprnV h3 {
  min-width: 110px;
}
.cid-suvYsYprnV .date-wrap {
  min-width: 260px;
}
.cid-suvYsYprnV .btn-primary-outline,
.cid-suvYsYprnV .btn-secondary-outline,
.cid-suvYsYprnV .btn-info-outline,
.cid-suvYsYprnV .btn-success-outline,
.cid-suvYsYprnV .btn-warning-outline,
.cid-suvYsYprnV .btn-danger-outline,
.cid-suvYsYprnV .btn-black-outline,
.cid-suvYsYprnV .btn-white-outline {
  border: none;
}
.cid-suvYsYprnV .btn-primary-outline:hover,
.cid-suvYsYprnV .btn-secondary-outline:hover,
.cid-suvYsYprnV .btn-info-outline:hover,
.cid-suvYsYprnV .btn-success-outline:hover,
.cid-suvYsYprnV .btn-warning-outline:hover,
.cid-suvYsYprnV .btn-danger-outline:hover,
.cid-suvYsYprnV .btn-black-outline:hover,
.cid-suvYsYprnV .btn-white-outline:hover,
.cid-suvYsYprnV .btn-primary-outline:focus,
.cid-suvYsYprnV .btn-secondary-outline:focus,
.cid-suvYsYprnV .btn-info-outline:focus,
.cid-suvYsYprnV .btn-success-outline:focus,
.cid-suvYsYprnV .btn-warning-outline:focus,
.cid-suvYsYprnV .btn-danger-outline:focus,
.cid-suvYsYprnV .btn-black-outline:focus,
.cid-suvYsYprnV .btn-white-outline:focus {
  background: inherit !important;
  color: inherit !important;
}
.cid-suvYsYprnV .list {
  padding: 0;
  margin: 0;
}
.cid-suvYsYprnV .icon-wrap,
.cid-suvYsYprnV .date-wrap {
  display: flex;
  align-items: center;
}
.cid-suvYsYprnV .btn span {
  font-size: 1rem;
}
.cid-suvYsYprnV h6 {
  margin: 0;
}
.cid-suvYsYprnV h4 {
  line-height: 1.2;
  padding-left: 1rem;
  margin: 0;
}
.cid-suvYsYprnV .icon-wrap .mbr-iconfont {
  font-size: 1rem;
  padding-right: 0.5rem;
  display: block;
  cursor: pointer;
  transition: all 0.6s;
  color: currentColor;
}
.cid-suvYsYprnV .time-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 150px;
}
@media (max-width: 992px) {
  .cid-suvYsYprnV .item-wrap {
    flex-direction: column;
    padding-bottom: 2rem;
    border-bottom: 1px solid lightgray;
  }
  .cid-suvYsYprnV .first {
    border-top: 1px solid lightgray;
    padding-top: 2rem;
  }
  .cid-suvYsYprnV .date-wrap {
    min-width: auto;
  }
  .cid-suvYsYprnV .location-wrap {
    min-width: auto;
    padding-bottom: 1rem;
  }
  .cid-suvYsYprnV h3 {
    min-width: auto;
  }
}
.cid-suvEGxn0G0 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-suvEGxn0G0 .card-icon {
  font-size: 56px;
  color: #3e294e;
  transition: color 0.3s;
}
.cid-suvEGxn0G0 .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-suvEGxn0G0 .link-ico {
  font-size: 0.8rem;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 100%;
  padding: 0.5rem 0;
  font-weight: 900;
  padding-left: 9px;
  padding-right: 7px;
}
.cid-suvEGxn0G0 .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-suvEGxn0G0 .card {
  padding: 0!important;
}
.cid-suvEGxn0G0 .card-wrapper {
  padding: 4rem;
  transition: background 0.3s;
}
.cid-suvEGxn0G0 .card-wrapper:hover {
  background: #3e294e;
}
.cid-suvEGxn0G0 .card-wrapper:hover .card-icon {
  color: #604079;
}
.cid-suvEGxn0G0 .card-wrapper:hover .line {
  background: #604079;
}
.cid-suvEGxn0G0 .card1 {
  background: #604079;
}
.cid-suvEGxn0G0 .card2 {
  background: #654480;
}
.cid-suvEGxn0G0 .card3 {
  background: #6b4786;
}
.cid-suvEGxn0G0 .card4 {
  background: #704b8d;
}
.cid-suvEGxn0G0 .card5 {
  background: #754e94;
}
.cid-suvEGxn0G0 .card6 {
  background: #7a529a;
}
.cid-suvEGxn0G0 .col-lg-x {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
@media (max-width: 1400px) {
  .cid-suvEGxn0G0 .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-suvEGxn0G0 .col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-syW4rrUmPI {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/micrositiohome01-1-1922x1080.png");
  background-position: right;
}
.cid-syW4rrUmPI .wrapper {
  position: relative;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  padding: 2.5rem 2.5rem;
}
.cid-syW4rrUmPI .wrapper:before {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 50%;
  height: 3px;
  right: 0;
}
.cid-syW4rrUmPI .wrapper:after {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-syW4rrUmPI img {
  position: absolute;
  left: 10%;
  bottom: -45px;
  width: 130px;
}
@media (max-width: 767px) {
  .cid-syW4rrUmPI .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-syW4rsAP7F {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f5f5f7;
}
.cid-syW4rsAP7F .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #c467e7;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-syW4rsAP7F H2 {
  color: #36404c;
}
.cid-syW4rsAP7F H3 {
  color: #36404c;
}
.cid-syW4rsAP7F .mbr-text,
.cid-syW4rsAP7F .mbr-section-btn {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-syW4rsAP7F .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-syW4rsAP7F img {
  filter: invert(0.5);
  width: auto;
}
.cid-syW4Ne0qSp {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f5f5f7;
}
.cid-syW4Ne0qSp .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-syW4Ne0qSp .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-syW4Ne0qSp .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-syW4Ne0qSp .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-syW4Ne0qSp .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #604079;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #604079, #3e294e) !important;
}
.cid-syW4Ne0qSp .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-syW4Ne0qSp .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-syW4Ne0qSp .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-syW4Ne0qSp .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #604079 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #604079, #3e294e) !important;
}
.cid-syW4Ne0qSp .mbr-gallery-item > div > span {
  text-align: center;
}
.cid-syW7ua1jTe {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f5f5f7;
}
.cid-syW7ua1jTe .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-syW7ua1jTe .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-syW7ua1jTe .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-syW7ua1jTe .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-syW7ua1jTe .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #604079;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #604079, #3e294e) !important;
}
.cid-syW7ua1jTe .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-syW7ua1jTe .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-syW7ua1jTe .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-syW7ua1jTe .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #604079 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #604079, #3e294e) !important;
}
.cid-syW7ua1jTe .mbr-gallery-item > div > span {
  text-align: center;
}
.cid-syW7uJvZCo {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f5f5f7;
}
.cid-syW7uJvZCo .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-syW7uJvZCo .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-syW7uJvZCo .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-syW7uJvZCo .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-syW7uJvZCo .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #604079;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #604079, #3e294e) !important;
}
.cid-syW7uJvZCo .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-syW7uJvZCo .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-syW7uJvZCo .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-syW7uJvZCo .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #604079 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #604079, #3e294e) !important;
}
.cid-syW7uJvZCo .mbr-gallery-item > div > span {
  text-align: center;
}
.cid-syW7vKOFJ4 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f5f5f7;
}
.cid-syW7vKOFJ4 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-syW7vKOFJ4 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-syW7vKOFJ4 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-syW7vKOFJ4 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-syW7vKOFJ4 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #604079;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #604079, #3e294e) !important;
}
.cid-syW7vKOFJ4 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-syW7vKOFJ4 .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-syW7vKOFJ4 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-syW7vKOFJ4 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #604079 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #604079, #3e294e) !important;
}
.cid-syW7vKOFJ4 .mbr-gallery-item > div > span {
  text-align: center;
}
.cid-syW7wIPwB2 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f5f5f7;
}
.cid-syW7wIPwB2 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-syW7wIPwB2 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-syW7wIPwB2 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-syW7wIPwB2 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-syW7wIPwB2 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #604079;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #604079, #3e294e) !important;
}
.cid-syW7wIPwB2 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-syW7wIPwB2 .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-syW7wIPwB2 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-syW7wIPwB2 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #604079 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #604079, #3e294e) !important;
}
.cid-syW7wIPwB2 .mbr-gallery-item > div > span {
  text-align: center;
}
.cid-syW7xEPh78 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f5f5f7;
}
.cid-syW7xEPh78 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-syW7xEPh78 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-syW7xEPh78 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-syW7xEPh78 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-syW7xEPh78 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #604079;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #604079, #3e294e) !important;
}
.cid-syW7xEPh78 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-syW7xEPh78 .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-syW7xEPh78 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-syW7xEPh78 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #604079 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #604079, #3e294e) !important;
}
.cid-syW7xEPh78 .mbr-gallery-item > div > span {
  text-align: center;
}
.cid-syW7z1kZjv {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f5f5f7;
}
.cid-syW7z1kZjv .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-syW7z1kZjv .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-syW7z1kZjv .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-syW7z1kZjv .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-syW7z1kZjv .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #604079;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #604079, #3e294e) !important;
}
.cid-syW7z1kZjv .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-syW7z1kZjv .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-syW7z1kZjv .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-syW7z1kZjv .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #604079 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #604079, #3e294e) !important;
}
.cid-syW7z1kZjv .mbr-gallery-item > div > span {
  text-align: center;
}
.cid-syW7A3yMQq {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f5f5f7;
}
.cid-syW7A3yMQq .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-syW7A3yMQq .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-syW7A3yMQq .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-syW7A3yMQq .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-syW7A3yMQq .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #604079;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #604079, #3e294e) !important;
}
.cid-syW7A3yMQq .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-syW7A3yMQq .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-syW7A3yMQq .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-syW7A3yMQq .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #604079 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #604079, #3e294e) !important;
}
.cid-syW7A3yMQq .mbr-gallery-item > div > span {
  text-align: center;
}
.cid-syW8AmRtGn {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f5f5f7;
}
.cid-syW8AmRtGn .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-syW8AmRtGn .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-syW8AmRtGn .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-syW8AmRtGn .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-syW8AmRtGn .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #604079;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #604079, #3e294e) !important;
}
.cid-syW8AmRtGn .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-syW8AmRtGn .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-syW8AmRtGn .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-syW8AmRtGn .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #604079 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #604079, #3e294e) !important;
}
.cid-syW8AmRtGn .mbr-gallery-item > div > span {
  text-align: center;
}
.cid-syW4ruFLqD {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-syW4ruFLqD .card-wrapper {
  display: flex;
  overflow: visible;
}
.cid-syW4ruFLqD .icon {
  font-size: 5rem;
  color: #3e294e;
  padding-right: 0rem;
  margin-top: -1rem;
  display: block;
}
.cid-syW4ruFLqD .card-box {
  margin-left: -1rem;
}
.cid-syW4ruFLqD .card-title {
  color: #c467e7;
}
.cid-syW4ruFLqD .card-text {
  color: #000000;
}
@media (max-width: 767px) {
  .cid-syW4ruFLqD .align-right,
  .cid-syW4ruFLqD .align-left {
    text-align: center;
  }
  .cid-syW4ruFLqD .card-wrapper {
    flex-direction: column;
  }
  .cid-syW4ruFLqD .icon,
  .cid-syW4ruFLqD .card-box {
    margin: 0rem;
  }
  .cid-syW4ruFLqD .icon {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-syW4rvODRu {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-syW4rvODRu .card-icon {
  font-size: 56px;
  color: #3e294e;
  transition: color 0.3s;
}
.cid-syW4rvODRu .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-syW4rvODRu .link-ico {
  font-size: 0.8rem;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 100%;
  padding: 0.5rem 0;
  font-weight: 900;
  padding-left: 9px;
  padding-right: 7px;
}
.cid-syW4rvODRu .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-syW4rvODRu .card {
  padding: 0!important;
}
.cid-syW4rvODRu .card-wrapper {
  padding: 4rem;
  transition: background 0.3s;
}
.cid-syW4rvODRu .card-wrapper:hover {
  background: #3e294e;
}
.cid-syW4rvODRu .card-wrapper:hover .card-icon {
  color: #604079;
}
.cid-syW4rvODRu .card-wrapper:hover .line {
  background: #604079;
}
.cid-syW4rvODRu .card1 {
  background: #604079;
}
.cid-syW4rvODRu .card2 {
  background: #654480;
}
.cid-syW4rvODRu .card3 {
  background: #6b4786;
}
.cid-syW4rvODRu .card4 {
  background: #704b8d;
}
.cid-syW4rvODRu .card5 {
  background: #754e94;
}
.cid-syW4rvODRu .card6 {
  background: #7a529a;
}
.cid-syW4rvODRu .col-lg-x {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
@media (max-width: 1400px) {
  .cid-syW4rvODRu .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-syW4rvODRu .col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-syW4rwAvm2 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-syW4rwAvm2 .card-icon {
  font-size: 56px;
  color: #3e294e;
  transition: color 0.3s;
}
.cid-syW4rwAvm2 .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-syW4rwAvm2 .link-ico {
  font-size: 0.8rem;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 100%;
  padding: 0.5rem 0;
  font-weight: 900;
  padding-left: 9px;
  padding-right: 7px;
}
.cid-syW4rwAvm2 .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-syW4rwAvm2 .card {
  padding: 0 !important;
}
.cid-syW4rwAvm2 .card-wrapper {
  padding: 4rem;
  transition: background 0.3s;
}
.cid-syW4rwAvm2 .card-wrapper:hover {
  background: #3e294e;
}
.cid-syW4rwAvm2 .card-wrapper:hover .card-icon {
  color: #895aac;
}
.cid-syW4rwAvm2 .card-wrapper:hover .line {
  background: #895aac;
}
.cid-syW4rwAvm2 .card1 {
  background: #895aac;
}
.cid-syW4rwAvm2 .card2 {
  background: #8e61af;
}
.cid-syW4rwAvm2 .card3 {
  background: #9368b3;
}
.cid-syW4rwAvm2 .card4 {
  background: #986eb6;
}
.cid-syW4rwAvm2 .card5 {
  background: #9c75ba;
}
.cid-syW4rwAvm2 .card6 {
  background: #a17cbd;
}
.cid-syW4rwAvm2 .col-lg-x {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
@media (max-width: 767px) {
  .cid-syW4rwAvm2 .col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-syW4rxgtCH {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #604079;
}
.cid-syW4rxgtCH .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-syW4rxgtCH .title {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.cid-syW4rxgtCH .row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-syW4rxgtCH H2 {
  margin: 0;
  width: 100%;
}
.cid-syW4rxgtCH h3 {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-syW4rxgtCH .title {
    margin-bottom: 2rem;
  }
  .cid-syW4rxgtCH .align-left,
  .cid-syW4rxgtCH .align-right {
    text-align: center;
  }
}
.cid-syQPQKlRdh {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/micrositiohome01-1-1922x1080.png");
  background-position: right;
}
.cid-syQPQKlRdh .wrapper {
  position: relative;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  padding: 2.5rem 2.5rem;
}
.cid-syQPQKlRdh .wrapper:before {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 50%;
  height: 3px;
  right: 0;
}
.cid-syQPQKlRdh .wrapper:after {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-syQPQKlRdh img {
  position: absolute;
  left: 10%;
  bottom: -45px;
  width: 130px;
}
@media (max-width: 767px) {
  .cid-syQPQKlRdh .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-syQPQKK7kA {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f5f5f7;
}
.cid-syQPQKK7kA .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #c467e7;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-syQPQKK7kA H2 {
  color: #36404c;
}
.cid-syQPQKK7kA H3 {
  color: #36404c;
}
.cid-syQPQKK7kA .mbr-text,
.cid-syQPQKK7kA .mbr-section-btn {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-syQPQKK7kA .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-syQPQKK7kA img {
  filter: invert(0.5);
  width: auto;
}
.cid-syR1mV5hZa {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f5f5f7;
}
.cid-syR1mV5hZa .card-img {
  position: relative;
  overflow: hidden;
}
.cid-syR1mV5hZa section {
  position: relative;
}
.cid-syR1mV5hZa a {
  font-weight: 600;
}
.cid-syR1mV5hZa .btn-sm {
  padding: 0.6rem 2.2rem;
}
.cid-syR1mV5hZa .box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 64%;
  background: #f5f5f7;
}
.cid-syR1mV5hZa .card-img:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  height: 100%;
  left: 0;
  background-color: #f5f5f7;
  opacity: 0;
  transform-origin: right center 0;
  transform: perspective(100px) rotateY(-120deg);
  transform-style: flat;
  transition: transform 0.5s ease-in-out, opacity 0.2s ease-in-out;
}
.cid-syR1mV5hZa .card-box {
  padding: 1rem;
  background-color: #ffffff;
  width: 85%;
  margin: auto;
  margin-top: -40px;
  position: relative;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  height: 80px;
  display: flex;
  align-items: center;
}
.cid-syR1mV5hZa .card-box h3 {
  font-weight: 600;
  width: 100%;
  display: inline-block;
  margin: 0;
}
.cid-syR1mV5hZa .card-wrapper {
  height: 100%;
}
.cid-syR1mV5hZa .card-wrapper:hover .card-img:before {
  opacity: 0.3;
  transform: perspective(100px) rotateY(0deg);
}
.cid-syR1mV5hZa .card-wrapper:hover .card-title a {
  color: #3e294e !important;
}
.cid-syR1mV5hZa .text {
  color: #767676;
}
.cid-syR1mV5hZa .card-title {
  color: #36404c;
}
.cid-syR1mV5hZa .title {
  text-align: center;
}
.cid-syR2CqrjgR {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f5f5f7;
}
.cid-syR2CqrjgR .card-img {
  position: relative;
  overflow: hidden;
}
.cid-syR2CqrjgR section {
  position: relative;
}
.cid-syR2CqrjgR a {
  font-weight: 600;
}
.cid-syR2CqrjgR .btn-sm {
  padding: 0.6rem 2.2rem;
}
.cid-syR2CqrjgR .box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 64%;
  background: #f5f5f7;
}
.cid-syR2CqrjgR .card-img:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  height: 100%;
  left: 0;
  background-color: #f5f5f7;
  opacity: 0;
  transform-origin: right center 0;
  transform: perspective(100px) rotateY(-120deg);
  transform-style: flat;
  transition: transform 0.5s ease-in-out, opacity 0.2s ease-in-out;
}
.cid-syR2CqrjgR .card-box {
  padding: 1rem;
  background-color: #ffffff;
  width: 85%;
  margin: auto;
  margin-top: -40px;
  position: relative;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  height: 80px;
  display: flex;
  align-items: center;
}
.cid-syR2CqrjgR .card-box h3 {
  font-weight: 600;
  width: 100%;
  display: inline-block;
  margin: 0;
}
.cid-syR2CqrjgR .card-wrapper {
  height: 100%;
}
.cid-syR2CqrjgR .card-wrapper:hover .card-img:before {
  opacity: 0.3;
  transform: perspective(100px) rotateY(0deg);
}
.cid-syR2CqrjgR .card-wrapper:hover .card-title a {
  color: #3e294e !important;
}
.cid-syR2CqrjgR .text {
  color: #767676;
}
.cid-syR2CqrjgR .card-title {
  color: #36404c;
}
.cid-syR2CqrjgR .title {
  text-align: center;
}
.cid-syR2CYAP1V {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f5f5f7;
}
.cid-syR2CYAP1V .card-img {
  position: relative;
  overflow: hidden;
}
.cid-syR2CYAP1V section {
  position: relative;
}
.cid-syR2CYAP1V a {
  font-weight: 600;
}
.cid-syR2CYAP1V .btn-sm {
  padding: 0.6rem 2.2rem;
}
.cid-syR2CYAP1V .box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 64%;
  background: #f5f5f7;
}
.cid-syR2CYAP1V .card-img:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  height: 100%;
  left: 0;
  background-color: #f5f5f7;
  opacity: 0;
  transform-origin: right center 0;
  transform: perspective(100px) rotateY(-120deg);
  transform-style: flat;
  transition: transform 0.5s ease-in-out, opacity 0.2s ease-in-out;
}
.cid-syR2CYAP1V .card-box {
  padding: 1rem;
  background-color: #ffffff;
  width: 85%;
  margin: auto;
  margin-top: -40px;
  position: relative;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  height: 80px;
  display: flex;
  align-items: center;
}
.cid-syR2CYAP1V .card-box h3 {
  font-weight: 600;
  width: 100%;
  display: inline-block;
  margin: 0;
}
.cid-syR2CYAP1V .card-wrapper {
  height: 100%;
}
.cid-syR2CYAP1V .card-wrapper:hover .card-img:before {
  opacity: 0.3;
  transform: perspective(100px) rotateY(0deg);
}
.cid-syR2CYAP1V .card-wrapper:hover .card-title a {
  color: #3e294e !important;
}
.cid-syR2CYAP1V .text {
  color: #767676;
}
.cid-syR2CYAP1V .card-title {
  color: #36404c;
}
.cid-syR2CYAP1V .title {
  text-align: center;
}
.cid-syR2DlBEhH {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f5f5f7;
}
.cid-syR2DlBEhH .card-img {
  position: relative;
  overflow: hidden;
}
.cid-syR2DlBEhH section {
  position: relative;
}
.cid-syR2DlBEhH a {
  font-weight: 600;
}
.cid-syR2DlBEhH .btn-sm {
  padding: 0.6rem 2.2rem;
}
.cid-syR2DlBEhH .box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 64%;
  background: #f5f5f7;
}
.cid-syR2DlBEhH .card-img:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  height: 100%;
  left: 0;
  background-color: #f5f5f7;
  opacity: 0;
  transform-origin: right center 0;
  transform: perspective(100px) rotateY(-120deg);
  transform-style: flat;
  transition: transform 0.5s ease-in-out, opacity 0.2s ease-in-out;
}
.cid-syR2DlBEhH .card-box {
  padding: 1rem;
  background-color: #ffffff;
  width: 85%;
  margin: auto;
  margin-top: -40px;
  position: relative;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  height: 80px;
  display: flex;
  align-items: center;
}
.cid-syR2DlBEhH .card-box h3 {
  font-weight: 600;
  width: 100%;
  display: inline-block;
  margin: 0;
}
.cid-syR2DlBEhH .card-wrapper {
  height: 100%;
}
.cid-syR2DlBEhH .card-wrapper:hover .card-img:before {
  opacity: 0.3;
  transform: perspective(100px) rotateY(0deg);
}
.cid-syR2DlBEhH .card-wrapper:hover .card-title a {
  color: #3e294e !important;
}
.cid-syR2DlBEhH .text {
  color: #767676;
}
.cid-syR2DlBEhH .card-title {
  color: #36404c;
}
.cid-syR2DlBEhH .title {
  text-align: center;
}
.cid-syR2DQSLwL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f5f5f7;
}
.cid-syR2DQSLwL .card-img {
  position: relative;
  overflow: hidden;
}
.cid-syR2DQSLwL section {
  position: relative;
}
.cid-syR2DQSLwL a {
  font-weight: 600;
}
.cid-syR2DQSLwL .btn-sm {
  padding: 0.6rem 2.2rem;
}
.cid-syR2DQSLwL .box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 64%;
  background: #f5f5f7;
}
.cid-syR2DQSLwL .card-img:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  height: 100%;
  left: 0;
  background-color: #f5f5f7;
  opacity: 0;
  transform-origin: right center 0;
  transform: perspective(100px) rotateY(-120deg);
  transform-style: flat;
  transition: transform 0.5s ease-in-out, opacity 0.2s ease-in-out;
}
.cid-syR2DQSLwL .card-box {
  padding: 1rem;
  background-color: #ffffff;
  width: 85%;
  margin: auto;
  margin-top: -40px;
  position: relative;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  height: 80px;
  display: flex;
  align-items: center;
}
.cid-syR2DQSLwL .card-box h3 {
  font-weight: 600;
  width: 100%;
  display: inline-block;
  margin: 0;
}
.cid-syR2DQSLwL .card-wrapper {
  height: 100%;
}
.cid-syR2DQSLwL .card-wrapper:hover .card-img:before {
  opacity: 0.3;
  transform: perspective(100px) rotateY(0deg);
}
.cid-syR2DQSLwL .card-wrapper:hover .card-title a {
  color: #3e294e !important;
}
.cid-syR2DQSLwL .text {
  color: #767676;
}
.cid-syR2DQSLwL .card-title {
  color: #36404c;
}
.cid-syR2DQSLwL .title {
  text-align: center;
}
.cid-szquNfJ9B3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f5f5f7;
}
.cid-szquNfJ9B3 .card-img {
  position: relative;
  overflow: hidden;
}
.cid-szquNfJ9B3 section {
  position: relative;
}
.cid-szquNfJ9B3 a {
  font-weight: 600;
}
.cid-szquNfJ9B3 .btn-sm {
  padding: 0.6rem 2.2rem;
}
.cid-szquNfJ9B3 .box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 64%;
  background: #f5f5f7;
}
.cid-szquNfJ9B3 .card-img:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  height: 100%;
  left: 0;
  background-color: #f5f5f7;
  opacity: 0;
  transform-origin: right center 0;
  transform: perspective(100px) rotateY(-120deg);
  transform-style: flat;
  transition: transform 0.5s ease-in-out, opacity 0.2s ease-in-out;
}
.cid-szquNfJ9B3 .card-box {
  padding: 1rem;
  background-color: #ffffff;
  width: 85%;
  margin: auto;
  margin-top: -40px;
  position: relative;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  height: 80px;
  display: flex;
  align-items: center;
}
.cid-szquNfJ9B3 .card-box h3 {
  font-weight: 600;
  width: 100%;
  display: inline-block;
  margin: 0;
}
.cid-szquNfJ9B3 .card-wrapper {
  height: 100%;
}
.cid-szquNfJ9B3 .card-wrapper:hover .card-img:before {
  opacity: 0.3;
  transform: perspective(100px) rotateY(0deg);
}
.cid-szquNfJ9B3 .card-wrapper:hover .card-title a {
  color: #3e294e !important;
}
.cid-szquNfJ9B3 .text {
  color: #767676;
}
.cid-szquNfJ9B3 .card-title {
  color: #36404c;
}
.cid-szquNfJ9B3 .title {
  text-align: center;
}
.cid-szqww4rITo {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f5f5f7;
}
.cid-szqww4rITo .mbr-text {
  position: relative;
}
.cid-szqww4rITo .mbr-text:before {
  color: #f5f5f7;
  content: "\201C";
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -0.4em;
  position: absolute;
  top: 10px;
  left: -2rem;
}
.cid-szqww4rITo img {
  object-fit: contain;
}
.cid-szqww4rITo .mbr-text:after {
  color: #f5f5f7;
  content: "\201D";
  font-size: 3em;
  line-height: 0.1em;
  vertical-align: -0.45em;
  position: absolute;
  bottom: 10px;
  right: -2rem;
}
@media (max-width: 767px) {
  .cid-szqww4rITo .mbr-text:after,
  .cid-szqww4rITo .mbr-text:before {
    display: none;
  }
}
.cid-syQPQNOGNV {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-syQPQNOGNV .card-icon {
  font-size: 56px;
  color: #3e294e;
  transition: color 0.3s;
}
.cid-syQPQNOGNV .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-syQPQNOGNV .link-ico {
  font-size: 0.8rem;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 100%;
  padding: 0.5rem 0;
  font-weight: 900;
  padding-left: 9px;
  padding-right: 7px;
}
.cid-syQPQNOGNV .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-syQPQNOGNV .card {
  padding: 0 !important;
}
.cid-syQPQNOGNV .card-wrapper {
  padding: 4rem;
  transition: background 0.3s;
}
.cid-syQPQNOGNV .card-wrapper:hover {
  background: #3e294e;
}
.cid-syQPQNOGNV .card-wrapper:hover .card-icon {
  color: #895aac;
}
.cid-syQPQNOGNV .card-wrapper:hover .line {
  background: #895aac;
}
.cid-syQPQNOGNV .card1 {
  background: #895aac;
}
.cid-syQPQNOGNV .card2 {
  background: #8e61af;
}
.cid-syQPQNOGNV .card3 {
  background: #9368b3;
}
.cid-syQPQNOGNV .card4 {
  background: #986eb6;
}
.cid-syQPQNOGNV .card5 {
  background: #9c75ba;
}
.cid-syQPQNOGNV .card6 {
  background: #a17cbd;
}
.cid-syQPQNOGNV .col-lg-x {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
@media (max-width: 767px) {
  .cid-syQPQNOGNV .col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-szBkBOLgIy {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/micrositiohome01-1-1922x1080.png");
  background-position: right;
}
.cid-szBkBOLgIy .wrapper {
  position: relative;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  padding: 2.5rem 2.5rem;
}
.cid-szBkBOLgIy .wrapper:before {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 50%;
  height: 3px;
  right: 0;
}
.cid-szBkBOLgIy .wrapper:after {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-szBkBOLgIy img {
  position: absolute;
  left: 10%;
  bottom: -45px;
  width: 130px;
}
@media (max-width: 767px) {
  .cid-szBkBOLgIy .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-szBkBPufaN {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f5f5f7;
}
.cid-szBkBPufaN .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #c467e7;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-szBkBPufaN H2 {
  color: #36404c;
}
.cid-szBkBPufaN H3 {
  color: #36404c;
}
.cid-szBkBPufaN .mbr-text,
.cid-szBkBPufaN .mbr-section-btn {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-szBkBPufaN .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-szBkBPufaN img {
  filter: invert(0.5);
  width: auto;
}
.cid-szBkBRos4g {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f5f5f7;
}
.cid-szBkBRos4g .card-img {
  position: relative;
  overflow: hidden;
}
.cid-szBkBRos4g section {
  position: relative;
}
.cid-szBkBRos4g a {
  font-weight: 600;
}
.cid-szBkBRos4g .btn-sm {
  padding: 0.6rem 2.2rem;
}
.cid-szBkBRos4g .box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 64%;
  background: #f5f5f7;
}
.cid-szBkBRos4g .card-img:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  height: 100%;
  left: 0;
  background-color: #f5f5f7;
  opacity: 0;
  transform-origin: right center 0;
  transform: perspective(100px) rotateY(-120deg);
  transform-style: flat;
  transition: transform 0.5s ease-in-out, opacity 0.2s ease-in-out;
}
.cid-szBkBRos4g .card-box {
  padding: 1rem;
  background-color: #ffffff;
  width: 85%;
  margin: auto;
  margin-top: -40px;
  position: relative;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  height: 80px;
  display: flex;
  align-items: center;
}
.cid-szBkBRos4g .card-box h3 {
  font-weight: 600;
  width: 100%;
  display: inline-block;
  margin: 0;
}
.cid-szBkBRos4g .card-wrapper {
  height: 100%;
}
.cid-szBkBRos4g .card-wrapper:hover .card-img:before {
  opacity: 0.3;
  transform: perspective(100px) rotateY(0deg);
}
.cid-szBkBRos4g .card-wrapper:hover .card-title a {
  color: #3e294e !important;
}
.cid-szBkBRos4g .text {
  color: #767676;
}
.cid-szBkBRos4g .card-title {
  color: #36404c;
}
.cid-szBkBRos4g .title {
  text-align: center;
}
.cid-szBkBQGBAR {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f5f5f7;
}
.cid-szBkBQGBAR .card-img {
  position: relative;
  overflow: hidden;
}
.cid-szBkBQGBAR section {
  position: relative;
}
.cid-szBkBQGBAR a {
  font-weight: 600;
}
.cid-szBkBQGBAR .btn-sm {
  padding: 0.6rem 2.2rem;
}
.cid-szBkBQGBAR .box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 64%;
  background: #f5f5f7;
}
.cid-szBkBQGBAR .card-img:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  height: 100%;
  left: 0;
  background-color: #f5f5f7;
  opacity: 0;
  transform-origin: right center 0;
  transform: perspective(100px) rotateY(-120deg);
  transform-style: flat;
  transition: transform 0.5s ease-in-out, opacity 0.2s ease-in-out;
}
.cid-szBkBQGBAR .card-box {
  padding: 1rem;
  background-color: #ffffff;
  width: 85%;
  margin: auto;
  margin-top: -40px;
  position: relative;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  height: 80px;
  display: flex;
  align-items: center;
}
.cid-szBkBQGBAR .card-box h3 {
  font-weight: 600;
  width: 100%;
  display: inline-block;
  margin: 0;
}
.cid-szBkBQGBAR .card-wrapper {
  height: 100%;
}
.cid-szBkBQGBAR .card-wrapper:hover .card-img:before {
  opacity: 0.3;
  transform: perspective(100px) rotateY(0deg);
}
.cid-szBkBQGBAR .card-wrapper:hover .card-title a {
  color: #3e294e !important;
}
.cid-szBkBQGBAR .text {
  color: #767676;
}
.cid-szBkBQGBAR .card-title {
  color: #36404c;
}
.cid-szBkBQGBAR .title {
  text-align: center;
}
.cid-szBkBR19uZ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f5f5f7;
}
.cid-szBkBR19uZ .card-img {
  position: relative;
  overflow: hidden;
}
.cid-szBkBR19uZ section {
  position: relative;
}
.cid-szBkBR19uZ a {
  font-weight: 600;
}
.cid-szBkBR19uZ .btn-sm {
  padding: 0.6rem 2.2rem;
}
.cid-szBkBR19uZ .box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 64%;
  background: #f5f5f7;
}
.cid-szBkBR19uZ .card-img:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  height: 100%;
  left: 0;
  background-color: #f5f5f7;
  opacity: 0;
  transform-origin: right center 0;
  transform: perspective(100px) rotateY(-120deg);
  transform-style: flat;
  transition: transform 0.5s ease-in-out, opacity 0.2s ease-in-out;
}
.cid-szBkBR19uZ .card-box {
  padding: 1rem;
  background-color: #ffffff;
  width: 85%;
  margin: auto;
  margin-top: -40px;
  position: relative;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  height: 80px;
  display: flex;
  align-items: center;
}
.cid-szBkBR19uZ .card-box h3 {
  font-weight: 600;
  width: 100%;
  display: inline-block;
  margin: 0;
}
.cid-szBkBR19uZ .card-wrapper {
  height: 100%;
}
.cid-szBkBR19uZ .card-wrapper:hover .card-img:before {
  opacity: 0.3;
  transform: perspective(100px) rotateY(0deg);
}
.cid-szBkBR19uZ .card-wrapper:hover .card-title a {
  color: #3e294e !important;
}
.cid-szBkBR19uZ .text {
  color: #767676;
}
.cid-szBkBR19uZ .card-title {
  color: #36404c;
}
.cid-szBkBR19uZ .title {
  text-align: center;
}
.cid-szBkBQkjkE {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f5f5f7;
}
.cid-szBkBQkjkE .card-img {
  position: relative;
  overflow: hidden;
}
.cid-szBkBQkjkE section {
  position: relative;
}
.cid-szBkBQkjkE a {
  font-weight: 600;
}
.cid-szBkBQkjkE .btn-sm {
  padding: 0.6rem 2.2rem;
}
.cid-szBkBQkjkE .box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 64%;
  background: #f5f5f7;
}
.cid-szBkBQkjkE .card-img:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  height: 100%;
  left: 0;
  background-color: #f5f5f7;
  opacity: 0;
  transform-origin: right center 0;
  transform: perspective(100px) rotateY(-120deg);
  transform-style: flat;
  transition: transform 0.5s ease-in-out, opacity 0.2s ease-in-out;
}
.cid-szBkBQkjkE .card-box {
  padding: 1rem;
  background-color: #ffffff;
  width: 85%;
  margin: auto;
  margin-top: -40px;
  position: relative;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  height: 80px;
  display: flex;
  align-items: center;
}
.cid-szBkBQkjkE .card-box h3 {
  font-weight: 600;
  width: 100%;
  display: inline-block;
  margin: 0;
}
.cid-szBkBQkjkE .card-wrapper {
  height: 100%;
}
.cid-szBkBQkjkE .card-wrapper:hover .card-img:before {
  opacity: 0.3;
  transform: perspective(100px) rotateY(0deg);
}
.cid-szBkBQkjkE .card-wrapper:hover .card-title a {
  color: #3e294e !important;
}
.cid-szBkBQkjkE .text {
  color: #767676;
}
.cid-szBkBQkjkE .card-title {
  color: #36404c;
}
.cid-szBkBQkjkE .title {
  text-align: center;
}
.cid-szBkBPPNzo {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f5f5f7;
}
.cid-szBkBPPNzo .card-img {
  position: relative;
  overflow: hidden;
}
.cid-szBkBPPNzo section {
  position: relative;
}
.cid-szBkBPPNzo a {
  font-weight: 600;
}
.cid-szBkBPPNzo .btn-sm {
  padding: 0.6rem 2.2rem;
}
.cid-szBkBPPNzo .box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 64%;
  background: #f5f5f7;
}
.cid-szBkBPPNzo .card-img:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  height: 100%;
  left: 0;
  background-color: #f5f5f7;
  opacity: 0;
  transform-origin: right center 0;
  transform: perspective(100px) rotateY(-120deg);
  transform-style: flat;
  transition: transform 0.5s ease-in-out, opacity 0.2s ease-in-out;
}
.cid-szBkBPPNzo .card-box {
  padding: 1rem;
  background-color: #ffffff;
  width: 85%;
  margin: auto;
  margin-top: -40px;
  position: relative;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  height: 80px;
  display: flex;
  align-items: center;
}
.cid-szBkBPPNzo .card-box h3 {
  font-weight: 600;
  width: 100%;
  display: inline-block;
  margin: 0;
}
.cid-szBkBPPNzo .card-wrapper {
  height: 100%;
}
.cid-szBkBPPNzo .card-wrapper:hover .card-img:before {
  opacity: 0.3;
  transform: perspective(100px) rotateY(0deg);
}
.cid-szBkBPPNzo .card-wrapper:hover .card-title a {
  color: #3e294e !important;
}
.cid-szBkBPPNzo .text {
  color: #767676;
}
.cid-szBkBPPNzo .card-title {
  color: #36404c;
}
.cid-szBkBPPNzo .title {
  text-align: center;
}
.cid-szBkBRLeA6 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f5f5f7;
}
.cid-szBkBRLeA6 .card-img {
  position: relative;
  overflow: hidden;
}
.cid-szBkBRLeA6 section {
  position: relative;
}
.cid-szBkBRLeA6 a {
  font-weight: 600;
}
.cid-szBkBRLeA6 .btn-sm {
  padding: 0.6rem 2.2rem;
}
.cid-szBkBRLeA6 .box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 64%;
  background: #f5f5f7;
}
.cid-szBkBRLeA6 .card-img:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  height: 100%;
  left: 0;
  background-color: #f5f5f7;
  opacity: 0;
  transform-origin: right center 0;
  transform: perspective(100px) rotateY(-120deg);
  transform-style: flat;
  transition: transform 0.5s ease-in-out, opacity 0.2s ease-in-out;
}
.cid-szBkBRLeA6 .card-box {
  padding: 1rem;
  background-color: #ffffff;
  width: 85%;
  margin: auto;
  margin-top: -40px;
  position: relative;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  height: 80px;
  display: flex;
  align-items: center;
}
.cid-szBkBRLeA6 .card-box h3 {
  font-weight: 600;
  width: 100%;
  display: inline-block;
  margin: 0;
}
.cid-szBkBRLeA6 .card-wrapper {
  height: 100%;
}
.cid-szBkBRLeA6 .card-wrapper:hover .card-img:before {
  opacity: 0.3;
  transform: perspective(100px) rotateY(0deg);
}
.cid-szBkBRLeA6 .card-wrapper:hover .card-title a {
  color: #3e294e !important;
}
.cid-szBkBRLeA6 .text {
  color: #767676;
}
.cid-szBkBRLeA6 .card-title {
  color: #36404c;
}
.cid-szBkBRLeA6 .title {
  text-align: center;
}
.cid-szBkBSb995 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f5f5f7;
}
.cid-szBkBSb995 .mbr-text {
  position: relative;
}
.cid-szBkBSb995 .mbr-text:before {
  color: #f5f5f7;
  content: "\201C";
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -0.4em;
  position: absolute;
  top: 10px;
  left: -2rem;
}
.cid-szBkBSb995 img {
  object-fit: contain;
}
.cid-szBkBSb995 .mbr-text:after {
  color: #f5f5f7;
  content: "\201D";
  font-size: 3em;
  line-height: 0.1em;
  vertical-align: -0.45em;
  position: absolute;
  bottom: 10px;
  right: -2rem;
}
@media (max-width: 767px) {
  .cid-szBkBSb995 .mbr-text:after,
  .cid-szBkBSb995 .mbr-text:before {
    display: none;
  }
}
.cid-szBkBSoAiU {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-szBkBSoAiU .card-icon {
  font-size: 56px;
  color: #3e294e;
  transition: color 0.3s;
}
.cid-szBkBSoAiU .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-szBkBSoAiU .link-ico {
  font-size: 0.8rem;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 100%;
  padding: 0.5rem 0;
  font-weight: 900;
  padding-left: 9px;
  padding-right: 7px;
}
.cid-szBkBSoAiU .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-szBkBSoAiU .card {
  padding: 0 !important;
}
.cid-szBkBSoAiU .card-wrapper {
  padding: 4rem;
  transition: background 0.3s;
}
.cid-szBkBSoAiU .card-wrapper:hover {
  background: #3e294e;
}
.cid-szBkBSoAiU .card-wrapper:hover .card-icon {
  color: #895aac;
}
.cid-szBkBSoAiU .card-wrapper:hover .line {
  background: #895aac;
}
.cid-szBkBSoAiU .card1 {
  background: #895aac;
}
.cid-szBkBSoAiU .card2 {
  background: #8e61af;
}
.cid-szBkBSoAiU .card3 {
  background: #9368b3;
}
.cid-szBkBSoAiU .card4 {
  background: #986eb6;
}
.cid-szBkBSoAiU .card5 {
  background: #9c75ba;
}
.cid-szBkBSoAiU .card6 {
  background: #a17cbd;
}
.cid-szBkBSoAiU .col-lg-x {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
@media (max-width: 767px) {
  .cid-szBkBSoAiU .col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-szBkHNUBAG {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/micrositiohome01-1-1922x1080.png");
  background-position: right;
}
.cid-szBkHNUBAG .wrapper {
  position: relative;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  padding: 2.5rem 2.5rem;
}
.cid-szBkHNUBAG .wrapper:before {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 50%;
  height: 3px;
  right: 0;
}
.cid-szBkHNUBAG .wrapper:after {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-szBkHNUBAG img {
  position: absolute;
  left: 10%;
  bottom: -45px;
  width: 130px;
}
@media (max-width: 767px) {
  .cid-szBkHNUBAG .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-szBkHOl7F0 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f5f5f7;
}
.cid-szBkHOl7F0 .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #c467e7;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-szBkHOl7F0 H2 {
  color: #36404c;
}
.cid-szBkHOl7F0 H3 {
  color: #36404c;
}
.cid-szBkHOl7F0 .mbr-text,
.cid-szBkHOl7F0 .mbr-section-btn {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-szBkHOl7F0 .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-szBkHOl7F0 img {
  filter: invert(0.5);
  width: auto;
}
.cid-szBkHOzlWF {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f5f5f7;
}
.cid-szBkHOzlWF .card-img {
  position: relative;
  overflow: hidden;
}
.cid-szBkHOzlWF section {
  position: relative;
}
.cid-szBkHOzlWF a {
  font-weight: 600;
}
.cid-szBkHOzlWF .btn-sm {
  padding: 0.6rem 2.2rem;
}
.cid-szBkHOzlWF .box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 64%;
  background: #f5f5f7;
}
.cid-szBkHOzlWF .card-img:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  height: 100%;
  left: 0;
  background-color: #f5f5f7;
  opacity: 0;
  transform-origin: right center 0;
  transform: perspective(100px) rotateY(-120deg);
  transform-style: flat;
  transition: transform 0.5s ease-in-out, opacity 0.2s ease-in-out;
}
.cid-szBkHOzlWF .card-box {
  padding: 1rem;
  background-color: #ffffff;
  width: 85%;
  margin: auto;
  margin-top: -40px;
  position: relative;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  height: 80px;
  display: flex;
  align-items: center;
}
.cid-szBkHOzlWF .card-box h3 {
  font-weight: 600;
  width: 100%;
  display: inline-block;
  margin: 0;
}
.cid-szBkHOzlWF .card-wrapper {
  height: 100%;
}
.cid-szBkHOzlWF .card-wrapper:hover .card-img:before {
  opacity: 0.3;
  transform: perspective(100px) rotateY(0deg);
}
.cid-szBkHOzlWF .card-wrapper:hover .card-title a {
  color: #3e294e !important;
}
.cid-szBkHOzlWF .text {
  color: #767676;
}
.cid-szBkHOzlWF .card-title {
  color: #36404c;
}
.cid-szBkHOzlWF .title {
  text-align: center;
}
.cid-szBkHPhnmQ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f5f5f7;
}
.cid-szBkHPhnmQ .card-img {
  position: relative;
  overflow: hidden;
}
.cid-szBkHPhnmQ section {
  position: relative;
}
.cid-szBkHPhnmQ a {
  font-weight: 600;
}
.cid-szBkHPhnmQ .btn-sm {
  padding: 0.6rem 2.2rem;
}
.cid-szBkHPhnmQ .box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 64%;
  background: #f5f5f7;
}
.cid-szBkHPhnmQ .card-img:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  height: 100%;
  left: 0;
  background-color: #f5f5f7;
  opacity: 0;
  transform-origin: right center 0;
  transform: perspective(100px) rotateY(-120deg);
  transform-style: flat;
  transition: transform 0.5s ease-in-out, opacity 0.2s ease-in-out;
}
.cid-szBkHPhnmQ .card-box {
  padding: 1rem;
  background-color: #ffffff;
  width: 85%;
  margin: auto;
  margin-top: -40px;
  position: relative;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  height: 80px;
  display: flex;
  align-items: center;
}
.cid-szBkHPhnmQ .card-box h3 {
  font-weight: 600;
  width: 100%;
  display: inline-block;
  margin: 0;
}
.cid-szBkHPhnmQ .card-wrapper {
  height: 100%;
}
.cid-szBkHPhnmQ .card-wrapper:hover .card-img:before {
  opacity: 0.3;
  transform: perspective(100px) rotateY(0deg);
}
.cid-szBkHPhnmQ .card-wrapper:hover .card-title a {
  color: #3e294e !important;
}
.cid-szBkHPhnmQ .text {
  color: #767676;
}
.cid-szBkHPhnmQ .card-title {
  color: #36404c;
}
.cid-szBkHPhnmQ .title {
  text-align: center;
}
.cid-szBkHPU1UZ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f5f5f7;
}
.cid-szBkHPU1UZ .card-img {
  position: relative;
  overflow: hidden;
}
.cid-szBkHPU1UZ section {
  position: relative;
}
.cid-szBkHPU1UZ a {
  font-weight: 600;
}
.cid-szBkHPU1UZ .btn-sm {
  padding: 0.6rem 2.2rem;
}
.cid-szBkHPU1UZ .box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 64%;
  background: #f5f5f7;
}
.cid-szBkHPU1UZ .card-img:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  height: 100%;
  left: 0;
  background-color: #f5f5f7;
  opacity: 0;
  transform-origin: right center 0;
  transform: perspective(100px) rotateY(-120deg);
  transform-style: flat;
  transition: transform 0.5s ease-in-out, opacity 0.2s ease-in-out;
}
.cid-szBkHPU1UZ .card-box {
  padding: 1rem;
  background-color: #ffffff;
  width: 85%;
  margin: auto;
  margin-top: -40px;
  position: relative;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  height: 80px;
  display: flex;
  align-items: center;
}
.cid-szBkHPU1UZ .card-box h3 {
  font-weight: 600;
  width: 100%;
  display: inline-block;
  margin: 0;
}
.cid-szBkHPU1UZ .card-wrapper {
  height: 100%;
}
.cid-szBkHPU1UZ .card-wrapper:hover .card-img:before {
  opacity: 0.3;
  transform: perspective(100px) rotateY(0deg);
}
.cid-szBkHPU1UZ .card-wrapper:hover .card-title a {
  color: #3e294e !important;
}
.cid-szBkHPU1UZ .text {
  color: #767676;
}
.cid-szBkHPU1UZ .card-title {
  color: #36404c;
}
.cid-szBkHPU1UZ .title {
  text-align: center;
}
.cid-szBkHPApgv {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f5f5f7;
}
.cid-szBkHPApgv .card-img {
  position: relative;
  overflow: hidden;
}
.cid-szBkHPApgv section {
  position: relative;
}
.cid-szBkHPApgv a {
  font-weight: 600;
}
.cid-szBkHPApgv .btn-sm {
  padding: 0.6rem 2.2rem;
}
.cid-szBkHPApgv .box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 64%;
  background: #f5f5f7;
}
.cid-szBkHPApgv .card-img:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  height: 100%;
  left: 0;
  background-color: #f5f5f7;
  opacity: 0;
  transform-origin: right center 0;
  transform: perspective(100px) rotateY(-120deg);
  transform-style: flat;
  transition: transform 0.5s ease-in-out, opacity 0.2s ease-in-out;
}
.cid-szBkHPApgv .card-box {
  padding: 1rem;
  background-color: #ffffff;
  width: 85%;
  margin: auto;
  margin-top: -40px;
  position: relative;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  height: 80px;
  display: flex;
  align-items: center;
}
.cid-szBkHPApgv .card-box h3 {
  font-weight: 600;
  width: 100%;
  display: inline-block;
  margin: 0;
}
.cid-szBkHPApgv .card-wrapper {
  height: 100%;
}
.cid-szBkHPApgv .card-wrapper:hover .card-img:before {
  opacity: 0.3;
  transform: perspective(100px) rotateY(0deg);
}
.cid-szBkHPApgv .card-wrapper:hover .card-title a {
  color: #3e294e !important;
}
.cid-szBkHPApgv .text {
  color: #767676;
}
.cid-szBkHPApgv .card-title {
  color: #36404c;
}
.cid-szBkHPApgv .title {
  text-align: center;
}
.cid-szBkHOXEZF {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f5f5f7;
}
.cid-szBkHOXEZF .card-img {
  position: relative;
  overflow: hidden;
}
.cid-szBkHOXEZF section {
  position: relative;
}
.cid-szBkHOXEZF a {
  font-weight: 600;
}
.cid-szBkHOXEZF .btn-sm {
  padding: 0.6rem 2.2rem;
}
.cid-szBkHOXEZF .box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 64%;
  background: #f5f5f7;
}
.cid-szBkHOXEZF .card-img:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  height: 100%;
  left: 0;
  background-color: #f5f5f7;
  opacity: 0;
  transform-origin: right center 0;
  transform: perspective(100px) rotateY(-120deg);
  transform-style: flat;
  transition: transform 0.5s ease-in-out, opacity 0.2s ease-in-out;
}
.cid-szBkHOXEZF .card-box {
  padding: 1rem;
  background-color: #ffffff;
  width: 85%;
  margin: auto;
  margin-top: -40px;
  position: relative;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  height: 80px;
  display: flex;
  align-items: center;
}
.cid-szBkHOXEZF .card-box h3 {
  font-weight: 600;
  width: 100%;
  display: inline-block;
  margin: 0;
}
.cid-szBkHOXEZF .card-wrapper {
  height: 100%;
}
.cid-szBkHOXEZF .card-wrapper:hover .card-img:before {
  opacity: 0.3;
  transform: perspective(100px) rotateY(0deg);
}
.cid-szBkHOXEZF .card-wrapper:hover .card-title a {
  color: #3e294e !important;
}
.cid-szBkHOXEZF .text {
  color: #767676;
}
.cid-szBkHOXEZF .card-title {
  color: #36404c;
}
.cid-szBkHOXEZF .title {
  text-align: center;
}
.cid-szBkHQdGpz {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f5f5f7;
}
.cid-szBkHQdGpz .card-img {
  position: relative;
  overflow: hidden;
}
.cid-szBkHQdGpz section {
  position: relative;
}
.cid-szBkHQdGpz a {
  font-weight: 600;
}
.cid-szBkHQdGpz .btn-sm {
  padding: 0.6rem 2.2rem;
}
.cid-szBkHQdGpz .box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 64%;
  background: #f5f5f7;
}
.cid-szBkHQdGpz .card-img:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  height: 100%;
  left: 0;
  background-color: #f5f5f7;
  opacity: 0;
  transform-origin: right center 0;
  transform: perspective(100px) rotateY(-120deg);
  transform-style: flat;
  transition: transform 0.5s ease-in-out, opacity 0.2s ease-in-out;
}
.cid-szBkHQdGpz .card-box {
  padding: 1rem;
  background-color: #ffffff;
  width: 85%;
  margin: auto;
  margin-top: -40px;
  position: relative;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  height: 80px;
  display: flex;
  align-items: center;
}
.cid-szBkHQdGpz .card-box h3 {
  font-weight: 600;
  width: 100%;
  display: inline-block;
  margin: 0;
}
.cid-szBkHQdGpz .card-wrapper {
  height: 100%;
}
.cid-szBkHQdGpz .card-wrapper:hover .card-img:before {
  opacity: 0.3;
  transform: perspective(100px) rotateY(0deg);
}
.cid-szBkHQdGpz .card-wrapper:hover .card-title a {
  color: #3e294e !important;
}
.cid-szBkHQdGpz .text {
  color: #767676;
}
.cid-szBkHQdGpz .card-title {
  color: #36404c;
}
.cid-szBkHQdGpz .title {
  text-align: center;
}
.cid-szBkHQBaWB {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f5f5f7;
}
.cid-szBkHQBaWB .mbr-text {
  position: relative;
}
.cid-szBkHQBaWB .mbr-text:before {
  color: #f5f5f7;
  content: "\201C";
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -0.4em;
  position: absolute;
  top: 10px;
  left: -2rem;
}
.cid-szBkHQBaWB img {
  object-fit: contain;
}
.cid-szBkHQBaWB .mbr-text:after {
  color: #f5f5f7;
  content: "\201D";
  font-size: 3em;
  line-height: 0.1em;
  vertical-align: -0.45em;
  position: absolute;
  bottom: 10px;
  right: -2rem;
}
@media (max-width: 767px) {
  .cid-szBkHQBaWB .mbr-text:after,
  .cid-szBkHQBaWB .mbr-text:before {
    display: none;
  }
}
.cid-szBkHQOPio {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-szBkHQOPio .card-icon {
  font-size: 56px;
  color: #3e294e;
  transition: color 0.3s;
}
.cid-szBkHQOPio .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-szBkHQOPio .link-ico {
  font-size: 0.8rem;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 100%;
  padding: 0.5rem 0;
  font-weight: 900;
  padding-left: 9px;
  padding-right: 7px;
}
.cid-szBkHQOPio .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-szBkHQOPio .card {
  padding: 0 !important;
}
.cid-szBkHQOPio .card-wrapper {
  padding: 4rem;
  transition: background 0.3s;
}
.cid-szBkHQOPio .card-wrapper:hover {
  background: #3e294e;
}
.cid-szBkHQOPio .card-wrapper:hover .card-icon {
  color: #895aac;
}
.cid-szBkHQOPio .card-wrapper:hover .line {
  background: #895aac;
}
.cid-szBkHQOPio .card1 {
  background: #895aac;
}
.cid-szBkHQOPio .card2 {
  background: #8e61af;
}
.cid-szBkHQOPio .card3 {
  background: #9368b3;
}
.cid-szBkHQOPio .card4 {
  background: #986eb6;
}
.cid-szBkHQOPio .card5 {
  background: #9c75ba;
}
.cid-szBkHQOPio .card6 {
  background: #a17cbd;
}
.cid-szBkHQOPio .col-lg-x {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
@media (max-width: 767px) {
  .cid-szBkHQOPio .col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-szBkJHzTyx {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/micrositiohome01-1-1922x1080.png");
  background-position: right;
}
.cid-szBkJHzTyx .wrapper {
  position: relative;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  padding: 2.5rem 2.5rem;
}
.cid-szBkJHzTyx .wrapper:before {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 50%;
  height: 3px;
  right: 0;
}
.cid-szBkJHzTyx .wrapper:after {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-szBkJHzTyx img {
  position: absolute;
  left: 10%;
  bottom: -45px;
  width: 130px;
}
@media (max-width: 767px) {
  .cid-szBkJHzTyx .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-szBkJHXTJv {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f5f5f7;
}
.cid-szBkJHXTJv .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #c467e7;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-szBkJHXTJv H2 {
  color: #36404c;
}
.cid-szBkJHXTJv H3 {
  color: #36404c;
}
.cid-szBkJHXTJv .mbr-text,
.cid-szBkJHXTJv .mbr-section-btn {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-szBkJHXTJv .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-szBkJHXTJv img {
  filter: invert(0.5);
  width: auto;
}
.cid-szBkJIVUss {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f5f5f7;
}
.cid-szBkJIVUss .card-img {
  position: relative;
  overflow: hidden;
}
.cid-szBkJIVUss section {
  position: relative;
}
.cid-szBkJIVUss a {
  font-weight: 600;
}
.cid-szBkJIVUss .btn-sm {
  padding: 0.6rem 2.2rem;
}
.cid-szBkJIVUss .box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 64%;
  background: #f5f5f7;
}
.cid-szBkJIVUss .card-img:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  height: 100%;
  left: 0;
  background-color: #f5f5f7;
  opacity: 0;
  transform-origin: right center 0;
  transform: perspective(100px) rotateY(-120deg);
  transform-style: flat;
  transition: transform 0.5s ease-in-out, opacity 0.2s ease-in-out;
}
.cid-szBkJIVUss .card-box {
  padding: 1rem;
  background-color: #ffffff;
  width: 85%;
  margin: auto;
  margin-top: -40px;
  position: relative;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  height: 80px;
  display: flex;
  align-items: center;
}
.cid-szBkJIVUss .card-box h3 {
  font-weight: 600;
  width: 100%;
  display: inline-block;
  margin: 0;
}
.cid-szBkJIVUss .card-wrapper {
  height: 100%;
}
.cid-szBkJIVUss .card-wrapper:hover .card-img:before {
  opacity: 0.3;
  transform: perspective(100px) rotateY(0deg);
}
.cid-szBkJIVUss .card-wrapper:hover .card-title a {
  color: #3e294e !important;
}
.cid-szBkJIVUss .text {
  color: #767676;
}
.cid-szBkJIVUss .card-title {
  color: #36404c;
}
.cid-szBkJIVUss .title {
  text-align: center;
}
.cid-szBkJIvbuw {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f5f5f7;
}
.cid-szBkJIvbuw .card-img {
  position: relative;
  overflow: hidden;
}
.cid-szBkJIvbuw section {
  position: relative;
}
.cid-szBkJIvbuw a {
  font-weight: 600;
}
.cid-szBkJIvbuw .btn-sm {
  padding: 0.6rem 2.2rem;
}
.cid-szBkJIvbuw .box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 64%;
  background: #f5f5f7;
}
.cid-szBkJIvbuw .card-img:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  height: 100%;
  left: 0;
  background-color: #f5f5f7;
  opacity: 0;
  transform-origin: right center 0;
  transform: perspective(100px) rotateY(-120deg);
  transform-style: flat;
  transition: transform 0.5s ease-in-out, opacity 0.2s ease-in-out;
}
.cid-szBkJIvbuw .card-box {
  padding: 1rem;
  background-color: #ffffff;
  width: 85%;
  margin: auto;
  margin-top: -40px;
  position: relative;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  height: 80px;
  display: flex;
  align-items: center;
}
.cid-szBkJIvbuw .card-box h3 {
  font-weight: 600;
  width: 100%;
  display: inline-block;
  margin: 0;
}
.cid-szBkJIvbuw .card-wrapper {
  height: 100%;
}
.cid-szBkJIvbuw .card-wrapper:hover .card-img:before {
  opacity: 0.3;
  transform: perspective(100px) rotateY(0deg);
}
.cid-szBkJIvbuw .card-wrapper:hover .card-title a {
  color: #3e294e !important;
}
.cid-szBkJIvbuw .text {
  color: #767676;
}
.cid-szBkJIvbuw .card-title {
  color: #36404c;
}
.cid-szBkJIvbuw .title {
  text-align: center;
}
.cid-szBkJJfC2G {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f5f5f7;
}
.cid-szBkJJfC2G .card-img {
  position: relative;
  overflow: hidden;
}
.cid-szBkJJfC2G section {
  position: relative;
}
.cid-szBkJJfC2G a {
  font-weight: 600;
}
.cid-szBkJJfC2G .btn-sm {
  padding: 0.6rem 2.2rem;
}
.cid-szBkJJfC2G .box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 64%;
  background: #f5f5f7;
}
.cid-szBkJJfC2G .card-img:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  height: 100%;
  left: 0;
  background-color: #f5f5f7;
  opacity: 0;
  transform-origin: right center 0;
  transform: perspective(100px) rotateY(-120deg);
  transform-style: flat;
  transition: transform 0.5s ease-in-out, opacity 0.2s ease-in-out;
}
.cid-szBkJJfC2G .card-box {
  padding: 1rem;
  background-color: #ffffff;
  width: 85%;
  margin: auto;
  margin-top: -40px;
  position: relative;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  height: 80px;
  display: flex;
  align-items: center;
}
.cid-szBkJJfC2G .card-box h3 {
  font-weight: 600;
  width: 100%;
  display: inline-block;
  margin: 0;
}
.cid-szBkJJfC2G .card-wrapper {
  height: 100%;
}
.cid-szBkJJfC2G .card-wrapper:hover .card-img:before {
  opacity: 0.3;
  transform: perspective(100px) rotateY(0deg);
}
.cid-szBkJJfC2G .card-wrapper:hover .card-title a {
  color: #3e294e !important;
}
.cid-szBkJJfC2G .text {
  color: #767676;
}
.cid-szBkJJfC2G .card-title {
  color: #36404c;
}
.cid-szBkJJfC2G .title {
  text-align: center;
}
.cid-szBkJJD87t {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f5f5f7;
}
.cid-szBkJJD87t .card-img {
  position: relative;
  overflow: hidden;
}
.cid-szBkJJD87t section {
  position: relative;
}
.cid-szBkJJD87t a {
  font-weight: 600;
}
.cid-szBkJJD87t .btn-sm {
  padding: 0.6rem 2.2rem;
}
.cid-szBkJJD87t .box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 64%;
  background: #f5f5f7;
}
.cid-szBkJJD87t .card-img:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  height: 100%;
  left: 0;
  background-color: #f5f5f7;
  opacity: 0;
  transform-origin: right center 0;
  transform: perspective(100px) rotateY(-120deg);
  transform-style: flat;
  transition: transform 0.5s ease-in-out, opacity 0.2s ease-in-out;
}
.cid-szBkJJD87t .card-box {
  padding: 1rem;
  background-color: #ffffff;
  width: 85%;
  margin: auto;
  margin-top: -40px;
  position: relative;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  height: 80px;
  display: flex;
  align-items: center;
}
.cid-szBkJJD87t .card-box h3 {
  font-weight: 600;
  width: 100%;
  display: inline-block;
  margin: 0;
}
.cid-szBkJJD87t .card-wrapper {
  height: 100%;
}
.cid-szBkJJD87t .card-wrapper:hover .card-img:before {
  opacity: 0.3;
  transform: perspective(100px) rotateY(0deg);
}
.cid-szBkJJD87t .card-wrapper:hover .card-title a {
  color: #3e294e !important;
}
.cid-szBkJJD87t .text {
  color: #767676;
}
.cid-szBkJJD87t .card-title {
  color: #36404c;
}
.cid-szBkJJD87t .title {
  text-align: center;
}
.cid-szBkJIaek5 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f5f5f7;
}
.cid-szBkJIaek5 .card-img {
  position: relative;
  overflow: hidden;
}
.cid-szBkJIaek5 section {
  position: relative;
}
.cid-szBkJIaek5 a {
  font-weight: 600;
}
.cid-szBkJIaek5 .btn-sm {
  padding: 0.6rem 2.2rem;
}
.cid-szBkJIaek5 .box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 64%;
  background: #f5f5f7;
}
.cid-szBkJIaek5 .card-img:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  height: 100%;
  left: 0;
  background-color: #f5f5f7;
  opacity: 0;
  transform-origin: right center 0;
  transform: perspective(100px) rotateY(-120deg);
  transform-style: flat;
  transition: transform 0.5s ease-in-out, opacity 0.2s ease-in-out;
}
.cid-szBkJIaek5 .card-box {
  padding: 1rem;
  background-color: #ffffff;
  width: 85%;
  margin: auto;
  margin-top: -40px;
  position: relative;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  height: 80px;
  display: flex;
  align-items: center;
}
.cid-szBkJIaek5 .card-box h3 {
  font-weight: 600;
  width: 100%;
  display: inline-block;
  margin: 0;
}
.cid-szBkJIaek5 .card-wrapper {
  height: 100%;
}
.cid-szBkJIaek5 .card-wrapper:hover .card-img:before {
  opacity: 0.3;
  transform: perspective(100px) rotateY(0deg);
}
.cid-szBkJIaek5 .card-wrapper:hover .card-title a {
  color: #3e294e !important;
}
.cid-szBkJIaek5 .text {
  color: #767676;
}
.cid-szBkJIaek5 .card-title {
  color: #36404c;
}
.cid-szBkJIaek5 .title {
  text-align: center;
}
.cid-szBkJJZ6E6 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f5f5f7;
}
.cid-szBkJJZ6E6 .card-img {
  position: relative;
  overflow: hidden;
}
.cid-szBkJJZ6E6 section {
  position: relative;
}
.cid-szBkJJZ6E6 a {
  font-weight: 600;
}
.cid-szBkJJZ6E6 .btn-sm {
  padding: 0.6rem 2.2rem;
}
.cid-szBkJJZ6E6 .box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 64%;
  background: #f5f5f7;
}
.cid-szBkJJZ6E6 .card-img:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  height: 100%;
  left: 0;
  background-color: #f5f5f7;
  opacity: 0;
  transform-origin: right center 0;
  transform: perspective(100px) rotateY(-120deg);
  transform-style: flat;
  transition: transform 0.5s ease-in-out, opacity 0.2s ease-in-out;
}
.cid-szBkJJZ6E6 .card-box {
  padding: 1rem;
  background-color: #ffffff;
  width: 85%;
  margin: auto;
  margin-top: -40px;
  position: relative;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  height: 80px;
  display: flex;
  align-items: center;
}
.cid-szBkJJZ6E6 .card-box h3 {
  font-weight: 600;
  width: 100%;
  display: inline-block;
  margin: 0;
}
.cid-szBkJJZ6E6 .card-wrapper {
  height: 100%;
}
.cid-szBkJJZ6E6 .card-wrapper:hover .card-img:before {
  opacity: 0.3;
  transform: perspective(100px) rotateY(0deg);
}
.cid-szBkJJZ6E6 .card-wrapper:hover .card-title a {
  color: #3e294e !important;
}
.cid-szBkJJZ6E6 .text {
  color: #767676;
}
.cid-szBkJJZ6E6 .card-title {
  color: #36404c;
}
.cid-szBkJJZ6E6 .title {
  text-align: center;
}
.cid-szBkJKlzFl {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f5f5f7;
}
.cid-szBkJKlzFl .mbr-text {
  position: relative;
}
.cid-szBkJKlzFl .mbr-text:before {
  color: #f5f5f7;
  content: "\201C";
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -0.4em;
  position: absolute;
  top: 10px;
  left: -2rem;
}
.cid-szBkJKlzFl img {
  object-fit: contain;
}
.cid-szBkJKlzFl .mbr-text:after {
  color: #f5f5f7;
  content: "\201D";
  font-size: 3em;
  line-height: 0.1em;
  vertical-align: -0.45em;
  position: absolute;
  bottom: 10px;
  right: -2rem;
}
@media (max-width: 767px) {
  .cid-szBkJKlzFl .mbr-text:after,
  .cid-szBkJKlzFl .mbr-text:before {
    display: none;
  }
}
.cid-szBkJKxb1O {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-szBkJKxb1O .card-icon {
  font-size: 56px;
  color: #3e294e;
  transition: color 0.3s;
}
.cid-szBkJKxb1O .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-szBkJKxb1O .link-ico {
  font-size: 0.8rem;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 100%;
  padding: 0.5rem 0;
  font-weight: 900;
  padding-left: 9px;
  padding-right: 7px;
}
.cid-szBkJKxb1O .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-szBkJKxb1O .card {
  padding: 0 !important;
}
.cid-szBkJKxb1O .card-wrapper {
  padding: 4rem;
  transition: background 0.3s;
}
.cid-szBkJKxb1O .card-wrapper:hover {
  background: #3e294e;
}
.cid-szBkJKxb1O .card-wrapper:hover .card-icon {
  color: #895aac;
}
.cid-szBkJKxb1O .card-wrapper:hover .line {
  background: #895aac;
}
.cid-szBkJKxb1O .card1 {
  background: #895aac;
}
.cid-szBkJKxb1O .card2 {
  background: #8e61af;
}
.cid-szBkJKxb1O .card3 {
  background: #9368b3;
}
.cid-szBkJKxb1O .card4 {
  background: #986eb6;
}
.cid-szBkJKxb1O .card5 {
  background: #9c75ba;
}
.cid-szBkJKxb1O .card6 {
  background: #a17cbd;
}
.cid-szBkJKxb1O .col-lg-x {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
@media (max-width: 767px) {
  .cid-szBkJKxb1O .col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-szBkMBzCbA {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/micrositiohome01-1-1922x1080.png");
  background-position: right;
}
.cid-szBkMBzCbA .wrapper {
  position: relative;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  padding: 2.5rem 2.5rem;
}
.cid-szBkMBzCbA .wrapper:before {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 50%;
  height: 3px;
  right: 0;
}
.cid-szBkMBzCbA .wrapper:after {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-szBkMBzCbA img {
  position: absolute;
  left: 10%;
  bottom: -45px;
  width: 130px;
}
@media (max-width: 767px) {
  .cid-szBkMBzCbA .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-szBkMBV9Lg {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f5f5f7;
}
.cid-szBkMBV9Lg .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #c467e7;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-szBkMBV9Lg H2 {
  color: #36404c;
}
.cid-szBkMBV9Lg H3 {
  color: #36404c;
}
.cid-szBkMBV9Lg .mbr-text,
.cid-szBkMBV9Lg .mbr-section-btn {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-szBkMBV9Lg .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-szBkMBV9Lg img {
  filter: invert(0.5);
  width: auto;
}
.cid-szBkMCsQfw {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f5f5f7;
}
.cid-szBkMCsQfw .card-img {
  position: relative;
  overflow: hidden;
}
.cid-szBkMCsQfw section {
  position: relative;
}
.cid-szBkMCsQfw a {
  font-weight: 600;
}
.cid-szBkMCsQfw .btn-sm {
  padding: 0.6rem 2.2rem;
}
.cid-szBkMCsQfw .box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 64%;
  background: #f5f5f7;
}
.cid-szBkMCsQfw .card-img:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  height: 100%;
  left: 0;
  background-color: #f5f5f7;
  opacity: 0;
  transform-origin: right center 0;
  transform: perspective(100px) rotateY(-120deg);
  transform-style: flat;
  transition: transform 0.5s ease-in-out, opacity 0.2s ease-in-out;
}
.cid-szBkMCsQfw .card-box {
  padding: 1rem;
  background-color: #ffffff;
  width: 85%;
  margin: auto;
  margin-top: -40px;
  position: relative;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  height: 80px;
  display: flex;
  align-items: center;
}
.cid-szBkMCsQfw .card-box h3 {
  font-weight: 600;
  width: 100%;
  display: inline-block;
  margin: 0;
}
.cid-szBkMCsQfw .card-wrapper {
  height: 100%;
}
.cid-szBkMCsQfw .card-wrapper:hover .card-img:before {
  opacity: 0.3;
  transform: perspective(100px) rotateY(0deg);
}
.cid-szBkMCsQfw .card-wrapper:hover .card-title a {
  color: #3e294e !important;
}
.cid-szBkMCsQfw .text {
  color: #767676;
}
.cid-szBkMCsQfw .card-title {
  color: #36404c;
}
.cid-szBkMCsQfw .title {
  text-align: center;
}
.cid-szBkMD5BVM {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f5f5f7;
}
.cid-szBkMD5BVM .card-img {
  position: relative;
  overflow: hidden;
}
.cid-szBkMD5BVM section {
  position: relative;
}
.cid-szBkMD5BVM a {
  font-weight: 600;
}
.cid-szBkMD5BVM .btn-sm {
  padding: 0.6rem 2.2rem;
}
.cid-szBkMD5BVM .box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 64%;
  background: #f5f5f7;
}
.cid-szBkMD5BVM .card-img:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  height: 100%;
  left: 0;
  background-color: #f5f5f7;
  opacity: 0;
  transform-origin: right center 0;
  transform: perspective(100px) rotateY(-120deg);
  transform-style: flat;
  transition: transform 0.5s ease-in-out, opacity 0.2s ease-in-out;
}
.cid-szBkMD5BVM .card-box {
  padding: 1rem;
  background-color: #ffffff;
  width: 85%;
  margin: auto;
  margin-top: -40px;
  position: relative;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  height: 80px;
  display: flex;
  align-items: center;
}
.cid-szBkMD5BVM .card-box h3 {
  font-weight: 600;
  width: 100%;
  display: inline-block;
  margin: 0;
}
.cid-szBkMD5BVM .card-wrapper {
  height: 100%;
}
.cid-szBkMD5BVM .card-wrapper:hover .card-img:before {
  opacity: 0.3;
  transform: perspective(100px) rotateY(0deg);
}
.cid-szBkMD5BVM .card-wrapper:hover .card-title a {
  color: #3e294e !important;
}
.cid-szBkMD5BVM .text {
  color: #767676;
}
.cid-szBkMD5BVM .card-title {
  color: #36404c;
}
.cid-szBkMD5BVM .title {
  text-align: center;
}
.cid-szBkMDotU5 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f5f5f7;
}
.cid-szBkMDotU5 .card-img {
  position: relative;
  overflow: hidden;
}
.cid-szBkMDotU5 section {
  position: relative;
}
.cid-szBkMDotU5 a {
  font-weight: 600;
}
.cid-szBkMDotU5 .btn-sm {
  padding: 0.6rem 2.2rem;
}
.cid-szBkMDotU5 .box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 64%;
  background: #f5f5f7;
}
.cid-szBkMDotU5 .card-img:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  height: 100%;
  left: 0;
  background-color: #f5f5f7;
  opacity: 0;
  transform-origin: right center 0;
  transform: perspective(100px) rotateY(-120deg);
  transform-style: flat;
  transition: transform 0.5s ease-in-out, opacity 0.2s ease-in-out;
}
.cid-szBkMDotU5 .card-box {
  padding: 1rem;
  background-color: #ffffff;
  width: 85%;
  margin: auto;
  margin-top: -40px;
  position: relative;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  height: 80px;
  display: flex;
  align-items: center;
}
.cid-szBkMDotU5 .card-box h3 {
  font-weight: 600;
  width: 100%;
  display: inline-block;
  margin: 0;
}
.cid-szBkMDotU5 .card-wrapper {
  height: 100%;
}
.cid-szBkMDotU5 .card-wrapper:hover .card-img:before {
  opacity: 0.3;
  transform: perspective(100px) rotateY(0deg);
}
.cid-szBkMDotU5 .card-wrapper:hover .card-title a {
  color: #3e294e !important;
}
.cid-szBkMDotU5 .text {
  color: #767676;
}
.cid-szBkMDotU5 .card-title {
  color: #36404c;
}
.cid-szBkMDotU5 .title {
  text-align: center;
}
.cid-szBkMCLrjX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f5f5f7;
}
.cid-szBkMCLrjX .card-img {
  position: relative;
  overflow: hidden;
}
.cid-szBkMCLrjX section {
  position: relative;
}
.cid-szBkMCLrjX a {
  font-weight: 600;
}
.cid-szBkMCLrjX .btn-sm {
  padding: 0.6rem 2.2rem;
}
.cid-szBkMCLrjX .box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 64%;
  background: #f5f5f7;
}
.cid-szBkMCLrjX .card-img:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  height: 100%;
  left: 0;
  background-color: #f5f5f7;
  opacity: 0;
  transform-origin: right center 0;
  transform: perspective(100px) rotateY(-120deg);
  transform-style: flat;
  transition: transform 0.5s ease-in-out, opacity 0.2s ease-in-out;
}
.cid-szBkMCLrjX .card-box {
  padding: 1rem;
  background-color: #ffffff;
  width: 85%;
  margin: auto;
  margin-top: -40px;
  position: relative;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  height: 80px;
  display: flex;
  align-items: center;
}
.cid-szBkMCLrjX .card-box h3 {
  font-weight: 600;
  width: 100%;
  display: inline-block;
  margin: 0;
}
.cid-szBkMCLrjX .card-wrapper {
  height: 100%;
}
.cid-szBkMCLrjX .card-wrapper:hover .card-img:before {
  opacity: 0.3;
  transform: perspective(100px) rotateY(0deg);
}
.cid-szBkMCLrjX .card-wrapper:hover .card-title a {
  color: #3e294e !important;
}
.cid-szBkMCLrjX .text {
  color: #767676;
}
.cid-szBkMCLrjX .card-title {
  color: #36404c;
}
.cid-szBkMCLrjX .title {
  text-align: center;
}
.cid-szBkMC8wbK {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f5f5f7;
}
.cid-szBkMC8wbK .card-img {
  position: relative;
  overflow: hidden;
}
.cid-szBkMC8wbK section {
  position: relative;
}
.cid-szBkMC8wbK a {
  font-weight: 600;
}
.cid-szBkMC8wbK .btn-sm {
  padding: 0.6rem 2.2rem;
}
.cid-szBkMC8wbK .box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 64%;
  background: #f5f5f7;
}
.cid-szBkMC8wbK .card-img:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  height: 100%;
  left: 0;
  background-color: #f5f5f7;
  opacity: 0;
  transform-origin: right center 0;
  transform: perspective(100px) rotateY(-120deg);
  transform-style: flat;
  transition: transform 0.5s ease-in-out, opacity 0.2s ease-in-out;
}
.cid-szBkMC8wbK .card-box {
  padding: 1rem;
  background-color: #ffffff;
  width: 85%;
  margin: auto;
  margin-top: -40px;
  position: relative;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  height: 80px;
  display: flex;
  align-items: center;
}
.cid-szBkMC8wbK .card-box h3 {
  font-weight: 600;
  width: 100%;
  display: inline-block;
  margin: 0;
}
.cid-szBkMC8wbK .card-wrapper {
  height: 100%;
}
.cid-szBkMC8wbK .card-wrapper:hover .card-img:before {
  opacity: 0.3;
  transform: perspective(100px) rotateY(0deg);
}
.cid-szBkMC8wbK .card-wrapper:hover .card-title a {
  color: #3e294e !important;
}
.cid-szBkMC8wbK .text {
  color: #767676;
}
.cid-szBkMC8wbK .card-title {
  color: #36404c;
}
.cid-szBkMC8wbK .title {
  text-align: center;
}
.cid-szBkMDL7DK {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f5f5f7;
}
.cid-szBkMDL7DK .card-img {
  position: relative;
  overflow: hidden;
}
.cid-szBkMDL7DK section {
  position: relative;
}
.cid-szBkMDL7DK a {
  font-weight: 600;
}
.cid-szBkMDL7DK .btn-sm {
  padding: 0.6rem 2.2rem;
}
.cid-szBkMDL7DK .box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 64%;
  background: #f5f5f7;
}
.cid-szBkMDL7DK .card-img:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  height: 100%;
  left: 0;
  background-color: #f5f5f7;
  opacity: 0;
  transform-origin: right center 0;
  transform: perspective(100px) rotateY(-120deg);
  transform-style: flat;
  transition: transform 0.5s ease-in-out, opacity 0.2s ease-in-out;
}
.cid-szBkMDL7DK .card-box {
  padding: 1rem;
  background-color: #ffffff;
  width: 85%;
  margin: auto;
  margin-top: -40px;
  position: relative;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  height: 80px;
  display: flex;
  align-items: center;
}
.cid-szBkMDL7DK .card-box h3 {
  font-weight: 600;
  width: 100%;
  display: inline-block;
  margin: 0;
}
.cid-szBkMDL7DK .card-wrapper {
  height: 100%;
}
.cid-szBkMDL7DK .card-wrapper:hover .card-img:before {
  opacity: 0.3;
  transform: perspective(100px) rotateY(0deg);
}
.cid-szBkMDL7DK .card-wrapper:hover .card-title a {
  color: #3e294e !important;
}
.cid-szBkMDL7DK .text {
  color: #767676;
}
.cid-szBkMDL7DK .card-title {
  color: #36404c;
}
.cid-szBkMDL7DK .title {
  text-align: center;
}
.cid-szBkME8T1c {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f5f5f7;
}
.cid-szBkME8T1c .mbr-text {
  position: relative;
}
.cid-szBkME8T1c .mbr-text:before {
  color: #f5f5f7;
  content: "\201C";
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -0.4em;
  position: absolute;
  top: 10px;
  left: -2rem;
}
.cid-szBkME8T1c img {
  object-fit: contain;
}
.cid-szBkME8T1c .mbr-text:after {
  color: #f5f5f7;
  content: "\201D";
  font-size: 3em;
  line-height: 0.1em;
  vertical-align: -0.45em;
  position: absolute;
  bottom: 10px;
  right: -2rem;
}
@media (max-width: 767px) {
  .cid-szBkME8T1c .mbr-text:after,
  .cid-szBkME8T1c .mbr-text:before {
    display: none;
  }
}
.cid-szBkMEjjgE {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-szBkMEjjgE .card-icon {
  font-size: 56px;
  color: #3e294e;
  transition: color 0.3s;
}
.cid-szBkMEjjgE .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-szBkMEjjgE .link-ico {
  font-size: 0.8rem;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 100%;
  padding: 0.5rem 0;
  font-weight: 900;
  padding-left: 9px;
  padding-right: 7px;
}
.cid-szBkMEjjgE .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-szBkMEjjgE .card {
  padding: 0 !important;
}
.cid-szBkMEjjgE .card-wrapper {
  padding: 4rem;
  transition: background 0.3s;
}
.cid-szBkMEjjgE .card-wrapper:hover {
  background: #3e294e;
}
.cid-szBkMEjjgE .card-wrapper:hover .card-icon {
  color: #895aac;
}
.cid-szBkMEjjgE .card-wrapper:hover .line {
  background: #895aac;
}
.cid-szBkMEjjgE .card1 {
  background: #895aac;
}
.cid-szBkMEjjgE .card2 {
  background: #8e61af;
}
.cid-szBkMEjjgE .card3 {
  background: #9368b3;
}
.cid-szBkMEjjgE .card4 {
  background: #986eb6;
}
.cid-szBkMEjjgE .card5 {
  background: #9c75ba;
}
.cid-szBkMEjjgE .card6 {
  background: #a17cbd;
}
.cid-szBkMEjjgE .col-lg-x {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
@media (max-width: 767px) {
  .cid-szBkMEjjgE .col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-szBkLv5EBD {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/micrositiohome01-1-1922x1080.png");
  background-position: right;
}
.cid-szBkLv5EBD .wrapper {
  position: relative;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  padding: 2.5rem 2.5rem;
}
.cid-szBkLv5EBD .wrapper:before {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 50%;
  height: 3px;
  right: 0;
}
.cid-szBkLv5EBD .wrapper:after {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-szBkLv5EBD img {
  position: absolute;
  left: 10%;
  bottom: -45px;
  width: 130px;
}
@media (max-width: 767px) {
  .cid-szBkLv5EBD .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-szBkLvrN6E {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f5f5f7;
}
.cid-szBkLvrN6E .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #c467e7;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-szBkLvrN6E H2 {
  color: #36404c;
}
.cid-szBkLvrN6E H3 {
  color: #36404c;
}
.cid-szBkLvrN6E .mbr-text,
.cid-szBkLvrN6E .mbr-section-btn {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-szBkLvrN6E .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-szBkLvrN6E img {
  filter: invert(0.5);
  width: auto;
}
.cid-szBkLwkfsJ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f5f5f7;
}
.cid-szBkLwkfsJ .card-img {
  position: relative;
  overflow: hidden;
}
.cid-szBkLwkfsJ section {
  position: relative;
}
.cid-szBkLwkfsJ a {
  font-weight: 600;
}
.cid-szBkLwkfsJ .btn-sm {
  padding: 0.6rem 2.2rem;
}
.cid-szBkLwkfsJ .box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 64%;
  background: #f5f5f7;
}
.cid-szBkLwkfsJ .card-img:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  height: 100%;
  left: 0;
  background-color: #f5f5f7;
  opacity: 0;
  transform-origin: right center 0;
  transform: perspective(100px) rotateY(-120deg);
  transform-style: flat;
  transition: transform 0.5s ease-in-out, opacity 0.2s ease-in-out;
}
.cid-szBkLwkfsJ .card-box {
  padding: 1rem;
  background-color: #ffffff;
  width: 85%;
  margin: auto;
  margin-top: -40px;
  position: relative;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  height: 80px;
  display: flex;
  align-items: center;
}
.cid-szBkLwkfsJ .card-box h3 {
  font-weight: 600;
  width: 100%;
  display: inline-block;
  margin: 0;
}
.cid-szBkLwkfsJ .card-wrapper {
  height: 100%;
}
.cid-szBkLwkfsJ .card-wrapper:hover .card-img:before {
  opacity: 0.3;
  transform: perspective(100px) rotateY(0deg);
}
.cid-szBkLwkfsJ .card-wrapper:hover .card-title a {
  color: #3e294e !important;
}
.cid-szBkLwkfsJ .text {
  color: #767676;
}
.cid-szBkLwkfsJ .card-title {
  color: #36404c;
}
.cid-szBkLwkfsJ .title {
  text-align: center;
}
.cid-szBkLw1ItS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f5f5f7;
}
.cid-szBkLw1ItS .card-img {
  position: relative;
  overflow: hidden;
}
.cid-szBkLw1ItS section {
  position: relative;
}
.cid-szBkLw1ItS a {
  font-weight: 600;
}
.cid-szBkLw1ItS .btn-sm {
  padding: 0.6rem 2.2rem;
}
.cid-szBkLw1ItS .box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 64%;
  background: #f5f5f7;
}
.cid-szBkLw1ItS .card-img:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  height: 100%;
  left: 0;
  background-color: #f5f5f7;
  opacity: 0;
  transform-origin: right center 0;
  transform: perspective(100px) rotateY(-120deg);
  transform-style: flat;
  transition: transform 0.5s ease-in-out, opacity 0.2s ease-in-out;
}
.cid-szBkLw1ItS .card-box {
  padding: 1rem;
  background-color: #ffffff;
  width: 85%;
  margin: auto;
  margin-top: -40px;
  position: relative;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  height: 80px;
  display: flex;
  align-items: center;
}
.cid-szBkLw1ItS .card-box h3 {
  font-weight: 600;
  width: 100%;
  display: inline-block;
  margin: 0;
}
.cid-szBkLw1ItS .card-wrapper {
  height: 100%;
}
.cid-szBkLw1ItS .card-wrapper:hover .card-img:before {
  opacity: 0.3;
  transform: perspective(100px) rotateY(0deg);
}
.cid-szBkLw1ItS .card-wrapper:hover .card-title a {
  color: #3e294e !important;
}
.cid-szBkLw1ItS .text {
  color: #767676;
}
.cid-szBkLw1ItS .card-title {
  color: #36404c;
}
.cid-szBkLw1ItS .title {
  text-align: center;
}
.cid-szBkLwFyKL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f5f5f7;
}
.cid-szBkLwFyKL .card-img {
  position: relative;
  overflow: hidden;
}
.cid-szBkLwFyKL section {
  position: relative;
}
.cid-szBkLwFyKL a {
  font-weight: 600;
}
.cid-szBkLwFyKL .btn-sm {
  padding: 0.6rem 2.2rem;
}
.cid-szBkLwFyKL .box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 64%;
  background: #f5f5f7;
}
.cid-szBkLwFyKL .card-img:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  height: 100%;
  left: 0;
  background-color: #f5f5f7;
  opacity: 0;
  transform-origin: right center 0;
  transform: perspective(100px) rotateY(-120deg);
  transform-style: flat;
  transition: transform 0.5s ease-in-out, opacity 0.2s ease-in-out;
}
.cid-szBkLwFyKL .card-box {
  padding: 1rem;
  background-color: #ffffff;
  width: 85%;
  margin: auto;
  margin-top: -40px;
  position: relative;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  height: 80px;
  display: flex;
  align-items: center;
}
.cid-szBkLwFyKL .card-box h3 {
  font-weight: 600;
  width: 100%;
  display: inline-block;
  margin: 0;
}
.cid-szBkLwFyKL .card-wrapper {
  height: 100%;
}
.cid-szBkLwFyKL .card-wrapper:hover .card-img:before {
  opacity: 0.3;
  transform: perspective(100px) rotateY(0deg);
}
.cid-szBkLwFyKL .card-wrapper:hover .card-title a {
  color: #3e294e !important;
}
.cid-szBkLwFyKL .text {
  color: #767676;
}
.cid-szBkLwFyKL .card-title {
  color: #36404c;
}
.cid-szBkLwFyKL .title {
  text-align: center;
}
.cid-szBkLx1Yne {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f5f5f7;
}
.cid-szBkLx1Yne .card-img {
  position: relative;
  overflow: hidden;
}
.cid-szBkLx1Yne section {
  position: relative;
}
.cid-szBkLx1Yne a {
  font-weight: 600;
}
.cid-szBkLx1Yne .btn-sm {
  padding: 0.6rem 2.2rem;
}
.cid-szBkLx1Yne .box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 64%;
  background: #f5f5f7;
}
.cid-szBkLx1Yne .card-img:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  height: 100%;
  left: 0;
  background-color: #f5f5f7;
  opacity: 0;
  transform-origin: right center 0;
  transform: perspective(100px) rotateY(-120deg);
  transform-style: flat;
  transition: transform 0.5s ease-in-out, opacity 0.2s ease-in-out;
}
.cid-szBkLx1Yne .card-box {
  padding: 1rem;
  background-color: #ffffff;
  width: 85%;
  margin: auto;
  margin-top: -40px;
  position: relative;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  height: 80px;
  display: flex;
  align-items: center;
}
.cid-szBkLx1Yne .card-box h3 {
  font-weight: 600;
  width: 100%;
  display: inline-block;
  margin: 0;
}
.cid-szBkLx1Yne .card-wrapper {
  height: 100%;
}
.cid-szBkLx1Yne .card-wrapper:hover .card-img:before {
  opacity: 0.3;
  transform: perspective(100px) rotateY(0deg);
}
.cid-szBkLx1Yne .card-wrapper:hover .card-title a {
  color: #3e294e !important;
}
.cid-szBkLx1Yne .text {
  color: #767676;
}
.cid-szBkLx1Yne .card-title {
  color: #36404c;
}
.cid-szBkLx1Yne .title {
  text-align: center;
}
.cid-szBkLvEtLm {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f5f5f7;
}
.cid-szBkLvEtLm .card-img {
  position: relative;
  overflow: hidden;
}
.cid-szBkLvEtLm section {
  position: relative;
}
.cid-szBkLvEtLm a {
  font-weight: 600;
}
.cid-szBkLvEtLm .btn-sm {
  padding: 0.6rem 2.2rem;
}
.cid-szBkLvEtLm .box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 64%;
  background: #f5f5f7;
}
.cid-szBkLvEtLm .card-img:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  height: 100%;
  left: 0;
  background-color: #f5f5f7;
  opacity: 0;
  transform-origin: right center 0;
  transform: perspective(100px) rotateY(-120deg);
  transform-style: flat;
  transition: transform 0.5s ease-in-out, opacity 0.2s ease-in-out;
}
.cid-szBkLvEtLm .card-box {
  padding: 1rem;
  background-color: #ffffff;
  width: 85%;
  margin: auto;
  margin-top: -40px;
  position: relative;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  height: 80px;
  display: flex;
  align-items: center;
}
.cid-szBkLvEtLm .card-box h3 {
  font-weight: 600;
  width: 100%;
  display: inline-block;
  margin: 0;
}
.cid-szBkLvEtLm .card-wrapper {
  height: 100%;
}
.cid-szBkLvEtLm .card-wrapper:hover .card-img:before {
  opacity: 0.3;
  transform: perspective(100px) rotateY(0deg);
}
.cid-szBkLvEtLm .card-wrapper:hover .card-title a {
  color: #3e294e !important;
}
.cid-szBkLvEtLm .text {
  color: #767676;
}
.cid-szBkLvEtLm .card-title {
  color: #36404c;
}
.cid-szBkLvEtLm .title {
  text-align: center;
}
.cid-szBkLxlAH6 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f5f5f7;
}
.cid-szBkLxlAH6 .card-img {
  position: relative;
  overflow: hidden;
}
.cid-szBkLxlAH6 section {
  position: relative;
}
.cid-szBkLxlAH6 a {
  font-weight: 600;
}
.cid-szBkLxlAH6 .btn-sm {
  padding: 0.6rem 2.2rem;
}
.cid-szBkLxlAH6 .box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 64%;
  background: #f5f5f7;
}
.cid-szBkLxlAH6 .card-img:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  height: 100%;
  left: 0;
  background-color: #f5f5f7;
  opacity: 0;
  transform-origin: right center 0;
  transform: perspective(100px) rotateY(-120deg);
  transform-style: flat;
  transition: transform 0.5s ease-in-out, opacity 0.2s ease-in-out;
}
.cid-szBkLxlAH6 .card-box {
  padding: 1rem;
  background-color: #ffffff;
  width: 85%;
  margin: auto;
  margin-top: -40px;
  position: relative;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  height: 80px;
  display: flex;
  align-items: center;
}
.cid-szBkLxlAH6 .card-box h3 {
  font-weight: 600;
  width: 100%;
  display: inline-block;
  margin: 0;
}
.cid-szBkLxlAH6 .card-wrapper {
  height: 100%;
}
.cid-szBkLxlAH6 .card-wrapper:hover .card-img:before {
  opacity: 0.3;
  transform: perspective(100px) rotateY(0deg);
}
.cid-szBkLxlAH6 .card-wrapper:hover .card-title a {
  color: #3e294e !important;
}
.cid-szBkLxlAH6 .text {
  color: #767676;
}
.cid-szBkLxlAH6 .card-title {
  color: #36404c;
}
.cid-szBkLxlAH6 .title {
  text-align: center;
}
.cid-szBkLxHVEP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f5f5f7;
}
.cid-szBkLxHVEP .mbr-text {
  position: relative;
}
.cid-szBkLxHVEP .mbr-text:before {
  color: #f5f5f7;
  content: "\201C";
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -0.4em;
  position: absolute;
  top: 10px;
  left: -2rem;
}
.cid-szBkLxHVEP img {
  object-fit: contain;
}
.cid-szBkLxHVEP .mbr-text:after {
  color: #f5f5f7;
  content: "\201D";
  font-size: 3em;
  line-height: 0.1em;
  vertical-align: -0.45em;
  position: absolute;
  bottom: 10px;
  right: -2rem;
}
@media (max-width: 767px) {
  .cid-szBkLxHVEP .mbr-text:after,
  .cid-szBkLxHVEP .mbr-text:before {
    display: none;
  }
}
.cid-szBkLxVDGJ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-szBkLxVDGJ .card-icon {
  font-size: 56px;
  color: #3e294e;
  transition: color 0.3s;
}
.cid-szBkLxVDGJ .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-szBkLxVDGJ .link-ico {
  font-size: 0.8rem;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 100%;
  padding: 0.5rem 0;
  font-weight: 900;
  padding-left: 9px;
  padding-right: 7px;
}
.cid-szBkLxVDGJ .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-szBkLxVDGJ .card {
  padding: 0 !important;
}
.cid-szBkLxVDGJ .card-wrapper {
  padding: 4rem;
  transition: background 0.3s;
}
.cid-szBkLxVDGJ .card-wrapper:hover {
  background: #3e294e;
}
.cid-szBkLxVDGJ .card-wrapper:hover .card-icon {
  color: #895aac;
}
.cid-szBkLxVDGJ .card-wrapper:hover .line {
  background: #895aac;
}
.cid-szBkLxVDGJ .card1 {
  background: #895aac;
}
.cid-szBkLxVDGJ .card2 {
  background: #8e61af;
}
.cid-szBkLxVDGJ .card3 {
  background: #9368b3;
}
.cid-szBkLxVDGJ .card4 {
  background: #986eb6;
}
.cid-szBkLxVDGJ .card5 {
  background: #9c75ba;
}
.cid-szBkLxVDGJ .card6 {
  background: #a17cbd;
}
.cid-szBkLxVDGJ .col-lg-x {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
@media (max-width: 767px) {
  .cid-szBkLxVDGJ .col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
