body {
  font-family: Poppins;
}
.display-1 {
  font-family: 'Poppins', sans-serif;
  font-size: 2.5rem;
}
.display-1 > .mbr-iconfont {
  font-size: 4rem;
}
.display-2 {
  font-family: 'Poppins', sans-serif;
  font-size: 2.2rem;
}
.display-2 > .mbr-iconfont {
  font-size: 3.52rem;
}
.display-4 {
  font-family: 'Poppins', sans-serif;
  font-size: 0.8rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.28rem;
}
.display-5 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.3rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 2.08rem;
}
.display-7 {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 2.2rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #255085 !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #36404c !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #255085 !important;
  border-color: #255085 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #255085 !important;
  background-color: transparent !important;
  border-color: #255085 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #142c49 !important;
  border-color: #142c49 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ed4266 !important;
  border-color: #ed4266 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ed4266 !important;
  background-color: transparent !important;
  border-color: #ed4266 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #cf143b !important;
  border-color: #cf143b !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #82786e !important;
  background-color: transparent !important;
  border-color: #82786e !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #f7ed4a !important;
  background-color: transparent !important;
  border-color: #f7ed4a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #36404c !important;
  border-color: #36404c !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #36404c !important;
  background-color: transparent !important;
  border-color: #36404c !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #161a1f !important;
  border-color: #161a1f !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #b1a374 !important;
  background-color: transparent !important;
  border-color: #b1a374 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #ffffff !important;
  background-color: transparent !important;
  border-color: #ffffff !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #333333 !important;
  background-color: transparent !important;
  border-color: #333333 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #0f2035;
  color: #0f2035;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #255085;
  border-color: #255085;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #255085 !important;
  border-color: #255085 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #b81134;
  color: #b81134;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ed4266;
  border-color: #ed4266;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ed4266 !important;
  border-color: #ed4266 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #0c0e10;
  color: #0c0e10;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #36404c;
  border-color: #36404c;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #36404c !important;
  border-color: #36404c !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #255085 !important;
}
.text-secondary {
  color: #ed4266 !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #36404c !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #ed4266 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #b81134 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #ed4266 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #ed4266 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #ed4266 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #ed4266 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ed4266 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #ed4266 !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #36404c;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #255085;
  border-color: #255085;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #255085;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #598ed1;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #a7b3c0;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
#scrollToTop a i:before {
  content: '';
  position: absolute;
  height: 40%;
  top: 25%;
  background: #fff;
  width: 2px;
  left: calc(50% - 1px);
}
#scrollToTop a i:after {
  content: '';
  position: absolute;
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
/* Others*/
.note-check a[data-value=Rubik] {
  font-style: normal;
}
.mbr-arrow a {
  color: #ffffff;
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: .357em;
  padding: 0;
}
.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: .875rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
  -webkit-transform: rotate(45deg);
}
.form-control {
  background-color: #ffffff;
  box-shadow: none;
  color: #767676;
  border: 3px solid #ebeced;
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  line-height: 1.43;
  min-height: 46px;
  padding: 0.5rem 1.2rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
.form-control:focus {
  outline: none;
  border: 3px solid #ebeced;
  background-color: #f5f5f7;
}
.form-active .form-control:invalid {
  border-color: red;
}
.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: .5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
blockquote {
  border-color: #255085;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #255085;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-number__spin {
  background-color: #ffffff;
  border: 3px solid #ebeced;
}
.jq-number__spin:focus {
  outline: none;
  border: 3px solid #ebeced;
  background-color: #f5f5f7;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #255085;
  border-bottom-color: #255085;
}
.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: #255085 !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: #ed4266 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23255085' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
.cid-uRwOm6gnyv .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-uRwOm6gnyv .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uRwOm6gnyv .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #063c7e;
  color: #ffffff !important;
  background: #0853af !important;
}
.cid-uRwOm6gnyv .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uRwOm6gnyv .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uRwOm6gnyv .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uRwOm6gnyv .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-uRwOm6gnyv .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #255085;
}
.cid-uRwOm6gnyv .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uRwOm6gnyv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uRwOm6gnyv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 91.08571429vh;
  }
}
.cid-uRwOm6gnyv .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uRwOm6gnyv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRwOm6gnyv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRwOm6gnyv .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uRwOm6gnyv .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uRwOm6gnyv .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-uRwOm6gnyv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRwOm6gnyv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uRwOm6gnyv .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uRwOm6gnyv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRwOm6gnyv .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uRwOm6gnyv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRwOm6gnyv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uRwOm6gnyv .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uRwOm6gnyv .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uRwOm6gnyv .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-uRwOm6gnyv .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uRwOm6gnyv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uRwOm6gnyv .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-uRwOm6gnyv .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uRwOm6gnyv .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uRwOm6gnyv .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-uRwOm6gnyv .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uRwOm6gnyv .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uRwOm6gnyv .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uRwOm6gnyv .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uRwOm6gnyv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uRwOm6gnyv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRwOm6gnyv .dropdown-item.active,
.cid-uRwOm6gnyv .dropdown-item:active {
  background-color: transparent;
}
.cid-uRwOm6gnyv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRwOm6gnyv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRwOm6gnyv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRwOm6gnyv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uRwOm6gnyv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uRwOm6gnyv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRwOm6gnyv ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uRwOm6gnyv .navbar-buttons {
  text-align: center;
}
.cid-uRwOm6gnyv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uRwOm6gnyv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ded638;
}
.cid-uRwOm6gnyv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uRwOm6gnyv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uRwOm6gnyv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uRwOm6gnyv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uRwOm6gnyv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uRwOm6gnyv nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uRwOm6gnyv nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uRwOm6gnyv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uRwOm6gnyv .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uRwOm6gnyv a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-uRwOm6gnyv .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uRwOm6gnyv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uRwOm6gnyv .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-uRwOm6gnyv .nav-link:hover,
.cid-uRwOm6gnyv .dropdown-item:hover {
  color: #f7ed4a !important;
}
.cid-uQV8GSQsNa {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uQV8GSQsNa .margin-sm-top {
    margin-top: 4rem;
  }
}
.cid-uQV8GSQsNa .item-img {
  position: relative;
}
@media (max-width: 992px) {
  .cid-uQV8GSQsNa .col-lg-9 {
    margin-bottom: 2rem;
  }
}
.cid-uQV8GSQsNa .item-round {
  background: #ffffff;
  border-radius: 50%;
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 2rem;
  padding: 2rem;
}
@media (max-width: 1800px) {
  .cid-uQV8GSQsNa .item-round h5 {
    font-size: 2rem !important;
  }
  .cid-uQV8GSQsNa .item-round p {
    font-size: 1.5rem !important;
  }
}
.cid-uQV8GSQsNa p {
  line-height: 1.2;
}
.cid-uQV8GSQsNa .item-content2 {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: auto;
}
@media (max-width: 767px) {
  .cid-uQV8GSQsNa .item-content2 {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-uQV8GSQsNa .link-icon-wrapper2 {
  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-uQV8GSQsNa .link-icon-wrapper2 .icon-wrap2 {
  background: #0853af;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-uQV8GSQsNa .link-icon-wrapper2 .icon-wrap2 span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uQV8GSQsNa .link-icon-wrapper2 .svg3 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-uQV8GSQsNa .link-icon-wrapper2 .svg3 path {
  fill: #ffffff;
}
.cid-uQV8GSQsNa .link-icon-wrapper2 .svg4 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-uQV8GSQsNa .link-icon-wrapper2 .svg4 path {
  fill: #ffffff;
}
.cid-uQV8GSQsNa .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uQV8GSQsNa .image-wrapper {
    min-height: 600px;
  }
}
@media (max-width: 767px) {
  .cid-uQV8GSQsNa .image-wrapper {
    min-height: 400px;
  }
}
.cid-uQV8GSQsNa .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uQV8GSQsNa .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uQV8GSQsNa .link-icon-wrapper {
  position: absolute;
  left: -1px;
  padding: 2rem;
  bottom: -1px;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  border-top-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
  z-index: 3;
}
@media (max-width: 767px) {
  .cid-uQV8GSQsNa .link-icon-wrapper {
    padding: 1rem;
  }
}
.cid-uQV8GSQsNa .link-icon-wrapper .icon-wrap {
  background: #0853af;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  border: 1px solid #ffffff;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-uQV8GSQsNa .link-icon-wrapper .icon-wrap:hover {
  cursor: pointer;
}
.cid-uQV8GSQsNa .link-icon-wrapper .icon-wrap:hover span {
  transform: scale(1.4);
}
.cid-uQV8GSQsNa .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uQV8GSQsNa .link-icon-wrapper .svg1 {
  position: absolute;
  top: -40px;
  left: 0px;
  transform: rotate(-90deg);
  width: 40px;
}
.cid-uQV8GSQsNa .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-uQV8GSQsNa .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(-90deg);
  width: 40px;
  bottom: 0;
  right: -40px;
}
.cid-uQV8GSQsNa .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-uQV8GSQsNa img,
.cid-uQV8GSQsNa .item-img {
  width: 100%;
  height: 100%;
}
.cid-uQV8GSQsNa .item-title2 {
  color: #ffffff;
  text-align: center;
}
.cid-uQV8GSQsNa .mbr-text,
.cid-uQV8GSQsNa .item .mbr-section-btn {
  text-align: center;
  color: #0853af;
}
.cid-uQV8GSQsNa .item2 {
  max-height: 300px;
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-uQV8GSQsNa .item2 img {
  height: 300px;
}
.cid-uQV8GSQsNa .item2:hover {
  cursor: pointer;
}
.cid-uQV8GSQsNa .item2:hover .link-icon-wrapper2 span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-uQV8GSQsNa .item-title {
  color: #0853af;
}
.cid-uQV8GSQsNa .item-title3 {
  text-align: center;
  color: #232323;
}
.cid-uQ0WLsgIFN {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uQ0WLsgIFN .card-icon {
  font-size: 40px;
  color: #f7ed4a;
  transition: color 0.3s;
}
.cid-uQ0WLsgIFN .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-uQ0WLsgIFN .link-ico {
  font-size: 0.8rem;
  color: #f5f5f7;
  border: 2px solid #f5f5f7;
  border-radius: 100%;
  padding: 0.5rem 0;
  font-weight: 900;
  padding-left: 9px;
  padding-right: 7px;
}
.cid-uQ0WLsgIFN .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #f1894c;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-uQ0WLsgIFN .card {
  padding: 0 !important;
}
.cid-uQ0WLsgIFN .card-wrapper {
  padding: 4rem;
  transition: background 0.3s;
}
.cid-uQ0WLsgIFN .card-wrapper:hover {
  background: #f7ed4a;
}
.cid-uQ0WLsgIFN .card-wrapper:hover .card-icon {
  color: #0853af;
}
.cid-uQ0WLsgIFN .card-wrapper:hover .line {
  background: #0853af;
}
.cid-uQ0WLsgIFN .card1 {
  background: #0853af;
}
.cid-uQ0WLsgIFN .card2 {
  background: #0858b9;
}
.cid-uQ0WLsgIFN .card3 {
  background: #095cc3;
}
.cid-uQ0WLsgIFN .card4 {
  background: #0961cc;
}
.cid-uQ0WLsgIFN .card5 {
  background: #0a66d6;
}
.cid-uQ0WLsgIFN .card6 {
  background: #0a6ae0;
}
.cid-uQ0WLsgIFN .col-lg-x {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
@media (max-width: 1400px) {
  .cid-uQ0WLsgIFN .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uQ0WLsgIFN .col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-uQ0WLsgIFN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ0WLsgIFN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQ0WLsgIFN .card-title,
.cid-uQ0WLsgIFN .card-ico,
.cid-uQ0WLsgIFN .line-wrap {
  text-align: left;
}
.cid-uRu7NEe8N5 {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 4rem;
}
@media (min-width: 768px) {
  .cid-uRu7NEe8N5 {
    align-items: flex-end;
  }
  .cid-uRu7NEe8N5 .row {
    justify-content: flex-start;
  }
  .cid-uRu7NEe8N5 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uRu7NEe8N5 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uRu7NEe8N5 {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uRu7NEe8N5 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uRu7NEe8N5 .content-wrap {
    width: 100%;
  }
}
.cid-uRu7NEe8N5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRu7NEe8N5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/lionsspecial.png");
}
.cid-uRu7NEe8N5 .mbr-section-title,
.cid-uRu7NEe8N5 .mbr-section-subtitle {
  text-align: center;
  color: #ffc091;
}
.cid-uRu7NEe8N5 .mbr-text,
.cid-uRu7NEe8N5 .mbr-section-btn {
  text-align: center;
}
.cid-uRu7NEe8N5 .mbr-section-title {
  color: #0853af;
}
.cid-uRu7NEe8N5 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uR7m8Kazfy {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uR7m8Kazfy img {
  transition: all 0.3s;
  object-fit: cover;
}
.cid-uR7m8Kazfy .row {
  justify-content: space-between;
}
.cid-uR7m8Kazfy .image-wrapper {
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.cid-uR7m8Kazfy .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-uR7m8Kazfy .image-wrapper {
    padding: 1rem;
  }
}
.cid-uR7m8Kazfy .image-wrapper:hover .img-link,
.cid-uR7m8Kazfy .image-wrapper:focus-within .img-link {
  transform: translateY(0);
}
@media (max-width: 767px) {
  .cid-uR7m8Kazfy .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uR7m8Kazfy .image-wrapper .img-link {
    transform: translateY(0);
  }
}
@media (max-width: 992px) {
  .cid-uR7m8Kazfy .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uR7m8Kazfy .img-link {
  background: #fffe55;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s;
  padding: 2rem;
  position: absolute;
  bottom: -1rem;
  left: 0;
  color: #000000;
  width: 100%;
  transform: translateY(100%);
}
.cid-uR7m8Kazfy .img-link span {
  font-size: 1.5rem;
  padding-bottom: 0.5rem;
  color: #000000;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uR7m8Kazfy .img-link {
    flex-direction: column;
  }
  .cid-uR7m8Kazfy .img-link .status,
  .cid-uR7m8Kazfy .img-link .icons {
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uR7m8Kazfy .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uR7m8Kazfy .mbr-section-title {
  color: #000000;
}
.cid-uR7m8Kazfy .mbr-section-text {
  color: #000000;
  text-align: left;
}
.cid-uR7m8Kazfy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR7m8Kazfy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRc9aHy46v {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/capture-dcran-2025-07-17.png");
}
.cid-uRc9aHy46v .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRc9aHy46v .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-uRc9aHy46v .container {
    padding: 0 30px;
  }
}
.cid-uRc9aHy46v .title-wrapper {
  border-radius: 2em;
  width: 40%;
  margin: 0 auto;
  position: relative;
}
.cid-uRc9aHy46v .title-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(8px);
}
@media (max-width: 1440px) {
  .cid-uRc9aHy46v .title-wrapper {
    width: 80%;
  }
}
@media (max-width: 768px) {
  .cid-uRc9aHy46v .title-wrapper {
    width: 100%;
  }
}
.cid-uRc9aHy46v .title-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uRc9aHy46v .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uRc9aHy46v .title-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uRc9aHy46v .mbr-section-title {
  color: #ffffff;
}
.cid-uRc9aHy46v .mbr-text {
  color: #F0F0F0;
  text-align: center;
}
.cid-uRc9aHy46v .mbr-section-title,
.cid-uRc9aHy46v .mbr-section-btn {
  text-align: center;
}
.cid-uR1dlRFTNA {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background: #ebeced;
}
.cid-uR1dlRFTNA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR1dlRFTNA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR1dlRFTNA .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uR1dlRFTNA .team-card:hover {
  transform: translateY(-10px);
}
.cid-uR1dlRFTNA .card-wrap {
  background: #ffffff;
  overflow: hidden;
  border-radius: 2rem;
  transition: all 0.3s;
}
@media (max-width: 991px) {
  .cid-uR1dlRFTNA .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uR1dlRFTNA .card-wrap .image-wrap img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
@media (min-width: 768px) {
  .cid-uR1dlRFTNA .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uR1dlRFTNA .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-uR1dlRFTNA .card-wrap:hover {
  transform: scale(1.05);
}
.cid-uR1dlRFTNA .social-row {
  text-align: center;
}
.cid-uR1dlRFTNA .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #c1c1c1;
  transition: all 0.3s;
}
.cid-uR1dlRFTNA .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #c1c1c1;
  font-size: 1.5rem;
}
.cid-uR1dlRFTNA .social-row .soc-item:hover {
  background-color: #c1c1c1;
}
.cid-uR1dlRFTNA .social-row .soc-item:hover .mbr-iconfont {
  color: #000000;
}
.cid-uR1dlRFTNA .mbr-section-title {
  color: #232323;
}
.cid-uR1dlRFTNA .card-title,
.cid-uR1dlRFTNA .social-row {
  color: #232323;
}
.cid-uR1dlRFTNA .mbr-role,
.cid-uR1dlRFTNA .social-row {
  color: #0853af;
}
.cid-uR1dlRFTNA .mbr-section-subtitle {
  color: #232323;
}
.cid-uR1f8rIvJg {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background: #ebeced;
}
.cid-uR1f8rIvJg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR1f8rIvJg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR1f8rIvJg .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uR1f8rIvJg .team-card:hover {
  transform: translateY(-10px);
}
.cid-uR1f8rIvJg .card-wrap {
  background: #ffffff;
  overflow: hidden;
  border-radius: 2rem;
  transition: all 0.3s;
}
@media (max-width: 991px) {
  .cid-uR1f8rIvJg .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uR1f8rIvJg .card-wrap .image-wrap img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
@media (min-width: 768px) {
  .cid-uR1f8rIvJg .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uR1f8rIvJg .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-uR1f8rIvJg .card-wrap:hover {
  transform: scale(1.05);
}
.cid-uR1f8rIvJg .social-row {
  text-align: center;
}
.cid-uR1f8rIvJg .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #c1c1c1;
  transition: all 0.3s;
}
.cid-uR1f8rIvJg .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #c1c1c1;
  font-size: 1.5rem;
}
.cid-uR1f8rIvJg .social-row .soc-item:hover {
  background-color: #c1c1c1;
}
.cid-uR1f8rIvJg .social-row .soc-item:hover .mbr-iconfont {
  color: #000000;
}
.cid-uR1f8rIvJg .mbr-section-title {
  color: #ffffff;
}
.cid-uR1f8rIvJg .card-title,
.cid-uR1f8rIvJg .social-row {
  color: #36404c;
}
.cid-uR1f8rIvJg .mbr-role,
.cid-uR1f8rIvJg .social-row {
  color: #0853af;
}
.cid-uRAv94tXwD {
  padding-top: 45px;
  padding-bottom: 15px;
  background: #133996;
  background: linear-gradient(90deg, #133996, #ded638);
}
.cid-uRAv94tXwD .card-wrap {
  margin-bottom: 3rem;
  overflow-y: hidden;
  border-radius: 20px;
  position: relative;
}
.cid-uRAv94tXwD .card-wrap .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 1.4rem 0rem 5.8rem 0rem;
  background-color: #ffffff;
  border-radius: 30px;
}
.cid-uRAv94tXwD .card-wrap .card-block .image-wrap {
  position: relative;
  height: 250px;
  width: 250px;
  background-color: #ffffff;
  overflow: auto;
  border-radius: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.cid-uRAv94tXwD .card-wrap .card-block .image-wrap img {
  display: block;
  z-index: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  border-radius: 100%;
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-uRAv94tXwD .card-wrap .card-bottom {
  background-color: #ded638;
  position: absolute;
  left: 15px;
  bottom: 0px;
  padding: 0 0.5rem;
  width: calc(100% - 30px);
  -webkit-transition: height 0.2s ease-in;
  transition: height 0.2s ease-in;
  border-radius: 20px;
}
.cid-uRAv94tXwD .card-wrap .card-bottom:hover {
  bottom: 0;
}
.cid-uRAv94tXwD .card-wrap .card-bottom .social-media {
  list-style-type: none;
  width: 100%;
  z-index: 1;
  -webkit-transition: height 0.2s ease-in;
  transition: height 0.2s ease-in;
}
.cid-uRAv94tXwD .card-wrap .card-bottom .social-media ul {
  margin: 0;
  padding: 0.5rem 0 0;
}
.cid-uRAv94tXwD .card-wrap .card-bottom .social-media ul li {
  margin-right: 0.8rem;
  display: inline-block;
}
.cid-uRAv94tXwD .card-wrap .card-bottom .social-media ul li .mbr-iconfont {
  color: #133996;
  font-size: 1rem;
}
.cid-uRAv94tXwD .card-wrap .card-bottom .social-media ul li .mbr-iconfont:hover {
  color: #ded638;
}
.cid-uRAv94tXwD .card-wrap .card-bottom .mbr-section-title {
  margin-bottom: 0;
}
.cid-uRAv94tXwD .card-wrap .card-bottom .mbr-role {
  padding-bottom: 0.5rem;
}
.cid-uRAv94tXwD .card-wrap .card-bottom:not(:hover) .social-media {
  height: 0;
  padding: 0;
  overflow: hidden;
}
.cid-uRAv94tXwD .card-wrap .card-bottom:hover .social-media {
  height: 2.5rem;
}
@media (max-width: 1199px) {
  .cid-uRAv94tXwD .card-wrap .image-wrap {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
}
@media (max-width: 991px) {
  .cid-uRAv94tXwD .card-wrap {
    height: auto;
  }
  .cid-uRAv94tXwD .card-wrap .image-wrap {
    height: 150px !important;
    width: 150px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-uRAv94tXwD .card-wrap .image-wrap {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
.cid-uRAv94tXwD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRAv94tXwD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRAv94tXwD .mbr-role,
.cid-uRAv94tXwD .social-media {
  color: #ffffff;
}
.cid-uRvAVT1qBC {
  background-color: #ffffff;
}
.cid-uRvAVT1qBC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRvAVT1qBC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uRvAVT1qBC .d-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-uRvAVT1qBC .d-flex .team-m {
    margin: 0;
    margin-top: -1rem;
  }
}
.cid-uRvAVT1qBC .wrapper-inner {
  background: #ded638;
  border-radius: 2rem;
  padding: 3rem;
}
@media (max-width: 767px) {
  .cid-uRvAVT1qBC .wrapper-inner {
    padding: 3rem 1rem;
  }
}
.cid-uRvAVT1qBC .wrapper {
  background: #136ad6;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-uRvAVT1qBC .team {
  border-radius: 50%;
  width: 120px;
  height: 120px;
  object-fit: cover;
}
.cid-uRvAVT1qBC .team-m {
  margin-left: -1rem;
}
.cid-uRvAVT1qBC .text-wrapper {
  padding: 3rem;
}
@media (max-width: 767px) {
  .cid-uRvAVT1qBC .text-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-uRvAVT1qBC .image-wrapper {
  padding: 0;
}
.cid-uRvAVT1qBC .image-wrapper img {
  height: 100%;
  border-radius: 2rem;
  object-fit: cover;
}
.cid-uRvAVT1qBC .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uRutrP8w7W {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uRutrP8w7W .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRutrP8w7W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRutrP8w7W .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
.cid-uRutrP8w7W .title-wrapper .mbr-section-title span {
  color: #ff8576;
}
@media (max-width: 992px) {
  .cid-uRutrP8w7W .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-uRutrP8w7W .tabs-wrapper {
  margin-bottom: 32px;
}
.cid-uRutrP8w7W .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uRutrP8w7W .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0 10px 20px 0;
}
.cid-uRutrP8w7W .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #ffffff;
  padding: 24px 64px;
  border: none;
  margin-bottom: 0;
  border-radius: 900px;
  background-color: #f7ed4a;
}
@media (max-width: 1200px) {
  .cid-uRutrP8w7W .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
    padding: 20px 32px;
  }
}
.cid-uRutrP8w7W .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #136ad6;
}
.cid-uRutrP8w7W .tab-content .tab-pane .content-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 30px;
  padding: 64px;
  background-color: #136ad6;
}
@media (max-width: 992px) {
  .cid-uRutrP8w7W .tab-content .tab-pane .content-wrap {
    padding: 46px 22px;
    display: block;
  }
}
.cid-uRutrP8w7W .tab-content .tab-pane .content-wrap .item-title {
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uRutrP8w7W .tab-content .tab-pane .content-wrap .item-title {
    margin-bottom: 22px;
    width: 100%;
  }
}
.cid-uRutrP8w7W .tab-content .tab-pane .content-wrap .item-text {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uRutrP8w7W .tab-content .tab-pane .content-wrap .item-text {
    width: 100%;
  }
}
.cid-uRutrP8w7W .mbr-section-title {
  color: #212529;
}
.cid-uRutrP8w7W .item-title {
  color: #ffffff;
}
.cid-uRutrP8w7W .item-text {
  color: #51565c;
}
.cid-uRutrP8w7W .item-text,
.cid-uRutrP8w7W .text-wrap {
  color: #ffffff;
}
.cid-uRvmvGAndl {
  background-color: #f7ed4a;
}
.cid-uRvmvGAndl .mbr-section-title {
  border-bottom: 2px solid currentColor;
  padding-bottom: 2rem;
  color: #232b45;
}
.cid-uRvmvGAndl .row-bg {
  align-items: center;
  background: #ffffff;
  transition: all 0.3s;
  padding: 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uRvmvGAndl .row-bg {
    padding: 1rem 0;
  }
}
.cid-uRvmvGAndl .row-bg:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
@media (max-width: 991px) {
  .cid-uRvmvGAndl .image-wrapper {
    padding: 0 1rem;
  }
}
.cid-uRvmvGAndl img {
  border-radius: 1rem;
}
.cid-uRvmvGAndl .mbr-text,
.cid-uRvmvGAndl .mbr-section-btn {
  color: #353535;
}
.cid-uRvmvGAndl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRvmvGAndl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRAwWQxC5l {
  padding-top: 45px;
  padding-bottom: 0px;
  background: #ded638;
  background: linear-gradient(90deg, #ded638, #0853af);
}
.cid-uRAwWQxC5l .card-wrap {
  margin-bottom: 3rem;
  overflow-y: hidden;
  border-radius: 20px;
  position: relative;
}
.cid-uRAwWQxC5l .card-wrap .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 1.4rem 0rem 5.8rem 0rem;
  background-color: #ffffff;
  border-radius: 30px;
}
.cid-uRAwWQxC5l .card-wrap .card-block .image-wrap {
  position: relative;
  height: 250px;
  width: 250px;
  background-color: #ffffff;
  overflow: auto;
  border-radius: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.cid-uRAwWQxC5l .card-wrap .card-block .image-wrap img {
  display: block;
  z-index: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  border-radius: 100%;
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-uRAwWQxC5l .card-wrap .card-bottom {
  background-color: #ded638;
  position: absolute;
  left: 15px;
  bottom: 0px;
  padding: 0 0.5rem;
  width: calc(100% - 30px);
  -webkit-transition: height 0.2s ease-in;
  transition: height 0.2s ease-in;
  border-radius: 20px;
}
.cid-uRAwWQxC5l .card-wrap .card-bottom:hover {
  bottom: 0;
}
.cid-uRAwWQxC5l .card-wrap .card-bottom .social-media {
  list-style-type: none;
  width: 100%;
  z-index: 1;
  -webkit-transition: height 0.2s ease-in;
  transition: height 0.2s ease-in;
}
.cid-uRAwWQxC5l .card-wrap .card-bottom .social-media ul {
  margin: 0;
  padding: 0.5rem 0 0;
}
.cid-uRAwWQxC5l .card-wrap .card-bottom .social-media ul li {
  margin-right: 0.8rem;
  display: inline-block;
}
.cid-uRAwWQxC5l .card-wrap .card-bottom .social-media ul li .mbr-iconfont {
  color: #133996;
  font-size: 1rem;
}
.cid-uRAwWQxC5l .card-wrap .card-bottom .social-media ul li .mbr-iconfont:hover {
  color: #0853af;
}
.cid-uRAwWQxC5l .card-wrap .card-bottom .mbr-section-title {
  margin-bottom: 0;
}
.cid-uRAwWQxC5l .card-wrap .card-bottom .mbr-role {
  padding-bottom: 0.5rem;
}
.cid-uRAwWQxC5l .card-wrap .card-bottom:not(:hover) .social-media {
  height: 0;
  padding: 0;
  overflow: hidden;
}
.cid-uRAwWQxC5l .card-wrap .card-bottom:hover .social-media {
  height: 2.5rem;
}
@media (max-width: 1199px) {
  .cid-uRAwWQxC5l .card-wrap .image-wrap {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
}
@media (max-width: 991px) {
  .cid-uRAwWQxC5l .card-wrap {
    height: auto;
  }
  .cid-uRAwWQxC5l .card-wrap .image-wrap {
    height: 150px !important;
    width: 150px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-uRAwWQxC5l .card-wrap .image-wrap {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
.cid-uRAwWQxC5l .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRAwWQxC5l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRAwWQxC5l .mbr-section-title {
  color: #0853af;
}
.cid-uRAwWQxC5l .underline,
.cid-uRAwWQxC5l .mbr-title {
  color: #ffffff;
}
.cid-uRAwWQxC5l .mbr-role,
.cid-uRAwWQxC5l .social-media {
  color: #ffffff;
}
.cid-uRvr7H0ojk {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #f5f5f7;
}
.cid-uRvr7H0ojk .mbr-link {
  opacity: 0;
  color: #f1894c;
  transition: all 0.3s;
  text-align: left;
}
.cid-uRvr7H0ojk .item-wrapper {
  overflow: hidden;
  height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  border-radius: 30px;
  flex-flow: column nowrap;
  padding: 2rem;
}
.cid-uRvr7H0ojk .item-wrapper:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  z-index: 1;
  width: 100%;
  pointer-events: none;
  height: 100%;
  background: black;
  transition: all 0.3s;
  opacity: 0.3;
}
.cid-uRvr7H0ojk .item-wrapper:hover .item-content,
.cid-uRvr7H0ojk .item-wrapper:focus-within .item-content {
  opacity: 1;
  transform: translateY(0px);
}
.cid-uRvr7H0ojk .item-wrapper:hover .mbr-link,
.cid-uRvr7H0ojk .item-wrapper:focus-within .mbr-link {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uRvr7H0ojk .item-wrapper .item-content {
    opacity: 1;
    transform: translateY(0px);
  }
  .cid-uRvr7H0ojk .item-wrapper .item-img {
    transform: scale(1.1);
  }
  .cid-uRvr7H0ojk .item-wrapper:before {
    opacity: 0.5;
  }
  .cid-uRvr7H0ojk .item-wrapper .mbr-link {
    opacity: 1;
  }
}
.cid-uRvr7H0ojk .item-img {
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
  height: 100%;
  width: 100%;
  z-index: 0;
}
.cid-uRvr7H0ojk .item-img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.cid-uRvr7H0ojk .item-content {
  z-index: 3;
  opacity: 1;
  transition: all 0.3s;
  position: relative;
  transform: translateY(50px);
}
.cid-uRvr7H0ojk .item:focus,
.cid-uRvr7H0ojk span:focus {
  outline: none;
}
.cid-uRvr7H0ojk .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uRvr7H0ojk .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uRvr7H0ojk .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-uRvr7H0ojk .mbr-text,
.cid-uRvr7H0ojk .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uRvr7H0ojk .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uRvr7H0ojk .mbr-section-subtitle {
  text-align: center;
}
.cid-uRvQdfjTF8 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #b2ccd2;
}
.cid-uRvQdfjTF8 .item:focus,
.cid-uRvQdfjTF8 span:focus {
  outline: none;
}
.cid-uRvQdfjTF8 .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uRvQdfjTF8 .content-head {
  max-width: 800px;
}
.cid-uRvQdfjTF8 .item {
  color: #0853af;
  min-height: 90px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .cid-uRvQdfjTF8 .item {
    min-height: 45px;
  }
}
.cid-uRx0zDOkVi {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #f5f5f7;
  overflow: hidden;
}
.cid-uRx0zDOkVi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRx0zDOkVi .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-uRx0zDOkVi .container {
    padding: 0 22px;
  }
}
.cid-uRx0zDOkVi .row {
  justify-content: center;
}
.cid-uRx0zDOkVi .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uRx0zDOkVi .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uRx0zDOkVi .tabs-wrap {
  text-align: center;
  margin-bottom: 20px;
}
.cid-uRx0zDOkVi .tabs-wrap .nav.nav-tabs {
  display: inline-flex;
  justify-content: center;
  border: none;
}
.cid-uRx0zDOkVi .tabs-wrap .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  border-radius: 0;
  margin: 0 22px 22px;
  transition: all 0.3s ease-in-out;
}
.cid-uRx0zDOkVi .tabs-wrap .nav.nav-tabs .nav-item .nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 40px;
  margin-bottom: 0;
  border: none;
  color: #ffffff;
  background-color: #ded638;
  border-radius: 100px !important;
  transition: all 0.3s ease-in-out;
}
.cid-uRx0zDOkVi .tabs-wrap .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #0853af;
}
.cid-uRx0zDOkVi .content-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  min-height: 520px;
}
.cid-uRx0zDOkVi .content-wrapper img {
  position: absolute;
  top: 0;
  width: 200vh;
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
}
.cid-uRx0zDOkVi .content-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 45%;
  background-image: linear-gradient(transparent, #0853af 130px);
  z-index: 1;
}
.cid-uRx0zDOkVi .content-wrapper .item-content {
  width: 100%;
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uRx0zDOkVi .content-wrapper .item-content {
    margin-bottom: 30px;
  }
}
.cid-uRx0zDOkVi .content-wrapper .item-content .card-title {
  margin-bottom: 8px;
}
.cid-uRx0zDOkVi .content-wrapper .item-content .card-text {
  margin-bottom: 10px;
}
.cid-uRx0zDOkVi .mbr-section-title {
  color: #232b45;
  text-align: center;
}
.cid-uRx0zDOkVi .card-title {
  color: #ffffff;
}
.cid-uRx0zDOkVi .card-text {
  color: #ffffff;
}
.cid-uS9jwpQ84y {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uS9jwpQ84y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS9jwpQ84y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uS9jwpQ84y .image-wrapper {
    flex-direction: column;
  }
  .cid-uS9jwpQ84y .image-wrapper img {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-uS9jwpQ84y .card-box {
  max-width: 750px;
  padding-top: 2rem;
  margin-left: auto;
  margin-right: 0;
}
.cid-uS9jwpQ84y img,
.cid-uS9jwpQ84y .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uS9jwpQ84y .card-wrapper {
  background: #ffffff;
}
.cid-uS9jwpQ84y .mbr-text,
.cid-uS9jwpQ84y .mbr-section-btn {
  color: #000000;
}
.cid-uS9jwpQ84y .card-title,
.cid-uS9jwpQ84y .card-box {
  color: #232323;
}
@media (max-width: 767px) {
  .cid-uS9jwpQ84y .card-content-text {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uS9jwpQ84y .card-content-text {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uS9jwpQ84y .card-content-text {
    padding: 4rem;
  }
}
.cid-uSqZCwNrv0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ded638;
}
.cid-uSqZCwNrv0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSqZCwNrv0 .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-uSqZCwNrv0 .container {
    padding: 0 16px;
  }
}
.cid-uSqZCwNrv0 .card {
  justify-content: center;
}
.cid-uSqZCwNrv0 .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 0;
  padding: 18px 24px;
  border-radius: 16px !important;
  box-shadow: 6px 8px 0 0 #000000;
  background-color: #0853af;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-uSqZCwNrv0 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uSqZCwNrv0 .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-uSqZCwNrv0 .text-wrapper .mbr-desc {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-uSqZCwNrv0 .mbr-section-title {
  color: #000000;
}
.cid-uSqZCwNrv0 .mbr-text {
  color: #000000;
}
.cid-uSqZCwNrv0 .mbr-desc {
  color: #000000;
}
.cid-uSqZCwNrv0 .mbr-section-title,
.cid-uSqZCwNrv0 .title-wrapper {
  color: #ffffff;
}
.cid-uRcEfii0Id {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ded638;
}
.cid-uRcEfii0Id .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRcEfii0Id .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRcEfii0Id .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-uRcEfii0Id .container {
    padding: 10px 8px;
  }
}
.cid-uRcEfii0Id .row {
  position: relative;
  border-radius: 25px;
  background-color: #ffffff;
  padding: 100px 40px;
  margin: 0;
  overflow: hidden;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-uRcEfii0Id .row {
    padding: 50px 10px;
  }
}
.cid-uRcEfii0Id .row::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 65%;
  background-color: #0853af;
}
.cid-uRcEfii0Id .row .card {
  position: relative;
  padding: 0;
}
.cid-uRcEfii0Id .content-wrapper {
  padding-right: 150px;
}
@media (max-width: 992px) {
  .cid-uRcEfii0Id .content-wrapper {
    margin-bottom: 30px;
    padding: 0;
  }
}
.cid-uRcEfii0Id .content-wrapper .desc-wrapper {
  margin-bottom: 30px;
}
.cid-uRcEfii0Id .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  border-radius: 300px;
  padding: 5px 25px;
  background-color: #ffffff;
  margin-bottom: 0;
}
.cid-uRcEfii0Id .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uRcEfii0Id .content-wrapper .mbr-section-title span {
  opacity: .5;
}
.cid-uRcEfii0Id .content-wrapper .card-wrapper {
  display: flex;
  justify-content: flex-end;
}
.cid-uRcEfii0Id .content-wrapper .card-wrapper .card-wrap {
  margin-top: 50px;
  max-width: 200px;
  padding: 20px;
  background-color: #ded638;
  border-radius: 17px;
}
.cid-uRcEfii0Id .content-wrapper .card-wrapper .card-wrap .card-title {
  margin-bottom: 30px;
}
.cid-uRcEfii0Id .content-wrapper .card-wrapper .card-wrap .card-text {
  margin-bottom: 0;
}
.cid-uRcEfii0Id .image-wrapper img {
  height: 530px;
  object-fit: cover;
  border-radius: 25px !important;
}
@media (max-width: 992px) {
  .cid-uRcEfii0Id .image-wrapper img {
    height: 300px;
  }
}
.cid-uRcEfii0Id .mbr-section-title {
  color: #ffffff;
}
.cid-uRcEfii0Id .mbr-desc {
  color: #222222;
}
.cid-uRcEfii0Id .card-title {
  color: #ffffff;
}
.cid-uRcEfii0Id .card-text {
  color: #ffffff;
}
.cid-uRcEfii0Id .mbr-desc,
.cid-uRcEfii0Id .desc-wrapper {
  color: #232323;
}
.cid-uR2hk9DoFf {
  padding-top: 5rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-image: url("../../../assets/images/whatsapp-image-2025-07-15-13.19.51-8ebce318-1280x960.jpg");
}
.cid-uR2hk9DoFf .mbr-section-head {
  width: 100%;
  margin-bottom: 30px;
}
.cid-uR2hk9DoFf .mbr-section-title {
  color: #f7ed4a;
  margin-bottom: 0;
  text-align: left;
}
.cid-uR2hk9DoFf .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uR2hk9DoFf .box {
  width: 100%;
  border-radius: 0;
  overflow: hidden;
}
.cid-uR2hk9DoFf .mbr-media {
  width: 100%;
  position: relative;
}
.cid-uR2hk9DoFf .mbr-media img {
  width: 100%;
  height: auto;
  max-height: 100vh;
  max-width: 100%;
  object-fit: cover;
}
.cid-uR2hk9DoFf .mbr-media:hover .icon-wrap {
  transform: translate(-50%, -50%) scale(1.1);
}
.cid-uR2hk9DoFf .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-uR2hk9DoFf .icon-wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
  background-color: #ffffff;
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-uR2hk9DoFf .icon-wrap:hover {
  transform: translate(-50%, -55%);
}
.cid-uR2hk9DoFf .icon-wrap div {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 88px;
  padding: 20px;
}
.cid-uR2hk9DoFf .icon-wrap div .mbr-iconfont {
  color: #747474;
  font-size: 28px !important;
}
.cid-uR2hk9DoFf .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uR2hk9DoFf .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uR2hk9DoFf .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uR2hk9DoFf .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uR2hk9DoFf .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uR1QazLRc4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uR1QazLRc4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR1QazLRc4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR1QazLRc4 img {
  width: 100%;
  height: 100%;
  margin-bottom: 2rem;
  object-fit: cover;
  border: 2px dashed #ed4266;
  border-radius: 8px;
}
.cid-uR1QazLRc4 .img-wide {
  height: 50%;
}
.cid-uR1QazLRc4 .img-big {
  height: 100%;
}
.cid-uRcu5GIyD3 {
  background-color: #f5f5f7;
}
.cid-uRcu5GIyD3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRcu5GIyD3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRcu5GIyD3 .items-wrapper {
  justify-content: flex-end;
}
.cid-uRcu5GIyD3 .items-wrapper .card {
  justify-content: center;
}
.cid-uRcu5GIyD3 .content-wrapper {
  padding-right: 120px;
}
@media (max-width: 1440px) {
  .cid-uRcu5GIyD3 .content-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 992px) {
  .cid-uRcu5GIyD3 .content-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-uRcu5GIyD3 .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uRcu5GIyD3 .content-wrapper .mbr-section-title span {
  background: linear-gradient(170deg, #cc2952, #db4d71);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.cid-uRcu5GIyD3 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uRcu5GIyD3 .content-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-uRcu5GIyD3 .content-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uRcu5GIyD3 .image-wrapper {
  display: grid;
  grid-template-columns: .5fr 1fr;
  gap: 16px;
}
@media (max-width: 992px) {
  .cid-uRcu5GIyD3 .image-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uRcu5GIyD3 .image-wrapper .item {
    margin-bottom: 16px;
  }
  .cid-uRcu5GIyD3 .image-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uRcu5GIyD3 .image-wrapper .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  width: 100%;
}
.cid-uRcu5GIyD3 .mbr-section-title {
  color: #ffffff;
}
.cid-uRcu5GIyD3 .mbr-text {
  color: #232323;
}
.cid-uRcu5GIyD3 .mbr-section-title,
.cid-uRcu5GIyD3 .mbr-section-btn {
  color: #232323;
}
.cid-uRem9zOtoL {
  padding-top: 1rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uRem9zOtoL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRem9zOtoL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRem9zOtoL .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uRem9zOtoL .container-fluid {
    padding: 0 20px;
  }
}
.cid-uRem9zOtoL .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uRem9zOtoL .container {
    padding: 0 20px;
  }
}
.cid-uRem9zOtoL .row {
  justify-content: center;
}
.cid-uRem9zOtoL .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-uRem9zOtoL .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uRem9zOtoL .video-block {
    margin-bottom: 30px;
  }
}
.cid-uRem9zOtoL .video-block .video-wrapper iframe {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uRem9zOtoL .video-block .video-wrapper iframe {
    height: 300px;
  }
}
.cid-uRem9zOtoL .video-block .video-wrapper .app-video-wrapper::before {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  background-color: #ffffff;
  color: #0853af;
  text-shadow: none;
}
.cid-uRem9zOtoL .video-block .video-wrapper .app-video-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uRem9zOtoL .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uRem9zOtoL .mbr-section-title {
  color: #cc2952;
  text-align: center;
}
.cid-uRuH6IHONW {
  background-color: #f5f5f7;
}
.cid-uRuH6IHONW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRuH6IHONW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRuH6IHONW .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uRuH6IHONW .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uRuH6IHONW .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uRuH6IHONW .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uRuH6IHONW .container {
    padding: 0 24px;
  }
}
.cid-uRuH6IHONW .content-wrapper {
  display: flex;
  border-radius: 2rem !important;
  border: 1px solid #ded638;
  background-color: #f7ed4a;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uRuH6IHONW .content-wrapper {
    display: block;
  }
}
.cid-uRuH6IHONW .content-wrapper .content-wrap {
  width: 50%;
  padding: 150px 64px;
}
@media (max-width: 1440px) {
  .cid-uRuH6IHONW .content-wrapper .content-wrap {
    padding: 150px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uRuH6IHONW .content-wrapper .content-wrap {
    width: 100%;
    padding: 24px 24px 32px;
  }
}
.cid-uRuH6IHONW .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #ded638;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #f7ed4a;
}
.cid-uRuH6IHONW .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uRuH6IHONW .content-wrapper .content-wrap .mbr-text {
  opacity: .5;
  margin-bottom: 22px;
}
.cid-uRuH6IHONW .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uRuH6IHONW .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uRuH6IHONW .content-wrapper .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uRuH6IHONW .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uRuH6IHONW .mbr-section-title {
  color: #18212d;
}
.cid-uRuH6IHONW .mbr-desc {
  color: #18212d;
}
.cid-uRuH6IHONW .mbr-text {
  color: #18212d;
}
.cid-uRuH6IHONW .mbr-desc,
.cid-uRuH6IHONW .desc-wrapper {
  color: #ffffff;
}
.cid-uRveydDYrM {
  background-color: #ffffff;
}
.cid-uRveydDYrM .item-wrapper {
  width: 100%;
}
.cid-uRveydDYrM .row {
  align-items: center;
  justify-content: center;
}
.cid-uRveydDYrM .b {
  margin-bottom: 30px;
}
.cid-uRveydDYrM img {
  border-radius: 25px;
}
@media (max-width: 576px) {
  .cid-uRveydDYrM .b,
  .cid-uRveydDYrM .t {
    margin-bottom: 20px;
  }
}
.cid-uRvZZr6MCg {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ded638;
}
.cid-uRvZZr6MCg .row {
  background: #ffffff;
  padding: 2rem 1rem;
  margin: 0rem;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .cid-uRvZZr6MCg .row {
    padding: 1rem 0rem;
  }
}
.cid-uRvZZr6MCg img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uRvZZr6MCg img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-uRvZZr6MCg .image-wrapper {
    padding-bottom: 2rem;
  }
}
.cid-uRvZZr6MCg .mbr-text,
.cid-uRvZZr6MCg .mbr-section-btn {
  color: #232323;
}
.cid-uRvZZr6MCg .mbr-section-subtitle {
  color: #14191e;
}
.cid-uRvZf7qwaE {
  padding-top: 24rem;
  padding-bottom: 8rem;
}
.cid-uRvZf7qwaE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRvZf7qwaE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uQWzqWyNIw {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ded638;
}
.cid-uQWzqWyNIw .mbr-overlay {
  background-color: #ed4266;
  opacity: 0;
}
.cid-uQWzqWyNIw textarea {
  min-height: 150px;
}
.cid-uQWzqWyNIw .form-col {
  background: #0853af;
  padding: 3rem 1rem;
}
.cid-uQWzqWyNIw .form-wrap {
  max-width: 520px;
  margin: auto;
}
.cid-uQWzqWyNIw .text-wrap {
  max-width: 400px;
  border: 2px solid #ffffff;
  padding: 3rem;
  margin: 4rem auto !important;
}
@media (max-width: 992px) {
  .cid-uQWzqWyNIw .form-wrap {
    max-width: 690px;
  }
  .cid-uQWzqWyNIw .md-pb {
    padding-bottom: 3rem;
  }
  .cid-uQWzqWyNIw .text-wrap {
    max-width: 690px;
  }
}
.cid-uQWzqWyNIw .mbr-section-btn {
  margin: 0.4rem;
  padding-top: 1.5rem;
}
.cid-uQWzqWyNIw .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #f1894c;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-uQWzqWyNIw .form-control,
.cid-uQWzqWyNIw .field-input {
  padding: 0.5rem 1.2rem;
  background-color: #ffffff;
  border: 3px solid #ebeced;
  color: #767676;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  outline: none;
}
.cid-uQWzqWyNIw .form-control:hover,
.cid-uQWzqWyNIw .field-input:hover,
.cid-uQWzqWyNIw .form-control:focus,
.cid-uQWzqWyNIw .field-input:focus {
  background-color: #f5f5f7;
  border: 3px solid #ebeced;
  box-shadow: none;
  outline: none;
}
.cid-uQWzqWyNIw input::-webkit-input-placeholder,
.cid-uQWzqWyNIw textarea::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-uQWzqWyNIw input:-moz-placeholder,
.cid-uQWzqWyNIw textarea:-moz-placeholder {
  color: #c1c1c1;
}
.cid-uQWzqWyNIw .jq-selectbox li,
.cid-uQWzqWyNIw .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uQWzqWyNIw .jq-selectbox li:hover,
.cid-uQWzqWyNIw .jq-selectbox li.selected {
  background-color: #f5f5f7;
  color: #000000;
}
.cid-uQWzqWyNIw .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-uQWzqWyNIw .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f7;
}
.cid-uQWzqWyNIw H2 {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uQWzqWyNIw .col-auto {
    margin: auto;
  }
}
.cid-uQWzqWyNIw H3 {
  color: #232323;
  text-align: center;
}
.cid-uQWzqWyNIw H4 {
  color: #ffffff;
}
.cid-uQWzs7vthi {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #0853af;
}
.cid-uQWzs7vthi section {
  position: relative;
}
.cid-uQWzs7vthi h4 {
  margin: 0;
}
.cid-uQWzs7vthi img {
  height: 100px;
  padding-rigth: 8px;
}
.cid-uQWzs7vthi a {
  font-weight: 300;
}
.cid-uQWzs7vthi .img1 {
  color: #f7ed4a;
}
.cid-uQWzs7vthi .img2 {
  color: #f7ed4a;
}
.cid-uQWzs7vthi .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #f1894c;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-uQWzs7vthi .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uQWzs7vthi .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uQWzs7vthi .item,
.cid-uQWzs7vthi .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-uQWzs7vthi .item h4,
.cid-uQWzs7vthi .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-uQWzs7vthi .link {
  border-bottom: 1px solid #4a535e;
}
@media (max-width: 767px) {
  .cid-uQWzs7vthi .item {
    justify-content: center;
  }
}
.cid-uQWzs7vthi .item-title {
  color: #ffffff;
}
.cid-uQWzs7vthi .link-title {
  text-align: right;
}
.cid-uQWzu5bMdQ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/banck33-397x127.jpg");
}
.cid-uQWzu5bMdQ .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-uQWzu5bMdQ section {
  position: relative;
}
.cid-uQWzu5bMdQ h4 {
  margin: 0;
}
.cid-uQWzu5bMdQ a {
  font-weight: 300;
}
.cid-uQWzu5bMdQ .row {
  align-items: center;
}
.cid-uQWzu5bMdQ .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-uQWzu5bMdQ .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-uQWzu5bMdQ .img1 {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uQWzu5bMdQ .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uQWzu5bMdQ .align-left {
    text-align: center;
  }
  .cid-uQWzu5bMdQ .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-uQWzu5bMdQ .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-uQWzu5bMdQ .item {
    padding-bottom: 0.5rem;
  }
}
.cid-uQWzu5bMdQ .item-title {
  color: #ffffff;
}
.cid-uQWzu5bMdQ H4 {
  color: #ffffff;
}
