body {
  font-family: 'Noto Sans JP', sans-serif;
}
.display-1 {
  font-family: 'Lexend', sans-serif;
  font-size: 4.4rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.5rem;
}
.display-2 {
  font-family: 'Lexend', sans-serif;
  font-size: 2.8rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.5rem;
}
.display-4 {
  font-family: 'Lexend', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-5 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.8rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-7 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.52rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.08rem;
    font-size: calc( 2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    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))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #56667b !important;
}
.bg-success {
  background-color: #4a6586 !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary {
  background-color: #56667b !important;
  background: linear-gradient(90deg, #56667b 0%, #919ace 100%);
  border: none;
  transition: all 0.3s;
}
.btn-primary,
.btn-primary:active {
  background-color: #56667b;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #323c48;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #323c48;
}
.btn-primary:hover {
  transform: translateY(-3px);
}
.btn-secondary {
  background-color: #919ace !important;
  background: linear-gradient(90deg, #919ace 0%, #919ace 100%);
  border: none;
  transition: all 0.3s;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #919ace;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #5563b3;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #5563b3;
}
.btn-secondary:hover {
  transform: translateY(-3px);
}
.btn-info {
  background-color: #47b5ed !important;
  background: linear-gradient(90deg, #47b5ed 0%, #919ace 100%);
  border: none;
  transition: all 0.3s;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca;
}
.btn-info:hover {
  transform: translateY(-3px);
}
.btn-success {
  background-color: #4a6586 !important;
  background: linear-gradient(90deg, #4a6586 0%, #919ace 100%);
  border: none;
  transition: all 0.3s;
}
.btn-success,
.btn-success:active {
  background-color: #4a6586;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2b3b4e;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2b3b4e;
}
.btn-success:hover {
  transform: translateY(-3px);
}
.btn-warning {
  background-color: #ffe161 !important;
  background: linear-gradient(90deg, #ffe161 0%, #919ace 100%);
  border: none;
  transition: all 0.3s;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161;
  color: #614f00 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a;
}
.btn-warning:hover {
  transform: translateY(-3px);
}
.btn-danger {
  background-color: #ff9966 !important;
  background: linear-gradient(90deg, #ff9966 0%, #919ace 100%);
  border: none;
  transition: all 0.3s;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f;
}
.btn-danger:hover {
  transform: translateY(-3px);
}
.btn-white {
  background-color: #fafafa !important;
  background: linear-gradient(90deg, #fafafa 0%, #919ace 100%);
  border: none;
  transition: all 0.3s;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa;
  color: #7a7a7a !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf;
}
.btn-white:hover {
  transform: translateY(-3px);
}
.btn-black {
  background-color: #232323 !important;
  background: linear-gradient(90deg, #232323 0%, #919ace 100%);
  border: none;
  transition: all 0.3s;
}
.btn-black,
.btn-black:active {
  background-color: #232323;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000;
}
.btn-black:hover {
  transform: translateY(-3px);
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #56667b;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #323c48 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #56667b !important;
  border-color: #56667b !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #919ace;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #5563b3 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #919ace !important;
  border-color: #919ace !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #4a6586;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2b3b4e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #4a6586 !important;
  border-color: #4a6586 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #56667b !important;
}
.text-secondary {
  color: #919ace !important;
}
.text-success {
  color: #4a6586 !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #2c343f !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #4d5bac !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #263344 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #fafafa !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #56667b;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #56667b;
  border-color: #56667b;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #56667b;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #99a6b8;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #8fa5c1;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Lexend', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #56667b !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Lexend', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #56667b;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #56667b;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #56667b;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #56667b;
  border-bottom-color: #56667b;
}
.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: #56667b !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #919ace !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%2356667b' %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;
}
html,
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
@media (max-width: 445px) {
  .container-banner {
    height: 11.5rem!important;
  }
}
.cid-sz55TXuY2C {
  z-index: 1000;
  width: 100%;
}
.cid-sz55TXuY2C nav.navbar {
  position: fixed;
}
.cid-sz55TXuY2C .navbar-nav {
  margin: auto;
}
.cid-sz55TXuY2C .dropdown-item {
  color: #000000 !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-sz55TXuY2C .dropdown-item:hover,
.cid-sz55TXuY2C .dropdown-item:focus {
  background: #56667b !important;
  color: white !important;
}
.cid-sz55TXuY2C .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sz55TXuY2C .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sz55TXuY2C .navbar-short,
.cid-sz55TXuY2C .opened {
  background: #ffffff !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-sz55TXuY2C .navbar-short .nav-link,
.cid-sz55TXuY2C .opened .nav-link,
.cid-sz55TXuY2C .navbar-short .navbar-caption,
.cid-sz55TXuY2C .opened .navbar-caption,
.cid-sz55TXuY2C .navbar-short .mbr-iconfont,
.cid-sz55TXuY2C .opened .mbr-iconfont {
  color: #000000 !important;
}
.cid-sz55TXuY2C .navbar-short .hamburger span,
.cid-sz55TXuY2C .opened .hamburger span {
  background-color: #000000 !important;
}
.cid-sz55TXuY2C .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-sz55TXuY2C .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sz55TXuY2C .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sz55TXuY2C .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sz55TXuY2C .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sz55TXuY2C .container {
  display: flex;
  margin: auto;
}
.cid-sz55TXuY2C .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sz55TXuY2C .dropdown-menu,
.cid-sz55TXuY2C .navbar.opened {
  background: #ffffff !important;
}
.cid-sz55TXuY2C .nav-item:focus,
.cid-sz55TXuY2C .nav-link:focus {
  outline: none;
}
.cid-sz55TXuY2C .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sz55TXuY2C .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sz55TXuY2C .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sz55TXuY2C .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sz55TXuY2C .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sz55TXuY2C .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sz55TXuY2C .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0.6);
}
.cid-sz55TXuY2C .navbar.opened {
  transition: all 0.3s;
}
.cid-sz55TXuY2C .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sz55TXuY2C .navbar .navbar-logo img {
  width: auto;
}
.cid-sz55TXuY2C .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sz55TXuY2C .navbar.collapsed {
  justify-content: center;
}
.cid-sz55TXuY2C .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sz55TXuY2C .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sz55TXuY2C .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sz55TXuY2C .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sz55TXuY2C .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sz55TXuY2C .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sz55TXuY2C .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sz55TXuY2C .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sz55TXuY2C .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sz55TXuY2C .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sz55TXuY2C .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sz55TXuY2C .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sz55TXuY2C .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sz55TXuY2C .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sz55TXuY2C .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sz55TXuY2C .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sz55TXuY2C .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sz55TXuY2C .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sz55TXuY2C .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sz55TXuY2C .navbar.navbar-short {
  min-height: 60px;
}
.cid-sz55TXuY2C .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sz55TXuY2C .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sz55TXuY2C .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sz55TXuY2C .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sz55TXuY2C .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sz55TXuY2C .dropdown-item.active,
.cid-sz55TXuY2C .dropdown-item:active {
  background-color: transparent;
}
.cid-sz55TXuY2C .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sz55TXuY2C .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sz55TXuY2C .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sz55TXuY2C .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sz55TXuY2C .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sz55TXuY2C .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sz55TXuY2C ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sz55TXuY2C .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sz55TXuY2C button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sz55TXuY2C button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sz55TXuY2C button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sz55TXuY2C button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sz55TXuY2C button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sz55TXuY2C button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sz55TXuY2C nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sz55TXuY2C nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sz55TXuY2C nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sz55TXuY2C nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sz55TXuY2C .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sz55TXuY2C a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sz55TXuY2C .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sz55TXuY2C .navbar {
    height: 70px;
  }
  .cid-sz55TXuY2C .navbar.opened {
    height: auto;
  }
  .cid-sz55TXuY2C .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sz55TXuY2C a {
  color: #0000ff;
}
.cid-sz55TXuY2C a:hover {
  text-decoration: underline;
  color: red;
}
.cid-tU76tAoTfX {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/img-20240615-83614220-826x465.jpg");
}
.cid-tU76tAoTfX img {
  width: 100%;
  border-radius: 30px;
}
.cid-tU76tAoTfX .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 6rem 3rem;
  margin: 0;
  z-index: 1;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-tU76tAoTfX .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-tU76tAoTfX .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  pointer-events: none;
  border: 2px solid white;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-tU76tAoTfX .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tU76tAoTfX .mbr-section-title {
  color: #5e71db;
}
.cid-tU76tAoTfX .mbr-text,
.cid-tU76tAoTfX .mbr-section-btn {
  color: #ffffff;
}
.cid-tU76tAoTfX .mbr-section-subtitle {
  color: #263d5a;
}
.cid-tU76tAoTfX h1 {
  font-size: 28px;
}
.cid-tU76tAoTfX a {
  color: #0000FF;
  font-size: 30px;
}
.cid-tU76tAoTfX a:hover {
  text-decoration: underline;
  color: RED;
}
.cid-tU76tAoTfX H1 {
  color: #ffffff;
}
.cid-tU76tAoTfX h20 {
  font-size: 18px;
  color: #FFFFFF;
}
.cid-uEjteVLl65 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/slide3-2-1600x1080.jpg");
}
.cid-uEjteVLl65 .mbr-overlay {
  background-color: #a148ff;
  opacity: 0.8;
}
.cid-uEjteVLl65 input,
.cid-uEjteVLl65 textarea {
  opacity: 0.7;
  border-radius: 10px;
}
.cid-uEjteVLl65 input:hover,
.cid-uEjteVLl65 textarea:hover {
  border-color: transparent!important;
}
.cid-uEjteVLl65 .btn {
  border-radius: 2rem;
  padding: 1rem 3rem;
  width: -webkit-fill-available;
}
.cid-uEjteVLl65 h4 {
  margin-bottom: 3rem;
}
.cid-uEjteVLl65 .col-auto {
  width: 100%;
}
.cid-uEjteVLl65 textarea {
  min-height: 250px;
}
.cid-uEjteVLl65 .mbr-form {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 7rem 3rem;
  margin: 0;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uEjteVLl65 .mbr-form {
    padding: 2rem 1rem;
  }
}
.cid-uEjteVLl65 .mbr-form:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid white;
  border-radius: 30px;
  pointer-events: none;
}
.cid-uEjteVLl65 H4 {
  color: #263d5a;
}
.cid-uEjteVLl65 a {
  color: black;
  Font-size: 50px;
}
.cid-uEjteVLl65 a:hover {
  text-decoration: underline;
  color: white;
  Font-size: 50px;
}
.cid-uEjteVLl65 .section-content-title {
  color: #263d5a;
}
.cid-uEjteVLl65 H5 {
  color: #FFFFFF;
  font-size: 40px;
}
.cid-uEjteVLl65 H6 {
  color: #FFFFFF;
  font-size: 30px;
}
.cid-uEjteVLl65 H7 {
  color: #FFFFFF;
  font-size: 22px;
}
.cid-uEjteVLl65 P {
  color: #ffffff;
}
.cid-sHMowLRa6r {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #9fdbf8;
}
.cid-sHMowLRa6r .left-side {
  text-align: left;
  padding-left: 5rem;
}
.cid-sHMowLRa6r .row {
  align-items: center;
}
.cid-sHMowLRa6r .mbr-section-title {
  margin: 0 15px 10px;
  color: #0c5b47;
}
@media (max-width: 690px) {
  .cid-sHMowLRa6r .mbr-section-title {
    margin-top: 25px;
  }
  .cid-sHMowLRa6r .left-side {
    padding-right: 15px;
    padding-left: 15px;
  }
  .cid-sHMowLRa6r .right-side {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.cid-sHMowLRa6r .mbr-iconfont {
  font-size: 80px;
  color: #0c5b47;
}
.cid-sHMowLRa6r .iconfont-wrapper {
  margin-bottom: 13px;
}
.cid-sHMowLRa6r .desc {
  padding: 0 15px 30px;
  color: #820cfe;
}
.cid-sHMowLRa6r .desc1 {
  padding-bottom: 1px;
  padding-right: 3.75rem;
}
.cid-sHMowLRa6r .desc2 {
  font-style: italic;
  color: #fff0b0;
}
.cid-sHMowLRa6r .desc1,
.cid-sHMowLRa6r .iconfont-wrapper {
  color: #0c5b47;
}
@media (min-width: 960px) {
  .cid-sHMowLRa6r .bord {
    border-right: 1px solid #c0c0c0;
  }
}
.cid-sHMowLRa6r .col-auto {
  display: inline-block;
}
@media (max-width: 990px) {
  .cid-sHMowLRa6r .left-side {
    padding-left: 0;
    padding-top: 20px;
  }
  .cid-sHMowLRa6r .desc1 {
    padding-right: 0;
  }
  .cid-sHMowLRa6r .mbr-iconfont {
    font-size: 60px;
  }
  .cid-sHMowLRa6r .container-fluid {
    padding: 0 15px;
  }
}
@media (min-width: 320px) {
  .cid-sHMowLRa6r .top {
    margin-top: 20px;
  }
}
@media (max-width: 770px) {
  .cid-sHMowLRa6r .left-side {
    padding: 25px 0;
    text-align: center;
  }
  .cid-sHMowLRa6r .desc {
    text-align: left;
  }
  .cid-sHMowLRa6r .desc1 {
    padding-right: 0;
  }
  .cid-sHMowLRa6r .mbr-iconfont {
    font-size: 60px;
  }
  .cid-sHMowLRa6r .container-fluid {
    padding: 0 15px;
  }
  .cid-sHMowLRa6r .mbr-section-title {
    text-align: left;
  }
}
.cid-sHMowLRa6r a {
  color: #0000FF;
  font-size: 30px;
}
.cid-sHMowLRa6r a:hover {
  text-decoration: underline;
  color: RED;
}
.cid-sHMowLRa6r h1 {
  font-size: 28px;
  color: white;
}
.cid-sz58oYjBZ7 {
  padding-top: 0rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/slide3-1600x1080.jpg");
}
.cid-sz58oYjBZ7 .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 3.5rem;
  color: #263d5a;
  margin-bottom: 1rem;
  border-radius: 50%;
  overflow: visible;
}
.cid-sz58oYjBZ7 .image-wrapper {
  height: 100%;
}
@media (max-width: 992px) {
  .cid-sz58oYjBZ7 .image-wrapper {
    padding-bottom: 2rem;
  }
}
.cid-sz58oYjBZ7 img {
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
}
.cid-sz58oYjBZ7 .glass {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 2rem 1rem;
  margin: 0;
  overflow: visible;
  position: relative;
}
@media (max-width: 767px) {
  .cid-sz58oYjBZ7 .glass {
    padding: 1rem 0rem;
  }
}
.cid-sz58oYjBZ7 .glass:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid white;
  border-radius: 30px;
  pointer-events: none;
}
.cid-sz58oYjBZ7 .card-wrapper {
  overflow: visible;
  margin-bottom: 2rem;
}
.cid-sz58oYjBZ7 .card-text {
  color: #46044d;
}
.cid-sz58oYjBZ7 .card-title,
.cid-sz58oYjBZ7 .iconfont-wrapper {
  color: #263d5a;
}
.cid-sz58oYjBZ7 .mbr-section-subtitle {
  color: #676597;
}
.cid-sz58oYjBZ7 .mbr-section-title {
  color: #263d5a;
}
@media (max-width: 992px) {
  .cid-sz58oYjBZ7 .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sz58oYjBZ7 a {
  color: #0000ff;
}
.cid-sz58oYjBZ7 a:hover {
  text-decoration: underline;
  color: white;
}
.cid-ujzBXGaayi {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/background7.jpg");
}
.cid-ujzBXGaayi .row {
  max-width: 800px;
  margin: auto;
}
.cid-ujzBXGaayi .btn {
  width: -webkit-fill-available;
}
.cid-ujzBXGaayi .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 3rem 3rem;
  overflow: visible;
  position: relative;
}
@media (max-width: 767px) {
  .cid-ujzBXGaayi .card-wrapper {
    padding: 2rem 0rem;
  }
}
@media (max-width: 992px) {
  .cid-ujzBXGaayi .card-wrapper {
    margin-left: 0rem;
  }
}
.cid-ujzBXGaayi .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid white;
  border-radius: 30px;
  pointer-events: none;
}
.cid-ujzBXGaayi .mbr-section-title {
  color: #5e71db;
  text-align: center;
}
.cid-ujzBXGaayi .mbr-text {
  color: #5e71db;
}
.cid-ujzBXGaayi .mbr-section-subtitle {
  color: #dc5118;
}
.cid-ujzBXGaayi .mbr-section-title DIV {
  text-align: center;
}
.cid-ujzBXGaayi a {
  color: #0000ff;
}
.cid-ujzBXGaayi a:hover {
  text-decoration: underline;
  color: white;
}
.cid-sHMe6sxfOd {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/img-20240615-83633004-2000x1125.jpg");
}
.cid-sHMe6sxfOd .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sHMe6sxfOd .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sHMe6sxfOd .row {
    text-align: center;
  }
  .cid-sHMe6sxfOd .social-row {
    justify-content: center;
  }
}
.cid-sHMe6sxfOd .list {
  list-style: none;
  padding-left: 0;
  font-weight: bold;
  color: #98dee8;
}
@media (max-width: 991px) {
  .cid-sHMe6sxfOd .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sHMe6sxfOd .list {
    margin-bottom: 0rem;
  }
}
.cid-sHMe6sxfOd ul {
  padding-bottom: 4.37rem;
}
.cid-sHMe6sxfOd .footer-logo {
  margin-bottom: 1.87rem;
}
.cid-sHMe6sxfOd .footer-logo img {
  width: auto;
  object-fit: contain;
}
@media (max-width: 546px) {
  .cid-sHMe6sxfOd .footer-logo img {
    width: 100%;
  }
}
.cid-sHMe6sxfOd a.text-warning:hover,
.cid-sHMe6sxfOd a.mbr-white:hover {
  color: #fff !important;
}
.cid-sHMe6sxfOd h14 {
  font-size: 14px;
  color: #FFFFFF;
}
.cid-sHMe6sxfOd a {
  color: #FFFFFF;
  font-size: 32px;
}
.cid-sHMe6sxfOd a:hover {
  text-decoration: underline;
  color: #800000;
}
.cid-sHMe6sxfOd .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-sHMe6sxfOd H9 {
  font-size: 40px;
}
.cid-tJw66OXJ3S {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background6.jpg");
}
.cid-tJw66OXJ3S .mbr-section-title {
  color: #ffffff;
}
.cid-tJw66OXJ3S .mbr-text,
.cid-tJw66OXJ3S .mbr-section-btn {
  color: #ffffff;
}
.cid-tJw66OXJ3S .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tJw6rMRESa {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tJw6rMRESa .card {
  padding: 5rem 20%;
  background: #9fdbf8;
  border-radius: 0;
  display: flex;
  flex-direction: column;
}
.cid-tJw6rMRESa .lin {
  display: inline;
  text-align: center;
  color: #0c5b47;
}
.cid-tJw6rMRESa .mbr-iconfont {
  font-size: 50px;
  color: #0c5b47;
}
.cid-tJw6rMRESa .iconfont-wrapper {
  padding-bottom: 10px;
  text-align: center;
}
.cid-tJw6rMRESa .mbr-section-subtitle {
  padding-top: 15px;
  text-align: center;
  color: #0c5b47;
  font-style: italic;
}
.cid-tJw6sG5N2G {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background5-1.jpg");
}
.cid-tJw6sG5N2G .container {
  margin-right: 0rem;
  max-width: 1500px;
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .cid-tJw6sG5N2G .container {
    padding: 0 1rem;
  }
}
.cid-tJw6sG5N2G .item-wrapper {
  height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  border-radius: 30px;
  flex-flow: column nowrap;
  padding: 2rem;
}
.cid-tJw6sG5N2G .item-wrapper:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  z-index: 1;
  width: 100%;
  pointer-events: none;
  height: 100%;
  background: black;
  transition: all 0.3s;
  opacity: 0;
}
.cid-tJw6sG5N2G .item-wrapper:hover .item-content {
  opacity: 1;
  transform: translateY(0px);
}
.cid-tJw6sG5N2G .item-wrapper:hover .item-img {
  transform: scale(1.1);
}
.cid-tJw6sG5N2G .item-wrapper:hover:before {
  opacity: 0.5;
}
@media (max-width: 767px) {
  .cid-tJw6sG5N2G .item-wrapper .item-content {
    opacity: 1;
    transform: translateY(0px);
  }
  .cid-tJw6sG5N2G .item-wrapper .item-img {
    transform: scale(1.1);
  }
  .cid-tJw6sG5N2G .item-wrapper:before {
    opacity: 0.5;
  }
}
.cid-tJw6sG5N2G .item-img {
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
  height: 100%;
  width: 100%;
  z-index: 0;
}
.cid-tJw6sG5N2G .item-img img {
  object-fit: cover;
  height: 100%;
}
.cid-tJw6sG5N2G .item-content {
  z-index: 3;
  opacity: 0;
  transition: all 0.3s;
  transform: translateY(5px);
  position: relative;
}
.cid-tJw6sG5N2G .item:focus,
.cid-tJw6sG5N2G span:focus {
  outline: none;
}
.cid-tJw6sG5N2G .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tJw6sG5N2G .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tJw6sG5N2G .mbr-section-title {
  color: #2f5273;
  text-align: center;
}
.cid-tJw6sG5N2G .mbr-text,
.cid-tJw6sG5N2G .mbr-section-btn {
  color: #ffffff;
}
.cid-tJw6sG5N2G .item-title {
  color: #ffffff;
}
.cid-tJw6sG5N2G .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-tJw6sG5N2G .mbr-section-subtitle {
  color: #676597;
  text-align: center;
}
.cid-tJw6tkAX3L {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background5-1.jpg");
}
.cid-tJw6tkAX3L .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-tJw6tkAX3L .row {
  justify-content: center;
}
.cid-tJw6tkAX3L .card-text {
  color: #263d5a;
}
.cid-tJw6tkAX3L .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  margin: 0;
  padding: 1rem;
  overflow: visible;
  position: relative;
  justify-content: center;
}
.cid-tJw6tkAX3L .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid white;
  border-radius: 30px;
  pointer-events: none;
}
.cid-tJw6tkAX3L .inner {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  padding: 2rem 1rem;
  box-shadow: none;
  backdrop-filter: blur(0px);
}
.cid-tJw6tkAX3L .card-box {
  padding: 1rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 992px) {
  .cid-tJw6tkAX3L .card {
    padding-bottom: 2rem;
  }
}
.cid-tJw6tkAX3L .card-title,
.cid-tJw6tkAX3L .iconfont-wrapper {
  color: #263d5a;
}
.cid-tJw6tkAX3L .card-subtitle {
  color: #263d5a;
}
.cid-tJw90dvoMi {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background5-1.jpg");
}
.cid-tJw90dvoMi .container {
  margin-right: 0rem;
  max-width: 1500px;
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .cid-tJw90dvoMi .container {
    padding: 0 1rem;
  }
}
.cid-tJw90dvoMi .item-wrapper {
  height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  border-radius: 30px;
  flex-flow: column nowrap;
  padding: 2rem;
}
.cid-tJw90dvoMi .item-wrapper:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  z-index: 1;
  width: 100%;
  pointer-events: none;
  height: 100%;
  background: black;
  transition: all 0.3s;
  opacity: 0;
}
.cid-tJw90dvoMi .item-wrapper:hover .item-content {
  opacity: 1;
  transform: translateY(0px);
}
.cid-tJw90dvoMi .item-wrapper:hover .item-img {
  transform: scale(1.1);
}
.cid-tJw90dvoMi .item-wrapper:hover:before {
  opacity: 0.5;
}
@media (max-width: 767px) {
  .cid-tJw90dvoMi .item-wrapper .item-content {
    opacity: 1;
    transform: translateY(0px);
  }
  .cid-tJw90dvoMi .item-wrapper .item-img {
    transform: scale(1.1);
  }
  .cid-tJw90dvoMi .item-wrapper:before {
    opacity: 0.5;
  }
}
.cid-tJw90dvoMi .item-img {
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
  height: 100%;
  width: 100%;
  z-index: 0;
}
.cid-tJw90dvoMi .item-img img {
  object-fit: cover;
  height: 100%;
}
.cid-tJw90dvoMi .item-content {
  z-index: 3;
  opacity: 0;
  transition: all 0.3s;
  transform: translateY(5px);
  position: relative;
}
.cid-tJw90dvoMi .item:focus,
.cid-tJw90dvoMi span:focus {
  outline: none;
}
.cid-tJw90dvoMi .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tJw90dvoMi .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tJw90dvoMi .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-tJw90dvoMi .mbr-text,
.cid-tJw90dvoMi .mbr-section-btn {
  color: #ffffff;
}
.cid-tJw90dvoMi .item-title {
  color: #ffffff;
}
.cid-tJw6vbqP00 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background5-1.jpg");
}
.cid-tJw6vbqP00 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-tJw6vbqP00 .row {
  justify-content: center;
}
.cid-tJw6vbqP00 .card-text {
  color: #263d5a;
}
.cid-tJw6vbqP00 .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  margin: 0;
  padding: 1rem;
  overflow: visible;
  position: relative;
  justify-content: center;
}
.cid-tJw6vbqP00 .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid white;
  border-radius: 30px;
  pointer-events: none;
}
.cid-tJw6vbqP00 .inner {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  padding: 2rem 1rem;
  box-shadow: none;
  backdrop-filter: blur(0px);
}
.cid-tJw6vbqP00 .card-box {
  padding: 1rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 992px) {
  .cid-tJw6vbqP00 .card {
    padding-bottom: 2rem;
  }
}
.cid-tJw6vbqP00 .card-title,
.cid-tJw6vbqP00 .iconfont-wrapper {
  color: #263d5a;
}
.cid-tJw6vbqP00 .card-subtitle {
  color: #263d5a;
}
.cid-tJw6uszSsC {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background5-1.jpg");
}
.cid-tJw6uszSsC .container {
  margin-right: 0rem;
  max-width: 1500px;
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .cid-tJw6uszSsC .container {
    padding: 0 1rem;
  }
}
.cid-tJw6uszSsC .item-wrapper {
  height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  border-radius: 30px;
  flex-flow: column nowrap;
  padding: 2rem;
}
.cid-tJw6uszSsC .item-wrapper:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  z-index: 1;
  width: 100%;
  pointer-events: none;
  height: 100%;
  background: black;
  transition: all 0.3s;
  opacity: 0;
}
.cid-tJw6uszSsC .item-wrapper:hover .item-content {
  opacity: 1;
  transform: translateY(0px);
}
.cid-tJw6uszSsC .item-wrapper:hover .item-img {
  transform: scale(1.1);
}
.cid-tJw6uszSsC .item-wrapper:hover:before {
  opacity: 0.5;
}
@media (max-width: 767px) {
  .cid-tJw6uszSsC .item-wrapper .item-content {
    opacity: 1;
    transform: translateY(0px);
  }
  .cid-tJw6uszSsC .item-wrapper .item-img {
    transform: scale(1.1);
  }
  .cid-tJw6uszSsC .item-wrapper:before {
    opacity: 0.5;
  }
}
.cid-tJw6uszSsC .item-img {
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
  height: 100%;
  width: 100%;
  z-index: 0;
}
.cid-tJw6uszSsC .item-img img {
  object-fit: cover;
  height: 100%;
}
.cid-tJw6uszSsC .item-content {
  z-index: 3;
  opacity: 0;
  transition: all 0.3s;
  transform: translateY(5px);
  position: relative;
}
.cid-tJw6uszSsC .item:focus,
.cid-tJw6uszSsC span:focus {
  outline: none;
}
.cid-tJw6uszSsC .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tJw6uszSsC .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tJw6uszSsC .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-tJw6uszSsC .mbr-text,
.cid-tJw6uszSsC .mbr-section-btn {
  color: #ffffff;
}
.cid-tJw6uszSsC .item-title {
  color: #ffffff;
}
.cid-tJw76QQnz8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background5-1.jpg");
}
.cid-tJw76QQnz8 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-tJw76QQnz8 .row {
  justify-content: center;
}
.cid-tJw76QQnz8 .card-text {
  color: #263d5a;
}
.cid-tJw76QQnz8 .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  margin: 0;
  padding: 1rem;
  overflow: visible;
  position: relative;
  justify-content: center;
}
.cid-tJw76QQnz8 .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid white;
  border-radius: 30px;
  pointer-events: none;
}
.cid-tJw76QQnz8 .inner {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  padding: 2rem 1rem;
  box-shadow: none;
  backdrop-filter: blur(0px);
}
.cid-tJw76QQnz8 .card-box {
  padding: 1rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 992px) {
  .cid-tJw76QQnz8 .card {
    padding-bottom: 2rem;
  }
}
.cid-tJw76QQnz8 .card-title,
.cid-tJw76QQnz8 .iconfont-wrapper {
  color: #263d5a;
}
.cid-tJw76QQnz8 .card-subtitle {
  color: #263d5a;
}
.cid-tJw76QQnz8 a:hover {
  text-decoration: underline;
  color: red;
}
.cid-uh0WbR2XRS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uh0WbR2XRS .row {
    flex-direction: column-reverse;
  }
}
.cid-uh0WbR2XRS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uh0WbR2XRS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uh0WbR2XRS .mbr-section-btn .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-left: 28px;
  box-shadow: none;
}
.cid-uh0WbR2XRS .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-uh0WbR2XRS .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-uh0WbR2XRS .mbr-section-btn .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #ffffff;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-uh0WbR2XRS .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #56667b !important;
}
.cid-uh0WbR2XRS .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-uh0WbR2XRS .text-wrapper {
  margin-left: 160px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uh0WbR2XRS .text-wrapper {
    margin: 0 30px;
  }
}
.cid-uh0WbR2XRS .text-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-uh0WbR2XRS .text-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
@media (max-width: 768px) {
  .cid-uh0WbR2XRS .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uh0WbR2XRS .image-wrapper {
  margin-left: 200px;
}
@media (max-width: 992px) {
  .cid-uh0WbR2XRS .image-wrapper {
    margin: 0 30px 30px;
  }
}
.cid-uh0WbR2XRS .image-wrapper img {
  width: 100%;
  min-height: 760px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uh0WbR2XRS .image-wrapper img {
    min-height: 650px;
  }
}
@media (max-width: 768px) {
  .cid-uh0WbR2XRS .image-wrapper img {
    min-height: 100%;
  }
}
.cid-uh0WbR2XRS .mbr-section-title {
  color: #000000;
}
.cid-uh0WbR2XRS .mbr-text {
  color: #000000;
}
.cid-uh0WbR2XRS .mbr-section-title,
.cid-uh0WbR2XRS .mbr-section-btn {
  color: #820cfe;
}
.cid-uh0DazRQn9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uh0DazRQn9 .item-img {
  position: relative;
}
.cid-uh0DazRQn9 .item-img img {
  transition: all 0.2s;
}
.cid-uh0DazRQn9 h5 {
  line-height: 1.2;
}
.cid-uh0DazRQn9 .item {
  transition: transform 0.3s;
}
.cid-uh0DazRQn9 .item:hover {
  cursor: pointer;
  transform: translateY(-6px);
}
.cid-uh0DazRQn9 .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-uh0DazRQn9 .item:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-uh0DazRQn9 .item {
    margin-bottom: 2rem;
  }
}
.cid-uh0DazRQn9 .mbr-section-subtitle {
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
  background: #56667b;
}
@media (max-width: 992px) {
  .cid-uh0DazRQn9 .subtitle-wrap,
  .cid-uh0DazRQn9 .mbr-section-subtitle {
    text-align: center;
  }
}
.cid-uh0DazRQn9 .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
}
.cid-uh0DazRQn9 .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uh0DazRQn9 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uh0DazRQn9 .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-uh0DazRQn9 .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-uh0DazRQn9 .link-icon-wrapper .icon-wrap {
  background: #ffffff;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-uh0DazRQn9 .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uh0DazRQn9 .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-uh0DazRQn9 .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-uh0DazRQn9 .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-uh0DazRQn9 .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-uh0DazRQn9 .item-content {
  padding: 0.5rem;
  padding-top: 1rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uh0DazRQn9 .item-content {
    padding: 0 0.5rem;
    padding-top: 1rem;
  }
}
.cid-uh0DazRQn9 img,
.cid-uh0DazRQn9 .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uh0DazRQn9 .item:focus,
.cid-uh0DazRQn9 span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-uh0DazRQn9 .item {
    margin-bottom: 1rem;
  }
}
.cid-uh0DazRQn9 .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uh0DazRQn9 .item-title {
  text-align: left;
  color: #820cfe;
}
.cid-uh0DazRQn9 .item-subtitle {
  text-align: left;
  color: #000000;
}
.cid-uh0DazRQn9 .mbr-text,
.cid-uh0DazRQn9 .item .mbr-section-btn {
  color: #000000;
}
.cid-uh0DazRQn9 .mbr-section-subtitle,
.cid-uh0DazRQn9 .subtitle-wrap,
.cid-uh0DazRQn9 .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uh0EszGWsl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uh0EszGWsl .item-img {
  position: relative;
}
.cid-uh0EszGWsl .item-img img {
  transition: all 0.2s;
}
.cid-uh0EszGWsl h5 {
  line-height: 1.2;
}
.cid-uh0EszGWsl .item {
  transition: transform 0.3s;
}
.cid-uh0EszGWsl .item:hover {
  cursor: pointer;
  transform: translateY(-6px);
}
.cid-uh0EszGWsl .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-uh0EszGWsl .item:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-uh0EszGWsl .item {
    margin-bottom: 2rem;
  }
}
.cid-uh0EszGWsl .mbr-section-subtitle {
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
  background: #56667b;
}
@media (max-width: 992px) {
  .cid-uh0EszGWsl .subtitle-wrap,
  .cid-uh0EszGWsl .mbr-section-subtitle {
    text-align: center;
  }
}
.cid-uh0EszGWsl .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
}
.cid-uh0EszGWsl .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uh0EszGWsl .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uh0EszGWsl .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-uh0EszGWsl .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-uh0EszGWsl .link-icon-wrapper .icon-wrap {
  background: #ffffff;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-uh0EszGWsl .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uh0EszGWsl .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-uh0EszGWsl .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-uh0EszGWsl .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-uh0EszGWsl .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-uh0EszGWsl .item-content {
  padding: 0.5rem;
  padding-top: 1rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uh0EszGWsl .item-content {
    padding: 0 0.5rem;
    padding-top: 1rem;
  }
}
.cid-uh0EszGWsl img,
.cid-uh0EszGWsl .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uh0EszGWsl .item:focus,
.cid-uh0EszGWsl span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-uh0EszGWsl .item {
    margin-bottom: 1rem;
  }
}
.cid-uh0EszGWsl .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uh0EszGWsl .item-title {
  text-align: left;
  color: #820cfe;
}
.cid-uh0EszGWsl .item-subtitle {
  text-align: left;
  color: #000000;
}
.cid-uh0EszGWsl .mbr-text,
.cid-uh0EszGWsl .item .mbr-section-btn {
  color: #000000;
}
.cid-uh0EszGWsl .mbr-section-subtitle,
.cid-uh0EszGWsl .subtitle-wrap,
.cid-uh0EszGWsl .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uh0F1kVTyP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uh0F1kVTyP .item-img {
  position: relative;
}
.cid-uh0F1kVTyP .item-img img {
  transition: all 0.2s;
}
.cid-uh0F1kVTyP h5 {
  line-height: 1.2;
}
.cid-uh0F1kVTyP .item {
  transition: transform 0.3s;
}
.cid-uh0F1kVTyP .item:hover {
  cursor: pointer;
  transform: translateY(-6px);
}
.cid-uh0F1kVTyP .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-uh0F1kVTyP .item:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-uh0F1kVTyP .item {
    margin-bottom: 2rem;
  }
}
.cid-uh0F1kVTyP .mbr-section-subtitle {
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
  background: #56667b;
}
@media (max-width: 992px) {
  .cid-uh0F1kVTyP .subtitle-wrap,
  .cid-uh0F1kVTyP .mbr-section-subtitle {
    text-align: center;
  }
}
.cid-uh0F1kVTyP .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
}
.cid-uh0F1kVTyP .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uh0F1kVTyP .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uh0F1kVTyP .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-uh0F1kVTyP .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-uh0F1kVTyP .link-icon-wrapper .icon-wrap {
  background: #ffffff;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-uh0F1kVTyP .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uh0F1kVTyP .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-uh0F1kVTyP .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-uh0F1kVTyP .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-uh0F1kVTyP .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-uh0F1kVTyP .item-content {
  padding: 0.5rem;
  padding-top: 1rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uh0F1kVTyP .item-content {
    padding: 0 0.5rem;
    padding-top: 1rem;
  }
}
.cid-uh0F1kVTyP img,
.cid-uh0F1kVTyP .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uh0F1kVTyP .item:focus,
.cid-uh0F1kVTyP span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-uh0F1kVTyP .item {
    margin-bottom: 1rem;
  }
}
.cid-uh0F1kVTyP .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uh0F1kVTyP .item-title {
  text-align: left;
  color: #820cfe;
}
.cid-uh0F1kVTyP .item-subtitle {
  text-align: left;
  color: #000000;
}
.cid-uh0F1kVTyP .mbr-text,
.cid-uh0F1kVTyP .item .mbr-section-btn {
  color: #000000;
}
.cid-uh0F1kVTyP .mbr-section-subtitle,
.cid-uh0F1kVTyP .subtitle-wrap,
.cid-uh0F1kVTyP .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uh0FANHMdU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uh0FANHMdU .item-img {
  position: relative;
}
.cid-uh0FANHMdU .item-img img {
  transition: all 0.2s;
}
.cid-uh0FANHMdU h5 {
  line-height: 1.2;
}
.cid-uh0FANHMdU .item {
  transition: transform 0.3s;
}
.cid-uh0FANHMdU .item:hover {
  cursor: pointer;
  transform: translateY(-6px);
}
.cid-uh0FANHMdU .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-uh0FANHMdU .item:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-uh0FANHMdU .item {
    margin-bottom: 2rem;
  }
}
.cid-uh0FANHMdU .mbr-section-subtitle {
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
  background: #56667b;
}
@media (max-width: 992px) {
  .cid-uh0FANHMdU .subtitle-wrap,
  .cid-uh0FANHMdU .mbr-section-subtitle {
    text-align: center;
  }
}
.cid-uh0FANHMdU .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
}
.cid-uh0FANHMdU .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uh0FANHMdU .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uh0FANHMdU .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-uh0FANHMdU .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-uh0FANHMdU .link-icon-wrapper .icon-wrap {
  background: #ffffff;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-uh0FANHMdU .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uh0FANHMdU .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-uh0FANHMdU .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-uh0FANHMdU .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-uh0FANHMdU .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-uh0FANHMdU .item-content {
  padding: 0.5rem;
  padding-top: 1rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uh0FANHMdU .item-content {
    padding: 0 0.5rem;
    padding-top: 1rem;
  }
}
.cid-uh0FANHMdU img,
.cid-uh0FANHMdU .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uh0FANHMdU .item:focus,
.cid-uh0FANHMdU span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-uh0FANHMdU .item {
    margin-bottom: 1rem;
  }
}
.cid-uh0FANHMdU .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uh0FANHMdU .item-title {
  text-align: left;
  color: #820cfe;
}
.cid-uh0FANHMdU .item-subtitle {
  text-align: left;
  color: #000000;
}
.cid-uh0FANHMdU .mbr-text,
.cid-uh0FANHMdU .item .mbr-section-btn {
  color: #000000;
}
.cid-uh0FANHMdU .mbr-section-subtitle,
.cid-uh0FANHMdU .subtitle-wrap,
.cid-uh0FANHMdU .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uh0GqKGesn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uh0GqKGesn .item-img {
  position: relative;
}
.cid-uh0GqKGesn .item-img img {
  transition: all 0.2s;
}
.cid-uh0GqKGesn h5 {
  line-height: 1.2;
}
.cid-uh0GqKGesn .item {
  transition: transform 0.3s;
}
.cid-uh0GqKGesn .item:hover {
  cursor: pointer;
  transform: translateY(-6px);
}
.cid-uh0GqKGesn .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-uh0GqKGesn .item:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-uh0GqKGesn .item {
    margin-bottom: 2rem;
  }
}
.cid-uh0GqKGesn .mbr-section-subtitle {
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
  background: #56667b;
}
@media (max-width: 992px) {
  .cid-uh0GqKGesn .subtitle-wrap,
  .cid-uh0GqKGesn .mbr-section-subtitle {
    text-align: center;
  }
}
.cid-uh0GqKGesn .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
}
.cid-uh0GqKGesn .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uh0GqKGesn .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uh0GqKGesn .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-uh0GqKGesn .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-uh0GqKGesn .link-icon-wrapper .icon-wrap {
  background: #ffffff;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-uh0GqKGesn .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uh0GqKGesn .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-uh0GqKGesn .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-uh0GqKGesn .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-uh0GqKGesn .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-uh0GqKGesn .item-content {
  padding: 0.5rem;
  padding-top: 1rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uh0GqKGesn .item-content {
    padding: 0 0.5rem;
    padding-top: 1rem;
  }
}
.cid-uh0GqKGesn img,
.cid-uh0GqKGesn .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uh0GqKGesn .item:focus,
.cid-uh0GqKGesn span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-uh0GqKGesn .item {
    margin-bottom: 1rem;
  }
}
.cid-uh0GqKGesn .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uh0GqKGesn .item-title {
  text-align: left;
  color: #820cfe;
}
.cid-uh0GqKGesn .item-subtitle {
  text-align: left;
  color: #000000;
}
.cid-uh0GqKGesn .mbr-text,
.cid-uh0GqKGesn .item .mbr-section-btn {
  color: #000000;
}
.cid-uh0GqKGesn .mbr-section-subtitle,
.cid-uh0GqKGesn .subtitle-wrap,
.cid-uh0GqKGesn .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uh0H6K5Lzr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uh0H6K5Lzr .item-img {
  position: relative;
}
.cid-uh0H6K5Lzr .item-img img {
  transition: all 0.2s;
}
.cid-uh0H6K5Lzr h5 {
  line-height: 1.2;
}
.cid-uh0H6K5Lzr .item {
  transition: transform 0.3s;
}
.cid-uh0H6K5Lzr .item:hover {
  cursor: pointer;
  transform: translateY(-6px);
}
.cid-uh0H6K5Lzr .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-uh0H6K5Lzr .item:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-uh0H6K5Lzr .item {
    margin-bottom: 2rem;
  }
}
.cid-uh0H6K5Lzr .mbr-section-subtitle {
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
  background: #56667b;
}
@media (max-width: 992px) {
  .cid-uh0H6K5Lzr .subtitle-wrap,
  .cid-uh0H6K5Lzr .mbr-section-subtitle {
    text-align: center;
  }
}
.cid-uh0H6K5Lzr .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
}
.cid-uh0H6K5Lzr .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uh0H6K5Lzr .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uh0H6K5Lzr .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-uh0H6K5Lzr .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-uh0H6K5Lzr .link-icon-wrapper .icon-wrap {
  background: #ffffff;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-uh0H6K5Lzr .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uh0H6K5Lzr .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-uh0H6K5Lzr .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-uh0H6K5Lzr .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-uh0H6K5Lzr .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-uh0H6K5Lzr .item-content {
  padding: 0.5rem;
  padding-top: 1rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uh0H6K5Lzr .item-content {
    padding: 0 0.5rem;
    padding-top: 1rem;
  }
}
.cid-uh0H6K5Lzr img,
.cid-uh0H6K5Lzr .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uh0H6K5Lzr .item:focus,
.cid-uh0H6K5Lzr span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-uh0H6K5Lzr .item {
    margin-bottom: 1rem;
  }
}
.cid-uh0H6K5Lzr .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uh0H6K5Lzr .item-title {
  text-align: left;
  color: #820cfe;
}
.cid-uh0H6K5Lzr .item-subtitle {
  text-align: left;
  color: #000000;
}
.cid-uh0H6K5Lzr .mbr-text,
.cid-uh0H6K5Lzr .item .mbr-section-btn {
  color: #000000;
}
.cid-uh0H6K5Lzr .mbr-section-subtitle,
.cid-uh0H6K5Lzr .subtitle-wrap,
.cid-uh0H6K5Lzr .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uh0NXuaHbI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uh0NXuaHbI .item-img {
  position: relative;
}
.cid-uh0NXuaHbI .item-img img {
  transition: all 0.2s;
}
.cid-uh0NXuaHbI h5 {
  line-height: 1.2;
}
.cid-uh0NXuaHbI .item {
  transition: transform 0.3s;
}
.cid-uh0NXuaHbI .item:hover {
  cursor: pointer;
  transform: translateY(-6px);
}
.cid-uh0NXuaHbI .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-uh0NXuaHbI .item:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-uh0NXuaHbI .item {
    margin-bottom: 2rem;
  }
}
.cid-uh0NXuaHbI .mbr-section-subtitle {
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
  background: #56667b;
}
@media (max-width: 992px) {
  .cid-uh0NXuaHbI .subtitle-wrap,
  .cid-uh0NXuaHbI .mbr-section-subtitle {
    text-align: center;
  }
}
.cid-uh0NXuaHbI .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
}
.cid-uh0NXuaHbI .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uh0NXuaHbI .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uh0NXuaHbI .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-uh0NXuaHbI .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-uh0NXuaHbI .link-icon-wrapper .icon-wrap {
  background: #ffffff;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-uh0NXuaHbI .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uh0NXuaHbI .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-uh0NXuaHbI .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-uh0NXuaHbI .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-uh0NXuaHbI .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-uh0NXuaHbI .item-content {
  padding: 0.5rem;
  padding-top: 1rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uh0NXuaHbI .item-content {
    padding: 0 0.5rem;
    padding-top: 1rem;
  }
}
.cid-uh0NXuaHbI img,
.cid-uh0NXuaHbI .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uh0NXuaHbI .item:focus,
.cid-uh0NXuaHbI span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-uh0NXuaHbI .item {
    margin-bottom: 1rem;
  }
}
.cid-uh0NXuaHbI .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uh0NXuaHbI .item-title {
  text-align: left;
  color: #820cfe;
}
.cid-uh0NXuaHbI .item-subtitle {
  text-align: left;
  color: #000000;
}
.cid-uh0NXuaHbI .mbr-text,
.cid-uh0NXuaHbI .item .mbr-section-btn {
  color: #000000;
}
.cid-uh0NXuaHbI .mbr-section-subtitle,
.cid-uh0NXuaHbI .subtitle-wrap,
.cid-uh0NXuaHbI .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uh0Opppk1s {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uh0Opppk1s .item-img {
  position: relative;
}
.cid-uh0Opppk1s .item-img img {
  transition: all 0.2s;
}
.cid-uh0Opppk1s h5 {
  line-height: 1.2;
}
.cid-uh0Opppk1s .item {
  transition: transform 0.3s;
}
.cid-uh0Opppk1s .item:hover {
  cursor: pointer;
  transform: translateY(-6px);
}
.cid-uh0Opppk1s .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-uh0Opppk1s .item:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-uh0Opppk1s .item {
    margin-bottom: 2rem;
  }
}
.cid-uh0Opppk1s .mbr-section-subtitle {
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
  background: #56667b;
}
@media (max-width: 992px) {
  .cid-uh0Opppk1s .subtitle-wrap,
  .cid-uh0Opppk1s .mbr-section-subtitle {
    text-align: center;
  }
}
.cid-uh0Opppk1s .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
}
.cid-uh0Opppk1s .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uh0Opppk1s .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uh0Opppk1s .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-uh0Opppk1s .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-uh0Opppk1s .link-icon-wrapper .icon-wrap {
  background: #ffffff;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-uh0Opppk1s .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uh0Opppk1s .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-uh0Opppk1s .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-uh0Opppk1s .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-uh0Opppk1s .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-uh0Opppk1s .item-content {
  padding: 0.5rem;
  padding-top: 1rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uh0Opppk1s .item-content {
    padding: 0 0.5rem;
    padding-top: 1rem;
  }
}
.cid-uh0Opppk1s img,
.cid-uh0Opppk1s .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uh0Opppk1s .item:focus,
.cid-uh0Opppk1s span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-uh0Opppk1s .item {
    margin-bottom: 1rem;
  }
}
.cid-uh0Opppk1s .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uh0Opppk1s .item-title {
  text-align: left;
  color: #820cfe;
}
.cid-uh0Opppk1s .item-subtitle {
  text-align: left;
  color: #000000;
}
.cid-uh0Opppk1s .mbr-text,
.cid-uh0Opppk1s .item .mbr-section-btn {
  color: #000000;
}
.cid-uh0Opppk1s .mbr-section-subtitle,
.cid-uh0Opppk1s .subtitle-wrap,
.cid-uh0Opppk1s .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uh0P5Uv8Mg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uh0P5Uv8Mg .item-img {
  position: relative;
}
.cid-uh0P5Uv8Mg .item-img img {
  transition: all 0.2s;
}
.cid-uh0P5Uv8Mg h5 {
  line-height: 1.2;
}
.cid-uh0P5Uv8Mg .item {
  transition: transform 0.3s;
}
.cid-uh0P5Uv8Mg .item:hover {
  cursor: pointer;
  transform: translateY(-6px);
}
.cid-uh0P5Uv8Mg .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-uh0P5Uv8Mg .item:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-uh0P5Uv8Mg .item {
    margin-bottom: 2rem;
  }
}
.cid-uh0P5Uv8Mg .mbr-section-subtitle {
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
  background: #56667b;
}
@media (max-width: 992px) {
  .cid-uh0P5Uv8Mg .subtitle-wrap,
  .cid-uh0P5Uv8Mg .mbr-section-subtitle {
    text-align: center;
  }
}
.cid-uh0P5Uv8Mg .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
}
.cid-uh0P5Uv8Mg .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uh0P5Uv8Mg .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uh0P5Uv8Mg .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-uh0P5Uv8Mg .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-uh0P5Uv8Mg .link-icon-wrapper .icon-wrap {
  background: #ffffff;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-uh0P5Uv8Mg .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uh0P5Uv8Mg .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-uh0P5Uv8Mg .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-uh0P5Uv8Mg .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-uh0P5Uv8Mg .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-uh0P5Uv8Mg .item-content {
  padding: 0.5rem;
  padding-top: 1rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uh0P5Uv8Mg .item-content {
    padding: 0 0.5rem;
    padding-top: 1rem;
  }
}
.cid-uh0P5Uv8Mg img,
.cid-uh0P5Uv8Mg .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uh0P5Uv8Mg .item:focus,
.cid-uh0P5Uv8Mg span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-uh0P5Uv8Mg .item {
    margin-bottom: 1rem;
  }
}
.cid-uh0P5Uv8Mg .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uh0P5Uv8Mg .item-title {
  text-align: left;
  color: #820cfe;
}
.cid-uh0P5Uv8Mg .item-subtitle {
  text-align: left;
  color: #000000;
}
.cid-uh0P5Uv8Mg .mbr-text,
.cid-uh0P5Uv8Mg .item .mbr-section-btn {
  color: #000000;
}
.cid-uh0P5Uv8Mg .mbr-section-subtitle,
.cid-uh0P5Uv8Mg .subtitle-wrap,
.cid-uh0P5Uv8Mg .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uh0PDLHX9a {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uh0PDLHX9a .item-img {
  position: relative;
}
.cid-uh0PDLHX9a .item-img img {
  transition: all 0.2s;
}
.cid-uh0PDLHX9a h5 {
  line-height: 1.2;
}
.cid-uh0PDLHX9a .item {
  transition: transform 0.3s;
}
.cid-uh0PDLHX9a .item:hover {
  cursor: pointer;
  transform: translateY(-6px);
}
.cid-uh0PDLHX9a .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-uh0PDLHX9a .item:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-uh0PDLHX9a .item {
    margin-bottom: 2rem;
  }
}
.cid-uh0PDLHX9a .mbr-section-subtitle {
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
  background: #56667b;
}
@media (max-width: 992px) {
  .cid-uh0PDLHX9a .subtitle-wrap,
  .cid-uh0PDLHX9a .mbr-section-subtitle {
    text-align: center;
  }
}
.cid-uh0PDLHX9a .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
}
.cid-uh0PDLHX9a .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uh0PDLHX9a .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uh0PDLHX9a .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-uh0PDLHX9a .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-uh0PDLHX9a .link-icon-wrapper .icon-wrap {
  background: #ffffff;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-uh0PDLHX9a .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uh0PDLHX9a .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-uh0PDLHX9a .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-uh0PDLHX9a .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-uh0PDLHX9a .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-uh0PDLHX9a .item-content {
  padding: 0.5rem;
  padding-top: 1rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uh0PDLHX9a .item-content {
    padding: 0 0.5rem;
    padding-top: 1rem;
  }
}
.cid-uh0PDLHX9a img,
.cid-uh0PDLHX9a .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uh0PDLHX9a .item:focus,
.cid-uh0PDLHX9a span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-uh0PDLHX9a .item {
    margin-bottom: 1rem;
  }
}
.cid-uh0PDLHX9a .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uh0PDLHX9a .item-title {
  text-align: left;
  color: #820cfe;
}
.cid-uh0PDLHX9a .item-subtitle {
  text-align: left;
  color: #000000;
}
.cid-uh0PDLHX9a .mbr-text,
.cid-uh0PDLHX9a .item .mbr-section-btn {
  color: #000000;
}
.cid-uh0PDLHX9a .mbr-section-subtitle,
.cid-uh0PDLHX9a .subtitle-wrap,
.cid-uh0PDLHX9a .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uh0QeYQxh9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uh0QeYQxh9 .item-img {
  position: relative;
}
.cid-uh0QeYQxh9 .item-img img {
  transition: all 0.2s;
}
.cid-uh0QeYQxh9 h5 {
  line-height: 1.2;
}
.cid-uh0QeYQxh9 .item {
  transition: transform 0.3s;
}
.cid-uh0QeYQxh9 .item:hover {
  cursor: pointer;
  transform: translateY(-6px);
}
.cid-uh0QeYQxh9 .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-uh0QeYQxh9 .item:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-uh0QeYQxh9 .item {
    margin-bottom: 2rem;
  }
}
.cid-uh0QeYQxh9 .mbr-section-subtitle {
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
  background: #56667b;
}
@media (max-width: 992px) {
  .cid-uh0QeYQxh9 .subtitle-wrap,
  .cid-uh0QeYQxh9 .mbr-section-subtitle {
    text-align: center;
  }
}
.cid-uh0QeYQxh9 .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
}
.cid-uh0QeYQxh9 .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uh0QeYQxh9 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uh0QeYQxh9 .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-uh0QeYQxh9 .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-uh0QeYQxh9 .link-icon-wrapper .icon-wrap {
  background: #ffffff;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-uh0QeYQxh9 .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uh0QeYQxh9 .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-uh0QeYQxh9 .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-uh0QeYQxh9 .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-uh0QeYQxh9 .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-uh0QeYQxh9 .item-content {
  padding: 0.5rem;
  padding-top: 1rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uh0QeYQxh9 .item-content {
    padding: 0 0.5rem;
    padding-top: 1rem;
  }
}
.cid-uh0QeYQxh9 img,
.cid-uh0QeYQxh9 .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uh0QeYQxh9 .item:focus,
.cid-uh0QeYQxh9 span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-uh0QeYQxh9 .item {
    margin-bottom: 1rem;
  }
}
.cid-uh0QeYQxh9 .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uh0QeYQxh9 .item-title {
  text-align: left;
  color: #820cfe;
}
.cid-uh0QeYQxh9 .item-subtitle {
  text-align: left;
  color: #000000;
}
.cid-uh0QeYQxh9 .mbr-text,
.cid-uh0QeYQxh9 .item .mbr-section-btn {
  color: #000000;
}
.cid-uh0QeYQxh9 .mbr-section-subtitle,
.cid-uh0QeYQxh9 .subtitle-wrap,
.cid-uh0QeYQxh9 .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uh0UnoVLaO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uh0UnoVLaO .item-img {
  position: relative;
}
.cid-uh0UnoVLaO .item-img img {
  transition: all 0.2s;
}
.cid-uh0UnoVLaO h5 {
  line-height: 1.2;
}
.cid-uh0UnoVLaO .item {
  transition: transform 0.3s;
}
.cid-uh0UnoVLaO .item:hover {
  cursor: pointer;
  transform: translateY(-6px);
}
.cid-uh0UnoVLaO .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-uh0UnoVLaO .item:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-uh0UnoVLaO .item {
    margin-bottom: 2rem;
  }
}
.cid-uh0UnoVLaO .mbr-section-subtitle {
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
  background: #56667b;
}
@media (max-width: 992px) {
  .cid-uh0UnoVLaO .subtitle-wrap,
  .cid-uh0UnoVLaO .mbr-section-subtitle {
    text-align: center;
  }
}
.cid-uh0UnoVLaO .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
}
.cid-uh0UnoVLaO .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uh0UnoVLaO .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uh0UnoVLaO .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-uh0UnoVLaO .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-uh0UnoVLaO .link-icon-wrapper .icon-wrap {
  background: #ffffff;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-uh0UnoVLaO .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uh0UnoVLaO .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-uh0UnoVLaO .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-uh0UnoVLaO .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-uh0UnoVLaO .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-uh0UnoVLaO .item-content {
  padding: 0.5rem;
  padding-top: 1rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uh0UnoVLaO .item-content {
    padding: 0 0.5rem;
    padding-top: 1rem;
  }
}
.cid-uh0UnoVLaO img,
.cid-uh0UnoVLaO .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uh0UnoVLaO .item:focus,
.cid-uh0UnoVLaO span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-uh0UnoVLaO .item {
    margin-bottom: 1rem;
  }
}
.cid-uh0UnoVLaO .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uh0UnoVLaO .item-title {
  text-align: left;
  color: #820cfe;
}
.cid-uh0UnoVLaO .item-subtitle {
  text-align: left;
  color: #000000;
}
.cid-uh0UnoVLaO .mbr-text,
.cid-uh0UnoVLaO .item .mbr-section-btn {
  color: #000000;
}
.cid-uh0UnoVLaO .mbr-section-subtitle,
.cid-uh0UnoVLaO .subtitle-wrap,
.cid-uh0UnoVLaO .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uh0ULOcqrw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uh0ULOcqrw .item-img {
  position: relative;
}
.cid-uh0ULOcqrw .item-img img {
  transition: all 0.2s;
}
.cid-uh0ULOcqrw h5 {
  line-height: 1.2;
}
.cid-uh0ULOcqrw .item {
  transition: transform 0.3s;
}
.cid-uh0ULOcqrw .item:hover {
  cursor: pointer;
  transform: translateY(-6px);
}
.cid-uh0ULOcqrw .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-uh0ULOcqrw .item:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-uh0ULOcqrw .item {
    margin-bottom: 2rem;
  }
}
.cid-uh0ULOcqrw .mbr-section-subtitle {
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
  background: #56667b;
}
@media (max-width: 992px) {
  .cid-uh0ULOcqrw .subtitle-wrap,
  .cid-uh0ULOcqrw .mbr-section-subtitle {
    text-align: center;
  }
}
.cid-uh0ULOcqrw .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
}
.cid-uh0ULOcqrw .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uh0ULOcqrw .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uh0ULOcqrw .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-uh0ULOcqrw .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-uh0ULOcqrw .link-icon-wrapper .icon-wrap {
  background: #ffffff;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-uh0ULOcqrw .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uh0ULOcqrw .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-uh0ULOcqrw .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-uh0ULOcqrw .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-uh0ULOcqrw .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-uh0ULOcqrw .item-content {
  padding: 0.5rem;
  padding-top: 1rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uh0ULOcqrw .item-content {
    padding: 0 0.5rem;
    padding-top: 1rem;
  }
}
.cid-uh0ULOcqrw img,
.cid-uh0ULOcqrw .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uh0ULOcqrw .item:focus,
.cid-uh0ULOcqrw span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-uh0ULOcqrw .item {
    margin-bottom: 1rem;
  }
}
.cid-uh0ULOcqrw .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uh0ULOcqrw .item-title {
  text-align: left;
  color: #820cfe;
}
.cid-uh0ULOcqrw .item-subtitle {
  text-align: left;
  color: #000000;
}
.cid-uh0ULOcqrw .mbr-text,
.cid-uh0ULOcqrw .item .mbr-section-btn {
  color: #000000;
}
.cid-uh0ULOcqrw .mbr-section-subtitle,
.cid-uh0ULOcqrw .subtitle-wrap,
.cid-uh0ULOcqrw .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uh0Vodnhlb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uh0Vodnhlb .item-img {
  position: relative;
}
.cid-uh0Vodnhlb .item-img img {
  transition: all 0.2s;
}
.cid-uh0Vodnhlb h5 {
  line-height: 1.2;
}
.cid-uh0Vodnhlb .item {
  transition: transform 0.3s;
}
.cid-uh0Vodnhlb .item:hover {
  cursor: pointer;
  transform: translateY(-6px);
}
.cid-uh0Vodnhlb .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-uh0Vodnhlb .item:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-uh0Vodnhlb .item {
    margin-bottom: 2rem;
  }
}
.cid-uh0Vodnhlb .mbr-section-subtitle {
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
  background: #56667b;
}
@media (max-width: 992px) {
  .cid-uh0Vodnhlb .subtitle-wrap,
  .cid-uh0Vodnhlb .mbr-section-subtitle {
    text-align: center;
  }
}
.cid-uh0Vodnhlb .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
}
.cid-uh0Vodnhlb .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uh0Vodnhlb .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uh0Vodnhlb .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-uh0Vodnhlb .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-uh0Vodnhlb .link-icon-wrapper .icon-wrap {
  background: #ffffff;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-uh0Vodnhlb .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uh0Vodnhlb .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-uh0Vodnhlb .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-uh0Vodnhlb .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-uh0Vodnhlb .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-uh0Vodnhlb .item-content {
  padding: 0.5rem;
  padding-top: 1rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uh0Vodnhlb .item-content {
    padding: 0 0.5rem;
    padding-top: 1rem;
  }
}
.cid-uh0Vodnhlb img,
.cid-uh0Vodnhlb .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uh0Vodnhlb .item:focus,
.cid-uh0Vodnhlb span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-uh0Vodnhlb .item {
    margin-bottom: 1rem;
  }
}
.cid-uh0Vodnhlb .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uh0Vodnhlb .item-title {
  text-align: left;
  color: #820cfe;
}
.cid-uh0Vodnhlb .item-subtitle {
  text-align: left;
  color: #000000;
}
.cid-uh0Vodnhlb .mbr-text,
.cid-uh0Vodnhlb .item .mbr-section-btn {
  color: #000000;
}
.cid-uh0Vodnhlb .mbr-section-subtitle,
.cid-uh0Vodnhlb .subtitle-wrap,
.cid-uh0Vodnhlb .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uh0Y2xfFip {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uh0Y2xfFip .item-img {
  position: relative;
}
.cid-uh0Y2xfFip .item-img img {
  transition: all 0.2s;
}
.cid-uh0Y2xfFip h5 {
  line-height: 1.2;
}
.cid-uh0Y2xfFip .item {
  transition: transform 0.3s;
}
.cid-uh0Y2xfFip .item:hover {
  cursor: pointer;
  transform: translateY(-6px);
}
.cid-uh0Y2xfFip .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-uh0Y2xfFip .item:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-uh0Y2xfFip .item {
    margin-bottom: 2rem;
  }
}
.cid-uh0Y2xfFip .mbr-section-subtitle {
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
  background: #56667b;
}
@media (max-width: 992px) {
  .cid-uh0Y2xfFip .subtitle-wrap,
  .cid-uh0Y2xfFip .mbr-section-subtitle {
    text-align: center;
  }
}
.cid-uh0Y2xfFip .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
}
.cid-uh0Y2xfFip .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uh0Y2xfFip .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uh0Y2xfFip .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-uh0Y2xfFip .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-uh0Y2xfFip .link-icon-wrapper .icon-wrap {
  background: #ffffff;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-uh0Y2xfFip .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uh0Y2xfFip .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-uh0Y2xfFip .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-uh0Y2xfFip .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-uh0Y2xfFip .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-uh0Y2xfFip .item-content {
  padding: 0.5rem;
  padding-top: 1rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uh0Y2xfFip .item-content {
    padding: 0 0.5rem;
    padding-top: 1rem;
  }
}
.cid-uh0Y2xfFip img,
.cid-uh0Y2xfFip .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uh0Y2xfFip .item:focus,
.cid-uh0Y2xfFip span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-uh0Y2xfFip .item {
    margin-bottom: 1rem;
  }
}
.cid-uh0Y2xfFip .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uh0Y2xfFip .item-title {
  text-align: left;
  color: #820cfe;
}
.cid-uh0Y2xfFip .item-subtitle {
  text-align: left;
  color: #000000;
}
.cid-uh0Y2xfFip .mbr-text,
.cid-uh0Y2xfFip .item .mbr-section-btn {
  color: #000000;
}
.cid-uh0Y2xfFip .mbr-section-subtitle,
.cid-uh0Y2xfFip .subtitle-wrap,
.cid-uh0Y2xfFip .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uh0YCZJjCB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uh0YCZJjCB .item-img {
  position: relative;
}
.cid-uh0YCZJjCB .item-img img {
  transition: all 0.2s;
}
.cid-uh0YCZJjCB h5 {
  line-height: 1.2;
}
.cid-uh0YCZJjCB .item {
  transition: transform 0.3s;
}
.cid-uh0YCZJjCB .item:hover {
  cursor: pointer;
  transform: translateY(-6px);
}
.cid-uh0YCZJjCB .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-uh0YCZJjCB .item:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-uh0YCZJjCB .item {
    margin-bottom: 2rem;
  }
}
.cid-uh0YCZJjCB .mbr-section-subtitle {
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
  background: #56667b;
}
@media (max-width: 992px) {
  .cid-uh0YCZJjCB .subtitle-wrap,
  .cid-uh0YCZJjCB .mbr-section-subtitle {
    text-align: center;
  }
}
.cid-uh0YCZJjCB .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
}
.cid-uh0YCZJjCB .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uh0YCZJjCB .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uh0YCZJjCB .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-uh0YCZJjCB .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-uh0YCZJjCB .link-icon-wrapper .icon-wrap {
  background: #ffffff;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-uh0YCZJjCB .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uh0YCZJjCB .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-uh0YCZJjCB .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-uh0YCZJjCB .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-uh0YCZJjCB .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-uh0YCZJjCB .item-content {
  padding: 0.5rem;
  padding-top: 1rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uh0YCZJjCB .item-content {
    padding: 0 0.5rem;
    padding-top: 1rem;
  }
}
.cid-uh0YCZJjCB img,
.cid-uh0YCZJjCB .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uh0YCZJjCB .item:focus,
.cid-uh0YCZJjCB span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-uh0YCZJjCB .item {
    margin-bottom: 1rem;
  }
}
.cid-uh0YCZJjCB .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uh0YCZJjCB .item-title {
  text-align: left;
  color: #820cfe;
}
.cid-uh0YCZJjCB .item-subtitle {
  text-align: left;
  color: #000000;
}
.cid-uh0YCZJjCB .mbr-text,
.cid-uh0YCZJjCB .item .mbr-section-btn {
  color: #000000;
}
.cid-uh0YCZJjCB .mbr-section-subtitle,
.cid-uh0YCZJjCB .subtitle-wrap,
.cid-uh0YCZJjCB .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uh0ZlSXax5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uh0ZlSXax5 .item-img {
  position: relative;
}
.cid-uh0ZlSXax5 .item-img img {
  transition: all 0.2s;
}
.cid-uh0ZlSXax5 h5 {
  line-height: 1.2;
}
.cid-uh0ZlSXax5 .item {
  transition: transform 0.3s;
}
.cid-uh0ZlSXax5 .item:hover {
  cursor: pointer;
  transform: translateY(-6px);
}
.cid-uh0ZlSXax5 .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-uh0ZlSXax5 .item:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-uh0ZlSXax5 .item {
    margin-bottom: 2rem;
  }
}
.cid-uh0ZlSXax5 .mbr-section-subtitle {
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
  background: #56667b;
}
@media (max-width: 992px) {
  .cid-uh0ZlSXax5 .subtitle-wrap,
  .cid-uh0ZlSXax5 .mbr-section-subtitle {
    text-align: center;
  }
}
.cid-uh0ZlSXax5 .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
}
.cid-uh0ZlSXax5 .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uh0ZlSXax5 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uh0ZlSXax5 .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-uh0ZlSXax5 .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-uh0ZlSXax5 .link-icon-wrapper .icon-wrap {
  background: #ffffff;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-uh0ZlSXax5 .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uh0ZlSXax5 .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-uh0ZlSXax5 .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-uh0ZlSXax5 .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-uh0ZlSXax5 .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-uh0ZlSXax5 .item-content {
  padding: 0.5rem;
  padding-top: 1rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uh0ZlSXax5 .item-content {
    padding: 0 0.5rem;
    padding-top: 1rem;
  }
}
.cid-uh0ZlSXax5 img,
.cid-uh0ZlSXax5 .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uh0ZlSXax5 .item:focus,
.cid-uh0ZlSXax5 span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-uh0ZlSXax5 .item {
    margin-bottom: 1rem;
  }
}
.cid-uh0ZlSXax5 .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uh0ZlSXax5 .item-title {
  text-align: left;
  color: #820cfe;
}
.cid-uh0ZlSXax5 .item-subtitle {
  text-align: left;
  color: #000000;
}
.cid-uh0ZlSXax5 .mbr-text,
.cid-uh0ZlSXax5 .item .mbr-section-btn {
  color: #000000;
}
.cid-uh0ZlSXax5 .mbr-section-subtitle,
.cid-uh0ZlSXax5 .subtitle-wrap,
.cid-uh0ZlSXax5 .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uh1g4Z4Tki {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uh1g4Z4Tki .item-img {
  position: relative;
}
.cid-uh1g4Z4Tki .item-img img {
  transition: all 0.2s;
}
.cid-uh1g4Z4Tki h5 {
  line-height: 1.2;
}
.cid-uh1g4Z4Tki .item {
  transition: transform 0.3s;
}
.cid-uh1g4Z4Tki .item:hover {
  cursor: pointer;
  transform: translateY(-6px);
}
.cid-uh1g4Z4Tki .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-uh1g4Z4Tki .item:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-uh1g4Z4Tki .item {
    margin-bottom: 2rem;
  }
}
.cid-uh1g4Z4Tki .mbr-section-subtitle {
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
  background: #56667b;
}
@media (max-width: 992px) {
  .cid-uh1g4Z4Tki .subtitle-wrap,
  .cid-uh1g4Z4Tki .mbr-section-subtitle {
    text-align: center;
  }
}
.cid-uh1g4Z4Tki .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
}
.cid-uh1g4Z4Tki .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uh1g4Z4Tki .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uh1g4Z4Tki .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-uh1g4Z4Tki .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-uh1g4Z4Tki .link-icon-wrapper .icon-wrap {
  background: #ffffff;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-uh1g4Z4Tki .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uh1g4Z4Tki .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-uh1g4Z4Tki .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-uh1g4Z4Tki .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-uh1g4Z4Tki .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-uh1g4Z4Tki .item-content {
  padding: 0.5rem;
  padding-top: 1rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uh1g4Z4Tki .item-content {
    padding: 0 0.5rem;
    padding-top: 1rem;
  }
}
.cid-uh1g4Z4Tki img,
.cid-uh1g4Z4Tki .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uh1g4Z4Tki .item:focus,
.cid-uh1g4Z4Tki span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-uh1g4Z4Tki .item {
    margin-bottom: 1rem;
  }
}
.cid-uh1g4Z4Tki .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uh1g4Z4Tki .item-title {
  text-align: left;
  color: #820cfe;
}
.cid-uh1g4Z4Tki .item-subtitle {
  text-align: left;
  color: #000000;
}
.cid-uh1g4Z4Tki .mbr-text,
.cid-uh1g4Z4Tki .item .mbr-section-btn {
  color: #000000;
}
.cid-uh1g4Z4Tki .mbr-section-subtitle,
.cid-uh1g4Z4Tki .subtitle-wrap,
.cid-uh1g4Z4Tki .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uh1gLr9xYO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uh1gLr9xYO .item-img {
  position: relative;
}
.cid-uh1gLr9xYO .item-img img {
  transition: all 0.2s;
}
.cid-uh1gLr9xYO h5 {
  line-height: 1.2;
}
.cid-uh1gLr9xYO .item {
  transition: transform 0.3s;
}
.cid-uh1gLr9xYO .item:hover {
  cursor: pointer;
  transform: translateY(-6px);
}
.cid-uh1gLr9xYO .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-uh1gLr9xYO .item:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-uh1gLr9xYO .item {
    margin-bottom: 2rem;
  }
}
.cid-uh1gLr9xYO .mbr-section-subtitle {
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
  background: #56667b;
}
@media (max-width: 992px) {
  .cid-uh1gLr9xYO .subtitle-wrap,
  .cid-uh1gLr9xYO .mbr-section-subtitle {
    text-align: center;
  }
}
.cid-uh1gLr9xYO .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
}
.cid-uh1gLr9xYO .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uh1gLr9xYO .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uh1gLr9xYO .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-uh1gLr9xYO .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-uh1gLr9xYO .link-icon-wrapper .icon-wrap {
  background: #ffffff;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-uh1gLr9xYO .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uh1gLr9xYO .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-uh1gLr9xYO .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-uh1gLr9xYO .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-uh1gLr9xYO .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-uh1gLr9xYO .item-content {
  padding: 0.5rem;
  padding-top: 1rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uh1gLr9xYO .item-content {
    padding: 0 0.5rem;
    padding-top: 1rem;
  }
}
.cid-uh1gLr9xYO img,
.cid-uh1gLr9xYO .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uh1gLr9xYO .item:focus,
.cid-uh1gLr9xYO span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-uh1gLr9xYO .item {
    margin-bottom: 1rem;
  }
}
.cid-uh1gLr9xYO .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uh1gLr9xYO .item-title {
  text-align: left;
  color: #820cfe;
}
.cid-uh1gLr9xYO .item-subtitle {
  text-align: left;
  color: #000000;
}
.cid-uh1gLr9xYO .mbr-text,
.cid-uh1gLr9xYO .item .mbr-section-btn {
  color: #000000;
}
.cid-uh1gLr9xYO .mbr-section-subtitle,
.cid-uh1gLr9xYO .subtitle-wrap,
.cid-uh1gLr9xYO .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uh1hygaZfG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uh1hygaZfG .item-img {
  position: relative;
}
.cid-uh1hygaZfG .item-img img {
  transition: all 0.2s;
}
.cid-uh1hygaZfG h5 {
  line-height: 1.2;
}
.cid-uh1hygaZfG .item {
  transition: transform 0.3s;
}
.cid-uh1hygaZfG .item:hover {
  cursor: pointer;
  transform: translateY(-6px);
}
.cid-uh1hygaZfG .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-uh1hygaZfG .item:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-uh1hygaZfG .item {
    margin-bottom: 2rem;
  }
}
.cid-uh1hygaZfG .mbr-section-subtitle {
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
  background: #56667b;
}
@media (max-width: 992px) {
  .cid-uh1hygaZfG .subtitle-wrap,
  .cid-uh1hygaZfG .mbr-section-subtitle {
    text-align: center;
  }
}
.cid-uh1hygaZfG .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
}
.cid-uh1hygaZfG .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uh1hygaZfG .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uh1hygaZfG .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-uh1hygaZfG .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-uh1hygaZfG .link-icon-wrapper .icon-wrap {
  background: #ffffff;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-uh1hygaZfG .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uh1hygaZfG .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-uh1hygaZfG .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-uh1hygaZfG .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-uh1hygaZfG .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-uh1hygaZfG .item-content {
  padding: 0.5rem;
  padding-top: 1rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uh1hygaZfG .item-content {
    padding: 0 0.5rem;
    padding-top: 1rem;
  }
}
.cid-uh1hygaZfG img,
.cid-uh1hygaZfG .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uh1hygaZfG .item:focus,
.cid-uh1hygaZfG span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-uh1hygaZfG .item {
    margin-bottom: 1rem;
  }
}
.cid-uh1hygaZfG .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uh1hygaZfG .item-title {
  text-align: left;
  color: #820cfe;
}
.cid-uh1hygaZfG .item-subtitle {
  text-align: left;
  color: #000000;
}
.cid-uh1hygaZfG .mbr-text,
.cid-uh1hygaZfG .item .mbr-section-btn {
  color: #000000;
}
.cid-uh1hygaZfG .mbr-section-subtitle,
.cid-uh1hygaZfG .subtitle-wrap,
.cid-uh1hygaZfG .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uh1i6tav4V {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uh1i6tav4V .item-img {
  position: relative;
}
.cid-uh1i6tav4V .item-img img {
  transition: all 0.2s;
}
.cid-uh1i6tav4V h5 {
  line-height: 1.2;
}
.cid-uh1i6tav4V .item {
  transition: transform 0.3s;
}
.cid-uh1i6tav4V .item:hover {
  cursor: pointer;
  transform: translateY(-6px);
}
.cid-uh1i6tav4V .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-uh1i6tav4V .item:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-uh1i6tav4V .item {
    margin-bottom: 2rem;
  }
}
.cid-uh1i6tav4V .mbr-section-subtitle {
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
  background: #56667b;
}
@media (max-width: 992px) {
  .cid-uh1i6tav4V .subtitle-wrap,
  .cid-uh1i6tav4V .mbr-section-subtitle {
    text-align: center;
  }
}
.cid-uh1i6tav4V .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
}
.cid-uh1i6tav4V .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uh1i6tav4V .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uh1i6tav4V .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-uh1i6tav4V .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-uh1i6tav4V .link-icon-wrapper .icon-wrap {
  background: #ffffff;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-uh1i6tav4V .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uh1i6tav4V .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-uh1i6tav4V .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-uh1i6tav4V .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-uh1i6tav4V .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-uh1i6tav4V .item-content {
  padding: 0.5rem;
  padding-top: 1rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uh1i6tav4V .item-content {
    padding: 0 0.5rem;
    padding-top: 1rem;
  }
}
.cid-uh1i6tav4V img,
.cid-uh1i6tav4V .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uh1i6tav4V .item:focus,
.cid-uh1i6tav4V span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-uh1i6tav4V .item {
    margin-bottom: 1rem;
  }
}
.cid-uh1i6tav4V .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uh1i6tav4V .item-title {
  text-align: left;
  color: #820cfe;
}
.cid-uh1i6tav4V .item-subtitle {
  text-align: left;
  color: #000000;
}
.cid-uh1i6tav4V .mbr-text,
.cid-uh1i6tav4V .item .mbr-section-btn {
  color: #000000;
}
.cid-uh1i6tav4V .mbr-section-subtitle,
.cid-uh1i6tav4V .subtitle-wrap,
.cid-uh1i6tav4V .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uh1j2Rtc1S {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uh1j2Rtc1S .item-img {
  position: relative;
}
.cid-uh1j2Rtc1S .item-img img {
  transition: all 0.2s;
}
.cid-uh1j2Rtc1S h5 {
  line-height: 1.2;
}
.cid-uh1j2Rtc1S .item {
  transition: transform 0.3s;
}
.cid-uh1j2Rtc1S .item:hover {
  cursor: pointer;
  transform: translateY(-6px);
}
.cid-uh1j2Rtc1S .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-uh1j2Rtc1S .item:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-uh1j2Rtc1S .item {
    margin-bottom: 2rem;
  }
}
.cid-uh1j2Rtc1S .mbr-section-subtitle {
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
  background: #56667b;
}
@media (max-width: 992px) {
  .cid-uh1j2Rtc1S .subtitle-wrap,
  .cid-uh1j2Rtc1S .mbr-section-subtitle {
    text-align: center;
  }
}
.cid-uh1j2Rtc1S .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
}
.cid-uh1j2Rtc1S .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uh1j2Rtc1S .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uh1j2Rtc1S .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-uh1j2Rtc1S .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-uh1j2Rtc1S .link-icon-wrapper .icon-wrap {
  background: #ffffff;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-uh1j2Rtc1S .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uh1j2Rtc1S .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-uh1j2Rtc1S .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-uh1j2Rtc1S .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-uh1j2Rtc1S .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-uh1j2Rtc1S .item-content {
  padding: 0.5rem;
  padding-top: 1rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uh1j2Rtc1S .item-content {
    padding: 0 0.5rem;
    padding-top: 1rem;
  }
}
.cid-uh1j2Rtc1S img,
.cid-uh1j2Rtc1S .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uh1j2Rtc1S .item:focus,
.cid-uh1j2Rtc1S span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-uh1j2Rtc1S .item {
    margin-bottom: 1rem;
  }
}
.cid-uh1j2Rtc1S .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uh1j2Rtc1S .item-title {
  text-align: left;
  color: #820cfe;
}
.cid-uh1j2Rtc1S .item-subtitle {
  text-align: left;
  color: #000000;
}
.cid-uh1j2Rtc1S .mbr-text,
.cid-uh1j2Rtc1S .item .mbr-section-btn {
  color: #000000;
}
.cid-uh1j2Rtc1S .mbr-section-subtitle,
.cid-uh1j2Rtc1S .subtitle-wrap,
.cid-uh1j2Rtc1S .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uh1jRgquQg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uh1jRgquQg .item-img {
  position: relative;
}
.cid-uh1jRgquQg .item-img img {
  transition: all 0.2s;
}
.cid-uh1jRgquQg h5 {
  line-height: 1.2;
}
.cid-uh1jRgquQg .item {
  transition: transform 0.3s;
}
.cid-uh1jRgquQg .item:hover {
  cursor: pointer;
  transform: translateY(-6px);
}
.cid-uh1jRgquQg .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-uh1jRgquQg .item:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-uh1jRgquQg .item {
    margin-bottom: 2rem;
  }
}
.cid-uh1jRgquQg .mbr-section-subtitle {
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
  background: #56667b;
}
@media (max-width: 992px) {
  .cid-uh1jRgquQg .subtitle-wrap,
  .cid-uh1jRgquQg .mbr-section-subtitle {
    text-align: center;
  }
}
.cid-uh1jRgquQg .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
}
.cid-uh1jRgquQg .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uh1jRgquQg .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uh1jRgquQg .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-uh1jRgquQg .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-uh1jRgquQg .link-icon-wrapper .icon-wrap {
  background: #ffffff;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-uh1jRgquQg .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uh1jRgquQg .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-uh1jRgquQg .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-uh1jRgquQg .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-uh1jRgquQg .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-uh1jRgquQg .item-content {
  padding: 0.5rem;
  padding-top: 1rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uh1jRgquQg .item-content {
    padding: 0 0.5rem;
    padding-top: 1rem;
  }
}
.cid-uh1jRgquQg img,
.cid-uh1jRgquQg .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uh1jRgquQg .item:focus,
.cid-uh1jRgquQg span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-uh1jRgquQg .item {
    margin-bottom: 1rem;
  }
}
.cid-uh1jRgquQg .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uh1jRgquQg .item-title {
  text-align: left;
  color: #820cfe;
}
.cid-uh1jRgquQg .item-subtitle {
  text-align: left;
  color: #000000;
}
.cid-uh1jRgquQg .mbr-text,
.cid-uh1jRgquQg .item .mbr-section-btn {
  color: #000000;
}
.cid-uh1jRgquQg .mbr-section-subtitle,
.cid-uh1jRgquQg .subtitle-wrap,
.cid-uh1jRgquQg .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uh1td5MtDW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uh1td5MtDW .item-img {
  position: relative;
}
.cid-uh1td5MtDW .item-img img {
  transition: all 0.2s;
}
.cid-uh1td5MtDW h5 {
  line-height: 1.2;
}
.cid-uh1td5MtDW .item {
  transition: transform 0.3s;
}
.cid-uh1td5MtDW .item:hover {
  cursor: pointer;
  transform: translateY(-6px);
}
.cid-uh1td5MtDW .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-uh1td5MtDW .item:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-uh1td5MtDW .item {
    margin-bottom: 2rem;
  }
}
.cid-uh1td5MtDW .mbr-section-subtitle {
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
  background: #56667b;
}
@media (max-width: 992px) {
  .cid-uh1td5MtDW .subtitle-wrap,
  .cid-uh1td5MtDW .mbr-section-subtitle {
    text-align: center;
  }
}
.cid-uh1td5MtDW .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
}
.cid-uh1td5MtDW .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uh1td5MtDW .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uh1td5MtDW .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-uh1td5MtDW .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-uh1td5MtDW .link-icon-wrapper .icon-wrap {
  background: #ffffff;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-uh1td5MtDW .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uh1td5MtDW .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-uh1td5MtDW .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-uh1td5MtDW .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-uh1td5MtDW .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-uh1td5MtDW .item-content {
  padding: 0.5rem;
  padding-top: 1rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uh1td5MtDW .item-content {
    padding: 0 0.5rem;
    padding-top: 1rem;
  }
}
.cid-uh1td5MtDW img,
.cid-uh1td5MtDW .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uh1td5MtDW .item:focus,
.cid-uh1td5MtDW span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-uh1td5MtDW .item {
    margin-bottom: 1rem;
  }
}
.cid-uh1td5MtDW .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uh1td5MtDW .item-title {
  text-align: left;
  color: #820cfe;
}
.cid-uh1td5MtDW .item-subtitle {
  text-align: left;
  color: #000000;
}
.cid-uh1td5MtDW .mbr-text,
.cid-uh1td5MtDW .item .mbr-section-btn {
  color: #000000;
}
.cid-uh1td5MtDW .mbr-section-subtitle,
.cid-uh1td5MtDW .subtitle-wrap,
.cid-uh1td5MtDW .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uh1kxNxXcm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uh1kxNxXcm .item-img {
  position: relative;
}
.cid-uh1kxNxXcm .item-img img {
  transition: all 0.2s;
}
.cid-uh1kxNxXcm h5 {
  line-height: 1.2;
}
.cid-uh1kxNxXcm .item {
  transition: transform 0.3s;
}
.cid-uh1kxNxXcm .item:hover {
  cursor: pointer;
  transform: translateY(-6px);
}
.cid-uh1kxNxXcm .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-uh1kxNxXcm .item:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-uh1kxNxXcm .item {
    margin-bottom: 2rem;
  }
}
.cid-uh1kxNxXcm .mbr-section-subtitle {
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
  background: #56667b;
}
@media (max-width: 992px) {
  .cid-uh1kxNxXcm .subtitle-wrap,
  .cid-uh1kxNxXcm .mbr-section-subtitle {
    text-align: center;
  }
}
.cid-uh1kxNxXcm .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
}
.cid-uh1kxNxXcm .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uh1kxNxXcm .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uh1kxNxXcm .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-uh1kxNxXcm .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-uh1kxNxXcm .link-icon-wrapper .icon-wrap {
  background: #ffffff;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-uh1kxNxXcm .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uh1kxNxXcm .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-uh1kxNxXcm .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-uh1kxNxXcm .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-uh1kxNxXcm .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-uh1kxNxXcm .item-content {
  padding: 0.5rem;
  padding-top: 1rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uh1kxNxXcm .item-content {
    padding: 0 0.5rem;
    padding-top: 1rem;
  }
}
.cid-uh1kxNxXcm img,
.cid-uh1kxNxXcm .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uh1kxNxXcm .item:focus,
.cid-uh1kxNxXcm span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-uh1kxNxXcm .item {
    margin-bottom: 1rem;
  }
}
.cid-uh1kxNxXcm .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uh1kxNxXcm .item-title {
  text-align: left;
  color: #820cfe;
}
.cid-uh1kxNxXcm .item-subtitle {
  text-align: left;
  color: #000000;
}
.cid-uh1kxNxXcm .mbr-text,
.cid-uh1kxNxXcm .item .mbr-section-btn {
  color: #000000;
}
.cid-uh1kxNxXcm .mbr-section-subtitle,
.cid-uh1kxNxXcm .subtitle-wrap,
.cid-uh1kxNxXcm .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uh1liSJ8Pj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uh1liSJ8Pj .item-img {
  position: relative;
}
.cid-uh1liSJ8Pj .item-img img {
  transition: all 0.2s;
}
.cid-uh1liSJ8Pj h5 {
  line-height: 1.2;
}
.cid-uh1liSJ8Pj .item {
  transition: transform 0.3s;
}
.cid-uh1liSJ8Pj .item:hover {
  cursor: pointer;
  transform: translateY(-6px);
}
.cid-uh1liSJ8Pj .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-uh1liSJ8Pj .item:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-uh1liSJ8Pj .item {
    margin-bottom: 2rem;
  }
}
.cid-uh1liSJ8Pj .mbr-section-subtitle {
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
  background: #56667b;
}
@media (max-width: 992px) {
  .cid-uh1liSJ8Pj .subtitle-wrap,
  .cid-uh1liSJ8Pj .mbr-section-subtitle {
    text-align: center;
  }
}
.cid-uh1liSJ8Pj .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
}
.cid-uh1liSJ8Pj .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uh1liSJ8Pj .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uh1liSJ8Pj .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-uh1liSJ8Pj .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-uh1liSJ8Pj .link-icon-wrapper .icon-wrap {
  background: #ffffff;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-uh1liSJ8Pj .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uh1liSJ8Pj .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-uh1liSJ8Pj .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-uh1liSJ8Pj .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-uh1liSJ8Pj .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-uh1liSJ8Pj .item-content {
  padding: 0.5rem;
  padding-top: 1rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uh1liSJ8Pj .item-content {
    padding: 0 0.5rem;
    padding-top: 1rem;
  }
}
.cid-uh1liSJ8Pj img,
.cid-uh1liSJ8Pj .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uh1liSJ8Pj .item:focus,
.cid-uh1liSJ8Pj span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-uh1liSJ8Pj .item {
    margin-bottom: 1rem;
  }
}
.cid-uh1liSJ8Pj .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uh1liSJ8Pj .item-title {
  text-align: left;
  color: #820cfe;
}
.cid-uh1liSJ8Pj .item-subtitle {
  text-align: left;
  color: #000000;
}
.cid-uh1liSJ8Pj .mbr-text,
.cid-uh1liSJ8Pj .item .mbr-section-btn {
  color: #000000;
}
.cid-uh1liSJ8Pj .mbr-section-subtitle,
.cid-uh1liSJ8Pj .subtitle-wrap,
.cid-uh1liSJ8Pj .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uh1nst2gHh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/img-20240615-83633003-2000x1125.jpg");
}
.cid-uh1nst2gHh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uh1nst2gHh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uh1nst2gHh .mbr-section-btn .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-top: 0;
  margin-left: 28px;
  box-shadow: none;
}
.cid-uh1nst2gHh .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-uh1nst2gHh .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-uh1nst2gHh .mbr-section-btn .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #124ad6;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-uh1nst2gHh .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #47b5ed !important;
}
.cid-uh1nst2gHh .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-uh1nst2gHh .text-wrapper {
  margin: 0 160px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uh1nst2gHh .text-wrapper {
    margin: 0 30px;
  }
}
.cid-uh1nst2gHh .text-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uh1nst2gHh .text-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-uh1nst2gHh .mbr-section-title {
  color: #FFFFFF;
}
.cid-uh1nst2gHh .mbr-section-title,
.cid-uh1nst2gHh .mbr-section-btn {
  text-align: center;
}
.cid-uCle4lrqZz {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background7-1950x1300.jpg");
}
.cid-uCle4lrqZz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCle4lrqZz ul {
  padding: 0;
  border-top: 1px solid currentColor;
}
.cid-uCle4lrqZz .item-menu-overlay {
  top: -40px;
}
.cid-uCle4lrqZz li {
  list-style-type: none;
  border-bottom: 1px solid currentColor;
  padding: 0.5rem 0;
}
.cid-uCle4lrqZz .tag1 {
  position: relative;
  padding-left: 20px !important;
}
.cid-uCle4lrqZz .tag1:before {
  content: '';
  border-radius: 50%;
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  background: currentColor;
  width: 8px;
  height: 8px;
}
.cid-uCle4lrqZz .item {
  margin-bottom: 2rem !important;
}
.cid-uCle4lrqZz .card-wrapper {
  border: 1px solid #56667b;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uCle4lrqZz .card-wrapper {
    padding: 1rem;
  }
}
.cid-uCle4lrqZz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCle4lrqZz .card-company-row {
  display: flex;
  margin-bottom: 2rem;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-uCle4lrqZz .card-company-row {
    margin-top: 0.5em;
  }
}
.cid-uCle4lrqZz .card-company-row .card-company-name {
  white-space: nowrap;
  margin-right: 5px;
  margin-bottom: 5px;
}
.cid-uCle4lrqZz .card-company-row .card-company-name:last-child {
  margin-right: 0;
}
.cid-uCle4lrqZz .card-company-name {
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  border: solid 1px currentColor;
  text-align: left;
  padding: 3px 8px;
  margin-bottom: 0;
  border-radius: 20px;
  line-height: 1;
  color: #221b35;
}
@media (max-width: 991px) {
  .cid-uCle4lrqZz .image-wrapper {
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uCle4lrqZz .image-wrapper {
    padding: 1rem;
  }
}
.cid-uCle4lrqZz .mbr-section-title {
  color: #5e71db;
}
.cid-uCle4lrqZz .mbr-text,
.cid-uCle4lrqZz .mbr-section-btn {
  color: #221b35;
  text-align: left;
}
.cid-uCle4lrqZz a {
  font: arial;
  Color: #0000FF;
}
.cid-uCle4lrqZz a:hover {
  text-decoration: Underline;
  color: red;
}
.cid-uClh1nbtug {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background5-1-1920x800.jpg");
}
.cid-uClh1nbtug .mbr-fallback-image.disabled {
  display: none;
}
.cid-uClh1nbtug ul {
  padding: 0;
  border-top: 1px solid currentColor;
}
.cid-uClh1nbtug .item-menu-overlay {
  top: -40px;
}
.cid-uClh1nbtug li {
  list-style-type: none;
  border-bottom: 1px solid currentColor;
  padding: 0.5rem 0;
}
.cid-uClh1nbtug .tag1 {
  position: relative;
  padding-left: 20px !important;
}
.cid-uClh1nbtug .tag1:before {
  content: '';
  border-radius: 50%;
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  background: currentColor;
  width: 8px;
  height: 8px;
}
.cid-uClh1nbtug .item {
  margin-bottom: 2rem !important;
}
.cid-uClh1nbtug .card-wrapper {
  border: 1px solid #56667b;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uClh1nbtug .card-wrapper {
    padding: 1rem;
  }
}
.cid-uClh1nbtug .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uClh1nbtug .card-company-row {
  display: flex;
  margin-bottom: 2rem;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-uClh1nbtug .card-company-row {
    margin-top: 0.5em;
  }
}
.cid-uClh1nbtug .card-company-row .card-company-name {
  white-space: nowrap;
  margin-right: 5px;
  margin-bottom: 5px;
}
.cid-uClh1nbtug .card-company-row .card-company-name:last-child {
  margin-right: 0;
}
.cid-uClh1nbtug .card-company-name {
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  border: solid 1px currentColor;
  text-align: left;
  padding: 3px 8px;
  margin-bottom: 0;
  border-radius: 20px;
  line-height: 1;
  color: #221b35;
}
@media (max-width: 991px) {
  .cid-uClh1nbtug .image-wrapper {
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uClh1nbtug .image-wrapper {
    padding: 1rem;
  }
}
.cid-uClh1nbtug .mbr-section-title {
  color: #5e71db;
}
.cid-uClh1nbtug .mbr-text,
.cid-uClh1nbtug .mbr-section-btn {
  color: #221b35;
  text-align: left;
}
.cid-uClh1nbtug a {
  font: arial;
  Color: #0000FF;
}
.cid-uClh1nbtug a:hover {
  text-decoration: Underline;
  color: red;
}
.cid-uCliP8jjWe {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/clear-day-bkgrd-300x300.jpg");
}
.cid-uCliP8jjWe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCliP8jjWe ul {
  padding: 0;
  border-top: 1px solid currentColor;
}
.cid-uCliP8jjWe .item-menu-overlay {
  top: -40px;
}
.cid-uCliP8jjWe li {
  list-style-type: none;
  border-bottom: 1px solid currentColor;
  padding: 0.5rem 0;
}
.cid-uCliP8jjWe .tag1 {
  position: relative;
  padding-left: 20px !important;
}
.cid-uCliP8jjWe .tag1:before {
  content: '';
  border-radius: 50%;
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  background: currentColor;
  width: 8px;
  height: 8px;
}
.cid-uCliP8jjWe .item {
  margin-bottom: 2rem !important;
}
.cid-uCliP8jjWe .card-wrapper {
  border: 1px solid #56667b;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uCliP8jjWe .card-wrapper {
    padding: 1rem;
  }
}
.cid-uCliP8jjWe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCliP8jjWe .card-company-row {
  display: flex;
  margin-bottom: 2rem;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-uCliP8jjWe .card-company-row {
    margin-top: 0.5em;
  }
}
.cid-uCliP8jjWe .card-company-row .card-company-name {
  white-space: nowrap;
  margin-right: 5px;
  margin-bottom: 5px;
}
.cid-uCliP8jjWe .card-company-row .card-company-name:last-child {
  margin-right: 0;
}
.cid-uCliP8jjWe .card-company-name {
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  border: solid 1px currentColor;
  text-align: left;
  padding: 3px 8px;
  margin-bottom: 0;
  border-radius: 20px;
  line-height: 1;
  color: #221b35;
}
@media (max-width: 991px) {
  .cid-uCliP8jjWe .image-wrapper {
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uCliP8jjWe .image-wrapper {
    padding: 1rem;
  }
}
.cid-uCliP8jjWe .mbr-section-title {
  color: #5e71db;
}
.cid-uCliP8jjWe .mbr-text,
.cid-uCliP8jjWe .mbr-section-btn {
  color: #221b35;
  text-align: left;
}
.cid-uCliP8jjWe a {
  font: arial;
  Color: #0000FF;
}
.cid-uCliP8jjWe a:hover {
  text-decoration: Underline;
  color: red;
}
.cid-sHTgaqDtbJ {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/img-20240615-83614220-826x465.jpg");
}
.cid-sHTgaqDtbJ li {
  list-style: none;
}
.cid-sHTgaqDtbJ .item-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.cid-sHTgaqDtbJ .item-wrap svg {
  fill: currentColor;
  margin-right: 3px;
}
.cid-sHTgaqDtbJ h4 {
  margin: 0;
}
.cid-sHTgaqDtbJ .item {
  display: flex;
  align-items: center;
}
.cid-sHTgaqDtbJ ul {
  padding: 0;
  margin: 0;
}
.cid-sHTgaqDtbJ .col-title {
  color: #1d2c35;
}
.cid-sHTgaqDtbJ .col-title .item-svg {
  margin-left: 0.625rem;
  fill: currentColor;
}
@media (max-width: 768px) {
  .cid-sHTgaqDtbJ .md-pb {
    padding-bottom: 1rem;
  }
}
.cid-sHTgaqDtbJ .list {
  color: #1d2c35;
}
.cid-sHTgaqDtbJ a {
  color: #FFFFFF;
}
.cid-sHTgaqDtbJ a:hover {
  text-decoration: underline;
  color: #800000;
}
.cid-uEjzbK1wyJ {
  z-index: 1000;
  width: 100%;
}
.cid-uEjzbK1wyJ nav.navbar {
  position: fixed;
}
.cid-uEjzbK1wyJ .navbar-nav {
  margin: auto;
}
.cid-uEjzbK1wyJ .dropdown-item {
  color: #000000 !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-uEjzbK1wyJ .dropdown-item:hover,
.cid-uEjzbK1wyJ .dropdown-item:focus {
  background: #56667b !important;
  color: white !important;
}
.cid-uEjzbK1wyJ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uEjzbK1wyJ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uEjzbK1wyJ .navbar-short,
.cid-uEjzbK1wyJ .opened {
  background: #ffffff !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-uEjzbK1wyJ .navbar-short .nav-link,
.cid-uEjzbK1wyJ .opened .nav-link,
.cid-uEjzbK1wyJ .navbar-short .navbar-caption,
.cid-uEjzbK1wyJ .opened .navbar-caption,
.cid-uEjzbK1wyJ .navbar-short .mbr-iconfont,
.cid-uEjzbK1wyJ .opened .mbr-iconfont {
  color: #000000 !important;
}
.cid-uEjzbK1wyJ .navbar-short .hamburger span,
.cid-uEjzbK1wyJ .opened .hamburger span {
  background-color: #000000 !important;
}
.cid-uEjzbK1wyJ .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-uEjzbK1wyJ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uEjzbK1wyJ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uEjzbK1wyJ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uEjzbK1wyJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uEjzbK1wyJ .container {
  display: flex;
  margin: auto;
}
.cid-uEjzbK1wyJ .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uEjzbK1wyJ .dropdown-menu,
.cid-uEjzbK1wyJ .navbar.opened {
  background: #ffffff !important;
}
.cid-uEjzbK1wyJ .nav-item:focus,
.cid-uEjzbK1wyJ .nav-link:focus {
  outline: none;
}
.cid-uEjzbK1wyJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uEjzbK1wyJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uEjzbK1wyJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uEjzbK1wyJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uEjzbK1wyJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uEjzbK1wyJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uEjzbK1wyJ .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0.6);
}
.cid-uEjzbK1wyJ .navbar.opened {
  transition: all 0.3s;
}
.cid-uEjzbK1wyJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uEjzbK1wyJ .navbar .navbar-logo img {
  width: auto;
}
.cid-uEjzbK1wyJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uEjzbK1wyJ .navbar.collapsed {
  justify-content: center;
}
.cid-uEjzbK1wyJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uEjzbK1wyJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uEjzbK1wyJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uEjzbK1wyJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uEjzbK1wyJ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uEjzbK1wyJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uEjzbK1wyJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uEjzbK1wyJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uEjzbK1wyJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uEjzbK1wyJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uEjzbK1wyJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uEjzbK1wyJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uEjzbK1wyJ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uEjzbK1wyJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uEjzbK1wyJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uEjzbK1wyJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uEjzbK1wyJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uEjzbK1wyJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uEjzbK1wyJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uEjzbK1wyJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-uEjzbK1wyJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uEjzbK1wyJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uEjzbK1wyJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uEjzbK1wyJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uEjzbK1wyJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uEjzbK1wyJ .dropdown-item.active,
.cid-uEjzbK1wyJ .dropdown-item:active {
  background-color: transparent;
}
.cid-uEjzbK1wyJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uEjzbK1wyJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uEjzbK1wyJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uEjzbK1wyJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uEjzbK1wyJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uEjzbK1wyJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uEjzbK1wyJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uEjzbK1wyJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uEjzbK1wyJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uEjzbK1wyJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uEjzbK1wyJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uEjzbK1wyJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uEjzbK1wyJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uEjzbK1wyJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uEjzbK1wyJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEjzbK1wyJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uEjzbK1wyJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uEjzbK1wyJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEjzbK1wyJ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uEjzbK1wyJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uEjzbK1wyJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uEjzbK1wyJ .navbar {
    height: 70px;
  }
  .cid-uEjzbK1wyJ .navbar.opened {
    height: auto;
  }
  .cid-uEjzbK1wyJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uEjzbK1wyJ a {
  color: #0000ff;
}
.cid-uEjzbK1wyJ a:hover {
  text-decoration: underline;
  color: red;
}
.cid-uEjzEi3An7 {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-uEjzEi3An7 .social-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
}
.cid-uEjzEi3An7 .wrapper {
  max-width: 350px;
}
.cid-uEjzEi3An7 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #5e71db;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uEjzEi3An7 .soc-item a {
  padding: 1rem;
}
@media (max-width: 992px) {
  .cid-uEjzEi3An7 .social-row {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-uEjzEi3An7 .row {
    text-align: center;
  }
  .cid-uEjzEi3An7 .social-row {
    justify-content: center;
  }
}
.cid-uEjzEi3An7 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uEjzEi3An7 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uEjzEi3An7 .list {
    margin-bottom: 0rem;
  }
}
.cid-uEjzEi3An7 .mbr-text {
  color: #ffffff;
}
.cid-uEjzEi3An7 .mbr-iconfont {
  color: #ffffff;
  font-size: 1rem;
}
.cid-uEjzEi3An7 .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-uEjzEi3An7 .phone {
  color: #5e71db;
  text-align: center;
}
.cid-uEjzbNGyAg {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/slide3-1-1600x1080.jpg");
}
.cid-uEjzbNGyAg .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 5rem;
  color: #a148ff;
  margin-bottom: 2rem;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  border-radius: 50%;
  width: 115px;
  height: 115px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  overflow: visible;
}
.cid-uEjzbNGyAg .row {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 5rem 3rem;
  margin: 0;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uEjzbNGyAg .row {
    padding: 3rem 1rem;
  }
}
.cid-uEjzbNGyAg .row:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid white;
  border-radius: 30px;
  pointer-events: none;
}
.cid-uEjzbNGyAg .card-wrapper {
  overflow: visible;
}
.cid-uEjzbNGyAg .card-text {
  color: #263d5a;
}
.cid-uEjzbNGyAg .card-title,
.cid-uEjzbNGyAg .iconfont-wrapper {
  color: #263d5a;
}
.cid-uEjzbNGyAg .mbr-section-subtitle {
  color: #263d5a;
}
.cid-uEjzbNGyAg .mbr-section-title {
  color: #263d5a;
}
@media (max-width: 992px) {
  .cid-uEjzbNGyAg .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uEjzbNGyAg .card-link {
  color: #263d5a;
}
.cid-uEjzbNGyAg h7 {
  font-family: Brush Script MT;
  font-size: 35px;
}
.cid-uEjzbNGyAg a {
  color: #0000ff;
}
.cid-uEjzbNGyAg a:hover {
  text-decoration: underline;
  color: red;
}
.cid-uEjzbODF7M {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/img-20240615-83633004-2000x1125.jpg");
}
.cid-uEjzbODF7M .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uEjzbODF7M .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uEjzbODF7M .row {
    text-align: center;
  }
  .cid-uEjzbODF7M .social-row {
    justify-content: center;
  }
}
.cid-uEjzbODF7M .list {
  list-style: none;
  padding-left: 0;
  font-weight: bold;
  color: #98dee8;
}
@media (max-width: 991px) {
  .cid-uEjzbODF7M .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uEjzbODF7M .list {
    margin-bottom: 0rem;
  }
}
.cid-uEjzbODF7M ul {
  padding-bottom: 4.37rem;
}
.cid-uEjzbODF7M .footer-logo {
  margin-bottom: 1.87rem;
}
.cid-uEjzbODF7M .footer-logo img {
  width: auto;
  object-fit: contain;
}
@media (max-width: 546px) {
  .cid-uEjzbODF7M .footer-logo img {
    width: 100%;
  }
}
.cid-uEjzbODF7M a.text-warning:hover,
.cid-uEjzbODF7M a.mbr-white:hover {
  color: #fff !important;
}
.cid-uEjzbODF7M h14 {
  font-size: 14px;
  color: #FFFFFF;
}
.cid-uEjzbODF7M a {
  color: #FFFFFF;
  font-size: 32px;
}
.cid-uEjzbODF7M a:hover {
  text-decoration: underline;
  color: #800000;
}
.cid-uEjzbODF7M .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-uEjzbODF7M H9 {
  font-size: 40px;
}
.cid-vaEPm2l42r {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-vaEPm2l42r .row {
    flex-direction: column-reverse;
  }
}
.cid-vaEPm2l42r .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaEPm2l42r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaEPm2l42r .mbr-section-btn .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-left: 28px;
  box-shadow: none;
}
.cid-vaEPm2l42r .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-vaEPm2l42r .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-vaEPm2l42r .mbr-section-btn .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #ffffff;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-vaEPm2l42r .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #56667b !important;
}
.cid-vaEPm2l42r .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-vaEPm2l42r .text-wrapper {
  margin-left: 160px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-vaEPm2l42r .text-wrapper {
    margin: 0 30px;
  }
}
.cid-vaEPm2l42r .text-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-vaEPm2l42r .text-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
@media (max-width: 768px) {
  .cid-vaEPm2l42r .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-vaEPm2l42r .image-wrapper {
  margin-left: 200px;
}
@media (max-width: 992px) {
  .cid-vaEPm2l42r .image-wrapper {
    margin: 0 30px 30px;
  }
}
.cid-vaEPm2l42r .image-wrapper img {
  width: 100%;
  min-height: 760px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vaEPm2l42r .image-wrapper img {
    min-height: 650px;
  }
}
@media (max-width: 768px) {
  .cid-vaEPm2l42r .image-wrapper img {
    min-height: 100%;
  }
}
.cid-vaEPm2l42r .mbr-section-title {
  color: #000000;
}
.cid-vaEPm2l42r .mbr-text {
  color: #000000;
}
.cid-vaEPm2l42r .mbr-section-title,
.cid-vaEPm2l42r .mbr-section-btn {
  color: #820cfe;
}
.cid-vaETW8Ihk7 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-vaETW8Ihk7 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-vaETW8Ihk7 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vaETW8Ihk7 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vaETW8Ihk7 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-vaETW8Ihk7 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-vaETW8Ihk7 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-vaETW8Ihk7 .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-vaETW8Ihk7 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-vaETW8Ihk7 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #232323 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-vaEY0AT7jM {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vaEY0AT7jM .card-wrapper {
  overflow: hidden;
  height: 100%;
  color: #444444;
  padding: 0;
}
.cid-vaEY0AT7jM .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-vaEY0AT7jM .line {
  display: inline-block;
  width: 100px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-vaEY0AT7jM .mbr-section-btn {
  margin-top: 0.5rem;
}
.cid-vaEY0AT7jM .btn {
  margin: 0 !important;
  transition: all 0.3s;
  opacity: 0;
}
.cid-vaEY0AT7jM .card {
  padding: 0 !important;
  margin: 0;
  overflow: hidden;
}
.cid-vaEY0AT7jM .card-title {
  color: #ffffff;
  margin: 0;
  text-align: left;
}
.cid-vaEY0AT7jM .card-img {
  overflow: hidden !important;
  position: relative;
  border-radius: 0px;
}
.cid-vaEY0AT7jM .card-img:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.3s;
  background: #232323;
  opacity: 0.3;
  z-index: 1;
  pointer-events: none;
}
.cid-vaEY0AT7jM .card-box {
  position: absolute;
  padding: 1.5rem 1.5rem;
  bottom: -1.5rem;
  transition: all 0.3s;
  width: 100%;
  left: 0;
  z-index: 2;
}
.cid-vaEY0AT7jM .mbr-section-title,
.cid-vaEY0AT7jM .line-wrap {
  text-align: center;
}
.cid-vaEY0AT7jM .card-box > p,
.cid-vaEY0AT7jM .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-vaEY0AT7jM .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaEY0AT7jM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaEPmBRO8Q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/jan2027-1-2000x864.jpg");
}
.cid-vaEPmBRO8Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaEPmBRO8Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaEPmBRO8Q .mbr-section-btn .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-top: 0;
  margin-left: 28px;
  box-shadow: none;
}
.cid-vaEPmBRO8Q .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-vaEPmBRO8Q .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-vaEPmBRO8Q .mbr-section-btn .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #124ad6;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-vaEPmBRO8Q .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #47b5ed !important;
}
.cid-vaEPmBRO8Q .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-vaEPmBRO8Q .text-wrapper {
  margin: 0 160px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-vaEPmBRO8Q .text-wrapper {
    margin: 0 30px;
  }
}
.cid-vaEPmBRO8Q .text-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vaEPmBRO8Q .text-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-vaEPmBRO8Q .mbr-section-title {
  color: #FFFFFF;
}
.cid-vaEPmBRO8Q .mbr-section-title,
.cid-vaEPmBRO8Q .mbr-section-btn {
  text-align: center;
}
