.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Noto Kufi Arabic', sans-serif;
  font-size: 1.544rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 1.93rem;
}
.display-2 {
  font-family: 'Noto Kufi Arabic', sans-serif;
  font-size: 1.44rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 1.8rem;
}
.display-4 {
  font-family: 'Noto Kufi Arabic', sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.125rem;
}
.display-5 {
  font-family: 'Noto Kufi Arabic', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-7 {
  font-family: 'Noto Kufi Arabic', sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1rem;
}
/* ---- 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: 1.2352rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.0808rem;
    font-size: calc( 1.1904rem + (1.544 - 1.1904) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.1904rem + (1.544 - 1.1904) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.152rem;
    font-size: calc( 1.154rem + (1.44 - 1.154) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.154rem + (1.44 - 1.154) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    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-7 {
    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))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #11877f !important;
}
.bg-success {
  background-color: #ffffff !important;
}
.bg-info {
  background-color: #13508a !important;
}
.bg-warning {
  background-color: #c5ae41 !important;
}
.bg-danger {
  background-color: #b6ffec !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #11877f !important;
  border-color: #11877f !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #073a37 !important;
  border-color: #073a37 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #073a37 !important;
  border-color: #073a37 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #183959 !important;
  border-color: #183959 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #060d15 !important;
  border-color: #060d15 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #060d15 !important;
  border-color: #060d15 !important;
}
.btn-info,
.btn-info:active {
  background-color: #13508a !important;
  border-color: #13508a !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #09243e !important;
  border-color: #09243e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #09243e !important;
  border-color: #09243e !important;
}
.btn-success,
.btn-success:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #c5ae41 !important;
  border-color: #c5ae41 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #867629 !important;
  border-color: #867629 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #867629 !important;
  border-color: #867629 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b6ffec !important;
  border-color: #b6ffec !important;
  color: #00b687 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #005f46 !important;
  background-color: #5fffd5 !important;
  border-color: #5fffd5 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #00b687 !important;
  background-color: #5fffd5 !important;
  border-color: #5fffd5 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #11877f;
  color: #11877f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #073a37 !important;
  background-color: transparent!important;
  border-color: #073a37 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #11877f !important;
  border-color: #11877f !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #183959;
  color: #183959;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #060d15 !important;
  background-color: transparent!important;
  border-color: #060d15 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #183959 !important;
  border-color: #183959 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #13508a;
  color: #13508a;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #09243e !important;
  background-color: transparent!important;
  border-color: #09243e !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #13508a !important;
  border-color: #13508a !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: #d4d4d4 !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #c5ae41;
  color: #c5ae41;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #867629 !important;
  background-color: transparent!important;
  border-color: #867629 !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #c5ae41 !important;
  border-color: #c5ae41 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #b6ffec;
  color: #b6ffec;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #5fffd5 !important;
  background-color: transparent!important;
  border-color: #5fffd5 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #00b687 !important;
  background-color: #b6ffec !important;
  border-color: #b6ffec !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: #11877f !important;
}
.text-secondary {
  color: #183959 !important;
}
.text-success {
  color: #ffffff !important;
}
.text-info {
  color: #13508a !important;
}
.text-warning {
  color: #c5ae41 !important;
}
.text-danger {
  color: #b6ffec !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #062c2a !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #020609 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #cccccc !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #071c30 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #7b6c25 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #50ffd1 !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) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #11877f;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #13508a;
}
.alert-warning {
  background-color: #c5ae41;
}
.alert-danger {
  background-color: #b6ffec;
}
.mbr-gallery-filter li.active .btn {
  background-color: #11877f;
  border-color: #11877f;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #11877f;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #32e5d9;
}
.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: #3990e4;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #e3d8a3;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Noto Kufi Arabic', sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.125rem;
}
.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: #11877f !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Noto Kufi Arabic', sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.125rem;
}
blockquote {
  border-color: #11877f;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #11877f;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #11877f;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #11877f;
  border-bottom-color: #11877f;
}
.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: #11877f !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: #183959 !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='%2311877f' %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;
}
.cid-veP87eWXAW {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-veP87eWXAW nav.navbar {
  position: fixed;
}
.cid-veP87eWXAW .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veP87eWXAW .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-veP87eWXAW .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-veP87eWXAW .dropdown-item:hover,
.cid-veP87eWXAW .dropdown-item:focus {
  background: #11877f !important;
  color: white !important;
}
.cid-veP87eWXAW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-veP87eWXAW .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-veP87eWXAW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-veP87eWXAW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-veP87eWXAW .nav-link {
  position: relative;
}
.cid-veP87eWXAW .container {
  display: flex;
  margin: auto;
}
.cid-veP87eWXAW .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-veP87eWXAW .dropdown-menu,
.cid-veP87eWXAW .navbar.opened {
  background: #ffffff !important;
}
.cid-veP87eWXAW .nav-item:focus,
.cid-veP87eWXAW .nav-link:focus {
  outline: none;
}
.cid-veP87eWXAW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veP87eWXAW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veP87eWXAW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veP87eWXAW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veP87eWXAW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-veP87eWXAW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-veP87eWXAW .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-veP87eWXAW .navbar.opened {
  transition: all 0.3s;
}
.cid-veP87eWXAW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-veP87eWXAW .navbar .navbar-logo img {
  width: auto;
}
.cid-veP87eWXAW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-veP87eWXAW .navbar.collapsed {
  justify-content: center;
}
.cid-veP87eWXAW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-veP87eWXAW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-veP87eWXAW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-veP87eWXAW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-veP87eWXAW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-veP87eWXAW .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-veP87eWXAW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-veP87eWXAW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-veP87eWXAW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-veP87eWXAW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veP87eWXAW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veP87eWXAW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veP87eWXAW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veP87eWXAW .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-veP87eWXAW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-veP87eWXAW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-veP87eWXAW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veP87eWXAW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0rem;
  }
  .cid-veP87eWXAW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veP87eWXAW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-veP87eWXAW .navbar.navbar-short {
  min-height: 60px;
}
.cid-veP87eWXAW .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-veP87eWXAW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-veP87eWXAW .navbar-brand {
  min-height: 60px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-veP87eWXAW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veP87eWXAW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-veP87eWXAW .dropdown-item.active,
.cid-veP87eWXAW .dropdown-item:active {
  background-color: transparent;
}
.cid-veP87eWXAW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veP87eWXAW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veP87eWXAW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veP87eWXAW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-veP87eWXAW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-veP87eWXAW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-veP87eWXAW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-veP87eWXAW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-veP87eWXAW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-veP87eWXAW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-veP87eWXAW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-veP87eWXAW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veP87eWXAW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veP87eWXAW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veP87eWXAW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veP87eWXAW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veP87eWXAW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veP87eWXAW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veP87eWXAW .navbar-dropdown {
  padding: 0 0rem;
  position: fixed;
}
.cid-veP87eWXAW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veP87eWXAW .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-veP87eWXAW .navbar {
    height: 70px;
  }
  .cid-veP87eWXAW .navbar.opened {
    height: auto;
  }
  .cid-veP87eWXAW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veP87eWXAW .navbar-logo {
  margin-right: 0.5rem;
}
.cid-veP87eWXAW .btn {
  border-radius: 10px;
  box-shadow: 0px 0px 5px 1px #e8e8e8;
}
.cid-veP87eWXAW .btn-primary {
  background: linear-gradient(261deg, #11877f 50%, #18708a 100%);
}
.cid-veP87gbrfG {
  padding-top: 0.44rem;
  padding-bottom: 0.44rem;
  background: #13508a;
}
.cid-veP87gbrfG .mbr-section-subtitle {
  text-align: center;
}
.cid-veP87gbrfG .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-veP87gbrfG p {
  margin-top: 0;
  margin-bottom: 0rem;
}
@media (max-width: 767px) {
  .cid-veP87gbrfG .mbr-text {
    font-size: 0.8rem !important;
  }
}
.cid-veTJYlkb8X {
  padding-top: 0.432rem;
  padding-bottom: 0.288rem;
  background: #fafcfc;
  border-bottom: solid 1px #a4aeb9;
}
.cid-veTJYlkb8X .mbr-section-subtitle {
  text-align: center;
}
.cid-veTJYlkb8X .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-veTJYlkb8X p {
  margin-top: 0;
  margin-bottom: 0rem;
}
@media (max-width: 767px) {
  .cid-veTJYlkb8X .mbr-text {
    font-size: 0.8rem !important;
  }
}
@media (max-width: 991px) {
  .cid-veTJYlkb8X {
    padding-top: 0.544rem !important;
  }
}
.cid-veTJYlkb8X .align-left {
  float: left;
  color: #19519a;
  font-size: 0.9rem;
  font-weight: 600;
}
.cid-veTJYlkb8X .align-right {
  float: right;
  color: #19519a;
  font-size: 0.9rem;
  font-weight: 600;
}
.cid-veP87i7Lfl {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: solid 1px #a4aeb9;
  background-size: cover;
  background-image: url("../../../assets/images/8b4030d6-72db-4fd0-ab51-04145f77b14h3-71.jpg");
}
.cid-veP87i7Lfl .mbr-fallback-image.disabled {
  display: none;
}
.cid-veP87i7Lfl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veP87i7Lfl .content-wrapper {
  background: #ffffffec;
  border-radius: 13px;
  border: solid 1px #a4aeb9;
  background-size: cover;
}
@media (max-width: 991px) {
  .cid-veP87i7Lfl .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-veP87i7Lfl .content-wrapper .image-wrapper {
    margin-bottom: 0.744rem;
  }
}
@media (max-width: 767px) {
  .cid-veP87i7Lfl .content-wrapper {
    padding: 0.44rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-veP87i7Lfl .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-veP87i7Lfl .content-wrapper {
    padding: 5rem;
  }
  .cid-veP87i7Lfl .content-wrapper .text-wrapper {
    padding-left: 3rem;
  }
}
@media (min-width: 768px) {
  .cid-veP87i7Lfl .col-md-4 {
    width: 76% !important;
  }
}
.cid-veP87i7Lfl .mbr-section-title {
  line-height: 1.4;
  color: #13508a;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-veP87i7Lfl {
    padding-top: 1.88rem;
    padding-bottom: 2rem;
  }
  .cid-veP87i7Lfl .col-lg-6 {
    flex: 0 0 auto;
    width: 55%;
  }
  .cid-veP87i7Lfl .btn {
    border-radius: 10px;
    padding: 0.6rem 1.8rem ;
    margin: 0.3rem;
    border: solid 2px #ffffff !important;
  }
  .cid-veP87i7Lfl .image-wrapper {
    padding: 0rem;
    margin-left: 20px;
    margin-right: 0px;
  }
  .cid-veP87i7Lfl img,
  .cid-veP87i7Lfl iframe {
    display: block;
    width: 160px;
    border-radius: 8px;
  }
  .cid-veP87i7Lfl .container {
    padding: 0rem !important;
  }
  .cid-veP87i7Lfl .col-lg-4 {
    flex: 0 0 auto;
    width: 20.3333333333%;
  }
  .cid-veP87i7Lfl .col-md {
    flex: none;
  }
}
@media (max-width: 991px) {
  .cid-veP87i7Lfl {
    padding-bottom: 2rem;
    padding-top: 1.544rem;
  }
  .cid-veP87i7Lfl .col-md {
    flex: 1 0 auto;
  }
  .cid-veP87i7Lfl .btn {
    width: 64%;
    border-radius: 8px;
    padding: 0.4rem 1.44rem;
    margin: 0.2rem;
    font-size: 0.8rem;
    border: solid 2px #ffffff !important;
  }
  .cid-veP87i7Lfl .w-100 {
    width: 94% !important;
    margin: auto;
    height: 216px;
    object-fit: cover;
  }
  .cid-veP87i7Lfl .image-wrapper {
    padding: 0rem;
  }
  .cid-veP87i7Lfl .mt-3 {
    margin-top: 0.844rem !important;
  }
  .cid-veP87i7Lfl .content-wrapper {
    margin: auto;
    border-radius: 13px;
    width: 88% !important;
    padding-top: 4.44rem;
    padding-bottom: 3.44rem;
  }
  .cid-veP87i7Lfl img,
  .cid-veP87i7Lfl iframe {
    display: block;
    width: 144px;
    margin: auto;
    padding: 1rem;
  }
  .cid-veP87i7Lfl .mbr-text,
  .cid-veP87i7Lfl .mbr-section-btn {
    text-align: center !important;
  }
  .cid-veP87i7Lfl .card-title {
    text-align: center !important;
  }
  .cid-veP87i7Lfl b,
  .cid-veP87i7Lfl strong {
    font-size: 1.22rem;
  }
  .cid-veP87i7Lfl .display-2 {
    font-size: 1rem;
  }
  .cid-veP87i7Lfl .display-5 {
    line-height: 1;
  }
}
.cid-veP87i7Lfl .mbr-text,
.cid-veP87i7Lfl .mbr-section-btn {
  color: #19519a;
  text-align: right;
}
.cid-veP87i7Lfl .mt-3 {
  margin-top: 0.44rem !important;
}
.cid-veP87i7Lfl p {
  margin-bottom: 0rem;
}
.cid-veP87i7Lfl .mb-3 {
  margin-bottom: 0rem !important;
}
.cid-veP87i7Lfl .mb-4 {
  margin-bottom: 0rem !important;
}
.cid-veP87i7Lfl .card-title {
  margin-bottom: 0rem !important;
  text-align: right;
  color: #19519a;
}
.cid-veP87i7Lfl .btn-primary {
  background: linear-gradient(261deg, #11877f 50%, #18708a 100%);
}
.cid-veP87jn8rW {
  padding-top: 2.4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
  direction: rtl;
}
.cid-veP87jn8rW img,
.cid-veP87jn8rW .item-img {
  width: 100%;
  object-fit: cover;
  height: 140px;
}
.cid-veP87jn8rW .item:focus,
.cid-veP87jn8rW span:focus {
  outline: none;
}
.cid-veP87jn8rW .item {
  cursor: pointer;
  margin-bottom: 1.4rem;
}
.cid-veP87jn8rW .item-wrapper {
  position: relative;
  border-radius: 8px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  border: solid;
  border-width: thin;
  border-color: #888888;
}
@media (min-width: 992px) {
  .cid-veP87jn8rW .item-wrapper .item-content {
    padding: 0.6rem 1.3rem 0;
  }
  .cid-veP87jn8rW .item-wrapper .item-footer {
    padding: 0.6rem 0rem;
  }
}
.cid-veP87jn8rW .mbr-section-btn {
  margin-top: auto !important;
  text-align: center !important;
}
.cid-veP87jn8rW .mbr-section-title {
  color: #1b5279;
  font-weight: 600;
}
.cid-veP87jn8rW .mbr-text,
.cid-veP87jn8rW .mbr-section-btn {
  text-align: right;
  color: #2b4743;
}
.cid-veP87jn8rW .item-title {
  text-align: center;
  font-weight: 600;
  color: #ffffff;
  padding: 0.45rem;
  width: auto;
  background: linear-gradient(261deg, #11877f 50%, #18708a 100%);
}
.cid-veP87jn8rW b,
.cid-veP87jn8rW strong {
  color: #118a7c !important;
}
.cid-veP87jn8rW .btn {
  padding: 0.4rem 0rem;
  border-radius: 6px;
  margin-right: 4px;
  border-width: 1.5px;
  margin-left: 4px;
  width: 40%;
}
.cid-veP87jn8rW .btn-primary {
  background: linear-gradient(261deg, #11877f 50%, #18708a 100%);
}
.cid-veP87jn8rW .btn-primary-outline {
  color: #274c6a;
}
.cid-veP87jn8rW .display-7 {
  margin-bottom: 0rem;
}
.cid-veP87jn8rW h5 {
  margin-bottom: 0rem;
}
.cid-veP87jn8rW .mt-1 {
  margin-top: 0rem !important;
}
.cid-veP87jn8rW .mt-3 {
  margin-top: 0rem !important;
  padding-top: 1rem !important;
}
.cid-veP87jn8rW .mbr-section-subtitle {
  color: #1d3659;
}
.cid-veP87jn8rW .mbr-text {
  background: white;
  padding-right: 1.4rem;
}
.cid-veP87jn8rW .item-content {
  padding: 0rem !important;
}
.cid-veP87jn8rW .item-footer {
  padding: 1rem;
  padding-top: 0.5rem;
}
.cid-veP87jn8rW .mt-4 {
  margin-top: 2rem !important;
}
@media (max-width: 767px) {
  .cid-veP87jn8rW .item-wrapper {
    width: 80%;
    margin: auto;
    height: fit-content;
  }
  .cid-veP87jn8rW .btn {
    width: 45%;
    font-size: 0.8rem;
  }
  .cid-veP87jn8rW .item-title {
    font-size: 0.9rem;
  }
  .cid-veP87jn8rW .mbr-text {
    font-size: 0.8rem;
  }
  .cid-veP87jn8rW .display-2 {
    width: 88%;
  }
  .cid-veP87jn8rW img,
  .cid-veP87jn8rW .item-img {
    height: 160px;
  }
}
.cid-veP87kZvr9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #deedf0;
}
.cid-veP87kZvr9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veP87kZvr9 .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-veP87kZvr9 .image-wrapper {
    margin-bottom: 1rem;
    display: none;
  }
  .cid-veP87kZvr9 .col-12 {
    flex: 0 0 auto;
    width: 76%;
  }
}
@media (min-width: 768px) {
  .cid-veP87kZvr9 .image-wrapper1 {
    margin-bottom: 1rem;
    display: none;
  }
}
.cid-veP87kZvr9 .row {
  flex-direction: row-reverse;
}
.cid-veP87kZvr9 img {
  width: 100%;
  border: solid;
  border-width: thin;
  border-color: #888888;
}
.cid-veP87kZvr9 .col-12 {
  padding: 0rem;
}
.cid-veP87lF2vz {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-veP87lF2vz .mbr-section-subtitle {
  text-align: center;
}
.cid-veP87lF2vz .mbr-text {
  text-align: center;
  color: #13508a;
}
.cid-veP87mjddO {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-veP87mjddO .mbr-fallback-image.disabled {
  display: none;
}
.cid-veP87mjddO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-veP87mjddO img {
    width: 82%;
    margin-bottom: 0.544rem !important;
  }
}
.cid-veP87mjddO .row {
  flex-direction: row-reverse;
}
.cid-veP87mjddO img {
  object-fit: cover;
  border-radius: 8px;
  margin: auto;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-veP87mjddO .col-lg-6 {
    flex: 0 0 auto;
    width: 33%;
    margin: auto;
  }
}
.cid-veP87nlxDF {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-veP87nlxDF .media-container-row .mbr-text {
  color: #232323;
  font-family: Arial, Helvetica, sans-serif;
}
.cid-veT0n2cIG1 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-veT0n2cIG1 nav.navbar {
  position: fixed;
}
.cid-veT0n2cIG1 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veT0n2cIG1 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-veT0n2cIG1 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-veT0n2cIG1 .dropdown-item:hover,
.cid-veT0n2cIG1 .dropdown-item:focus {
  background: #11877f !important;
  color: white !important;
}
.cid-veT0n2cIG1 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-veT0n2cIG1 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-veT0n2cIG1 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-veT0n2cIG1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-veT0n2cIG1 .nav-link {
  position: relative;
}
.cid-veT0n2cIG1 .container {
  display: flex;
  margin: auto;
}
.cid-veT0n2cIG1 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-veT0n2cIG1 .dropdown-menu,
.cid-veT0n2cIG1 .navbar.opened {
  background: #ffffff !important;
}
.cid-veT0n2cIG1 .nav-item:focus,
.cid-veT0n2cIG1 .nav-link:focus {
  outline: none;
}
.cid-veT0n2cIG1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veT0n2cIG1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veT0n2cIG1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veT0n2cIG1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veT0n2cIG1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-veT0n2cIG1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-veT0n2cIG1 .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-veT0n2cIG1 .navbar.opened {
  transition: all 0.3s;
}
.cid-veT0n2cIG1 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-veT0n2cIG1 .navbar .navbar-logo img {
  width: auto;
}
.cid-veT0n2cIG1 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-veT0n2cIG1 .navbar.collapsed {
  justify-content: center;
}
.cid-veT0n2cIG1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-veT0n2cIG1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-veT0n2cIG1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-veT0n2cIG1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-veT0n2cIG1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-veT0n2cIG1 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-veT0n2cIG1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-veT0n2cIG1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-veT0n2cIG1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-veT0n2cIG1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veT0n2cIG1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veT0n2cIG1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veT0n2cIG1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veT0n2cIG1 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-veT0n2cIG1 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-veT0n2cIG1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-veT0n2cIG1 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veT0n2cIG1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0rem;
  }
  .cid-veT0n2cIG1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veT0n2cIG1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-veT0n2cIG1 .navbar.navbar-short {
  min-height: 60px;
}
.cid-veT0n2cIG1 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-veT0n2cIG1 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-veT0n2cIG1 .navbar-brand {
  min-height: 60px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-veT0n2cIG1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veT0n2cIG1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-veT0n2cIG1 .dropdown-item.active,
.cid-veT0n2cIG1 .dropdown-item:active {
  background-color: transparent;
}
.cid-veT0n2cIG1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veT0n2cIG1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veT0n2cIG1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veT0n2cIG1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-veT0n2cIG1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-veT0n2cIG1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-veT0n2cIG1 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-veT0n2cIG1 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-veT0n2cIG1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-veT0n2cIG1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-veT0n2cIG1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-veT0n2cIG1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veT0n2cIG1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veT0n2cIG1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veT0n2cIG1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veT0n2cIG1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veT0n2cIG1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veT0n2cIG1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veT0n2cIG1 .navbar-dropdown {
  padding: 0 0rem;
  position: fixed;
}
.cid-veT0n2cIG1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veT0n2cIG1 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-veT0n2cIG1 .navbar {
    height: 70px;
  }
  .cid-veT0n2cIG1 .navbar.opened {
    height: auto;
  }
  .cid-veT0n2cIG1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veT0n2cIG1 .navbar-logo {
  margin-right: 0.5rem;
}
.cid-veT0n2cIG1 .btn {
  border-radius: 10px;
  box-shadow: 0px 0px 5px 1px #e8e8e8;
}
.cid-veT0n2cIG1 .btn-primary {
  background: linear-gradient(261deg, #11877f 50%, #18708a 100%);
}
.cid-veT0n2X65t {
  padding-top: 0.44rem;
  padding-bottom: 0.44rem;
  background: #13508a;
}
.cid-veT0n2X65t .mbr-section-subtitle {
  text-align: center;
}
.cid-veT0n2X65t .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-veT0n2X65t p {
  margin-top: 0;
  margin-bottom: 0rem;
}
@media (max-width: 767px) {
  .cid-veT0n2X65t .mbr-text {
    font-size: 0.8rem !important;
  }
}
.cid-veTK1TBUhS {
  padding-top: 0.432rem;
  padding-bottom: 0.288rem;
  background: #fafcfc;
  border-bottom: solid 1px #a4aeb9;
}
.cid-veTK1TBUhS .mbr-section-subtitle {
  text-align: center;
}
.cid-veTK1TBUhS .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-veTK1TBUhS p {
  margin-top: 0;
  margin-bottom: 0rem;
}
@media (max-width: 767px) {
  .cid-veTK1TBUhS .mbr-text {
    font-size: 0.8rem !important;
  }
}
@media (max-width: 991px) {
  .cid-veTK1TBUhS {
    padding-top: 0.544rem !important;
  }
}
.cid-veTK1TBUhS .align-left {
  float: left;
  color: #19519a;
  font-size: 0.9rem;
  font-weight: 600;
}
.cid-veTK1TBUhS .align-right {
  float: right;
  color: #19519a;
  font-size: 0.9rem;
  font-weight: 600;
}
.cid-veT0n41kOe {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: solid 1px #a4aeb9;
  background-size: cover;
  background-image: url("../../../assets/images/8b4030d6-72db-4fd0-ab51-04145f77b14h3-71.jpg");
}
.cid-veT0n41kOe .mbr-fallback-image.disabled {
  display: none;
}
.cid-veT0n41kOe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veT0n41kOe .content-wrapper {
  background: #ffffffec;
  border-radius: 13px;
  border: solid 1px #a4aeb9;
  background-size: cover;
}
@media (max-width: 991px) {
  .cid-veT0n41kOe .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-veT0n41kOe .content-wrapper .image-wrapper {
    margin-bottom: 0.744rem;
  }
}
@media (max-width: 767px) {
  .cid-veT0n41kOe .content-wrapper {
    padding: 0.44rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-veT0n41kOe .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-veT0n41kOe .content-wrapper {
    padding: 5rem;
  }
  .cid-veT0n41kOe .content-wrapper .text-wrapper {
    padding-left: 3rem;
  }
}
@media (min-width: 768px) {
  .cid-veT0n41kOe .col-md-4 {
    width: 76% !important;
  }
}
.cid-veT0n41kOe .mbr-section-title {
  line-height: 1.4;
  color: #13508a;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-veT0n41kOe {
    padding-top: 1.88rem;
    padding-bottom: 2rem;
  }
  .cid-veT0n41kOe .col-lg-6 {
    flex: 0 0 auto;
    width: 55%;
  }
  .cid-veT0n41kOe .btn {
    border-radius: 10px;
    padding: 0.6rem 1.8rem ;
    margin: 0.3rem;
    border: solid 2px #ffffff !important;
  }
  .cid-veT0n41kOe .image-wrapper {
    padding: 0rem;
    margin-left: 20px;
    margin-right: 0px;
  }
  .cid-veT0n41kOe img,
  .cid-veT0n41kOe iframe {
    display: block;
    width: 160px;
    border-radius: 8px;
  }
  .cid-veT0n41kOe .container {
    padding: 0rem !important;
  }
  .cid-veT0n41kOe .col-lg-4 {
    flex: 0 0 auto;
    width: 20.3333333333%;
  }
  .cid-veT0n41kOe .col-md {
    flex: none;
  }
}
@media (max-width: 991px) {
  .cid-veT0n41kOe {
    padding-bottom: 2rem;
    padding-top: 1.544rem;
  }
  .cid-veT0n41kOe .col-md {
    flex: 1 0 auto;
  }
  .cid-veT0n41kOe .btn {
    width: 64%;
    border-radius: 8px;
    padding: 0.4rem 1.44rem;
    margin: 0.2rem;
    font-size: 0.8rem;
    border: solid 2px #ffffff !important;
  }
  .cid-veT0n41kOe .w-100 {
    width: 94% !important;
    margin: auto;
    height: 216px;
    object-fit: cover;
  }
  .cid-veT0n41kOe .image-wrapper {
    padding: 0rem;
  }
  .cid-veT0n41kOe .mt-3 {
    margin-top: 0.844rem !important;
  }
  .cid-veT0n41kOe .content-wrapper {
    margin: auto;
    border-radius: 13px;
    width: 88% !important;
    padding-top: 4.44rem;
    padding-bottom: 3.44rem;
  }
  .cid-veT0n41kOe img,
  .cid-veT0n41kOe iframe {
    display: block;
    width: 144px;
    margin: auto;
    padding: 1rem;
  }
  .cid-veT0n41kOe .mbr-text,
  .cid-veT0n41kOe .mbr-section-btn {
    text-align: center !important;
  }
  .cid-veT0n41kOe .card-title {
    text-align: center !important;
  }
  .cid-veT0n41kOe b,
  .cid-veT0n41kOe strong {
    font-size: 1.22rem;
  }
  .cid-veT0n41kOe .display-2 {
    font-size: 1rem;
  }
  .cid-veT0n41kOe .display-5 {
    line-height: 1;
  }
}
.cid-veT0n41kOe .mbr-text,
.cid-veT0n41kOe .mbr-section-btn {
  color: #19519a;
  text-align: right;
}
.cid-veT0n41kOe .mt-3 {
  margin-top: 0.44rem !important;
}
.cid-veT0n41kOe p {
  margin-bottom: 0rem;
}
.cid-veT0n41kOe .mb-3 {
  margin-bottom: 0rem !important;
}
.cid-veT0n41kOe .mb-4 {
  margin-bottom: 0rem !important;
}
.cid-veT0n41kOe .card-title {
  margin-bottom: 0rem !important;
  text-align: right;
  color: #19519a;
}
.cid-veT0n41kOe .btn-primary {
  background: linear-gradient(261deg, #11877f 50%, #18708a 100%);
}
.cid-veT0n52gv8 {
  padding-top: 2.4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
  direction: rtl;
}
.cid-veT0n52gv8 img,
.cid-veT0n52gv8 .item-img {
  width: 100%;
  object-fit: cover;
  height: 140px;
}
.cid-veT0n52gv8 .item:focus,
.cid-veT0n52gv8 span:focus {
  outline: none;
}
.cid-veT0n52gv8 .item {
  cursor: pointer;
  margin-bottom: 1.4rem;
}
.cid-veT0n52gv8 .item-wrapper {
  position: relative;
  border-radius: 8px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  border: solid;
  border-width: thin;
  border-color: #888888;
}
@media (min-width: 992px) {
  .cid-veT0n52gv8 .item-wrapper .item-content {
    padding: 0.6rem 1.3rem 0;
  }
  .cid-veT0n52gv8 .item-wrapper .item-footer {
    padding: 0.6rem 0rem;
  }
}
.cid-veT0n52gv8 .mbr-section-btn {
  margin-top: auto !important;
  text-align: center !important;
}
.cid-veT0n52gv8 .mbr-section-title {
  color: #1b5279;
  font-weight: 600;
}
.cid-veT0n52gv8 .mbr-text,
.cid-veT0n52gv8 .mbr-section-btn {
  text-align: right;
  color: #2b4743;
}
.cid-veT0n52gv8 .item-title {
  text-align: center;
  font-weight: 600;
  color: #ffffff;
  padding: 0.45rem;
  width: auto;
  background: linear-gradient(261deg, #11877f 50%, #18708a 100%);
}
.cid-veT0n52gv8 b,
.cid-veT0n52gv8 strong {
  color: #118a7c !important;
}
.cid-veT0n52gv8 .btn {
  padding: 0.4rem 0rem;
  border-radius: 6px;
  margin-right: 4px;
  border-width: 1.5px;
  margin-left: 4px;
  width: 40%;
}
.cid-veT0n52gv8 .btn-primary {
  background: linear-gradient(261deg, #11877f 50%, #18708a 100%);
}
.cid-veT0n52gv8 .btn-primary-outline {
  color: #274c6a;
}
.cid-veT0n52gv8 .display-7 {
  margin-bottom: 0rem;
}
.cid-veT0n52gv8 h5 {
  margin-bottom: 0rem;
}
.cid-veT0n52gv8 .mt-1 {
  margin-top: 0rem !important;
}
.cid-veT0n52gv8 .mt-3 {
  margin-top: 0rem !important;
  padding-top: 1rem !important;
}
.cid-veT0n52gv8 .mbr-section-subtitle {
  color: #1d3659;
}
.cid-veT0n52gv8 .mbr-text {
  background: white;
  padding-right: 1.4rem;
}
.cid-veT0n52gv8 .item-content {
  padding: 0rem !important;
}
.cid-veT0n52gv8 .item-footer {
  padding: 1rem;
  padding-top: 0.5rem;
}
.cid-veT0n52gv8 .mt-4 {
  margin-top: 2rem !important;
}
@media (max-width: 767px) {
  .cid-veT0n52gv8 .item-wrapper {
    width: 80%;
    margin: auto;
    height: fit-content;
  }
  .cid-veT0n52gv8 .btn {
    width: 45%;
    font-size: 0.8rem;
  }
  .cid-veT0n52gv8 .item-title {
    font-size: 0.9rem;
  }
  .cid-veT0n52gv8 .mbr-text {
    font-size: 0.8rem;
  }
  .cid-veT0n52gv8 .display-2 {
    width: 88%;
  }
  .cid-veT0n52gv8 img,
  .cid-veT0n52gv8 .item-img {
    height: 160px;
  }
}
.cid-veT0n6lJM1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #deedf0;
}
.cid-veT0n6lJM1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veT0n6lJM1 .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-veT0n6lJM1 .image-wrapper {
    margin-bottom: 1rem;
    display: none;
  }
  .cid-veT0n6lJM1 .col-12 {
    flex: 0 0 auto;
    width: 76%;
  }
}
@media (min-width: 768px) {
  .cid-veT0n6lJM1 .image-wrapper1 {
    margin-bottom: 1rem;
    display: none;
  }
}
.cid-veT0n6lJM1 .row {
  flex-direction: row-reverse;
}
.cid-veT0n6lJM1 img {
  width: 100%;
  border: solid;
  border-width: thin;
  border-color: #888888;
}
.cid-veT0n6lJM1 .col-12 {
  padding: 0rem;
}
.cid-veT0n78s0i {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-veT0n78s0i .mbr-section-subtitle {
  text-align: center;
}
.cid-veT0n78s0i .mbr-text {
  text-align: center;
  color: #13508a;
}
.cid-veT0n7SwQE {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-veT0n7SwQE .mbr-fallback-image.disabled {
  display: none;
}
.cid-veT0n7SwQE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-veT0n7SwQE img {
    width: 82%;
    margin-bottom: 0.544rem !important;
  }
}
.cid-veT0n7SwQE .row {
  flex-direction: row-reverse;
}
.cid-veT0n7SwQE img {
  object-fit: cover;
  border-radius: 8px;
  margin: auto;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-veT0n7SwQE .col-lg-6 {
    flex: 0 0 auto;
    width: 33%;
    margin: auto;
  }
}
.cid-veT0n8YkMi {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-veT0n8YkMi .media-container-row .mbr-text {
  color: #232323;
  font-family: Arial, Helvetica, sans-serif;
}
.cid-veT1M84r4H {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-veT1M84r4H nav.navbar {
  position: fixed;
}
.cid-veT1M84r4H .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veT1M84r4H .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-veT1M84r4H .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-veT1M84r4H .dropdown-item:hover,
.cid-veT1M84r4H .dropdown-item:focus {
  background: #11877f !important;
  color: white !important;
}
.cid-veT1M84r4H .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-veT1M84r4H .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-veT1M84r4H .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-veT1M84r4H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-veT1M84r4H .nav-link {
  position: relative;
}
.cid-veT1M84r4H .container {
  display: flex;
  margin: auto;
}
.cid-veT1M84r4H .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-veT1M84r4H .dropdown-menu,
.cid-veT1M84r4H .navbar.opened {
  background: #ffffff !important;
}
.cid-veT1M84r4H .nav-item:focus,
.cid-veT1M84r4H .nav-link:focus {
  outline: none;
}
.cid-veT1M84r4H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veT1M84r4H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veT1M84r4H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veT1M84r4H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veT1M84r4H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-veT1M84r4H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-veT1M84r4H .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-veT1M84r4H .navbar.opened {
  transition: all 0.3s;
}
.cid-veT1M84r4H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-veT1M84r4H .navbar .navbar-logo img {
  width: auto;
}
.cid-veT1M84r4H .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-veT1M84r4H .navbar.collapsed {
  justify-content: center;
}
.cid-veT1M84r4H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-veT1M84r4H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-veT1M84r4H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-veT1M84r4H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-veT1M84r4H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-veT1M84r4H .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-veT1M84r4H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-veT1M84r4H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-veT1M84r4H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-veT1M84r4H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veT1M84r4H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veT1M84r4H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veT1M84r4H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veT1M84r4H .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-veT1M84r4H .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-veT1M84r4H .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-veT1M84r4H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veT1M84r4H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0rem;
  }
  .cid-veT1M84r4H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veT1M84r4H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-veT1M84r4H .navbar.navbar-short {
  min-height: 60px;
}
.cid-veT1M84r4H .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-veT1M84r4H .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-veT1M84r4H .navbar-brand {
  min-height: 60px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-veT1M84r4H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veT1M84r4H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-veT1M84r4H .dropdown-item.active,
.cid-veT1M84r4H .dropdown-item:active {
  background-color: transparent;
}
.cid-veT1M84r4H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veT1M84r4H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veT1M84r4H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veT1M84r4H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-veT1M84r4H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-veT1M84r4H .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-veT1M84r4H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-veT1M84r4H .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-veT1M84r4H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-veT1M84r4H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-veT1M84r4H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-veT1M84r4H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veT1M84r4H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veT1M84r4H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veT1M84r4H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veT1M84r4H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veT1M84r4H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veT1M84r4H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veT1M84r4H .navbar-dropdown {
  padding: 0 0rem;
  position: fixed;
}
.cid-veT1M84r4H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veT1M84r4H .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-veT1M84r4H .navbar {
    height: 70px;
  }
  .cid-veT1M84r4H .navbar.opened {
    height: auto;
  }
  .cid-veT1M84r4H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veT1M84r4H .navbar-logo {
  margin-right: 0.5rem;
}
.cid-veT1M84r4H .btn {
  border-radius: 10px;
  box-shadow: 0px 0px 5px 1px #e8e8e8;
}
.cid-veT1M84r4H .btn-primary {
  background: linear-gradient(261deg, #11877f 50%, #18708a 100%);
}
.cid-veT1M8PQbZ {
  padding-top: 0.44rem;
  padding-bottom: 0.44rem;
  background: #13508a;
}
.cid-veT1M8PQbZ .mbr-section-subtitle {
  text-align: center;
}
.cid-veT1M8PQbZ .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-veT1M8PQbZ p {
  margin-top: 0;
  margin-bottom: 0rem;
}
@media (max-width: 767px) {
  .cid-veT1M8PQbZ .mbr-text {
    font-size: 0.8rem !important;
  }
}
.cid-veTK5BECbA {
  padding-top: 0.432rem;
  padding-bottom: 0.288rem;
  background: #fafcfc;
  border-bottom: solid 1px #a4aeb9;
}
.cid-veTK5BECbA .mbr-section-subtitle {
  text-align: center;
}
.cid-veTK5BECbA .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-veTK5BECbA p {
  margin-top: 0;
  margin-bottom: 0rem;
}
@media (max-width: 767px) {
  .cid-veTK5BECbA .mbr-text {
    font-size: 0.8rem !important;
  }
}
@media (max-width: 991px) {
  .cid-veTK5BECbA {
    padding-top: 0.544rem !important;
  }
}
.cid-veTK5BECbA .align-left {
  float: left;
  color: #19519a;
  font-size: 0.9rem;
  font-weight: 600;
}
.cid-veTK5BECbA .align-right {
  float: right;
  color: #19519a;
  font-size: 0.9rem;
  font-weight: 600;
}
.cid-veT1Ma9vkf {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: solid 1px #a4aeb9;
  background-size: cover;
  background-image: url("../../../assets/images/8b4030d6-72db-4fd0-ab51-04145f77b14h3-71.jpg");
}
.cid-veT1Ma9vkf .mbr-fallback-image.disabled {
  display: none;
}
.cid-veT1Ma9vkf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veT1Ma9vkf .content-wrapper {
  background: #ffffffec;
  border-radius: 13px;
  border: solid 1px #a4aeb9;
  background-size: cover;
}
@media (max-width: 991px) {
  .cid-veT1Ma9vkf .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-veT1Ma9vkf .content-wrapper .image-wrapper {
    margin-bottom: 0.744rem;
  }
}
@media (max-width: 767px) {
  .cid-veT1Ma9vkf .content-wrapper {
    padding: 0.44rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-veT1Ma9vkf .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-veT1Ma9vkf .content-wrapper {
    padding: 5rem;
  }
  .cid-veT1Ma9vkf .content-wrapper .text-wrapper {
    padding-left: 3rem;
  }
}
@media (min-width: 768px) {
  .cid-veT1Ma9vkf .col-md-4 {
    width: 76% !important;
  }
}
.cid-veT1Ma9vkf .mbr-section-title {
  line-height: 1.4;
  color: #13508a;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-veT1Ma9vkf {
    padding-top: 1.88rem;
    padding-bottom: 2rem;
  }
  .cid-veT1Ma9vkf .col-lg-6 {
    flex: 0 0 auto;
    width: 55%;
  }
  .cid-veT1Ma9vkf .btn {
    border-radius: 10px;
    padding: 0.6rem 1.8rem ;
    margin: 0.3rem;
    border: solid 2px #ffffff !important;
  }
  .cid-veT1Ma9vkf .image-wrapper {
    padding: 0rem;
    margin-left: 20px;
    margin-right: 0px;
  }
  .cid-veT1Ma9vkf img,
  .cid-veT1Ma9vkf iframe {
    display: block;
    width: 160px;
    border-radius: 8px;
  }
  .cid-veT1Ma9vkf .container {
    padding: 0rem !important;
  }
  .cid-veT1Ma9vkf .col-lg-4 {
    flex: 0 0 auto;
    width: 20.3333333333%;
  }
  .cid-veT1Ma9vkf .col-md {
    flex: none;
  }
}
@media (max-width: 991px) {
  .cid-veT1Ma9vkf {
    padding-bottom: 2rem;
    padding-top: 1.544rem;
  }
  .cid-veT1Ma9vkf .col-md {
    flex: 1 0 auto;
  }
  .cid-veT1Ma9vkf .btn {
    width: 64%;
    border-radius: 8px;
    padding: 0.4rem 1.44rem;
    margin: 0.2rem;
    font-size: 0.8rem;
    border: solid 2px #ffffff !important;
  }
  .cid-veT1Ma9vkf .w-100 {
    width: 94% !important;
    margin: auto;
    height: 216px;
    object-fit: cover;
  }
  .cid-veT1Ma9vkf .image-wrapper {
    padding: 0rem;
  }
  .cid-veT1Ma9vkf .mt-3 {
    margin-top: 0.844rem !important;
  }
  .cid-veT1Ma9vkf .content-wrapper {
    margin: auto;
    border-radius: 13px;
    width: 88% !important;
    padding-top: 4.44rem;
    padding-bottom: 3.44rem;
  }
  .cid-veT1Ma9vkf img,
  .cid-veT1Ma9vkf iframe {
    display: block;
    width: 144px;
    margin: auto;
    padding: 1rem;
  }
  .cid-veT1Ma9vkf .mbr-text,
  .cid-veT1Ma9vkf .mbr-section-btn {
    text-align: center !important;
  }
  .cid-veT1Ma9vkf .card-title {
    text-align: center !important;
  }
  .cid-veT1Ma9vkf b,
  .cid-veT1Ma9vkf strong {
    font-size: 1.22rem;
  }
  .cid-veT1Ma9vkf .display-2 {
    font-size: 1rem;
  }
  .cid-veT1Ma9vkf .display-5 {
    line-height: 1;
  }
}
.cid-veT1Ma9vkf .mbr-text,
.cid-veT1Ma9vkf .mbr-section-btn {
  color: #19519a;
  text-align: right;
}
.cid-veT1Ma9vkf .mt-3 {
  margin-top: 0.44rem !important;
}
.cid-veT1Ma9vkf p {
  margin-bottom: 0rem;
}
.cid-veT1Ma9vkf .mb-3 {
  margin-bottom: 0rem !important;
}
.cid-veT1Ma9vkf .mb-4 {
  margin-bottom: 0rem !important;
}
.cid-veT1Ma9vkf .card-title {
  margin-bottom: 0rem !important;
  text-align: right;
  color: #19519a;
}
.cid-veT1Ma9vkf .btn-primary {
  background: linear-gradient(261deg, #11877f 50%, #18708a 100%);
}
.cid-veT1MbkP0A {
  padding-top: 2.4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
  direction: rtl;
}
.cid-veT1MbkP0A img,
.cid-veT1MbkP0A .item-img {
  width: 100%;
  object-fit: cover;
  height: 140px;
}
.cid-veT1MbkP0A .item:focus,
.cid-veT1MbkP0A span:focus {
  outline: none;
}
.cid-veT1MbkP0A .item {
  cursor: pointer;
  margin-bottom: 1.4rem;
}
.cid-veT1MbkP0A .item-wrapper {
  position: relative;
  border-radius: 8px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  border: solid;
  border-width: thin;
  border-color: #888888;
}
@media (min-width: 992px) {
  .cid-veT1MbkP0A .item-wrapper .item-content {
    padding: 0.6rem 1.3rem 0;
  }
  .cid-veT1MbkP0A .item-wrapper .item-footer {
    padding: 0.6rem 0rem;
  }
}
.cid-veT1MbkP0A .mbr-section-btn {
  margin-top: auto !important;
  text-align: center !important;
}
.cid-veT1MbkP0A .mbr-section-title {
  color: #1b5279;
  font-weight: 600;
}
.cid-veT1MbkP0A .mbr-text,
.cid-veT1MbkP0A .mbr-section-btn {
  text-align: right;
  color: #2b4743;
}
.cid-veT1MbkP0A .item-title {
  text-align: center;
  font-weight: 600;
  color: #ffffff;
  padding: 0.45rem;
  width: auto;
  background: linear-gradient(261deg, #11877f 50%, #18708a 100%);
}
.cid-veT1MbkP0A b,
.cid-veT1MbkP0A strong {
  color: #118a7c !important;
}
.cid-veT1MbkP0A .btn {
  padding: 0.4rem 0rem;
  border-radius: 6px;
  margin-right: 4px;
  border-width: 1.5px;
  margin-left: 4px;
  width: 40%;
}
.cid-veT1MbkP0A .btn-primary {
  background: linear-gradient(261deg, #11877f 50%, #18708a 100%);
}
.cid-veT1MbkP0A .btn-primary-outline {
  color: #274c6a;
}
.cid-veT1MbkP0A .display-7 {
  margin-bottom: 0rem;
}
.cid-veT1MbkP0A h5 {
  margin-bottom: 0rem;
}
.cid-veT1MbkP0A .mt-1 {
  margin-top: 0rem !important;
}
.cid-veT1MbkP0A .mt-3 {
  margin-top: 0rem !important;
  padding-top: 1rem !important;
}
.cid-veT1MbkP0A .mbr-section-subtitle {
  color: #1d3659;
}
.cid-veT1MbkP0A .mbr-text {
  background: white;
  padding-right: 1.4rem;
}
.cid-veT1MbkP0A .item-content {
  padding: 0rem !important;
}
.cid-veT1MbkP0A .item-footer {
  padding: 1rem;
  padding-top: 0.5rem;
}
.cid-veT1MbkP0A .mt-4 {
  margin-top: 2rem !important;
}
@media (max-width: 767px) {
  .cid-veT1MbkP0A .item-wrapper {
    width: 80%;
    margin: auto;
    height: fit-content;
  }
  .cid-veT1MbkP0A .btn {
    width: 45%;
    font-size: 0.8rem;
  }
  .cid-veT1MbkP0A .item-title {
    font-size: 0.9rem;
  }
  .cid-veT1MbkP0A .mbr-text {
    font-size: 0.8rem;
  }
  .cid-veT1MbkP0A .display-2 {
    width: 88%;
  }
  .cid-veT1MbkP0A img,
  .cid-veT1MbkP0A .item-img {
    height: 160px;
  }
}
.cid-veT1McHLtd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #deedf0;
}
.cid-veT1McHLtd .mbr-fallback-image.disabled {
  display: none;
}
.cid-veT1McHLtd .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-veT1McHLtd .image-wrapper {
    margin-bottom: 1rem;
    display: none;
  }
  .cid-veT1McHLtd .col-12 {
    flex: 0 0 auto;
    width: 76%;
  }
}
@media (min-width: 768px) {
  .cid-veT1McHLtd .image-wrapper1 {
    margin-bottom: 1rem;
    display: none;
  }
}
.cid-veT1McHLtd .row {
  flex-direction: row-reverse;
}
.cid-veT1McHLtd img {
  width: 100%;
  border: solid;
  border-width: thin;
  border-color: #888888;
}
.cid-veT1McHLtd .col-12 {
  padding: 0rem;
}
.cid-veT1MdxDad {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-veT1MdxDad .mbr-section-subtitle {
  text-align: center;
}
.cid-veT1MdxDad .mbr-text {
  text-align: center;
  color: #13508a;
}
.cid-veT1Meg8WN {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-veT1Meg8WN .mbr-fallback-image.disabled {
  display: none;
}
.cid-veT1Meg8WN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-veT1Meg8WN img {
    width: 82%;
    margin-bottom: 0.544rem !important;
  }
}
.cid-veT1Meg8WN .row {
  flex-direction: row-reverse;
}
.cid-veT1Meg8WN img {
  object-fit: cover;
  border-radius: 8px;
  margin: auto;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-veT1Meg8WN .col-lg-6 {
    flex: 0 0 auto;
    width: 33%;
    margin: auto;
  }
}
.cid-veT1MfjAqE {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-veT1MfjAqE .media-container-row .mbr-text {
  color: #232323;
  font-family: Arial, Helvetica, sans-serif;
}
.cid-veT2nXOYyY {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-veT2nXOYyY nav.navbar {
  position: fixed;
}
.cid-veT2nXOYyY .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veT2nXOYyY .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-veT2nXOYyY .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-veT2nXOYyY .dropdown-item:hover,
.cid-veT2nXOYyY .dropdown-item:focus {
  background: #11877f !important;
  color: white !important;
}
.cid-veT2nXOYyY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-veT2nXOYyY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-veT2nXOYyY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-veT2nXOYyY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-veT2nXOYyY .nav-link {
  position: relative;
}
.cid-veT2nXOYyY .container {
  display: flex;
  margin: auto;
}
.cid-veT2nXOYyY .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-veT2nXOYyY .dropdown-menu,
.cid-veT2nXOYyY .navbar.opened {
  background: #ffffff !important;
}
.cid-veT2nXOYyY .nav-item:focus,
.cid-veT2nXOYyY .nav-link:focus {
  outline: none;
}
.cid-veT2nXOYyY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veT2nXOYyY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veT2nXOYyY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veT2nXOYyY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veT2nXOYyY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-veT2nXOYyY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-veT2nXOYyY .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-veT2nXOYyY .navbar.opened {
  transition: all 0.3s;
}
.cid-veT2nXOYyY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-veT2nXOYyY .navbar .navbar-logo img {
  width: auto;
}
.cid-veT2nXOYyY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-veT2nXOYyY .navbar.collapsed {
  justify-content: center;
}
.cid-veT2nXOYyY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-veT2nXOYyY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-veT2nXOYyY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-veT2nXOYyY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-veT2nXOYyY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-veT2nXOYyY .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-veT2nXOYyY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-veT2nXOYyY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-veT2nXOYyY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-veT2nXOYyY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veT2nXOYyY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veT2nXOYyY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veT2nXOYyY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veT2nXOYyY .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-veT2nXOYyY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-veT2nXOYyY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-veT2nXOYyY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veT2nXOYyY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0rem;
  }
  .cid-veT2nXOYyY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veT2nXOYyY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-veT2nXOYyY .navbar.navbar-short {
  min-height: 60px;
}
.cid-veT2nXOYyY .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-veT2nXOYyY .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-veT2nXOYyY .navbar-brand {
  min-height: 60px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-veT2nXOYyY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veT2nXOYyY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-veT2nXOYyY .dropdown-item.active,
.cid-veT2nXOYyY .dropdown-item:active {
  background-color: transparent;
}
.cid-veT2nXOYyY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veT2nXOYyY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veT2nXOYyY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veT2nXOYyY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-veT2nXOYyY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-veT2nXOYyY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-veT2nXOYyY ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-veT2nXOYyY .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-veT2nXOYyY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-veT2nXOYyY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-veT2nXOYyY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-veT2nXOYyY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veT2nXOYyY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veT2nXOYyY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veT2nXOYyY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veT2nXOYyY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veT2nXOYyY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veT2nXOYyY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veT2nXOYyY .navbar-dropdown {
  padding: 0 0rem;
  position: fixed;
}
.cid-veT2nXOYyY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veT2nXOYyY .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-veT2nXOYyY .navbar {
    height: 70px;
  }
  .cid-veT2nXOYyY .navbar.opened {
    height: auto;
  }
  .cid-veT2nXOYyY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veT2nXOYyY .navbar-logo {
  margin-right: 0.5rem;
}
.cid-veT2nXOYyY .btn {
  border-radius: 10px;
  box-shadow: 0px 0px 5px 1px #e8e8e8;
}
.cid-veT2nXOYyY .btn-primary {
  background: linear-gradient(261deg, #11877f 50%, #18708a 100%);
}
.cid-veT2nYJ9VA {
  padding-top: 0.44rem;
  padding-bottom: 0.44rem;
  background: #13508a;
}
.cid-veT2nYJ9VA .mbr-section-subtitle {
  text-align: center;
}
.cid-veT2nYJ9VA .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-veT2nYJ9VA p {
  margin-top: 0;
  margin-bottom: 0rem;
}
@media (max-width: 767px) {
  .cid-veT2nYJ9VA .mbr-text {
    font-size: 0.8rem !important;
  }
}
.cid-veTK8DEd83 {
  padding-top: 0.432rem;
  padding-bottom: 0.288rem;
  background: #fafcfc;
  border-bottom: solid 1px #a4aeb9;
}
.cid-veTK8DEd83 .mbr-section-subtitle {
  text-align: center;
}
.cid-veTK8DEd83 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-veTK8DEd83 p {
  margin-top: 0;
  margin-bottom: 0rem;
}
@media (max-width: 767px) {
  .cid-veTK8DEd83 .mbr-text {
    font-size: 0.8rem !important;
  }
}
@media (max-width: 991px) {
  .cid-veTK8DEd83 {
    padding-top: 0.544rem !important;
  }
}
.cid-veTK8DEd83 .align-left {
  float: left;
  color: #19519a;
  font-size: 0.9rem;
  font-weight: 600;
}
.cid-veTK8DEd83 .align-right {
  float: right;
  color: #19519a;
  font-size: 0.9rem;
  font-weight: 600;
}
.cid-veT2o0b8yX {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: solid 1px #a4aeb9;
  background-size: cover;
  background-image: url("../../../assets/images/8b4030d6-72db-4fd0-ab51-04145f77b14h3-71.jpg");
}
.cid-veT2o0b8yX .mbr-fallback-image.disabled {
  display: none;
}
.cid-veT2o0b8yX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veT2o0b8yX .content-wrapper {
  background: #ffffffec;
  border-radius: 13px;
  border: solid 1px #a4aeb9;
  background-size: cover;
}
@media (max-width: 991px) {
  .cid-veT2o0b8yX .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-veT2o0b8yX .content-wrapper .image-wrapper {
    margin-bottom: 0.744rem;
  }
}
@media (max-width: 767px) {
  .cid-veT2o0b8yX .content-wrapper {
    padding: 0.44rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-veT2o0b8yX .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-veT2o0b8yX .content-wrapper {
    padding: 5rem;
  }
  .cid-veT2o0b8yX .content-wrapper .text-wrapper {
    padding-left: 3rem;
  }
}
@media (min-width: 768px) {
  .cid-veT2o0b8yX .col-md-4 {
    width: 76% !important;
  }
}
.cid-veT2o0b8yX .mbr-section-title {
  line-height: 1.4;
  color: #13508a;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-veT2o0b8yX {
    padding-top: 1.88rem;
    padding-bottom: 2rem;
  }
  .cid-veT2o0b8yX .col-lg-6 {
    flex: 0 0 auto;
    width: 55%;
  }
  .cid-veT2o0b8yX .btn {
    border-radius: 10px;
    padding: 0.6rem 1.8rem ;
    margin: 0.3rem;
    border: solid 2px #ffffff !important;
  }
  .cid-veT2o0b8yX .image-wrapper {
    padding: 0rem;
    margin-left: 20px;
    margin-right: 0px;
  }
  .cid-veT2o0b8yX img,
  .cid-veT2o0b8yX iframe {
    display: block;
    width: 160px;
    border-radius: 8px;
  }
  .cid-veT2o0b8yX .container {
    padding: 0rem !important;
  }
  .cid-veT2o0b8yX .col-lg-4 {
    flex: 0 0 auto;
    width: 20.3333333333%;
  }
  .cid-veT2o0b8yX .col-md {
    flex: none;
  }
}
@media (max-width: 991px) {
  .cid-veT2o0b8yX {
    padding-bottom: 2rem;
    padding-top: 1.544rem;
  }
  .cid-veT2o0b8yX .col-md {
    flex: 1 0 auto;
  }
  .cid-veT2o0b8yX .btn {
    width: 64%;
    border-radius: 8px;
    padding: 0.4rem 1.44rem;
    margin: 0.2rem;
    font-size: 0.8rem;
    border: solid 2px #ffffff !important;
  }
  .cid-veT2o0b8yX .w-100 {
    width: 94% !important;
    margin: auto;
    height: 216px;
    object-fit: cover;
  }
  .cid-veT2o0b8yX .image-wrapper {
    padding: 0rem;
  }
  .cid-veT2o0b8yX .mt-3 {
    margin-top: 0.844rem !important;
  }
  .cid-veT2o0b8yX .content-wrapper {
    margin: auto;
    border-radius: 13px;
    width: 88% !important;
    padding-top: 4.44rem;
    padding-bottom: 3.44rem;
  }
  .cid-veT2o0b8yX img,
  .cid-veT2o0b8yX iframe {
    display: block;
    width: 144px;
    margin: auto;
    padding: 1rem;
  }
  .cid-veT2o0b8yX .mbr-text,
  .cid-veT2o0b8yX .mbr-section-btn {
    text-align: center !important;
  }
  .cid-veT2o0b8yX .card-title {
    text-align: center !important;
  }
  .cid-veT2o0b8yX b,
  .cid-veT2o0b8yX strong {
    font-size: 1.22rem;
  }
  .cid-veT2o0b8yX .display-2 {
    font-size: 1rem;
  }
  .cid-veT2o0b8yX .display-5 {
    line-height: 1;
  }
}
.cid-veT2o0b8yX .mbr-text,
.cid-veT2o0b8yX .mbr-section-btn {
  color: #19519a;
  text-align: right;
}
.cid-veT2o0b8yX .mt-3 {
  margin-top: 0.44rem !important;
}
.cid-veT2o0b8yX p {
  margin-bottom: 0rem;
}
.cid-veT2o0b8yX .mb-3 {
  margin-bottom: 0rem !important;
}
.cid-veT2o0b8yX .mb-4 {
  margin-bottom: 0rem !important;
}
.cid-veT2o0b8yX .card-title {
  margin-bottom: 0rem !important;
  text-align: right;
  color: #19519a;
}
.cid-veT2o0b8yX .btn-primary {
  background: linear-gradient(261deg, #11877f 50%, #18708a 100%);
}
.cid-veT2o17qul {
  padding-top: 2.4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
  direction: rtl;
}
.cid-veT2o17qul img,
.cid-veT2o17qul .item-img {
  width: 100%;
  object-fit: cover;
  height: 140px;
}
.cid-veT2o17qul .item:focus,
.cid-veT2o17qul span:focus {
  outline: none;
}
.cid-veT2o17qul .item {
  cursor: pointer;
  margin-bottom: 1.4rem;
}
.cid-veT2o17qul .item-wrapper {
  position: relative;
  border-radius: 8px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  border: solid;
  border-width: thin;
  border-color: #888888;
}
@media (min-width: 992px) {
  .cid-veT2o17qul .item-wrapper .item-content {
    padding: 0.6rem 1.3rem 0;
  }
  .cid-veT2o17qul .item-wrapper .item-footer {
    padding: 0.6rem 0rem;
  }
}
.cid-veT2o17qul .mbr-section-btn {
  margin-top: auto !important;
  text-align: center !important;
}
.cid-veT2o17qul .mbr-section-title {
  color: #1b5279;
  font-weight: 600;
}
.cid-veT2o17qul .mbr-text,
.cid-veT2o17qul .mbr-section-btn {
  text-align: right;
  color: #2b4743;
}
.cid-veT2o17qul .item-title {
  text-align: center;
  font-weight: 600;
  color: #ffffff;
  padding: 0.45rem;
  width: auto;
  background: linear-gradient(261deg, #11877f 50%, #18708a 100%);
}
.cid-veT2o17qul b,
.cid-veT2o17qul strong {
  color: #118a7c !important;
}
.cid-veT2o17qul .btn {
  padding: 0.4rem 0rem;
  border-radius: 6px;
  margin-right: 4px;
  border-width: 1.5px;
  margin-left: 4px;
  width: 40%;
}
.cid-veT2o17qul .btn-primary {
  background: linear-gradient(261deg, #11877f 50%, #18708a 100%);
}
.cid-veT2o17qul .btn-primary-outline {
  color: #274c6a;
}
.cid-veT2o17qul .display-7 {
  margin-bottom: 0rem;
}
.cid-veT2o17qul h5 {
  margin-bottom: 0rem;
}
.cid-veT2o17qul .mt-1 {
  margin-top: 0rem !important;
}
.cid-veT2o17qul .mt-3 {
  margin-top: 0rem !important;
  padding-top: 1rem !important;
}
.cid-veT2o17qul .mbr-section-subtitle {
  color: #1d3659;
}
.cid-veT2o17qul .mbr-text {
  background: white;
  padding-right: 1.4rem;
}
.cid-veT2o17qul .item-content {
  padding: 0rem !important;
}
.cid-veT2o17qul .item-footer {
  padding: 1rem;
  padding-top: 0.5rem;
}
.cid-veT2o17qul .mt-4 {
  margin-top: 2rem !important;
}
@media (max-width: 767px) {
  .cid-veT2o17qul .item-wrapper {
    width: 80%;
    margin: auto;
    height: fit-content;
  }
  .cid-veT2o17qul .btn {
    width: 45%;
    font-size: 0.8rem;
  }
  .cid-veT2o17qul .item-title {
    font-size: 0.9rem;
  }
  .cid-veT2o17qul .mbr-text {
    font-size: 0.8rem;
  }
  .cid-veT2o17qul .display-2 {
    width: 88%;
  }
  .cid-veT2o17qul img,
  .cid-veT2o17qul .item-img {
    height: 160px;
  }
}
.cid-veT2o2AjIL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #deedf0;
}
.cid-veT2o2AjIL .mbr-fallback-image.disabled {
  display: none;
}
.cid-veT2o2AjIL .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-veT2o2AjIL .image-wrapper {
    margin-bottom: 1rem;
    display: none;
  }
  .cid-veT2o2AjIL .col-12 {
    flex: 0 0 auto;
    width: 76%;
  }
}
@media (min-width: 768px) {
  .cid-veT2o2AjIL .image-wrapper1 {
    margin-bottom: 1rem;
    display: none;
  }
}
.cid-veT2o2AjIL .row {
  flex-direction: row-reverse;
}
.cid-veT2o2AjIL img {
  width: 100%;
  border: solid;
  border-width: thin;
  border-color: #888888;
}
.cid-veT2o2AjIL .col-12 {
  padding: 0rem;
}
.cid-veT2o3lynT {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-veT2o3lynT .mbr-section-subtitle {
  text-align: center;
}
.cid-veT2o3lynT .mbr-text {
  text-align: center;
  color: #13508a;
}
.cid-veT2o4b6VS {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-veT2o4b6VS .mbr-fallback-image.disabled {
  display: none;
}
.cid-veT2o4b6VS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-veT2o4b6VS img {
    width: 82%;
    margin-bottom: 0.544rem !important;
  }
}
.cid-veT2o4b6VS .row {
  flex-direction: row-reverse;
}
.cid-veT2o4b6VS img {
  object-fit: cover;
  border-radius: 8px;
  margin: auto;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-veT2o4b6VS .col-lg-6 {
    flex: 0 0 auto;
    width: 33%;
    margin: auto;
  }
}
.cid-veT2o5i1V9 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-veT2o5i1V9 .media-container-row .mbr-text {
  color: #232323;
  font-family: Arial, Helvetica, sans-serif;
}
.cid-veT2Lhgyj4 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-veT2Lhgyj4 nav.navbar {
  position: fixed;
}
.cid-veT2Lhgyj4 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veT2Lhgyj4 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-veT2Lhgyj4 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-veT2Lhgyj4 .dropdown-item:hover,
.cid-veT2Lhgyj4 .dropdown-item:focus {
  background: #11877f !important;
  color: white !important;
}
.cid-veT2Lhgyj4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-veT2Lhgyj4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-veT2Lhgyj4 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-veT2Lhgyj4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-veT2Lhgyj4 .nav-link {
  position: relative;
}
.cid-veT2Lhgyj4 .container {
  display: flex;
  margin: auto;
}
.cid-veT2Lhgyj4 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-veT2Lhgyj4 .dropdown-menu,
.cid-veT2Lhgyj4 .navbar.opened {
  background: #ffffff !important;
}
.cid-veT2Lhgyj4 .nav-item:focus,
.cid-veT2Lhgyj4 .nav-link:focus {
  outline: none;
}
.cid-veT2Lhgyj4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veT2Lhgyj4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veT2Lhgyj4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veT2Lhgyj4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veT2Lhgyj4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-veT2Lhgyj4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-veT2Lhgyj4 .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-veT2Lhgyj4 .navbar.opened {
  transition: all 0.3s;
}
.cid-veT2Lhgyj4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-veT2Lhgyj4 .navbar .navbar-logo img {
  width: auto;
}
.cid-veT2Lhgyj4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-veT2Lhgyj4 .navbar.collapsed {
  justify-content: center;
}
.cid-veT2Lhgyj4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-veT2Lhgyj4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-veT2Lhgyj4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-veT2Lhgyj4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-veT2Lhgyj4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-veT2Lhgyj4 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-veT2Lhgyj4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-veT2Lhgyj4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-veT2Lhgyj4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-veT2Lhgyj4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veT2Lhgyj4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veT2Lhgyj4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veT2Lhgyj4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veT2Lhgyj4 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-veT2Lhgyj4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-veT2Lhgyj4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-veT2Lhgyj4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veT2Lhgyj4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0rem;
  }
  .cid-veT2Lhgyj4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veT2Lhgyj4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-veT2Lhgyj4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-veT2Lhgyj4 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-veT2Lhgyj4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-veT2Lhgyj4 .navbar-brand {
  min-height: 60px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-veT2Lhgyj4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veT2Lhgyj4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-veT2Lhgyj4 .dropdown-item.active,
.cid-veT2Lhgyj4 .dropdown-item:active {
  background-color: transparent;
}
.cid-veT2Lhgyj4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veT2Lhgyj4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veT2Lhgyj4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veT2Lhgyj4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-veT2Lhgyj4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-veT2Lhgyj4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-veT2Lhgyj4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-veT2Lhgyj4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-veT2Lhgyj4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-veT2Lhgyj4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-veT2Lhgyj4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-veT2Lhgyj4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veT2Lhgyj4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veT2Lhgyj4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veT2Lhgyj4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veT2Lhgyj4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veT2Lhgyj4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veT2Lhgyj4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veT2Lhgyj4 .navbar-dropdown {
  padding: 0 0rem;
  position: fixed;
}
.cid-veT2Lhgyj4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veT2Lhgyj4 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-veT2Lhgyj4 .navbar {
    height: 70px;
  }
  .cid-veT2Lhgyj4 .navbar.opened {
    height: auto;
  }
  .cid-veT2Lhgyj4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veT2Lhgyj4 .navbar-logo {
  margin-right: 0.5rem;
}
.cid-veT2Lhgyj4 .btn {
  border-radius: 10px;
  box-shadow: 0px 0px 5px 1px #e8e8e8;
}
.cid-veT2Lhgyj4 .btn-primary {
  background: linear-gradient(261deg, #11877f 50%, #18708a 100%);
}
.cid-veT2Li34ee {
  padding-top: 0.44rem;
  padding-bottom: 0.44rem;
  background: #13508a;
}
.cid-veT2Li34ee .mbr-section-subtitle {
  text-align: center;
}
.cid-veT2Li34ee .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-veT2Li34ee p {
  margin-top: 0;
  margin-bottom: 0rem;
}
@media (max-width: 767px) {
  .cid-veT2Li34ee .mbr-text {
    font-size: 0.8rem !important;
  }
}
.cid-veTKd88V6Y {
  padding-top: 0.432rem;
  padding-bottom: 0.288rem;
  background: #fafcfc;
  border-bottom: solid 1px #a4aeb9;
}
.cid-veTKd88V6Y .mbr-section-subtitle {
  text-align: center;
}
.cid-veTKd88V6Y .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-veTKd88V6Y p {
  margin-top: 0;
  margin-bottom: 0rem;
}
@media (max-width: 767px) {
  .cid-veTKd88V6Y .mbr-text {
    font-size: 0.8rem !important;
  }
}
@media (max-width: 991px) {
  .cid-veTKd88V6Y {
    padding-top: 0.544rem !important;
  }
}
.cid-veTKd88V6Y .align-left {
  float: left;
  color: #19519a;
  font-size: 0.9rem;
  font-weight: 600;
}
.cid-veTKd88V6Y .align-right {
  float: right;
  color: #19519a;
  font-size: 0.9rem;
  font-weight: 600;
}
.cid-veT2LjlFAb {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: solid 1px #a4aeb9;
  background-size: cover;
  background-image: url("../../../assets/images/8b4030d6-72db-4fd0-ab51-04145f77b14h3-71.jpg");
}
.cid-veT2LjlFAb .mbr-fallback-image.disabled {
  display: none;
}
.cid-veT2LjlFAb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veT2LjlFAb .content-wrapper {
  background: #ffffffec;
  border-radius: 13px;
  border: solid 1px #a4aeb9;
  background-size: cover;
}
@media (max-width: 991px) {
  .cid-veT2LjlFAb .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-veT2LjlFAb .content-wrapper .image-wrapper {
    margin-bottom: 0.744rem;
  }
}
@media (max-width: 767px) {
  .cid-veT2LjlFAb .content-wrapper {
    padding: 0.44rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-veT2LjlFAb .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-veT2LjlFAb .content-wrapper {
    padding: 5rem;
  }
  .cid-veT2LjlFAb .content-wrapper .text-wrapper {
    padding-left: 3rem;
  }
}
@media (min-width: 768px) {
  .cid-veT2LjlFAb .col-md-4 {
    width: 76% !important;
  }
}
.cid-veT2LjlFAb .mbr-section-title {
  line-height: 1.4;
  color: #13508a;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-veT2LjlFAb {
    padding-top: 1.88rem;
    padding-bottom: 2rem;
  }
  .cid-veT2LjlFAb .col-lg-6 {
    flex: 0 0 auto;
    width: 55%;
  }
  .cid-veT2LjlFAb .btn {
    border-radius: 10px;
    padding: 0.6rem 1.8rem ;
    margin: 0.3rem;
    border: solid 2px #ffffff !important;
  }
  .cid-veT2LjlFAb .image-wrapper {
    padding: 0rem;
    margin-left: 20px;
    margin-right: 0px;
  }
  .cid-veT2LjlFAb img,
  .cid-veT2LjlFAb iframe {
    display: block;
    width: 160px;
    border-radius: 8px;
  }
  .cid-veT2LjlFAb .container {
    padding: 0rem !important;
  }
  .cid-veT2LjlFAb .col-lg-4 {
    flex: 0 0 auto;
    width: 20.3333333333%;
  }
  .cid-veT2LjlFAb .col-md {
    flex: none;
  }
}
@media (max-width: 991px) {
  .cid-veT2LjlFAb {
    padding-bottom: 2rem;
    padding-top: 1.544rem;
  }
  .cid-veT2LjlFAb .col-md {
    flex: 1 0 auto;
  }
  .cid-veT2LjlFAb .btn {
    width: 64%;
    border-radius: 8px;
    padding: 0.4rem 1.44rem;
    margin: 0.2rem;
    font-size: 0.8rem;
    border: solid 2px #ffffff !important;
  }
  .cid-veT2LjlFAb .w-100 {
    width: 94% !important;
    margin: auto;
    height: 216px;
    object-fit: cover;
  }
  .cid-veT2LjlFAb .image-wrapper {
    padding: 0rem;
  }
  .cid-veT2LjlFAb .mt-3 {
    margin-top: 0.844rem !important;
  }
  .cid-veT2LjlFAb .content-wrapper {
    margin: auto;
    border-radius: 13px;
    width: 88% !important;
    padding-top: 4.44rem;
    padding-bottom: 3.44rem;
  }
  .cid-veT2LjlFAb img,
  .cid-veT2LjlFAb iframe {
    display: block;
    width: 144px;
    margin: auto;
    padding: 1rem;
  }
  .cid-veT2LjlFAb .mbr-text,
  .cid-veT2LjlFAb .mbr-section-btn {
    text-align: center !important;
  }
  .cid-veT2LjlFAb .card-title {
    text-align: center !important;
  }
  .cid-veT2LjlFAb b,
  .cid-veT2LjlFAb strong {
    font-size: 1.22rem;
  }
  .cid-veT2LjlFAb .display-2 {
    font-size: 1rem;
  }
  .cid-veT2LjlFAb .display-5 {
    line-height: 1;
  }
}
.cid-veT2LjlFAb .mbr-text,
.cid-veT2LjlFAb .mbr-section-btn {
  color: #19519a;
  text-align: right;
}
.cid-veT2LjlFAb .mt-3 {
  margin-top: 0.44rem !important;
}
.cid-veT2LjlFAb p {
  margin-bottom: 0rem;
}
.cid-veT2LjlFAb .mb-3 {
  margin-bottom: 0rem !important;
}
.cid-veT2LjlFAb .mb-4 {
  margin-bottom: 0rem !important;
}
.cid-veT2LjlFAb .card-title {
  margin-bottom: 0rem !important;
  text-align: right;
  color: #19519a;
}
.cid-veT2LjlFAb .btn-primary {
  background: linear-gradient(261deg, #11877f 50%, #18708a 100%);
}
.cid-veT2LknZCm {
  padding-top: 2.4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
  direction: rtl;
}
.cid-veT2LknZCm img,
.cid-veT2LknZCm .item-img {
  width: 100%;
  object-fit: cover;
  height: 140px;
}
.cid-veT2LknZCm .item:focus,
.cid-veT2LknZCm span:focus {
  outline: none;
}
.cid-veT2LknZCm .item {
  cursor: pointer;
  margin-bottom: 1.4rem;
}
.cid-veT2LknZCm .item-wrapper {
  position: relative;
  border-radius: 8px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  border: solid;
  border-width: thin;
  border-color: #888888;
}
@media (min-width: 992px) {
  .cid-veT2LknZCm .item-wrapper .item-content {
    padding: 0.6rem 1.3rem 0;
  }
  .cid-veT2LknZCm .item-wrapper .item-footer {
    padding: 0.6rem 0rem;
  }
}
.cid-veT2LknZCm .mbr-section-btn {
  margin-top: auto !important;
  text-align: center !important;
}
.cid-veT2LknZCm .mbr-section-title {
  color: #1b5279;
  font-weight: 600;
}
.cid-veT2LknZCm .mbr-text,
.cid-veT2LknZCm .mbr-section-btn {
  text-align: right;
  color: #2b4743;
}
.cid-veT2LknZCm .item-title {
  text-align: center;
  font-weight: 600;
  color: #ffffff;
  padding: 0.45rem;
  width: auto;
  background: linear-gradient(261deg, #11877f 50%, #18708a 100%);
}
.cid-veT2LknZCm b,
.cid-veT2LknZCm strong {
  color: #118a7c !important;
}
.cid-veT2LknZCm .btn {
  padding: 0.4rem 0rem;
  border-radius: 6px;
  margin-right: 4px;
  border-width: 1.5px;
  margin-left: 4px;
  width: 40%;
}
.cid-veT2LknZCm .btn-primary {
  background: linear-gradient(261deg, #11877f 50%, #18708a 100%);
}
.cid-veT2LknZCm .btn-primary-outline {
  color: #274c6a;
}
.cid-veT2LknZCm .display-7 {
  margin-bottom: 0rem;
}
.cid-veT2LknZCm h5 {
  margin-bottom: 0rem;
}
.cid-veT2LknZCm .mt-1 {
  margin-top: 0rem !important;
}
.cid-veT2LknZCm .mt-3 {
  margin-top: 0rem !important;
  padding-top: 1rem !important;
}
.cid-veT2LknZCm .mbr-section-subtitle {
  color: #1d3659;
}
.cid-veT2LknZCm .mbr-text {
  background: white;
  padding-right: 1.4rem;
}
.cid-veT2LknZCm .item-content {
  padding: 0rem !important;
}
.cid-veT2LknZCm .item-footer {
  padding: 1rem;
  padding-top: 0.5rem;
}
.cid-veT2LknZCm .mt-4 {
  margin-top: 2rem !important;
}
@media (max-width: 767px) {
  .cid-veT2LknZCm .item-wrapper {
    width: 80%;
    margin: auto;
    height: fit-content;
  }
  .cid-veT2LknZCm .btn {
    width: 45%;
    font-size: 0.8rem;
  }
  .cid-veT2LknZCm .item-title {
    font-size: 0.9rem;
  }
  .cid-veT2LknZCm .mbr-text {
    font-size: 0.8rem;
  }
  .cid-veT2LknZCm .display-2 {
    width: 88%;
  }
  .cid-veT2LknZCm img,
  .cid-veT2LknZCm .item-img {
    height: 160px;
  }
}
.cid-veT2LlGIuT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #deedf0;
}
.cid-veT2LlGIuT .mbr-fallback-image.disabled {
  display: none;
}
.cid-veT2LlGIuT .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-veT2LlGIuT .image-wrapper {
    margin-bottom: 1rem;
    display: none;
  }
  .cid-veT2LlGIuT .col-12 {
    flex: 0 0 auto;
    width: 76%;
  }
}
@media (min-width: 768px) {
  .cid-veT2LlGIuT .image-wrapper1 {
    margin-bottom: 1rem;
    display: none;
  }
}
.cid-veT2LlGIuT .row {
  flex-direction: row-reverse;
}
.cid-veT2LlGIuT img {
  width: 100%;
  border: solid;
  border-width: thin;
  border-color: #888888;
}
.cid-veT2LlGIuT .col-12 {
  padding: 0rem;
}
.cid-veT2LmvpN8 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-veT2LmvpN8 .mbr-section-subtitle {
  text-align: center;
}
.cid-veT2LmvpN8 .mbr-text {
  text-align: center;
  color: #13508a;
}
.cid-veT2Ln810D {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-veT2Ln810D .mbr-fallback-image.disabled {
  display: none;
}
.cid-veT2Ln810D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-veT2Ln810D img {
    width: 82%;
    margin-bottom: 0.544rem !important;
  }
}
.cid-veT2Ln810D .row {
  flex-direction: row-reverse;
}
.cid-veT2Ln810D img {
  object-fit: cover;
  border-radius: 8px;
  margin: auto;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-veT2Ln810D .col-lg-6 {
    flex: 0 0 auto;
    width: 33%;
    margin: auto;
  }
}
.cid-veT2Lo7jfy {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-veT2Lo7jfy .media-container-row .mbr-text {
  color: #232323;
  font-family: Arial, Helvetica, sans-serif;
}
.cid-veT3b1bksk {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-veT3b1bksk nav.navbar {
  position: fixed;
}
.cid-veT3b1bksk .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veT3b1bksk .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-veT3b1bksk .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-veT3b1bksk .dropdown-item:hover,
.cid-veT3b1bksk .dropdown-item:focus {
  background: #11877f !important;
  color: white !important;
}
.cid-veT3b1bksk .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-veT3b1bksk .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-veT3b1bksk .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-veT3b1bksk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-veT3b1bksk .nav-link {
  position: relative;
}
.cid-veT3b1bksk .container {
  display: flex;
  margin: auto;
}
.cid-veT3b1bksk .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-veT3b1bksk .dropdown-menu,
.cid-veT3b1bksk .navbar.opened {
  background: #ffffff !important;
}
.cid-veT3b1bksk .nav-item:focus,
.cid-veT3b1bksk .nav-link:focus {
  outline: none;
}
.cid-veT3b1bksk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veT3b1bksk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veT3b1bksk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veT3b1bksk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veT3b1bksk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-veT3b1bksk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-veT3b1bksk .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-veT3b1bksk .navbar.opened {
  transition: all 0.3s;
}
.cid-veT3b1bksk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-veT3b1bksk .navbar .navbar-logo img {
  width: auto;
}
.cid-veT3b1bksk .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-veT3b1bksk .navbar.collapsed {
  justify-content: center;
}
.cid-veT3b1bksk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-veT3b1bksk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-veT3b1bksk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-veT3b1bksk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-veT3b1bksk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-veT3b1bksk .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-veT3b1bksk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-veT3b1bksk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-veT3b1bksk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-veT3b1bksk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veT3b1bksk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veT3b1bksk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veT3b1bksk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veT3b1bksk .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-veT3b1bksk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-veT3b1bksk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-veT3b1bksk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veT3b1bksk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0rem;
  }
  .cid-veT3b1bksk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veT3b1bksk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-veT3b1bksk .navbar.navbar-short {
  min-height: 60px;
}
.cid-veT3b1bksk .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-veT3b1bksk .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-veT3b1bksk .navbar-brand {
  min-height: 60px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-veT3b1bksk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veT3b1bksk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-veT3b1bksk .dropdown-item.active,
.cid-veT3b1bksk .dropdown-item:active {
  background-color: transparent;
}
.cid-veT3b1bksk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veT3b1bksk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veT3b1bksk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veT3b1bksk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-veT3b1bksk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-veT3b1bksk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-veT3b1bksk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-veT3b1bksk .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-veT3b1bksk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-veT3b1bksk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-veT3b1bksk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-veT3b1bksk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veT3b1bksk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veT3b1bksk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veT3b1bksk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veT3b1bksk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veT3b1bksk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veT3b1bksk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veT3b1bksk .navbar-dropdown {
  padding: 0 0rem;
  position: fixed;
}
.cid-veT3b1bksk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veT3b1bksk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-veT3b1bksk .navbar {
    height: 70px;
  }
  .cid-veT3b1bksk .navbar.opened {
    height: auto;
  }
  .cid-veT3b1bksk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veT3b1bksk .navbar-logo {
  margin-right: 0.5rem;
}
.cid-veT3b1bksk .btn {
  border-radius: 10px;
  box-shadow: 0px 0px 5px 1px #e8e8e8;
}
.cid-veT3b1bksk .btn-primary {
  background: linear-gradient(261deg, #11877f 50%, #18708a 100%);
}
.cid-veT3b208Yj {
  padding-top: 0.44rem;
  padding-bottom: 0.44rem;
  background: #13508a;
}
.cid-veT3b208Yj .mbr-section-subtitle {
  text-align: center;
}
.cid-veT3b208Yj .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-veT3b208Yj p {
  margin-top: 0;
  margin-bottom: 0rem;
}
@media (max-width: 767px) {
  .cid-veT3b208Yj .mbr-text {
    font-size: 0.8rem !important;
  }
}
.cid-veTKgqcMzu {
  padding-top: 0.432rem;
  padding-bottom: 0.288rem;
  background: #fafcfc;
  border-bottom: solid 1px #a4aeb9;
}
.cid-veTKgqcMzu .mbr-section-subtitle {
  text-align: center;
}
.cid-veTKgqcMzu .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-veTKgqcMzu p {
  margin-top: 0;
  margin-bottom: 0rem;
}
@media (max-width: 767px) {
  .cid-veTKgqcMzu .mbr-text {
    font-size: 0.8rem !important;
  }
}
@media (max-width: 991px) {
  .cid-veTKgqcMzu {
    padding-top: 0.544rem !important;
  }
}
.cid-veTKgqcMzu .align-left {
  float: left;
  color: #19519a;
  font-size: 0.9rem;
  font-weight: 600;
}
.cid-veTKgqcMzu .align-right {
  float: right;
  color: #19519a;
  font-size: 0.9rem;
  font-weight: 600;
}
.cid-veT3b3hicM {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: solid 1px #a4aeb9;
  background-size: cover;
  background-image: url("../../../assets/images/8b4030d6-72db-4fd0-ab51-04145f77b14h3-71.jpg");
}
.cid-veT3b3hicM .mbr-fallback-image.disabled {
  display: none;
}
.cid-veT3b3hicM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veT3b3hicM .content-wrapper {
  background: #ffffffec;
  border-radius: 13px;
  border: solid 1px #a4aeb9;
  background-size: cover;
}
@media (max-width: 991px) {
  .cid-veT3b3hicM .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-veT3b3hicM .content-wrapper .image-wrapper {
    margin-bottom: 0.744rem;
  }
}
@media (max-width: 767px) {
  .cid-veT3b3hicM .content-wrapper {
    padding: 0.44rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-veT3b3hicM .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-veT3b3hicM .content-wrapper {
    padding: 5rem;
  }
  .cid-veT3b3hicM .content-wrapper .text-wrapper {
    padding-left: 3rem;
  }
}
@media (min-width: 768px) {
  .cid-veT3b3hicM .col-md-4 {
    width: 76% !important;
  }
}
.cid-veT3b3hicM .mbr-section-title {
  line-height: 1.4;
  color: #13508a;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-veT3b3hicM {
    padding-top: 1.88rem;
    padding-bottom: 2rem;
  }
  .cid-veT3b3hicM .col-lg-6 {
    flex: 0 0 auto;
    width: 55%;
  }
  .cid-veT3b3hicM .btn {
    border-radius: 10px;
    padding: 0.6rem 1.8rem ;
    margin: 0.3rem;
    border: solid 2px #ffffff !important;
  }
  .cid-veT3b3hicM .image-wrapper {
    padding: 0rem;
    margin-left: 20px;
    margin-right: 0px;
  }
  .cid-veT3b3hicM img,
  .cid-veT3b3hicM iframe {
    display: block;
    width: 160px;
    border-radius: 8px;
  }
  .cid-veT3b3hicM .container {
    padding: 0rem !important;
  }
  .cid-veT3b3hicM .col-lg-4 {
    flex: 0 0 auto;
    width: 20.3333333333%;
  }
  .cid-veT3b3hicM .col-md {
    flex: none;
  }
}
@media (max-width: 991px) {
  .cid-veT3b3hicM {
    padding-bottom: 2rem;
    padding-top: 1.544rem;
  }
  .cid-veT3b3hicM .col-md {
    flex: 1 0 auto;
  }
  .cid-veT3b3hicM .btn {
    width: 64%;
    border-radius: 8px;
    padding: 0.4rem 1.44rem;
    margin: 0.2rem;
    font-size: 0.8rem;
    border: solid 2px #ffffff !important;
  }
  .cid-veT3b3hicM .w-100 {
    width: 94% !important;
    margin: auto;
    height: 216px;
    object-fit: cover;
  }
  .cid-veT3b3hicM .image-wrapper {
    padding: 0rem;
  }
  .cid-veT3b3hicM .mt-3 {
    margin-top: 0.844rem !important;
  }
  .cid-veT3b3hicM .content-wrapper {
    margin: auto;
    border-radius: 13px;
    width: 88% !important;
    padding-top: 4.44rem;
    padding-bottom: 3.44rem;
  }
  .cid-veT3b3hicM img,
  .cid-veT3b3hicM iframe {
    display: block;
    width: 144px;
    margin: auto;
    padding: 1rem;
  }
  .cid-veT3b3hicM .mbr-text,
  .cid-veT3b3hicM .mbr-section-btn {
    text-align: center !important;
  }
  .cid-veT3b3hicM .card-title {
    text-align: center !important;
  }
  .cid-veT3b3hicM b,
  .cid-veT3b3hicM strong {
    font-size: 1.22rem;
  }
  .cid-veT3b3hicM .display-2 {
    font-size: 1rem;
  }
  .cid-veT3b3hicM .display-5 {
    line-height: 1;
  }
}
.cid-veT3b3hicM .mbr-text,
.cid-veT3b3hicM .mbr-section-btn {
  color: #19519a;
  text-align: right;
}
.cid-veT3b3hicM .mt-3 {
  margin-top: 0.44rem !important;
}
.cid-veT3b3hicM p {
  margin-bottom: 0rem;
}
.cid-veT3b3hicM .mb-3 {
  margin-bottom: 0rem !important;
}
.cid-veT3b3hicM .mb-4 {
  margin-bottom: 0rem !important;
}
.cid-veT3b3hicM .card-title {
  margin-bottom: 0rem !important;
  text-align: right;
  color: #19519a;
}
.cid-veT3b3hicM .btn-primary {
  background: linear-gradient(261deg, #11877f 50%, #18708a 100%);
}
.cid-veT3b4fU2g {
  padding-top: 2.4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
  direction: rtl;
}
.cid-veT3b4fU2g img,
.cid-veT3b4fU2g .item-img {
  width: 100%;
  object-fit: cover;
  height: 140px;
}
.cid-veT3b4fU2g .item:focus,
.cid-veT3b4fU2g span:focus {
  outline: none;
}
.cid-veT3b4fU2g .item {
  cursor: pointer;
  margin-bottom: 1.4rem;
}
.cid-veT3b4fU2g .item-wrapper {
  position: relative;
  border-radius: 8px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  border: solid;
  border-width: thin;
  border-color: #888888;
}
@media (min-width: 992px) {
  .cid-veT3b4fU2g .item-wrapper .item-content {
    padding: 0.6rem 1.3rem 0;
  }
  .cid-veT3b4fU2g .item-wrapper .item-footer {
    padding: 0.6rem 0rem;
  }
}
.cid-veT3b4fU2g .mbr-section-btn {
  margin-top: auto !important;
  text-align: center !important;
}
.cid-veT3b4fU2g .mbr-section-title {
  color: #1b5279;
  font-weight: 600;
}
.cid-veT3b4fU2g .mbr-text,
.cid-veT3b4fU2g .mbr-section-btn {
  text-align: right;
  color: #2b4743;
}
.cid-veT3b4fU2g .item-title {
  text-align: center;
  font-weight: 600;
  color: #ffffff;
  padding: 0.45rem;
  width: auto;
  background: linear-gradient(261deg, #11877f 50%, #18708a 100%);
}
.cid-veT3b4fU2g b,
.cid-veT3b4fU2g strong {
  color: #118a7c !important;
}
.cid-veT3b4fU2g .btn {
  padding: 0.4rem 0rem;
  border-radius: 6px;
  margin-right: 4px;
  border-width: 1.5px;
  margin-left: 4px;
  width: 40%;
}
.cid-veT3b4fU2g .btn-primary {
  background: linear-gradient(261deg, #11877f 50%, #18708a 100%);
}
.cid-veT3b4fU2g .btn-primary-outline {
  color: #274c6a;
}
.cid-veT3b4fU2g .display-7 {
  margin-bottom: 0rem;
}
.cid-veT3b4fU2g h5 {
  margin-bottom: 0rem;
}
.cid-veT3b4fU2g .mt-1 {
  margin-top: 0rem !important;
}
.cid-veT3b4fU2g .mt-3 {
  margin-top: 0rem !important;
  padding-top: 1rem !important;
}
.cid-veT3b4fU2g .mbr-section-subtitle {
  color: #1d3659;
}
.cid-veT3b4fU2g .mbr-text {
  background: white;
  padding-right: 1.4rem;
}
.cid-veT3b4fU2g .item-content {
  padding: 0rem !important;
}
.cid-veT3b4fU2g .item-footer {
  padding: 1rem;
  padding-top: 0.5rem;
}
.cid-veT3b4fU2g .mt-4 {
  margin-top: 2rem !important;
}
@media (max-width: 767px) {
  .cid-veT3b4fU2g .item-wrapper {
    width: 80%;
    margin: auto;
    height: fit-content;
  }
  .cid-veT3b4fU2g .btn {
    width: 45%;
    font-size: 0.8rem;
  }
  .cid-veT3b4fU2g .item-title {
    font-size: 0.9rem;
  }
  .cid-veT3b4fU2g .mbr-text {
    font-size: 0.8rem;
  }
  .cid-veT3b4fU2g .display-2 {
    width: 88%;
  }
  .cid-veT3b4fU2g img,
  .cid-veT3b4fU2g .item-img {
    height: 160px;
  }
}
.cid-veT3b5AjFZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #deedf0;
}
.cid-veT3b5AjFZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-veT3b5AjFZ .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-veT3b5AjFZ .image-wrapper {
    margin-bottom: 1rem;
    display: none;
  }
  .cid-veT3b5AjFZ .col-12 {
    flex: 0 0 auto;
    width: 76%;
  }
}
@media (min-width: 768px) {
  .cid-veT3b5AjFZ .image-wrapper1 {
    margin-bottom: 1rem;
    display: none;
  }
}
.cid-veT3b5AjFZ .row {
  flex-direction: row-reverse;
}
.cid-veT3b5AjFZ img {
  width: 100%;
  border: solid;
  border-width: thin;
  border-color: #888888;
}
.cid-veT3b5AjFZ .col-12 {
  padding: 0rem;
}
.cid-veT3b6j1GO {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-veT3b6j1GO .mbr-section-subtitle {
  text-align: center;
}
.cid-veT3b6j1GO .mbr-text {
  text-align: center;
  color: #13508a;
}
.cid-veT3b75KjR {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-veT3b75KjR .mbr-fallback-image.disabled {
  display: none;
}
.cid-veT3b75KjR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-veT3b75KjR img {
    width: 82%;
    margin-bottom: 0.544rem !important;
  }
}
.cid-veT3b75KjR .row {
  flex-direction: row-reverse;
}
.cid-veT3b75KjR img {
  object-fit: cover;
  border-radius: 8px;
  margin: auto;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-veT3b75KjR .col-lg-6 {
    flex: 0 0 auto;
    width: 33%;
    margin: auto;
  }
}
.cid-veT3b8das9 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-veT3b8das9 .media-container-row .mbr-text {
  color: #232323;
  font-family: Arial, Helvetica, sans-serif;
}
.cid-veT3C3LAJB {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-veT3C3LAJB nav.navbar {
  position: fixed;
}
.cid-veT3C3LAJB .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veT3C3LAJB .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-veT3C3LAJB .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-veT3C3LAJB .dropdown-item:hover,
.cid-veT3C3LAJB .dropdown-item:focus {
  background: #11877f !important;
  color: white !important;
}
.cid-veT3C3LAJB .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-veT3C3LAJB .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-veT3C3LAJB .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-veT3C3LAJB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-veT3C3LAJB .nav-link {
  position: relative;
}
.cid-veT3C3LAJB .container {
  display: flex;
  margin: auto;
}
.cid-veT3C3LAJB .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-veT3C3LAJB .dropdown-menu,
.cid-veT3C3LAJB .navbar.opened {
  background: #ffffff !important;
}
.cid-veT3C3LAJB .nav-item:focus,
.cid-veT3C3LAJB .nav-link:focus {
  outline: none;
}
.cid-veT3C3LAJB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veT3C3LAJB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veT3C3LAJB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veT3C3LAJB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veT3C3LAJB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-veT3C3LAJB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-veT3C3LAJB .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-veT3C3LAJB .navbar.opened {
  transition: all 0.3s;
}
.cid-veT3C3LAJB .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-veT3C3LAJB .navbar .navbar-logo img {
  width: auto;
}
.cid-veT3C3LAJB .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-veT3C3LAJB .navbar.collapsed {
  justify-content: center;
}
.cid-veT3C3LAJB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-veT3C3LAJB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-veT3C3LAJB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-veT3C3LAJB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-veT3C3LAJB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-veT3C3LAJB .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-veT3C3LAJB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-veT3C3LAJB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-veT3C3LAJB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-veT3C3LAJB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veT3C3LAJB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veT3C3LAJB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veT3C3LAJB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veT3C3LAJB .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-veT3C3LAJB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-veT3C3LAJB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-veT3C3LAJB .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veT3C3LAJB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0rem;
  }
  .cid-veT3C3LAJB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veT3C3LAJB .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-veT3C3LAJB .navbar.navbar-short {
  min-height: 60px;
}
.cid-veT3C3LAJB .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-veT3C3LAJB .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-veT3C3LAJB .navbar-brand {
  min-height: 60px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-veT3C3LAJB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veT3C3LAJB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-veT3C3LAJB .dropdown-item.active,
.cid-veT3C3LAJB .dropdown-item:active {
  background-color: transparent;
}
.cid-veT3C3LAJB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veT3C3LAJB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veT3C3LAJB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veT3C3LAJB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-veT3C3LAJB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-veT3C3LAJB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-veT3C3LAJB ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-veT3C3LAJB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-veT3C3LAJB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-veT3C3LAJB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-veT3C3LAJB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-veT3C3LAJB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veT3C3LAJB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veT3C3LAJB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veT3C3LAJB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veT3C3LAJB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veT3C3LAJB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veT3C3LAJB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veT3C3LAJB .navbar-dropdown {
  padding: 0 0rem;
  position: fixed;
}
.cid-veT3C3LAJB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veT3C3LAJB .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-veT3C3LAJB .navbar {
    height: 70px;
  }
  .cid-veT3C3LAJB .navbar.opened {
    height: auto;
  }
  .cid-veT3C3LAJB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veT3C3LAJB .navbar-logo {
  margin-right: 0.5rem;
}
.cid-veT3C3LAJB .btn {
  border-radius: 10px;
  box-shadow: 0px 0px 5px 1px #e8e8e8;
}
.cid-veT3C3LAJB .btn-primary {
  background: linear-gradient(261deg, #11877f 50%, #18708a 100%);
}
.cid-veT3C4QSG7 {
  padding-top: 0.44rem;
  padding-bottom: 0.44rem;
  background: #13508a;
}
.cid-veT3C4QSG7 .mbr-section-subtitle {
  text-align: center;
}
.cid-veT3C4QSG7 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-veT3C4QSG7 p {
  margin-top: 0;
  margin-bottom: 0rem;
}
@media (max-width: 767px) {
  .cid-veT3C4QSG7 .mbr-text {
    font-size: 0.8rem !important;
  }
}
.cid-veTKjyvB4s {
  padding-top: 0.432rem;
  padding-bottom: 0.288rem;
  background: #fafcfc;
  border-bottom: solid 1px #a4aeb9;
}
.cid-veTKjyvB4s .mbr-section-subtitle {
  text-align: center;
}
.cid-veTKjyvB4s .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-veTKjyvB4s p {
  margin-top: 0;
  margin-bottom: 0rem;
}
@media (max-width: 767px) {
  .cid-veTKjyvB4s .mbr-text {
    font-size: 0.8rem !important;
  }
}
@media (max-width: 991px) {
  .cid-veTKjyvB4s {
    padding-top: 0.544rem !important;
  }
}
.cid-veTKjyvB4s .align-left {
  float: left;
  color: #19519a;
  font-size: 0.9rem;
  font-weight: 600;
}
.cid-veTKjyvB4s .align-right {
  float: right;
  color: #19519a;
  font-size: 0.9rem;
  font-weight: 600;
}
.cid-veT3C7z2Ys {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: solid 1px #a4aeb9;
  background-size: cover;
  background-image: url("../../../assets/images/8b4030d6-72db-4fd0-ab51-04145f77b14h3-71.jpg");
}
.cid-veT3C7z2Ys .mbr-fallback-image.disabled {
  display: none;
}
.cid-veT3C7z2Ys .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veT3C7z2Ys .content-wrapper {
  background: #ffffffec;
  border-radius: 13px;
  border: solid 1px #a4aeb9;
  background-size: cover;
}
@media (max-width: 991px) {
  .cid-veT3C7z2Ys .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-veT3C7z2Ys .content-wrapper .image-wrapper {
    margin-bottom: 0.744rem;
  }
}
@media (max-width: 767px) {
  .cid-veT3C7z2Ys .content-wrapper {
    padding: 0.44rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-veT3C7z2Ys .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-veT3C7z2Ys .content-wrapper {
    padding: 5rem;
  }
  .cid-veT3C7z2Ys .content-wrapper .text-wrapper {
    padding-left: 3rem;
  }
}
@media (min-width: 768px) {
  .cid-veT3C7z2Ys .col-md-4 {
    width: 76% !important;
  }
}
.cid-veT3C7z2Ys .mbr-section-title {
  line-height: 1.4;
  color: #13508a;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-veT3C7z2Ys {
    padding-top: 1.88rem;
    padding-bottom: 2rem;
  }
  .cid-veT3C7z2Ys .col-lg-6 {
    flex: 0 0 auto;
    width: 55%;
  }
  .cid-veT3C7z2Ys .btn {
    border-radius: 10px;
    padding: 0.6rem 1.8rem ;
    margin: 0.3rem;
    border: solid 2px #ffffff !important;
  }
  .cid-veT3C7z2Ys .image-wrapper {
    padding: 0rem;
    margin-left: 20px;
    margin-right: 0px;
  }
  .cid-veT3C7z2Ys img,
  .cid-veT3C7z2Ys iframe {
    display: block;
    width: 160px;
    border-radius: 8px;
  }
  .cid-veT3C7z2Ys .container {
    padding: 0rem !important;
  }
  .cid-veT3C7z2Ys .col-lg-4 {
    flex: 0 0 auto;
    width: 20.3333333333%;
  }
  .cid-veT3C7z2Ys .col-md {
    flex: none;
  }
}
@media (max-width: 991px) {
  .cid-veT3C7z2Ys {
    padding-bottom: 2rem;
    padding-top: 1.544rem;
  }
  .cid-veT3C7z2Ys .col-md {
    flex: 1 0 auto;
  }
  .cid-veT3C7z2Ys .btn {
    width: 64%;
    border-radius: 8px;
    padding: 0.4rem 1.44rem;
    margin: 0.2rem;
    font-size: 0.8rem;
    border: solid 2px #ffffff !important;
  }
  .cid-veT3C7z2Ys .w-100 {
    width: 94% !important;
    margin: auto;
    height: 216px;
    object-fit: cover;
  }
  .cid-veT3C7z2Ys .image-wrapper {
    padding: 0rem;
  }
  .cid-veT3C7z2Ys .mt-3 {
    margin-top: 0.844rem !important;
  }
  .cid-veT3C7z2Ys .content-wrapper {
    margin: auto;
    border-radius: 13px;
    width: 88% !important;
    padding-top: 4.44rem;
    padding-bottom: 3.44rem;
  }
  .cid-veT3C7z2Ys img,
  .cid-veT3C7z2Ys iframe {
    display: block;
    width: 144px;
    margin: auto;
    padding: 1rem;
  }
  .cid-veT3C7z2Ys .mbr-text,
  .cid-veT3C7z2Ys .mbr-section-btn {
    text-align: center !important;
  }
  .cid-veT3C7z2Ys .card-title {
    text-align: center !important;
  }
  .cid-veT3C7z2Ys b,
  .cid-veT3C7z2Ys strong {
    font-size: 1.22rem;
  }
  .cid-veT3C7z2Ys .display-2 {
    font-size: 1rem;
  }
  .cid-veT3C7z2Ys .display-5 {
    line-height: 1;
  }
}
.cid-veT3C7z2Ys .mbr-text,
.cid-veT3C7z2Ys .mbr-section-btn {
  color: #19519a;
  text-align: right;
}
.cid-veT3C7z2Ys .mt-3 {
  margin-top: 0.44rem !important;
}
.cid-veT3C7z2Ys p {
  margin-bottom: 0rem;
}
.cid-veT3C7z2Ys .mb-3 {
  margin-bottom: 0rem !important;
}
.cid-veT3C7z2Ys .mb-4 {
  margin-bottom: 0rem !important;
}
.cid-veT3C7z2Ys .card-title {
  margin-bottom: 0rem !important;
  text-align: right;
  color: #19519a;
}
.cid-veT3C7z2Ys .btn-primary {
  background: linear-gradient(261deg, #11877f 50%, #18708a 100%);
}
.cid-veT3C8KJuA {
  padding-top: 2.4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
  direction: rtl;
}
.cid-veT3C8KJuA img,
.cid-veT3C8KJuA .item-img {
  width: 100%;
  object-fit: cover;
  height: 140px;
}
.cid-veT3C8KJuA .item:focus,
.cid-veT3C8KJuA span:focus {
  outline: none;
}
.cid-veT3C8KJuA .item {
  cursor: pointer;
  margin-bottom: 1.4rem;
}
.cid-veT3C8KJuA .item-wrapper {
  position: relative;
  border-radius: 8px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  border: solid;
  border-width: thin;
  border-color: #888888;
}
@media (min-width: 992px) {
  .cid-veT3C8KJuA .item-wrapper .item-content {
    padding: 0.6rem 1.3rem 0;
  }
  .cid-veT3C8KJuA .item-wrapper .item-footer {
    padding: 0.6rem 0rem;
  }
}
.cid-veT3C8KJuA .mbr-section-btn {
  margin-top: auto !important;
  text-align: center !important;
}
.cid-veT3C8KJuA .mbr-section-title {
  color: #1b5279;
  font-weight: 600;
}
.cid-veT3C8KJuA .mbr-text,
.cid-veT3C8KJuA .mbr-section-btn {
  text-align: right;
  color: #2b4743;
}
.cid-veT3C8KJuA .item-title {
  text-align: center;
  font-weight: 600;
  color: #ffffff;
  padding: 0.45rem;
  width: auto;
  background: linear-gradient(261deg, #11877f 50%, #18708a 100%);
}
.cid-veT3C8KJuA b,
.cid-veT3C8KJuA strong {
  color: #118a7c !important;
}
.cid-veT3C8KJuA .btn {
  padding: 0.4rem 0rem;
  border-radius: 6px;
  margin-right: 4px;
  border-width: 1.5px;
  margin-left: 4px;
  width: 40%;
}
.cid-veT3C8KJuA .btn-primary {
  background: linear-gradient(261deg, #11877f 50%, #18708a 100%);
}
.cid-veT3C8KJuA .btn-primary-outline {
  color: #274c6a;
}
.cid-veT3C8KJuA .display-7 {
  margin-bottom: 0rem;
}
.cid-veT3C8KJuA h5 {
  margin-bottom: 0rem;
}
.cid-veT3C8KJuA .mt-1 {
  margin-top: 0rem !important;
}
.cid-veT3C8KJuA .mt-3 {
  margin-top: 0rem !important;
  padding-top: 1rem !important;
}
.cid-veT3C8KJuA .mbr-section-subtitle {
  color: #1d3659;
}
.cid-veT3C8KJuA .mbr-text {
  background: white;
  padding-right: 1.4rem;
}
.cid-veT3C8KJuA .item-content {
  padding: 0rem !important;
}
.cid-veT3C8KJuA .item-footer {
  padding: 1rem;
  padding-top: 0.5rem;
}
.cid-veT3C8KJuA .mt-4 {
  margin-top: 2rem !important;
}
@media (max-width: 767px) {
  .cid-veT3C8KJuA .item-wrapper {
    width: 80%;
    margin: auto;
    height: fit-content;
  }
  .cid-veT3C8KJuA .btn {
    width: 45%;
    font-size: 0.8rem;
  }
  .cid-veT3C8KJuA .item-title {
    font-size: 0.9rem;
  }
  .cid-veT3C8KJuA .mbr-text {
    font-size: 0.8rem;
  }
  .cid-veT3C8KJuA .display-2 {
    width: 88%;
  }
  .cid-veT3C8KJuA img,
  .cid-veT3C8KJuA .item-img {
    height: 160px;
  }
}
.cid-veT3CeDmwV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #deedf0;
}
.cid-veT3CeDmwV .mbr-fallback-image.disabled {
  display: none;
}
.cid-veT3CeDmwV .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-veT3CeDmwV .image-wrapper {
    margin-bottom: 1rem;
    display: none;
  }
  .cid-veT3CeDmwV .col-12 {
    flex: 0 0 auto;
    width: 76%;
  }
}
@media (min-width: 768px) {
  .cid-veT3CeDmwV .image-wrapper1 {
    margin-bottom: 1rem;
    display: none;
  }
}
.cid-veT3CeDmwV .row {
  flex-direction: row-reverse;
}
.cid-veT3CeDmwV img {
  width: 100%;
  border: solid;
  border-width: thin;
  border-color: #888888;
}
.cid-veT3CeDmwV .col-12 {
  padding: 0rem;
}
.cid-veT3CpqUnf {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-veT3CpqUnf .mbr-section-subtitle {
  text-align: center;
}
.cid-veT3CpqUnf .mbr-text {
  text-align: center;
  color: #13508a;
}
.cid-veT3CrW4gP {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-veT3CrW4gP .mbr-fallback-image.disabled {
  display: none;
}
.cid-veT3CrW4gP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-veT3CrW4gP img {
    width: 82%;
    margin-bottom: 0.544rem !important;
  }
}
.cid-veT3CrW4gP .row {
  flex-direction: row-reverse;
}
.cid-veT3CrW4gP img {
  object-fit: cover;
  border-radius: 8px;
  margin: auto;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-veT3CrW4gP .col-lg-6 {
    flex: 0 0 auto;
    width: 33%;
    margin: auto;
  }
}
.cid-veT3CuA2a2 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-veT3CuA2a2 .media-container-row .mbr-text {
  color: #232323;
  font-family: Arial, Helvetica, sans-serif;
}
.cid-veT5Fagz6K {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-veT5Fagz6K nav.navbar {
  position: fixed;
}
.cid-veT5Fagz6K .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veT5Fagz6K .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-veT5Fagz6K .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-veT5Fagz6K .dropdown-item:hover,
.cid-veT5Fagz6K .dropdown-item:focus {
  background: #11877f !important;
  color: white !important;
}
.cid-veT5Fagz6K .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-veT5Fagz6K .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-veT5Fagz6K .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-veT5Fagz6K .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-veT5Fagz6K .nav-link {
  position: relative;
}
.cid-veT5Fagz6K .container {
  display: flex;
  margin: auto;
}
.cid-veT5Fagz6K .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-veT5Fagz6K .dropdown-menu,
.cid-veT5Fagz6K .navbar.opened {
  background: #ffffff !important;
}
.cid-veT5Fagz6K .nav-item:focus,
.cid-veT5Fagz6K .nav-link:focus {
  outline: none;
}
.cid-veT5Fagz6K .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veT5Fagz6K .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veT5Fagz6K .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veT5Fagz6K .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veT5Fagz6K .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-veT5Fagz6K .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-veT5Fagz6K .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-veT5Fagz6K .navbar.opened {
  transition: all 0.3s;
}
.cid-veT5Fagz6K .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-veT5Fagz6K .navbar .navbar-logo img {
  width: auto;
}
.cid-veT5Fagz6K .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-veT5Fagz6K .navbar.collapsed {
  justify-content: center;
}
.cid-veT5Fagz6K .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-veT5Fagz6K .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-veT5Fagz6K .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-veT5Fagz6K .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-veT5Fagz6K .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-veT5Fagz6K .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-veT5Fagz6K .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-veT5Fagz6K .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-veT5Fagz6K .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-veT5Fagz6K .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veT5Fagz6K .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veT5Fagz6K .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veT5Fagz6K .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veT5Fagz6K .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-veT5Fagz6K .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-veT5Fagz6K .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-veT5Fagz6K .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veT5Fagz6K .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0rem;
  }
  .cid-veT5Fagz6K .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veT5Fagz6K .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-veT5Fagz6K .navbar.navbar-short {
  min-height: 60px;
}
.cid-veT5Fagz6K .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-veT5Fagz6K .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-veT5Fagz6K .navbar-brand {
  min-height: 60px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-veT5Fagz6K .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veT5Fagz6K .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-veT5Fagz6K .dropdown-item.active,
.cid-veT5Fagz6K .dropdown-item:active {
  background-color: transparent;
}
.cid-veT5Fagz6K .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veT5Fagz6K .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veT5Fagz6K .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veT5Fagz6K .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-veT5Fagz6K .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-veT5Fagz6K .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-veT5Fagz6K ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-veT5Fagz6K .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-veT5Fagz6K button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-veT5Fagz6K button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-veT5Fagz6K button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-veT5Fagz6K button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veT5Fagz6K button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veT5Fagz6K button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veT5Fagz6K nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veT5Fagz6K nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veT5Fagz6K nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veT5Fagz6K nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veT5Fagz6K .navbar-dropdown {
  padding: 0 0rem;
  position: fixed;
}
.cid-veT5Fagz6K a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veT5Fagz6K .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-veT5Fagz6K .navbar {
    height: 70px;
  }
  .cid-veT5Fagz6K .navbar.opened {
    height: auto;
  }
  .cid-veT5Fagz6K .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veT5Fagz6K .navbar-logo {
  margin-right: 0.5rem;
}
.cid-veT5Fagz6K .btn {
  border-radius: 10px;
  box-shadow: 0px 0px 5px 1px #e8e8e8;
}
.cid-veT5Fagz6K .btn-primary {
  background: linear-gradient(261deg, #11877f 50%, #18708a 100%);
}
.cid-veT5Fb3xjP {
  padding-top: 0.44rem;
  padding-bottom: 0.44rem;
  background: #13508a;
}
.cid-veT5Fb3xjP .mbr-section-subtitle {
  text-align: center;
}
.cid-veT5Fb3xjP .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-veT5Fb3xjP p {
  margin-top: 0;
  margin-bottom: 0rem;
}
@media (max-width: 767px) {
  .cid-veT5Fb3xjP .mbr-text {
    font-size: 0.8rem !important;
  }
}
.cid-veTKmMiF1c {
  padding-top: 0.432rem;
  padding-bottom: 0.288rem;
  background: #fafcfc;
  border-bottom: solid 1px #a4aeb9;
}
.cid-veTKmMiF1c .mbr-section-subtitle {
  text-align: center;
}
.cid-veTKmMiF1c .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-veTKmMiF1c p {
  margin-top: 0;
  margin-bottom: 0rem;
}
@media (max-width: 767px) {
  .cid-veTKmMiF1c .mbr-text {
    font-size: 0.8rem !important;
  }
}
@media (max-width: 991px) {
  .cid-veTKmMiF1c {
    padding-top: 0.544rem !important;
  }
}
.cid-veTKmMiF1c .align-left {
  float: left;
  color: #19519a;
  font-size: 0.9rem;
  font-weight: 600;
}
.cid-veTKmMiF1c .align-right {
  float: right;
  color: #19519a;
  font-size: 0.9rem;
  font-weight: 600;
}
.cid-veT5FcfxD3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: solid 1px #a4aeb9;
  background-size: cover;
  background-image: url("../../../assets/images/8b4030d6-72db-4fd0-ab51-04145f77b14h3-71.jpg");
}
.cid-veT5FcfxD3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veT5FcfxD3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veT5FcfxD3 .content-wrapper {
  background: #ffffffec;
  border-radius: 13px;
  border: solid 1px #a4aeb9;
  background-size: cover;
}
@media (max-width: 991px) {
  .cid-veT5FcfxD3 .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-veT5FcfxD3 .content-wrapper .image-wrapper {
    margin-bottom: 0.744rem;
  }
}
@media (max-width: 767px) {
  .cid-veT5FcfxD3 .content-wrapper {
    padding: 0.44rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-veT5FcfxD3 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-veT5FcfxD3 .content-wrapper {
    padding: 5rem;
  }
  .cid-veT5FcfxD3 .content-wrapper .text-wrapper {
    padding-left: 3rem;
  }
}
@media (min-width: 768px) {
  .cid-veT5FcfxD3 .col-md-4 {
    width: 76% !important;
  }
}
.cid-veT5FcfxD3 .mbr-section-title {
  line-height: 1.4;
  color: #13508a;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-veT5FcfxD3 {
    padding-top: 1.88rem;
    padding-bottom: 2rem;
  }
  .cid-veT5FcfxD3 .col-lg-6 {
    flex: 0 0 auto;
    width: 55%;
  }
  .cid-veT5FcfxD3 .btn {
    border-radius: 10px;
    padding: 0.6rem 1.8rem ;
    margin: 0.3rem;
    border: solid 2px #ffffff !important;
  }
  .cid-veT5FcfxD3 .image-wrapper {
    padding: 0rem;
    margin-left: 20px;
    margin-right: 0px;
  }
  .cid-veT5FcfxD3 img,
  .cid-veT5FcfxD3 iframe {
    display: block;
    width: 160px;
    border-radius: 8px;
  }
  .cid-veT5FcfxD3 .container {
    padding: 0rem !important;
  }
  .cid-veT5FcfxD3 .col-lg-4 {
    flex: 0 0 auto;
    width: 20.3333333333%;
  }
  .cid-veT5FcfxD3 .col-md {
    flex: none;
  }
}
@media (max-width: 991px) {
  .cid-veT5FcfxD3 {
    padding-bottom: 2rem;
    padding-top: 1.544rem;
  }
  .cid-veT5FcfxD3 .col-md {
    flex: 1 0 auto;
  }
  .cid-veT5FcfxD3 .btn {
    width: 64%;
    border-radius: 8px;
    padding: 0.4rem 1.44rem;
    margin: 0.2rem;
    font-size: 0.8rem;
    border: solid 2px #ffffff !important;
  }
  .cid-veT5FcfxD3 .w-100 {
    width: 94% !important;
    margin: auto;
    height: 216px;
    object-fit: cover;
  }
  .cid-veT5FcfxD3 .image-wrapper {
    padding: 0rem;
  }
  .cid-veT5FcfxD3 .mt-3 {
    margin-top: 0.844rem !important;
  }
  .cid-veT5FcfxD3 .content-wrapper {
    margin: auto;
    border-radius: 13px;
    width: 88% !important;
    padding-top: 4.44rem;
    padding-bottom: 3.44rem;
  }
  .cid-veT5FcfxD3 img,
  .cid-veT5FcfxD3 iframe {
    display: block;
    width: 144px;
    margin: auto;
    padding: 1rem;
  }
  .cid-veT5FcfxD3 .mbr-text,
  .cid-veT5FcfxD3 .mbr-section-btn {
    text-align: center !important;
  }
  .cid-veT5FcfxD3 .card-title {
    text-align: center !important;
  }
  .cid-veT5FcfxD3 b,
  .cid-veT5FcfxD3 strong {
    font-size: 1.22rem;
  }
  .cid-veT5FcfxD3 .display-2 {
    font-size: 1rem;
  }
  .cid-veT5FcfxD3 .display-5 {
    line-height: 1;
  }
}
.cid-veT5FcfxD3 .mbr-text,
.cid-veT5FcfxD3 .mbr-section-btn {
  color: #19519a;
  text-align: right;
}
.cid-veT5FcfxD3 .mt-3 {
  margin-top: 0.44rem !important;
}
.cid-veT5FcfxD3 p {
  margin-bottom: 0rem;
}
.cid-veT5FcfxD3 .mb-3 {
  margin-bottom: 0rem !important;
}
.cid-veT5FcfxD3 .mb-4 {
  margin-bottom: 0rem !important;
}
.cid-veT5FcfxD3 .card-title {
  margin-bottom: 0rem !important;
  text-align: right;
  color: #19519a;
}
.cid-veT5FcfxD3 .btn-primary {
  background: linear-gradient(261deg, #11877f 50%, #18708a 100%);
}
.cid-veT5Fdlfzp {
  padding-top: 2.4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
  direction: rtl;
}
.cid-veT5Fdlfzp img,
.cid-veT5Fdlfzp .item-img {
  width: 100%;
  object-fit: cover;
  height: 140px;
}
.cid-veT5Fdlfzp .item:focus,
.cid-veT5Fdlfzp span:focus {
  outline: none;
}
.cid-veT5Fdlfzp .item {
  cursor: pointer;
  margin-bottom: 1.4rem;
}
.cid-veT5Fdlfzp .item-wrapper {
  position: relative;
  border-radius: 8px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  border: solid;
  border-width: thin;
  border-color: #888888;
}
@media (min-width: 992px) {
  .cid-veT5Fdlfzp .item-wrapper .item-content {
    padding: 0.6rem 1.3rem 0;
  }
  .cid-veT5Fdlfzp .item-wrapper .item-footer {
    padding: 0.6rem 0rem;
  }
}
.cid-veT5Fdlfzp .mbr-section-btn {
  margin-top: auto !important;
  text-align: center !important;
}
.cid-veT5Fdlfzp .mbr-section-title {
  color: #1b5279;
  font-weight: 600;
}
.cid-veT5Fdlfzp .mbr-text,
.cid-veT5Fdlfzp .mbr-section-btn {
  text-align: right;
  color: #2b4743;
}
.cid-veT5Fdlfzp .item-title {
  text-align: center;
  font-weight: 600;
  color: #ffffff;
  padding: 0.45rem;
  width: auto;
  background: linear-gradient(261deg, #11877f 50%, #18708a 100%);
}
.cid-veT5Fdlfzp b,
.cid-veT5Fdlfzp strong {
  color: #118a7c !important;
}
.cid-veT5Fdlfzp .btn {
  padding: 0.4rem 0rem;
  border-radius: 6px;
  margin-right: 4px;
  border-width: 1.5px;
  margin-left: 4px;
  width: 40%;
}
.cid-veT5Fdlfzp .btn-primary {
  background: linear-gradient(261deg, #11877f 50%, #18708a 100%);
}
.cid-veT5Fdlfzp .btn-primary-outline {
  color: #274c6a;
}
.cid-veT5Fdlfzp .display-7 {
  margin-bottom: 0rem;
}
.cid-veT5Fdlfzp h5 {
  margin-bottom: 0rem;
}
.cid-veT5Fdlfzp .mt-1 {
  margin-top: 0rem !important;
}
.cid-veT5Fdlfzp .mt-3 {
  margin-top: 0rem !important;
  padding-top: 1rem !important;
}
.cid-veT5Fdlfzp .mbr-section-subtitle {
  color: #1d3659;
}
.cid-veT5Fdlfzp .mbr-text {
  background: white;
  padding-right: 1.4rem;
}
.cid-veT5Fdlfzp .item-content {
  padding: 0rem !important;
}
.cid-veT5Fdlfzp .item-footer {
  padding: 1rem;
  padding-top: 0.5rem;
}
.cid-veT5Fdlfzp .mt-4 {
  margin-top: 2rem !important;
}
@media (max-width: 767px) {
  .cid-veT5Fdlfzp .item-wrapper {
    width: 80%;
    margin: auto;
    height: fit-content;
  }
  .cid-veT5Fdlfzp .btn {
    width: 45%;
    font-size: 0.8rem;
  }
  .cid-veT5Fdlfzp .item-title {
    font-size: 0.9rem;
  }
  .cid-veT5Fdlfzp .mbr-text {
    font-size: 0.8rem;
  }
  .cid-veT5Fdlfzp .display-2 {
    width: 88%;
  }
  .cid-veT5Fdlfzp img,
  .cid-veT5Fdlfzp .item-img {
    height: 160px;
  }
}
.cid-veT5FeP5JV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #deedf0;
}
.cid-veT5FeP5JV .mbr-fallback-image.disabled {
  display: none;
}
.cid-veT5FeP5JV .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-veT5FeP5JV .image-wrapper {
    margin-bottom: 1rem;
    display: none;
  }
  .cid-veT5FeP5JV .col-12 {
    flex: 0 0 auto;
    width: 76%;
  }
}
@media (min-width: 768px) {
  .cid-veT5FeP5JV .image-wrapper1 {
    margin-bottom: 1rem;
    display: none;
  }
}
.cid-veT5FeP5JV .row {
  flex-direction: row-reverse;
}
.cid-veT5FeP5JV img {
  width: 100%;
  border: solid;
  border-width: thin;
  border-color: #888888;
}
.cid-veT5FeP5JV .col-12 {
  padding: 0rem;
}
.cid-veT5FfAEbQ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-veT5FfAEbQ .mbr-section-subtitle {
  text-align: center;
}
.cid-veT5FfAEbQ .mbr-text {
  text-align: center;
  color: #13508a;
}
.cid-veT5FgePdi {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-veT5FgePdi .mbr-fallback-image.disabled {
  display: none;
}
.cid-veT5FgePdi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-veT5FgePdi img {
    width: 82%;
    margin-bottom: 0.544rem !important;
  }
}
.cid-veT5FgePdi .row {
  flex-direction: row-reverse;
}
.cid-veT5FgePdi img {
  object-fit: cover;
  border-radius: 8px;
  margin: auto;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-veT5FgePdi .col-lg-6 {
    flex: 0 0 auto;
    width: 33%;
    margin: auto;
  }
}
.cid-veT5Fhvdf1 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-veT5Fhvdf1 .media-container-row .mbr-text {
  color: #232323;
  font-family: Arial, Helvetica, sans-serif;
}
.cid-veT6bXOQnE {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-veT6bXOQnE nav.navbar {
  position: fixed;
}
.cid-veT6bXOQnE .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veT6bXOQnE .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-veT6bXOQnE .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-veT6bXOQnE .dropdown-item:hover,
.cid-veT6bXOQnE .dropdown-item:focus {
  background: #11877f !important;
  color: white !important;
}
.cid-veT6bXOQnE .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-veT6bXOQnE .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-veT6bXOQnE .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-veT6bXOQnE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-veT6bXOQnE .nav-link {
  position: relative;
}
.cid-veT6bXOQnE .container {
  display: flex;
  margin: auto;
}
.cid-veT6bXOQnE .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-veT6bXOQnE .dropdown-menu,
.cid-veT6bXOQnE .navbar.opened {
  background: #ffffff !important;
}
.cid-veT6bXOQnE .nav-item:focus,
.cid-veT6bXOQnE .nav-link:focus {
  outline: none;
}
.cid-veT6bXOQnE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veT6bXOQnE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veT6bXOQnE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veT6bXOQnE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veT6bXOQnE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-veT6bXOQnE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-veT6bXOQnE .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-veT6bXOQnE .navbar.opened {
  transition: all 0.3s;
}
.cid-veT6bXOQnE .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-veT6bXOQnE .navbar .navbar-logo img {
  width: auto;
}
.cid-veT6bXOQnE .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-veT6bXOQnE .navbar.collapsed {
  justify-content: center;
}
.cid-veT6bXOQnE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-veT6bXOQnE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-veT6bXOQnE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-veT6bXOQnE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-veT6bXOQnE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-veT6bXOQnE .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-veT6bXOQnE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-veT6bXOQnE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-veT6bXOQnE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-veT6bXOQnE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veT6bXOQnE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veT6bXOQnE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veT6bXOQnE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veT6bXOQnE .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-veT6bXOQnE .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-veT6bXOQnE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-veT6bXOQnE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veT6bXOQnE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0rem;
  }
  .cid-veT6bXOQnE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veT6bXOQnE .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-veT6bXOQnE .navbar.navbar-short {
  min-height: 60px;
}
.cid-veT6bXOQnE .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-veT6bXOQnE .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-veT6bXOQnE .navbar-brand {
  min-height: 60px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-veT6bXOQnE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veT6bXOQnE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-veT6bXOQnE .dropdown-item.active,
.cid-veT6bXOQnE .dropdown-item:active {
  background-color: transparent;
}
.cid-veT6bXOQnE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veT6bXOQnE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veT6bXOQnE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veT6bXOQnE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-veT6bXOQnE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-veT6bXOQnE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-veT6bXOQnE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-veT6bXOQnE .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-veT6bXOQnE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-veT6bXOQnE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-veT6bXOQnE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-veT6bXOQnE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veT6bXOQnE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veT6bXOQnE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veT6bXOQnE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veT6bXOQnE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veT6bXOQnE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veT6bXOQnE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veT6bXOQnE .navbar-dropdown {
  padding: 0 0rem;
  position: fixed;
}
.cid-veT6bXOQnE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veT6bXOQnE .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-veT6bXOQnE .navbar {
    height: 70px;
  }
  .cid-veT6bXOQnE .navbar.opened {
    height: auto;
  }
  .cid-veT6bXOQnE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veT6bXOQnE .navbar-logo {
  margin-right: 0.5rem;
}
.cid-veT6bXOQnE .btn {
  border-radius: 10px;
  box-shadow: 0px 0px 5px 1px #e8e8e8;
}
.cid-veT6bXOQnE .btn-primary {
  background: linear-gradient(261deg, #11877f 50%, #18708a 100%);
}
.cid-veT6bYSxJq {
  padding-top: 0.44rem;
  padding-bottom: 0.44rem;
  background: #13508a;
}
.cid-veT6bYSxJq .mbr-section-subtitle {
  text-align: center;
}
.cid-veT6bYSxJq .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-veT6bYSxJq p {
  margin-top: 0;
  margin-bottom: 0rem;
}
@media (max-width: 767px) {
  .cid-veT6bYSxJq .mbr-text {
    font-size: 0.8rem !important;
  }
}
.cid-veTKqhLmJI {
  padding-top: 0.432rem;
  padding-bottom: 0.288rem;
  background: #fafcfc;
  border-bottom: solid 1px #a4aeb9;
}
.cid-veTKqhLmJI .mbr-section-subtitle {
  text-align: center;
}
.cid-veTKqhLmJI .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-veTKqhLmJI p {
  margin-top: 0;
  margin-bottom: 0rem;
}
@media (max-width: 767px) {
  .cid-veTKqhLmJI .mbr-text {
    font-size: 0.8rem !important;
  }
}
@media (max-width: 991px) {
  .cid-veTKqhLmJI {
    padding-top: 0.544rem !important;
  }
}
.cid-veTKqhLmJI .align-left {
  float: left;
  color: #19519a;
  font-size: 0.9rem;
  font-weight: 600;
}
.cid-veTKqhLmJI .align-right {
  float: right;
  color: #19519a;
  font-size: 0.9rem;
  font-weight: 600;
}
.cid-veT6c0rT6r {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: solid 1px #a4aeb9;
  background-size: cover;
  background-image: url("../../../assets/images/8b4030d6-72db-4fd0-ab51-04145f77b14h3-71.jpg");
}
.cid-veT6c0rT6r .mbr-fallback-image.disabled {
  display: none;
}
.cid-veT6c0rT6r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veT6c0rT6r .content-wrapper {
  background: #ffffffec;
  border-radius: 13px;
  border: solid 1px #a4aeb9;
  background-size: cover;
}
@media (max-width: 991px) {
  .cid-veT6c0rT6r .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-veT6c0rT6r .content-wrapper .image-wrapper {
    margin-bottom: 0.744rem;
  }
}
@media (max-width: 767px) {
  .cid-veT6c0rT6r .content-wrapper {
    padding: 0.44rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-veT6c0rT6r .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-veT6c0rT6r .content-wrapper {
    padding: 5rem;
  }
  .cid-veT6c0rT6r .content-wrapper .text-wrapper {
    padding-left: 3rem;
  }
}
@media (min-width: 768px) {
  .cid-veT6c0rT6r .col-md-4 {
    width: 76% !important;
  }
}
.cid-veT6c0rT6r .mbr-section-title {
  line-height: 1.4;
  color: #13508a;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-veT6c0rT6r {
    padding-top: 1.88rem;
    padding-bottom: 2rem;
  }
  .cid-veT6c0rT6r .col-lg-6 {
    flex: 0 0 auto;
    width: 55%;
  }
  .cid-veT6c0rT6r .btn {
    border-radius: 10px;
    padding: 0.6rem 1.8rem ;
    margin: 0.3rem;
    border: solid 2px #ffffff !important;
  }
  .cid-veT6c0rT6r .image-wrapper {
    padding: 0rem;
    margin-left: 20px;
    margin-right: 0px;
  }
  .cid-veT6c0rT6r img,
  .cid-veT6c0rT6r iframe {
    display: block;
    width: 160px;
    border-radius: 8px;
  }
  .cid-veT6c0rT6r .container {
    padding: 0rem !important;
  }
  .cid-veT6c0rT6r .col-lg-4 {
    flex: 0 0 auto;
    width: 20.3333333333%;
  }
  .cid-veT6c0rT6r .col-md {
    flex: none;
  }
}
@media (max-width: 991px) {
  .cid-veT6c0rT6r {
    padding-bottom: 2rem;
    padding-top: 1.544rem;
  }
  .cid-veT6c0rT6r .col-md {
    flex: 1 0 auto;
  }
  .cid-veT6c0rT6r .btn {
    width: 64%;
    border-radius: 8px;
    padding: 0.4rem 1.44rem;
    margin: 0.2rem;
    font-size: 0.8rem;
    border: solid 2px #ffffff !important;
  }
  .cid-veT6c0rT6r .w-100 {
    width: 94% !important;
    margin: auto;
    height: 216px;
    object-fit: cover;
  }
  .cid-veT6c0rT6r .image-wrapper {
    padding: 0rem;
  }
  .cid-veT6c0rT6r .mt-3 {
    margin-top: 0.844rem !important;
  }
  .cid-veT6c0rT6r .content-wrapper {
    margin: auto;
    border-radius: 13px;
    width: 88% !important;
    padding-top: 4.44rem;
    padding-bottom: 3.44rem;
  }
  .cid-veT6c0rT6r img,
  .cid-veT6c0rT6r iframe {
    display: block;
    width: 144px;
    margin: auto;
    padding: 1rem;
  }
  .cid-veT6c0rT6r .mbr-text,
  .cid-veT6c0rT6r .mbr-section-btn {
    text-align: center !important;
  }
  .cid-veT6c0rT6r .card-title {
    text-align: center !important;
  }
  .cid-veT6c0rT6r b,
  .cid-veT6c0rT6r strong {
    font-size: 1.22rem;
  }
  .cid-veT6c0rT6r .display-2 {
    font-size: 1rem;
  }
  .cid-veT6c0rT6r .display-5 {
    line-height: 1;
  }
}
.cid-veT6c0rT6r .mbr-text,
.cid-veT6c0rT6r .mbr-section-btn {
  color: #19519a;
  text-align: right;
}
.cid-veT6c0rT6r .mt-3 {
  margin-top: 0.44rem !important;
}
.cid-veT6c0rT6r p {
  margin-bottom: 0rem;
}
.cid-veT6c0rT6r .mb-3 {
  margin-bottom: 0rem !important;
}
.cid-veT6c0rT6r .mb-4 {
  margin-bottom: 0rem !important;
}
.cid-veT6c0rT6r .card-title {
  margin-bottom: 0rem !important;
  text-align: right;
  color: #19519a;
}
.cid-veT6c0rT6r .btn-primary {
  background: linear-gradient(261deg, #11877f 50%, #18708a 100%);
}
.cid-veT6c1r7NC {
  padding-top: 2.4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
  direction: rtl;
}
.cid-veT6c1r7NC img,
.cid-veT6c1r7NC .item-img {
  width: 100%;
  object-fit: cover;
  height: 140px;
}
.cid-veT6c1r7NC .item:focus,
.cid-veT6c1r7NC span:focus {
  outline: none;
}
.cid-veT6c1r7NC .item {
  cursor: pointer;
  margin-bottom: 1.4rem;
}
.cid-veT6c1r7NC .item-wrapper {
  position: relative;
  border-radius: 8px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  border: solid;
  border-width: thin;
  border-color: #888888;
}
@media (min-width: 992px) {
  .cid-veT6c1r7NC .item-wrapper .item-content {
    padding: 0.6rem 1.3rem 0;
  }
  .cid-veT6c1r7NC .item-wrapper .item-footer {
    padding: 0.6rem 0rem;
  }
}
.cid-veT6c1r7NC .mbr-section-btn {
  margin-top: auto !important;
  text-align: center !important;
}
.cid-veT6c1r7NC .mbr-section-title {
  color: #1b5279;
  font-weight: 600;
}
.cid-veT6c1r7NC .mbr-text,
.cid-veT6c1r7NC .mbr-section-btn {
  text-align: right;
  color: #2b4743;
}
.cid-veT6c1r7NC .item-title {
  text-align: center;
  font-weight: 600;
  color: #ffffff;
  padding: 0.45rem;
  width: auto;
  background: linear-gradient(261deg, #11877f 50%, #18708a 100%);
}
.cid-veT6c1r7NC b,
.cid-veT6c1r7NC strong {
  color: #118a7c !important;
}
.cid-veT6c1r7NC .btn {
  padding: 0.4rem 0rem;
  border-radius: 6px;
  margin-right: 4px;
  border-width: 1.5px;
  margin-left: 4px;
  width: 40%;
}
.cid-veT6c1r7NC .btn-primary {
  background: linear-gradient(261deg, #11877f 50%, #18708a 100%);
}
.cid-veT6c1r7NC .btn-primary-outline {
  color: #274c6a;
}
.cid-veT6c1r7NC .display-7 {
  margin-bottom: 0rem;
}
.cid-veT6c1r7NC h5 {
  margin-bottom: 0rem;
}
.cid-veT6c1r7NC .mt-1 {
  margin-top: 0rem !important;
}
.cid-veT6c1r7NC .mt-3 {
  margin-top: 0rem !important;
  padding-top: 1rem !important;
}
.cid-veT6c1r7NC .mbr-section-subtitle {
  color: #1d3659;
}
.cid-veT6c1r7NC .mbr-text {
  background: white;
  padding-right: 1.4rem;
}
.cid-veT6c1r7NC .item-content {
  padding: 0rem !important;
}
.cid-veT6c1r7NC .item-footer {
  padding: 1rem;
  padding-top: 0.5rem;
}
.cid-veT6c1r7NC .mt-4 {
  margin-top: 2rem !important;
}
@media (max-width: 767px) {
  .cid-veT6c1r7NC .item-wrapper {
    width: 80%;
    margin: auto;
    height: fit-content;
  }
  .cid-veT6c1r7NC .btn {
    width: 45%;
    font-size: 0.8rem;
  }
  .cid-veT6c1r7NC .item-title {
    font-size: 0.9rem;
  }
  .cid-veT6c1r7NC .mbr-text {
    font-size: 0.8rem;
  }
  .cid-veT6c1r7NC .display-2 {
    width: 88%;
  }
  .cid-veT6c1r7NC img,
  .cid-veT6c1r7NC .item-img {
    height: 160px;
  }
}
.cid-veT6c2MuNU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #deedf0;
}
.cid-veT6c2MuNU .mbr-fallback-image.disabled {
  display: none;
}
.cid-veT6c2MuNU .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-veT6c2MuNU .image-wrapper {
    margin-bottom: 1rem;
    display: none;
  }
  .cid-veT6c2MuNU .col-12 {
    flex: 0 0 auto;
    width: 76%;
  }
}
@media (min-width: 768px) {
  .cid-veT6c2MuNU .image-wrapper1 {
    margin-bottom: 1rem;
    display: none;
  }
}
.cid-veT6c2MuNU .row {
  flex-direction: row-reverse;
}
.cid-veT6c2MuNU img {
  width: 100%;
  border: solid;
  border-width: thin;
  border-color: #888888;
}
.cid-veT6c2MuNU .col-12 {
  padding: 0rem;
}
.cid-veT6c3Kefa {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-veT6c3Kefa .mbr-section-subtitle {
  text-align: center;
}
.cid-veT6c3Kefa .mbr-text {
  text-align: center;
  color: #13508a;
}
.cid-veT6c4yGqs {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-veT6c4yGqs .mbr-fallback-image.disabled {
  display: none;
}
.cid-veT6c4yGqs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-veT6c4yGqs img {
    width: 82%;
    margin-bottom: 0.544rem !important;
  }
}
.cid-veT6c4yGqs .row {
  flex-direction: row-reverse;
}
.cid-veT6c4yGqs img {
  object-fit: cover;
  border-radius: 8px;
  margin: auto;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-veT6c4yGqs .col-lg-6 {
    flex: 0 0 auto;
    width: 33%;
    margin: auto;
  }
}
.cid-veT6c5KN4c {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-veT6c5KN4c .media-container-row .mbr-text {
  color: #232323;
  font-family: Arial, Helvetica, sans-serif;
}
.cid-veT6zn4jDl {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-veT6zn4jDl nav.navbar {
  position: fixed;
}
.cid-veT6zn4jDl .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veT6zn4jDl .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-veT6zn4jDl .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-veT6zn4jDl .dropdown-item:hover,
.cid-veT6zn4jDl .dropdown-item:focus {
  background: #11877f !important;
  color: white !important;
}
.cid-veT6zn4jDl .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-veT6zn4jDl .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-veT6zn4jDl .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-veT6zn4jDl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-veT6zn4jDl .nav-link {
  position: relative;
}
.cid-veT6zn4jDl .container {
  display: flex;
  margin: auto;
}
.cid-veT6zn4jDl .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-veT6zn4jDl .dropdown-menu,
.cid-veT6zn4jDl .navbar.opened {
  background: #ffffff !important;
}
.cid-veT6zn4jDl .nav-item:focus,
.cid-veT6zn4jDl .nav-link:focus {
  outline: none;
}
.cid-veT6zn4jDl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veT6zn4jDl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veT6zn4jDl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veT6zn4jDl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veT6zn4jDl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-veT6zn4jDl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-veT6zn4jDl .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-veT6zn4jDl .navbar.opened {
  transition: all 0.3s;
}
.cid-veT6zn4jDl .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-veT6zn4jDl .navbar .navbar-logo img {
  width: auto;
}
.cid-veT6zn4jDl .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-veT6zn4jDl .navbar.collapsed {
  justify-content: center;
}
.cid-veT6zn4jDl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-veT6zn4jDl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-veT6zn4jDl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-veT6zn4jDl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-veT6zn4jDl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-veT6zn4jDl .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-veT6zn4jDl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-veT6zn4jDl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-veT6zn4jDl .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-veT6zn4jDl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veT6zn4jDl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veT6zn4jDl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veT6zn4jDl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veT6zn4jDl .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-veT6zn4jDl .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-veT6zn4jDl .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-veT6zn4jDl .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veT6zn4jDl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0rem;
  }
  .cid-veT6zn4jDl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veT6zn4jDl .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-veT6zn4jDl .navbar.navbar-short {
  min-height: 60px;
}
.cid-veT6zn4jDl .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-veT6zn4jDl .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-veT6zn4jDl .navbar-brand {
  min-height: 60px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-veT6zn4jDl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veT6zn4jDl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-veT6zn4jDl .dropdown-item.active,
.cid-veT6zn4jDl .dropdown-item:active {
  background-color: transparent;
}
.cid-veT6zn4jDl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veT6zn4jDl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veT6zn4jDl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veT6zn4jDl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-veT6zn4jDl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-veT6zn4jDl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-veT6zn4jDl ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-veT6zn4jDl .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-veT6zn4jDl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-veT6zn4jDl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-veT6zn4jDl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-veT6zn4jDl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veT6zn4jDl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veT6zn4jDl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veT6zn4jDl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veT6zn4jDl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veT6zn4jDl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veT6zn4jDl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veT6zn4jDl .navbar-dropdown {
  padding: 0 0rem;
  position: fixed;
}
.cid-veT6zn4jDl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veT6zn4jDl .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-veT6zn4jDl .navbar {
    height: 70px;
  }
  .cid-veT6zn4jDl .navbar.opened {
    height: auto;
  }
  .cid-veT6zn4jDl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veT6zn4jDl .navbar-logo {
  margin-right: 0.5rem;
}
.cid-veT6zn4jDl .btn {
  border-radius: 10px;
  box-shadow: 0px 0px 5px 1px #e8e8e8;
}
.cid-veT6zn4jDl .btn-primary {
  background: linear-gradient(261deg, #11877f 50%, #18708a 100%);
}
.cid-veT6znP35h {
  padding-top: 0.44rem;
  padding-bottom: 0.44rem;
  background: #13508a;
}
.cid-veT6znP35h .mbr-section-subtitle {
  text-align: center;
}
.cid-veT6znP35h .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-veT6znP35h p {
  margin-top: 0;
  margin-bottom: 0rem;
}
@media (max-width: 767px) {
  .cid-veT6znP35h .mbr-text {
    font-size: 0.8rem !important;
  }
}
.cid-veTKsTdKQF {
  padding-top: 0.432rem;
  padding-bottom: 0.288rem;
  background: #fafcfc;
  border-bottom: solid 1px #a4aeb9;
}
.cid-veTKsTdKQF .mbr-section-subtitle {
  text-align: center;
}
.cid-veTKsTdKQF .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-veTKsTdKQF p {
  margin-top: 0;
  margin-bottom: 0rem;
}
@media (max-width: 767px) {
  .cid-veTKsTdKQF .mbr-text {
    font-size: 0.8rem !important;
  }
}
@media (max-width: 991px) {
  .cid-veTKsTdKQF {
    padding-top: 0.544rem !important;
  }
}
.cid-veTKsTdKQF .align-left {
  float: left;
  color: #19519a;
  font-size: 0.9rem;
  font-weight: 600;
}
.cid-veTKsTdKQF .align-right {
  float: right;
  color: #19519a;
  font-size: 0.9rem;
  font-weight: 600;
}
.cid-veT6zp20D4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: solid 1px #a4aeb9;
  background-size: cover;
  background-image: url("../../../assets/images/8b4030d6-72db-4fd0-ab51-04145f77b14h3-71.jpg");
}
.cid-veT6zp20D4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veT6zp20D4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veT6zp20D4 .content-wrapper {
  background: #ffffffec;
  border-radius: 13px;
  border: solid 1px #a4aeb9;
  background-size: cover;
}
@media (max-width: 991px) {
  .cid-veT6zp20D4 .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-veT6zp20D4 .content-wrapper .image-wrapper {
    margin-bottom: 0.744rem;
  }
}
@media (max-width: 767px) {
  .cid-veT6zp20D4 .content-wrapper {
    padding: 0.44rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-veT6zp20D4 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-veT6zp20D4 .content-wrapper {
    padding: 5rem;
  }
  .cid-veT6zp20D4 .content-wrapper .text-wrapper {
    padding-left: 3rem;
  }
}
@media (min-width: 768px) {
  .cid-veT6zp20D4 .col-md-4 {
    width: 76% !important;
  }
}
.cid-veT6zp20D4 .mbr-section-title {
  line-height: 1.4;
  color: #13508a;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-veT6zp20D4 {
    padding-top: 1.88rem;
    padding-bottom: 2rem;
  }
  .cid-veT6zp20D4 .col-lg-6 {
    flex: 0 0 auto;
    width: 55%;
  }
  .cid-veT6zp20D4 .btn {
    border-radius: 10px;
    padding: 0.6rem 1.8rem ;
    margin: 0.3rem;
    border: solid 2px #ffffff !important;
  }
  .cid-veT6zp20D4 .image-wrapper {
    padding: 0rem;
    margin-left: 20px;
    margin-right: 0px;
  }
  .cid-veT6zp20D4 img,
  .cid-veT6zp20D4 iframe {
    display: block;
    width: 160px;
    border-radius: 8px;
  }
  .cid-veT6zp20D4 .container {
    padding: 0rem !important;
  }
  .cid-veT6zp20D4 .col-lg-4 {
    flex: 0 0 auto;
    width: 20.3333333333%;
  }
  .cid-veT6zp20D4 .col-md {
    flex: none;
  }
}
@media (max-width: 991px) {
  .cid-veT6zp20D4 {
    padding-bottom: 2rem;
    padding-top: 1.544rem;
  }
  .cid-veT6zp20D4 .col-md {
    flex: 1 0 auto;
  }
  .cid-veT6zp20D4 .btn {
    width: 64%;
    border-radius: 8px;
    padding: 0.4rem 1.44rem;
    margin: 0.2rem;
    font-size: 0.8rem;
    border: solid 2px #ffffff !important;
  }
  .cid-veT6zp20D4 .w-100 {
    width: 94% !important;
    margin: auto;
    height: 216px;
    object-fit: cover;
  }
  .cid-veT6zp20D4 .image-wrapper {
    padding: 0rem;
  }
  .cid-veT6zp20D4 .mt-3 {
    margin-top: 0.844rem !important;
  }
  .cid-veT6zp20D4 .content-wrapper {
    margin: auto;
    border-radius: 13px;
    width: 88% !important;
    padding-top: 4.44rem;
    padding-bottom: 3.44rem;
  }
  .cid-veT6zp20D4 img,
  .cid-veT6zp20D4 iframe {
    display: block;
    width: 144px;
    margin: auto;
    padding: 1rem;
  }
  .cid-veT6zp20D4 .mbr-text,
  .cid-veT6zp20D4 .mbr-section-btn {
    text-align: center !important;
  }
  .cid-veT6zp20D4 .card-title {
    text-align: center !important;
  }
  .cid-veT6zp20D4 b,
  .cid-veT6zp20D4 strong {
    font-size: 1.22rem;
  }
  .cid-veT6zp20D4 .display-2 {
    font-size: 1rem;
  }
  .cid-veT6zp20D4 .display-5 {
    line-height: 1;
  }
}
.cid-veT6zp20D4 .mbr-text,
.cid-veT6zp20D4 .mbr-section-btn {
  color: #19519a;
  text-align: right;
}
.cid-veT6zp20D4 .mt-3 {
  margin-top: 0.44rem !important;
}
.cid-veT6zp20D4 p {
  margin-bottom: 0rem;
}
.cid-veT6zp20D4 .mb-3 {
  margin-bottom: 0rem !important;
}
.cid-veT6zp20D4 .mb-4 {
  margin-bottom: 0rem !important;
}
.cid-veT6zp20D4 .card-title {
  margin-bottom: 0rem !important;
  text-align: right;
  color: #19519a;
}
.cid-veT6zp20D4 .btn-primary {
  background: linear-gradient(261deg, #11877f 50%, #18708a 100%);
}
.cid-veT6zq04OW {
  padding-top: 2.4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
  direction: rtl;
}
.cid-veT6zq04OW img,
.cid-veT6zq04OW .item-img {
  width: 100%;
  object-fit: cover;
  height: 140px;
}
.cid-veT6zq04OW .item:focus,
.cid-veT6zq04OW span:focus {
  outline: none;
}
.cid-veT6zq04OW .item {
  cursor: pointer;
  margin-bottom: 1.4rem;
}
.cid-veT6zq04OW .item-wrapper {
  position: relative;
  border-radius: 8px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  border: solid;
  border-width: thin;
  border-color: #888888;
}
@media (min-width: 992px) {
  .cid-veT6zq04OW .item-wrapper .item-content {
    padding: 0.6rem 1.3rem 0;
  }
  .cid-veT6zq04OW .item-wrapper .item-footer {
    padding: 0.6rem 0rem;
  }
}
.cid-veT6zq04OW .mbr-section-btn {
  margin-top: auto !important;
  text-align: center !important;
}
.cid-veT6zq04OW .mbr-section-title {
  color: #1b5279;
  font-weight: 600;
}
.cid-veT6zq04OW .mbr-text,
.cid-veT6zq04OW .mbr-section-btn {
  text-align: right;
  color: #2b4743;
}
.cid-veT6zq04OW .item-title {
  text-align: center;
  font-weight: 600;
  color: #ffffff;
  padding: 0.45rem;
  width: auto;
  background: linear-gradient(261deg, #11877f 50%, #18708a 100%);
}
.cid-veT6zq04OW b,
.cid-veT6zq04OW strong {
  color: #118a7c !important;
}
.cid-veT6zq04OW .btn {
  padding: 0.4rem 0rem;
  border-radius: 6px;
  margin-right: 4px;
  border-width: 1.5px;
  margin-left: 4px;
  width: 40%;
}
.cid-veT6zq04OW .btn-primary {
  background: linear-gradient(261deg, #11877f 50%, #18708a 100%);
}
.cid-veT6zq04OW .btn-primary-outline {
  color: #274c6a;
}
.cid-veT6zq04OW .display-7 {
  margin-bottom: 0rem;
}
.cid-veT6zq04OW h5 {
  margin-bottom: 0rem;
}
.cid-veT6zq04OW .mt-1 {
  margin-top: 0rem !important;
}
.cid-veT6zq04OW .mt-3 {
  margin-top: 0rem !important;
  padding-top: 1rem !important;
}
.cid-veT6zq04OW .mbr-section-subtitle {
  color: #1d3659;
}
.cid-veT6zq04OW .mbr-text {
  background: white;
  padding-right: 1.4rem;
}
.cid-veT6zq04OW .item-content {
  padding: 0rem !important;
}
.cid-veT6zq04OW .item-footer {
  padding: 1rem;
  padding-top: 0.5rem;
}
.cid-veT6zq04OW .mt-4 {
  margin-top: 2rem !important;
}
@media (max-width: 767px) {
  .cid-veT6zq04OW .item-wrapper {
    width: 80%;
    margin: auto;
    height: fit-content;
  }
  .cid-veT6zq04OW .btn {
    width: 45%;
    font-size: 0.8rem;
  }
  .cid-veT6zq04OW .item-title {
    font-size: 0.9rem;
  }
  .cid-veT6zq04OW .mbr-text {
    font-size: 0.8rem;
  }
  .cid-veT6zq04OW .display-2 {
    width: 88%;
  }
  .cid-veT6zq04OW img,
  .cid-veT6zq04OW .item-img {
    height: 160px;
  }
}
.cid-veT6zrtAzZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #deedf0;
}
.cid-veT6zrtAzZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-veT6zrtAzZ .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-veT6zrtAzZ .image-wrapper {
    margin-bottom: 1rem;
    display: none;
  }
  .cid-veT6zrtAzZ .col-12 {
    flex: 0 0 auto;
    width: 76%;
  }
}
@media (min-width: 768px) {
  .cid-veT6zrtAzZ .image-wrapper1 {
    margin-bottom: 1rem;
    display: none;
  }
}
.cid-veT6zrtAzZ .row {
  flex-direction: row-reverse;
}
.cid-veT6zrtAzZ img {
  width: 100%;
  border: solid;
  border-width: thin;
  border-color: #888888;
}
.cid-veT6zrtAzZ .col-12 {
  padding: 0rem;
}
.cid-veT6zsmDFR {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-veT6zsmDFR .mbr-section-subtitle {
  text-align: center;
}
.cid-veT6zsmDFR .mbr-text {
  text-align: center;
  color: #13508a;
}
.cid-veT6zt62ON {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-veT6zt62ON .mbr-fallback-image.disabled {
  display: none;
}
.cid-veT6zt62ON .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-veT6zt62ON img {
    width: 82%;
    margin-bottom: 0.544rem !important;
  }
}
.cid-veT6zt62ON .row {
  flex-direction: row-reverse;
}
.cid-veT6zt62ON img {
  object-fit: cover;
  border-radius: 8px;
  margin: auto;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-veT6zt62ON .col-lg-6 {
    flex: 0 0 auto;
    width: 33%;
    margin: auto;
  }
}
.cid-veT6zu67OU {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-veT6zu67OU .media-container-row .mbr-text {
  color: #232323;
  font-family: Arial, Helvetica, sans-serif;
}
.cid-vboeHneV5g {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vboeHneV5g nav.navbar {
  position: fixed;
}
.cid-vboeHneV5g .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vboeHneV5g .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vboeHneV5g .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vboeHneV5g .dropdown-item:hover,
.cid-vboeHneV5g .dropdown-item:focus {
  background: #11877f !important;
  color: white !important;
}
.cid-vboeHneV5g .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vboeHneV5g .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vboeHneV5g .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vboeHneV5g .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vboeHneV5g .nav-link {
  position: relative;
}
.cid-vboeHneV5g .container {
  display: flex;
  margin: auto;
}
.cid-vboeHneV5g .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vboeHneV5g .dropdown-menu,
.cid-vboeHneV5g .navbar.opened {
  background: #ffffff !important;
}
.cid-vboeHneV5g .nav-item:focus,
.cid-vboeHneV5g .nav-link:focus {
  outline: none;
}
.cid-vboeHneV5g .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vboeHneV5g .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vboeHneV5g .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vboeHneV5g .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vboeHneV5g .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vboeHneV5g .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vboeHneV5g .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-vboeHneV5g .navbar.opened {
  transition: all 0.3s;
}
.cid-vboeHneV5g .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vboeHneV5g .navbar .navbar-logo img {
  width: auto;
}
.cid-vboeHneV5g .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vboeHneV5g .navbar.collapsed {
  justify-content: center;
}
.cid-vboeHneV5g .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vboeHneV5g .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vboeHneV5g .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-vboeHneV5g .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vboeHneV5g .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vboeHneV5g .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vboeHneV5g .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vboeHneV5g .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vboeHneV5g .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vboeHneV5g .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vboeHneV5g .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vboeHneV5g .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vboeHneV5g .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vboeHneV5g .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vboeHneV5g .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vboeHneV5g .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vboeHneV5g .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vboeHneV5g .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0rem;
  }
  .cid-vboeHneV5g .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vboeHneV5g .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vboeHneV5g .navbar.navbar-short {
  min-height: 60px;
}
.cid-vboeHneV5g .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vboeHneV5g .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vboeHneV5g .navbar-brand {
  min-height: 60px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vboeHneV5g .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vboeHneV5g .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vboeHneV5g .dropdown-item.active,
.cid-vboeHneV5g .dropdown-item:active {
  background-color: transparent;
}
.cid-vboeHneV5g .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vboeHneV5g .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vboeHneV5g .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vboeHneV5g .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vboeHneV5g .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vboeHneV5g .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vboeHneV5g ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vboeHneV5g .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vboeHneV5g button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vboeHneV5g button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-vboeHneV5g button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vboeHneV5g button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vboeHneV5g button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vboeHneV5g button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vboeHneV5g nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vboeHneV5g nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vboeHneV5g nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vboeHneV5g nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vboeHneV5g .navbar-dropdown {
  padding: 0 0rem;
  position: fixed;
}
.cid-vboeHneV5g a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vboeHneV5g .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vboeHneV5g .navbar {
    height: 70px;
  }
  .cid-vboeHneV5g .navbar.opened {
    height: auto;
  }
  .cid-vboeHneV5g .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vboeHneV5g .navbar-logo {
  margin-right: 0.5rem;
}
.cid-vboeHneV5g .btn {
  border-radius: 10px;
  box-shadow: 0px 0px 5px 1px #e8e8e8;
}
.cid-vboeHneV5g .btn-primary {
  background: linear-gradient(261deg, #11877f 50%, #18708a 100%);
}
.cid-vdlAKwLGbN {
  padding-top: 0.6rem;
  padding-bottom: 0.4rem;
  background: #13508a;
}
.cid-vdlAKwLGbN .mbr-section-subtitle {
  text-align: center;
}
.cid-vdlAKwLGbN .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-vdlAKwLGbN p {
  margin-top: 0;
  margin-bottom: 0rem;
}
@media (max-width: 767px) {
  .cid-vdlAKwLGbN .mbr-text {
    font-size: 0.8rem !important;
  }
}
.cid-vdlAxYOSpU {
  padding-top: 0.6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
  direction: rtl;
}
.cid-vdlAxYOSpU img,
.cid-vdlAxYOSpU .item-img {
  width: 100%;
  object-fit: cover;
  height: 140px;
}
.cid-vdlAxYOSpU .item:focus,
.cid-vdlAxYOSpU span:focus {
  outline: none;
}
.cid-vdlAxYOSpU .item {
  cursor: pointer;
  margin-bottom: 1.4rem;
}
.cid-vdlAxYOSpU .item-wrapper {
  position: relative;
  border-radius: 10px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  border: solid;
  border-width: thin;
  border-color: #888888;
}
@media (min-width: 992px) {
  .cid-vdlAxYOSpU .item-wrapper .item-content {
    padding: 0.6rem 1.3rem 0;
  }
  .cid-vdlAxYOSpU .item-wrapper .item-footer {
    padding: 0.6rem 0rem;
  }
}
.cid-vdlAxYOSpU .mbr-section-btn {
  margin-top: auto !important;
  text-align: center !important;
}
.cid-vdlAxYOSpU .mbr-section-title {
  color: #1b5279;
  font-weight: 600;
}
.cid-vdlAxYOSpU .mbr-text,
.cid-vdlAxYOSpU .mbr-section-btn {
  text-align: right;
  color: #2b4743;
}
.cid-vdlAxYOSpU .item-title {
  text-align: center;
  font-weight: 600;
  color: #ffffff;
  padding: 0.4rem;
  width: auto;
  background-color: #184a6e;
  border-bottom: solid 4pX #27a5ac;
}
.cid-vdlAxYOSpU b,
.cid-vdlAxYOSpU strong {
  color: #118a7c !important;
}
.cid-vdlAxYOSpU .btn {
  padding: 0.4rem 0rem;
  border-radius: 6px;
  margin-right: 4px;
  border-width: 1.5px;
  margin-left: 4px;
  width: 40%;
}
.cid-vdlAxYOSpU .btn-primary {
  background: linear-gradient(261deg, #11877f 50%, #18708a 100%);
}
.cid-vdlAxYOSpU .btn-primary-outline {
  color: #274c6a;
}
.cid-vdlAxYOSpU .display-7 {
  margin-bottom: 0rem;
}
.cid-vdlAxYOSpU h5 {
  margin-bottom: 0rem;
}
.cid-vdlAxYOSpU .mt-1 {
  margin-top: 0rem !important;
}
.cid-vdlAxYOSpU .mt-3 {
  margin-top: 0rem !important;
  padding-top: 1rem !important;
}
.cid-vdlAxYOSpU .mbr-section-subtitle {
  color: #1d3659;
}
.cid-vdlAxYOSpU .mbr-text {
  background: white;
  padding-right: 1.4rem;
}
.cid-vdlAxYOSpU .item-content {
  padding: 0rem !important;
}
.cid-vdlAxYOSpU .item-footer {
  padding: 1rem;
  padding-top: 0.5rem;
}
.cid-vdlAxYOSpU .display-2 {
  font-size: 1.3rem;
  line-height: 1.5;
  padding: 1rem;
  font-weight: 600;
  margin: auto;
}
.cid-vdlAxYOSpU .mbr-section-head {
  background: linear-gradient(90deg, #ffffff 0%, #f3f9f9 20%, #f3f9f9 80%, #ffffff 100%);
  border-top: solid 1px #c3dbdd;
  border-bottom: solid 1px #c3dbdd;
}
.cid-vdlAxYOSpU .mt-4 {
  margin-top: 2rem !important;
}
@media (max-width: 767px) {
  .cid-vdlAxYOSpU .item-wrapper {
    width: 84%;
    margin: auto;
    height: fit-content;
  }
  .cid-vdlAxYOSpU .btn {
    width: 45%;
    font-size: 0.8rem;
  }
  .cid-vdlAxYOSpU .item-title {
    font-size: 0.9rem;
  }
  .cid-vdlAxYOSpU .mbr-text {
    font-size: 0.8rem;
  }
  .cid-vdlAxYOSpU .display-2 {
    font-size: 1.1rem;
  }
  .cid-vdlAxYOSpU img,
  .cid-vdlAxYOSpU .item-img {
    height: 160px;
  }
  .cid-vdlAxYOSpU .align-left {
    font-size: 0.844rem;
  }
  .cid-vdlAxYOSpU .align-right {
    font-size: 0.844rem;
  }
}
.cid-vdlAxYOSpU .align-left {
  float: left;
  color: #4c7dc7;
  font-weight: 600;
}
.cid-vdlAxYOSpU .align-right {
  float: right;
  color: #4c7dc7;
  font-weight: 600;
}
.cid-vdlAxYOSpU .container1 {
  padding-bottom: 1.44rem;
}
.cid-v9BkgWYVsi {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-v9BkgWYVsi .media-container-row .mbr-text {
  color: #232323;
  font-family: Arial, Helvetica, sans-serif;
}
.cid-vdlCHMzYJp {
  direction: rtl;
}
.cid-vdlCHMzYJp .modal-dialog {
  height: auto;
}
.cid-vdlCHMzYJp .hidden {
  display: none;
}
.cid-vdlCHMzYJp .btn {
  padding: 0.544rem 0.44rem;
  border-width: 1px;
  margin: 0.3rem 0.3rem;
  border-radius: 6px;
  box-shadow: 0px 0px 5px 1px #e8e8e8;
  border-color: #b8b8b8;
  color: #464646;
  width: 45%;
  justify-content: right;
  font-size: 0.744rem;
}
.cid-vdlCHMzYJp strong {
  color: #179685;
}
.cid-vdlCHMzYJp H5 {
  text-align: left;
  color: #ffffff;
}
.cid-vdlCHMzYJp .modal-header {
  background: linear-gradient(261deg, #11877f 50%, #18708a 100%);
}
.cid-vdlCHMzYJp a {
  color: #ffffff;
  font-size: 1.7rem;
}
