.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter;
}
.display-1 {
  font-family: 'Inter', sans-serif;
  font-size: 4.7rem;
  line-height: 1;
  letter-spacing: -4px;
}
.display-1 > .mbr-iconfont {
  font-size: 5.875rem;
}
.display-2 {
  font-family: 'Inter', sans-serif;
  font-size: 4.2rem;
  line-height: 1;
  letter-spacing: -4px;
}
.display-2 > .mbr-iconfont {
  font-size: 5.25rem;
}
.display-4 {
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Inter', sans-serif;
  font-size: 2.2rem;
  line-height: 40px;
  letter-spacing: -2.3px;
}
.display-5 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-7 {
  font-family: 'Inter', sans-serif;
  font-size: 1.25rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5625rem;
}
/* ---- 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.76rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.29rem;
    font-size: calc( 2.295rem + (4.7 - 2.295) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.295rem + (4.7 - 2.295) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.36rem;
    font-size: calc( 2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #3283fb !important;
}
.bg-success {
  background-color: #e354e3 !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #f85f32 !important;
}
.bg-danger {
  background-color: #e354e3 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #3283fb !important;
  border-color: #3283fb !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #64a1fc !important;
  border-color: #64a1fc !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #64a1fc !important;
  border-color: #64a1fc !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #715edb !important;
  border-color: #715edb !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #9688e4 !important;
  border-color: #9688e4 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #9688e4 !important;
  border-color: #9688e4 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #e354e3 !important;
  border-color: #e354e3 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #ea80ea !important;
  border-color: #ea80ea !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #ea80ea !important;
  border-color: #ea80ea !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #f85f32 !important;
  border-color: #f85f32 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #fa8563 !important;
  border-color: #fa8563 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #fa8563 !important;
  border-color: #fa8563 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #e354e3 !important;
  border-color: #e354e3 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ea80ea !important;
  border-color: #ea80ea !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ea80ea !important;
  border-color: #ea80ea !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #3283fb;
  color: #3283fb;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #0457d2 !important;
  background-color: transparent !important;
  border-color: #0457d2 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #3283fb !important;
  border-color: #3283fb !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #715edb;
  color: #715edb;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #3f29b9 !important;
  background-color: transparent !important;
  border-color: #3f29b9 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #715edb !important;
  border-color: #715edb !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #e354e3;
  color: #e354e3;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #c120c1 !important;
  background-color: transparent !important;
  border-color: #c120c1 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #e354e3 !important;
  border-color: #e354e3 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #f85f32;
  color: #f85f32;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #cc3407 !important;
  background-color: transparent !important;
  border-color: #cc3407 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #f85f32 !important;
  border-color: #f85f32 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #e354e3;
  color: #e354e3;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #c120c1 !important;
  background-color: transparent !important;
  border-color: #c120c1 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #e354e3 !important;
  border-color: #e354e3 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  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: #000000 !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: #fafafa;
  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: #cfcfcf !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: #3283fb !important;
}
.text-secondary {
  color: #715edb !important;
}
.text-success {
  color: #e354e3 !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #f85f32 !important;
}
.text-danger {
  color: #e354e3 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #0451c3 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #3b27ac !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #b41db4 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #be3006 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #b41db4 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !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) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #3283fb;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #f85f32;
}
.alert-danger {
  background-color: #e354e3;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #3283fb;
  border-color: #3283fb;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #3283fb;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fafcff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fff9f7;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Inter', sans-serif;
  font-size: 1.25rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.5625rem;
}
.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: #3283fb !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter', sans-serif;
  font-size: 1.25rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5625rem;
}
blockquote {
  border-color: #3283fb;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .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: #3283fb;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #3283fb;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #3283fb;
  border-bottom-color: #3283fb;
}
.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: #3283fb !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #715edb !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='%233283fb' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  padding: 35px 100px;
  box-shadow: none;
  border-radius: 250px !important;
}
@media (max-width: 768px) {
  .mbr-section-btn .btn,
  .mbr-section-btn-main .btn {
    padding: 30px 50px;
  }
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover,
.mbr-section-btn .btn:focus,
.mbr-section-btn-main .btn:focus {
  box-shadow: none;
}
.cid-tTfezf1Uvg {
  background-color: transparent;
}
.cid-tTfezf1Uvg .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-tTfezf1Uvg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-tTfezf1Uvg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tTfezf1Uvg .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tTfezf1Uvg .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tTfezf1Uvg .menu_box .navbar.opened,
  .cid-tTfezf1Uvg .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-tTfezf1Uvg .navbar-dropdown {
  position: relative !important;
}
.cid-tTfezf1Uvg .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-tTfezf1Uvg .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tTfezf1Uvg .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tTfezf1Uvg .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tTfezf1Uvg .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tTfezf1Uvg .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #3283fb;
  }
  .cid-tTfezf1Uvg .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tTfezf1Uvg .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tTfezf1Uvg .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tTfezf1Uvg .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tTfezf1Uvg .offcanvas-body .mbr-text,
  .cid-tTfezf1Uvg .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tTfezf1Uvg .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tTfezf1Uvg .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tTfezf1Uvg .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #222222;
  }
  .cid-tTfezf1Uvg .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tTfezf1Uvg .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tTfezf1Uvg .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tTfezf1Uvg .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tTfezf1Uvg ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tTfezf1Uvg .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tTfezf1Uvg .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tTfezf1Uvg .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tTfezf1Uvg li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tTfezf1Uvg .lg_brand {
    margin: 0 1rem;
  }
  .cid-tTfezf1Uvg .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: fit-content;
    justify-content: center;
    min-width: 200px;
    margin: 0 auto;
    background-color: #e2e7f8;
    border-radius: 25px;
  }
}
.cid-tTfezf1Uvg .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tTfezf1Uvg .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tTfezf1Uvg .nav-item {
    margin: 0 !important;
  }
}
.cid-tTfezf1Uvg .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  opacity: .5;
}
.cid-tTfezf1Uvg .nav-item .nav-link:hover,
.cid-tTfezf1Uvg .nav-item .nav-link:focus {
  color: #3283fb !important;
  opacity: 1;
}
.cid-tTfezf1Uvg .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tTfezf1Uvg .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tTfezf1Uvg .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tTfezf1Uvg .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tTfezf1Uvg .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tTfezf1Uvg .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tTfezf1Uvg .offcanvas_box {
    display: none;
  }
}
.cid-tTfezf1Uvg .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tTfezf1Uvg .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tTfezf1Uvg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tTfezf1Uvg .container {
  display: flex;
  margin: auto;
}
.cid-tTfezf1Uvg .iconfont-wrapper {
  color: #222222;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tTfezf1Uvg .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tTfezf1Uvg .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tTfezf1Uvg .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tTfezf1Uvg .navbar-nav {
    margin: 0;
  }
}
.cid-tTfezf1Uvg .dropdown-menu,
.cid-tTfezf1Uvg .navbar.opened {
  background-color: false !important;
}
.cid-tTfezf1Uvg .nav-item:focus,
.cid-tTfezf1Uvg .nav-link:focus {
  outline: none;
}
.cid-tTfezf1Uvg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tTfezf1Uvg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tTfezf1Uvg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tTfezf1Uvg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tTfezf1Uvg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tTfezf1Uvg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tTfezf1Uvg .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tTfezf1Uvg .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tTfezf1Uvg .navbar.opened {
  transition: all 0.3s;
}
.cid-tTfezf1Uvg .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tTfezf1Uvg .navbar .navbar-logo img {
  max-width: 60px;
  min-height: 60px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-tTfezf1Uvg .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-tTfezf1Uvg .navbar.collapsed {
  justify-content: center;
}
.cid-tTfezf1Uvg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tTfezf1Uvg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tTfezf1Uvg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tTfezf1Uvg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tTfezf1Uvg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tTfezf1Uvg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tTfezf1Uvg .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tTfezf1Uvg .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tTfezf1Uvg .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-tTfezf1Uvg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tTfezf1Uvg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tTfezf1Uvg .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tTfezf1Uvg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tTfezf1Uvg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tTfezf1Uvg .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tTfezf1Uvg .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tTfezf1Uvg .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tTfezf1Uvg .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tTfezf1Uvg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tTfezf1Uvg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tTfezf1Uvg .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tTfezf1Uvg .navbar.navbar-short {
  min-height: 60px;
}
.cid-tTfezf1Uvg .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tTfezf1Uvg .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tTfezf1Uvg .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-tTfezf1Uvg .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-tTfezf1Uvg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tTfezf1Uvg .dropdown-item.active,
.cid-tTfezf1Uvg .dropdown-item:active {
  background-color: transparent;
}
.cid-tTfezf1Uvg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 8px 12px !important;
}
.cid-tTfezf1Uvg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tTfezf1Uvg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tTfezf1Uvg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tTfezf1Uvg ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tTfezf1Uvg .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tTfezf1Uvg button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #e2e7f8;
}
.cid-tTfezf1Uvg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-tTfezf1Uvg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tTfezf1Uvg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tTfezf1Uvg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tTfezf1Uvg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tTfezf1Uvg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tTfezf1Uvg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tTfezf1Uvg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tTfezf1Uvg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tTfezf1Uvg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tTfezf1Uvg .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tTfezf1Uvg .navbar {
    height: 70px;
  }
  .cid-tTfezf1Uvg .navbar.opened {
    height: auto;
  }
  .cid-tTfezf1Uvg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tTfezf1Uvg .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tTfezf1Uvg .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-tTfezf1Uvg .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-tTfezf1Uvg .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-tTfezf1Uvg .mbr-section-btn-main .btn {
  margin: 8px;
  padding: 11px 25px;
  min-width: 180px;
  border-radius: 30px !important;
}
.cid-tTfezf1Uvg .navbar-caption:hover {
  color: #3283fb;
}
@media (min-width: 992px) {
  .cid-tTfezf1Uvg .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tTfezf1Uvg .text_widget {
  margin-bottom: 32px;
}
.cid-tTfezf1Uvg .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tTfezf1Uvg .text_widget a:hover,
.cid-tTfezf1Uvg .text_widget a:focus {
  opacity: .8;
}
@media (max-width: 1199px) {
  .cid-tTfezf1Uvg .navbar-nav.nav-dropdown {
    margin: 0 16px;
    width: 100%;
  }
}
.cid-tTfezf1Uvg .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tTfezf1Uvg .navbar-caption {
  color: #222222;
}
.cid-tTfezf1Uvg .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tTfezf1Uvg .mbr-section-subtitle,
.cid-tTfezf1Uvg .text_widget,
.cid-tTfezf1Uvg .mbr-section-btn {
  text-align: center;
}
.cid-tTfezf1Uvg a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tTfd3KCpTY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2e7f8;
}
.cid-tTfd3KCpTY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTfd3KCpTY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTfd3KCpTY .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-tTfd3KCpTY .container {
    padding: 10px 8px;
  }
}
.cid-tTfd3KCpTY .row {
  border-radius: 25px;
  background-color: #3283fb;
  padding: 40px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-tTfd3KCpTY .row {
    padding: 40px 10px;
  }
}
.cid-tTfd3KCpTY .row .card {
  padding: 0;
  justify-content: center;
}
.cid-tTfd3KCpTY .content-wrapper {
  padding-right: 50px;
}
@media (max-width: 992px) {
  .cid-tTfd3KCpTY .content-wrapper {
    padding: 0;
  }
}
.cid-tTfd3KCpTY .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-tTfd3KCpTY .content-wrapper .mbr-section-title span {
  opacity: .8;
}
.cid-tTfd3KCpTY .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-tTfd3KCpTY .content-wrapper .cards-wrap {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-tTfd3KCpTY .content-wrapper .cards-wrap {
    margin: 32px 0 32px;
  }
}
.cid-tTfd3KCpTY .content-wrapper .cards-wrap .card-wrap {
  display: inline-flex;
  width: 250px;
  border-radius: 25px;
  position: relative;
  overflow: hidden;
  backdrop-filter: blur(12px);
  margin-bottom: 16px;
  cursor: pointer;
}
@media (max-width: 1500px) {
  .cid-tTfd3KCpTY .content-wrapper .cards-wrap .card-wrap {
    width: 200px;
  }
}
@media (max-width: 1280px) {
  .cid-tTfd3KCpTY .content-wrapper .cards-wrap .card-wrap {
    width: 150px;
  }
}
@media (max-width: 992px) {
  .cid-tTfd3KCpTY .content-wrapper .cards-wrap .card-wrap {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .cid-tTfd3KCpTY .content-wrapper .cards-wrap .card-wrap {
    border-radius: 17px;
  }
}
.cid-tTfd3KCpTY .content-wrapper .cards-wrap .card-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #73abff;
  opacity: .8;
}
.cid-tTfd3KCpTY .content-wrapper .cards-wrap .card-wrap .item-wrapper {
  position: relative;
  width: 100%;
}
.cid-tTfd3KCpTY .content-wrapper .cards-wrap .card-wrap .item-wrapper .item-img {
  display: flex;
  justify-content: flex-end;
}
.cid-tTfd3KCpTY .content-wrapper .cards-wrap .card-wrap .item-wrapper .item-img img {
  display: inline-flex;
  width: 70px;
  height: 70px;
  border-radius: 100% !important;
  margin: -4px -4px 0 0;
  object-fit: cover;
}
.cid-tTfd3KCpTY .content-wrapper .cards-wrap .card-wrap .item-wrapper .item-content {
  padding: 30px;
}
@media (max-width: 768px) {
  .cid-tTfd3KCpTY .content-wrapper .cards-wrap .card-wrap .item-wrapper .item-content {
    padding: 15px;
  }
}
.cid-tTfd3KCpTY .content-wrapper .cards-wrap .card-wrap .item-wrapper .item-content .card-text {
  margin-bottom: 0;
}
.cid-tTfd3KCpTY .image-wrapper .icon-wrapper {
  display: flex;
  justify-content: space-between;
}
.cid-tTfd3KCpTY .image-wrapper .icon-wrapper .mbr-iconfont {
  width: 100px;
  height: 100px;
  font-size: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 25px;
  color: #ffffff;
  background-color: #73abff;
  transform: rotate(-5deg);
  margin-top: 100px;
}
.cid-tTfd3KCpTY .image-wrapper .icon-wrapper .mbr-iconfont:nth-child(2) {
  background-color: #e354e3;
  margin-top: 0;
}
.cid-tTfd3KCpTY .image-wrapper .icon-wrapper .mbr-iconfont:nth-child(3) {
  background-color: #f85f32;
  transform: rotate(5deg);
}
@media (max-width: 768px) {
  .cid-tTfd3KCpTY .image-wrapper .icon-wrapper .mbr-iconfont {
    width: 50px;
    height: 50px;
    margin-top: 30px;
    font-size: 25px;
  }
}
.cid-tTfd3KCpTY .image-wrapper .image-wrap {
  display: flex;
  justify-content: center;
  margin-top: -8rem;
}
.cid-tTfd3KCpTY .image-wrapper .image-wrap img {
  height: 650px;
  width: 650px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1199px) {
  .cid-tTfd3KCpTY .image-wrapper .image-wrap img {
    height: 450px;
    width: 450px;
    min-width: 450px;
  }
}
.cid-tTfd3KCpTY .image-wrapper .cards-wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: -8rem;
}
@media (max-width: 992px) {
  .cid-tTfd3KCpTY .image-wrapper .cards-wrapper {
    flex-direction: column;
  }
}
.cid-tTfd3KCpTY .image-wrapper .cards-wrapper .card-wrapper {
  display: inline-flex;
  max-width: 250px;
  border-radius: 25px;
  position: relative;
  overflow: hidden;
  padding: 30px;
  backdrop-filter: blur(12px);
  height: fit-content;
}
@media (max-width: 1500px) {
  .cid-tTfd3KCpTY .image-wrapper .cards-wrapper .card-wrapper {
    max-width: 200px;
  }
}
@media (max-width: 1280px) {
  .cid-tTfd3KCpTY .image-wrapper .cards-wrapper .card-wrapper {
    max-width: 150px;
  }
}
@media (max-width: 992px) {
  .cid-tTfd3KCpTY .image-wrapper .cards-wrapper .card-wrapper {
    display: block;
    max-width: 100%;
    width: 100%;
    margin-bottom: 16px;
  }
  .cid-tTfd3KCpTY .image-wrapper .cards-wrapper .card-wrapper:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .cid-tTfd3KCpTY .image-wrapper .cards-wrapper .card-wrapper {
    padding: 15px;
    border-radius: 17px;
  }
}
.cid-tTfd3KCpTY .image-wrapper .cards-wrapper .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #73abff;
  opacity: .8;
}
.cid-tTfd3KCpTY .image-wrapper .cards-wrapper .card-wrapper:nth-child(2n) {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-tTfd3KCpTY .image-wrapper .cards-wrapper .card-wrapper:nth-child(2n) {
    margin-top: 0;
  }
}
.cid-tTfd3KCpTY .image-wrapper .cards-wrapper .card-wrapper .item-wrapper {
  position: relative;
  width: 100%;
}
.cid-tTfd3KCpTY .image-wrapper .cards-wrapper .card-wrapper .item-wrapper .card-box .dot-wrapper {
  margin-bottom: 40px;
}
.cid-tTfd3KCpTY .image-wrapper .cards-wrapper .card-wrapper .item-wrapper .card-box .dot-wrapper .dot-wrap {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ffffff;
}
.cid-tTfd3KCpTY .image-wrapper .cards-wrapper .card-wrapper .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-tTfd3KCpTY .mbr-section-title {
  color: #ffffff;
}
.cid-tTfd3KCpTY .mbr-text {
  color: #ffffff;
}
.cid-tTfd3KCpTY .card-text {
  color: #ffffff;
}
.cid-tWd4HVMpZ7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2e7f8;
}
.cid-tWd4HVMpZ7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWd4HVMpZ7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWd4HVMpZ7 .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-tWd4HVMpZ7 .container {
    padding: 10px 8px;
  }
}
.cid-tWd4HVMpZ7 .row-main {
  border-radius: 25px;
  background-color: #ffffff;
  padding: 40px 32px;
  margin: 0;
  overflow: hidden;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-tWd4HVMpZ7 .row-main {
    padding: 40px 2px;
  }
}
.cid-tWd4HVMpZ7 .row-main .card {
  padding: 0 8px;
}
.cid-tWd4HVMpZ7 .mbr-section-title {
  margin-bottom: 16px;
  color: #222222;
}
.cid-tWd4HVMpZ7 .mbr-desc {
  opacity: .5;
  margin-bottom: 16px;
  color: #222222;
}
.cid-tWd4HVMpZ7 .list-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media (max-width: 1200px) {
  .cid-tWd4HVMpZ7 .list-wrapper {
    display: block;
  }
}
.cid-tWd4HVMpZ7 .list-wrapper .list {
  margin-bottom: 20px;
  padding: 0;
  list-style-type: none;
}
.cid-tWd4HVMpZ7 .list-wrapper .list .item-wrap {
  opacity: .5;
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-tWd4HVMpZ7 .list-wrapper .list .item-wrap:hover,
.cid-tWd4HVMpZ7 .list-wrapper .list .item-wrap:focus {
  opacity: 1;
}
@media (max-width: 992px) {
  .cid-tWd4HVMpZ7 .social-wrapper {
    margin-bottom: 20px;
  }
}
.cid-tWd4HVMpZ7 .social-wrapper .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-tWd4HVMpZ7 .social-wrapper .soc-wrap .soc-item {
  margin-left: -0.5rem;
}
.cid-tWd4HVMpZ7 .social-wrapper .soc-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-tWd4HVMpZ7 .social-wrapper .soc-wrap .soc-item a {
  display: block;
}
.cid-tWd4HVMpZ7 .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-tWd4HVMpZ7 .social-wrapper .soc-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #3283fb;
  border: 1px solid #3283fb;
  color: #ffffff;
}
.cid-tWd4HVMpZ7 .social-wrapper .soc-wrap .soc-item a .mbr-iconfont {
  width: 60px;
  height: 60px;
  font-size: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  color: #222222;
  background-color: #ffffff;
  border: 1px solid #bdbdbd;
  transition: all 0.3s ease-in-out;
}
.cid-tWd4HVMpZ7 .contacts-wrapper {
  margin-bottom: 20px;
}
.cid-tWd4HVMpZ7 .contacts-wrapper:last-child {
  margin-bottom: 0;
}
.cid-tWd4HVMpZ7 .contacts-wrapper a {
  display: block;
}
.cid-tWd4HVMpZ7 .contacts-wrapper a:hover .mbr-contact,
.cid-tWd4HVMpZ7 .contacts-wrapper a:focus .mbr-contact {
  opacity: .5;
}
.cid-tWd4HVMpZ7 .contacts-wrapper a .mbr-contact {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-tWd4HVMpZ7 .contacts-wrapper .mbr-contact-desc {
  opacity: .5;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-tWd4HVMpZ7 .mbr-section-btn .btn {
    padding: 35px 50px;
  }
}
.cid-tWd4HVMpZ7 .row-copy {
  background-color: transparent;
  border-radius: 0;
  padding: 40px 32px;
  margin: 0;
}
@media (max-width: 768px) {
  .cid-tWd4HVMpZ7 .row-copy {
    padding: 40px 2px;
  }
}
.cid-tWd4HVMpZ7 .row-copy .card {
  padding: 0 8px;
}
.cid-tWd4HVMpZ7 .row-copy .card .mbr-copy {
  margin-bottom: 0;
}
.cid-tWd4HVMpZ7 .list {
  color: #222222;
}
.cid-tWd4HVMpZ7 .mbr-contact {
  color: #222222;
}
.cid-tWd4HVMpZ7 .mbr-contact-desc {
  color: #222222;
}
.cid-tWd4HVMpZ7 .mbr-copy {
  color: #000000;
  text-align: center;
}
.cid-tTfezf1Uvg {
  background-color: transparent;
}
.cid-tTfezf1Uvg .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-tTfezf1Uvg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-tTfezf1Uvg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tTfezf1Uvg .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tTfezf1Uvg .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tTfezf1Uvg .menu_box .navbar.opened,
  .cid-tTfezf1Uvg .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-tTfezf1Uvg .navbar-dropdown {
  position: relative !important;
}
.cid-tTfezf1Uvg .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-tTfezf1Uvg .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tTfezf1Uvg .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tTfezf1Uvg .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tTfezf1Uvg .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tTfezf1Uvg .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #3283fb;
  }
  .cid-tTfezf1Uvg .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tTfezf1Uvg .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tTfezf1Uvg .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tTfezf1Uvg .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tTfezf1Uvg .offcanvas-body .mbr-text,
  .cid-tTfezf1Uvg .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tTfezf1Uvg .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tTfezf1Uvg .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tTfezf1Uvg .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #222222;
  }
  .cid-tTfezf1Uvg .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tTfezf1Uvg .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tTfezf1Uvg .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tTfezf1Uvg .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tTfezf1Uvg ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tTfezf1Uvg .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tTfezf1Uvg .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tTfezf1Uvg .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tTfezf1Uvg li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tTfezf1Uvg .lg_brand {
    margin: 0 1rem;
  }
  .cid-tTfezf1Uvg .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: fit-content;
    justify-content: center;
    min-width: 200px;
    margin: 0 auto;
    background-color: #e2e7f8;
    border-radius: 25px;
  }
}
.cid-tTfezf1Uvg .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tTfezf1Uvg .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tTfezf1Uvg .nav-item {
    margin: 0 !important;
  }
}
.cid-tTfezf1Uvg .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  opacity: .5;
}
.cid-tTfezf1Uvg .nav-item .nav-link:hover,
.cid-tTfezf1Uvg .nav-item .nav-link:focus {
  color: #3283fb !important;
  opacity: 1;
}
.cid-tTfezf1Uvg .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tTfezf1Uvg .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tTfezf1Uvg .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tTfezf1Uvg .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tTfezf1Uvg .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tTfezf1Uvg .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tTfezf1Uvg .offcanvas_box {
    display: none;
  }
}
.cid-tTfezf1Uvg .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tTfezf1Uvg .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tTfezf1Uvg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tTfezf1Uvg .container {
  display: flex;
  margin: auto;
}
.cid-tTfezf1Uvg .iconfont-wrapper {
  color: #222222;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tTfezf1Uvg .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tTfezf1Uvg .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tTfezf1Uvg .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tTfezf1Uvg .navbar-nav {
    margin: 0;
  }
}
.cid-tTfezf1Uvg .dropdown-menu,
.cid-tTfezf1Uvg .navbar.opened {
  background-color: false !important;
}
.cid-tTfezf1Uvg .nav-item:focus,
.cid-tTfezf1Uvg .nav-link:focus {
  outline: none;
}
.cid-tTfezf1Uvg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tTfezf1Uvg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tTfezf1Uvg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tTfezf1Uvg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tTfezf1Uvg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tTfezf1Uvg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tTfezf1Uvg .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tTfezf1Uvg .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tTfezf1Uvg .navbar.opened {
  transition: all 0.3s;
}
.cid-tTfezf1Uvg .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tTfezf1Uvg .navbar .navbar-logo img {
  max-width: 60px;
  min-height: 60px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-tTfezf1Uvg .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-tTfezf1Uvg .navbar.collapsed {
  justify-content: center;
}
.cid-tTfezf1Uvg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tTfezf1Uvg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tTfezf1Uvg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tTfezf1Uvg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tTfezf1Uvg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tTfezf1Uvg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tTfezf1Uvg .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tTfezf1Uvg .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tTfezf1Uvg .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-tTfezf1Uvg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tTfezf1Uvg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tTfezf1Uvg .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tTfezf1Uvg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tTfezf1Uvg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tTfezf1Uvg .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tTfezf1Uvg .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tTfezf1Uvg .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tTfezf1Uvg .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tTfezf1Uvg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tTfezf1Uvg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tTfezf1Uvg .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tTfezf1Uvg .navbar.navbar-short {
  min-height: 60px;
}
.cid-tTfezf1Uvg .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tTfezf1Uvg .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tTfezf1Uvg .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-tTfezf1Uvg .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-tTfezf1Uvg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tTfezf1Uvg .dropdown-item.active,
.cid-tTfezf1Uvg .dropdown-item:active {
  background-color: transparent;
}
.cid-tTfezf1Uvg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 8px 12px !important;
}
.cid-tTfezf1Uvg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tTfezf1Uvg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tTfezf1Uvg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tTfezf1Uvg ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tTfezf1Uvg .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tTfezf1Uvg button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #e2e7f8;
}
.cid-tTfezf1Uvg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-tTfezf1Uvg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tTfezf1Uvg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tTfezf1Uvg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tTfezf1Uvg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tTfezf1Uvg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tTfezf1Uvg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tTfezf1Uvg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tTfezf1Uvg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tTfezf1Uvg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tTfezf1Uvg .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tTfezf1Uvg .navbar {
    height: 70px;
  }
  .cid-tTfezf1Uvg .navbar.opened {
    height: auto;
  }
  .cid-tTfezf1Uvg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tTfezf1Uvg .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tTfezf1Uvg .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-tTfezf1Uvg .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-tTfezf1Uvg .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-tTfezf1Uvg .mbr-section-btn-main .btn {
  margin: 8px;
  padding: 11px 25px;
  min-width: 180px;
  border-radius: 30px !important;
}
.cid-tTfezf1Uvg .navbar-caption:hover {
  color: #3283fb;
}
@media (min-width: 992px) {
  .cid-tTfezf1Uvg .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tTfezf1Uvg .text_widget {
  margin-bottom: 32px;
}
.cid-tTfezf1Uvg .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tTfezf1Uvg .text_widget a:hover,
.cid-tTfezf1Uvg .text_widget a:focus {
  opacity: .8;
}
@media (max-width: 1199px) {
  .cid-tTfezf1Uvg .navbar-nav.nav-dropdown {
    margin: 0 16px;
    width: 100%;
  }
}
.cid-tTfezf1Uvg .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tTfezf1Uvg .navbar-caption {
  color: #222222;
}
.cid-tTfezf1Uvg .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tTfezf1Uvg .mbr-section-subtitle,
.cid-tTfezf1Uvg .text_widget,
.cid-tTfezf1Uvg .mbr-section-btn {
  text-align: center;
}
.cid-tTfezf1Uvg a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tWcn0UPgSq {
  display: flex;
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #e1edff;
}
@media (min-width: 768px) {
  .cid-tWcn0UPgSq {
    align-items: center;
  }
  .cid-tWcn0UPgSq .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tWcn0UPgSq .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tWcn0UPgSq {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tWcn0UPgSq .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tWcn0UPgSq .content-wrap {
    width: 100%;
  }
}
.cid-tWcn0UPgSq .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tWcn0UPgSq .mbr-text,
.cid-tWcn0UPgSq .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-tWcnq8nVHM {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tWcnq8nVHM .item-img {
  position: relative;
}
.cid-tWcnq8nVHM .item-img img {
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-tWcnq8nVHM .card-text {
    padding-left: 4rem;
  }
}
.cid-tWcnq8nVHM h5 {
  line-height: 1.2;
}
.cid-tWcnq8nVHM .card {
  margin-bottom: 2rem;
}
.cid-tWcnq8nVHM .card:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-tWcnq8nVHM .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-tWcnq8nVHM .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  min-height: 250px;
  background: #d9db4d;
}
@media (max-width: 992px) {
  .cid-tWcnq8nVHM .image-wrapper {
    min-height: 200px;
  }
}
.cid-tWcnq8nVHM .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tWcnq8nVHM .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-tWcnq8nVHM .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-tWcnq8nVHM .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-tWcnq8nVHM .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-tWcnq8nVHM .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-tWcnq8nVHM .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-tWcnq8nVHM .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-tWcnq8nVHM .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-tWcnq8nVHM .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-tWcnq8nVHM .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-tWcnq8nVHM .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-tWcnq8nVHM img,
.cid-tWcnq8nVHM .item-img {
  width: 100%;
}
.cid-tWcnq8nVHM .item:focus,
.cid-tWcnq8nVHM span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-tWcnq8nVHM .item {
    margin-bottom: 1rem;
  }
}
.cid-tWcnq8nVHM .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-tWcnq8nVHM .item-title {
  text-align: left;
  color: #000000;
}
.cid-tWcnq8nVHM .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-tWcnq8nVHM .mbr-section-subtitle,
.cid-tWcnq8nVHM .subtitle-wrap,
.cid-tWcnq8nVHM .mbr-section-btn {
  text-align: left;
}
.cid-tWcnq8nVHM .mbr-text,
.cid-tWcnq8nVHM .item .mbr-section-btn {
  color: #ffffff;
}
.cid-tWcnq8nVHM .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-tWcrq5WMzG {
  background-color: #ffffff;
}
.cid-tWcrq5WMzG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWcrq5WMzG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tWcrq5WMzG .container {
    padding: 0 25px;
  }
}
.cid-tWcrq5WMzG .row {
  justify-content: center;
}
.cid-tWcrq5WMzG .title-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tWcrq5WMzG .title-wrapper {
    margin-bottom: 120px;
  }
}
.cid-tWcrq5WMzG .title-wrapper .title-wrap {
  position: sticky;
  top: 20px;
}
@media (max-width: 992px) {
  .cid-tWcrq5WMzG .title-wrapper .title-wrap {
    position: static;
  }
}
.cid-tWcrq5WMzG .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-tWcrq5WMzG .title-wrapper .title-wrap .icon-wrapper {
  padding-top: 460px;
}
@media (max-width: 992px) {
  .cid-tWcrq5WMzG .title-wrapper .title-wrap .icon-wrapper {
    padding-top: 60px;
  }
}
.cid-tWcrq5WMzG .title-wrapper .title-wrap .icon-wrapper .mbr-iconfont {
  width: 180px;
  height: 180px;
  font-size: 60px;
  border: 32px solid #fed630;
  background-color: #ffde56;
  color: #000000;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
}
.cid-tWcrq5WMzG .item:first-child .item-wrapper {
  border-top: 2px solid #e1e1e1;
}
.cid-tWcrq5WMzG .item .item-wrapper {
  padding: 40px 0 30px;
  border-bottom: 2px solid #e1e1e1;
  display: flex;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-tWcrq5WMzG .item .item-wrapper {
    display: block;
  }
}
.cid-tWcrq5WMzG .item .item-wrapper .item-img {
  display: block;
  min-width: 84px;
}
.cid-tWcrq5WMzG .item .item-wrapper .item-img img {
  height: 84px;
  width: 84px;
  object-fit: cover;
  margin-right: 35px;
}
@media (max-width: 992px) {
  .cid-tWcrq5WMzG .item .item-wrapper .item-img img {
    margin: 0 auto 35px;
  }
}
.cid-tWcrq5WMzG .item .item-wrapper .item-content {
  width: 100%;
}
.cid-tWcrq5WMzG .item .item-wrapper .item-content .content-wrap .mbr-text {
  margin-bottom: 20px;
}
.cid-tWcrq5WMzG .item .item-wrapper .item-content .content-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-tWcrq5WMzG .mbr-section-title {
  color: #000000;
}
.cid-tWcrq5WMzG .mbr-text {
  color: #000000;
}
.cid-tWcrq5WMzG .mbr-desc {
  color: #000000;
}
.cid-tWcu9TDiuw {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tWcu9TDiuw .item-img {
  position: relative;
}
.cid-tWcu9TDiuw .item-img img {
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-tWcu9TDiuw .card-text {
    padding-left: 4rem;
  }
}
.cid-tWcu9TDiuw h5 {
  line-height: 1.2;
}
.cid-tWcu9TDiuw .card {
  margin-bottom: 2rem;
}
.cid-tWcu9TDiuw .card:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-tWcu9TDiuw .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-tWcu9TDiuw .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  min-height: 250px;
  background: #d9db4d;
}
@media (max-width: 992px) {
  .cid-tWcu9TDiuw .image-wrapper {
    min-height: 200px;
  }
}
.cid-tWcu9TDiuw .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tWcu9TDiuw .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-tWcu9TDiuw .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-tWcu9TDiuw .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-tWcu9TDiuw .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-tWcu9TDiuw .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-tWcu9TDiuw .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-tWcu9TDiuw .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-tWcu9TDiuw .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-tWcu9TDiuw .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-tWcu9TDiuw .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-tWcu9TDiuw .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-tWcu9TDiuw img,
.cid-tWcu9TDiuw .item-img {
  width: 100%;
}
.cid-tWcu9TDiuw .item:focus,
.cid-tWcu9TDiuw span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-tWcu9TDiuw .item {
    margin-bottom: 1rem;
  }
}
.cid-tWcu9TDiuw .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-tWcu9TDiuw .item-title {
  text-align: left;
  color: #000000;
}
.cid-tWcu9TDiuw .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-tWcu9TDiuw .mbr-section-subtitle,
.cid-tWcu9TDiuw .subtitle-wrap,
.cid-tWcu9TDiuw .mbr-section-btn {
  text-align: left;
}
.cid-tWcu9TDiuw .mbr-text,
.cid-tWcu9TDiuw .item .mbr-section-btn {
  color: #ffffff;
}
.cid-tWcu9TDiuw .mbr-text {
  color: #000000;
}
.cid-tWcuZtMt1L {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tWcuZtMt1L .item-img {
  position: relative;
}
.cid-tWcuZtMt1L .item-img img {
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-tWcuZtMt1L .card-text {
    padding-left: 4rem;
  }
}
.cid-tWcuZtMt1L h5 {
  line-height: 1.2;
}
.cid-tWcuZtMt1L .card {
  margin-bottom: 2rem;
}
.cid-tWcuZtMt1L .card:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-tWcuZtMt1L .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-tWcuZtMt1L .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  min-height: 250px;
  background: #d9db4d;
}
@media (max-width: 992px) {
  .cid-tWcuZtMt1L .image-wrapper {
    min-height: 200px;
  }
}
.cid-tWcuZtMt1L .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tWcuZtMt1L .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-tWcuZtMt1L .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-tWcuZtMt1L .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-tWcuZtMt1L .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-tWcuZtMt1L .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-tWcuZtMt1L .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-tWcuZtMt1L .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-tWcuZtMt1L .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-tWcuZtMt1L .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-tWcuZtMt1L .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-tWcuZtMt1L .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-tWcuZtMt1L img,
.cid-tWcuZtMt1L .item-img {
  width: 100%;
}
.cid-tWcuZtMt1L .item:focus,
.cid-tWcuZtMt1L span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-tWcuZtMt1L .item {
    margin-bottom: 1rem;
  }
}
.cid-tWcuZtMt1L .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-tWcuZtMt1L .item-title {
  text-align: left;
  color: #000000;
}
.cid-tWcuZtMt1L .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-tWcuZtMt1L .mbr-section-subtitle,
.cid-tWcuZtMt1L .subtitle-wrap,
.cid-tWcuZtMt1L .mbr-section-btn {
  text-align: left;
}
.cid-tWcuZtMt1L .mbr-text,
.cid-tWcuZtMt1L .item .mbr-section-btn {
  color: #ffffff;
}
.cid-tWcuZtMt1L .mbr-text {
  color: #000000;
}
.cid-tWcwKZ4Xha {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tWcwKZ4Xha .item-img {
  position: relative;
}
.cid-tWcwKZ4Xha .item-img img {
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-tWcwKZ4Xha .card-text {
    padding-left: 4rem;
  }
}
.cid-tWcwKZ4Xha h5 {
  line-height: 1.2;
}
.cid-tWcwKZ4Xha .card {
  margin-bottom: 2rem;
}
.cid-tWcwKZ4Xha .card:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-tWcwKZ4Xha .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-tWcwKZ4Xha .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  min-height: 250px;
  background: #d9db4d;
}
@media (max-width: 992px) {
  .cid-tWcwKZ4Xha .image-wrapper {
    min-height: 200px;
  }
}
.cid-tWcwKZ4Xha .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tWcwKZ4Xha .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-tWcwKZ4Xha .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-tWcwKZ4Xha .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-tWcwKZ4Xha .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-tWcwKZ4Xha .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-tWcwKZ4Xha .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-tWcwKZ4Xha .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-tWcwKZ4Xha .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-tWcwKZ4Xha .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-tWcwKZ4Xha .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-tWcwKZ4Xha .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-tWcwKZ4Xha img,
.cid-tWcwKZ4Xha .item-img {
  width: 100%;
}
.cid-tWcwKZ4Xha .item:focus,
.cid-tWcwKZ4Xha span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-tWcwKZ4Xha .item {
    margin-bottom: 1rem;
  }
}
.cid-tWcwKZ4Xha .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-tWcwKZ4Xha .item-title {
  text-align: left;
  color: #000000;
}
.cid-tWcwKZ4Xha .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-tWcwKZ4Xha .mbr-section-subtitle,
.cid-tWcwKZ4Xha .subtitle-wrap,
.cid-tWcwKZ4Xha .mbr-section-btn {
  text-align: left;
}
.cid-tWcwKZ4Xha .mbr-text,
.cid-tWcwKZ4Xha .item .mbr-section-btn {
  color: #ffffff;
}
.cid-tWcwKZ4Xha .mbr-text {
  color: #000000;
}
.cid-tWcy3N4fwr {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tWcy3N4fwr .item-img {
  position: relative;
}
.cid-tWcy3N4fwr .item-img img {
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-tWcy3N4fwr .card-text {
    padding-left: 4rem;
  }
}
.cid-tWcy3N4fwr h5 {
  line-height: 1.2;
}
.cid-tWcy3N4fwr .card {
  margin-bottom: 2rem;
}
.cid-tWcy3N4fwr .card:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-tWcy3N4fwr .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-tWcy3N4fwr .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  min-height: 250px;
  background: #d9db4d;
}
@media (max-width: 992px) {
  .cid-tWcy3N4fwr .image-wrapper {
    min-height: 200px;
  }
}
.cid-tWcy3N4fwr .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tWcy3N4fwr .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-tWcy3N4fwr .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-tWcy3N4fwr .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-tWcy3N4fwr .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-tWcy3N4fwr .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-tWcy3N4fwr .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-tWcy3N4fwr .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-tWcy3N4fwr .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-tWcy3N4fwr .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-tWcy3N4fwr .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-tWcy3N4fwr .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-tWcy3N4fwr img,
.cid-tWcy3N4fwr .item-img {
  width: 100%;
}
.cid-tWcy3N4fwr .item:focus,
.cid-tWcy3N4fwr span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-tWcy3N4fwr .item {
    margin-bottom: 1rem;
  }
}
.cid-tWcy3N4fwr .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-tWcy3N4fwr .item-title {
  text-align: left;
  color: #000000;
}
.cid-tWcy3N4fwr .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-tWcy3N4fwr .mbr-section-subtitle,
.cid-tWcy3N4fwr .subtitle-wrap,
.cid-tWcy3N4fwr .mbr-section-btn {
  text-align: left;
}
.cid-tWcy3N4fwr .mbr-text,
.cid-tWcy3N4fwr .item .mbr-section-btn {
  color: #ffffff;
}
.cid-tWcy3N4fwr .mbr-text {
  color: #000000;
}
.cid-tWczgqYVqT {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tWczgqYVqT .item-img {
  position: relative;
}
.cid-tWczgqYVqT .item-img img {
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-tWczgqYVqT .card-text {
    padding-left: 4rem;
  }
}
.cid-tWczgqYVqT h5 {
  line-height: 1.2;
}
.cid-tWczgqYVqT .card {
  margin-bottom: 2rem;
}
.cid-tWczgqYVqT .card:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-tWczgqYVqT .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-tWczgqYVqT .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  min-height: 250px;
  background: #d9db4d;
}
@media (max-width: 992px) {
  .cid-tWczgqYVqT .image-wrapper {
    min-height: 200px;
  }
}
.cid-tWczgqYVqT .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tWczgqYVqT .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-tWczgqYVqT .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-tWczgqYVqT .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-tWczgqYVqT .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-tWczgqYVqT .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-tWczgqYVqT .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-tWczgqYVqT .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-tWczgqYVqT .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-tWczgqYVqT .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-tWczgqYVqT .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-tWczgqYVqT .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-tWczgqYVqT img,
.cid-tWczgqYVqT .item-img {
  width: 100%;
}
.cid-tWczgqYVqT .item:focus,
.cid-tWczgqYVqT span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-tWczgqYVqT .item {
    margin-bottom: 1rem;
  }
}
.cid-tWczgqYVqT .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-tWczgqYVqT .item-title {
  text-align: left;
  color: #000000;
}
.cid-tWczgqYVqT .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-tWczgqYVqT .mbr-section-subtitle,
.cid-tWczgqYVqT .subtitle-wrap,
.cid-tWczgqYVqT .mbr-section-btn {
  text-align: left;
}
.cid-tWczgqYVqT .mbr-text,
.cid-tWczgqYVqT .item .mbr-section-btn {
  color: #ffffff;
}
.cid-tWczgqYVqT .mbr-text {
  color: #000000;
}
.cid-tWcA1wFee0 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tWcA1wFee0 .item-img {
  position: relative;
}
.cid-tWcA1wFee0 .item-img img {
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-tWcA1wFee0 .card-text {
    padding-left: 4rem;
  }
}
.cid-tWcA1wFee0 h5 {
  line-height: 1.2;
}
.cid-tWcA1wFee0 .card {
  margin-bottom: 2rem;
}
.cid-tWcA1wFee0 .card:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-tWcA1wFee0 .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-tWcA1wFee0 .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  min-height: 250px;
  background: #d9db4d;
}
@media (max-width: 992px) {
  .cid-tWcA1wFee0 .image-wrapper {
    min-height: 200px;
  }
}
.cid-tWcA1wFee0 .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tWcA1wFee0 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-tWcA1wFee0 .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-tWcA1wFee0 .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-tWcA1wFee0 .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-tWcA1wFee0 .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-tWcA1wFee0 .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-tWcA1wFee0 .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-tWcA1wFee0 .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-tWcA1wFee0 .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-tWcA1wFee0 .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-tWcA1wFee0 .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-tWcA1wFee0 img,
.cid-tWcA1wFee0 .item-img {
  width: 100%;
}
.cid-tWcA1wFee0 .item:focus,
.cid-tWcA1wFee0 span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-tWcA1wFee0 .item {
    margin-bottom: 1rem;
  }
}
.cid-tWcA1wFee0 .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-tWcA1wFee0 .item-title {
  text-align: left;
  color: #000000;
}
.cid-tWcA1wFee0 .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-tWcA1wFee0 .mbr-section-subtitle,
.cid-tWcA1wFee0 .subtitle-wrap,
.cid-tWcA1wFee0 .mbr-section-btn {
  text-align: left;
}
.cid-tWcA1wFee0 .mbr-text,
.cid-tWcA1wFee0 .item .mbr-section-btn {
  color: #ffffff;
}
.cid-tWcA1wFee0 .mbr-text {
  color: #000000;
}
.cid-tWcAF6686K {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tWcAF6686K .item-img {
  position: relative;
}
.cid-tWcAF6686K .item-img img {
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-tWcAF6686K .card-text {
    padding-left: 4rem;
  }
}
.cid-tWcAF6686K h5 {
  line-height: 1.2;
}
.cid-tWcAF6686K .card {
  margin-bottom: 2rem;
}
.cid-tWcAF6686K .card:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-tWcAF6686K .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-tWcAF6686K .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  min-height: 250px;
  background: #d9db4d;
}
@media (max-width: 992px) {
  .cid-tWcAF6686K .image-wrapper {
    min-height: 200px;
  }
}
.cid-tWcAF6686K .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tWcAF6686K .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-tWcAF6686K .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-tWcAF6686K .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-tWcAF6686K .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-tWcAF6686K .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-tWcAF6686K .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-tWcAF6686K .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-tWcAF6686K .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-tWcAF6686K .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-tWcAF6686K .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-tWcAF6686K .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-tWcAF6686K img,
.cid-tWcAF6686K .item-img {
  width: 100%;
}
.cid-tWcAF6686K .item:focus,
.cid-tWcAF6686K span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-tWcAF6686K .item {
    margin-bottom: 1rem;
  }
}
.cid-tWcAF6686K .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-tWcAF6686K .item-title {
  text-align: left;
  color: #000000;
}
.cid-tWcAF6686K .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-tWcAF6686K .mbr-section-subtitle,
.cid-tWcAF6686K .subtitle-wrap,
.cid-tWcAF6686K .mbr-section-btn {
  text-align: left;
}
.cid-tWcAF6686K .mbr-text,
.cid-tWcAF6686K .item .mbr-section-btn {
  color: #ffffff;
}
.cid-tWcAF6686K .mbr-text {
  color: #000000;
}
.cid-tWcBbkybkT {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tWcBbkybkT .item-img {
  position: relative;
}
.cid-tWcBbkybkT .item-img img {
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-tWcBbkybkT .card-text {
    padding-left: 4rem;
  }
}
.cid-tWcBbkybkT h5 {
  line-height: 1.2;
}
.cid-tWcBbkybkT .card {
  margin-bottom: 2rem;
}
.cid-tWcBbkybkT .card:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-tWcBbkybkT .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-tWcBbkybkT .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  min-height: 250px;
  background: #d9db4d;
}
@media (max-width: 992px) {
  .cid-tWcBbkybkT .image-wrapper {
    min-height: 200px;
  }
}
.cid-tWcBbkybkT .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tWcBbkybkT .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-tWcBbkybkT .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-tWcBbkybkT .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-tWcBbkybkT .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-tWcBbkybkT .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-tWcBbkybkT .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-tWcBbkybkT .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-tWcBbkybkT .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-tWcBbkybkT .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-tWcBbkybkT .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-tWcBbkybkT .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-tWcBbkybkT img,
.cid-tWcBbkybkT .item-img {
  width: 100%;
}
.cid-tWcBbkybkT .item:focus,
.cid-tWcBbkybkT span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-tWcBbkybkT .item {
    margin-bottom: 1rem;
  }
}
.cid-tWcBbkybkT .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-tWcBbkybkT .item-title {
  text-align: left;
  color: #000000;
}
.cid-tWcBbkybkT .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-tWcBbkybkT .mbr-section-subtitle,
.cid-tWcBbkybkT .subtitle-wrap,
.cid-tWcBbkybkT .mbr-section-btn {
  text-align: left;
}
.cid-tWcBbkybkT .mbr-text,
.cid-tWcBbkybkT .item .mbr-section-btn {
  color: #ffffff;
}
.cid-tWcBbkybkT .mbr-text {
  color: #000000;
}
.cid-tWcBKypSvi {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tWcBKypSvi .item-img {
  position: relative;
}
.cid-tWcBKypSvi .item-img img {
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-tWcBKypSvi .card-text {
    padding-left: 4rem;
  }
}
.cid-tWcBKypSvi h5 {
  line-height: 1.2;
}
.cid-tWcBKypSvi .card {
  margin-bottom: 2rem;
}
.cid-tWcBKypSvi .card:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-tWcBKypSvi .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-tWcBKypSvi .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  min-height: 250px;
  background: #d9db4d;
}
@media (max-width: 992px) {
  .cid-tWcBKypSvi .image-wrapper {
    min-height: 200px;
  }
}
.cid-tWcBKypSvi .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tWcBKypSvi .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-tWcBKypSvi .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-tWcBKypSvi .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-tWcBKypSvi .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-tWcBKypSvi .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-tWcBKypSvi .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-tWcBKypSvi .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-tWcBKypSvi .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-tWcBKypSvi .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-tWcBKypSvi .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-tWcBKypSvi .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-tWcBKypSvi img,
.cid-tWcBKypSvi .item-img {
  width: 100%;
}
.cid-tWcBKypSvi .item:focus,
.cid-tWcBKypSvi span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-tWcBKypSvi .item {
    margin-bottom: 1rem;
  }
}
.cid-tWcBKypSvi .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-tWcBKypSvi .item-title {
  text-align: left;
  color: #000000;
}
.cid-tWcBKypSvi .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-tWcBKypSvi .mbr-section-subtitle,
.cid-tWcBKypSvi .subtitle-wrap,
.cid-tWcBKypSvi .mbr-section-btn {
  text-align: left;
}
.cid-tWcBKypSvi .mbr-text,
.cid-tWcBKypSvi .item .mbr-section-btn {
  color: #ffffff;
}
.cid-tWcBKypSvi .mbr-text {
  color: #000000;
}
.cid-tWcCphEauJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tWcCphEauJ .item-img {
  position: relative;
}
.cid-tWcCphEauJ .item-img img {
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-tWcCphEauJ .card-text {
    padding-left: 4rem;
  }
}
.cid-tWcCphEauJ h5 {
  line-height: 1.2;
}
.cid-tWcCphEauJ .card {
  margin-bottom: 2rem;
}
.cid-tWcCphEauJ .card:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-tWcCphEauJ .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-tWcCphEauJ .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  min-height: 250px;
  background: #d9db4d;
}
@media (max-width: 992px) {
  .cid-tWcCphEauJ .image-wrapper {
    min-height: 200px;
  }
}
.cid-tWcCphEauJ .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tWcCphEauJ .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-tWcCphEauJ .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-tWcCphEauJ .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-tWcCphEauJ .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-tWcCphEauJ .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-tWcCphEauJ .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-tWcCphEauJ .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-tWcCphEauJ .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-tWcCphEauJ .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-tWcCphEauJ .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-tWcCphEauJ .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-tWcCphEauJ img,
.cid-tWcCphEauJ .item-img {
  width: 100%;
}
.cid-tWcCphEauJ .item:focus,
.cid-tWcCphEauJ span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-tWcCphEauJ .item {
    margin-bottom: 1rem;
  }
}
.cid-tWcCphEauJ .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-tWcCphEauJ .item-title {
  text-align: left;
  color: #000000;
}
.cid-tWcCphEauJ .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-tWcCphEauJ .mbr-section-subtitle,
.cid-tWcCphEauJ .subtitle-wrap,
.cid-tWcCphEauJ .mbr-section-btn {
  text-align: left;
}
.cid-tWcCphEauJ .mbr-text,
.cid-tWcCphEauJ .item .mbr-section-btn {
  color: #ffffff;
}
.cid-tWcCphEauJ .mbr-text {
  color: #000000;
}
.cid-tWcD67mlin {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tWcD67mlin .item-img {
  position: relative;
}
.cid-tWcD67mlin .item-img img {
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-tWcD67mlin .card-text {
    padding-left: 4rem;
  }
}
.cid-tWcD67mlin h5 {
  line-height: 1.2;
}
.cid-tWcD67mlin .card {
  margin-bottom: 2rem;
}
.cid-tWcD67mlin .card:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-tWcD67mlin .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-tWcD67mlin .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  min-height: 250px;
  background: #d9db4d;
}
@media (max-width: 992px) {
  .cid-tWcD67mlin .image-wrapper {
    min-height: 200px;
  }
}
.cid-tWcD67mlin .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tWcD67mlin .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-tWcD67mlin .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-tWcD67mlin .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-tWcD67mlin .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-tWcD67mlin .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-tWcD67mlin .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-tWcD67mlin .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-tWcD67mlin .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-tWcD67mlin .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-tWcD67mlin .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-tWcD67mlin .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-tWcD67mlin img,
.cid-tWcD67mlin .item-img {
  width: 100%;
}
.cid-tWcD67mlin .item:focus,
.cid-tWcD67mlin span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-tWcD67mlin .item {
    margin-bottom: 1rem;
  }
}
.cid-tWcD67mlin .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-tWcD67mlin .item-title {
  text-align: left;
  color: #000000;
}
.cid-tWcD67mlin .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-tWcD67mlin .mbr-section-subtitle,
.cid-tWcD67mlin .subtitle-wrap,
.cid-tWcD67mlin .mbr-section-btn {
  text-align: left;
}
.cid-tWcD67mlin .mbr-text,
.cid-tWcD67mlin .item .mbr-section-btn {
  color: #ffffff;
}
.cid-tWcD67mlin .mbr-text {
  color: #000000;
}
.cid-tWcDOkOgna {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tWcDOkOgna .item-img {
  position: relative;
}
.cid-tWcDOkOgna .item-img img {
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-tWcDOkOgna .card-text {
    padding-left: 4rem;
  }
}
.cid-tWcDOkOgna h5 {
  line-height: 1.2;
}
.cid-tWcDOkOgna .card {
  margin-bottom: 2rem;
}
.cid-tWcDOkOgna .card:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-tWcDOkOgna .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-tWcDOkOgna .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  min-height: 250px;
  background: #d9db4d;
}
@media (max-width: 992px) {
  .cid-tWcDOkOgna .image-wrapper {
    min-height: 200px;
  }
}
.cid-tWcDOkOgna .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tWcDOkOgna .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-tWcDOkOgna .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-tWcDOkOgna .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-tWcDOkOgna .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-tWcDOkOgna .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-tWcDOkOgna .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-tWcDOkOgna .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-tWcDOkOgna .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-tWcDOkOgna .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-tWcDOkOgna .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-tWcDOkOgna .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-tWcDOkOgna img,
.cid-tWcDOkOgna .item-img {
  width: 100%;
}
.cid-tWcDOkOgna .item:focus,
.cid-tWcDOkOgna span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-tWcDOkOgna .item {
    margin-bottom: 1rem;
  }
}
.cid-tWcDOkOgna .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-tWcDOkOgna .item-title {
  text-align: left;
  color: #000000;
}
.cid-tWcDOkOgna .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-tWcDOkOgna .mbr-section-subtitle,
.cid-tWcDOkOgna .subtitle-wrap,
.cid-tWcDOkOgna .mbr-section-btn {
  text-align: left;
}
.cid-tWcDOkOgna .mbr-text,
.cid-tWcDOkOgna .item .mbr-section-btn {
  color: #ffffff;
}
.cid-tWcDOkOgna .mbr-text {
  color: #000000;
}
.cid-tWcE5Ycihj {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tWcE5Ycihj .item-img {
  position: relative;
}
.cid-tWcE5Ycihj .item-img img {
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-tWcE5Ycihj .card-text {
    padding-left: 4rem;
  }
}
.cid-tWcE5Ycihj h5 {
  line-height: 1.2;
}
.cid-tWcE5Ycihj .card {
  margin-bottom: 2rem;
}
.cid-tWcE5Ycihj .card:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-tWcE5Ycihj .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-tWcE5Ycihj .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  min-height: 250px;
  background: #d9db4d;
}
@media (max-width: 992px) {
  .cid-tWcE5Ycihj .image-wrapper {
    min-height: 200px;
  }
}
.cid-tWcE5Ycihj .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tWcE5Ycihj .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-tWcE5Ycihj .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-tWcE5Ycihj .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-tWcE5Ycihj .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-tWcE5Ycihj .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-tWcE5Ycihj .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-tWcE5Ycihj .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-tWcE5Ycihj .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-tWcE5Ycihj .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-tWcE5Ycihj .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-tWcE5Ycihj .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-tWcE5Ycihj img,
.cid-tWcE5Ycihj .item-img {
  width: 100%;
}
.cid-tWcE5Ycihj .item:focus,
.cid-tWcE5Ycihj span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-tWcE5Ycihj .item {
    margin-bottom: 1rem;
  }
}
.cid-tWcE5Ycihj .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-tWcE5Ycihj .item-title {
  text-align: left;
  color: #000000;
}
.cid-tWcE5Ycihj .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-tWcE5Ycihj .mbr-section-subtitle,
.cid-tWcE5Ycihj .subtitle-wrap,
.cid-tWcE5Ycihj .mbr-section-btn {
  text-align: left;
}
.cid-tWcE5Ycihj .mbr-text,
.cid-tWcE5Ycihj .item .mbr-section-btn {
  color: #ffffff;
}
.cid-tWcE5Ycihj .mbr-text {
  color: #000000;
}
.cid-tWcENkP887 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tWcENkP887 .item-img {
  position: relative;
}
.cid-tWcENkP887 .item-img img {
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-tWcENkP887 .card-text {
    padding-left: 4rem;
  }
}
.cid-tWcENkP887 h5 {
  line-height: 1.2;
}
.cid-tWcENkP887 .card {
  margin-bottom: 2rem;
}
.cid-tWcENkP887 .card:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-tWcENkP887 .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-tWcENkP887 .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  min-height: 250px;
  background: #d9db4d;
}
@media (max-width: 992px) {
  .cid-tWcENkP887 .image-wrapper {
    min-height: 200px;
  }
}
.cid-tWcENkP887 .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tWcENkP887 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-tWcENkP887 .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-tWcENkP887 .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-tWcENkP887 .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-tWcENkP887 .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-tWcENkP887 .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-tWcENkP887 .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-tWcENkP887 .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-tWcENkP887 .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-tWcENkP887 .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-tWcENkP887 .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-tWcENkP887 img,
.cid-tWcENkP887 .item-img {
  width: 100%;
}
.cid-tWcENkP887 .item:focus,
.cid-tWcENkP887 span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-tWcENkP887 .item {
    margin-bottom: 1rem;
  }
}
.cid-tWcENkP887 .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-tWcENkP887 .item-title {
  text-align: left;
  color: #000000;
}
.cid-tWcENkP887 .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-tWcENkP887 .mbr-section-subtitle,
.cid-tWcENkP887 .subtitle-wrap,
.cid-tWcENkP887 .mbr-section-btn {
  text-align: left;
}
.cid-tWcENkP887 .mbr-text,
.cid-tWcENkP887 .item .mbr-section-btn {
  color: #ffffff;
}
.cid-tWcENkP887 .mbr-text {
  color: #000000;
}
.cid-tWcGbWOnRB {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tWcGbWOnRB .item-img {
  position: relative;
}
.cid-tWcGbWOnRB .item-img img {
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-tWcGbWOnRB .card-text {
    padding-left: 4rem;
  }
}
.cid-tWcGbWOnRB h5 {
  line-height: 1.2;
}
.cid-tWcGbWOnRB .card {
  margin-bottom: 2rem;
}
.cid-tWcGbWOnRB .card:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-tWcGbWOnRB .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-tWcGbWOnRB .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  min-height: 250px;
  background: #d9db4d;
}
@media (max-width: 992px) {
  .cid-tWcGbWOnRB .image-wrapper {
    min-height: 200px;
  }
}
.cid-tWcGbWOnRB .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tWcGbWOnRB .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-tWcGbWOnRB .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-tWcGbWOnRB .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-tWcGbWOnRB .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-tWcGbWOnRB .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-tWcGbWOnRB .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-tWcGbWOnRB .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-tWcGbWOnRB .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-tWcGbWOnRB .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-tWcGbWOnRB .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-tWcGbWOnRB .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-tWcGbWOnRB img,
.cid-tWcGbWOnRB .item-img {
  width: 100%;
}
.cid-tWcGbWOnRB .item:focus,
.cid-tWcGbWOnRB span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-tWcGbWOnRB .item {
    margin-bottom: 1rem;
  }
}
.cid-tWcGbWOnRB .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-tWcGbWOnRB .item-title {
  text-align: left;
  color: #000000;
}
.cid-tWcGbWOnRB .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-tWcGbWOnRB .mbr-section-subtitle,
.cid-tWcGbWOnRB .subtitle-wrap,
.cid-tWcGbWOnRB .mbr-section-btn {
  text-align: left;
}
.cid-tWcGbWOnRB .mbr-text,
.cid-tWcGbWOnRB .item .mbr-section-btn {
  color: #ffffff;
}
.cid-tWcGbWOnRB .mbr-text {
  color: #000000;
}
.cid-tWcGrCR5Nc {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tWcGrCR5Nc .item-img {
  position: relative;
}
.cid-tWcGrCR5Nc .item-img img {
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-tWcGrCR5Nc .card-text {
    padding-left: 4rem;
  }
}
.cid-tWcGrCR5Nc h5 {
  line-height: 1.2;
}
.cid-tWcGrCR5Nc .card {
  margin-bottom: 2rem;
}
.cid-tWcGrCR5Nc .card:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-tWcGrCR5Nc .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-tWcGrCR5Nc .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  min-height: 250px;
  background: #d9db4d;
}
@media (max-width: 992px) {
  .cid-tWcGrCR5Nc .image-wrapper {
    min-height: 200px;
  }
}
.cid-tWcGrCR5Nc .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tWcGrCR5Nc .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-tWcGrCR5Nc .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-tWcGrCR5Nc .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-tWcGrCR5Nc .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-tWcGrCR5Nc .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-tWcGrCR5Nc .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-tWcGrCR5Nc .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-tWcGrCR5Nc .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-tWcGrCR5Nc .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-tWcGrCR5Nc .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-tWcGrCR5Nc .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-tWcGrCR5Nc img,
.cid-tWcGrCR5Nc .item-img {
  width: 100%;
}
.cid-tWcGrCR5Nc .item:focus,
.cid-tWcGrCR5Nc span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-tWcGrCR5Nc .item {
    margin-bottom: 1rem;
  }
}
.cid-tWcGrCR5Nc .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-tWcGrCR5Nc .item-title {
  text-align: left;
  color: #000000;
}
.cid-tWcGrCR5Nc .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-tWcGrCR5Nc .mbr-section-subtitle,
.cid-tWcGrCR5Nc .subtitle-wrap,
.cid-tWcGrCR5Nc .mbr-section-btn {
  text-align: left;
}
.cid-tWcGrCR5Nc .mbr-text,
.cid-tWcGrCR5Nc .item .mbr-section-btn {
  color: #ffffff;
}
.cid-tWcGrCR5Nc .mbr-text {
  color: #000000;
}
.cid-tWcPcAqDJp {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tWcPcAqDJp .item-img {
  position: relative;
}
.cid-tWcPcAqDJp .item-img img {
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-tWcPcAqDJp .card-text {
    padding-left: 4rem;
  }
}
.cid-tWcPcAqDJp h5 {
  line-height: 1.2;
}
.cid-tWcPcAqDJp .card {
  margin-bottom: 2rem;
}
.cid-tWcPcAqDJp .card:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-tWcPcAqDJp .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-tWcPcAqDJp .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  min-height: 250px;
  background: #d9db4d;
}
@media (max-width: 992px) {
  .cid-tWcPcAqDJp .image-wrapper {
    min-height: 200px;
  }
}
.cid-tWcPcAqDJp .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tWcPcAqDJp .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-tWcPcAqDJp .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-tWcPcAqDJp .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-tWcPcAqDJp .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-tWcPcAqDJp .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-tWcPcAqDJp .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-tWcPcAqDJp .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-tWcPcAqDJp .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-tWcPcAqDJp .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-tWcPcAqDJp .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-tWcPcAqDJp .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-tWcPcAqDJp img,
.cid-tWcPcAqDJp .item-img {
  width: 100%;
}
.cid-tWcPcAqDJp .item:focus,
.cid-tWcPcAqDJp span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-tWcPcAqDJp .item {
    margin-bottom: 1rem;
  }
}
.cid-tWcPcAqDJp .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-tWcPcAqDJp .item-title {
  text-align: left;
  color: #000000;
}
.cid-tWcPcAqDJp .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-tWcPcAqDJp .mbr-section-subtitle,
.cid-tWcPcAqDJp .subtitle-wrap,
.cid-tWcPcAqDJp .mbr-section-btn {
  text-align: left;
}
.cid-tWcPcAqDJp .mbr-text,
.cid-tWcPcAqDJp .item .mbr-section-btn {
  color: #ffffff;
}
.cid-tWcPcAqDJp .mbr-text {
  color: #000000;
}
.cid-tWcPAe5s5H {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tWcPAe5s5H .item-img {
  position: relative;
}
.cid-tWcPAe5s5H .item-img img {
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-tWcPAe5s5H .card-text {
    padding-left: 4rem;
  }
}
.cid-tWcPAe5s5H h5 {
  line-height: 1.2;
}
.cid-tWcPAe5s5H .card {
  margin-bottom: 2rem;
}
.cid-tWcPAe5s5H .card:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-tWcPAe5s5H .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-tWcPAe5s5H .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  min-height: 250px;
  background: #d9db4d;
}
@media (max-width: 992px) {
  .cid-tWcPAe5s5H .image-wrapper {
    min-height: 200px;
  }
}
.cid-tWcPAe5s5H .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tWcPAe5s5H .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-tWcPAe5s5H .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-tWcPAe5s5H .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-tWcPAe5s5H .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-tWcPAe5s5H .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-tWcPAe5s5H .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-tWcPAe5s5H .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-tWcPAe5s5H .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-tWcPAe5s5H .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-tWcPAe5s5H .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-tWcPAe5s5H .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-tWcPAe5s5H img,
.cid-tWcPAe5s5H .item-img {
  width: 100%;
}
.cid-tWcPAe5s5H .item:focus,
.cid-tWcPAe5s5H span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-tWcPAe5s5H .item {
    margin-bottom: 1rem;
  }
}
.cid-tWcPAe5s5H .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-tWcPAe5s5H .item-title {
  text-align: left;
  color: #000000;
}
.cid-tWcPAe5s5H .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-tWcPAe5s5H .mbr-section-subtitle,
.cid-tWcPAe5s5H .subtitle-wrap,
.cid-tWcPAe5s5H .mbr-section-btn {
  text-align: left;
}
.cid-tWcPAe5s5H .mbr-text,
.cid-tWcPAe5s5H .item .mbr-section-btn {
  color: #ffffff;
}
.cid-tWcPAe5s5H .mbr-text {
  color: #000000;
}
.cid-tWcPQfF5th {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tWcPQfF5th .item-img {
  position: relative;
}
.cid-tWcPQfF5th .item-img img {
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-tWcPQfF5th .card-text {
    padding-left: 4rem;
  }
}
.cid-tWcPQfF5th h5 {
  line-height: 1.2;
}
.cid-tWcPQfF5th .card {
  margin-bottom: 2rem;
}
.cid-tWcPQfF5th .card:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-tWcPQfF5th .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-tWcPQfF5th .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  min-height: 250px;
  background: #f85f32;
}
@media (max-width: 992px) {
  .cid-tWcPQfF5th .image-wrapper {
    min-height: 200px;
  }
}
.cid-tWcPQfF5th .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tWcPQfF5th .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-tWcPQfF5th .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-tWcPQfF5th .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-tWcPQfF5th .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-tWcPQfF5th .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-tWcPQfF5th .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-tWcPQfF5th .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-tWcPQfF5th .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-tWcPQfF5th .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-tWcPQfF5th .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-tWcPQfF5th .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-tWcPQfF5th img,
.cid-tWcPQfF5th .item-img {
  width: 100%;
}
.cid-tWcPQfF5th .item:focus,
.cid-tWcPQfF5th span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-tWcPQfF5th .item {
    margin-bottom: 1rem;
  }
}
.cid-tWcPQfF5th .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-tWcPQfF5th .item-title {
  text-align: left;
  color: #000000;
}
.cid-tWcPQfF5th .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-tWcPQfF5th .mbr-section-subtitle,
.cid-tWcPQfF5th .subtitle-wrap,
.cid-tWcPQfF5th .mbr-section-btn {
  text-align: left;
}
.cid-tWcPQfF5th .mbr-text,
.cid-tWcPQfF5th .item .mbr-section-btn {
  color: #ffffff;
}
.cid-tWcPQfF5th .mbr-text {
  color: #000000;
}
.cid-tWcUI1pNdI {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tWcUI1pNdI .item-img {
  position: relative;
}
.cid-tWcUI1pNdI .item-img img {
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-tWcUI1pNdI .card-text {
    padding-left: 4rem;
  }
}
.cid-tWcUI1pNdI h5 {
  line-height: 1.2;
}
.cid-tWcUI1pNdI .card {
  margin-bottom: 2rem;
}
.cid-tWcUI1pNdI .card:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-tWcUI1pNdI .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-tWcUI1pNdI .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  min-height: 250px;
  background: #73abff;
}
@media (max-width: 992px) {
  .cid-tWcUI1pNdI .image-wrapper {
    min-height: 200px;
  }
}
.cid-tWcUI1pNdI .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tWcUI1pNdI .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-tWcUI1pNdI .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-tWcUI1pNdI .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-tWcUI1pNdI .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-tWcUI1pNdI .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-tWcUI1pNdI .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-tWcUI1pNdI .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-tWcUI1pNdI .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-tWcUI1pNdI .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-tWcUI1pNdI .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-tWcUI1pNdI .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-tWcUI1pNdI img,
.cid-tWcUI1pNdI .item-img {
  width: 100%;
}
.cid-tWcUI1pNdI .item:focus,
.cid-tWcUI1pNdI span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-tWcUI1pNdI .item {
    margin-bottom: 1rem;
  }
}
.cid-tWcUI1pNdI .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-tWcUI1pNdI .item-title {
  text-align: left;
  color: #000000;
}
.cid-tWcUI1pNdI .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-tWcUI1pNdI .mbr-section-subtitle,
.cid-tWcUI1pNdI .subtitle-wrap,
.cid-tWcUI1pNdI .mbr-section-btn {
  text-align: left;
}
.cid-tWcUI1pNdI .mbr-text,
.cid-tWcUI1pNdI .item .mbr-section-btn {
  color: #ffffff;
}
.cid-tWcUI1pNdI .mbr-text {
  color: #000000;
}
.cid-tWcVPzyRMR {
  background-color: #ffffff;
}
.cid-tWcVPzyRMR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWcVPzyRMR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tWcVPzyRMR .container {
    padding: 0 25px;
  }
}
.cid-tWcVPzyRMR .row {
  justify-content: center;
}
.cid-tWcVPzyRMR .title-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tWcVPzyRMR .title-wrapper {
    margin-bottom: 120px;
  }
}
.cid-tWcVPzyRMR .title-wrapper .title-wrap {
  position: sticky;
  top: 20px;
}
@media (max-width: 992px) {
  .cid-tWcVPzyRMR .title-wrapper .title-wrap {
    position: static;
  }
}
.cid-tWcVPzyRMR .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-tWcVPzyRMR .title-wrapper .title-wrap .icon-wrapper {
  padding-top: 460px;
}
@media (max-width: 992px) {
  .cid-tWcVPzyRMR .title-wrapper .title-wrap .icon-wrapper {
    padding-top: 60px;
  }
}
.cid-tWcVPzyRMR .title-wrapper .title-wrap .icon-wrapper .mbr-iconfont {
  width: 180px;
  height: 180px;
  font-size: 60px;
  border: 32px solid #bad6ff;
  background-color: #73abff;
  color: #000000;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
}
.cid-tWcVPzyRMR .item:first-child .item-wrapper {
  border-top: 2px solid #e1e1e1;
}
.cid-tWcVPzyRMR .item .item-wrapper {
  padding: 40px 0 30px;
  border-bottom: 2px solid #e1e1e1;
  display: flex;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-tWcVPzyRMR .item .item-wrapper {
    display: block;
  }
}
.cid-tWcVPzyRMR .item .item-wrapper .item-img {
  display: block;
  min-width: 84px;
}
.cid-tWcVPzyRMR .item .item-wrapper .item-img img {
  height: 84px;
  width: 84px;
  object-fit: cover;
  margin-right: 35px;
}
@media (max-width: 992px) {
  .cid-tWcVPzyRMR .item .item-wrapper .item-img img {
    margin: 0 auto 35px;
  }
}
.cid-tWcVPzyRMR .item .item-wrapper .item-content {
  width: 100%;
}
.cid-tWcVPzyRMR .item .item-wrapper .item-content .content-wrap .mbr-text {
  margin-bottom: 20px;
}
.cid-tWcVPzyRMR .item .item-wrapper .item-content .content-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-tWcVPzyRMR .mbr-section-title {
  color: #000000;
}
.cid-tWcVPzyRMR .mbr-text {
  color: #000000;
}
.cid-tWcVPzyRMR .mbr-desc {
  color: #000000;
}
.cid-tWcY9ZtfkZ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tWcY9ZtfkZ .item-img {
  position: relative;
}
.cid-tWcY9ZtfkZ .item-img img {
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-tWcY9ZtfkZ .card-text {
    padding-left: 4rem;
  }
}
.cid-tWcY9ZtfkZ h5 {
  line-height: 1.2;
}
.cid-tWcY9ZtfkZ .card {
  margin-bottom: 2rem;
}
.cid-tWcY9ZtfkZ .card:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-tWcY9ZtfkZ .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-tWcY9ZtfkZ .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  min-height: 250px;
  background: #73abff;
}
@media (max-width: 992px) {
  .cid-tWcY9ZtfkZ .image-wrapper {
    min-height: 200px;
  }
}
.cid-tWcY9ZtfkZ .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tWcY9ZtfkZ .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-tWcY9ZtfkZ .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-tWcY9ZtfkZ .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-tWcY9ZtfkZ .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-tWcY9ZtfkZ .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-tWcY9ZtfkZ .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-tWcY9ZtfkZ .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-tWcY9ZtfkZ .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-tWcY9ZtfkZ .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-tWcY9ZtfkZ .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-tWcY9ZtfkZ .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-tWcY9ZtfkZ img,
.cid-tWcY9ZtfkZ .item-img {
  width: 100%;
}
.cid-tWcY9ZtfkZ .item:focus,
.cid-tWcY9ZtfkZ span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-tWcY9ZtfkZ .item {
    margin-bottom: 1rem;
  }
}
.cid-tWcY9ZtfkZ .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-tWcY9ZtfkZ .item-title {
  text-align: left;
  color: #000000;
}
.cid-tWcY9ZtfkZ .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-tWcY9ZtfkZ .mbr-section-subtitle,
.cid-tWcY9ZtfkZ .subtitle-wrap,
.cid-tWcY9ZtfkZ .mbr-section-btn {
  text-align: left;
}
.cid-tWcY9ZtfkZ .mbr-text,
.cid-tWcY9ZtfkZ .item .mbr-section-btn {
  color: #ffffff;
}
.cid-tWcY9ZtfkZ .mbr-text {
  color: #000000;
}
.cid-tWcYGnzi2e {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tWcYGnzi2e .item-img {
  position: relative;
}
.cid-tWcYGnzi2e .item-img img {
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-tWcYGnzi2e .card-text {
    padding-left: 4rem;
  }
}
.cid-tWcYGnzi2e h5 {
  line-height: 1.2;
}
.cid-tWcYGnzi2e .card {
  margin-bottom: 2rem;
}
.cid-tWcYGnzi2e .card:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-tWcYGnzi2e .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-tWcYGnzi2e .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  min-height: 250px;
  background: #73abff;
}
@media (max-width: 992px) {
  .cid-tWcYGnzi2e .image-wrapper {
    min-height: 200px;
  }
}
.cid-tWcYGnzi2e .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tWcYGnzi2e .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-tWcYGnzi2e .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-tWcYGnzi2e .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-tWcYGnzi2e .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-tWcYGnzi2e .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-tWcYGnzi2e .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-tWcYGnzi2e .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-tWcYGnzi2e .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-tWcYGnzi2e .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-tWcYGnzi2e .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-tWcYGnzi2e .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-tWcYGnzi2e img,
.cid-tWcYGnzi2e .item-img {
  width: 100%;
}
.cid-tWcYGnzi2e .item:focus,
.cid-tWcYGnzi2e span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-tWcYGnzi2e .item {
    margin-bottom: 1rem;
  }
}
.cid-tWcYGnzi2e .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-tWcYGnzi2e .item-title {
  text-align: left;
  color: #000000;
}
.cid-tWcYGnzi2e .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-tWcYGnzi2e .mbr-section-subtitle,
.cid-tWcYGnzi2e .subtitle-wrap,
.cid-tWcYGnzi2e .mbr-section-btn {
  text-align: left;
}
.cid-tWcYGnzi2e .mbr-text,
.cid-tWcYGnzi2e .item .mbr-section-btn {
  color: #ffffff;
}
.cid-tWcYGnzi2e .mbr-text {
  color: #000000;
}
.cid-tWd04YRwZM {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tWd04YRwZM .item-img {
  position: relative;
}
.cid-tWd04YRwZM .item-img img {
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-tWd04YRwZM .card-text {
    padding-left: 4rem;
  }
}
.cid-tWd04YRwZM h5 {
  line-height: 1.2;
}
.cid-tWd04YRwZM .card {
  margin-bottom: 2rem;
}
.cid-tWd04YRwZM .card:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-tWd04YRwZM .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-tWd04YRwZM .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  min-height: 250px;
  background: #73abff;
}
@media (max-width: 992px) {
  .cid-tWd04YRwZM .image-wrapper {
    min-height: 200px;
  }
}
.cid-tWd04YRwZM .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tWd04YRwZM .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-tWd04YRwZM .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-tWd04YRwZM .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-tWd04YRwZM .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-tWd04YRwZM .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-tWd04YRwZM .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-tWd04YRwZM .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-tWd04YRwZM .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-tWd04YRwZM .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-tWd04YRwZM .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-tWd04YRwZM .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-tWd04YRwZM img,
.cid-tWd04YRwZM .item-img {
  width: 100%;
}
.cid-tWd04YRwZM .item:focus,
.cid-tWd04YRwZM span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-tWd04YRwZM .item {
    margin-bottom: 1rem;
  }
}
.cid-tWd04YRwZM .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-tWd04YRwZM .item-title {
  text-align: left;
  color: #000000;
}
.cid-tWd04YRwZM .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-tWd04YRwZM .mbr-section-subtitle,
.cid-tWd04YRwZM .subtitle-wrap,
.cid-tWd04YRwZM .mbr-section-btn {
  text-align: left;
}
.cid-tWd04YRwZM .mbr-text,
.cid-tWd04YRwZM .item .mbr-section-btn {
  color: #ffffff;
}
.cid-tWd04YRwZM .mbr-text {
  color: #000000;
}
.cid-tWd1JLZ1eA {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tWd1JLZ1eA .item-img {
  position: relative;
}
.cid-tWd1JLZ1eA .item-img img {
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-tWd1JLZ1eA .card-text {
    padding-left: 4rem;
  }
}
.cid-tWd1JLZ1eA h5 {
  line-height: 1.2;
}
.cid-tWd1JLZ1eA .card {
  margin-bottom: 2rem;
}
.cid-tWd1JLZ1eA .card:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-tWd1JLZ1eA .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-tWd1JLZ1eA .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  min-height: 250px;
  background: #73abff;
}
@media (max-width: 992px) {
  .cid-tWd1JLZ1eA .image-wrapper {
    min-height: 200px;
  }
}
.cid-tWd1JLZ1eA .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tWd1JLZ1eA .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-tWd1JLZ1eA .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-tWd1JLZ1eA .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-tWd1JLZ1eA .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-tWd1JLZ1eA .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-tWd1JLZ1eA .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-tWd1JLZ1eA .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-tWd1JLZ1eA .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-tWd1JLZ1eA .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-tWd1JLZ1eA .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-tWd1JLZ1eA .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-tWd1JLZ1eA img,
.cid-tWd1JLZ1eA .item-img {
  width: 100%;
}
.cid-tWd1JLZ1eA .item:focus,
.cid-tWd1JLZ1eA span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-tWd1JLZ1eA .item {
    margin-bottom: 1rem;
  }
}
.cid-tWd1JLZ1eA .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-tWd1JLZ1eA .item-title {
  text-align: left;
  color: #000000;
}
.cid-tWd1JLZ1eA .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-tWd1JLZ1eA .mbr-section-subtitle,
.cid-tWd1JLZ1eA .subtitle-wrap,
.cid-tWd1JLZ1eA .mbr-section-btn {
  text-align: left;
}
.cid-tWd1JLZ1eA .mbr-text,
.cid-tWd1JLZ1eA .item .mbr-section-btn {
  color: #ffffff;
}
.cid-tWd1JLZ1eA .mbr-text {
  color: #000000;
}
.cid-tWd2p21UuN {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tWd2p21UuN .item-img {
  position: relative;
}
.cid-tWd2p21UuN .item-img img {
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-tWd2p21UuN .card-text {
    padding-left: 4rem;
  }
}
.cid-tWd2p21UuN h5 {
  line-height: 1.2;
}
.cid-tWd2p21UuN .card {
  margin-bottom: 2rem;
}
.cid-tWd2p21UuN .card:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-tWd2p21UuN .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-tWd2p21UuN .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  min-height: 250px;
  background: #73abff;
}
@media (max-width: 992px) {
  .cid-tWd2p21UuN .image-wrapper {
    min-height: 200px;
  }
}
.cid-tWd2p21UuN .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tWd2p21UuN .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-tWd2p21UuN .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-tWd2p21UuN .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-tWd2p21UuN .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-tWd2p21UuN .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-tWd2p21UuN .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-tWd2p21UuN .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-tWd2p21UuN .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-tWd2p21UuN .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-tWd2p21UuN .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-tWd2p21UuN .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-tWd2p21UuN img,
.cid-tWd2p21UuN .item-img {
  width: 100%;
}
.cid-tWd2p21UuN .item:focus,
.cid-tWd2p21UuN span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-tWd2p21UuN .item {
    margin-bottom: 1rem;
  }
}
.cid-tWd2p21UuN .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-tWd2p21UuN .item-title {
  text-align: left;
  color: #000000;
}
.cid-tWd2p21UuN .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-tWd2p21UuN .mbr-section-subtitle,
.cid-tWd2p21UuN .subtitle-wrap,
.cid-tWd2p21UuN .mbr-section-btn {
  text-align: left;
}
.cid-tWd2p21UuN .mbr-text,
.cid-tWd2p21UuN .item .mbr-section-btn {
  color: #ffffff;
}
.cid-tWd2p21UuN .mbr-text {
  color: #000000;
}
.cid-tWfFvYc5Oz {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tWfFvYc5Oz .item-img {
  position: relative;
}
.cid-tWfFvYc5Oz .item-img img {
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-tWfFvYc5Oz .card-text {
    padding-left: 4rem;
  }
}
.cid-tWfFvYc5Oz h5 {
  line-height: 1.2;
}
.cid-tWfFvYc5Oz .card {
  margin-bottom: 2rem;
}
.cid-tWfFvYc5Oz .card:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-tWfFvYc5Oz .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-tWfFvYc5Oz .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  min-height: 250px;
  background: #73abff;
}
@media (max-width: 992px) {
  .cid-tWfFvYc5Oz .image-wrapper {
    min-height: 200px;
  }
}
.cid-tWfFvYc5Oz .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tWfFvYc5Oz .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-tWfFvYc5Oz .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-tWfFvYc5Oz .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-tWfFvYc5Oz .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-tWfFvYc5Oz .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-tWfFvYc5Oz .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-tWfFvYc5Oz .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-tWfFvYc5Oz .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-tWfFvYc5Oz .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-tWfFvYc5Oz .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-tWfFvYc5Oz .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-tWfFvYc5Oz img,
.cid-tWfFvYc5Oz .item-img {
  width: 100%;
}
.cid-tWfFvYc5Oz .item:focus,
.cid-tWfFvYc5Oz span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-tWfFvYc5Oz .item {
    margin-bottom: 1rem;
  }
}
.cid-tWfFvYc5Oz .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-tWfFvYc5Oz .item-title {
  text-align: left;
  color: #000000;
}
.cid-tWfFvYc5Oz .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-tWfFvYc5Oz .mbr-section-subtitle,
.cid-tWfFvYc5Oz .subtitle-wrap,
.cid-tWfFvYc5Oz .mbr-section-btn {
  text-align: left;
}
.cid-tWfFvYc5Oz .mbr-text,
.cid-tWfFvYc5Oz .item .mbr-section-btn {
  color: #ffffff;
}
.cid-tWfFvYc5Oz .mbr-text {
  color: #000000;
}
.cid-tWd4HVMpZ7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2e7f8;
}
.cid-tWd4HVMpZ7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWd4HVMpZ7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWd4HVMpZ7 .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-tWd4HVMpZ7 .container {
    padding: 10px 8px;
  }
}
.cid-tWd4HVMpZ7 .row-main {
  border-radius: 25px;
  background-color: #ffffff;
  padding: 40px 32px;
  margin: 0;
  overflow: hidden;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-tWd4HVMpZ7 .row-main {
    padding: 40px 2px;
  }
}
.cid-tWd4HVMpZ7 .row-main .card {
  padding: 0 8px;
}
.cid-tWd4HVMpZ7 .mbr-section-title {
  margin-bottom: 16px;
  color: #222222;
}
.cid-tWd4HVMpZ7 .mbr-desc {
  opacity: .5;
  margin-bottom: 16px;
  color: #222222;
}
.cid-tWd4HVMpZ7 .list-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media (max-width: 1200px) {
  .cid-tWd4HVMpZ7 .list-wrapper {
    display: block;
  }
}
.cid-tWd4HVMpZ7 .list-wrapper .list {
  margin-bottom: 20px;
  padding: 0;
  list-style-type: none;
}
.cid-tWd4HVMpZ7 .list-wrapper .list .item-wrap {
  opacity: .5;
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-tWd4HVMpZ7 .list-wrapper .list .item-wrap:hover,
.cid-tWd4HVMpZ7 .list-wrapper .list .item-wrap:focus {
  opacity: 1;
}
@media (max-width: 992px) {
  .cid-tWd4HVMpZ7 .social-wrapper {
    margin-bottom: 20px;
  }
}
.cid-tWd4HVMpZ7 .social-wrapper .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-tWd4HVMpZ7 .social-wrapper .soc-wrap .soc-item {
  margin-left: -0.5rem;
}
.cid-tWd4HVMpZ7 .social-wrapper .soc-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-tWd4HVMpZ7 .social-wrapper .soc-wrap .soc-item a {
  display: block;
}
.cid-tWd4HVMpZ7 .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-tWd4HVMpZ7 .social-wrapper .soc-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #3283fb;
  border: 1px solid #3283fb;
  color: #ffffff;
}
.cid-tWd4HVMpZ7 .social-wrapper .soc-wrap .soc-item a .mbr-iconfont {
  width: 60px;
  height: 60px;
  font-size: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  color: #222222;
  background-color: #ffffff;
  border: 1px solid #bdbdbd;
  transition: all 0.3s ease-in-out;
}
.cid-tWd4HVMpZ7 .contacts-wrapper {
  margin-bottom: 20px;
}
.cid-tWd4HVMpZ7 .contacts-wrapper:last-child {
  margin-bottom: 0;
}
.cid-tWd4HVMpZ7 .contacts-wrapper a {
  display: block;
}
.cid-tWd4HVMpZ7 .contacts-wrapper a:hover .mbr-contact,
.cid-tWd4HVMpZ7 .contacts-wrapper a:focus .mbr-contact {
  opacity: .5;
}
.cid-tWd4HVMpZ7 .contacts-wrapper a .mbr-contact {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-tWd4HVMpZ7 .contacts-wrapper .mbr-contact-desc {
  opacity: .5;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-tWd4HVMpZ7 .mbr-section-btn .btn {
    padding: 35px 50px;
  }
}
.cid-tWd4HVMpZ7 .row-copy {
  background-color: transparent;
  border-radius: 0;
  padding: 40px 32px;
  margin: 0;
}
@media (max-width: 768px) {
  .cid-tWd4HVMpZ7 .row-copy {
    padding: 40px 2px;
  }
}
.cid-tWd4HVMpZ7 .row-copy .card {
  padding: 0 8px;
}
.cid-tWd4HVMpZ7 .row-copy .card .mbr-copy {
  margin-bottom: 0;
}
.cid-tWd4HVMpZ7 .list {
  color: #222222;
}
.cid-tWd4HVMpZ7 .mbr-contact {
  color: #222222;
}
.cid-tWd4HVMpZ7 .mbr-contact-desc {
  color: #222222;
}
.cid-tWd4HVMpZ7 .mbr-copy {
  color: #000000;
  text-align: center;
}
.cid-uEFFwpFFUO {
  background-color: transparent;
}
.cid-uEFFwpFFUO .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uEFFwpFFUO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uEFFwpFFUO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uEFFwpFFUO .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uEFFwpFFUO .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uEFFwpFFUO .menu_box .navbar.opened,
  .cid-uEFFwpFFUO .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uEFFwpFFUO .navbar-dropdown {
  position: relative !important;
}
.cid-uEFFwpFFUO .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uEFFwpFFUO .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uEFFwpFFUO .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uEFFwpFFUO .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uEFFwpFFUO .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uEFFwpFFUO .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #3283fb;
  }
  .cid-uEFFwpFFUO .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uEFFwpFFUO .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uEFFwpFFUO .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uEFFwpFFUO .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uEFFwpFFUO .offcanvas-body .mbr-text,
  .cid-uEFFwpFFUO .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uEFFwpFFUO .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uEFFwpFFUO .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uEFFwpFFUO .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #222222;
  }
  .cid-uEFFwpFFUO .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uEFFwpFFUO .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uEFFwpFFUO .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uEFFwpFFUO .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uEFFwpFFUO ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uEFFwpFFUO .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uEFFwpFFUO .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uEFFwpFFUO .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uEFFwpFFUO li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uEFFwpFFUO .lg_brand {
    margin: 0 1rem;
  }
  .cid-uEFFwpFFUO .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: fit-content;
    justify-content: center;
    min-width: 200px;
    margin: 0 auto;
    background-color: #e2e7f8;
    border-radius: 25px;
  }
}
.cid-uEFFwpFFUO .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uEFFwpFFUO .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uEFFwpFFUO .nav-item {
    margin: 0 !important;
  }
}
.cid-uEFFwpFFUO .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  opacity: .5;
}
.cid-uEFFwpFFUO .nav-item .nav-link:hover,
.cid-uEFFwpFFUO .nav-item .nav-link:focus {
  color: #3283fb !important;
  opacity: 1;
}
.cid-uEFFwpFFUO .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uEFFwpFFUO .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uEFFwpFFUO .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uEFFwpFFUO .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uEFFwpFFUO .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uEFFwpFFUO .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uEFFwpFFUO .offcanvas_box {
    display: none;
  }
}
.cid-uEFFwpFFUO .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uEFFwpFFUO .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uEFFwpFFUO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uEFFwpFFUO .container {
  display: flex;
  margin: auto;
}
.cid-uEFFwpFFUO .iconfont-wrapper {
  color: #222222;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uEFFwpFFUO .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uEFFwpFFUO .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uEFFwpFFUO .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uEFFwpFFUO .navbar-nav {
    margin: 0;
  }
}
.cid-uEFFwpFFUO .dropdown-menu,
.cid-uEFFwpFFUO .navbar.opened {
  background-color: false !important;
}
.cid-uEFFwpFFUO .nav-item:focus,
.cid-uEFFwpFFUO .nav-link:focus {
  outline: none;
}
.cid-uEFFwpFFUO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uEFFwpFFUO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uEFFwpFFUO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uEFFwpFFUO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uEFFwpFFUO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uEFFwpFFUO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uEFFwpFFUO .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uEFFwpFFUO .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uEFFwpFFUO .navbar.opened {
  transition: all 0.3s;
}
.cid-uEFFwpFFUO .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uEFFwpFFUO .navbar .navbar-logo img {
  max-width: 60px;
  min-height: 60px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uEFFwpFFUO .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uEFFwpFFUO .navbar.collapsed {
  justify-content: center;
}
.cid-uEFFwpFFUO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uEFFwpFFUO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uEFFwpFFUO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uEFFwpFFUO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uEFFwpFFUO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uEFFwpFFUO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uEFFwpFFUO .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uEFFwpFFUO .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uEFFwpFFUO .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uEFFwpFFUO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uEFFwpFFUO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uEFFwpFFUO .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uEFFwpFFUO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uEFFwpFFUO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uEFFwpFFUO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uEFFwpFFUO .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uEFFwpFFUO .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uEFFwpFFUO .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uEFFwpFFUO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uEFFwpFFUO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uEFFwpFFUO .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uEFFwpFFUO .navbar.navbar-short {
  min-height: 60px;
}
.cid-uEFFwpFFUO .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uEFFwpFFUO .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uEFFwpFFUO .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-uEFFwpFFUO .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uEFFwpFFUO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uEFFwpFFUO .dropdown-item.active,
.cid-uEFFwpFFUO .dropdown-item:active {
  background-color: transparent;
}
.cid-uEFFwpFFUO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 8px 12px !important;
}
.cid-uEFFwpFFUO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uEFFwpFFUO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uEFFwpFFUO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uEFFwpFFUO ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uEFFwpFFUO .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uEFFwpFFUO button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #e2e7f8;
}
.cid-uEFFwpFFUO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-uEFFwpFFUO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uEFFwpFFUO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uEFFwpFFUO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uEFFwpFFUO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uEFFwpFFUO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEFFwpFFUO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uEFFwpFFUO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uEFFwpFFUO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEFFwpFFUO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uEFFwpFFUO .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uEFFwpFFUO .navbar {
    height: 70px;
  }
  .cid-uEFFwpFFUO .navbar.opened {
    height: auto;
  }
  .cid-uEFFwpFFUO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uEFFwpFFUO .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uEFFwpFFUO .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uEFFwpFFUO .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uEFFwpFFUO .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uEFFwpFFUO .mbr-section-btn-main .btn {
  margin: 8px;
  padding: 11px 25px;
  min-width: 180px;
  border-radius: 30px !important;
}
.cid-uEFFwpFFUO .navbar-caption:hover {
  color: #3283fb;
}
@media (min-width: 992px) {
  .cid-uEFFwpFFUO .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uEFFwpFFUO .text_widget {
  margin-bottom: 32px;
}
.cid-uEFFwpFFUO .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uEFFwpFFUO .text_widget a:hover,
.cid-uEFFwpFFUO .text_widget a:focus {
  opacity: .8;
}
@media (max-width: 1199px) {
  .cid-uEFFwpFFUO .navbar-nav.nav-dropdown {
    margin: 0 16px;
    width: 100%;
  }
}
.cid-uEFFwpFFUO .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uEFFwpFFUO .navbar-caption {
  color: #222222;
}
.cid-uEFFwpFFUO .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uEFFwpFFUO .mbr-section-subtitle,
.cid-uEFFwpFFUO .text_widget,
.cid-uEFFwpFFUO .mbr-section-btn {
  text-align: center;
}
.cid-uEFFwpFFUO a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uEFFwqJspc {
  display: flex;
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #e1edff;
}
@media (min-width: 768px) {
  .cid-uEFFwqJspc {
    align-items: center;
  }
  .cid-uEFFwqJspc .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uEFFwqJspc .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uEFFwqJspc {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uEFFwqJspc .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uEFFwqJspc .content-wrap {
    width: 100%;
  }
}
.cid-uEFFwqJspc .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uEFFwqJspc .mbr-text,
.cid-uEFFwqJspc .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uEFFwrhKJY {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uEFFwrhKJY .item-img {
  position: relative;
}
.cid-uEFFwrhKJY .item-img img {
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-uEFFwrhKJY .card-text {
    padding-left: 4rem;
  }
}
.cid-uEFFwrhKJY h5 {
  line-height: 1.2;
}
.cid-uEFFwrhKJY .card {
  margin-bottom: 2rem;
}
.cid-uEFFwrhKJY .card:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-uEFFwrhKJY .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-uEFFwrhKJY .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  min-height: 250px;
  background: #d9db4d;
}
@media (max-width: 992px) {
  .cid-uEFFwrhKJY .image-wrapper {
    min-height: 200px;
  }
}
.cid-uEFFwrhKJY .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uEFFwrhKJY .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uEFFwrhKJY .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-uEFFwrhKJY .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-uEFFwrhKJY .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-uEFFwrhKJY .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uEFFwrhKJY .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-uEFFwrhKJY .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-uEFFwrhKJY .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-uEFFwrhKJY .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-uEFFwrhKJY .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uEFFwrhKJY .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-uEFFwrhKJY img,
.cid-uEFFwrhKJY .item-img {
  width: 100%;
}
.cid-uEFFwrhKJY .item:focus,
.cid-uEFFwrhKJY span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-uEFFwrhKJY .item {
    margin-bottom: 1rem;
  }
}
.cid-uEFFwrhKJY .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uEFFwrhKJY .item-title {
  text-align: left;
  color: #000000;
}
.cid-uEFFwrhKJY .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uEFFwrhKJY .mbr-section-subtitle,
.cid-uEFFwrhKJY .subtitle-wrap,
.cid-uEFFwrhKJY .mbr-section-btn {
  text-align: left;
}
.cid-uEFFwrhKJY .mbr-text,
.cid-uEFFwrhKJY .item .mbr-section-btn {
  color: #ffffff;
}
.cid-uEFFwrhKJY .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uEFFwsQwKa {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uEFFwsQwKa .item-img {
  position: relative;
}
.cid-uEFFwsQwKa .item-img img {
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-uEFFwsQwKa .card-text {
    padding-left: 4rem;
  }
}
.cid-uEFFwsQwKa h5 {
  line-height: 1.2;
}
.cid-uEFFwsQwKa .card {
  margin-bottom: 2rem;
}
.cid-uEFFwsQwKa .card:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-uEFFwsQwKa .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-uEFFwsQwKa .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  min-height: 250px;
  background: #d9db4d;
}
@media (max-width: 992px) {
  .cid-uEFFwsQwKa .image-wrapper {
    min-height: 200px;
  }
}
.cid-uEFFwsQwKa .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uEFFwsQwKa .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uEFFwsQwKa .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-uEFFwsQwKa .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-uEFFwsQwKa .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-uEFFwsQwKa .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uEFFwsQwKa .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-uEFFwsQwKa .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-uEFFwsQwKa .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-uEFFwsQwKa .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-uEFFwsQwKa .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uEFFwsQwKa .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-uEFFwsQwKa img,
.cid-uEFFwsQwKa .item-img {
  width: 100%;
}
.cid-uEFFwsQwKa .item:focus,
.cid-uEFFwsQwKa span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-uEFFwsQwKa .item {
    margin-bottom: 1rem;
  }
}
.cid-uEFFwsQwKa .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uEFFwsQwKa .item-title {
  text-align: left;
  color: #000000;
}
.cid-uEFFwsQwKa .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uEFFwsQwKa .mbr-section-subtitle,
.cid-uEFFwsQwKa .subtitle-wrap,
.cid-uEFFwsQwKa .mbr-section-btn {
  text-align: left;
}
.cid-uEFFwsQwKa .mbr-text,
.cid-uEFFwsQwKa .item .mbr-section-btn {
  color: #ffffff;
}
.cid-uEFFwsQwKa .mbr-text {
  color: #000000;
}
.cid-uEFFwtrVST {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uEFFwtrVST .item-img {
  position: relative;
}
.cid-uEFFwtrVST .item-img img {
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-uEFFwtrVST .card-text {
    padding-left: 4rem;
  }
}
.cid-uEFFwtrVST h5 {
  line-height: 1.2;
}
.cid-uEFFwtrVST .card {
  margin-bottom: 2rem;
}
.cid-uEFFwtrVST .card:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-uEFFwtrVST .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-uEFFwtrVST .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  min-height: 250px;
  background: #d9db4d;
}
@media (max-width: 992px) {
  .cid-uEFFwtrVST .image-wrapper {
    min-height: 200px;
  }
}
.cid-uEFFwtrVST .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uEFFwtrVST .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uEFFwtrVST .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-uEFFwtrVST .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-uEFFwtrVST .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-uEFFwtrVST .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uEFFwtrVST .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-uEFFwtrVST .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-uEFFwtrVST .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-uEFFwtrVST .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-uEFFwtrVST .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uEFFwtrVST .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-uEFFwtrVST img,
.cid-uEFFwtrVST .item-img {
  width: 100%;
}
.cid-uEFFwtrVST .item:focus,
.cid-uEFFwtrVST span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-uEFFwtrVST .item {
    margin-bottom: 1rem;
  }
}
.cid-uEFFwtrVST .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uEFFwtrVST .item-title {
  text-align: left;
  color: #000000;
}
.cid-uEFFwtrVST .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uEFFwtrVST .mbr-section-subtitle,
.cid-uEFFwtrVST .subtitle-wrap,
.cid-uEFFwtrVST .mbr-section-btn {
  text-align: left;
}
.cid-uEFFwtrVST .mbr-text,
.cid-uEFFwtrVST .item .mbr-section-btn {
  color: #ffffff;
}
.cid-uEFFwtrVST .mbr-text {
  color: #000000;
}
.cid-uEFGNUvoqK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2e7f8;
}
.cid-uEFGNUvoqK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEFGNUvoqK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEFGNUvoqK .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-uEFGNUvoqK .container {
    padding: 10px 8px;
  }
}
.cid-uEFGNUvoqK .row {
  border-radius: 25px;
  background-color: #d9db4d;
  box-shadow: inset 0 0 5rem #d9db4d;
  padding: 100px 40px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-uEFGNUvoqK .row {
    padding: 50px 10px;
  }
}
.cid-uEFGNUvoqK .row .card {
  padding: 0;
}
.cid-uEFGNUvoqK .mbr-section-subtitle {
  opacity: .5;
  margin-bottom: 40px;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uEFGNUvoqK .mbr-section-subtitle {
    margin-bottom: 30px;
  }
}
.cid-uEFGNUvoqK .mbr-section-title {
  margin: 0;
  color: #000000;
  text-align: center;
}
.cid-uEFGNUvoqK .mbr-section-title span {
  opacity: .5;
}
.cid-uEFFwOFSlA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2e7f8;
}
.cid-uEFFwOFSlA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEFFwOFSlA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEFFwOFSlA .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-uEFFwOFSlA .container {
    padding: 10px 8px;
  }
}
.cid-uEFFwOFSlA .row-main {
  border-radius: 25px;
  background-color: #ffffff;
  padding: 40px 32px;
  margin: 0;
  overflow: hidden;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-uEFFwOFSlA .row-main {
    padding: 40px 2px;
  }
}
.cid-uEFFwOFSlA .row-main .card {
  padding: 0 8px;
}
.cid-uEFFwOFSlA .mbr-section-title {
  margin-bottom: 16px;
  color: #222222;
}
.cid-uEFFwOFSlA .mbr-desc {
  opacity: .5;
  margin-bottom: 16px;
  color: #222222;
}
.cid-uEFFwOFSlA .list-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media (max-width: 1200px) {
  .cid-uEFFwOFSlA .list-wrapper {
    display: block;
  }
}
.cid-uEFFwOFSlA .list-wrapper .list {
  margin-bottom: 20px;
  padding: 0;
  list-style-type: none;
}
.cid-uEFFwOFSlA .list-wrapper .list .item-wrap {
  opacity: .5;
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uEFFwOFSlA .list-wrapper .list .item-wrap:hover,
.cid-uEFFwOFSlA .list-wrapper .list .item-wrap:focus {
  opacity: 1;
}
@media (max-width: 992px) {
  .cid-uEFFwOFSlA .social-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uEFFwOFSlA .social-wrapper .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uEFFwOFSlA .social-wrapper .soc-wrap .soc-item {
  margin-left: -0.5rem;
}
.cid-uEFFwOFSlA .social-wrapper .soc-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uEFFwOFSlA .social-wrapper .soc-wrap .soc-item a {
  display: block;
}
.cid-uEFFwOFSlA .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uEFFwOFSlA .social-wrapper .soc-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #3283fb;
  border: 1px solid #3283fb;
  color: #ffffff;
}
.cid-uEFFwOFSlA .social-wrapper .soc-wrap .soc-item a .mbr-iconfont {
  width: 60px;
  height: 60px;
  font-size: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  color: #222222;
  background-color: #ffffff;
  border: 1px solid #bdbdbd;
  transition: all 0.3s ease-in-out;
}
.cid-uEFFwOFSlA .contacts-wrapper {
  margin-bottom: 20px;
}
.cid-uEFFwOFSlA .contacts-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uEFFwOFSlA .contacts-wrapper a {
  display: block;
}
.cid-uEFFwOFSlA .contacts-wrapper a:hover .mbr-contact,
.cid-uEFFwOFSlA .contacts-wrapper a:focus .mbr-contact {
  opacity: .5;
}
.cid-uEFFwOFSlA .contacts-wrapper a .mbr-contact {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-uEFFwOFSlA .contacts-wrapper .mbr-contact-desc {
  opacity: .5;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-uEFFwOFSlA .mbr-section-btn .btn {
    padding: 35px 50px;
  }
}
.cid-uEFFwOFSlA .row-copy {
  background-color: transparent;
  border-radius: 0;
  padding: 40px 32px;
  margin: 0;
}
@media (max-width: 768px) {
  .cid-uEFFwOFSlA .row-copy {
    padding: 40px 2px;
  }
}
.cid-uEFFwOFSlA .row-copy .card {
  padding: 0 8px;
}
.cid-uEFFwOFSlA .row-copy .card .mbr-copy {
  margin-bottom: 0;
}
.cid-uEFFwOFSlA .list {
  color: #222222;
}
.cid-uEFFwOFSlA .mbr-contact {
  color: #222222;
}
.cid-uEFFwOFSlA .mbr-contact-desc {
  color: #222222;
}
.cid-uEFFwOFSlA .mbr-copy {
  color: #000000;
  text-align: center;
}
.cid-uEFJ3Gg6MT {
  background-color: transparent;
}
.cid-uEFJ3Gg6MT .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uEFJ3Gg6MT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uEFJ3Gg6MT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uEFJ3Gg6MT .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uEFJ3Gg6MT .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uEFJ3Gg6MT .menu_box .navbar.opened,
  .cid-uEFJ3Gg6MT .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uEFJ3Gg6MT .navbar-dropdown {
  position: relative !important;
}
.cid-uEFJ3Gg6MT .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uEFJ3Gg6MT .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uEFJ3Gg6MT .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uEFJ3Gg6MT .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uEFJ3Gg6MT .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uEFJ3Gg6MT .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #3283fb;
  }
  .cid-uEFJ3Gg6MT .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uEFJ3Gg6MT .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uEFJ3Gg6MT .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uEFJ3Gg6MT .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uEFJ3Gg6MT .offcanvas-body .mbr-text,
  .cid-uEFJ3Gg6MT .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uEFJ3Gg6MT .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uEFJ3Gg6MT .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uEFJ3Gg6MT .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #222222;
  }
  .cid-uEFJ3Gg6MT .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uEFJ3Gg6MT .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uEFJ3Gg6MT .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uEFJ3Gg6MT .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uEFJ3Gg6MT ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uEFJ3Gg6MT .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uEFJ3Gg6MT .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uEFJ3Gg6MT .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uEFJ3Gg6MT li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uEFJ3Gg6MT .lg_brand {
    margin: 0 1rem;
  }
  .cid-uEFJ3Gg6MT .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: fit-content;
    justify-content: center;
    min-width: 200px;
    margin: 0 auto;
    background-color: #e2e7f8;
    border-radius: 25px;
  }
}
.cid-uEFJ3Gg6MT .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uEFJ3Gg6MT .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uEFJ3Gg6MT .nav-item {
    margin: 0 !important;
  }
}
.cid-uEFJ3Gg6MT .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  opacity: .5;
}
.cid-uEFJ3Gg6MT .nav-item .nav-link:hover,
.cid-uEFJ3Gg6MT .nav-item .nav-link:focus {
  color: #3283fb !important;
  opacity: 1;
}
.cid-uEFJ3Gg6MT .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uEFJ3Gg6MT .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uEFJ3Gg6MT .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uEFJ3Gg6MT .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uEFJ3Gg6MT .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uEFJ3Gg6MT .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uEFJ3Gg6MT .offcanvas_box {
    display: none;
  }
}
.cid-uEFJ3Gg6MT .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uEFJ3Gg6MT .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uEFJ3Gg6MT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uEFJ3Gg6MT .container {
  display: flex;
  margin: auto;
}
.cid-uEFJ3Gg6MT .iconfont-wrapper {
  color: #222222;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uEFJ3Gg6MT .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uEFJ3Gg6MT .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uEFJ3Gg6MT .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uEFJ3Gg6MT .navbar-nav {
    margin: 0;
  }
}
.cid-uEFJ3Gg6MT .dropdown-menu,
.cid-uEFJ3Gg6MT .navbar.opened {
  background-color: false !important;
}
.cid-uEFJ3Gg6MT .nav-item:focus,
.cid-uEFJ3Gg6MT .nav-link:focus {
  outline: none;
}
.cid-uEFJ3Gg6MT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uEFJ3Gg6MT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uEFJ3Gg6MT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uEFJ3Gg6MT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uEFJ3Gg6MT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uEFJ3Gg6MT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uEFJ3Gg6MT .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uEFJ3Gg6MT .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uEFJ3Gg6MT .navbar.opened {
  transition: all 0.3s;
}
.cid-uEFJ3Gg6MT .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uEFJ3Gg6MT .navbar .navbar-logo img {
  max-width: 60px;
  min-height: 60px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uEFJ3Gg6MT .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uEFJ3Gg6MT .navbar.collapsed {
  justify-content: center;
}
.cid-uEFJ3Gg6MT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uEFJ3Gg6MT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uEFJ3Gg6MT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uEFJ3Gg6MT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uEFJ3Gg6MT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uEFJ3Gg6MT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uEFJ3Gg6MT .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uEFJ3Gg6MT .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uEFJ3Gg6MT .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uEFJ3Gg6MT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uEFJ3Gg6MT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uEFJ3Gg6MT .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uEFJ3Gg6MT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uEFJ3Gg6MT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uEFJ3Gg6MT .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uEFJ3Gg6MT .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uEFJ3Gg6MT .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uEFJ3Gg6MT .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uEFJ3Gg6MT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uEFJ3Gg6MT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uEFJ3Gg6MT .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uEFJ3Gg6MT .navbar.navbar-short {
  min-height: 60px;
}
.cid-uEFJ3Gg6MT .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uEFJ3Gg6MT .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uEFJ3Gg6MT .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-uEFJ3Gg6MT .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uEFJ3Gg6MT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uEFJ3Gg6MT .dropdown-item.active,
.cid-uEFJ3Gg6MT .dropdown-item:active {
  background-color: transparent;
}
.cid-uEFJ3Gg6MT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 8px 12px !important;
}
.cid-uEFJ3Gg6MT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uEFJ3Gg6MT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uEFJ3Gg6MT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uEFJ3Gg6MT ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uEFJ3Gg6MT .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uEFJ3Gg6MT button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #e2e7f8;
}
.cid-uEFJ3Gg6MT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-uEFJ3Gg6MT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uEFJ3Gg6MT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uEFJ3Gg6MT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uEFJ3Gg6MT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uEFJ3Gg6MT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEFJ3Gg6MT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uEFJ3Gg6MT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uEFJ3Gg6MT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEFJ3Gg6MT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uEFJ3Gg6MT .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uEFJ3Gg6MT .navbar {
    height: 70px;
  }
  .cid-uEFJ3Gg6MT .navbar.opened {
    height: auto;
  }
  .cid-uEFJ3Gg6MT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uEFJ3Gg6MT .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uEFJ3Gg6MT .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uEFJ3Gg6MT .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uEFJ3Gg6MT .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uEFJ3Gg6MT .mbr-section-btn-main .btn {
  margin: 8px;
  padding: 11px 25px;
  min-width: 180px;
  border-radius: 30px !important;
}
.cid-uEFJ3Gg6MT .navbar-caption:hover {
  color: #3283fb;
}
@media (min-width: 992px) {
  .cid-uEFJ3Gg6MT .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uEFJ3Gg6MT .text_widget {
  margin-bottom: 32px;
}
.cid-uEFJ3Gg6MT .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uEFJ3Gg6MT .text_widget a:hover,
.cid-uEFJ3Gg6MT .text_widget a:focus {
  opacity: .8;
}
@media (max-width: 1199px) {
  .cid-uEFJ3Gg6MT .navbar-nav.nav-dropdown {
    margin: 0 16px;
    width: 100%;
  }
}
.cid-uEFJ3Gg6MT .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uEFJ3Gg6MT .navbar-caption {
  color: #222222;
}
.cid-uEFJ3Gg6MT .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uEFJ3Gg6MT .mbr-section-subtitle,
.cid-uEFJ3Gg6MT .text_widget,
.cid-uEFJ3Gg6MT .mbr-section-btn {
  text-align: center;
}
.cid-uEFJ3Gg6MT a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uEFJ3H19IH {
  display: flex;
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #e1edff;
}
@media (min-width: 768px) {
  .cid-uEFJ3H19IH {
    align-items: center;
  }
  .cid-uEFJ3H19IH .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uEFJ3H19IH .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uEFJ3H19IH {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uEFJ3H19IH .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uEFJ3H19IH .content-wrap {
    width: 100%;
  }
}
.cid-uEFJ3H19IH .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uEFJ3H19IH .mbr-text,
.cid-uEFJ3H19IH .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uEFJ3HjSnP {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uEFJ3HjSnP .item-img {
  position: relative;
}
.cid-uEFJ3HjSnP .item-img img {
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-uEFJ3HjSnP .card-text {
    padding-left: 4rem;
  }
}
.cid-uEFJ3HjSnP h5 {
  line-height: 1.2;
}
.cid-uEFJ3HjSnP .card {
  margin-bottom: 2rem;
}
.cid-uEFJ3HjSnP .card:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-uEFJ3HjSnP .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-uEFJ3HjSnP .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  min-height: 250px;
  background: #d9db4d;
}
@media (max-width: 992px) {
  .cid-uEFJ3HjSnP .image-wrapper {
    min-height: 200px;
  }
}
.cid-uEFJ3HjSnP .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uEFJ3HjSnP .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uEFJ3HjSnP .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-uEFJ3HjSnP .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-uEFJ3HjSnP .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-uEFJ3HjSnP .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uEFJ3HjSnP .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-uEFJ3HjSnP .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-uEFJ3HjSnP .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-uEFJ3HjSnP .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-uEFJ3HjSnP .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uEFJ3HjSnP .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-uEFJ3HjSnP img,
.cid-uEFJ3HjSnP .item-img {
  width: 100%;
}
.cid-uEFJ3HjSnP .item:focus,
.cid-uEFJ3HjSnP span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-uEFJ3HjSnP .item {
    margin-bottom: 1rem;
  }
}
.cid-uEFJ3HjSnP .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uEFJ3HjSnP .item-title {
  text-align: left;
  color: #000000;
}
.cid-uEFJ3HjSnP .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uEFJ3HjSnP .mbr-section-subtitle,
.cid-uEFJ3HjSnP .subtitle-wrap,
.cid-uEFJ3HjSnP .mbr-section-btn {
  text-align: left;
}
.cid-uEFJ3HjSnP .mbr-text,
.cid-uEFJ3HjSnP .item .mbr-section-btn {
  color: #ffffff;
}
.cid-uEFJ3HjSnP .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uEFJ3HIl2M {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uEFJ3HIl2M .item-img {
  position: relative;
}
.cid-uEFJ3HIl2M .item-img img {
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-uEFJ3HIl2M .card-text {
    padding-left: 4rem;
  }
}
.cid-uEFJ3HIl2M h5 {
  line-height: 1.2;
}
.cid-uEFJ3HIl2M .card {
  margin-bottom: 2rem;
}
.cid-uEFJ3HIl2M .card:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-uEFJ3HIl2M .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-uEFJ3HIl2M .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  min-height: 250px;
  background: #d9db4d;
}
@media (max-width: 992px) {
  .cid-uEFJ3HIl2M .image-wrapper {
    min-height: 200px;
  }
}
.cid-uEFJ3HIl2M .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uEFJ3HIl2M .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uEFJ3HIl2M .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-uEFJ3HIl2M .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-uEFJ3HIl2M .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-uEFJ3HIl2M .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uEFJ3HIl2M .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-uEFJ3HIl2M .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-uEFJ3HIl2M .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-uEFJ3HIl2M .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-uEFJ3HIl2M .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uEFJ3HIl2M .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-uEFJ3HIl2M img,
.cid-uEFJ3HIl2M .item-img {
  width: 100%;
}
.cid-uEFJ3HIl2M .item:focus,
.cid-uEFJ3HIl2M span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-uEFJ3HIl2M .item {
    margin-bottom: 1rem;
  }
}
.cid-uEFJ3HIl2M .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uEFJ3HIl2M .item-title {
  text-align: left;
  color: #000000;
}
.cid-uEFJ3HIl2M .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uEFJ3HIl2M .mbr-section-subtitle,
.cid-uEFJ3HIl2M .subtitle-wrap,
.cid-uEFJ3HIl2M .mbr-section-btn {
  text-align: left;
}
.cid-uEFJ3HIl2M .mbr-text,
.cid-uEFJ3HIl2M .item .mbr-section-btn {
  color: #ffffff;
}
.cid-uEFJ3HIl2M .mbr-text {
  color: #000000;
}
.cid-uEFJ3I1LU3 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uEFJ3I1LU3 .item-img {
  position: relative;
}
.cid-uEFJ3I1LU3 .item-img img {
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-uEFJ3I1LU3 .card-text {
    padding-left: 4rem;
  }
}
.cid-uEFJ3I1LU3 h5 {
  line-height: 1.2;
}
.cid-uEFJ3I1LU3 .card {
  margin-bottom: 2rem;
}
.cid-uEFJ3I1LU3 .card:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-uEFJ3I1LU3 .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-uEFJ3I1LU3 .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  min-height: 250px;
  background: #d9db4d;
}
@media (max-width: 992px) {
  .cid-uEFJ3I1LU3 .image-wrapper {
    min-height: 200px;
  }
}
.cid-uEFJ3I1LU3 .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uEFJ3I1LU3 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uEFJ3I1LU3 .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-uEFJ3I1LU3 .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-uEFJ3I1LU3 .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-uEFJ3I1LU3 .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uEFJ3I1LU3 .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-uEFJ3I1LU3 .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-uEFJ3I1LU3 .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-uEFJ3I1LU3 .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-uEFJ3I1LU3 .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uEFJ3I1LU3 .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-uEFJ3I1LU3 img,
.cid-uEFJ3I1LU3 .item-img {
  width: 100%;
}
.cid-uEFJ3I1LU3 .item:focus,
.cid-uEFJ3I1LU3 span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-uEFJ3I1LU3 .item {
    margin-bottom: 1rem;
  }
}
.cid-uEFJ3I1LU3 .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uEFJ3I1LU3 .item-title {
  text-align: left;
  color: #000000;
}
.cid-uEFJ3I1LU3 .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uEFJ3I1LU3 .mbr-section-subtitle,
.cid-uEFJ3I1LU3 .subtitle-wrap,
.cid-uEFJ3I1LU3 .mbr-section-btn {
  text-align: left;
}
.cid-uEFJ3I1LU3 .mbr-text,
.cid-uEFJ3I1LU3 .item .mbr-section-btn {
  color: #ffffff;
}
.cid-uEFJ3I1LU3 .mbr-text {
  color: #000000;
}
.cid-uEFKiXEA42 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uEFKiXEA42 .item-img {
  position: relative;
}
.cid-uEFKiXEA42 .item-img img {
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-uEFKiXEA42 .card-text {
    padding-left: 4rem;
  }
}
.cid-uEFKiXEA42 h5 {
  line-height: 1.2;
}
.cid-uEFKiXEA42 .card {
  margin-bottom: 2rem;
}
.cid-uEFKiXEA42 .card:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-uEFKiXEA42 .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-uEFKiXEA42 .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  min-height: 250px;
  background: #d9db4d;
}
@media (max-width: 992px) {
  .cid-uEFKiXEA42 .image-wrapper {
    min-height: 200px;
  }
}
.cid-uEFKiXEA42 .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uEFKiXEA42 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uEFKiXEA42 .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-uEFKiXEA42 .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-uEFKiXEA42 .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-uEFKiXEA42 .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uEFKiXEA42 .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-uEFKiXEA42 .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-uEFKiXEA42 .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-uEFKiXEA42 .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-uEFKiXEA42 .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uEFKiXEA42 .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-uEFKiXEA42 img,
.cid-uEFKiXEA42 .item-img {
  width: 100%;
}
.cid-uEFKiXEA42 .item:focus,
.cid-uEFKiXEA42 span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-uEFKiXEA42 .item {
    margin-bottom: 1rem;
  }
}
.cid-uEFKiXEA42 .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uEFKiXEA42 .item-title {
  text-align: left;
  color: #000000;
}
.cid-uEFKiXEA42 .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uEFKiXEA42 .mbr-section-subtitle,
.cid-uEFKiXEA42 .subtitle-wrap,
.cid-uEFKiXEA42 .mbr-section-btn {
  text-align: left;
}
.cid-uEFKiXEA42 .mbr-text,
.cid-uEFKiXEA42 .item .mbr-section-btn {
  color: #ffffff;
}
.cid-uEFKiXEA42 .mbr-text {
  color: #000000;
}
.cid-uEFKuioSVJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uEFKuioSVJ .item-img {
  position: relative;
}
.cid-uEFKuioSVJ .item-img img {
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-uEFKuioSVJ .card-text {
    padding-left: 4rem;
  }
}
.cid-uEFKuioSVJ h5 {
  line-height: 1.2;
}
.cid-uEFKuioSVJ .card {
  margin-bottom: 2rem;
}
.cid-uEFKuioSVJ .card:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-uEFKuioSVJ .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-uEFKuioSVJ .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  min-height: 250px;
  background: #d9db4d;
}
@media (max-width: 992px) {
  .cid-uEFKuioSVJ .image-wrapper {
    min-height: 200px;
  }
}
.cid-uEFKuioSVJ .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uEFKuioSVJ .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uEFKuioSVJ .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-uEFKuioSVJ .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-uEFKuioSVJ .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-uEFKuioSVJ .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uEFKuioSVJ .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-uEFKuioSVJ .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-uEFKuioSVJ .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-uEFKuioSVJ .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-uEFKuioSVJ .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uEFKuioSVJ .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-uEFKuioSVJ img,
.cid-uEFKuioSVJ .item-img {
  width: 100%;
}
.cid-uEFKuioSVJ .item:focus,
.cid-uEFKuioSVJ span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-uEFKuioSVJ .item {
    margin-bottom: 1rem;
  }
}
.cid-uEFKuioSVJ .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uEFKuioSVJ .item-title {
  text-align: left;
  color: #000000;
}
.cid-uEFKuioSVJ .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uEFKuioSVJ .mbr-section-subtitle,
.cid-uEFKuioSVJ .subtitle-wrap,
.cid-uEFKuioSVJ .mbr-section-btn {
  text-align: left;
}
.cid-uEFKuioSVJ .mbr-text,
.cid-uEFKuioSVJ .item .mbr-section-btn {
  color: #ffffff;
}
.cid-uEFKuioSVJ .mbr-text {
  color: #000000;
}
.cid-uEFKwbyf5d {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uEFKwbyf5d .item-img {
  position: relative;
}
.cid-uEFKwbyf5d .item-img img {
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-uEFKwbyf5d .card-text {
    padding-left: 4rem;
  }
}
.cid-uEFKwbyf5d h5 {
  line-height: 1.2;
}
.cid-uEFKwbyf5d .card {
  margin-bottom: 2rem;
}
.cid-uEFKwbyf5d .card:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-uEFKwbyf5d .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-uEFKwbyf5d .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  min-height: 250px;
  background: #d9db4d;
}
@media (max-width: 992px) {
  .cid-uEFKwbyf5d .image-wrapper {
    min-height: 200px;
  }
}
.cid-uEFKwbyf5d .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uEFKwbyf5d .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uEFKwbyf5d .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-uEFKwbyf5d .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-uEFKwbyf5d .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-uEFKwbyf5d .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uEFKwbyf5d .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-uEFKwbyf5d .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-uEFKwbyf5d .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-uEFKwbyf5d .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-uEFKwbyf5d .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uEFKwbyf5d .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-uEFKwbyf5d img,
.cid-uEFKwbyf5d .item-img {
  width: 100%;
}
.cid-uEFKwbyf5d .item:focus,
.cid-uEFKwbyf5d span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-uEFKwbyf5d .item {
    margin-bottom: 1rem;
  }
}
.cid-uEFKwbyf5d .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uEFKwbyf5d .item-title {
  text-align: left;
  color: #000000;
}
.cid-uEFKwbyf5d .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uEFKwbyf5d .mbr-section-subtitle,
.cid-uEFKwbyf5d .subtitle-wrap,
.cid-uEFKwbyf5d .mbr-section-btn {
  text-align: left;
}
.cid-uEFKwbyf5d .mbr-text,
.cid-uEFKwbyf5d .item .mbr-section-btn {
  color: #ffffff;
}
.cid-uEFKwbyf5d .mbr-text {
  color: #000000;
}
.cid-uEFKvEhtfd {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uEFKvEhtfd .item-img {
  position: relative;
}
.cid-uEFKvEhtfd .item-img img {
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-uEFKvEhtfd .card-text {
    padding-left: 4rem;
  }
}
.cid-uEFKvEhtfd h5 {
  line-height: 1.2;
}
.cid-uEFKvEhtfd .card {
  margin-bottom: 2rem;
}
.cid-uEFKvEhtfd .card:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-uEFKvEhtfd .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-uEFKvEhtfd .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  min-height: 250px;
  background: #d9db4d;
}
@media (max-width: 992px) {
  .cid-uEFKvEhtfd .image-wrapper {
    min-height: 200px;
  }
}
.cid-uEFKvEhtfd .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uEFKvEhtfd .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uEFKvEhtfd .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-uEFKvEhtfd .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-uEFKvEhtfd .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-uEFKvEhtfd .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uEFKvEhtfd .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-uEFKvEhtfd .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-uEFKvEhtfd .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-uEFKvEhtfd .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-uEFKvEhtfd .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uEFKvEhtfd .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-uEFKvEhtfd img,
.cid-uEFKvEhtfd .item-img {
  width: 100%;
}
.cid-uEFKvEhtfd .item:focus,
.cid-uEFKvEhtfd span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-uEFKvEhtfd .item {
    margin-bottom: 1rem;
  }
}
.cid-uEFKvEhtfd .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uEFKvEhtfd .item-title {
  text-align: left;
  color: #000000;
}
.cid-uEFKvEhtfd .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uEFKvEhtfd .mbr-section-subtitle,
.cid-uEFKvEhtfd .subtitle-wrap,
.cid-uEFKvEhtfd .mbr-section-btn {
  text-align: left;
}
.cid-uEFKvEhtfd .mbr-text,
.cid-uEFKvEhtfd .item .mbr-section-btn {
  color: #ffffff;
}
.cid-uEFKvEhtfd .mbr-text {
  color: #000000;
}
.cid-uEFKuY04Uz {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uEFKuY04Uz .item-img {
  position: relative;
}
.cid-uEFKuY04Uz .item-img img {
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-uEFKuY04Uz .card-text {
    padding-left: 4rem;
  }
}
.cid-uEFKuY04Uz h5 {
  line-height: 1.2;
}
.cid-uEFKuY04Uz .card {
  margin-bottom: 2rem;
}
.cid-uEFKuY04Uz .card:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-uEFKuY04Uz .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-uEFKuY04Uz .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  min-height: 250px;
  background: #d9db4d;
}
@media (max-width: 992px) {
  .cid-uEFKuY04Uz .image-wrapper {
    min-height: 200px;
  }
}
.cid-uEFKuY04Uz .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uEFKuY04Uz .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uEFKuY04Uz .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-uEFKuY04Uz .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-uEFKuY04Uz .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-uEFKuY04Uz .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uEFKuY04Uz .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-uEFKuY04Uz .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-uEFKuY04Uz .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-uEFKuY04Uz .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-uEFKuY04Uz .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uEFKuY04Uz .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-uEFKuY04Uz img,
.cid-uEFKuY04Uz .item-img {
  width: 100%;
}
.cid-uEFKuY04Uz .item:focus,
.cid-uEFKuY04Uz span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-uEFKuY04Uz .item {
    margin-bottom: 1rem;
  }
}
.cid-uEFKuY04Uz .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uEFKuY04Uz .item-title {
  text-align: left;
  color: #000000;
}
.cid-uEFKuY04Uz .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uEFKuY04Uz .mbr-section-subtitle,
.cid-uEFKuY04Uz .subtitle-wrap,
.cid-uEFKuY04Uz .mbr-section-btn {
  text-align: left;
}
.cid-uEFKuY04Uz .mbr-text,
.cid-uEFKuY04Uz .item .mbr-section-btn {
  color: #ffffff;
}
.cid-uEFKuY04Uz .mbr-text {
  color: #000000;
}
.cid-uEFJ3IsHOT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2e7f8;
}
.cid-uEFJ3IsHOT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEFJ3IsHOT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEFJ3IsHOT .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-uEFJ3IsHOT .container {
    padding: 10px 8px;
  }
}
.cid-uEFJ3IsHOT .row {
  border-radius: 25px;
  background-color: #d9db4d;
  box-shadow: inset 0 0 5rem #d9db4d;
  padding: 100px 40px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-uEFJ3IsHOT .row {
    padding: 50px 10px;
  }
}
.cid-uEFJ3IsHOT .row .card {
  padding: 0;
}
.cid-uEFJ3IsHOT .mbr-section-subtitle {
  opacity: .5;
  margin-bottom: 40px;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uEFJ3IsHOT .mbr-section-subtitle {
    margin-bottom: 30px;
  }
}
.cid-uEFJ3IsHOT .mbr-section-title {
  margin: 0;
  color: #000000;
  text-align: center;
}
.cid-uEFJ3IsHOT .mbr-section-title span {
  opacity: .5;
}
.cid-uEFJ3INcvq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2e7f8;
}
.cid-uEFJ3INcvq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEFJ3INcvq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEFJ3INcvq .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-uEFJ3INcvq .container {
    padding: 10px 8px;
  }
}
.cid-uEFJ3INcvq .row-main {
  border-radius: 25px;
  background-color: #ffffff;
  padding: 40px 32px;
  margin: 0;
  overflow: hidden;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-uEFJ3INcvq .row-main {
    padding: 40px 2px;
  }
}
.cid-uEFJ3INcvq .row-main .card {
  padding: 0 8px;
}
.cid-uEFJ3INcvq .mbr-section-title {
  margin-bottom: 16px;
  color: #222222;
}
.cid-uEFJ3INcvq .mbr-desc {
  opacity: .5;
  margin-bottom: 16px;
  color: #222222;
}
.cid-uEFJ3INcvq .list-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media (max-width: 1200px) {
  .cid-uEFJ3INcvq .list-wrapper {
    display: block;
  }
}
.cid-uEFJ3INcvq .list-wrapper .list {
  margin-bottom: 20px;
  padding: 0;
  list-style-type: none;
}
.cid-uEFJ3INcvq .list-wrapper .list .item-wrap {
  opacity: .5;
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uEFJ3INcvq .list-wrapper .list .item-wrap:hover,
.cid-uEFJ3INcvq .list-wrapper .list .item-wrap:focus {
  opacity: 1;
}
@media (max-width: 992px) {
  .cid-uEFJ3INcvq .social-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uEFJ3INcvq .social-wrapper .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uEFJ3INcvq .social-wrapper .soc-wrap .soc-item {
  margin-left: -0.5rem;
}
.cid-uEFJ3INcvq .social-wrapper .soc-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uEFJ3INcvq .social-wrapper .soc-wrap .soc-item a {
  display: block;
}
.cid-uEFJ3INcvq .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uEFJ3INcvq .social-wrapper .soc-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #3283fb;
  border: 1px solid #3283fb;
  color: #ffffff;
}
.cid-uEFJ3INcvq .social-wrapper .soc-wrap .soc-item a .mbr-iconfont {
  width: 60px;
  height: 60px;
  font-size: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  color: #222222;
  background-color: #ffffff;
  border: 1px solid #bdbdbd;
  transition: all 0.3s ease-in-out;
}
.cid-uEFJ3INcvq .contacts-wrapper {
  margin-bottom: 20px;
}
.cid-uEFJ3INcvq .contacts-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uEFJ3INcvq .contacts-wrapper a {
  display: block;
}
.cid-uEFJ3INcvq .contacts-wrapper a:hover .mbr-contact,
.cid-uEFJ3INcvq .contacts-wrapper a:focus .mbr-contact {
  opacity: .5;
}
.cid-uEFJ3INcvq .contacts-wrapper a .mbr-contact {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-uEFJ3INcvq .contacts-wrapper .mbr-contact-desc {
  opacity: .5;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-uEFJ3INcvq .mbr-section-btn .btn {
    padding: 35px 50px;
  }
}
.cid-uEFJ3INcvq .row-copy {
  background-color: transparent;
  border-radius: 0;
  padding: 40px 32px;
  margin: 0;
}
@media (max-width: 768px) {
  .cid-uEFJ3INcvq .row-copy {
    padding: 40px 2px;
  }
}
.cid-uEFJ3INcvq .row-copy .card {
  padding: 0 8px;
}
.cid-uEFJ3INcvq .row-copy .card .mbr-copy {
  margin-bottom: 0;
}
.cid-uEFJ3INcvq .list {
  color: #222222;
}
.cid-uEFJ3INcvq .mbr-contact {
  color: #222222;
}
.cid-uEFJ3INcvq .mbr-contact-desc {
  color: #222222;
}
.cid-uEFJ3INcvq .mbr-copy {
  color: #000000;
  text-align: center;
}
