.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-veTIX9qrDJ {
  padding-top: 0.432rem;
  padding-bottom: 0.288rem;
  background: #fafcfc;
  border-bottom: solid 1px #a4aeb9;
}
.cid-veTIX9qrDJ .mbr-section-subtitle {
  text-align: center;
}
.cid-veTIX9qrDJ .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-veTIX9qrDJ p {
  margin-top: 0;
  margin-bottom: 0rem;
}
@media (max-width: 767px) {
  .cid-veTIX9qrDJ .mbr-text {
    font-size: 0.8rem !important;
  }
}
@media (max-width: 991px) {
  .cid-veTIX9qrDJ {
    padding-top: 0.544rem !important;
  }
}
.cid-veTIX9qrDJ .align-left {
  float: left;
  color: #19519a;
  font-size: 0.9rem;
  font-weight: 600;
}
.cid-veTIX9qrDJ .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-veTGY3bPaU {
  padding-top: 3.08rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
  direction: rtl;
}
.cid-veTGY3bPaU img,
.cid-veTGY3bPaU .item-img {
  width: 100%;
  object-fit: cover;
  height: 140px;
}
.cid-veTGY3bPaU .item:focus,
.cid-veTGY3bPaU span:focus {
  outline: none;
}
.cid-veTGY3bPaU .item {
  cursor: pointer;
  margin-bottom: 1.4rem;
}
.cid-veTGY3bPaU .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-veTGY3bPaU .item-wrapper .item-content {
    padding: 0.6rem 1.3rem 0;
  }
  .cid-veTGY3bPaU .item-wrapper .item-footer {
    padding: 0.6rem 0rem;
  }
}
.cid-veTGY3bPaU .mbr-section-btn {
  margin-top: auto !important;
  text-align: center !important;
}
.cid-veTGY3bPaU .mbr-section-title {
  color: #1b5279;
  font-weight: 600;
}
.cid-veTGY3bPaU .mbr-text,
.cid-veTGY3bPaU .mbr-section-btn {
  text-align: right;
  color: #2b4743;
}
.cid-veTGY3bPaU .item-title {
  text-align: center;
  font-weight: 600;
  color: #ffffff;
  padding: 0.45rem;
  width: auto;
  background: linear-gradient(261deg, #11877f 50%, #18708a 100%);
}
.cid-veTGY3bPaU b,
.cid-veTGY3bPaU strong {
  color: #118a7c !important;
}
.cid-veTGY3bPaU .btn {
  padding: 0.4rem 0rem;
  border-radius: 6px;
  margin-right: 4px;
  border-width: 1.5px;
  margin-left: 4px;
  width: 40%;
}
.cid-veTGY3bPaU .btn-primary {
  background: linear-gradient(261deg, #11877f 50%, #18708a 100%);
}
.cid-veTGY3bPaU .btn-primary-outline {
  color: #274c6a;
}
.cid-veTGY3bPaU .display-7 {
  margin-bottom: 0rem;
}
.cid-veTGY3bPaU h5 {
  margin-bottom: 0rem;
}
.cid-veTGY3bPaU .mt-1 {
  margin-top: 0rem !important;
}
.cid-veTGY3bPaU .mt-3 {
  margin-top: 0rem !important;
  padding-top: 1rem !important;
}
.cid-veTGY3bPaU .mbr-section-subtitle {
  color: #1d3659;
}
.cid-veTGY3bPaU .mbr-text {
  background: white;
  padding-right: 1.4rem;
}
.cid-veTGY3bPaU .item-content {
  padding: 0rem !important;
}
.cid-veTGY3bPaU .item-footer {
  padding: 1rem;
  padding-top: 0.5rem;
}
.cid-veTGY3bPaU .display-2 {
  font-size: 1.3rem;
  line-height: 1.5;
  padding: 1rem;
  font-weight: 600;
  margin: auto;
}
.cid-veTGY3bPaU .mt-4 {
  margin-top: 2rem !important;
}
@media (max-width: 767px) {
  .cid-veTGY3bPaU .item-wrapper {
    width: 80%;
    margin: auto;
    height: fit-content;
  }
  .cid-veTGY3bPaU .btn {
    width: 45%;
    font-size: 0.8rem;
  }
  .cid-veTGY3bPaU .item-title {
    font-size: 0.9rem;
  }
  .cid-veTGY3bPaU .mbr-text {
    font-size: 0.8rem;
  }
  .cid-veTGY3bPaU .display-2 {
    font-size: 1.1rem;
  }
  .cid-veTGY3bPaU img,
  .cid-veTGY3bPaU .item-img {
    height: 160px;
  }
  .cid-veTGY3bPaU .align-left {
    font-size: 0.844rem;
  }
  .cid-veTGY3bPaU .align-right {
    font-size: 0.844rem;
  }
}
.cid-veTGY3bPaU .container1 {
  padding-bottom: 1.44rem;
}
.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: 3rem;
  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-veTw5dMHfh {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-veTw5dMHfh nav.navbar {
  position: fixed;
}
.cid-veTw5dMHfh .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-veTw5dMHfh .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-veTw5dMHfh .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-veTw5dMHfh .dropdown-item:hover,
.cid-veTw5dMHfh .dropdown-item:focus {
  background: #11877f !important;
  color: white !important;
}
.cid-veTw5dMHfh .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-veTw5dMHfh .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-veTw5dMHfh .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-veTw5dMHfh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-veTw5dMHfh .nav-link {
  position: relative;
}
.cid-veTw5dMHfh .container {
  display: flex;
  margin: auto;
}
.cid-veTw5dMHfh .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-veTw5dMHfh .dropdown-menu,
.cid-veTw5dMHfh .navbar.opened {
  background: #ffffff !important;
}
.cid-veTw5dMHfh .nav-item:focus,
.cid-veTw5dMHfh .nav-link:focus {
  outline: none;
}
.cid-veTw5dMHfh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veTw5dMHfh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veTw5dMHfh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veTw5dMHfh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veTw5dMHfh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-veTw5dMHfh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-veTw5dMHfh .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-veTw5dMHfh .navbar.opened {
  transition: all 0.3s;
}
.cid-veTw5dMHfh .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-veTw5dMHfh .navbar .navbar-logo img {
  width: auto;
}
.cid-veTw5dMHfh .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-veTw5dMHfh .navbar.collapsed {
  justify-content: center;
}
.cid-veTw5dMHfh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-veTw5dMHfh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-veTw5dMHfh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-veTw5dMHfh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-veTw5dMHfh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-veTw5dMHfh .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-veTw5dMHfh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-veTw5dMHfh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-veTw5dMHfh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-veTw5dMHfh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veTw5dMHfh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veTw5dMHfh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veTw5dMHfh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veTw5dMHfh .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-veTw5dMHfh .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-veTw5dMHfh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-veTw5dMHfh .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veTw5dMHfh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0rem;
  }
  .cid-veTw5dMHfh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veTw5dMHfh .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-veTw5dMHfh .navbar.navbar-short {
  min-height: 60px;
}
.cid-veTw5dMHfh .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-veTw5dMHfh .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-veTw5dMHfh .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-veTw5dMHfh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veTw5dMHfh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-veTw5dMHfh .dropdown-item.active,
.cid-veTw5dMHfh .dropdown-item:active {
  background-color: transparent;
}
.cid-veTw5dMHfh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veTw5dMHfh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veTw5dMHfh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veTw5dMHfh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-veTw5dMHfh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-veTw5dMHfh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-veTw5dMHfh ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-veTw5dMHfh .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-veTw5dMHfh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-veTw5dMHfh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-veTw5dMHfh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-veTw5dMHfh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veTw5dMHfh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veTw5dMHfh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veTw5dMHfh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veTw5dMHfh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veTw5dMHfh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veTw5dMHfh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veTw5dMHfh .navbar-dropdown {
  padding: 0 0rem;
  position: fixed;
}
.cid-veTw5dMHfh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veTw5dMHfh .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-veTw5dMHfh .navbar {
    height: 70px;
  }
  .cid-veTw5dMHfh .navbar.opened {
    height: auto;
  }
  .cid-veTw5dMHfh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veTw5dMHfh .navbar-logo {
  margin-right: 0.5rem;
}
.cid-veTw5dMHfh .btn {
  border-radius: 10px;
  box-shadow: 0px 0px 5px 1px #e8e8e8;
}
.cid-veTw5dMHfh .btn-primary {
  background: linear-gradient(261deg, #11877f 50%, #18708a 100%);
}
.cid-veTw5euAqi {
  padding-top: 0.44rem;
  padding-bottom: 0.44rem;
  background: #13508a;
}
.cid-veTw5euAqi .mbr-section-subtitle {
  text-align: center;
}
.cid-veTw5euAqi .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-veTw5euAqi p {
  margin-top: 0;
  margin-bottom: 0rem;
}
@media (max-width: 767px) {
  .cid-veTw5euAqi .mbr-text {
    font-size: 0.8rem !important;
  }
}
.cid-veTJ12Gc6L {
  padding-top: 0.432rem;
  padding-bottom: 0.288rem;
  background: #fafcfc;
  border-bottom: solid 1px #a4aeb9;
}
.cid-veTJ12Gc6L .mbr-section-subtitle {
  text-align: center;
}
.cid-veTJ12Gc6L .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-veTJ12Gc6L p {
  margin-top: 0;
  margin-bottom: 0rem;
}
@media (max-width: 767px) {
  .cid-veTJ12Gc6L .mbr-text {
    font-size: 0.8rem !important;
  }
}
@media (max-width: 991px) {
  .cid-veTJ12Gc6L {
    padding-top: 0.544rem !important;
  }
}
.cid-veTJ12Gc6L .align-left {
  float: left;
  color: #19519a;
  font-size: 0.9rem;
  font-weight: 600;
}
.cid-veTJ12Gc6L .align-right {
  float: right;
  color: #19519a;
  font-size: 0.9rem;
  font-weight: 600;
}
.cid-veTw5fMpgk {
  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-veTw5fMpgk .mbr-fallback-image.disabled {
  display: none;
}
.cid-veTw5fMpgk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veTw5fMpgk .content-wrapper {
  background: #ffffffec;
  border-radius: 13px;
  border: solid 1px #a4aeb9;
  background-size: cover;
}
@media (max-width: 991px) {
  .cid-veTw5fMpgk .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-veTw5fMpgk .content-wrapper .image-wrapper {
    margin-bottom: 0.744rem;
  }
}
@media (max-width: 767px) {
  .cid-veTw5fMpgk .content-wrapper {
    padding: 0.44rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-veTw5fMpgk .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-veTw5fMpgk .content-wrapper {
    padding: 5rem;
  }
  .cid-veTw5fMpgk .content-wrapper .text-wrapper {
    padding-left: 3rem;
  }
}
@media (min-width: 768px) {
  .cid-veTw5fMpgk .col-md-4 {
    width: 76% !important;
  }
}
.cid-veTw5fMpgk .mbr-section-title {
  line-height: 1.4;
  color: #13508a;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-veTw5fMpgk {
    padding-top: 1.88rem;
    padding-bottom: 2rem;
  }
  .cid-veTw5fMpgk .col-lg-6 {
    flex: 0 0 auto;
    width: 55%;
  }
  .cid-veTw5fMpgk .btn {
    border-radius: 10px;
    padding: 0.6rem 1.8rem ;
    margin: 0.3rem;
    border: solid 2px #ffffff !important;
  }
  .cid-veTw5fMpgk .image-wrapper {
    padding: 0rem;
    margin-left: 20px;
    margin-right: 0px;
  }
  .cid-veTw5fMpgk img,
  .cid-veTw5fMpgk iframe {
    display: block;
    width: 160px;
    border-radius: 8px;
  }
  .cid-veTw5fMpgk .container {
    padding: 0rem !important;
  }
  .cid-veTw5fMpgk .col-lg-4 {
    flex: 0 0 auto;
    width: 20.3333333333%;
  }
  .cid-veTw5fMpgk .col-md {
    flex: none;
  }
}
@media (max-width: 991px) {
  .cid-veTw5fMpgk {
    padding-bottom: 2rem;
    padding-top: 1.544rem;
  }
  .cid-veTw5fMpgk .col-md {
    flex: 1 0 auto;
  }
  .cid-veTw5fMpgk .btn {
    width: 64%;
    border-radius: 8px;
    padding: 0.4rem 1.44rem;
    margin: 0.2rem;
    font-size: 0.8rem;
    border: solid 2px #ffffff !important;
  }
  .cid-veTw5fMpgk .w-100 {
    width: 94% !important;
    margin: auto;
    height: 216px;
    object-fit: cover;
  }
  .cid-veTw5fMpgk .image-wrapper {
    padding: 0rem;
  }
  .cid-veTw5fMpgk .mt-3 {
    margin-top: 0.844rem !important;
  }
  .cid-veTw5fMpgk .content-wrapper {
    margin: auto;
    border-radius: 13px;
    width: 88% !important;
    padding-top: 4.44rem;
    padding-bottom: 3.44rem;
  }
  .cid-veTw5fMpgk img,
  .cid-veTw5fMpgk iframe {
    display: block;
    width: 144px;
    margin: auto;
    padding: 1rem;
  }
  .cid-veTw5fMpgk .mbr-text,
  .cid-veTw5fMpgk .mbr-section-btn {
    text-align: center !important;
  }
  .cid-veTw5fMpgk .card-title {
    text-align: center !important;
  }
  .cid-veTw5fMpgk b,
  .cid-veTw5fMpgk strong {
    font-size: 1.22rem;
  }
  .cid-veTw5fMpgk .display-2 {
    font-size: 1rem;
  }
  .cid-veTw5fMpgk .display-5 {
    line-height: 1;
  }
}
.cid-veTw5fMpgk .mbr-text,
.cid-veTw5fMpgk .mbr-section-btn {
  color: #19519a;
  text-align: right;
}
.cid-veTw5fMpgk .mt-3 {
  margin-top: 0.44rem !important;
}
.cid-veTw5fMpgk p {
  margin-bottom: 0rem;
}
.cid-veTw5fMpgk .mb-3 {
  margin-bottom: 0rem !important;
}
.cid-veTw5fMpgk .mb-4 {
  margin-bottom: 0rem !important;
}
.cid-veTw5fMpgk .card-title {
  margin-bottom: 0rem !important;
  text-align: right;
  color: #19519a;
}
.cid-veTw5fMpgk .btn-primary {
  background: linear-gradient(261deg, #11877f 50%, #18708a 100%);
}
.cid-veTHr7kqzN {
  padding-top: 3.08rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
  direction: rtl;
}
.cid-veTHr7kqzN img,
.cid-veTHr7kqzN .item-img {
  width: 100%;
  object-fit: cover;
  height: 140px;
}
.cid-veTHr7kqzN .item:focus,
.cid-veTHr7kqzN span:focus {
  outline: none;
}
.cid-veTHr7kqzN .item {
  cursor: pointer;
  margin-bottom: 1.4rem;
}
.cid-veTHr7kqzN .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-veTHr7kqzN .item-wrapper .item-content {
    padding: 0.6rem 1.3rem 0;
  }
  .cid-veTHr7kqzN .item-wrapper .item-footer {
    padding: 0.6rem 0rem;
  }
}
.cid-veTHr7kqzN .mbr-section-btn {
  margin-top: auto !important;
  text-align: center !important;
}
.cid-veTHr7kqzN .mbr-section-title {
  color: #1b5279;
  font-weight: 600;
}
.cid-veTHr7kqzN .mbr-text,
.cid-veTHr7kqzN .mbr-section-btn {
  text-align: right;
  color: #2b4743;
}
.cid-veTHr7kqzN .item-title {
  text-align: center;
  font-weight: 600;
  color: #ffffff;
  padding: 0.45rem;
  width: auto;
  background: linear-gradient(261deg, #11877f 50%, #18708a 100%);
}
.cid-veTHr7kqzN b,
.cid-veTHr7kqzN strong {
  color: #118a7c !important;
}
.cid-veTHr7kqzN .btn {
  padding: 0.4rem 0rem;
  border-radius: 6px;
  margin-right: 4px;
  border-width: 1.5px;
  margin-left: 4px;
  width: 40%;
}
.cid-veTHr7kqzN .btn-primary {
  background: linear-gradient(261deg, #11877f 50%, #18708a 100%);
}
.cid-veTHr7kqzN .btn-primary-outline {
  color: #274c6a;
}
.cid-veTHr7kqzN .display-7 {
  margin-bottom: 0rem;
}
.cid-veTHr7kqzN h5 {
  margin-bottom: 0rem;
}
.cid-veTHr7kqzN .mt-1 {
  margin-top: 0rem !important;
}
.cid-veTHr7kqzN .mt-3 {
  margin-top: 0rem !important;
  padding-top: 1rem !important;
}
.cid-veTHr7kqzN .mbr-section-subtitle {
  color: #1d3659;
}
.cid-veTHr7kqzN .mbr-text {
  background: white;
  padding-right: 1.4rem;
}
.cid-veTHr7kqzN .item-content {
  padding: 0rem !important;
}
.cid-veTHr7kqzN .item-footer {
  padding: 1rem;
  padding-top: 0.5rem;
}
.cid-veTHr7kqzN .display-2 {
  font-size: 1.3rem;
  line-height: 1.5;
  padding: 1rem;
  font-weight: 600;
  margin: auto;
}
.cid-veTHr7kqzN .mt-4 {
  margin-top: 2rem !important;
}
@media (max-width: 767px) {
  .cid-veTHr7kqzN .item-wrapper {
    width: 80%;
    margin: auto;
    height: fit-content;
  }
  .cid-veTHr7kqzN .btn {
    width: 45%;
    font-size: 0.8rem;
  }
  .cid-veTHr7kqzN .item-title {
    font-size: 0.9rem;
  }
  .cid-veTHr7kqzN .mbr-text {
    font-size: 0.8rem;
  }
  .cid-veTHr7kqzN .display-2 {
    font-size: 1.1rem;
  }
  .cid-veTHr7kqzN img,
  .cid-veTHr7kqzN .item-img {
    height: 160px;
  }
  .cid-veTHr7kqzN .align-left {
    font-size: 0.844rem;
  }
  .cid-veTHr7kqzN .align-right {
    font-size: 0.844rem;
  }
}
.cid-veTHr7kqzN .container1 {
  padding-bottom: 1.44rem;
}
.cid-veTw5gJfty {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #deedf0;
}
.cid-veTw5gJfty .mbr-fallback-image.disabled {
  display: none;
}
.cid-veTw5gJfty .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-veTw5gJfty .image-wrapper {
    margin-bottom: 1rem;
    display: none;
  }
  .cid-veTw5gJfty .col-12 {
    flex: 0 0 auto;
    width: 76%;
  }
}
@media (min-width: 768px) {
  .cid-veTw5gJfty .image-wrapper1 {
    margin-bottom: 1rem;
    display: none;
  }
}
.cid-veTw5gJfty .row {
  flex-direction: row-reverse;
}
.cid-veTw5gJfty img {
  width: 100%;
  border: solid;
  border-width: thin;
  border-color: #888888;
}
.cid-veTw5gJfty .col-12 {
  padding: 0rem;
}
.cid-veTw5hvW3t {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-veTw5hvW3t .mbr-section-subtitle {
  text-align: center;
}
.cid-veTw5hvW3t .mbr-text {
  text-align: center;
  color: #13508a;
}
.cid-veTw5i9ejz {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-veTw5i9ejz .mbr-fallback-image.disabled {
  display: none;
}
.cid-veTw5i9ejz .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-veTw5i9ejz img {
    width: 82%;
    margin-bottom: 0.544rem !important;
  }
}
.cid-veTw5i9ejz .row {
  flex-direction: row-reverse;
}
.cid-veTw5i9ejz img {
  object-fit: cover;
  border-radius: 8px;
  margin: auto;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-veTw5i9ejz .col-lg-6 {
    flex: 0 0 auto;
    width: 33%;
    margin: auto;
  }
}
.cid-veTw5jiipC {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-veTw5jiipC .media-container-row .mbr-text {
  color: #232323;
  font-family: Arial, Helvetica, sans-serif;
}
.cid-veTxKKGhFF {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-veTxKKGhFF nav.navbar {
  position: fixed;
}
.cid-veTxKKGhFF .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-veTxKKGhFF .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-veTxKKGhFF .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-veTxKKGhFF .dropdown-item:hover,
.cid-veTxKKGhFF .dropdown-item:focus {
  background: #11877f !important;
  color: white !important;
}
.cid-veTxKKGhFF .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-veTxKKGhFF .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-veTxKKGhFF .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-veTxKKGhFF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-veTxKKGhFF .nav-link {
  position: relative;
}
.cid-veTxKKGhFF .container {
  display: flex;
  margin: auto;
}
.cid-veTxKKGhFF .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-veTxKKGhFF .dropdown-menu,
.cid-veTxKKGhFF .navbar.opened {
  background: #ffffff !important;
}
.cid-veTxKKGhFF .nav-item:focus,
.cid-veTxKKGhFF .nav-link:focus {
  outline: none;
}
.cid-veTxKKGhFF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veTxKKGhFF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veTxKKGhFF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veTxKKGhFF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veTxKKGhFF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-veTxKKGhFF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-veTxKKGhFF .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-veTxKKGhFF .navbar.opened {
  transition: all 0.3s;
}
.cid-veTxKKGhFF .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-veTxKKGhFF .navbar .navbar-logo img {
  width: auto;
}
.cid-veTxKKGhFF .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-veTxKKGhFF .navbar.collapsed {
  justify-content: center;
}
.cid-veTxKKGhFF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-veTxKKGhFF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-veTxKKGhFF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-veTxKKGhFF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-veTxKKGhFF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-veTxKKGhFF .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-veTxKKGhFF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-veTxKKGhFF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-veTxKKGhFF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-veTxKKGhFF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veTxKKGhFF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veTxKKGhFF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veTxKKGhFF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veTxKKGhFF .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-veTxKKGhFF .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-veTxKKGhFF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-veTxKKGhFF .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veTxKKGhFF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0rem;
  }
  .cid-veTxKKGhFF .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veTxKKGhFF .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-veTxKKGhFF .navbar.navbar-short {
  min-height: 60px;
}
.cid-veTxKKGhFF .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-veTxKKGhFF .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-veTxKKGhFF .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-veTxKKGhFF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veTxKKGhFF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-veTxKKGhFF .dropdown-item.active,
.cid-veTxKKGhFF .dropdown-item:active {
  background-color: transparent;
}
.cid-veTxKKGhFF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veTxKKGhFF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veTxKKGhFF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veTxKKGhFF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-veTxKKGhFF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-veTxKKGhFF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-veTxKKGhFF ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-veTxKKGhFF .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-veTxKKGhFF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-veTxKKGhFF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-veTxKKGhFF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-veTxKKGhFF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veTxKKGhFF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veTxKKGhFF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veTxKKGhFF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veTxKKGhFF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veTxKKGhFF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veTxKKGhFF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veTxKKGhFF .navbar-dropdown {
  padding: 0 0rem;
  position: fixed;
}
.cid-veTxKKGhFF a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veTxKKGhFF .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-veTxKKGhFF .navbar {
    height: 70px;
  }
  .cid-veTxKKGhFF .navbar.opened {
    height: auto;
  }
  .cid-veTxKKGhFF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veTxKKGhFF .navbar-logo {
  margin-right: 0.5rem;
}
.cid-veTxKKGhFF .btn {
  border-radius: 10px;
  box-shadow: 0px 0px 5px 1px #e8e8e8;
}
.cid-veTxKKGhFF .btn-primary {
  background: linear-gradient(261deg, #11877f 50%, #18708a 100%);
}
.cid-veTxKLP25Q {
  padding-top: 0.44rem;
  padding-bottom: 0.44rem;
  background: #13508a;
}
.cid-veTxKLP25Q .mbr-section-subtitle {
  text-align: center;
}
.cid-veTxKLP25Q .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-veTxKLP25Q p {
  margin-top: 0;
  margin-bottom: 0rem;
}
@media (max-width: 767px) {
  .cid-veTxKLP25Q .mbr-text {
    font-size: 0.8rem !important;
  }
}
.cid-veTJ3RFqcb {
  padding-top: 0.432rem;
  padding-bottom: 0.288rem;
  background: #fafcfc;
  border-bottom: solid 1px #a4aeb9;
}
.cid-veTJ3RFqcb .mbr-section-subtitle {
  text-align: center;
}
.cid-veTJ3RFqcb .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-veTJ3RFqcb p {
  margin-top: 0;
  margin-bottom: 0rem;
}
@media (max-width: 767px) {
  .cid-veTJ3RFqcb .mbr-text {
    font-size: 0.8rem !important;
  }
}
@media (max-width: 991px) {
  .cid-veTJ3RFqcb {
    padding-top: 0.544rem !important;
  }
}
.cid-veTJ3RFqcb .align-left {
  float: left;
  color: #19519a;
  font-size: 0.9rem;
  font-weight: 600;
}
.cid-veTJ3RFqcb .align-right {
  float: right;
  color: #19519a;
  font-size: 0.9rem;
  font-weight: 600;
}
.cid-veTxKNmffj {
  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-veTxKNmffj .mbr-fallback-image.disabled {
  display: none;
}
.cid-veTxKNmffj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veTxKNmffj .content-wrapper {
  background: #ffffffec;
  border-radius: 13px;
  border: solid 1px #a4aeb9;
  background-size: cover;
}
@media (max-width: 991px) {
  .cid-veTxKNmffj .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-veTxKNmffj .content-wrapper .image-wrapper {
    margin-bottom: 0.744rem;
  }
}
@media (max-width: 767px) {
  .cid-veTxKNmffj .content-wrapper {
    padding: 0.44rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-veTxKNmffj .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-veTxKNmffj .content-wrapper {
    padding: 5rem;
  }
  .cid-veTxKNmffj .content-wrapper .text-wrapper {
    padding-left: 3rem;
  }
}
@media (min-width: 768px) {
  .cid-veTxKNmffj .col-md-4 {
    width: 76% !important;
  }
}
.cid-veTxKNmffj .mbr-section-title {
  line-height: 1.4;
  color: #13508a;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-veTxKNmffj {
    padding-top: 1.88rem;
    padding-bottom: 2rem;
  }
  .cid-veTxKNmffj .col-lg-6 {
    flex: 0 0 auto;
    width: 55%;
  }
  .cid-veTxKNmffj .btn {
    border-radius: 10px;
    padding: 0.6rem 1.8rem ;
    margin: 0.3rem;
    border: solid 2px #ffffff !important;
  }
  .cid-veTxKNmffj .image-wrapper {
    padding: 0rem;
    margin-left: 20px;
    margin-right: 0px;
  }
  .cid-veTxKNmffj img,
  .cid-veTxKNmffj iframe {
    display: block;
    width: 160px;
    border-radius: 8px;
  }
  .cid-veTxKNmffj .container {
    padding: 0rem !important;
  }
  .cid-veTxKNmffj .col-lg-4 {
    flex: 0 0 auto;
    width: 20.3333333333%;
  }
  .cid-veTxKNmffj .col-md {
    flex: none;
  }
}
@media (max-width: 991px) {
  .cid-veTxKNmffj {
    padding-bottom: 2rem;
    padding-top: 1.544rem;
  }
  .cid-veTxKNmffj .col-md {
    flex: 1 0 auto;
  }
  .cid-veTxKNmffj .btn {
    width: 64%;
    border-radius: 8px;
    padding: 0.4rem 1.44rem;
    margin: 0.2rem;
    font-size: 0.8rem;
    border: solid 2px #ffffff !important;
  }
  .cid-veTxKNmffj .w-100 {
    width: 94% !important;
    margin: auto;
    height: 216px;
    object-fit: cover;
  }
  .cid-veTxKNmffj .image-wrapper {
    padding: 0rem;
  }
  .cid-veTxKNmffj .mt-3 {
    margin-top: 0.844rem !important;
  }
  .cid-veTxKNmffj .content-wrapper {
    margin: auto;
    border-radius: 13px;
    width: 88% !important;
    padding-top: 4.44rem;
    padding-bottom: 3.44rem;
  }
  .cid-veTxKNmffj img,
  .cid-veTxKNmffj iframe {
    display: block;
    width: 144px;
    margin: auto;
    padding: 1rem;
  }
  .cid-veTxKNmffj .mbr-text,
  .cid-veTxKNmffj .mbr-section-btn {
    text-align: center !important;
  }
  .cid-veTxKNmffj .card-title {
    text-align: center !important;
  }
  .cid-veTxKNmffj b,
  .cid-veTxKNmffj strong {
    font-size: 1.22rem;
  }
  .cid-veTxKNmffj .display-2 {
    font-size: 1rem;
  }
  .cid-veTxKNmffj .display-5 {
    line-height: 1;
  }
}
.cid-veTxKNmffj .mbr-text,
.cid-veTxKNmffj .mbr-section-btn {
  color: #19519a;
  text-align: right;
}
.cid-veTxKNmffj .mt-3 {
  margin-top: 0.44rem !important;
}
.cid-veTxKNmffj p {
  margin-bottom: 0rem;
}
.cid-veTxKNmffj .mb-3 {
  margin-bottom: 0rem !important;
}
.cid-veTxKNmffj .mb-4 {
  margin-bottom: 0rem !important;
}
.cid-veTxKNmffj .card-title {
  margin-bottom: 0rem !important;
  text-align: right;
  color: #19519a;
}
.cid-veTxKNmffj .btn-primary {
  background: linear-gradient(261deg, #11877f 50%, #18708a 100%);
}
.cid-veTHt4EPie {
  padding-top: 3.08rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
  direction: rtl;
}
.cid-veTHt4EPie img,
.cid-veTHt4EPie .item-img {
  width: 100%;
  object-fit: cover;
  height: 140px;
}
.cid-veTHt4EPie .item:focus,
.cid-veTHt4EPie span:focus {
  outline: none;
}
.cid-veTHt4EPie .item {
  cursor: pointer;
  margin-bottom: 1.4rem;
}
.cid-veTHt4EPie .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-veTHt4EPie .item-wrapper .item-content {
    padding: 0.6rem 1.3rem 0;
  }
  .cid-veTHt4EPie .item-wrapper .item-footer {
    padding: 0.6rem 0rem;
  }
}
.cid-veTHt4EPie .mbr-section-btn {
  margin-top: auto !important;
  text-align: center !important;
}
.cid-veTHt4EPie .mbr-section-title {
  color: #1b5279;
  font-weight: 600;
}
.cid-veTHt4EPie .mbr-text,
.cid-veTHt4EPie .mbr-section-btn {
  text-align: right;
  color: #2b4743;
}
.cid-veTHt4EPie .item-title {
  text-align: center;
  font-weight: 600;
  color: #ffffff;
  padding: 0.45rem;
  width: auto;
  background: linear-gradient(261deg, #11877f 50%, #18708a 100%);
}
.cid-veTHt4EPie b,
.cid-veTHt4EPie strong {
  color: #118a7c !important;
}
.cid-veTHt4EPie .btn {
  padding: 0.4rem 0rem;
  border-radius: 6px;
  margin-right: 4px;
  border-width: 1.5px;
  margin-left: 4px;
  width: 40%;
}
.cid-veTHt4EPie .btn-primary {
  background: linear-gradient(261deg, #11877f 50%, #18708a 100%);
}
.cid-veTHt4EPie .btn-primary-outline {
  color: #274c6a;
}
.cid-veTHt4EPie .display-7 {
  margin-bottom: 0rem;
}
.cid-veTHt4EPie h5 {
  margin-bottom: 0rem;
}
.cid-veTHt4EPie .mt-1 {
  margin-top: 0rem !important;
}
.cid-veTHt4EPie .mt-3 {
  margin-top: 0rem !important;
  padding-top: 1rem !important;
}
.cid-veTHt4EPie .mbr-section-subtitle {
  color: #1d3659;
}
.cid-veTHt4EPie .mbr-text {
  background: white;
  padding-right: 1.4rem;
}
.cid-veTHt4EPie .item-content {
  padding: 0rem !important;
}
.cid-veTHt4EPie .item-footer {
  padding: 1rem;
  padding-top: 0.5rem;
}
.cid-veTHt4EPie .display-2 {
  font-size: 1.3rem;
  line-height: 1.5;
  padding: 1rem;
  font-weight: 600;
  margin: auto;
}
.cid-veTHt4EPie .mt-4 {
  margin-top: 2rem !important;
}
@media (max-width: 767px) {
  .cid-veTHt4EPie .item-wrapper {
    width: 80%;
    margin: auto;
    height: fit-content;
  }
  .cid-veTHt4EPie .btn {
    width: 45%;
    font-size: 0.8rem;
  }
  .cid-veTHt4EPie .item-title {
    font-size: 0.9rem;
  }
  .cid-veTHt4EPie .mbr-text {
    font-size: 0.8rem;
  }
  .cid-veTHt4EPie .display-2 {
    font-size: 1.1rem;
  }
  .cid-veTHt4EPie img,
  .cid-veTHt4EPie .item-img {
    height: 160px;
  }
  .cid-veTHt4EPie .align-left {
    font-size: 0.844rem;
  }
  .cid-veTHt4EPie .align-right {
    font-size: 0.844rem;
  }
}
.cid-veTHt4EPie .container1 {
  padding-bottom: 1.44rem;
}
.cid-veTxKOxEOb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #deedf0;
}
.cid-veTxKOxEOb .mbr-fallback-image.disabled {
  display: none;
}
.cid-veTxKOxEOb .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-veTxKOxEOb .image-wrapper {
    margin-bottom: 1rem;
    display: none;
  }
  .cid-veTxKOxEOb .col-12 {
    flex: 0 0 auto;
    width: 76%;
  }
}
@media (min-width: 768px) {
  .cid-veTxKOxEOb .image-wrapper1 {
    margin-bottom: 1rem;
    display: none;
  }
}
.cid-veTxKOxEOb .row {
  flex-direction: row-reverse;
}
.cid-veTxKOxEOb img {
  width: 100%;
  border: solid;
  border-width: thin;
  border-color: #888888;
}
.cid-veTxKOxEOb .col-12 {
  padding: 0rem;
}
.cid-veTxKPAKOe {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-veTxKPAKOe .mbr-section-subtitle {
  text-align: center;
}
.cid-veTxKPAKOe .mbr-text {
  text-align: center;
  color: #13508a;
}
.cid-veTxKQw7nD {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-veTxKQw7nD .mbr-fallback-image.disabled {
  display: none;
}
.cid-veTxKQw7nD .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-veTxKQw7nD img {
    width: 82%;
    margin-bottom: 0.544rem !important;
  }
}
.cid-veTxKQw7nD .row {
  flex-direction: row-reverse;
}
.cid-veTxKQw7nD img {
  object-fit: cover;
  border-radius: 8px;
  margin: auto;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-veTxKQw7nD .col-lg-6 {
    flex: 0 0 auto;
    width: 33%;
    margin: auto;
  }
}
.cid-veTxKRLjQZ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-veTxKRLjQZ .media-container-row .mbr-text {
  color: #232323;
  font-family: Arial, Helvetica, sans-serif;
}
.cid-veTyZX2jqL {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-veTyZX2jqL nav.navbar {
  position: fixed;
}
.cid-veTyZX2jqL .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-veTyZX2jqL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-veTyZX2jqL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-veTyZX2jqL .dropdown-item:hover,
.cid-veTyZX2jqL .dropdown-item:focus {
  background: #11877f !important;
  color: white !important;
}
.cid-veTyZX2jqL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-veTyZX2jqL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-veTyZX2jqL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-veTyZX2jqL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-veTyZX2jqL .nav-link {
  position: relative;
}
.cid-veTyZX2jqL .container {
  display: flex;
  margin: auto;
}
.cid-veTyZX2jqL .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-veTyZX2jqL .dropdown-menu,
.cid-veTyZX2jqL .navbar.opened {
  background: #ffffff !important;
}
.cid-veTyZX2jqL .nav-item:focus,
.cid-veTyZX2jqL .nav-link:focus {
  outline: none;
}
.cid-veTyZX2jqL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veTyZX2jqL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veTyZX2jqL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veTyZX2jqL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veTyZX2jqL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-veTyZX2jqL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-veTyZX2jqL .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-veTyZX2jqL .navbar.opened {
  transition: all 0.3s;
}
.cid-veTyZX2jqL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-veTyZX2jqL .navbar .navbar-logo img {
  width: auto;
}
.cid-veTyZX2jqL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-veTyZX2jqL .navbar.collapsed {
  justify-content: center;
}
.cid-veTyZX2jqL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-veTyZX2jqL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-veTyZX2jqL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-veTyZX2jqL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-veTyZX2jqL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-veTyZX2jqL .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-veTyZX2jqL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-veTyZX2jqL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-veTyZX2jqL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-veTyZX2jqL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veTyZX2jqL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veTyZX2jqL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veTyZX2jqL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veTyZX2jqL .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-veTyZX2jqL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-veTyZX2jqL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-veTyZX2jqL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veTyZX2jqL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0rem;
  }
  .cid-veTyZX2jqL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veTyZX2jqL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-veTyZX2jqL .navbar.navbar-short {
  min-height: 60px;
}
.cid-veTyZX2jqL .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-veTyZX2jqL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-veTyZX2jqL .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-veTyZX2jqL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veTyZX2jqL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-veTyZX2jqL .dropdown-item.active,
.cid-veTyZX2jqL .dropdown-item:active {
  background-color: transparent;
}
.cid-veTyZX2jqL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veTyZX2jqL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veTyZX2jqL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veTyZX2jqL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-veTyZX2jqL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-veTyZX2jqL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-veTyZX2jqL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-veTyZX2jqL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-veTyZX2jqL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-veTyZX2jqL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-veTyZX2jqL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-veTyZX2jqL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veTyZX2jqL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veTyZX2jqL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veTyZX2jqL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veTyZX2jqL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veTyZX2jqL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veTyZX2jqL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veTyZX2jqL .navbar-dropdown {
  padding: 0 0rem;
  position: fixed;
}
.cid-veTyZX2jqL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veTyZX2jqL .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-veTyZX2jqL .navbar {
    height: 70px;
  }
  .cid-veTyZX2jqL .navbar.opened {
    height: auto;
  }
  .cid-veTyZX2jqL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veTyZX2jqL .navbar-logo {
  margin-right: 0.5rem;
}
.cid-veTyZX2jqL .btn {
  border-radius: 10px;
  box-shadow: 0px 0px 5px 1px #e8e8e8;
}
.cid-veTyZX2jqL .btn-primary {
  background: linear-gradient(261deg, #11877f 50%, #18708a 100%);
}
.cid-veTyZZ0Xbe {
  padding-top: 0.44rem;
  padding-bottom: 0.44rem;
  background: #13508a;
}
.cid-veTyZZ0Xbe .mbr-section-subtitle {
  text-align: center;
}
.cid-veTyZZ0Xbe .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-veTyZZ0Xbe p {
  margin-top: 0;
  margin-bottom: 0rem;
}
@media (max-width: 767px) {
  .cid-veTyZZ0Xbe .mbr-text {
    font-size: 0.8rem !important;
  }
}
.cid-veTJ7czpY8 {
  padding-top: 0.432rem;
  padding-bottom: 0.288rem;
  background: #fafcfc;
  border-bottom: solid 1px #a4aeb9;
}
.cid-veTJ7czpY8 .mbr-section-subtitle {
  text-align: center;
}
.cid-veTJ7czpY8 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-veTJ7czpY8 p {
  margin-top: 0;
  margin-bottom: 0rem;
}
@media (max-width: 767px) {
  .cid-veTJ7czpY8 .mbr-text {
    font-size: 0.8rem !important;
  }
}
@media (max-width: 991px) {
  .cid-veTJ7czpY8 {
    padding-top: 0.544rem !important;
  }
}
.cid-veTJ7czpY8 .align-left {
  float: left;
  color: #19519a;
  font-size: 0.9rem;
  font-weight: 600;
}
.cid-veTJ7czpY8 .align-right {
  float: right;
  color: #19519a;
  font-size: 0.9rem;
  font-weight: 600;
}
.cid-veTz00UcQg {
  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-veTz00UcQg .mbr-fallback-image.disabled {
  display: none;
}
.cid-veTz00UcQg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veTz00UcQg .content-wrapper {
  background: #ffffffec;
  border-radius: 13px;
  border: solid 1px #a4aeb9;
  background-size: cover;
}
@media (max-width: 991px) {
  .cid-veTz00UcQg .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-veTz00UcQg .content-wrapper .image-wrapper {
    margin-bottom: 0.744rem;
  }
}
@media (max-width: 767px) {
  .cid-veTz00UcQg .content-wrapper {
    padding: 0.44rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-veTz00UcQg .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-veTz00UcQg .content-wrapper {
    padding: 5rem;
  }
  .cid-veTz00UcQg .content-wrapper .text-wrapper {
    padding-left: 3rem;
  }
}
@media (min-width: 768px) {
  .cid-veTz00UcQg .col-md-4 {
    width: 76% !important;
  }
}
.cid-veTz00UcQg .mbr-section-title {
  line-height: 1.4;
  color: #13508a;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-veTz00UcQg {
    padding-top: 1.88rem;
    padding-bottom: 2rem;
  }
  .cid-veTz00UcQg .col-lg-6 {
    flex: 0 0 auto;
    width: 55%;
  }
  .cid-veTz00UcQg .btn {
    border-radius: 10px;
    padding: 0.6rem 1.8rem ;
    margin: 0.3rem;
    border: solid 2px #ffffff !important;
  }
  .cid-veTz00UcQg .image-wrapper {
    padding: 0rem;
    margin-left: 20px;
    margin-right: 0px;
  }
  .cid-veTz00UcQg img,
  .cid-veTz00UcQg iframe {
    display: block;
    width: 160px;
    border-radius: 8px;
  }
  .cid-veTz00UcQg .container {
    padding: 0rem !important;
  }
  .cid-veTz00UcQg .col-lg-4 {
    flex: 0 0 auto;
    width: 20.3333333333%;
  }
  .cid-veTz00UcQg .col-md {
    flex: none;
  }
}
@media (max-width: 991px) {
  .cid-veTz00UcQg {
    padding-bottom: 2rem;
    padding-top: 1.544rem;
  }
  .cid-veTz00UcQg .col-md {
    flex: 1 0 auto;
  }
  .cid-veTz00UcQg .btn {
    width: 64%;
    border-radius: 8px;
    padding: 0.4rem 1.44rem;
    margin: 0.2rem;
    font-size: 0.8rem;
    border: solid 2px #ffffff !important;
  }
  .cid-veTz00UcQg .w-100 {
    width: 94% !important;
    margin: auto;
    height: 216px;
    object-fit: cover;
  }
  .cid-veTz00UcQg .image-wrapper {
    padding: 0rem;
  }
  .cid-veTz00UcQg .mt-3 {
    margin-top: 0.844rem !important;
  }
  .cid-veTz00UcQg .content-wrapper {
    margin: auto;
    border-radius: 13px;
    width: 88% !important;
    padding-top: 4.44rem;
    padding-bottom: 3.44rem;
  }
  .cid-veTz00UcQg img,
  .cid-veTz00UcQg iframe {
    display: block;
    width: 144px;
    margin: auto;
    padding: 1rem;
  }
  .cid-veTz00UcQg .mbr-text,
  .cid-veTz00UcQg .mbr-section-btn {
    text-align: center !important;
  }
  .cid-veTz00UcQg .card-title {
    text-align: center !important;
  }
  .cid-veTz00UcQg b,
  .cid-veTz00UcQg strong {
    font-size: 1.22rem;
  }
  .cid-veTz00UcQg .display-2 {
    font-size: 1rem;
  }
  .cid-veTz00UcQg .display-5 {
    line-height: 1;
  }
}
.cid-veTz00UcQg .mbr-text,
.cid-veTz00UcQg .mbr-section-btn {
  color: #19519a;
  text-align: right;
}
.cid-veTz00UcQg .mt-3 {
  margin-top: 0.44rem !important;
}
.cid-veTz00UcQg p {
  margin-bottom: 0rem;
}
.cid-veTz00UcQg .mb-3 {
  margin-bottom: 0rem !important;
}
.cid-veTz00UcQg .mb-4 {
  margin-bottom: 0rem !important;
}
.cid-veTz00UcQg .card-title {
  margin-bottom: 0rem !important;
  text-align: right;
  color: #19519a;
}
.cid-veTz00UcQg .btn-primary {
  background: linear-gradient(261deg, #11877f 50%, #18708a 100%);
}
.cid-veTHv0Gtg3 {
  padding-top: 3.08rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
  direction: rtl;
}
.cid-veTHv0Gtg3 img,
.cid-veTHv0Gtg3 .item-img {
  width: 100%;
  object-fit: cover;
  height: 140px;
}
.cid-veTHv0Gtg3 .item:focus,
.cid-veTHv0Gtg3 span:focus {
  outline: none;
}
.cid-veTHv0Gtg3 .item {
  cursor: pointer;
  margin-bottom: 1.4rem;
}
.cid-veTHv0Gtg3 .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-veTHv0Gtg3 .item-wrapper .item-content {
    padding: 0.6rem 1.3rem 0;
  }
  .cid-veTHv0Gtg3 .item-wrapper .item-footer {
    padding: 0.6rem 0rem;
  }
}
.cid-veTHv0Gtg3 .mbr-section-btn {
  margin-top: auto !important;
  text-align: center !important;
}
.cid-veTHv0Gtg3 .mbr-section-title {
  color: #1b5279;
  font-weight: 600;
}
.cid-veTHv0Gtg3 .mbr-text,
.cid-veTHv0Gtg3 .mbr-section-btn {
  text-align: right;
  color: #2b4743;
}
.cid-veTHv0Gtg3 .item-title {
  text-align: center;
  font-weight: 600;
  color: #ffffff;
  padding: 0.45rem;
  width: auto;
  background: linear-gradient(261deg, #11877f 50%, #18708a 100%);
}
.cid-veTHv0Gtg3 b,
.cid-veTHv0Gtg3 strong {
  color: #118a7c !important;
}
.cid-veTHv0Gtg3 .btn {
  padding: 0.4rem 0rem;
  border-radius: 6px;
  margin-right: 4px;
  border-width: 1.5px;
  margin-left: 4px;
  width: 40%;
}
.cid-veTHv0Gtg3 .btn-primary {
  background: linear-gradient(261deg, #11877f 50%, #18708a 100%);
}
.cid-veTHv0Gtg3 .btn-primary-outline {
  color: #274c6a;
}
.cid-veTHv0Gtg3 .display-7 {
  margin-bottom: 0rem;
}
.cid-veTHv0Gtg3 h5 {
  margin-bottom: 0rem;
}
.cid-veTHv0Gtg3 .mt-1 {
  margin-top: 0rem !important;
}
.cid-veTHv0Gtg3 .mt-3 {
  margin-top: 0rem !important;
  padding-top: 1rem !important;
}
.cid-veTHv0Gtg3 .mbr-section-subtitle {
  color: #1d3659;
}
.cid-veTHv0Gtg3 .mbr-text {
  background: white;
  padding-right: 1.4rem;
}
.cid-veTHv0Gtg3 .item-content {
  padding: 0rem !important;
}
.cid-veTHv0Gtg3 .item-footer {
  padding: 1rem;
  padding-top: 0.5rem;
}
.cid-veTHv0Gtg3 .display-2 {
  font-size: 1.3rem;
  line-height: 1.5;
  padding: 1rem;
  font-weight: 600;
  margin: auto;
}
.cid-veTHv0Gtg3 .mt-4 {
  margin-top: 2rem !important;
}
@media (max-width: 767px) {
  .cid-veTHv0Gtg3 .item-wrapper {
    width: 80%;
    margin: auto;
    height: fit-content;
  }
  .cid-veTHv0Gtg3 .btn {
    width: 45%;
    font-size: 0.8rem;
  }
  .cid-veTHv0Gtg3 .item-title {
    font-size: 0.9rem;
  }
  .cid-veTHv0Gtg3 .mbr-text {
    font-size: 0.8rem;
  }
  .cid-veTHv0Gtg3 .display-2 {
    font-size: 1.1rem;
  }
  .cid-veTHv0Gtg3 img,
  .cid-veTHv0Gtg3 .item-img {
    height: 160px;
  }
  .cid-veTHv0Gtg3 .align-left {
    font-size: 0.844rem;
  }
  .cid-veTHv0Gtg3 .align-right {
    font-size: 0.844rem;
  }
}
.cid-veTHv0Gtg3 .container1 {
  padding-bottom: 1.44rem;
}
.cid-veTz02EWoe {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #deedf0;
}
.cid-veTz02EWoe .mbr-fallback-image.disabled {
  display: none;
}
.cid-veTz02EWoe .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-veTz02EWoe .image-wrapper {
    margin-bottom: 1rem;
    display: none;
  }
  .cid-veTz02EWoe .col-12 {
    flex: 0 0 auto;
    width: 76%;
  }
}
@media (min-width: 768px) {
  .cid-veTz02EWoe .image-wrapper1 {
    margin-bottom: 1rem;
    display: none;
  }
}
.cid-veTz02EWoe .row {
  flex-direction: row-reverse;
}
.cid-veTz02EWoe img {
  width: 100%;
  border: solid;
  border-width: thin;
  border-color: #888888;
}
.cid-veTz02EWoe .col-12 {
  padding: 0rem;
}
.cid-veTz03VQqT {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-veTz03VQqT .mbr-section-subtitle {
  text-align: center;
}
.cid-veTz03VQqT .mbr-text {
  text-align: center;
  color: #13508a;
}
.cid-veTz04O6r7 {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-veTz04O6r7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veTz04O6r7 .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-veTz04O6r7 img {
    width: 82%;
    margin-bottom: 0.544rem !important;
  }
}
.cid-veTz04O6r7 .row {
  flex-direction: row-reverse;
}
.cid-veTz04O6r7 img {
  object-fit: cover;
  border-radius: 8px;
  margin: auto;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-veTz04O6r7 .col-lg-6 {
    flex: 0 0 auto;
    width: 33%;
    margin: auto;
  }
}
.cid-veTz06ps5v {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-veTz06ps5v .media-container-row .mbr-text {
  color: #232323;
  font-family: Arial, Helvetica, sans-serif;
}
.cid-veTzAenT7W {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-veTzAenT7W nav.navbar {
  position: fixed;
}
.cid-veTzAenT7W .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-veTzAenT7W .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-veTzAenT7W .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-veTzAenT7W .dropdown-item:hover,
.cid-veTzAenT7W .dropdown-item:focus {
  background: #11877f !important;
  color: white !important;
}
.cid-veTzAenT7W .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-veTzAenT7W .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-veTzAenT7W .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-veTzAenT7W .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-veTzAenT7W .nav-link {
  position: relative;
}
.cid-veTzAenT7W .container {
  display: flex;
  margin: auto;
}
.cid-veTzAenT7W .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-veTzAenT7W .dropdown-menu,
.cid-veTzAenT7W .navbar.opened {
  background: #ffffff !important;
}
.cid-veTzAenT7W .nav-item:focus,
.cid-veTzAenT7W .nav-link:focus {
  outline: none;
}
.cid-veTzAenT7W .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veTzAenT7W .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veTzAenT7W .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veTzAenT7W .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veTzAenT7W .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-veTzAenT7W .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-veTzAenT7W .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-veTzAenT7W .navbar.opened {
  transition: all 0.3s;
}
.cid-veTzAenT7W .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-veTzAenT7W .navbar .navbar-logo img {
  width: auto;
}
.cid-veTzAenT7W .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-veTzAenT7W .navbar.collapsed {
  justify-content: center;
}
.cid-veTzAenT7W .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-veTzAenT7W .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-veTzAenT7W .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-veTzAenT7W .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-veTzAenT7W .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-veTzAenT7W .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-veTzAenT7W .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-veTzAenT7W .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-veTzAenT7W .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-veTzAenT7W .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veTzAenT7W .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veTzAenT7W .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veTzAenT7W .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veTzAenT7W .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-veTzAenT7W .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-veTzAenT7W .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-veTzAenT7W .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veTzAenT7W .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0rem;
  }
  .cid-veTzAenT7W .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veTzAenT7W .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-veTzAenT7W .navbar.navbar-short {
  min-height: 60px;
}
.cid-veTzAenT7W .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-veTzAenT7W .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-veTzAenT7W .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-veTzAenT7W .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veTzAenT7W .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-veTzAenT7W .dropdown-item.active,
.cid-veTzAenT7W .dropdown-item:active {
  background-color: transparent;
}
.cid-veTzAenT7W .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veTzAenT7W .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veTzAenT7W .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veTzAenT7W .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-veTzAenT7W .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-veTzAenT7W .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-veTzAenT7W ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-veTzAenT7W .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-veTzAenT7W button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-veTzAenT7W button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-veTzAenT7W button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-veTzAenT7W button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veTzAenT7W button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veTzAenT7W button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veTzAenT7W nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veTzAenT7W nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veTzAenT7W nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veTzAenT7W nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veTzAenT7W .navbar-dropdown {
  padding: 0 0rem;
  position: fixed;
}
.cid-veTzAenT7W a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veTzAenT7W .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-veTzAenT7W .navbar {
    height: 70px;
  }
  .cid-veTzAenT7W .navbar.opened {
    height: auto;
  }
  .cid-veTzAenT7W .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veTzAenT7W .navbar-logo {
  margin-right: 0.5rem;
}
.cid-veTzAenT7W .btn {
  border-radius: 10px;
  box-shadow: 0px 0px 5px 1px #e8e8e8;
}
.cid-veTzAenT7W .btn-primary {
  background: linear-gradient(261deg, #11877f 50%, #18708a 100%);
}
.cid-veTzAfVrDr {
  padding-top: 0.44rem;
  padding-bottom: 0.44rem;
  background: #13508a;
}
.cid-veTzAfVrDr .mbr-section-subtitle {
  text-align: center;
}
.cid-veTzAfVrDr .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-veTzAfVrDr p {
  margin-top: 0;
  margin-bottom: 0rem;
}
@media (max-width: 767px) {
  .cid-veTzAfVrDr .mbr-text {
    font-size: 0.8rem !important;
  }
}
.cid-veTJaKi5TY {
  padding-top: 0.432rem;
  padding-bottom: 0.288rem;
  background: #fafcfc;
  border-bottom: solid 1px #a4aeb9;
}
.cid-veTJaKi5TY .mbr-section-subtitle {
  text-align: center;
}
.cid-veTJaKi5TY .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-veTJaKi5TY p {
  margin-top: 0;
  margin-bottom: 0rem;
}
@media (max-width: 767px) {
  .cid-veTJaKi5TY .mbr-text {
    font-size: 0.8rem !important;
  }
}
@media (max-width: 991px) {
  .cid-veTJaKi5TY {
    padding-top: 0.544rem !important;
  }
}
.cid-veTJaKi5TY .align-left {
  float: left;
  color: #19519a;
  font-size: 0.9rem;
  font-weight: 600;
}
.cid-veTJaKi5TY .align-right {
  float: right;
  color: #19519a;
  font-size: 0.9rem;
  font-weight: 600;
}
.cid-veTzAh8bnf {
  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-veTzAh8bnf .mbr-fallback-image.disabled {
  display: none;
}
.cid-veTzAh8bnf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veTzAh8bnf .content-wrapper {
  background: #ffffffec;
  border-radius: 13px;
  border: solid 1px #a4aeb9;
  background-size: cover;
}
@media (max-width: 991px) {
  .cid-veTzAh8bnf .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-veTzAh8bnf .content-wrapper .image-wrapper {
    margin-bottom: 0.744rem;
  }
}
@media (max-width: 767px) {
  .cid-veTzAh8bnf .content-wrapper {
    padding: 0.44rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-veTzAh8bnf .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-veTzAh8bnf .content-wrapper {
    padding: 5rem;
  }
  .cid-veTzAh8bnf .content-wrapper .text-wrapper {
    padding-left: 3rem;
  }
}
@media (min-width: 768px) {
  .cid-veTzAh8bnf .col-md-4 {
    width: 76% !important;
  }
}
.cid-veTzAh8bnf .mbr-section-title {
  line-height: 1.4;
  color: #13508a;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-veTzAh8bnf {
    padding-top: 1.88rem;
    padding-bottom: 2rem;
  }
  .cid-veTzAh8bnf .col-lg-6 {
    flex: 0 0 auto;
    width: 55%;
  }
  .cid-veTzAh8bnf .btn {
    border-radius: 10px;
    padding: 0.6rem 1.8rem ;
    margin: 0.3rem;
    border: solid 2px #ffffff !important;
  }
  .cid-veTzAh8bnf .image-wrapper {
    padding: 0rem;
    margin-left: 20px;
    margin-right: 0px;
  }
  .cid-veTzAh8bnf img,
  .cid-veTzAh8bnf iframe {
    display: block;
    width: 160px;
    border-radius: 8px;
  }
  .cid-veTzAh8bnf .container {
    padding: 0rem !important;
  }
  .cid-veTzAh8bnf .col-lg-4 {
    flex: 0 0 auto;
    width: 20.3333333333%;
  }
  .cid-veTzAh8bnf .col-md {
    flex: none;
  }
}
@media (max-width: 991px) {
  .cid-veTzAh8bnf {
    padding-bottom: 2rem;
    padding-top: 1.544rem;
  }
  .cid-veTzAh8bnf .col-md {
    flex: 1 0 auto;
  }
  .cid-veTzAh8bnf .btn {
    width: 64%;
    border-radius: 8px;
    padding: 0.4rem 1.44rem;
    margin: 0.2rem;
    font-size: 0.8rem;
    border: solid 2px #ffffff !important;
  }
  .cid-veTzAh8bnf .w-100 {
    width: 94% !important;
    margin: auto;
    height: 216px;
    object-fit: cover;
  }
  .cid-veTzAh8bnf .image-wrapper {
    padding: 0rem;
  }
  .cid-veTzAh8bnf .mt-3 {
    margin-top: 0.844rem !important;
  }
  .cid-veTzAh8bnf .content-wrapper {
    margin: auto;
    border-radius: 13px;
    width: 88% !important;
    padding-top: 4.44rem;
    padding-bottom: 3.44rem;
  }
  .cid-veTzAh8bnf img,
  .cid-veTzAh8bnf iframe {
    display: block;
    width: 144px;
    margin: auto;
    padding: 1rem;
  }
  .cid-veTzAh8bnf .mbr-text,
  .cid-veTzAh8bnf .mbr-section-btn {
    text-align: center !important;
  }
  .cid-veTzAh8bnf .card-title {
    text-align: center !important;
  }
  .cid-veTzAh8bnf b,
  .cid-veTzAh8bnf strong {
    font-size: 1.22rem;
  }
  .cid-veTzAh8bnf .display-2 {
    font-size: 1rem;
  }
  .cid-veTzAh8bnf .display-5 {
    line-height: 1;
  }
}
.cid-veTzAh8bnf .mbr-text,
.cid-veTzAh8bnf .mbr-section-btn {
  color: #19519a;
  text-align: right;
}
.cid-veTzAh8bnf .mt-3 {
  margin-top: 0.44rem !important;
}
.cid-veTzAh8bnf p {
  margin-bottom: 0rem;
}
.cid-veTzAh8bnf .mb-3 {
  margin-bottom: 0rem !important;
}
.cid-veTzAh8bnf .mb-4 {
  margin-bottom: 0rem !important;
}
.cid-veTzAh8bnf .card-title {
  margin-bottom: 0rem !important;
  text-align: right;
  color: #19519a;
}
.cid-veTzAh8bnf .btn-primary {
  background: linear-gradient(261deg, #11877f 50%, #18708a 100%);
}
.cid-veTHx5nDHR {
  padding-top: 3.08rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
  direction: rtl;
}
.cid-veTHx5nDHR img,
.cid-veTHx5nDHR .item-img {
  width: 100%;
  object-fit: cover;
  height: 140px;
}
.cid-veTHx5nDHR .item:focus,
.cid-veTHx5nDHR span:focus {
  outline: none;
}
.cid-veTHx5nDHR .item {
  cursor: pointer;
  margin-bottom: 1.4rem;
}
.cid-veTHx5nDHR .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-veTHx5nDHR .item-wrapper .item-content {
    padding: 0.6rem 1.3rem 0;
  }
  .cid-veTHx5nDHR .item-wrapper .item-footer {
    padding: 0.6rem 0rem;
  }
}
.cid-veTHx5nDHR .mbr-section-btn {
  margin-top: auto !important;
  text-align: center !important;
}
.cid-veTHx5nDHR .mbr-section-title {
  color: #1b5279;
  font-weight: 600;
}
.cid-veTHx5nDHR .mbr-text,
.cid-veTHx5nDHR .mbr-section-btn {
  text-align: right;
  color: #2b4743;
}
.cid-veTHx5nDHR .item-title {
  text-align: center;
  font-weight: 600;
  color: #ffffff;
  padding: 0.45rem;
  width: auto;
  background: linear-gradient(261deg, #11877f 50%, #18708a 100%);
}
.cid-veTHx5nDHR b,
.cid-veTHx5nDHR strong {
  color: #118a7c !important;
}
.cid-veTHx5nDHR .btn {
  padding: 0.4rem 0rem;
  border-radius: 6px;
  margin-right: 4px;
  border-width: 1.5px;
  margin-left: 4px;
  width: 40%;
}
.cid-veTHx5nDHR .btn-primary {
  background: linear-gradient(261deg, #11877f 50%, #18708a 100%);
}
.cid-veTHx5nDHR .btn-primary-outline {
  color: #274c6a;
}
.cid-veTHx5nDHR .display-7 {
  margin-bottom: 0rem;
}
.cid-veTHx5nDHR h5 {
  margin-bottom: 0rem;
}
.cid-veTHx5nDHR .mt-1 {
  margin-top: 0rem !important;
}
.cid-veTHx5nDHR .mt-3 {
  margin-top: 0rem !important;
  padding-top: 1rem !important;
}
.cid-veTHx5nDHR .mbr-section-subtitle {
  color: #1d3659;
}
.cid-veTHx5nDHR .mbr-text {
  background: white;
  padding-right: 1.4rem;
}
.cid-veTHx5nDHR .item-content {
  padding: 0rem !important;
}
.cid-veTHx5nDHR .item-footer {
  padding: 1rem;
  padding-top: 0.5rem;
}
.cid-veTHx5nDHR .display-2 {
  font-size: 1.3rem;
  line-height: 1.5;
  padding: 1rem;
  font-weight: 600;
  margin: auto;
}
.cid-veTHx5nDHR .mt-4 {
  margin-top: 2rem !important;
}
@media (max-width: 767px) {
  .cid-veTHx5nDHR .item-wrapper {
    width: 80%;
    margin: auto;
    height: fit-content;
  }
  .cid-veTHx5nDHR .btn {
    width: 45%;
    font-size: 0.8rem;
  }
  .cid-veTHx5nDHR .item-title {
    font-size: 0.9rem;
  }
  .cid-veTHx5nDHR .mbr-text {
    font-size: 0.8rem;
  }
  .cid-veTHx5nDHR .display-2 {
    font-size: 1.1rem;
  }
  .cid-veTHx5nDHR img,
  .cid-veTHx5nDHR .item-img {
    height: 160px;
  }
  .cid-veTHx5nDHR .align-left {
    font-size: 0.844rem;
  }
  .cid-veTHx5nDHR .align-right {
    font-size: 0.844rem;
  }
}
.cid-veTHx5nDHR .container1 {
  padding-bottom: 1.44rem;
}
.cid-veTzAiBcCR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #deedf0;
}
.cid-veTzAiBcCR .mbr-fallback-image.disabled {
  display: none;
}
.cid-veTzAiBcCR .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-veTzAiBcCR .image-wrapper {
    margin-bottom: 1rem;
    display: none;
  }
  .cid-veTzAiBcCR .col-12 {
    flex: 0 0 auto;
    width: 76%;
  }
}
@media (min-width: 768px) {
  .cid-veTzAiBcCR .image-wrapper1 {
    margin-bottom: 1rem;
    display: none;
  }
}
.cid-veTzAiBcCR .row {
  flex-direction: row-reverse;
}
.cid-veTzAiBcCR img {
  width: 100%;
  border: solid;
  border-width: thin;
  border-color: #888888;
}
.cid-veTzAiBcCR .col-12 {
  padding: 0rem;
}
.cid-veTzAklM0G {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-veTzAklM0G .mbr-section-subtitle {
  text-align: center;
}
.cid-veTzAklM0G .mbr-text {
  text-align: center;
  color: #13508a;
}
.cid-veTzAlt7ol {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-veTzAlt7ol .mbr-fallback-image.disabled {
  display: none;
}
.cid-veTzAlt7ol .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-veTzAlt7ol img {
    width: 82%;
    margin-bottom: 0.544rem !important;
  }
}
.cid-veTzAlt7ol .row {
  flex-direction: row-reverse;
}
.cid-veTzAlt7ol img {
  object-fit: cover;
  border-radius: 8px;
  margin: auto;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-veTzAlt7ol .col-lg-6 {
    flex: 0 0 auto;
    width: 33%;
    margin: auto;
  }
}
.cid-veTzAo5x5Z {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-veTzAo5x5Z .media-container-row .mbr-text {
  color: #232323;
  font-family: Arial, Helvetica, sans-serif;
}
.cid-veTAjGJKE7 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-veTAjGJKE7 nav.navbar {
  position: fixed;
}
.cid-veTAjGJKE7 .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-veTAjGJKE7 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-veTAjGJKE7 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-veTAjGJKE7 .dropdown-item:hover,
.cid-veTAjGJKE7 .dropdown-item:focus {
  background: #11877f !important;
  color: white !important;
}
.cid-veTAjGJKE7 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-veTAjGJKE7 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-veTAjGJKE7 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-veTAjGJKE7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-veTAjGJKE7 .nav-link {
  position: relative;
}
.cid-veTAjGJKE7 .container {
  display: flex;
  margin: auto;
}
.cid-veTAjGJKE7 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-veTAjGJKE7 .dropdown-menu,
.cid-veTAjGJKE7 .navbar.opened {
  background: #ffffff !important;
}
.cid-veTAjGJKE7 .nav-item:focus,
.cid-veTAjGJKE7 .nav-link:focus {
  outline: none;
}
.cid-veTAjGJKE7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veTAjGJKE7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veTAjGJKE7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veTAjGJKE7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veTAjGJKE7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-veTAjGJKE7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-veTAjGJKE7 .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-veTAjGJKE7 .navbar.opened {
  transition: all 0.3s;
}
.cid-veTAjGJKE7 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-veTAjGJKE7 .navbar .navbar-logo img {
  width: auto;
}
.cid-veTAjGJKE7 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-veTAjGJKE7 .navbar.collapsed {
  justify-content: center;
}
.cid-veTAjGJKE7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-veTAjGJKE7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-veTAjGJKE7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-veTAjGJKE7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-veTAjGJKE7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-veTAjGJKE7 .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-veTAjGJKE7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-veTAjGJKE7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-veTAjGJKE7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-veTAjGJKE7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veTAjGJKE7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veTAjGJKE7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veTAjGJKE7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veTAjGJKE7 .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-veTAjGJKE7 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-veTAjGJKE7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-veTAjGJKE7 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veTAjGJKE7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0rem;
  }
  .cid-veTAjGJKE7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veTAjGJKE7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-veTAjGJKE7 .navbar.navbar-short {
  min-height: 60px;
}
.cid-veTAjGJKE7 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-veTAjGJKE7 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-veTAjGJKE7 .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-veTAjGJKE7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veTAjGJKE7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-veTAjGJKE7 .dropdown-item.active,
.cid-veTAjGJKE7 .dropdown-item:active {
  background-color: transparent;
}
.cid-veTAjGJKE7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veTAjGJKE7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veTAjGJKE7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veTAjGJKE7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-veTAjGJKE7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-veTAjGJKE7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-veTAjGJKE7 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-veTAjGJKE7 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-veTAjGJKE7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-veTAjGJKE7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-veTAjGJKE7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-veTAjGJKE7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veTAjGJKE7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veTAjGJKE7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veTAjGJKE7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veTAjGJKE7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veTAjGJKE7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veTAjGJKE7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veTAjGJKE7 .navbar-dropdown {
  padding: 0 0rem;
  position: fixed;
}
.cid-veTAjGJKE7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veTAjGJKE7 .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-veTAjGJKE7 .navbar {
    height: 70px;
  }
  .cid-veTAjGJKE7 .navbar.opened {
    height: auto;
  }
  .cid-veTAjGJKE7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veTAjGJKE7 .navbar-logo {
  margin-right: 0.5rem;
}
.cid-veTAjGJKE7 .btn {
  border-radius: 10px;
  box-shadow: 0px 0px 5px 1px #e8e8e8;
}
.cid-veTAjGJKE7 .btn-primary {
  background: linear-gradient(261deg, #11877f 50%, #18708a 100%);
}
.cid-veTAjHIWFa {
  padding-top: 0.44rem;
  padding-bottom: 0.44rem;
  background: #13508a;
}
.cid-veTAjHIWFa .mbr-section-subtitle {
  text-align: center;
}
.cid-veTAjHIWFa .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-veTAjHIWFa p {
  margin-top: 0;
  margin-bottom: 0rem;
}
@media (max-width: 767px) {
  .cid-veTAjHIWFa .mbr-text {
    font-size: 0.8rem !important;
  }
}
.cid-veTJegfp4L {
  padding-top: 0.432rem;
  padding-bottom: 0.288rem;
  background: #fafcfc;
  border-bottom: solid 1px #a4aeb9;
}
.cid-veTJegfp4L .mbr-section-subtitle {
  text-align: center;
}
.cid-veTJegfp4L .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-veTJegfp4L p {
  margin-top: 0;
  margin-bottom: 0rem;
}
@media (max-width: 767px) {
  .cid-veTJegfp4L .mbr-text {
    font-size: 0.8rem !important;
  }
}
@media (max-width: 991px) {
  .cid-veTJegfp4L {
    padding-top: 0.544rem !important;
  }
}
.cid-veTJegfp4L .align-left {
  float: left;
  color: #19519a;
  font-size: 0.9rem;
  font-weight: 600;
}
.cid-veTJegfp4L .align-right {
  float: right;
  color: #19519a;
  font-size: 0.9rem;
  font-weight: 600;
}
.cid-veTAjJE8WO {
  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-veTAjJE8WO .mbr-fallback-image.disabled {
  display: none;
}
.cid-veTAjJE8WO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veTAjJE8WO .content-wrapper {
  background: #ffffffec;
  border-radius: 13px;
  border: solid 1px #a4aeb9;
  background-size: cover;
}
@media (max-width: 991px) {
  .cid-veTAjJE8WO .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-veTAjJE8WO .content-wrapper .image-wrapper {
    margin-bottom: 0.744rem;
  }
}
@media (max-width: 767px) {
  .cid-veTAjJE8WO .content-wrapper {
    padding: 0.44rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-veTAjJE8WO .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-veTAjJE8WO .content-wrapper {
    padding: 5rem;
  }
  .cid-veTAjJE8WO .content-wrapper .text-wrapper {
    padding-left: 3rem;
  }
}
@media (min-width: 768px) {
  .cid-veTAjJE8WO .col-md-4 {
    width: 76% !important;
  }
}
.cid-veTAjJE8WO .mbr-section-title {
  line-height: 1.4;
  color: #13508a;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-veTAjJE8WO {
    padding-top: 1.88rem;
    padding-bottom: 2rem;
  }
  .cid-veTAjJE8WO .col-lg-6 {
    flex: 0 0 auto;
    width: 55%;
  }
  .cid-veTAjJE8WO .btn {
    border-radius: 10px;
    padding: 0.6rem 1.8rem ;
    margin: 0.3rem;
    border: solid 2px #ffffff !important;
  }
  .cid-veTAjJE8WO .image-wrapper {
    padding: 0rem;
    margin-left: 20px;
    margin-right: 0px;
  }
  .cid-veTAjJE8WO img,
  .cid-veTAjJE8WO iframe {
    display: block;
    width: 160px;
    border-radius: 8px;
  }
  .cid-veTAjJE8WO .container {
    padding: 0rem !important;
  }
  .cid-veTAjJE8WO .col-lg-4 {
    flex: 0 0 auto;
    width: 20.3333333333%;
  }
  .cid-veTAjJE8WO .col-md {
    flex: none;
  }
}
@media (max-width: 991px) {
  .cid-veTAjJE8WO {
    padding-bottom: 2rem;
    padding-top: 1.544rem;
  }
  .cid-veTAjJE8WO .col-md {
    flex: 1 0 auto;
  }
  .cid-veTAjJE8WO .btn {
    width: 64%;
    border-radius: 8px;
    padding: 0.4rem 1.44rem;
    margin: 0.2rem;
    font-size: 0.8rem;
    border: solid 2px #ffffff !important;
  }
  .cid-veTAjJE8WO .w-100 {
    width: 94% !important;
    margin: auto;
    height: 216px;
    object-fit: cover;
  }
  .cid-veTAjJE8WO .image-wrapper {
    padding: 0rem;
  }
  .cid-veTAjJE8WO .mt-3 {
    margin-top: 0.844rem !important;
  }
  .cid-veTAjJE8WO .content-wrapper {
    margin: auto;
    border-radius: 13px;
    width: 88% !important;
    padding-top: 4.44rem;
    padding-bottom: 3.44rem;
  }
  .cid-veTAjJE8WO img,
  .cid-veTAjJE8WO iframe {
    display: block;
    width: 144px;
    margin: auto;
    padding: 1rem;
  }
  .cid-veTAjJE8WO .mbr-text,
  .cid-veTAjJE8WO .mbr-section-btn {
    text-align: center !important;
  }
  .cid-veTAjJE8WO .card-title {
    text-align: center !important;
  }
  .cid-veTAjJE8WO b,
  .cid-veTAjJE8WO strong {
    font-size: 1.22rem;
  }
  .cid-veTAjJE8WO .display-2 {
    font-size: 1rem;
  }
  .cid-veTAjJE8WO .display-5 {
    line-height: 1;
  }
}
.cid-veTAjJE8WO .mbr-text,
.cid-veTAjJE8WO .mbr-section-btn {
  color: #19519a;
  text-align: right;
}
.cid-veTAjJE8WO .mt-3 {
  margin-top: 0.44rem !important;
}
.cid-veTAjJE8WO p {
  margin-bottom: 0rem;
}
.cid-veTAjJE8WO .mb-3 {
  margin-bottom: 0rem !important;
}
.cid-veTAjJE8WO .mb-4 {
  margin-bottom: 0rem !important;
}
.cid-veTAjJE8WO .card-title {
  margin-bottom: 0rem !important;
  text-align: right;
  color: #19519a;
}
.cid-veTAjJE8WO .btn-primary {
  background: linear-gradient(261deg, #11877f 50%, #18708a 100%);
}
.cid-veTHyW5zeY {
  padding-top: 3.08rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
  direction: rtl;
}
.cid-veTHyW5zeY img,
.cid-veTHyW5zeY .item-img {
  width: 100%;
  object-fit: cover;
  height: 140px;
}
.cid-veTHyW5zeY .item:focus,
.cid-veTHyW5zeY span:focus {
  outline: none;
}
.cid-veTHyW5zeY .item {
  cursor: pointer;
  margin-bottom: 1.4rem;
}
.cid-veTHyW5zeY .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-veTHyW5zeY .item-wrapper .item-content {
    padding: 0.6rem 1.3rem 0;
  }
  .cid-veTHyW5zeY .item-wrapper .item-footer {
    padding: 0.6rem 0rem;
  }
}
.cid-veTHyW5zeY .mbr-section-btn {
  margin-top: auto !important;
  text-align: center !important;
}
.cid-veTHyW5zeY .mbr-section-title {
  color: #1b5279;
  font-weight: 600;
}
.cid-veTHyW5zeY .mbr-text,
.cid-veTHyW5zeY .mbr-section-btn {
  text-align: right;
  color: #2b4743;
}
.cid-veTHyW5zeY .item-title {
  text-align: center;
  font-weight: 600;
  color: #ffffff;
  padding: 0.45rem;
  width: auto;
  background: linear-gradient(261deg, #11877f 50%, #18708a 100%);
}
.cid-veTHyW5zeY b,
.cid-veTHyW5zeY strong {
  color: #118a7c !important;
}
.cid-veTHyW5zeY .btn {
  padding: 0.4rem 0rem;
  border-radius: 6px;
  margin-right: 4px;
  border-width: 1.5px;
  margin-left: 4px;
  width: 40%;
}
.cid-veTHyW5zeY .btn-primary {
  background: linear-gradient(261deg, #11877f 50%, #18708a 100%);
}
.cid-veTHyW5zeY .btn-primary-outline {
  color: #274c6a;
}
.cid-veTHyW5zeY .display-7 {
  margin-bottom: 0rem;
}
.cid-veTHyW5zeY h5 {
  margin-bottom: 0rem;
}
.cid-veTHyW5zeY .mt-1 {
  margin-top: 0rem !important;
}
.cid-veTHyW5zeY .mt-3 {
  margin-top: 0rem !important;
  padding-top: 1rem !important;
}
.cid-veTHyW5zeY .mbr-section-subtitle {
  color: #1d3659;
}
.cid-veTHyW5zeY .mbr-text {
  background: white;
  padding-right: 1.4rem;
}
.cid-veTHyW5zeY .item-content {
  padding: 0rem !important;
}
.cid-veTHyW5zeY .item-footer {
  padding: 1rem;
  padding-top: 0.5rem;
}
.cid-veTHyW5zeY .display-2 {
  font-size: 1.3rem;
  line-height: 1.5;
  padding: 1rem;
  font-weight: 600;
  margin: auto;
}
.cid-veTHyW5zeY .mt-4 {
  margin-top: 2rem !important;
}
@media (max-width: 767px) {
  .cid-veTHyW5zeY .item-wrapper {
    width: 80%;
    margin: auto;
    height: fit-content;
  }
  .cid-veTHyW5zeY .btn {
    width: 45%;
    font-size: 0.8rem;
  }
  .cid-veTHyW5zeY .item-title {
    font-size: 0.9rem;
  }
  .cid-veTHyW5zeY .mbr-text {
    font-size: 0.8rem;
  }
  .cid-veTHyW5zeY .display-2 {
    font-size: 1.1rem;
  }
  .cid-veTHyW5zeY img,
  .cid-veTHyW5zeY .item-img {
    height: 160px;
  }
  .cid-veTHyW5zeY .align-left {
    font-size: 0.844rem;
  }
  .cid-veTHyW5zeY .align-right {
    font-size: 0.844rem;
  }
}
.cid-veTHyW5zeY .container1 {
  padding-bottom: 1.44rem;
}
.cid-veTAjL5aRO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #deedf0;
}
.cid-veTAjL5aRO .mbr-fallback-image.disabled {
  display: none;
}
.cid-veTAjL5aRO .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-veTAjL5aRO .image-wrapper {
    margin-bottom: 1rem;
    display: none;
  }
  .cid-veTAjL5aRO .col-12 {
    flex: 0 0 auto;
    width: 76%;
  }
}
@media (min-width: 768px) {
  .cid-veTAjL5aRO .image-wrapper1 {
    margin-bottom: 1rem;
    display: none;
  }
}
.cid-veTAjL5aRO .row {
  flex-direction: row-reverse;
}
.cid-veTAjL5aRO img {
  width: 100%;
  border: solid;
  border-width: thin;
  border-color: #888888;
}
.cid-veTAjL5aRO .col-12 {
  padding: 0rem;
}
.cid-veTAjMdeUx {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-veTAjMdeUx .mbr-section-subtitle {
  text-align: center;
}
.cid-veTAjMdeUx .mbr-text {
  text-align: center;
  color: #13508a;
}
.cid-veTAjNalKH {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-veTAjNalKH .mbr-fallback-image.disabled {
  display: none;
}
.cid-veTAjNalKH .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-veTAjNalKH img {
    width: 82%;
    margin-bottom: 0.544rem !important;
  }
}
.cid-veTAjNalKH .row {
  flex-direction: row-reverse;
}
.cid-veTAjNalKH img {
  object-fit: cover;
  border-radius: 8px;
  margin: auto;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-veTAjNalKH .col-lg-6 {
    flex: 0 0 auto;
    width: 33%;
    margin: auto;
  }
}
.cid-veTAjPk2KQ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-veTAjPk2KQ .media-container-row .mbr-text {
  color: #232323;
  font-family: Arial, Helvetica, sans-serif;
}
.cid-veTAPTBF3b {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-veTAPTBF3b nav.navbar {
  position: fixed;
}
.cid-veTAPTBF3b .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-veTAPTBF3b .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-veTAPTBF3b .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-veTAPTBF3b .dropdown-item:hover,
.cid-veTAPTBF3b .dropdown-item:focus {
  background: #11877f !important;
  color: white !important;
}
.cid-veTAPTBF3b .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-veTAPTBF3b .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-veTAPTBF3b .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-veTAPTBF3b .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-veTAPTBF3b .nav-link {
  position: relative;
}
.cid-veTAPTBF3b .container {
  display: flex;
  margin: auto;
}
.cid-veTAPTBF3b .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-veTAPTBF3b .dropdown-menu,
.cid-veTAPTBF3b .navbar.opened {
  background: #ffffff !important;
}
.cid-veTAPTBF3b .nav-item:focus,
.cid-veTAPTBF3b .nav-link:focus {
  outline: none;
}
.cid-veTAPTBF3b .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veTAPTBF3b .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veTAPTBF3b .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veTAPTBF3b .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veTAPTBF3b .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-veTAPTBF3b .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-veTAPTBF3b .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-veTAPTBF3b .navbar.opened {
  transition: all 0.3s;
}
.cid-veTAPTBF3b .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-veTAPTBF3b .navbar .navbar-logo img {
  width: auto;
}
.cid-veTAPTBF3b .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-veTAPTBF3b .navbar.collapsed {
  justify-content: center;
}
.cid-veTAPTBF3b .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-veTAPTBF3b .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-veTAPTBF3b .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-veTAPTBF3b .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-veTAPTBF3b .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-veTAPTBF3b .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-veTAPTBF3b .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-veTAPTBF3b .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-veTAPTBF3b .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-veTAPTBF3b .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veTAPTBF3b .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veTAPTBF3b .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veTAPTBF3b .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veTAPTBF3b .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-veTAPTBF3b .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-veTAPTBF3b .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-veTAPTBF3b .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veTAPTBF3b .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0rem;
  }
  .cid-veTAPTBF3b .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veTAPTBF3b .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-veTAPTBF3b .navbar.navbar-short {
  min-height: 60px;
}
.cid-veTAPTBF3b .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-veTAPTBF3b .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-veTAPTBF3b .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-veTAPTBF3b .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veTAPTBF3b .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-veTAPTBF3b .dropdown-item.active,
.cid-veTAPTBF3b .dropdown-item:active {
  background-color: transparent;
}
.cid-veTAPTBF3b .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veTAPTBF3b .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veTAPTBF3b .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veTAPTBF3b .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-veTAPTBF3b .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-veTAPTBF3b .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-veTAPTBF3b ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-veTAPTBF3b .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-veTAPTBF3b button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-veTAPTBF3b button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-veTAPTBF3b button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-veTAPTBF3b button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veTAPTBF3b button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veTAPTBF3b button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veTAPTBF3b nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veTAPTBF3b nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veTAPTBF3b nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veTAPTBF3b nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veTAPTBF3b .navbar-dropdown {
  padding: 0 0rem;
  position: fixed;
}
.cid-veTAPTBF3b a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veTAPTBF3b .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-veTAPTBF3b .navbar {
    height: 70px;
  }
  .cid-veTAPTBF3b .navbar.opened {
    height: auto;
  }
  .cid-veTAPTBF3b .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veTAPTBF3b .navbar-logo {
  margin-right: 0.5rem;
}
.cid-veTAPTBF3b .btn {
  border-radius: 10px;
  box-shadow: 0px 0px 5px 1px #e8e8e8;
}
.cid-veTAPTBF3b .btn-primary {
  background: linear-gradient(261deg, #11877f 50%, #18708a 100%);
}
.cid-veTAPYwxlq {
  padding-top: 0.44rem;
  padding-bottom: 0.44rem;
  background: #13508a;
}
.cid-veTAPYwxlq .mbr-section-subtitle {
  text-align: center;
}
.cid-veTAPYwxlq .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-veTAPYwxlq p {
  margin-top: 0;
  margin-bottom: 0rem;
}
@media (max-width: 767px) {
  .cid-veTAPYwxlq .mbr-text {
    font-size: 0.8rem !important;
  }
}
.cid-veTJhpe4TW {
  padding-top: 0.432rem;
  padding-bottom: 0.288rem;
  background: #fafcfc;
  border-bottom: solid 1px #a4aeb9;
}
.cid-veTJhpe4TW .mbr-section-subtitle {
  text-align: center;
}
.cid-veTJhpe4TW .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-veTJhpe4TW p {
  margin-top: 0;
  margin-bottom: 0rem;
}
@media (max-width: 767px) {
  .cid-veTJhpe4TW .mbr-text {
    font-size: 0.8rem !important;
  }
}
@media (max-width: 991px) {
  .cid-veTJhpe4TW {
    padding-top: 0.544rem !important;
  }
}
.cid-veTJhpe4TW .align-left {
  float: left;
  color: #19519a;
  font-size: 0.9rem;
  font-weight: 600;
}
.cid-veTJhpe4TW .align-right {
  float: right;
  color: #19519a;
  font-size: 0.9rem;
  font-weight: 600;
}
.cid-veTAQ5gQqa {
  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-veTAQ5gQqa .mbr-fallback-image.disabled {
  display: none;
}
.cid-veTAQ5gQqa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veTAQ5gQqa .content-wrapper {
  background: #ffffffec;
  border-radius: 13px;
  border: solid 1px #a4aeb9;
  background-size: cover;
}
@media (max-width: 991px) {
  .cid-veTAQ5gQqa .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-veTAQ5gQqa .content-wrapper .image-wrapper {
    margin-bottom: 0.744rem;
  }
}
@media (max-width: 767px) {
  .cid-veTAQ5gQqa .content-wrapper {
    padding: 0.44rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-veTAQ5gQqa .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-veTAQ5gQqa .content-wrapper {
    padding: 5rem;
  }
  .cid-veTAQ5gQqa .content-wrapper .text-wrapper {
    padding-left: 3rem;
  }
}
@media (min-width: 768px) {
  .cid-veTAQ5gQqa .col-md-4 {
    width: 76% !important;
  }
}
.cid-veTAQ5gQqa .mbr-section-title {
  line-height: 1.4;
  color: #13508a;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-veTAQ5gQqa {
    padding-top: 1.88rem;
    padding-bottom: 2rem;
  }
  .cid-veTAQ5gQqa .col-lg-6 {
    flex: 0 0 auto;
    width: 55%;
  }
  .cid-veTAQ5gQqa .btn {
    border-radius: 10px;
    padding: 0.6rem 1.8rem ;
    margin: 0.3rem;
    border: solid 2px #ffffff !important;
  }
  .cid-veTAQ5gQqa .image-wrapper {
    padding: 0rem;
    margin-left: 20px;
    margin-right: 0px;
  }
  .cid-veTAQ5gQqa img,
  .cid-veTAQ5gQqa iframe {
    display: block;
    width: 160px;
    border-radius: 8px;
  }
  .cid-veTAQ5gQqa .container {
    padding: 0rem !important;
  }
  .cid-veTAQ5gQqa .col-lg-4 {
    flex: 0 0 auto;
    width: 20.3333333333%;
  }
  .cid-veTAQ5gQqa .col-md {
    flex: none;
  }
}
@media (max-width: 991px) {
  .cid-veTAQ5gQqa {
    padding-bottom: 2rem;
    padding-top: 1.544rem;
  }
  .cid-veTAQ5gQqa .col-md {
    flex: 1 0 auto;
  }
  .cid-veTAQ5gQqa .btn {
    width: 64%;
    border-radius: 8px;
    padding: 0.4rem 1.44rem;
    margin: 0.2rem;
    font-size: 0.8rem;
    border: solid 2px #ffffff !important;
  }
  .cid-veTAQ5gQqa .w-100 {
    width: 94% !important;
    margin: auto;
    height: 216px;
    object-fit: cover;
  }
  .cid-veTAQ5gQqa .image-wrapper {
    padding: 0rem;
  }
  .cid-veTAQ5gQqa .mt-3 {
    margin-top: 0.844rem !important;
  }
  .cid-veTAQ5gQqa .content-wrapper {
    margin: auto;
    border-radius: 13px;
    width: 88% !important;
    padding-top: 4.44rem;
    padding-bottom: 3.44rem;
  }
  .cid-veTAQ5gQqa img,
  .cid-veTAQ5gQqa iframe {
    display: block;
    width: 144px;
    margin: auto;
    padding: 1rem;
  }
  .cid-veTAQ5gQqa .mbr-text,
  .cid-veTAQ5gQqa .mbr-section-btn {
    text-align: center !important;
  }
  .cid-veTAQ5gQqa .card-title {
    text-align: center !important;
  }
  .cid-veTAQ5gQqa b,
  .cid-veTAQ5gQqa strong {
    font-size: 1.22rem;
  }
  .cid-veTAQ5gQqa .display-2 {
    font-size: 1rem;
  }
  .cid-veTAQ5gQqa .display-5 {
    line-height: 1;
  }
}
.cid-veTAQ5gQqa .mbr-text,
.cid-veTAQ5gQqa .mbr-section-btn {
  color: #19519a;
  text-align: right;
}
.cid-veTAQ5gQqa .mt-3 {
  margin-top: 0.44rem !important;
}
.cid-veTAQ5gQqa p {
  margin-bottom: 0rem;
}
.cid-veTAQ5gQqa .mb-3 {
  margin-bottom: 0rem !important;
}
.cid-veTAQ5gQqa .mb-4 {
  margin-bottom: 0rem !important;
}
.cid-veTAQ5gQqa .card-title {
  margin-bottom: 0rem !important;
  text-align: right;
  color: #19519a;
}
.cid-veTAQ5gQqa .btn-primary {
  background: linear-gradient(261deg, #11877f 50%, #18708a 100%);
}
.cid-veTHAUifc5 {
  padding-top: 3.08rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
  direction: rtl;
}
.cid-veTHAUifc5 img,
.cid-veTHAUifc5 .item-img {
  width: 100%;
  object-fit: cover;
  height: 140px;
}
.cid-veTHAUifc5 .item:focus,
.cid-veTHAUifc5 span:focus {
  outline: none;
}
.cid-veTHAUifc5 .item {
  cursor: pointer;
  margin-bottom: 1.4rem;
}
.cid-veTHAUifc5 .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-veTHAUifc5 .item-wrapper .item-content {
    padding: 0.6rem 1.3rem 0;
  }
  .cid-veTHAUifc5 .item-wrapper .item-footer {
    padding: 0.6rem 0rem;
  }
}
.cid-veTHAUifc5 .mbr-section-btn {
  margin-top: auto !important;
  text-align: center !important;
}
.cid-veTHAUifc5 .mbr-section-title {
  color: #1b5279;
  font-weight: 600;
}
.cid-veTHAUifc5 .mbr-text,
.cid-veTHAUifc5 .mbr-section-btn {
  text-align: right;
  color: #2b4743;
}
.cid-veTHAUifc5 .item-title {
  text-align: center;
  font-weight: 600;
  color: #ffffff;
  padding: 0.45rem;
  width: auto;
  background: linear-gradient(261deg, #11877f 50%, #18708a 100%);
}
.cid-veTHAUifc5 b,
.cid-veTHAUifc5 strong {
  color: #118a7c !important;
}
.cid-veTHAUifc5 .btn {
  padding: 0.4rem 0rem;
  border-radius: 6px;
  margin-right: 4px;
  border-width: 1.5px;
  margin-left: 4px;
  width: 40%;
}
.cid-veTHAUifc5 .btn-primary {
  background: linear-gradient(261deg, #11877f 50%, #18708a 100%);
}
.cid-veTHAUifc5 .btn-primary-outline {
  color: #274c6a;
}
.cid-veTHAUifc5 .display-7 {
  margin-bottom: 0rem;
}
.cid-veTHAUifc5 h5 {
  margin-bottom: 0rem;
}
.cid-veTHAUifc5 .mt-1 {
  margin-top: 0rem !important;
}
.cid-veTHAUifc5 .mt-3 {
  margin-top: 0rem !important;
  padding-top: 1rem !important;
}
.cid-veTHAUifc5 .mbr-section-subtitle {
  color: #1d3659;
}
.cid-veTHAUifc5 .mbr-text {
  background: white;
  padding-right: 1.4rem;
}
.cid-veTHAUifc5 .item-content {
  padding: 0rem !important;
}
.cid-veTHAUifc5 .item-footer {
  padding: 1rem;
  padding-top: 0.5rem;
}
.cid-veTHAUifc5 .display-2 {
  font-size: 1.3rem;
  line-height: 1.5;
  padding: 1rem;
  font-weight: 600;
  margin: auto;
}
.cid-veTHAUifc5 .mt-4 {
  margin-top: 2rem !important;
}
@media (max-width: 767px) {
  .cid-veTHAUifc5 .item-wrapper {
    width: 80%;
    margin: auto;
    height: fit-content;
  }
  .cid-veTHAUifc5 .btn {
    width: 45%;
    font-size: 0.8rem;
  }
  .cid-veTHAUifc5 .item-title {
    font-size: 0.9rem;
  }
  .cid-veTHAUifc5 .mbr-text {
    font-size: 0.8rem;
  }
  .cid-veTHAUifc5 .display-2 {
    font-size: 1.1rem;
  }
  .cid-veTHAUifc5 img,
  .cid-veTHAUifc5 .item-img {
    height: 160px;
  }
  .cid-veTHAUifc5 .align-left {
    font-size: 0.844rem;
  }
  .cid-veTHAUifc5 .align-right {
    font-size: 0.844rem;
  }
}
.cid-veTHAUifc5 .container1 {
  padding-bottom: 1.44rem;
}
.cid-veTAQ846SU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #deedf0;
}
.cid-veTAQ846SU .mbr-fallback-image.disabled {
  display: none;
}
.cid-veTAQ846SU .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-veTAQ846SU .image-wrapper {
    margin-bottom: 1rem;
    display: none;
  }
  .cid-veTAQ846SU .col-12 {
    flex: 0 0 auto;
    width: 76%;
  }
}
@media (min-width: 768px) {
  .cid-veTAQ846SU .image-wrapper1 {
    margin-bottom: 1rem;
    display: none;
  }
}
.cid-veTAQ846SU .row {
  flex-direction: row-reverse;
}
.cid-veTAQ846SU img {
  width: 100%;
  border: solid;
  border-width: thin;
  border-color: #888888;
}
.cid-veTAQ846SU .col-12 {
  padding: 0rem;
}
.cid-veTAQ9pIhW {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-veTAQ9pIhW .mbr-section-subtitle {
  text-align: center;
}
.cid-veTAQ9pIhW .mbr-text {
  text-align: center;
  color: #13508a;
}
.cid-veTAQa3iX2 {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-veTAQa3iX2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veTAQa3iX2 .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-veTAQa3iX2 img {
    width: 82%;
    margin-bottom: 0.544rem !important;
  }
}
.cid-veTAQa3iX2 .row {
  flex-direction: row-reverse;
}
.cid-veTAQa3iX2 img {
  object-fit: cover;
  border-radius: 8px;
  margin: auto;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-veTAQa3iX2 .col-lg-6 {
    flex: 0 0 auto;
    width: 33%;
    margin: auto;
  }
}
.cid-veTAQb8MeN {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-veTAQb8MeN .media-container-row .mbr-text {
  color: #232323;
  font-family: Arial, Helvetica, sans-serif;
}
.cid-veTChdhDYP {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-veTChdhDYP nav.navbar {
  position: fixed;
}
.cid-veTChdhDYP .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-veTChdhDYP .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-veTChdhDYP .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-veTChdhDYP .dropdown-item:hover,
.cid-veTChdhDYP .dropdown-item:focus {
  background: #11877f !important;
  color: white !important;
}
.cid-veTChdhDYP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-veTChdhDYP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-veTChdhDYP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-veTChdhDYP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-veTChdhDYP .nav-link {
  position: relative;
}
.cid-veTChdhDYP .container {
  display: flex;
  margin: auto;
}
.cid-veTChdhDYP .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-veTChdhDYP .dropdown-menu,
.cid-veTChdhDYP .navbar.opened {
  background: #ffffff !important;
}
.cid-veTChdhDYP .nav-item:focus,
.cid-veTChdhDYP .nav-link:focus {
  outline: none;
}
.cid-veTChdhDYP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veTChdhDYP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veTChdhDYP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veTChdhDYP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veTChdhDYP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-veTChdhDYP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-veTChdhDYP .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-veTChdhDYP .navbar.opened {
  transition: all 0.3s;
}
.cid-veTChdhDYP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-veTChdhDYP .navbar .navbar-logo img {
  width: auto;
}
.cid-veTChdhDYP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-veTChdhDYP .navbar.collapsed {
  justify-content: center;
}
.cid-veTChdhDYP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-veTChdhDYP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-veTChdhDYP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-veTChdhDYP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-veTChdhDYP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-veTChdhDYP .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-veTChdhDYP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-veTChdhDYP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-veTChdhDYP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-veTChdhDYP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veTChdhDYP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veTChdhDYP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veTChdhDYP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veTChdhDYP .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-veTChdhDYP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-veTChdhDYP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-veTChdhDYP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veTChdhDYP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0rem;
  }
  .cid-veTChdhDYP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veTChdhDYP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-veTChdhDYP .navbar.navbar-short {
  min-height: 60px;
}
.cid-veTChdhDYP .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-veTChdhDYP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-veTChdhDYP .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-veTChdhDYP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veTChdhDYP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-veTChdhDYP .dropdown-item.active,
.cid-veTChdhDYP .dropdown-item:active {
  background-color: transparent;
}
.cid-veTChdhDYP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veTChdhDYP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veTChdhDYP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veTChdhDYP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-veTChdhDYP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-veTChdhDYP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-veTChdhDYP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-veTChdhDYP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-veTChdhDYP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-veTChdhDYP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-veTChdhDYP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-veTChdhDYP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veTChdhDYP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veTChdhDYP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veTChdhDYP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veTChdhDYP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veTChdhDYP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veTChdhDYP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veTChdhDYP .navbar-dropdown {
  padding: 0 0rem;
  position: fixed;
}
.cid-veTChdhDYP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veTChdhDYP .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-veTChdhDYP .navbar {
    height: 70px;
  }
  .cid-veTChdhDYP .navbar.opened {
    height: auto;
  }
  .cid-veTChdhDYP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veTChdhDYP .navbar-logo {
  margin-right: 0.5rem;
}
.cid-veTChdhDYP .btn {
  border-radius: 10px;
  box-shadow: 0px 0px 5px 1px #e8e8e8;
}
.cid-veTChdhDYP .btn-primary {
  background: linear-gradient(261deg, #11877f 50%, #18708a 100%);
}
.cid-veTChgrQ9r {
  padding-top: 0.44rem;
  padding-bottom: 0.44rem;
  background: #13508a;
}
.cid-veTChgrQ9r .mbr-section-subtitle {
  text-align: center;
}
.cid-veTChgrQ9r .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-veTChgrQ9r p {
  margin-top: 0;
  margin-bottom: 0rem;
}
@media (max-width: 767px) {
  .cid-veTChgrQ9r .mbr-text {
    font-size: 0.8rem !important;
  }
}
.cid-veTJkwVgyU {
  padding-top: 0.432rem;
  padding-bottom: 0.288rem;
  background: #fafcfc;
  border-bottom: solid 1px #a4aeb9;
}
.cid-veTJkwVgyU .mbr-section-subtitle {
  text-align: center;
}
.cid-veTJkwVgyU .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-veTJkwVgyU p {
  margin-top: 0;
  margin-bottom: 0rem;
}
@media (max-width: 767px) {
  .cid-veTJkwVgyU .mbr-text {
    font-size: 0.8rem !important;
  }
}
@media (max-width: 991px) {
  .cid-veTJkwVgyU {
    padding-top: 0.544rem !important;
  }
}
.cid-veTJkwVgyU .align-left {
  float: left;
  color: #19519a;
  font-size: 0.9rem;
  font-weight: 600;
}
.cid-veTJkwVgyU .align-right {
  float: right;
  color: #19519a;
  font-size: 0.9rem;
  font-weight: 600;
}
.cid-veTChj6tRI {
  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-veTChj6tRI .mbr-fallback-image.disabled {
  display: none;
}
.cid-veTChj6tRI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veTChj6tRI .content-wrapper {
  background: #ffffffec;
  border-radius: 13px;
  border: solid 1px #a4aeb9;
  background-size: cover;
}
@media (max-width: 991px) {
  .cid-veTChj6tRI .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-veTChj6tRI .content-wrapper .image-wrapper {
    margin-bottom: 0.744rem;
  }
}
@media (max-width: 767px) {
  .cid-veTChj6tRI .content-wrapper {
    padding: 0.44rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-veTChj6tRI .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-veTChj6tRI .content-wrapper {
    padding: 5rem;
  }
  .cid-veTChj6tRI .content-wrapper .text-wrapper {
    padding-left: 3rem;
  }
}
@media (min-width: 768px) {
  .cid-veTChj6tRI .col-md-4 {
    width: 76% !important;
  }
}
.cid-veTChj6tRI .mbr-section-title {
  line-height: 1.4;
  color: #13508a;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-veTChj6tRI {
    padding-top: 1.88rem;
    padding-bottom: 2rem;
  }
  .cid-veTChj6tRI .col-lg-6 {
    flex: 0 0 auto;
    width: 55%;
  }
  .cid-veTChj6tRI .btn {
    border-radius: 10px;
    padding: 0.6rem 1.8rem ;
    margin: 0.3rem;
    border: solid 2px #ffffff !important;
  }
  .cid-veTChj6tRI .image-wrapper {
    padding: 0rem;
    margin-left: 20px;
    margin-right: 0px;
  }
  .cid-veTChj6tRI img,
  .cid-veTChj6tRI iframe {
    display: block;
    width: 160px;
    border-radius: 8px;
  }
  .cid-veTChj6tRI .container {
    padding: 0rem !important;
  }
  .cid-veTChj6tRI .col-lg-4 {
    flex: 0 0 auto;
    width: 20.3333333333%;
  }
  .cid-veTChj6tRI .col-md {
    flex: none;
  }
}
@media (max-width: 991px) {
  .cid-veTChj6tRI {
    padding-bottom: 2rem;
    padding-top: 1.544rem;
  }
  .cid-veTChj6tRI .col-md {
    flex: 1 0 auto;
  }
  .cid-veTChj6tRI .btn {
    width: 64%;
    border-radius: 8px;
    padding: 0.4rem 1.44rem;
    margin: 0.2rem;
    font-size: 0.8rem;
    border: solid 2px #ffffff !important;
  }
  .cid-veTChj6tRI .w-100 {
    width: 94% !important;
    margin: auto;
    height: 216px;
    object-fit: cover;
  }
  .cid-veTChj6tRI .image-wrapper {
    padding: 0rem;
  }
  .cid-veTChj6tRI .mt-3 {
    margin-top: 0.844rem !important;
  }
  .cid-veTChj6tRI .content-wrapper {
    margin: auto;
    border-radius: 13px;
    width: 88% !important;
    padding-top: 4.44rem;
    padding-bottom: 3.44rem;
  }
  .cid-veTChj6tRI img,
  .cid-veTChj6tRI iframe {
    display: block;
    width: 144px;
    margin: auto;
    padding: 1rem;
  }
  .cid-veTChj6tRI .mbr-text,
  .cid-veTChj6tRI .mbr-section-btn {
    text-align: center !important;
  }
  .cid-veTChj6tRI .card-title {
    text-align: center !important;
  }
  .cid-veTChj6tRI b,
  .cid-veTChj6tRI strong {
    font-size: 1.22rem;
  }
  .cid-veTChj6tRI .display-2 {
    font-size: 1rem;
  }
  .cid-veTChj6tRI .display-5 {
    line-height: 1;
  }
}
.cid-veTChj6tRI .mbr-text,
.cid-veTChj6tRI .mbr-section-btn {
  color: #19519a;
  text-align: right;
}
.cid-veTChj6tRI .mt-3 {
  margin-top: 0.44rem !important;
}
.cid-veTChj6tRI p {
  margin-bottom: 0rem;
}
.cid-veTChj6tRI .mb-3 {
  margin-bottom: 0rem !important;
}
.cid-veTChj6tRI .mb-4 {
  margin-bottom: 0rem !important;
}
.cid-veTChj6tRI .card-title {
  margin-bottom: 0rem !important;
  text-align: right;
  color: #19519a;
}
.cid-veTChj6tRI .btn-primary {
  background: linear-gradient(261deg, #11877f 50%, #18708a 100%);
}
.cid-veTHCCoKak {
  padding-top: 3.08rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
  direction: rtl;
}
.cid-veTHCCoKak img,
.cid-veTHCCoKak .item-img {
  width: 100%;
  object-fit: cover;
  height: 140px;
}
.cid-veTHCCoKak .item:focus,
.cid-veTHCCoKak span:focus {
  outline: none;
}
.cid-veTHCCoKak .item {
  cursor: pointer;
  margin-bottom: 1.4rem;
}
.cid-veTHCCoKak .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-veTHCCoKak .item-wrapper .item-content {
    padding: 0.6rem 1.3rem 0;
  }
  .cid-veTHCCoKak .item-wrapper .item-footer {
    padding: 0.6rem 0rem;
  }
}
.cid-veTHCCoKak .mbr-section-btn {
  margin-top: auto !important;
  text-align: center !important;
}
.cid-veTHCCoKak .mbr-section-title {
  color: #1b5279;
  font-weight: 600;
}
.cid-veTHCCoKak .mbr-text,
.cid-veTHCCoKak .mbr-section-btn {
  text-align: right;
  color: #2b4743;
}
.cid-veTHCCoKak .item-title {
  text-align: center;
  font-weight: 600;
  color: #ffffff;
  padding: 0.45rem;
  width: auto;
  background: linear-gradient(261deg, #11877f 50%, #18708a 100%);
}
.cid-veTHCCoKak b,
.cid-veTHCCoKak strong {
  color: #118a7c !important;
}
.cid-veTHCCoKak .btn {
  padding: 0.4rem 0rem;
  border-radius: 6px;
  margin-right: 4px;
  border-width: 1.5px;
  margin-left: 4px;
  width: 40%;
}
.cid-veTHCCoKak .btn-primary {
  background: linear-gradient(261deg, #11877f 50%, #18708a 100%);
}
.cid-veTHCCoKak .btn-primary-outline {
  color: #274c6a;
}
.cid-veTHCCoKak .display-7 {
  margin-bottom: 0rem;
}
.cid-veTHCCoKak h5 {
  margin-bottom: 0rem;
}
.cid-veTHCCoKak .mt-1 {
  margin-top: 0rem !important;
}
.cid-veTHCCoKak .mt-3 {
  margin-top: 0rem !important;
  padding-top: 1rem !important;
}
.cid-veTHCCoKak .mbr-section-subtitle {
  color: #1d3659;
}
.cid-veTHCCoKak .mbr-text {
  background: white;
  padding-right: 1.4rem;
}
.cid-veTHCCoKak .item-content {
  padding: 0rem !important;
}
.cid-veTHCCoKak .item-footer {
  padding: 1rem;
  padding-top: 0.5rem;
}
.cid-veTHCCoKak .display-2 {
  font-size: 1.3rem;
  line-height: 1.5;
  padding: 1rem;
  font-weight: 600;
  margin: auto;
}
.cid-veTHCCoKak .mt-4 {
  margin-top: 2rem !important;
}
@media (max-width: 767px) {
  .cid-veTHCCoKak .item-wrapper {
    width: 80%;
    margin: auto;
    height: fit-content;
  }
  .cid-veTHCCoKak .btn {
    width: 45%;
    font-size: 0.8rem;
  }
  .cid-veTHCCoKak .item-title {
    font-size: 0.9rem;
  }
  .cid-veTHCCoKak .mbr-text {
    font-size: 0.8rem;
  }
  .cid-veTHCCoKak .display-2 {
    font-size: 1.1rem;
  }
  .cid-veTHCCoKak img,
  .cid-veTHCCoKak .item-img {
    height: 160px;
  }
  .cid-veTHCCoKak .align-left {
    font-size: 0.844rem;
  }
  .cid-veTHCCoKak .align-right {
    font-size: 0.844rem;
  }
}
.cid-veTHCCoKak .container1 {
  padding-bottom: 1.44rem;
}
.cid-veTChkHBDE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #deedf0;
}
.cid-veTChkHBDE .mbr-fallback-image.disabled {
  display: none;
}
.cid-veTChkHBDE .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-veTChkHBDE .image-wrapper {
    margin-bottom: 1rem;
    display: none;
  }
  .cid-veTChkHBDE .col-12 {
    flex: 0 0 auto;
    width: 76%;
  }
}
@media (min-width: 768px) {
  .cid-veTChkHBDE .image-wrapper1 {
    margin-bottom: 1rem;
    display: none;
  }
}
.cid-veTChkHBDE .row {
  flex-direction: row-reverse;
}
.cid-veTChkHBDE img {
  width: 100%;
  border: solid;
  border-width: thin;
  border-color: #888888;
}
.cid-veTChkHBDE .col-12 {
  padding: 0rem;
}
.cid-veTChmO36x {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-veTChmO36x .mbr-section-subtitle {
  text-align: center;
}
.cid-veTChmO36x .mbr-text {
  text-align: center;
  color: #13508a;
}
.cid-veTChnUWiP {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-veTChnUWiP .mbr-fallback-image.disabled {
  display: none;
}
.cid-veTChnUWiP .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-veTChnUWiP img {
    width: 82%;
    margin-bottom: 0.544rem !important;
  }
}
.cid-veTChnUWiP .row {
  flex-direction: row-reverse;
}
.cid-veTChnUWiP img {
  object-fit: cover;
  border-radius: 8px;
  margin: auto;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-veTChnUWiP .col-lg-6 {
    flex: 0 0 auto;
    width: 33%;
    margin: auto;
  }
}
.cid-veTChpuRze {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-veTChpuRze .media-container-row .mbr-text {
  color: #232323;
  font-family: Arial, Helvetica, sans-serif;
}
.cid-veTCZRBzPd {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-veTCZRBzPd nav.navbar {
  position: fixed;
}
.cid-veTCZRBzPd .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-veTCZRBzPd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-veTCZRBzPd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-veTCZRBzPd .dropdown-item:hover,
.cid-veTCZRBzPd .dropdown-item:focus {
  background: #11877f !important;
  color: white !important;
}
.cid-veTCZRBzPd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-veTCZRBzPd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-veTCZRBzPd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-veTCZRBzPd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-veTCZRBzPd .nav-link {
  position: relative;
}
.cid-veTCZRBzPd .container {
  display: flex;
  margin: auto;
}
.cid-veTCZRBzPd .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-veTCZRBzPd .dropdown-menu,
.cid-veTCZRBzPd .navbar.opened {
  background: #ffffff !important;
}
.cid-veTCZRBzPd .nav-item:focus,
.cid-veTCZRBzPd .nav-link:focus {
  outline: none;
}
.cid-veTCZRBzPd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veTCZRBzPd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veTCZRBzPd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veTCZRBzPd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veTCZRBzPd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-veTCZRBzPd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-veTCZRBzPd .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-veTCZRBzPd .navbar.opened {
  transition: all 0.3s;
}
.cid-veTCZRBzPd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-veTCZRBzPd .navbar .navbar-logo img {
  width: auto;
}
.cid-veTCZRBzPd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-veTCZRBzPd .navbar.collapsed {
  justify-content: center;
}
.cid-veTCZRBzPd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-veTCZRBzPd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-veTCZRBzPd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-veTCZRBzPd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-veTCZRBzPd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-veTCZRBzPd .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-veTCZRBzPd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-veTCZRBzPd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-veTCZRBzPd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-veTCZRBzPd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veTCZRBzPd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veTCZRBzPd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veTCZRBzPd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veTCZRBzPd .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-veTCZRBzPd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-veTCZRBzPd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-veTCZRBzPd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veTCZRBzPd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0rem;
  }
  .cid-veTCZRBzPd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veTCZRBzPd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-veTCZRBzPd .navbar.navbar-short {
  min-height: 60px;
}
.cid-veTCZRBzPd .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-veTCZRBzPd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-veTCZRBzPd .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-veTCZRBzPd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veTCZRBzPd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-veTCZRBzPd .dropdown-item.active,
.cid-veTCZRBzPd .dropdown-item:active {
  background-color: transparent;
}
.cid-veTCZRBzPd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veTCZRBzPd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veTCZRBzPd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veTCZRBzPd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-veTCZRBzPd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-veTCZRBzPd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-veTCZRBzPd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-veTCZRBzPd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-veTCZRBzPd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-veTCZRBzPd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-veTCZRBzPd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-veTCZRBzPd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veTCZRBzPd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veTCZRBzPd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veTCZRBzPd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veTCZRBzPd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veTCZRBzPd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veTCZRBzPd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veTCZRBzPd .navbar-dropdown {
  padding: 0 0rem;
  position: fixed;
}
.cid-veTCZRBzPd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veTCZRBzPd .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-veTCZRBzPd .navbar {
    height: 70px;
  }
  .cid-veTCZRBzPd .navbar.opened {
    height: auto;
  }
  .cid-veTCZRBzPd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veTCZRBzPd .navbar-logo {
  margin-right: 0.5rem;
}
.cid-veTCZRBzPd .btn {
  border-radius: 10px;
  box-shadow: 0px 0px 5px 1px #e8e8e8;
}
.cid-veTCZRBzPd .btn-primary {
  background: linear-gradient(261deg, #11877f 50%, #18708a 100%);
}
.cid-veTCZSSt3H {
  padding-top: 0.44rem;
  padding-bottom: 0.44rem;
  background: #13508a;
}
.cid-veTCZSSt3H .mbr-section-subtitle {
  text-align: center;
}
.cid-veTCZSSt3H .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-veTCZSSt3H p {
  margin-top: 0;
  margin-bottom: 0rem;
}
@media (max-width: 767px) {
  .cid-veTCZSSt3H .mbr-text {
    font-size: 0.8rem !important;
  }
}
.cid-veTJo89Jtc {
  padding-top: 0.432rem;
  padding-bottom: 0.288rem;
  background: #fafcfc;
  border-bottom: solid 1px #a4aeb9;
}
.cid-veTJo89Jtc .mbr-section-subtitle {
  text-align: center;
}
.cid-veTJo89Jtc .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-veTJo89Jtc p {
  margin-top: 0;
  margin-bottom: 0rem;
}
@media (max-width: 767px) {
  .cid-veTJo89Jtc .mbr-text {
    font-size: 0.8rem !important;
  }
}
@media (max-width: 991px) {
  .cid-veTJo89Jtc {
    padding-top: 0.544rem !important;
  }
}
.cid-veTJo89Jtc .align-left {
  float: left;
  color: #19519a;
  font-size: 0.9rem;
  font-weight: 600;
}
.cid-veTJo89Jtc .align-right {
  float: right;
  color: #19519a;
  font-size: 0.9rem;
  font-weight: 600;
}
.cid-veTCZUf3Je {
  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-veTCZUf3Je .mbr-fallback-image.disabled {
  display: none;
}
.cid-veTCZUf3Je .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veTCZUf3Je .content-wrapper {
  background: #ffffffec;
  border-radius: 13px;
  border: solid 1px #a4aeb9;
  background-size: cover;
}
@media (max-width: 991px) {
  .cid-veTCZUf3Je .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-veTCZUf3Je .content-wrapper .image-wrapper {
    margin-bottom: 0.744rem;
  }
}
@media (max-width: 767px) {
  .cid-veTCZUf3Je .content-wrapper {
    padding: 0.44rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-veTCZUf3Je .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-veTCZUf3Je .content-wrapper {
    padding: 5rem;
  }
  .cid-veTCZUf3Je .content-wrapper .text-wrapper {
    padding-left: 3rem;
  }
}
@media (min-width: 768px) {
  .cid-veTCZUf3Je .col-md-4 {
    width: 76% !important;
  }
}
.cid-veTCZUf3Je .mbr-section-title {
  line-height: 1.4;
  color: #13508a;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-veTCZUf3Je {
    padding-top: 1.88rem;
    padding-bottom: 2rem;
  }
  .cid-veTCZUf3Je .col-lg-6 {
    flex: 0 0 auto;
    width: 55%;
  }
  .cid-veTCZUf3Je .btn {
    border-radius: 10px;
    padding: 0.6rem 1.8rem ;
    margin: 0.3rem;
    border: solid 2px #ffffff !important;
  }
  .cid-veTCZUf3Je .image-wrapper {
    padding: 0rem;
    margin-left: 20px;
    margin-right: 0px;
  }
  .cid-veTCZUf3Je img,
  .cid-veTCZUf3Je iframe {
    display: block;
    width: 160px;
    border-radius: 8px;
  }
  .cid-veTCZUf3Je .container {
    padding: 0rem !important;
  }
  .cid-veTCZUf3Je .col-lg-4 {
    flex: 0 0 auto;
    width: 20.3333333333%;
  }
  .cid-veTCZUf3Je .col-md {
    flex: none;
  }
}
@media (max-width: 991px) {
  .cid-veTCZUf3Je {
    padding-bottom: 2rem;
    padding-top: 1.544rem;
  }
  .cid-veTCZUf3Je .col-md {
    flex: 1 0 auto;
  }
  .cid-veTCZUf3Je .btn {
    width: 64%;
    border-radius: 8px;
    padding: 0.4rem 1.44rem;
    margin: 0.2rem;
    font-size: 0.8rem;
    border: solid 2px #ffffff !important;
  }
  .cid-veTCZUf3Je .w-100 {
    width: 94% !important;
    margin: auto;
    height: 216px;
    object-fit: cover;
  }
  .cid-veTCZUf3Je .image-wrapper {
    padding: 0rem;
  }
  .cid-veTCZUf3Je .mt-3 {
    margin-top: 0.844rem !important;
  }
  .cid-veTCZUf3Je .content-wrapper {
    margin: auto;
    border-radius: 13px;
    width: 88% !important;
    padding-top: 4.44rem;
    padding-bottom: 3.44rem;
  }
  .cid-veTCZUf3Je img,
  .cid-veTCZUf3Je iframe {
    display: block;
    width: 144px;
    margin: auto;
    padding: 1rem;
  }
  .cid-veTCZUf3Je .mbr-text,
  .cid-veTCZUf3Je .mbr-section-btn {
    text-align: center !important;
  }
  .cid-veTCZUf3Je .card-title {
    text-align: center !important;
  }
  .cid-veTCZUf3Je b,
  .cid-veTCZUf3Je strong {
    font-size: 1.22rem;
  }
  .cid-veTCZUf3Je .display-2 {
    font-size: 1rem;
  }
  .cid-veTCZUf3Je .display-5 {
    line-height: 1;
  }
}
.cid-veTCZUf3Je .mbr-text,
.cid-veTCZUf3Je .mbr-section-btn {
  color: #19519a;
  text-align: right;
}
.cid-veTCZUf3Je .mt-3 {
  margin-top: 0.44rem !important;
}
.cid-veTCZUf3Je p {
  margin-bottom: 0rem;
}
.cid-veTCZUf3Je .mb-3 {
  margin-bottom: 0rem !important;
}
.cid-veTCZUf3Je .mb-4 {
  margin-bottom: 0rem !important;
}
.cid-veTCZUf3Je .card-title {
  margin-bottom: 0rem !important;
  text-align: right;
  color: #19519a;
}
.cid-veTCZUf3Je .btn-primary {
  background: linear-gradient(261deg, #11877f 50%, #18708a 100%);
}
.cid-veTHEqYNkG {
  padding-top: 3.08rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
  direction: rtl;
}
.cid-veTHEqYNkG img,
.cid-veTHEqYNkG .item-img {
  width: 100%;
  object-fit: cover;
  height: 140px;
}
.cid-veTHEqYNkG .item:focus,
.cid-veTHEqYNkG span:focus {
  outline: none;
}
.cid-veTHEqYNkG .item {
  cursor: pointer;
  margin-bottom: 1.4rem;
}
.cid-veTHEqYNkG .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-veTHEqYNkG .item-wrapper .item-content {
    padding: 0.6rem 1.3rem 0;
  }
  .cid-veTHEqYNkG .item-wrapper .item-footer {
    padding: 0.6rem 0rem;
  }
}
.cid-veTHEqYNkG .mbr-section-btn {
  margin-top: auto !important;
  text-align: center !important;
}
.cid-veTHEqYNkG .mbr-section-title {
  color: #1b5279;
  font-weight: 600;
}
.cid-veTHEqYNkG .mbr-text,
.cid-veTHEqYNkG .mbr-section-btn {
  text-align: right;
  color: #2b4743;
}
.cid-veTHEqYNkG .item-title {
  text-align: center;
  font-weight: 600;
  color: #ffffff;
  padding: 0.45rem;
  width: auto;
  background: linear-gradient(261deg, #11877f 50%, #18708a 100%);
}
.cid-veTHEqYNkG b,
.cid-veTHEqYNkG strong {
  color: #118a7c !important;
}
.cid-veTHEqYNkG .btn {
  padding: 0.4rem 0rem;
  border-radius: 6px;
  margin-right: 4px;
  border-width: 1.5px;
  margin-left: 4px;
  width: 40%;
}
.cid-veTHEqYNkG .btn-primary {
  background: linear-gradient(261deg, #11877f 50%, #18708a 100%);
}
.cid-veTHEqYNkG .btn-primary-outline {
  color: #274c6a;
}
.cid-veTHEqYNkG .display-7 {
  margin-bottom: 0rem;
}
.cid-veTHEqYNkG h5 {
  margin-bottom: 0rem;
}
.cid-veTHEqYNkG .mt-1 {
  margin-top: 0rem !important;
}
.cid-veTHEqYNkG .mt-3 {
  margin-top: 0rem !important;
  padding-top: 1rem !important;
}
.cid-veTHEqYNkG .mbr-section-subtitle {
  color: #1d3659;
}
.cid-veTHEqYNkG .mbr-text {
  background: white;
  padding-right: 1.4rem;
}
.cid-veTHEqYNkG .item-content {
  padding: 0rem !important;
}
.cid-veTHEqYNkG .item-footer {
  padding: 1rem;
  padding-top: 0.5rem;
}
.cid-veTHEqYNkG .display-2 {
  font-size: 1.3rem;
  line-height: 1.5;
  padding: 1rem;
  font-weight: 600;
  margin: auto;
}
.cid-veTHEqYNkG .mt-4 {
  margin-top: 2rem !important;
}
@media (max-width: 767px) {
  .cid-veTHEqYNkG .item-wrapper {
    width: 80%;
    margin: auto;
    height: fit-content;
  }
  .cid-veTHEqYNkG .btn {
    width: 45%;
    font-size: 0.8rem;
  }
  .cid-veTHEqYNkG .item-title {
    font-size: 0.9rem;
  }
  .cid-veTHEqYNkG .mbr-text {
    font-size: 0.8rem;
  }
  .cid-veTHEqYNkG .display-2 {
    font-size: 1.1rem;
  }
  .cid-veTHEqYNkG img,
  .cid-veTHEqYNkG .item-img {
    height: 160px;
  }
  .cid-veTHEqYNkG .align-left {
    font-size: 0.844rem;
  }
  .cid-veTHEqYNkG .align-right {
    font-size: 0.844rem;
  }
}
.cid-veTHEqYNkG .container1 {
  padding-bottom: 1.44rem;
}
.cid-veTCZVcImY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #deedf0;
}
.cid-veTCZVcImY .mbr-fallback-image.disabled {
  display: none;
}
.cid-veTCZVcImY .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-veTCZVcImY .image-wrapper {
    margin-bottom: 1rem;
    display: none;
  }
  .cid-veTCZVcImY .col-12 {
    flex: 0 0 auto;
    width: 76%;
  }
}
@media (min-width: 768px) {
  .cid-veTCZVcImY .image-wrapper1 {
    margin-bottom: 1rem;
    display: none;
  }
}
.cid-veTCZVcImY .row {
  flex-direction: row-reverse;
}
.cid-veTCZVcImY img {
  width: 100%;
  border: solid;
  border-width: thin;
  border-color: #888888;
}
.cid-veTCZVcImY .col-12 {
  padding: 0rem;
}
.cid-veTCZWmGkW {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-veTCZWmGkW .mbr-section-subtitle {
  text-align: center;
}
.cid-veTCZWmGkW .mbr-text {
  text-align: center;
  color: #13508a;
}
.cid-veTCZXldgO {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-veTCZXldgO .mbr-fallback-image.disabled {
  display: none;
}
.cid-veTCZXldgO .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-veTCZXldgO img {
    width: 82%;
    margin-bottom: 0.544rem !important;
  }
}
.cid-veTCZXldgO .row {
  flex-direction: row-reverse;
}
.cid-veTCZXldgO img {
  object-fit: cover;
  border-radius: 8px;
  margin: auto;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-veTCZXldgO .col-lg-6 {
    flex: 0 0 auto;
    width: 33%;
    margin: auto;
  }
}
.cid-veTCZYFsLB {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-veTCZYFsLB .media-container-row .mbr-text {
  color: #232323;
  font-family: Arial, Helvetica, sans-serif;
}
.cid-veTDTcYfiX {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-veTDTcYfiX nav.navbar {
  position: fixed;
}
.cid-veTDTcYfiX .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-veTDTcYfiX .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-veTDTcYfiX .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-veTDTcYfiX .dropdown-item:hover,
.cid-veTDTcYfiX .dropdown-item:focus {
  background: #11877f !important;
  color: white !important;
}
.cid-veTDTcYfiX .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-veTDTcYfiX .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-veTDTcYfiX .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-veTDTcYfiX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-veTDTcYfiX .nav-link {
  position: relative;
}
.cid-veTDTcYfiX .container {
  display: flex;
  margin: auto;
}
.cid-veTDTcYfiX .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-veTDTcYfiX .dropdown-menu,
.cid-veTDTcYfiX .navbar.opened {
  background: #ffffff !important;
}
.cid-veTDTcYfiX .nav-item:focus,
.cid-veTDTcYfiX .nav-link:focus {
  outline: none;
}
.cid-veTDTcYfiX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veTDTcYfiX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veTDTcYfiX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veTDTcYfiX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veTDTcYfiX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-veTDTcYfiX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-veTDTcYfiX .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-veTDTcYfiX .navbar.opened {
  transition: all 0.3s;
}
.cid-veTDTcYfiX .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-veTDTcYfiX .navbar .navbar-logo img {
  width: auto;
}
.cid-veTDTcYfiX .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-veTDTcYfiX .navbar.collapsed {
  justify-content: center;
}
.cid-veTDTcYfiX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-veTDTcYfiX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-veTDTcYfiX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-veTDTcYfiX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-veTDTcYfiX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-veTDTcYfiX .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-veTDTcYfiX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-veTDTcYfiX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-veTDTcYfiX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-veTDTcYfiX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veTDTcYfiX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veTDTcYfiX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veTDTcYfiX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veTDTcYfiX .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-veTDTcYfiX .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-veTDTcYfiX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-veTDTcYfiX .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veTDTcYfiX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0rem;
  }
  .cid-veTDTcYfiX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veTDTcYfiX .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-veTDTcYfiX .navbar.navbar-short {
  min-height: 60px;
}
.cid-veTDTcYfiX .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-veTDTcYfiX .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-veTDTcYfiX .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-veTDTcYfiX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veTDTcYfiX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-veTDTcYfiX .dropdown-item.active,
.cid-veTDTcYfiX .dropdown-item:active {
  background-color: transparent;
}
.cid-veTDTcYfiX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veTDTcYfiX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veTDTcYfiX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veTDTcYfiX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-veTDTcYfiX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-veTDTcYfiX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-veTDTcYfiX ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-veTDTcYfiX .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-veTDTcYfiX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-veTDTcYfiX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-veTDTcYfiX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-veTDTcYfiX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veTDTcYfiX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veTDTcYfiX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veTDTcYfiX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veTDTcYfiX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veTDTcYfiX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veTDTcYfiX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veTDTcYfiX .navbar-dropdown {
  padding: 0 0rem;
  position: fixed;
}
.cid-veTDTcYfiX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veTDTcYfiX .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-veTDTcYfiX .navbar {
    height: 70px;
  }
  .cid-veTDTcYfiX .navbar.opened {
    height: auto;
  }
  .cid-veTDTcYfiX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veTDTcYfiX .navbar-logo {
  margin-right: 0.5rem;
}
.cid-veTDTcYfiX .btn {
  border-radius: 10px;
  box-shadow: 0px 0px 5px 1px #e8e8e8;
}
.cid-veTDTcYfiX .btn-primary {
  background: linear-gradient(261deg, #11877f 50%, #18708a 100%);
}
.cid-veTDTelh8O {
  padding-top: 0.44rem;
  padding-bottom: 0.44rem;
  background: #13508a;
}
.cid-veTDTelh8O .mbr-section-subtitle {
  text-align: center;
}
.cid-veTDTelh8O .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-veTDTelh8O p {
  margin-top: 0;
  margin-bottom: 0rem;
}
@media (max-width: 767px) {
  .cid-veTDTelh8O .mbr-text {
    font-size: 0.8rem !important;
  }
}
.cid-veTJr9jA6m {
  padding-top: 0.432rem;
  padding-bottom: 0.288rem;
  background: #fafcfc;
  border-bottom: solid 1px #a4aeb9;
}
.cid-veTJr9jA6m .mbr-section-subtitle {
  text-align: center;
}
.cid-veTJr9jA6m .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-veTJr9jA6m p {
  margin-top: 0;
  margin-bottom: 0rem;
}
@media (max-width: 767px) {
  .cid-veTJr9jA6m .mbr-text {
    font-size: 0.8rem !important;
  }
}
@media (max-width: 991px) {
  .cid-veTJr9jA6m {
    padding-top: 0.544rem !important;
  }
}
.cid-veTJr9jA6m .align-left {
  float: left;
  color: #19519a;
  font-size: 0.9rem;
  font-weight: 600;
}
.cid-veTJr9jA6m .align-right {
  float: right;
  color: #19519a;
  font-size: 0.9rem;
  font-weight: 600;
}
.cid-veTDTgm0nr {
  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-veTDTgm0nr .mbr-fallback-image.disabled {
  display: none;
}
.cid-veTDTgm0nr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veTDTgm0nr .content-wrapper {
  background: #ffffffec;
  border-radius: 13px;
  border: solid 1px #a4aeb9;
  background-size: cover;
}
@media (max-width: 991px) {
  .cid-veTDTgm0nr .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-veTDTgm0nr .content-wrapper .image-wrapper {
    margin-bottom: 0.744rem;
  }
}
@media (max-width: 767px) {
  .cid-veTDTgm0nr .content-wrapper {
    padding: 0.44rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-veTDTgm0nr .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-veTDTgm0nr .content-wrapper {
    padding: 5rem;
  }
  .cid-veTDTgm0nr .content-wrapper .text-wrapper {
    padding-left: 3rem;
  }
}
@media (min-width: 768px) {
  .cid-veTDTgm0nr .col-md-4 {
    width: 76% !important;
  }
}
.cid-veTDTgm0nr .mbr-section-title {
  line-height: 1.4;
  color: #13508a;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-veTDTgm0nr {
    padding-top: 1.88rem;
    padding-bottom: 2rem;
  }
  .cid-veTDTgm0nr .col-lg-6 {
    flex: 0 0 auto;
    width: 55%;
  }
  .cid-veTDTgm0nr .btn {
    border-radius: 10px;
    padding: 0.6rem 1.8rem ;
    margin: 0.3rem;
    border: solid 2px #ffffff !important;
  }
  .cid-veTDTgm0nr .image-wrapper {
    padding: 0rem;
    margin-left: 20px;
    margin-right: 0px;
  }
  .cid-veTDTgm0nr img,
  .cid-veTDTgm0nr iframe {
    display: block;
    width: 160px;
    border-radius: 8px;
  }
  .cid-veTDTgm0nr .container {
    padding: 0rem !important;
  }
  .cid-veTDTgm0nr .col-lg-4 {
    flex: 0 0 auto;
    width: 20.3333333333%;
  }
  .cid-veTDTgm0nr .col-md {
    flex: none;
  }
}
@media (max-width: 991px) {
  .cid-veTDTgm0nr {
    padding-bottom: 2rem;
    padding-top: 1.544rem;
  }
  .cid-veTDTgm0nr .col-md {
    flex: 1 0 auto;
  }
  .cid-veTDTgm0nr .btn {
    width: 64%;
    border-radius: 8px;
    padding: 0.4rem 1.44rem;
    margin: 0.2rem;
    font-size: 0.8rem;
    border: solid 2px #ffffff !important;
  }
  .cid-veTDTgm0nr .w-100 {
    width: 94% !important;
    margin: auto;
    height: 216px;
    object-fit: cover;
  }
  .cid-veTDTgm0nr .image-wrapper {
    padding: 0rem;
  }
  .cid-veTDTgm0nr .mt-3 {
    margin-top: 0.844rem !important;
  }
  .cid-veTDTgm0nr .content-wrapper {
    margin: auto;
    border-radius: 13px;
    width: 88% !important;
    padding-top: 4.44rem;
    padding-bottom: 3.44rem;
  }
  .cid-veTDTgm0nr img,
  .cid-veTDTgm0nr iframe {
    display: block;
    width: 144px;
    margin: auto;
    padding: 1rem;
  }
  .cid-veTDTgm0nr .mbr-text,
  .cid-veTDTgm0nr .mbr-section-btn {
    text-align: center !important;
  }
  .cid-veTDTgm0nr .card-title {
    text-align: center !important;
  }
  .cid-veTDTgm0nr b,
  .cid-veTDTgm0nr strong {
    font-size: 1.22rem;
  }
  .cid-veTDTgm0nr .display-2 {
    font-size: 1rem;
  }
  .cid-veTDTgm0nr .display-5 {
    line-height: 1;
  }
}
.cid-veTDTgm0nr .mbr-text,
.cid-veTDTgm0nr .mbr-section-btn {
  color: #19519a;
  text-align: right;
}
.cid-veTDTgm0nr .mt-3 {
  margin-top: 0.44rem !important;
}
.cid-veTDTgm0nr p {
  margin-bottom: 0rem;
}
.cid-veTDTgm0nr .mb-3 {
  margin-bottom: 0rem !important;
}
.cid-veTDTgm0nr .mb-4 {
  margin-bottom: 0rem !important;
}
.cid-veTDTgm0nr .card-title {
  margin-bottom: 0rem !important;
  text-align: right;
  color: #19519a;
}
.cid-veTDTgm0nr .btn-primary {
  background: linear-gradient(261deg, #11877f 50%, #18708a 100%);
}
.cid-veTHG9TVmI {
  padding-top: 3.08rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
  direction: rtl;
}
.cid-veTHG9TVmI img,
.cid-veTHG9TVmI .item-img {
  width: 100%;
  object-fit: cover;
  height: 140px;
}
.cid-veTHG9TVmI .item:focus,
.cid-veTHG9TVmI span:focus {
  outline: none;
}
.cid-veTHG9TVmI .item {
  cursor: pointer;
  margin-bottom: 1.4rem;
}
.cid-veTHG9TVmI .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-veTHG9TVmI .item-wrapper .item-content {
    padding: 0.6rem 1.3rem 0;
  }
  .cid-veTHG9TVmI .item-wrapper .item-footer {
    padding: 0.6rem 0rem;
  }
}
.cid-veTHG9TVmI .mbr-section-btn {
  margin-top: auto !important;
  text-align: center !important;
}
.cid-veTHG9TVmI .mbr-section-title {
  color: #1b5279;
  font-weight: 600;
}
.cid-veTHG9TVmI .mbr-text,
.cid-veTHG9TVmI .mbr-section-btn {
  text-align: right;
  color: #2b4743;
}
.cid-veTHG9TVmI .item-title {
  text-align: center;
  font-weight: 600;
  color: #ffffff;
  padding: 0.45rem;
  width: auto;
  background: linear-gradient(261deg, #11877f 50%, #18708a 100%);
}
.cid-veTHG9TVmI b,
.cid-veTHG9TVmI strong {
  color: #118a7c !important;
}
.cid-veTHG9TVmI .btn {
  padding: 0.4rem 0rem;
  border-radius: 6px;
  margin-right: 4px;
  border-width: 1.5px;
  margin-left: 4px;
  width: 40%;
}
.cid-veTHG9TVmI .btn-primary {
  background: linear-gradient(261deg, #11877f 50%, #18708a 100%);
}
.cid-veTHG9TVmI .btn-primary-outline {
  color: #274c6a;
}
.cid-veTHG9TVmI .display-7 {
  margin-bottom: 0rem;
}
.cid-veTHG9TVmI h5 {
  margin-bottom: 0rem;
}
.cid-veTHG9TVmI .mt-1 {
  margin-top: 0rem !important;
}
.cid-veTHG9TVmI .mt-3 {
  margin-top: 0rem !important;
  padding-top: 1rem !important;
}
.cid-veTHG9TVmI .mbr-section-subtitle {
  color: #1d3659;
}
.cid-veTHG9TVmI .mbr-text {
  background: white;
  padding-right: 1.4rem;
}
.cid-veTHG9TVmI .item-content {
  padding: 0rem !important;
}
.cid-veTHG9TVmI .item-footer {
  padding: 1rem;
  padding-top: 0.5rem;
}
.cid-veTHG9TVmI .display-2 {
  font-size: 1.3rem;
  line-height: 1.5;
  padding: 1rem;
  font-weight: 600;
  margin: auto;
}
.cid-veTHG9TVmI .mt-4 {
  margin-top: 2rem !important;
}
@media (max-width: 767px) {
  .cid-veTHG9TVmI .item-wrapper {
    width: 80%;
    margin: auto;
    height: fit-content;
  }
  .cid-veTHG9TVmI .btn {
    width: 45%;
    font-size: 0.8rem;
  }
  .cid-veTHG9TVmI .item-title {
    font-size: 0.9rem;
  }
  .cid-veTHG9TVmI .mbr-text {
    font-size: 0.8rem;
  }
  .cid-veTHG9TVmI .display-2 {
    font-size: 1.1rem;
  }
  .cid-veTHG9TVmI img,
  .cid-veTHG9TVmI .item-img {
    height: 160px;
  }
  .cid-veTHG9TVmI .align-left {
    font-size: 0.844rem;
  }
  .cid-veTHG9TVmI .align-right {
    font-size: 0.844rem;
  }
}
.cid-veTHG9TVmI .container1 {
  padding-bottom: 1.44rem;
}
.cid-veTDThQczz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #deedf0;
}
.cid-veTDThQczz .mbr-fallback-image.disabled {
  display: none;
}
.cid-veTDThQczz .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-veTDThQczz .image-wrapper {
    margin-bottom: 1rem;
    display: none;
  }
  .cid-veTDThQczz .col-12 {
    flex: 0 0 auto;
    width: 76%;
  }
}
@media (min-width: 768px) {
  .cid-veTDThQczz .image-wrapper1 {
    margin-bottom: 1rem;
    display: none;
  }
}
.cid-veTDThQczz .row {
  flex-direction: row-reverse;
}
.cid-veTDThQczz img {
  width: 100%;
  border: solid;
  border-width: thin;
  border-color: #888888;
}
.cid-veTDThQczz .col-12 {
  padding: 0rem;
}
.cid-veTDTj3zEd {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-veTDTj3zEd .mbr-section-subtitle {
  text-align: center;
}
.cid-veTDTj3zEd .mbr-text {
  text-align: center;
  color: #13508a;
}
.cid-veTDTjZBOA {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-veTDTjZBOA .mbr-fallback-image.disabled {
  display: none;
}
.cid-veTDTjZBOA .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-veTDTjZBOA img {
    width: 82%;
    margin-bottom: 0.544rem !important;
  }
}
.cid-veTDTjZBOA .row {
  flex-direction: row-reverse;
}
.cid-veTDTjZBOA img {
  object-fit: cover;
  border-radius: 8px;
  margin: auto;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-veTDTjZBOA .col-lg-6 {
    flex: 0 0 auto;
    width: 33%;
    margin: auto;
  }
}
.cid-veTDTlDOpx {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-veTDTlDOpx .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;
}
