.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.item-wrapper .mbr-overlay {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ffffff !important;
}
.bg-success {
  background-color: #3a341c !important;
}
.bg-info {
  background-color: #ffa0a0 !important;
}
.bg-warning {
  background-color: #0c2c68 !important;
}
.bg-danger {
  background-color: #ffea64 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
  color: #d70081 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #d70081 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffa0a0 !important;
  border-color: #ffa0a0 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffd3d3 !important;
  border-color: #ffd3d3 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #ffd3d3 !important;
  border-color: #ffd3d3 !important;
}
.btn-success,
.btn-success:active {
  background-color: #3a341c !important;
  border-color: #3a341c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #0c2c68 !important;
  border-color: #0c2c68 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #113f96 !important;
  border-color: #113f96 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #113f96 !important;
  border-color: #113f96 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
  color: #645600 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #645600 !important;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffd7ef;
  color: #ffd7ef;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff80cc !important;
  background-color: transparent !important;
  border-color: #ff80cc !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #d70081 !important;
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffa0a0;
  color: #ffa0a0;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ff4949 !important;
  background-color: transparent !important;
  border-color: #ff4949 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #ffa0a0 !important;
  border-color: #ffa0a0 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #3a341c;
  color: #3a341c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3a341c !important;
  border-color: #3a341c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #0c2c68;
  color: #0c2c68;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #030b1a !important;
  background-color: transparent !important;
  border-color: #030b1a !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #0c2c68 !important;
  border-color: #0c2c68 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffea64;
  color: #ffea64;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffde0d !important;
  background-color: transparent !important;
  border-color: #ffde0d !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #645600 !important;
  background-color: #ffea64 !important;
  border-color: #ffea64 !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: #ffffff !important;
}
.text-secondary {
  color: #ffd7ef !important;
}
.text-success {
  color: #3a341c !important;
}
.text-info {
  color: #ffa0a0 !important;
}
.text-warning {
  color: #0c2c68 !important;
}
.text-danger {
  color: #ffea64 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #cccccc !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff71c6 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #ff3a3a !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #01050d !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #fddb00 !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: #ffffff;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffa0a0;
}
.alert-warning {
  background-color: #0c2c68;
}
.alert-danger {
  background-color: #ffea64;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #8c8c8c;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ffffff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c0b27c;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #195cda;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.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: #ffffff !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #ffffff;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.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: #000000 !important;
  background-color: #ffffff !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ffd7ef !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='%23ffffff' %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;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-u3TTC7B6EN {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-u3TTC7B6EN .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;
}
@media (max-width: 767px) {
  .cid-u3TTC7B6EN .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-u3TTC7B6EN .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u3TTC7B6EN .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-u3TTC7B6EN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u3TTC7B6EN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u3TTC7B6EN .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-u3TTC7B6EN .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-u3TTC7B6EN .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-u3TTC7B6EN .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-u3TTC7B6EN .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-u3TTC7B6EN .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-u3TTC7B6EN .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-u3TTC7B6EN .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-u3TTC7B6EN .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-u3TTC7B6EN .nav-link {
  width: fit-content;
  position: relative;
}
.cid-u3TTC7B6EN .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-u3TTC7B6EN .navbar-logo {
    padding-left: 0;
  }
}
.cid-u3TTC7B6EN .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-u3TTC7B6EN .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-u3TTC7B6EN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-u3TTC7B6EN .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #0c2c68;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-u3TTC7B6EN .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u3TTC7B6EN .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-u3TTC7B6EN .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u3TTC7B6EN .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #0c2c68;
}
.cid-u3TTC7B6EN .nav-item:focus,
.cid-u3TTC7B6EN .nav-link:focus {
  outline: none;
}
.cid-u3TTC7B6EN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u3TTC7B6EN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u3TTC7B6EN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u3TTC7B6EN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u3TTC7B6EN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u3TTC7B6EN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u3TTC7B6EN .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-u3TTC7B6EN .navbar.opened {
  transition: all 0.3s;
}
.cid-u3TTC7B6EN .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u3TTC7B6EN .navbar .navbar-logo img {
  width: auto;
}
.cid-u3TTC7B6EN .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-u3TTC7B6EN .navbar.collapsed {
  justify-content: center;
}
.cid-u3TTC7B6EN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u3TTC7B6EN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u3TTC7B6EN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-u3TTC7B6EN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u3TTC7B6EN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u3TTC7B6EN .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-u3TTC7B6EN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u3TTC7B6EN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u3TTC7B6EN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-u3TTC7B6EN .navbar {
    min-height: 72px;
  }
  .cid-u3TTC7B6EN .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-u3TTC7B6EN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u3TTC7B6EN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u3TTC7B6EN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u3TTC7B6EN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u3TTC7B6EN .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-u3TTC7B6EN .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u3TTC7B6EN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-u3TTC7B6EN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u3TTC7B6EN .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u3TTC7B6EN .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-u3TTC7B6EN .dropdown-item.active,
.cid-u3TTC7B6EN .dropdown-item:active {
  background-color: transparent;
}
.cid-u3TTC7B6EN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u3TTC7B6EN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u3TTC7B6EN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u3TTC7B6EN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0c2c68;
}
.cid-u3TTC7B6EN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-u3TTC7B6EN .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-u3TTC7B6EN ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u3TTC7B6EN .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-u3TTC7B6EN .navbar-buttons {
    text-align: left;
  }
}
.cid-u3TTC7B6EN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u3TTC7B6EN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-u3TTC7B6EN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u3TTC7B6EN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u3TTC7B6EN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u3TTC7B6EN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u3TTC7B6EN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u3TTC7B6EN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u3TTC7B6EN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u3TTC7B6EN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u3TTC7B6EN .navbar-dropdown {
  padding: 0 1rem;
}
.cid-u3TTC7B6EN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u3TTC7B6EN .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u3TTC7B6EN .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u3TTC7B6EN .navbar {
    height: 70px;
  }
  .cid-u3TTC7B6EN .navbar.opened {
    height: auto;
  }
  .cid-u3TTC7B6EN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u3TTC7B6EN .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-u3TTC7B6EN .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-u3TTC7B6EN .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-u3TTC7B6EN .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-u3TTC7B6EN .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-u3TTC7B6EN .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-u3TTC7B6EN .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-u3TTC7B6EN .navbar-brand {
    margin-right: auto;
  }
  .cid-u3TTC7B6EN .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #0c2c68;
    backdrop-filter: blur(8px);
  }
  .cid-u3TTC7B6EN .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-u3TTC7B6EN .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-u3TTC7B6EN .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-u3TTC7B6EN .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-u3TTC7B6EN .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-u3TTC7B6EN .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-u3TTC7B6EN .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-u3TTC7B6EN .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-u3TTC7B6EN .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-u3TTC7B6EN .navbar-collapse {
    padding: 1rem;
  }
}
.cid-umTKSajkjl {
  padding-top: 30px;
  padding-bottom: 60px;
  background: #cce5ff;
  background: linear-gradient(90deg, #cce5ff, #0c2c68);
}
.cid-umTKSajkjl .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-umTKSajkjl p {
  display: inline;
  font-size: 10px;
  color: #FFD100;
}
.cid-umTKSajkjl .marquee-rtl {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
.cid-umTKSajkjl .marquee-rtl > :first-child {
  display: inline-block;
  padding-right: 2em;
  padding-left: 100%;
  white-space: nowrap;
  animation: defilement-rtl 50s infinite linear;
  animation-iteration-count: 100;
}
.cid-umTKSajkjl .marquee-rtl:hover :first-child {
  animation-play-state: paused;
}
@keyframes defilement-rtl {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}
.cid-umTKSajkjl .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-umTKSajkjl .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uFldin9Igg {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #393193;
  background: linear-gradient(90deg, #393193, #232323);
}
.cid-uFldin9Igg .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-uFldin9Igg p {
  display: inline;
  font-size: 16px;
  color: #FFD100;
  text-shadow: 0 0 2px #f7ed4a, 0 0 30px #f7ed4a, 0px 0px 5px #f7ed4a, 0 0 150px #f7ed4a;
}
.cid-uFldin9Igg .marquee-rtl {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
.cid-uFldin9Igg .marquee-rtl > :first-child {
  display: inline-block;
  padding-right: 2em;
  padding-left: 100%;
  white-space: nowrap;
  animation: defilement-rtl 50s infinite linear;
  animation-iteration-count: 100;
}
.cid-uFldin9Igg .marquee-rtl:hover :first-child {
  animation-play-state: paused;
}
@keyframes defilement-rtl {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}
.cid-uFldin9Igg .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uFldin9Igg .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-vc1Bu39Vfd {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/old-paper-texture-mesa-de-trabajo-1-large-1620x1080.jpg");
}
.cid-vc1Bu39Vfd .mbr-fallback-image.disabled {
  display: none;
}
.cid-vc1Bu39Vfd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vc1Bu39Vfd .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-vc1Bu39Vfd .card-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vc1Bu39Vfd .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vc1Bu39Vfd .card-wrapper {
    padding: 4rem;
  }
}
.cid-vc1Bu39Vfd .mbr-text,
.cid-vc1Bu39Vfd .mbr-section-btn {
  text-align: justify;
}
.cid-vbbes7h1JE {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/past-exam-paaper-backhps-01-01-01.jpg-2000x1334.jpg");
}
.cid-vbbes7h1JE .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbbes7h1JE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbbes7h1JE .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-vbbes7h1JE .card-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vbbes7h1JE .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vbbes7h1JE .card-wrapper {
    padding: 4rem;
  }
}
.cid-vbbes7h1JE .mbr-text,
.cid-vbbes7h1JE .mbr-section-btn {
  text-align: justify;
}
.cid-v8AaR2GSiu {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/whatsapp20image202026-01-1720at2020.12.42-1237x872.jpg");
}
.cid-v8AaR2GSiu .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8AaR2GSiu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8AaR2GSiu .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-v9kqkf6JMy {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-v9kqkf6JMy .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9kqkf6JMy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-v9kqkf6JMy .container-fluid {
    padding: 0;
  }
}
.cid-v9kqkf6JMy .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-v9kqkf6JMy .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v9kqkf6JMy .embla__button--next,
.cid-v9kqkf6JMy .embla__button--prev {
  display: flex;
}
.cid-v9kqkf6JMy .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-v9kqkf6JMy .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-v9kqkf6JMy .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v9kqkf6JMy .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v9kqkf6JMy .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v9kqkf6JMy .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v9kqkf6JMy .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v9kqkf6JMy .embla {
  position: relative;
  width: 100%;
}
.cid-v9kqkf6JMy .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-v9kqkf6JMy .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v9kqkf6JMy .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v9kqkf6JMy .embla__slide a {
  cursor: grab;
}
.cid-v9kqkf6JMy .embla__slide a:active {
  cursor: grabbing;
}
.cid-v9kqkf6JMy .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v9kqkf6JMy .item-menu-overlay {
  border-radius: 2rem;
}
.cid-v9kqkf6JMy .mbr-section-title {
  color: #232323;
}
.cid-v9kqkf6JMy .mbr-section-subtitle {
  color: #232323;
}
.cid-v9kqkf6JMy .mbr-box {
  color: #ffffff;
}
.cid-v9kqkf6JMy .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-v9kqkf6JMy img,
.cid-v9kqkf6JMy .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-v9kqkf6JMy .item-wrapper {
  position: relative;
}
.cid-v9kqkf6JMy .content-head {
  max-width: 800px;
}
.cid-v4G06BYPHL {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/hps-fronte-large-1920x897.jpg");
}
.cid-v4G06BYPHL .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4G06BYPHL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4G06BYPHL .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v4G06BYPHL .image-wrap img {
    display: block;
    margin: auto;
    width: 50%;
  }
}
.cid-v4G06BYPHL .row-links {
  width: 100%;
  justify-content: center;
}
.cid-v4G06BYPHL .header-menu {
  margin-top: 2rem;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-v4G06BYPHL .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-v4G06BYPHL .header-menu li p {
  margin: 0;
}
.cid-v4G06BYPHL .content-head {
  max-width: 800px;
}
.cid-v4G06BYPHL .mbr-section-title {
  color: #ffeb69;
}
.cid-v4G06BYPHL .mbr-text,
.cid-v4G06BYPHL .mbr-section-btn {
  color: #ffeb69;
}
.cid-u3TV5F97FA {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/rsz-1past-exam-paaper-backhps-01-01-large-1256x837.webp");
}
.cid-u3TV5F97FA .mbr-overlay {
  background: #000000;
  opacity: 0.8;
}
.cid-u3TV5F97FA img,
.cid-u3TV5F97FA .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-u3TV5F97FA .item:focus,
.cid-u3TV5F97FA span:focus {
  outline: none;
}
.cid-u3TV5F97FA .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-u3TV5F97FA .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #cce5ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u3TV5F97FA .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u3TV5F97FA .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-u3TV5F97FA .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u3TV5F97FA .mbr-section-title {
  color: #fafafa;
}
.cid-u3TV5F97FA .mbr-text,
.cid-u3TV5F97FA .mbr-section-btn {
  text-align: center;
}
.cid-u3TV5F97FA .item-title {
  text-align: center;
}
.cid-u3TV5F97FA .item-subtitle {
  text-align: left;
}
.cid-u3TV7kuq6v {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #cce5ff;
}
.cid-u3TV7kuq6v .carousel {
  width: 100%;
}
.cid-u3TV7kuq6v .carousel-inner {
  display: flex;
  align-content: center;
  align-items: center;
}
.cid-u3TV7kuq6v .carousel-item img {
  height: 100vh;
  object-fit: cover;
}
.cid-u3TV7kuq6v .carousel-caption {
  bottom: 40px;
}
.cid-u3TV7kuq6v .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-u3TV7kuq6v .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-u3TV7kuq6v .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-u3TV7kuq6v .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-u3TV7kuq6v .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-u3TV7kuq6v .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-u3TV7kuq6v .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-u3TV7kuq6v .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-u3TV7kuq6v .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u3TV7kuq6v .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u3TV7kuq6v .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-u3TV7kuq6v .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-u3TV7kuq6v .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-u3TV7kuq6v .carousel-indicators li.active,
.cid-u3TV7kuq6v .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-u3TV7kuq6v .carousel-indicators li::after,
.cid-u3TV7kuq6v .carousel-indicators li::before {
  content: none;
}
.cid-u3TV7kuq6v .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-u3TV7kuq6v .carousel-indicators {
    display: none !important;
  }
}
.cid-u3TV7kuq6v H5 {
  color: #ff0040;
}
.cid-u3TV7kuq6v P {
  color: #ffeb69;
}
.cid-uuL9GIdmlC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/presidentmessageback-01-01-01-01-01-custom-2000x724.webp");
}
.cid-uuL9GIdmlC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuL9GIdmlC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uuL9GIdmlC .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uuL9GIdmlC .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uuL9GIdmlC .mbr-section-title {
  text-align: center;
  color: #fafafa;
}
.cid-uuL9GIdmlC .mbr-section-subtitle {
  text-align: center;
}
.cid-uuL9GIdmlC .image-wrapper {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  overflow: hidden;
}
.cid-uuL9GIdmlC .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-uuL9GIdmlC .content-head {
  max-width: 800px;
}
.cid-uuL9GIdmlC .img-box {
  display: flex;
  justify-content: center;
}
.cid-uuL9GIdmlC .card-title {
  text-align: center;
}
.cid-uuL9GIdmlC .card-text {
  text-align: center;
}
.cid-uuL9GIdmlC .link {
  text-align: center;
}
.cid-uuL9GIdmlC .card-title DIV {
  text-align: center;
}
.cid-u3TUNqEU6L {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #cce5ff;
}
.cid-u3TUNqEU6L .mbr-text {
  color: #000000;
}
.cid-u3TUNqEU6L .mbr-section-subtitle {
  color: #000000;
}
.cid-u3TUNqEU6L .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-u3TUNqEU6L .mbr-text,
.cid-u3TUNqEU6L .item .mbr-section-btn {
  text-align: left;
}
.cid-u3TUNqEU6L .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-u3TUNqEU6L .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u3TUNqEU6L .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-u3TUNqEU6L .mbr-card-title {
  text-align: center;
}
.cid-uIyhSS7UuQ {
  background-image: url("../../../assets/images/electionhps-1-1256x888.webp");
}
.cid-uIyhSS7UuQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIyhSS7UuQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIyhSS7UuQ .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uIyhSS7UuQ .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-uIyhSS7UuQ .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uIyhSS7UuQ .header-menu {
  margin-top: 2rem;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uIyhSS7UuQ .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uIyhSS7UuQ .header-menu li p {
  margin: 0;
}
.cid-uIyhSS7UuQ .content-head {
  max-width: 800px;
}
.cid-uIyhSS7UuQ .mbr-section-title {
  color: #ffeb69;
}
.cid-uMByQjfaCK {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uMByQjfaCK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMByQjfaCK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMByQjfaCK p {
  line-height: 1.2;
}
.cid-uMByQjfaCK .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 770px;
  max-width: 570px;
}
@media (max-width: 768px) {
  .cid-uMByQjfaCK .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uMByQjfaCK .embla__button--next,
.cid-uMByQjfaCK .embla__button--prev {
  display: flex;
}
.cid-uMByQjfaCK .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uMByQjfaCK .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uMByQjfaCK .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uMByQjfaCK .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uMByQjfaCK .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 768px) {
  .cid-uMByQjfaCK .embla__button {
    top: auto;
  }
}
.cid-uMByQjfaCK .item-wrapper {
  height: 100%;
}
.cid-uMByQjfaCK .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uMByQjfaCK .user_image {
  max-width: 600px;
  max-height: 400px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  margin: 0 auto 2rem auto;
}
.cid-uMByQjfaCK .user_image img {
  width: 100%;
  max-height: 400px;
  object-fit: cover;
}
@media (max-width: 230px) {
  .cid-uMByQjfaCK .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-uMByQjfaCK .embla {
  position: relative;
  width: 100%;
}
.cid-uMByQjfaCK .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uMByQjfaCK .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uMByQjfaCK .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uMByQjfaCK .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uMByQjfaCK .user_desk {
  color: #232323;
}
.cid-uMByQjfaCK .user_name {
  color: #232323;
}
.cid-uMByQjfaCK .user_text,
.cid-uMByQjfaCK .user_name,
.cid-uMByQjfaCK .user_desk {
  padding: 0rem 1.5rem;
}
@media (max-width: 767px) {
  .cid-uMByQjfaCK .user_text,
  .cid-uMByQjfaCK .user_name,
  .cid-uMByQjfaCK .user_desk {
    padding: 0rem 0rem;
  }
}
.cid-uMByQjfaCK .user_text {
  text-align: center;
}
.cid-uv7IeWWmGb {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/old-paper-texture-mesa-de-trabajo-1-2000x1333.webp");
}
.cid-uv7IeWWmGb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uv7IeWWmGb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uv7IeWWmGb .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-uv7IeWWmGb .mbr-section-title {
  color: #0c2c68;
}
.cid-uv7isD9AsJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/exam-fees-01-large-1920x697.webp");
}
.cid-uv7isD9AsJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uv7isD9AsJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uv7isD9AsJ .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uv7isD9AsJ .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uv7isD9AsJ .google-map {
  height: 100%;
  position: relative;
}
.cid-uv7isD9AsJ .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uv7isD9AsJ .google-map iframe {
    min-height: 350px;
  }
}
.cid-uv7isD9AsJ .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uv7isD9AsJ .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uv7isD9AsJ .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uv7isD9AsJ .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uv7isD9AsJ .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uv7isD9AsJ .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uv7isD9AsJ ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uv7isD9AsJ .content-head {
  max-width: 800px;
}
.cid-uv7isD9AsJ .mbr-section-title {
  color: #ffffff;
}
.cid-uv7isD9AsJ .list,
.cid-uv7isD9AsJ .item-wrap {
  color: #0c2c68;
}
.cid-u5h7f5HFUc {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/hps-front-2000x934.webp");
}
.cid-u5h7f5HFUc .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5h7f5HFUc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5h7f5HFUc .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-u5h7f5HFUc .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-u5h7f5HFUc .row {
    flex-direction: column-reverse !important;
  }
  .cid-u5h7f5HFUc .row .copyright {
    margin: 1rem 0 0 0;
  }
}
.cid-u5h7f5HFUc .row-links {
  width: 100%;
  justify-content: center;
}
.cid-u5h7f5HFUc .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-u5h7f5HFUc .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-u5h7f5HFUc .row-links .row-links-soc li {
  padding: 0 1rem 0rem 1rem;
}
@media (max-width: 767px) {
  .cid-u5h7f5HFUc .row-links .row-links-soc li {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-u5h7f5HFUc .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-u5h7f5HFUc .copyright {
    text-align: center;
  }
}
.cid-uuL6iw374Y {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #ff0040;
  background: linear-gradient(90deg, #ff0040, #232323);
}
.cid-uuL6iw374Y .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-uuL6iw374Y p {
  display: inline;
  font-size: 16px;
  color: #FFD100;
  text-shadow: 0 0 2px #f7ed4a, 0 0 30px #f7ed4a, 0px 0px 5px #f7ed4a, 0 0 150px #f7ed4a;
}
.cid-uuL6iw374Y .marquee-rtl {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
.cid-uuL6iw374Y .marquee-rtl > :first-child {
  display: inline-block;
  padding-right: 2em;
  padding-left: 100%;
  white-space: nowrap;
  animation: defilement-rtl 50s infinite linear;
  animation-iteration-count: 100;
}
.cid-uuL6iw374Y .marquee-rtl:hover :first-child {
  animation-play-state: paused;
}
@keyframes defilement-rtl {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}
.cid-uuL6iw374Y .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uuL6iw374Y .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-FF0KR4oTRf .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-FF0KR4oTRf p {
  display: inline;
  font-size: 26px;
  color: #fff;
}
.cid-FF0KR4oTRf .marquee-rtl {
  padding-right: 1%;
  padding-left: 1%;
}
.cid-FF0KR4oTRf .navbar {
  padding: 0.5rem 0;
  background: #cccccc;
  transition: none;
  min-height: 50px;
}
.cid-FF0KR4oTRf .navbar-fixed-top {
  padding-top: 0;
}
.cid-FF0KR4oTRf .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-FF0KR4oTRf .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-FF0KR4oTRf .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-FF0KR4oTRf .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-FF0KR4oTRf .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-FF0KR4oTRf .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-FF0KR4oTRf .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-FF0KR4oTRf .menu-content-top {
  background: #232323;
  display: none;
  max-width: 100%;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-FF0KR4oTRf .dropdown-item {
  padding: 0;
}
.cid-FF0KR4oTRf .dropdown-item,
.cid-FF0KR4oTRf .nav-link,
.cid-FF0KR4oTRf .brand-name {
  font-style: normal;
}
.cid-FF0KR4oTRf .dropdown-item:hover,
.cid-FF0KR4oTRf .nav-link:hover,
.cid-FF0KR4oTRf .brand-name:hover {
  color: #ffffff !important;
}
.cid-FF0KR4oTRf .dropdown-menu {
  background-color: #0a1c44;
}
.cid-FF0KR4oTRf .dropdown-item:active {
  background-color: #0a1c44;
}
.cid-FF0KR4oTRf .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-FF0KR4oTRf .navbar-dropdown.bg-color.transparent.opened {
  background: #cccccc;
}
.cid-FF0KR4oTRf .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-FF0KR4oTRf .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-FF0KR4oTRf .dropdown-item:before {
  font-family: MobiriseIcons !important;
  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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-FF0KR4oTRf .content-text {
  margin-bottom: 0;
}
.cid-FF0KR4oTRf .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-FF0KR4oTRf .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #ffffff;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-FF0KR4oTRf .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-FF0KR4oTRf .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-FF0KR4oTRf .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-FF0KR4oTRf .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-FF0KR4oTRf .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-FF0KR4oTRf .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-FF0KR4oTRf .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-FF0KR4oTRf .nav-dropdown .link {
  font-weight: 400;
}
.cid-FF0KR4oTRf .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-FF0KR4oTRf .content-right-side {
  text-align: center;
}
.cid-FF0KR4oTRf .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-FF0KR4oTRf .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-FF0KR4oTRf .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-FF0KR4oTRf .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-FF0KR4oTRf .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-FF0KR4oTRf .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-FF0KR4oTRf .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-FF0KR4oTRf .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-FF0KR4oTRf .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-FF0KR4oTRf .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-FF0KR4oTRf .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-FF0KR4oTRf .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-FF0KR4oTRf .menu-content-top {
    padding-top: 0px;
    padding-bottom: 0px;
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-FF0KR4oTRf .navbar {
    display: block;
    padding: 0;
  }
  .cid-FF0KR4oTRf .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-FF0KR4oTRf .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-FF0KR4oTRf .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-FF0KR4oTRf .navbar-toggler {
    display: none;
  }
  .cid-FF0KR4oTRf .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-FF0KR4oTRf .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-FF0KR4oTRf .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-FF0KR4oTRf .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-FF0KR4oTRf .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-FF0KR4oTRf .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-FF0KR4oTRf .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-FF0KR4oTRf .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-FF0KR4oTRf .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-FF0KR4oTRf .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-FF0KR4oTRf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-FF0KR4oTRf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-FF0KR4oTRf .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-FF0KR4oTRf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-FF0KR4oTRf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-FF0KR4oTRf .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-FF0KR4oTRf .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-FF0KR4oTRf .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-FF0KR4oTRf .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-FF0KR4oTRf .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-FF0KR4oTRf .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-FF0KR4oTRf .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-FF0KR4oTRf .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-FF0KR4oTRf button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-FF0KR4oTRf button.navbar-toggler:focus {
  outline: none;
}
.cid-FF0KR4oTRf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0a1c44;
}
.cid-FF0KR4oTRf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-FF0KR4oTRf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-FF0KR4oTRf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-FF0KR4oTRf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-FF0KR4oTRf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-FF0KR4oTRf nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-FF0KR4oTRf nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-FF0KR4oTRf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-FF0KR4oTRf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-FF0KR4oTRf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-FF0KR4oTRf .collapsed .btn {
  display: flex;
}
.cid-FF0KR4oTRf .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-FF0KR4oTRf .collapsed .navbar-collapse.collapsing,
.cid-FF0KR4oTRf .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-FF0KR4oTRf .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-FF0KR4oTRf .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-FF0KR4oTRf .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-FF0KR4oTRf .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-FF0KR4oTRf .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-FF0KR4oTRf .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-FF0KR4oTRf .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-FF0KR4oTRf .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-FF0KR4oTRf .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-FF0KR4oTRf .collapsed button.navbar-toggler {
  display: block;
}
.cid-FF0KR4oTRf .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-FF0KR4oTRf .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-FF0KR4oTRf .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-FF0KR4oTRf .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-FF0KR4oTRf .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-FF0KR4oTRf .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-FF0KR4oTRf .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-FF0KR4oTRf .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #4f5b77;
  }
  .cid-FF0KR4oTRf .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #4f5b77;
  }
}
@media (max-width: 991px) {
  .cid-FF0KR4oTRf .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-FF0KR4oTRf .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-FF0KR4oTRf .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-FF0KR4oTRf .navbar-collapse.collapsing,
  .cid-FF0KR4oTRf .navbar-collapse.show {
    display: block !important;
  }
  .cid-FF0KR4oTRf .navbar-collapse.collapsing .navbar-nav,
  .cid-FF0KR4oTRf .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-FF0KR4oTRf .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-FF0KR4oTRf .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-FF0KR4oTRf .navbar-collapse.collapsing .navbar-buttons,
  .cid-FF0KR4oTRf .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-FF0KR4oTRf .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-FF0KR4oTRf .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-FF0KR4oTRf img {
    height: 3.8rem !important;
  }
  .cid-FF0KR4oTRf .btn {
    display: flex;
  }
  .cid-FF0KR4oTRf button.navbar-toggler {
    display: block;
  }
  .cid-FF0KR4oTRf .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-FF0KR4oTRf .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-FF0KR4oTRf .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-FF0KR4oTRf .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-FF0KR4oTRf .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-FF0KR4oTRf .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-FF0KR4oTRf .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-FF0KR4oTRf .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-FF0KR4oTRf .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-FF0KR4oTRf .nav-link:focus {
  outline: none;
}
.cid-FF0KR4oTRf .navbar-toggler {
  position: relative;
}
.cid-FF0KR4oTRf .dropdown-item.active,
.cid-FF0KR4oTRf .dropdown-item:active {
  color: initial;
}
.cid-FF0KR4oTRf .widget-title,
.cid-FF0KR4oTRf .widget-icon {
  color: #e9e9e9;
}
.cid-FF0KR4oTRf .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-FF0KR4oTRf .menu-logo {
    display: none;
  }
  .cid-FF0KR4oTRf .navbar {
    padding: 0;
  }
  .cid-FF0KR4oTRf .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-FF0KR4oTRf button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-FF0KR4oTRf .media-container-row .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-FF0KR4oTRf .icon-bar {
  left: 0.4%;
  position: fixed;
  top: 50%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-FF0KR4oTRf .icon-bar a:hover {
  background-color: #ff0040;
  width: 100px;
}
.cid-FF0KR4oTRf .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 2px;
  border-radius: 17px;
}
.cid-FF0KR4oTRf .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-FF0KR4oTRf .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-FF0KR4oTRf .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-FF0KR4oTRf .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-FF0KR4oTRf .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-FF0KR4oTRf .instagram {
  background: #6F3AA7;
  color: white;
  width: 50px;
}
.cid-FF0KR4oTRf .custom1 {
  background: #ff7300;
  color: white;
  width: 50px;
}
.cid-FF0KR4oTRf .custom2 {
  background: #01bf46;
  color: white;
  width: 50px;
}
.cid-FF0KR4oTRf .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-FF0KR4oTRf .corner-ribbon {
  z-index: 10000;
  width: 200px;
  background-image: linear-gradient(#55b4d4, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-FF0KR4oTRf .corner-ribbon.top-zen {
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: fixed;
}
.cid-FF0KR4oTRf P {
  color: #232323;
  text-align: center;
}
.cid-FF0KR4oTRf DIV {
  color: #ffffff;
}
.cid-Ow2dHZhgRp .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-Ow2dHZhgRp p {
  display: inline;
  font-size: 26px;
  color: #fff;
}
.cid-Ow2dHZhgRp .marquee-rtl {
  padding-right: 1%;
  padding-left: 1%;
}
.cid-Ow2dHZhgRp .navbar {
  padding: 0.5rem 0;
  background: #cccccc;
  transition: none;
  min-height: 50px;
}
.cid-Ow2dHZhgRp .navbar-fixed-top {
  padding-top: 0;
}
.cid-Ow2dHZhgRp .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-Ow2dHZhgRp .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-Ow2dHZhgRp .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-Ow2dHZhgRp .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-Ow2dHZhgRp .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-Ow2dHZhgRp .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-Ow2dHZhgRp .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-Ow2dHZhgRp .menu-content-top {
  background: #232323;
  display: none;
  max-width: 100%;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-Ow2dHZhgRp .dropdown-item {
  padding: 0;
}
.cid-Ow2dHZhgRp .dropdown-item,
.cid-Ow2dHZhgRp .nav-link,
.cid-Ow2dHZhgRp .brand-name {
  font-style: normal;
}
.cid-Ow2dHZhgRp .dropdown-item:hover,
.cid-Ow2dHZhgRp .nav-link:hover,
.cid-Ow2dHZhgRp .brand-name:hover {
  color: #ffffff !important;
}
.cid-Ow2dHZhgRp .dropdown-menu {
  background-color: #0a1c44;
}
.cid-Ow2dHZhgRp .dropdown-item:active {
  background-color: #0a1c44;
}
.cid-Ow2dHZhgRp .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-Ow2dHZhgRp .navbar-dropdown.bg-color.transparent.opened {
  background: #cccccc;
}
.cid-Ow2dHZhgRp .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-Ow2dHZhgRp .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-Ow2dHZhgRp .dropdown-item:before {
  font-family: MobiriseIcons !important;
  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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-Ow2dHZhgRp .content-text {
  margin-bottom: 0;
}
.cid-Ow2dHZhgRp .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-Ow2dHZhgRp .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #ffffff;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-Ow2dHZhgRp .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-Ow2dHZhgRp .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-Ow2dHZhgRp .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-Ow2dHZhgRp .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-Ow2dHZhgRp .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-Ow2dHZhgRp .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-Ow2dHZhgRp .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-Ow2dHZhgRp .nav-dropdown .link {
  font-weight: 400;
}
.cid-Ow2dHZhgRp .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-Ow2dHZhgRp .content-right-side {
  text-align: center;
}
.cid-Ow2dHZhgRp .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-Ow2dHZhgRp .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-Ow2dHZhgRp .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-Ow2dHZhgRp .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-Ow2dHZhgRp .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-Ow2dHZhgRp .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-Ow2dHZhgRp .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-Ow2dHZhgRp .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-Ow2dHZhgRp .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-Ow2dHZhgRp .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-Ow2dHZhgRp .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-Ow2dHZhgRp .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-Ow2dHZhgRp .menu-content-top {
    padding-top: 0px;
    padding-bottom: 0px;
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-Ow2dHZhgRp .navbar {
    display: block;
    padding: 0;
  }
  .cid-Ow2dHZhgRp .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-Ow2dHZhgRp .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-Ow2dHZhgRp .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-Ow2dHZhgRp .navbar-toggler {
    display: none;
  }
  .cid-Ow2dHZhgRp .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-Ow2dHZhgRp .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-Ow2dHZhgRp .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-Ow2dHZhgRp .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-Ow2dHZhgRp .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-Ow2dHZhgRp .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-Ow2dHZhgRp .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-Ow2dHZhgRp .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-Ow2dHZhgRp .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-Ow2dHZhgRp .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-Ow2dHZhgRp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-Ow2dHZhgRp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-Ow2dHZhgRp .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-Ow2dHZhgRp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-Ow2dHZhgRp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-Ow2dHZhgRp .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-Ow2dHZhgRp .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-Ow2dHZhgRp .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-Ow2dHZhgRp .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-Ow2dHZhgRp .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-Ow2dHZhgRp .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-Ow2dHZhgRp .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-Ow2dHZhgRp .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-Ow2dHZhgRp button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-Ow2dHZhgRp button.navbar-toggler:focus {
  outline: none;
}
.cid-Ow2dHZhgRp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0a1c44;
}
.cid-Ow2dHZhgRp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-Ow2dHZhgRp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-Ow2dHZhgRp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-Ow2dHZhgRp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-Ow2dHZhgRp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-Ow2dHZhgRp nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-Ow2dHZhgRp nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-Ow2dHZhgRp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-Ow2dHZhgRp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-Ow2dHZhgRp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-Ow2dHZhgRp .collapsed .btn {
  display: flex;
}
.cid-Ow2dHZhgRp .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-Ow2dHZhgRp .collapsed .navbar-collapse.collapsing,
.cid-Ow2dHZhgRp .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-Ow2dHZhgRp .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-Ow2dHZhgRp .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-Ow2dHZhgRp .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-Ow2dHZhgRp .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-Ow2dHZhgRp .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-Ow2dHZhgRp .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-Ow2dHZhgRp .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-Ow2dHZhgRp .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-Ow2dHZhgRp .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-Ow2dHZhgRp .collapsed button.navbar-toggler {
  display: block;
}
.cid-Ow2dHZhgRp .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-Ow2dHZhgRp .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-Ow2dHZhgRp .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-Ow2dHZhgRp .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-Ow2dHZhgRp .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-Ow2dHZhgRp .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-Ow2dHZhgRp .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-Ow2dHZhgRp .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #4f5b77;
  }
  .cid-Ow2dHZhgRp .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #4f5b77;
  }
}
@media (max-width: 991px) {
  .cid-Ow2dHZhgRp .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-Ow2dHZhgRp .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-Ow2dHZhgRp .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-Ow2dHZhgRp .navbar-collapse.collapsing,
  .cid-Ow2dHZhgRp .navbar-collapse.show {
    display: block !important;
  }
  .cid-Ow2dHZhgRp .navbar-collapse.collapsing .navbar-nav,
  .cid-Ow2dHZhgRp .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-Ow2dHZhgRp .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-Ow2dHZhgRp .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-Ow2dHZhgRp .navbar-collapse.collapsing .navbar-buttons,
  .cid-Ow2dHZhgRp .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-Ow2dHZhgRp .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-Ow2dHZhgRp .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-Ow2dHZhgRp img {
    height: 3.8rem !important;
  }
  .cid-Ow2dHZhgRp .btn {
    display: flex;
  }
  .cid-Ow2dHZhgRp button.navbar-toggler {
    display: block;
  }
  .cid-Ow2dHZhgRp .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-Ow2dHZhgRp .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-Ow2dHZhgRp .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-Ow2dHZhgRp .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-Ow2dHZhgRp .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-Ow2dHZhgRp .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-Ow2dHZhgRp .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-Ow2dHZhgRp .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-Ow2dHZhgRp .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-Ow2dHZhgRp .nav-link:focus {
  outline: none;
}
.cid-Ow2dHZhgRp .navbar-toggler {
  position: relative;
}
.cid-Ow2dHZhgRp .dropdown-item.active,
.cid-Ow2dHZhgRp .dropdown-item:active {
  color: initial;
}
.cid-Ow2dHZhgRp .widget-title,
.cid-Ow2dHZhgRp .widget-icon {
  color: #e9e9e9;
}
.cid-Ow2dHZhgRp .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-Ow2dHZhgRp .menu-logo {
    display: none;
  }
  .cid-Ow2dHZhgRp .navbar {
    padding: 0;
  }
  .cid-Ow2dHZhgRp .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-Ow2dHZhgRp button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-Ow2dHZhgRp .media-container-row .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-Ow2dHZhgRp .icon-bar {
  left: 0.4%;
  position: fixed;
  top: 50%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-Ow2dHZhgRp .icon-bar a:hover {
  background-color: #ff0040;
  width: 100px;
}
.cid-Ow2dHZhgRp .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 2px;
  border-radius: 17px;
}
.cid-Ow2dHZhgRp .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-Ow2dHZhgRp .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-Ow2dHZhgRp .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-Ow2dHZhgRp .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-Ow2dHZhgRp .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-Ow2dHZhgRp .instagram {
  background: #6F3AA7;
  color: white;
  width: 50px;
}
.cid-Ow2dHZhgRp .custom1 {
  background: #ff7300;
  color: white;
  width: 50px;
}
.cid-Ow2dHZhgRp .custom2 {
  background: #01bf46;
  color: white;
  width: 50px;
}
.cid-Ow2dHZhgRp .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-Ow2dHZhgRp .corner-ribbon {
  z-index: 10000;
  width: 200px;
  background-image: linear-gradient(#55b4d4, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-Ow2dHZhgRp .corner-ribbon.top-zen {
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: fixed;
}
.cid-Ow2dHZhgRp P {
  color: #232323;
  text-align: center;
}
.cid-Ow2dHZhgRp DIV {
  color: #ffffff;
}
.cid-u3TTC7B6EN {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-u3TTC7B6EN .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;
}
@media (max-width: 767px) {
  .cid-u3TTC7B6EN .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-u3TTC7B6EN .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u3TTC7B6EN .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-u3TTC7B6EN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u3TTC7B6EN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u3TTC7B6EN .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-u3TTC7B6EN .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-u3TTC7B6EN .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-u3TTC7B6EN .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-u3TTC7B6EN .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-u3TTC7B6EN .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-u3TTC7B6EN .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-u3TTC7B6EN .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-u3TTC7B6EN .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-u3TTC7B6EN .nav-link {
  width: fit-content;
  position: relative;
}
.cid-u3TTC7B6EN .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-u3TTC7B6EN .navbar-logo {
    padding-left: 0;
  }
}
.cid-u3TTC7B6EN .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-u3TTC7B6EN .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-u3TTC7B6EN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-u3TTC7B6EN .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #0c2c68;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-u3TTC7B6EN .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u3TTC7B6EN .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-u3TTC7B6EN .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u3TTC7B6EN .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #0c2c68;
}
.cid-u3TTC7B6EN .nav-item:focus,
.cid-u3TTC7B6EN .nav-link:focus {
  outline: none;
}
.cid-u3TTC7B6EN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u3TTC7B6EN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u3TTC7B6EN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u3TTC7B6EN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u3TTC7B6EN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u3TTC7B6EN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u3TTC7B6EN .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-u3TTC7B6EN .navbar.opened {
  transition: all 0.3s;
}
.cid-u3TTC7B6EN .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u3TTC7B6EN .navbar .navbar-logo img {
  width: auto;
}
.cid-u3TTC7B6EN .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-u3TTC7B6EN .navbar.collapsed {
  justify-content: center;
}
.cid-u3TTC7B6EN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u3TTC7B6EN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u3TTC7B6EN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-u3TTC7B6EN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u3TTC7B6EN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u3TTC7B6EN .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-u3TTC7B6EN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u3TTC7B6EN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u3TTC7B6EN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-u3TTC7B6EN .navbar {
    min-height: 72px;
  }
  .cid-u3TTC7B6EN .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-u3TTC7B6EN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u3TTC7B6EN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u3TTC7B6EN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u3TTC7B6EN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u3TTC7B6EN .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-u3TTC7B6EN .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u3TTC7B6EN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-u3TTC7B6EN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u3TTC7B6EN .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u3TTC7B6EN .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-u3TTC7B6EN .dropdown-item.active,
.cid-u3TTC7B6EN .dropdown-item:active {
  background-color: transparent;
}
.cid-u3TTC7B6EN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u3TTC7B6EN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u3TTC7B6EN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u3TTC7B6EN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0c2c68;
}
.cid-u3TTC7B6EN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-u3TTC7B6EN .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-u3TTC7B6EN ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u3TTC7B6EN .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-u3TTC7B6EN .navbar-buttons {
    text-align: left;
  }
}
.cid-u3TTC7B6EN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u3TTC7B6EN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-u3TTC7B6EN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u3TTC7B6EN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u3TTC7B6EN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u3TTC7B6EN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u3TTC7B6EN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u3TTC7B6EN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u3TTC7B6EN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u3TTC7B6EN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u3TTC7B6EN .navbar-dropdown {
  padding: 0 1rem;
}
.cid-u3TTC7B6EN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u3TTC7B6EN .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u3TTC7B6EN .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u3TTC7B6EN .navbar {
    height: 70px;
  }
  .cid-u3TTC7B6EN .navbar.opened {
    height: auto;
  }
  .cid-u3TTC7B6EN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u3TTC7B6EN .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-u3TTC7B6EN .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-u3TTC7B6EN .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-u3TTC7B6EN .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-u3TTC7B6EN .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-u3TTC7B6EN .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-u3TTC7B6EN .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-u3TTC7B6EN .navbar-brand {
    margin-right: auto;
  }
  .cid-u3TTC7B6EN .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #0c2c68;
    backdrop-filter: blur(8px);
  }
  .cid-u3TTC7B6EN .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-u3TTC7B6EN .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-u3TTC7B6EN .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-u3TTC7B6EN .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-u3TTC7B6EN .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-u3TTC7B6EN .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-u3TTC7B6EN .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-u3TTC7B6EN .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-u3TTC7B6EN .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-u3TTC7B6EN .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uuJNvNFl9Q {
  display: flex;
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/pastexampaperback-01-large-1620x1080.webp");
}
.cid-uuJNvNFl9Q .mbr-overlay {
  background-color: #000000;
  opacity: 0;
}
@media (min-width: 768px) {
  .cid-uuJNvNFl9Q {
    align-items: flex-end;
  }
  .cid-uuJNvNFl9Q .row {
    justify-content: center;
  }
  .cid-uuJNvNFl9Q .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uuJNvNFl9Q .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uuJNvNFl9Q {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uuJNvNFl9Q .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uuJNvNFl9Q .content-wrap {
    width: 100%;
  }
}
.cid-uuJNvNFl9Q .mbr-section-title,
.cid-uuJNvNFl9Q .mbr-section-subtitle {
  text-align: center;
}
.cid-uuJNvNFl9Q .mbr-text,
.cid-uuJNvNFl9Q .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uuJNvNFl9Q .mbr-section-title {
  text-align: center;
  color: #ff0040;
}
.cid-uBhrR9vvzS {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #ff0040;
  background: linear-gradient(90deg, #ff0040, #232323);
}
.cid-uBhrR9vvzS .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-uBhrR9vvzS p {
  display: inline;
  font-size: 16px;
  color: #FFD100;
  text-shadow: 0 0 2px #f7ed4a, 0 0 30px #f7ed4a, 0px 0px 5px #f7ed4a, 0 0 150px #f7ed4a;
}
.cid-uBhrR9vvzS .marquee-rtl {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
.cid-uBhrR9vvzS .marquee-rtl > :first-child {
  display: inline-block;
  padding-right: 2em;
  padding-left: 100%;
  white-space: nowrap;
  animation: defilement-rtl 50s infinite linear;
  animation-iteration-count: 100;
}
.cid-uBhrR9vvzS .marquee-rtl:hover :first-child {
  animation-play-state: paused;
}
@keyframes defilement-rtl {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}
.cid-uBhrR9vvzS .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uBhrR9vvzS .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uuJROiM0TI {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/5111411-01-01-large-1507x1080.webp");
}
.cid-uuJROiM0TI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJROiM0TI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uuJROiM0TI .row {
  flex-direction: row-reverse;
}
.cid-uuJROiM0TI .mbr-description {
  text-align: left;
}
.cid-uuJROiM0TI .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-uuJROiM0TI .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uuJROiM0TI .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-uuJROiM0TI .card-title,
.cid-uuJROiM0TI .iconfont-wrapper {
  color: #000000;
}
.cid-uuJROiM0TI .card-text {
  color: #000000;
}
.cid-uuJROiM0TI .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uuJROiM0TI .mbr-number {
  color: #9fe870;
}
.cid-uuJROiM0TI .mbr-text,
.cid-uuJROiM0TI .mbr-section-btn {
  text-align: center;
}
.cid-uuJROiM0TI .card-text,
.cid-uuJROiM0TI .item .mbr-section-btn {
  text-align: left;
}
.cid-uuJROiM0TI .card-title {
  color: #393193;
}
.cid-uuJLsVpqwY {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #ff0040;
  background: linear-gradient(90deg, #ff0040, #232323);
}
.cid-uuJLsVpqwY .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-uuJLsVpqwY p {
  display: inline;
  font-size: 16px;
  color: #FFD100;
  text-shadow: 0 0 2px #f7ed4a, 0 0 30px #f7ed4a, 0px 0px 5px #f7ed4a, 0 0 150px #f7ed4a;
}
.cid-uuJLsVpqwY .marquee-rtl {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
.cid-uuJLsVpqwY .marquee-rtl > :first-child {
  display: inline-block;
  padding-right: 2em;
  padding-left: 100%;
  white-space: nowrap;
  animation: defilement-rtl 50s infinite linear;
  animation-iteration-count: 100;
}
.cid-uuJLsVpqwY .marquee-rtl:hover :first-child {
  animation-play-state: paused;
}
@keyframes defilement-rtl {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}
.cid-uuJLsVpqwY .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uuJLsVpqwY .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uuJLsXeuHC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #cce5ff;
}
.cid-uuJLsXeuHC .mbr-text {
  color: #000000;
}
.cid-uuJLsXeuHC .mbr-section-subtitle {
  color: #000000;
}
.cid-uuJLsXeuHC .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uuJLsXeuHC .mbr-text,
.cid-uuJLsXeuHC .item .mbr-section-btn {
  text-align: left;
}
.cid-uuJLsXeuHC .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uuJLsXeuHC .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uuJLsXeuHC .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uuJLsXeuHC .mbr-card-title {
  color: #393193;
}
.cid-uSN6LDuXtH {
  padding-top: 1rem;
  padding-bottom: 0rem;
}
.cid-uSN6LDuXtH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSN6LDuXtH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background13.jpg");
}
.cid-uSN6LDuXtH .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uSN6MPlJWZ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mbr-1920x1092.png");
}
.cid-uSN6MPlJWZ .mbr-overlay {
  background: #ffc091;
  opacity: 0.5;
}
.cid-uSN6MPlJWZ img,
.cid-uSN6MPlJWZ .item-img {
  width: 100%;
}
.cid-uSN6MPlJWZ .item:focus,
.cid-uSN6MPlJWZ span:focus {
  outline: none;
}
.cid-uSN6MPlJWZ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uSN6MPlJWZ .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #cce5ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uSN6MPlJWZ .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uSN6MPlJWZ .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uSN6MPlJWZ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uSN6MPlJWZ .mbr-section-title {
  color: #02007b;
}
.cid-uSN6MPlJWZ .mbr-text,
.cid-uSN6MPlJWZ .mbr-section-btn {
  text-align: left;
}
.cid-uSN6MPlJWZ .item-title {
  text-align: left;
}
.cid-uSN6MPlJWZ .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-uv7lk0L4n2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/exam-fees-01-large-1920x697.webp");
}
.cid-uv7lk0L4n2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uv7lk0L4n2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uv7lk0L4n2 .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uv7lk0L4n2 .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uv7lk0L4n2 .google-map {
  height: 100%;
  position: relative;
}
.cid-uv7lk0L4n2 .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uv7lk0L4n2 .google-map iframe {
    min-height: 350px;
  }
}
.cid-uv7lk0L4n2 .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uv7lk0L4n2 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uv7lk0L4n2 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uv7lk0L4n2 .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uv7lk0L4n2 .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uv7lk0L4n2 .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uv7lk0L4n2 ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uv7lk0L4n2 .content-head {
  max-width: 800px;
}
.cid-uv7lk0L4n2 .mbr-section-title {
  color: #ffffff;
}
.cid-uv7lk0L4n2 .list,
.cid-uv7lk0L4n2 .item-wrap {
  color: #0c2c68;
}
.cid-uuJLsXSpBm {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/hps-front-2000x934.webp");
}
.cid-uuJLsXSpBm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJLsXSpBm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uuJLsXSpBm .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-uuJLsXSpBm .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uuJLsXSpBm .row {
    flex-direction: column-reverse !important;
  }
  .cid-uuJLsXSpBm .row .copyright {
    margin: 1rem 0 0 0;
  }
}
.cid-uuJLsXSpBm .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uuJLsXSpBm .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uuJLsXSpBm .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uuJLsXSpBm .row-links .row-links-soc li {
  padding: 0 1rem 0rem 1rem;
}
@media (max-width: 767px) {
  .cid-uuJLsXSpBm .row-links .row-links-soc li {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-uuJLsXSpBm .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uuJLsXSpBm .copyright {
    text-align: center;
  }
}
.cid-uuJLsYzHbu {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #ff0040;
  background: linear-gradient(90deg, #ff0040, #232323);
}
.cid-uuJLsYzHbu .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-uuJLsYzHbu p {
  display: inline;
  font-size: 15px;
  color: #FFD100;
  text-shadow: 0 0 2px #ffeb69, 0 0 30px #ffeb69, 0px 0px 5px #ffeb69, 0 0 150px #ffeb69;
}
.cid-uuJLsYzHbu .marquee-rtl {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
.cid-uuJLsYzHbu .marquee-rtl > :first-child {
  display: inline-block;
  padding-right: 2em;
  padding-left: 100%;
  white-space: nowrap;
  animation: defilement-rtl 50s infinite linear;
  animation-iteration-count: 100;
}
.cid-uuJLsYzHbu .marquee-rtl:hover :first-child {
  animation-play-state: paused;
}
@keyframes defilement-rtl {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}
.cid-uuJLsYzHbu .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uuJLsYzHbu .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-u3TTC7B6EN {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-u3TTC7B6EN .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;
}
@media (max-width: 767px) {
  .cid-u3TTC7B6EN .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-u3TTC7B6EN .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u3TTC7B6EN .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-u3TTC7B6EN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u3TTC7B6EN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u3TTC7B6EN .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-u3TTC7B6EN .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-u3TTC7B6EN .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-u3TTC7B6EN .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-u3TTC7B6EN .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-u3TTC7B6EN .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-u3TTC7B6EN .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-u3TTC7B6EN .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-u3TTC7B6EN .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-u3TTC7B6EN .nav-link {
  width: fit-content;
  position: relative;
}
.cid-u3TTC7B6EN .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-u3TTC7B6EN .navbar-logo {
    padding-left: 0;
  }
}
.cid-u3TTC7B6EN .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-u3TTC7B6EN .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-u3TTC7B6EN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-u3TTC7B6EN .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #0c2c68;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-u3TTC7B6EN .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u3TTC7B6EN .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-u3TTC7B6EN .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u3TTC7B6EN .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #0c2c68;
}
.cid-u3TTC7B6EN .nav-item:focus,
.cid-u3TTC7B6EN .nav-link:focus {
  outline: none;
}
.cid-u3TTC7B6EN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u3TTC7B6EN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u3TTC7B6EN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u3TTC7B6EN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u3TTC7B6EN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u3TTC7B6EN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u3TTC7B6EN .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-u3TTC7B6EN .navbar.opened {
  transition: all 0.3s;
}
.cid-u3TTC7B6EN .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u3TTC7B6EN .navbar .navbar-logo img {
  width: auto;
}
.cid-u3TTC7B6EN .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-u3TTC7B6EN .navbar.collapsed {
  justify-content: center;
}
.cid-u3TTC7B6EN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u3TTC7B6EN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u3TTC7B6EN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-u3TTC7B6EN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u3TTC7B6EN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u3TTC7B6EN .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-u3TTC7B6EN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u3TTC7B6EN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u3TTC7B6EN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-u3TTC7B6EN .navbar {
    min-height: 72px;
  }
  .cid-u3TTC7B6EN .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-u3TTC7B6EN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u3TTC7B6EN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u3TTC7B6EN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u3TTC7B6EN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u3TTC7B6EN .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-u3TTC7B6EN .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u3TTC7B6EN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-u3TTC7B6EN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u3TTC7B6EN .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u3TTC7B6EN .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-u3TTC7B6EN .dropdown-item.active,
.cid-u3TTC7B6EN .dropdown-item:active {
  background-color: transparent;
}
.cid-u3TTC7B6EN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u3TTC7B6EN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u3TTC7B6EN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u3TTC7B6EN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0c2c68;
}
.cid-u3TTC7B6EN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-u3TTC7B6EN .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-u3TTC7B6EN ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u3TTC7B6EN .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-u3TTC7B6EN .navbar-buttons {
    text-align: left;
  }
}
.cid-u3TTC7B6EN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u3TTC7B6EN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-u3TTC7B6EN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u3TTC7B6EN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u3TTC7B6EN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u3TTC7B6EN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u3TTC7B6EN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u3TTC7B6EN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u3TTC7B6EN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u3TTC7B6EN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u3TTC7B6EN .navbar-dropdown {
  padding: 0 1rem;
}
.cid-u3TTC7B6EN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u3TTC7B6EN .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u3TTC7B6EN .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u3TTC7B6EN .navbar {
    height: 70px;
  }
  .cid-u3TTC7B6EN .navbar.opened {
    height: auto;
  }
  .cid-u3TTC7B6EN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u3TTC7B6EN .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-u3TTC7B6EN .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-u3TTC7B6EN .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-u3TTC7B6EN .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-u3TTC7B6EN .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-u3TTC7B6EN .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-u3TTC7B6EN .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-u3TTC7B6EN .navbar-brand {
    margin-right: auto;
  }
  .cid-u3TTC7B6EN .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #0c2c68;
    backdrop-filter: blur(8px);
  }
  .cid-u3TTC7B6EN .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-u3TTC7B6EN .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-u3TTC7B6EN .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-u3TTC7B6EN .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-u3TTC7B6EN .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-u3TTC7B6EN .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-u3TTC7B6EN .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-u3TTC7B6EN .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-u3TTC7B6EN .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-u3TTC7B6EN .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uuMekxEeQi {
  display: flex;
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/20240810-151616up-large-1920x897.webp");
}
.cid-uuMekxEeQi .mbr-overlay {
  background-color: #000000;
  opacity: 0.6;
}
@media (min-width: 768px) {
  .cid-uuMekxEeQi {
    align-items: flex-end;
  }
  .cid-uuMekxEeQi .row {
    justify-content: center;
  }
  .cid-uuMekxEeQi .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uuMekxEeQi .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uuMekxEeQi {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uuMekxEeQi .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uuMekxEeQi .content-wrap {
    width: 100%;
  }
}
.cid-uuMekxEeQi .mbr-section-title,
.cid-uuMekxEeQi .mbr-section-subtitle {
  text-align: center;
}
.cid-uuMekxEeQi .mbr-text,
.cid-uuMekxEeQi .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uuMekxEeQi .mbr-section-title {
  text-align: center;
  color: #ffc091;
}
.cid-v6Z0TpB3LR {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #ff0040;
  background: linear-gradient(90deg, #ff0040, #232323);
}
.cid-v6Z0TpB3LR .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-v6Z0TpB3LR p {
  display: inline;
  font-size: 16px;
  color: #FFD100;
  text-shadow: 0 0 2px #f7ed4a, 0 0 30px #f7ed4a, 0px 0px 5px #f7ed4a, 0 0 150px #f7ed4a;
}
.cid-v6Z0TpB3LR .marquee-rtl {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
.cid-v6Z0TpB3LR .marquee-rtl > :first-child {
  display: inline-block;
  padding-right: 2em;
  padding-left: 100%;
  white-space: nowrap;
  animation: defilement-rtl 50s infinite linear;
  animation-iteration-count: 100;
}
.cid-v6Z0TpB3LR .marquee-rtl:hover :first-child {
  animation-play-state: paused;
}
@keyframes defilement-rtl {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}
.cid-v6Z0TpB3LR .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-v6Z0TpB3LR .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-v6Z0US7JZl {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/old-paper-texture-mesa-de-trabajo-2-2000x1333.webp");
}
.cid-v6Z0US7JZl .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6Z0US7JZl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6Z0US7JZl .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-v6Z0US7JZl .mbr-section-title {
  color: #0c2c68;
}
.cid-uuMekyRqUW {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #ff0040;
  background: linear-gradient(90deg, #ff0040, #232323);
}
.cid-uuMekyRqUW .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-uuMekyRqUW p {
  display: inline;
  font-size: 16px;
  color: #FFD100;
  text-shadow: 0 0 2px #f7ed4a, 0 0 30px #f7ed4a, 0px 0px 5px #f7ed4a, 0 0 150px #f7ed4a;
}
.cid-uuMekyRqUW .marquee-rtl {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
.cid-uuMekyRqUW .marquee-rtl > :first-child {
  display: inline-block;
  padding-right: 2em;
  padding-left: 100%;
  white-space: nowrap;
  animation: defilement-rtl 50s infinite linear;
  animation-iteration-count: 100;
}
.cid-uuMekyRqUW .marquee-rtl:hover :first-child {
  animation-play-state: paused;
}
@keyframes defilement-rtl {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}
.cid-uuMekyRqUW .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uuMekyRqUW .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uTsfaO9uIH {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1357.jpg");
}
.cid-uTsfaO9uIH .mbr-overlay {
  background: #163300;
  opacity: 0.4;
}
.cid-uTsfaO9uIH .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-uTsfaO9uIH img,
.cid-uTsfaO9uIH .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uTsfaO9uIH .item:focus,
.cid-uTsfaO9uIH span:focus {
  outline: none;
}
.cid-uTsfaO9uIH .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uTsfaO9uIH .item {
    margin-bottom: 1rem;
  }
}
.cid-uTsfaO9uIH .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uTsfaO9uIH .mbr-section-title {
  color: #cce5ff;
}
.cid-uTsfaO9uIH .mbr-text,
.cid-uTsfaO9uIH .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-uTsfaO9uIH .item-title {
  color: #232323;
  text-align: center;
}
.cid-uTsfaO9uIH .content-head {
  max-width: 800px;
}
.cid-uTs2sacNAl {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #ff0040;
  background: linear-gradient(90deg, #ff0040, #232323);
}
.cid-uTs2sacNAl .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-uTs2sacNAl p {
  display: inline;
  font-size: 16px;
  color: #FFD100;
  text-shadow: 0 0 2px #f7ed4a, 0 0 30px #f7ed4a, 0px 0px 5px #f7ed4a, 0 0 150px #f7ed4a;
}
.cid-uTs2sacNAl .marquee-rtl {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
.cid-uTs2sacNAl .marquee-rtl > :first-child {
  display: inline-block;
  padding-right: 2em;
  padding-left: 100%;
  white-space: nowrap;
  animation: defilement-rtl 50s infinite linear;
  animation-iteration-count: 100;
}
.cid-uTs2sacNAl .marquee-rtl:hover :first-child {
  animation-play-state: paused;
}
@keyframes defilement-rtl {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}
.cid-uTs2sacNAl .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uTs2sacNAl .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uuMoW2laNa {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/presidentmessageback-01-01-01-01-01-custom-2000x724.webp");
}
.cid-uuMoW2laNa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuMoW2laNa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uuMoW2laNa .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uuMoW2laNa .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uuMoW2laNa .mbr-section-title {
  text-align: center;
  color: #fafafa;
}
.cid-uuMoW2laNa .mbr-section-subtitle {
  text-align: center;
}
.cid-uuMoW2laNa .image-wrapper {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  overflow: hidden;
}
.cid-uuMoW2laNa .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-uuMoW2laNa .content-head {
  max-width: 800px;
}
.cid-uuMoW2laNa .img-box {
  display: flex;
  justify-content: center;
}
.cid-uuMoW2laNa .card-title {
  text-align: center;
}
.cid-uuMoW2laNa .card-text {
  text-align: center;
}
.cid-uuMoW2laNa .link {
  text-align: center;
}
.cid-uuMoW2laNa .card-title DIV {
  text-align: center;
}
.cid-uBhIX1uc8z {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #ff0040;
  background: linear-gradient(90deg, #ff0040, #232323);
}
.cid-uBhIX1uc8z .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-uBhIX1uc8z p {
  display: inline;
  font-size: 16px;
  color: #FFD100;
  text-shadow: 0 0 2px #f7ed4a, 0 0 30px #f7ed4a, 0px 0px 5px #f7ed4a, 0 0 150px #f7ed4a;
}
.cid-uBhIX1uc8z .marquee-rtl {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
.cid-uBhIX1uc8z .marquee-rtl > :first-child {
  display: inline-block;
  padding-right: 2em;
  padding-left: 100%;
  white-space: nowrap;
  animation: defilement-rtl 50s infinite linear;
  animation-iteration-count: 100;
}
.cid-uBhIX1uc8z .marquee-rtl:hover :first-child {
  animation-play-state: paused;
}
@keyframes defilement-rtl {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}
.cid-uBhIX1uc8z .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uBhIX1uc8z .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uIJFBcARr8 {
  background-image: url("../../../assets/images/old-paper-texture-mesa-de-trabajo-1-2000x1333.webp");
}
.cid-uIJFBcARr8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJFBcARr8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJFBcARr8 .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uIJFBcARr8 .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-uIJFBcARr8 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uIJFBcARr8 .header-menu {
  margin-top: 2rem;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uIJFBcARr8 .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uIJFBcARr8 .header-menu li p {
  margin: 0;
}
.cid-uIJFBcARr8 .content-head {
  max-width: 800px;
}
.cid-uBhJuc6w36 {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #ff0040;
  background: linear-gradient(90deg, #ff0040, #232323);
}
.cid-uBhJuc6w36 .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-uBhJuc6w36 p {
  display: inline;
  font-size: 16px;
  color: #FFD100;
  text-shadow: 0 0 2px #f7ed4a, 0 0 30px #f7ed4a, 0px 0px 5px #f7ed4a, 0 0 150px #f7ed4a;
}
.cid-uBhJuc6w36 .marquee-rtl {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
.cid-uBhJuc6w36 .marquee-rtl > :first-child {
  display: inline-block;
  padding-right: 2em;
  padding-left: 100%;
  white-space: nowrap;
  animation: defilement-rtl 50s infinite linear;
  animation-iteration-count: 100;
}
.cid-uBhJuc6w36 .marquee-rtl:hover :first-child {
  animation-play-state: paused;
}
@keyframes defilement-rtl {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}
.cid-uBhJuc6w36 .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uBhJuc6w36 .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uv7WCpn23O {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/old-paper-texture-mesa-de-trabajo-1-2000x1333.webp");
}
.cid-uv7WCpn23O .mbr-fallback-image.disabled {
  display: none;
}
.cid-uv7WCpn23O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uv7WCpn23O .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-uv7WCpn23O .mbr-section-title {
  color: #0c2c68;
}
.cid-uBhIXZRUkF {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #ff0040;
  background: linear-gradient(90deg, #ff0040, #232323);
}
.cid-uBhIXZRUkF .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-uBhIXZRUkF p {
  display: inline;
  font-size: 16px;
  color: #FFD100;
  text-shadow: 0 0 2px #f7ed4a, 0 0 30px #f7ed4a, 0px 0px 5px #f7ed4a, 0 0 150px #f7ed4a;
}
.cid-uBhIXZRUkF .marquee-rtl {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
.cid-uBhIXZRUkF .marquee-rtl > :first-child {
  display: inline-block;
  padding-right: 2em;
  padding-left: 100%;
  white-space: nowrap;
  animation: defilement-rtl 50s infinite linear;
  animation-iteration-count: 100;
}
.cid-uBhIXZRUkF .marquee-rtl:hover :first-child {
  animation-play-state: paused;
}
@keyframes defilement-rtl {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}
.cid-uBhIXZRUkF .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uBhIXZRUkF .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uv7Wzmy6Au {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/5111411-01-01-large-1507x1080.webp");
}
.cid-uv7Wzmy6Au .mbr-fallback-image.disabled {
  display: none;
}
.cid-uv7Wzmy6Au .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uv7Wzmy6Au .row {
  flex-direction: row-reverse;
}
.cid-uv7Wzmy6Au .mbr-description {
  text-align: left;
}
.cid-uv7Wzmy6Au .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-uv7Wzmy6Au .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uv7Wzmy6Au .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-uv7Wzmy6Au .card-title,
.cid-uv7Wzmy6Au .iconfont-wrapper {
  color: #000000;
}
.cid-uv7Wzmy6Au .card-text {
  color: #000000;
}
.cid-uv7Wzmy6Au .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uv7Wzmy6Au .mbr-number {
  color: #9fe870;
}
.cid-uv7Wzmy6Au .mbr-text,
.cid-uv7Wzmy6Au .mbr-section-btn {
  text-align: center;
}
.cid-uv7Wzmy6Au .card-text,
.cid-uv7Wzmy6Au .item .mbr-section-btn {
  text-align: left;
}
.cid-uv7Wzmy6Au .card-title {
  color: #393193;
}
.cid-uBhJ0mrWuU {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #ff0040;
  background: linear-gradient(90deg, #ff0040, #232323);
}
.cid-uBhJ0mrWuU .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-uBhJ0mrWuU p {
  display: inline;
  font-size: 16px;
  color: #FFD100;
  text-shadow: 0 0 2px #f7ed4a, 0 0 30px #f7ed4a, 0px 0px 5px #f7ed4a, 0 0 150px #f7ed4a;
}
.cid-uBhJ0mrWuU .marquee-rtl {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
.cid-uBhJ0mrWuU .marquee-rtl > :first-child {
  display: inline-block;
  padding-right: 2em;
  padding-left: 100%;
  white-space: nowrap;
  animation: defilement-rtl 50s infinite linear;
  animation-iteration-count: 100;
}
.cid-uBhJ0mrWuU .marquee-rtl:hover :first-child {
  animation-play-state: paused;
}
@keyframes defilement-rtl {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}
.cid-uBhJ0mrWuU .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uBhJ0mrWuU .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uuMpt8Jr39 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/old-paper-texture-mesa-de-trabajo-1-large-1620x1080.webp");
}
.cid-uuMpt8Jr39 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuMpt8Jr39 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uuMpt8Jr39 .card-wrapper {
  overflow: hidden;
  background: #cce5ff;
}
.cid-uuMpt8Jr39 .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uuMpt8Jr39 .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uuMpt8Jr39 .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uuMpt8Jr39 .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uuMpt8Jr39 .image-wrapper {
  padding: 0 1rem;
}
.cid-uuMpt8Jr39 img,
.cid-uuMpt8Jr39 .image-wrapper {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uuMpt8Jr39 img,
  .cid-uuMpt8Jr39 .image-wrapper {
    max-height: 350px;
  }
}
.cid-uuMpt8Jr39 .mbr-section-title {
  color: #000000;
}
.cid-uuMpt8Jr39 .mbr-text {
  color: #000000;
}
.cid-uuMs6S7LhH {
  background-image: url("../../../assets/images/old-paper-texture-mesa-de-trabajo-1-2000x1333.webp");
}
.cid-uuMs6S7LhH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuMs6S7LhH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uuMs6S7LhH .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-uv7lG4szfI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/exam-fees-01-large-1920x697.webp");
}
.cid-uv7lG4szfI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uv7lG4szfI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uv7lG4szfI .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uv7lG4szfI .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uv7lG4szfI .google-map {
  height: 100%;
  position: relative;
}
.cid-uv7lG4szfI .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uv7lG4szfI .google-map iframe {
    min-height: 350px;
  }
}
.cid-uv7lG4szfI .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uv7lG4szfI .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uv7lG4szfI .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uv7lG4szfI .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uv7lG4szfI .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uv7lG4szfI .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uv7lG4szfI ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uv7lG4szfI .content-head {
  max-width: 800px;
}
.cid-uv7lG4szfI .mbr-section-title {
  color: #ffffff;
}
.cid-uv7lG4szfI .list,
.cid-uv7lG4szfI .item-wrap {
  color: #0c2c68;
}
.cid-uuMekB9te1 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/hps-front-2000x934.webp");
}
.cid-uuMekB9te1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuMekB9te1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uuMekB9te1 .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-uuMekB9te1 .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uuMekB9te1 .row {
    flex-direction: column-reverse !important;
  }
  .cid-uuMekB9te1 .row .copyright {
    margin: 1rem 0 0 0;
  }
}
.cid-uuMekB9te1 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uuMekB9te1 .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uuMekB9te1 .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uuMekB9te1 .row-links .row-links-soc li {
  padding: 0 1rem 0rem 1rem;
}
@media (max-width: 767px) {
  .cid-uuMekB9te1 .row-links .row-links-soc li {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-uuMekB9te1 .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uuMekB9te1 .copyright {
    text-align: center;
  }
}
.cid-uuMekBC7tb {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #ff0040;
  background: linear-gradient(90deg, #ff0040, #232323);
}
.cid-uuMekBC7tb .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-uuMekBC7tb p {
  display: inline;
  font-size: 15px;
  color: #FFD100;
  text-shadow: 0 0 2px #f7ed4a, 0 0 30px #f7ed4a, 0px 0px 5px #f7ed4a, 0 0 150px #f7ed4a;
}
.cid-uuMekBC7tb .marquee-rtl {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
.cid-uuMekBC7tb .marquee-rtl > :first-child {
  display: inline-block;
  padding-right: 2em;
  padding-left: 100%;
  white-space: nowrap;
  animation: defilement-rtl 50s infinite linear;
  animation-iteration-count: 100;
}
.cid-uuMekBC7tb .marquee-rtl:hover :first-child {
  animation-play-state: paused;
}
@keyframes defilement-rtl {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}
.cid-uuMekBC7tb .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uuMekBC7tb .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uEQ7WNkcJN {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uEQ7WNkcJN .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;
}
@media (max-width: 767px) {
  .cid-uEQ7WNkcJN .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uEQ7WNkcJN .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uEQ7WNkcJN .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uEQ7WNkcJN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uEQ7WNkcJN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uEQ7WNkcJN .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uEQ7WNkcJN .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uEQ7WNkcJN .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uEQ7WNkcJN .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uEQ7WNkcJN .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uEQ7WNkcJN .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uEQ7WNkcJN .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uEQ7WNkcJN .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uEQ7WNkcJN .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uEQ7WNkcJN .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uEQ7WNkcJN .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uEQ7WNkcJN .navbar-logo {
    padding-left: 0;
  }
}
.cid-uEQ7WNkcJN .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uEQ7WNkcJN .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uEQ7WNkcJN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uEQ7WNkcJN .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #0c2c68;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uEQ7WNkcJN .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uEQ7WNkcJN .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uEQ7WNkcJN .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uEQ7WNkcJN .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #0c2c68;
}
.cid-uEQ7WNkcJN .nav-item:focus,
.cid-uEQ7WNkcJN .nav-link:focus {
  outline: none;
}
.cid-uEQ7WNkcJN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uEQ7WNkcJN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uEQ7WNkcJN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uEQ7WNkcJN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uEQ7WNkcJN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uEQ7WNkcJN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uEQ7WNkcJN .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uEQ7WNkcJN .navbar.opened {
  transition: all 0.3s;
}
.cid-uEQ7WNkcJN .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uEQ7WNkcJN .navbar .navbar-logo img {
  width: auto;
}
.cid-uEQ7WNkcJN .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uEQ7WNkcJN .navbar.collapsed {
  justify-content: center;
}
.cid-uEQ7WNkcJN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uEQ7WNkcJN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uEQ7WNkcJN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uEQ7WNkcJN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uEQ7WNkcJN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uEQ7WNkcJN .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-uEQ7WNkcJN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uEQ7WNkcJN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uEQ7WNkcJN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uEQ7WNkcJN .navbar {
    min-height: 72px;
  }
  .cid-uEQ7WNkcJN .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uEQ7WNkcJN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uEQ7WNkcJN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uEQ7WNkcJN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uEQ7WNkcJN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uEQ7WNkcJN .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-uEQ7WNkcJN .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uEQ7WNkcJN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uEQ7WNkcJN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uEQ7WNkcJN .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uEQ7WNkcJN .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uEQ7WNkcJN .dropdown-item.active,
.cid-uEQ7WNkcJN .dropdown-item:active {
  background-color: transparent;
}
.cid-uEQ7WNkcJN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uEQ7WNkcJN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uEQ7WNkcJN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uEQ7WNkcJN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0c2c68;
}
.cid-uEQ7WNkcJN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uEQ7WNkcJN .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uEQ7WNkcJN ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uEQ7WNkcJN .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uEQ7WNkcJN .navbar-buttons {
    text-align: left;
  }
}
.cid-uEQ7WNkcJN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uEQ7WNkcJN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-uEQ7WNkcJN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uEQ7WNkcJN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uEQ7WNkcJN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uEQ7WNkcJN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uEQ7WNkcJN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEQ7WNkcJN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uEQ7WNkcJN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uEQ7WNkcJN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEQ7WNkcJN .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uEQ7WNkcJN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uEQ7WNkcJN .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uEQ7WNkcJN .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uEQ7WNkcJN .navbar {
    height: 70px;
  }
  .cid-uEQ7WNkcJN .navbar.opened {
    height: auto;
  }
  .cid-uEQ7WNkcJN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uEQ7WNkcJN .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uEQ7WNkcJN .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uEQ7WNkcJN .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uEQ7WNkcJN .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uEQ7WNkcJN .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uEQ7WNkcJN .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uEQ7WNkcJN .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uEQ7WNkcJN .navbar-brand {
    margin-right: auto;
  }
  .cid-uEQ7WNkcJN .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #0c2c68;
    backdrop-filter: blur(8px);
  }
  .cid-uEQ7WNkcJN .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uEQ7WNkcJN .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uEQ7WNkcJN .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uEQ7WNkcJN .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uEQ7WNkcJN .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uEQ7WNkcJN .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uEQ7WNkcJN .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uEQ7WNkcJN .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uEQ7WNkcJN .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uEQ7WNkcJN .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uEQ7WOh3ym {
  display: flex;
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/20240810-151616up-large-1920x897.webp");
}
.cid-uEQ7WOh3ym .mbr-overlay {
  background-color: #000000;
  opacity: 0.6;
}
@media (min-width: 768px) {
  .cid-uEQ7WOh3ym {
    align-items: flex-end;
  }
  .cid-uEQ7WOh3ym .row {
    justify-content: center;
  }
  .cid-uEQ7WOh3ym .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uEQ7WOh3ym .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uEQ7WOh3ym {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uEQ7WOh3ym .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uEQ7WOh3ym .content-wrap {
    width: 100%;
  }
}
.cid-uEQ7WOh3ym .mbr-section-title,
.cid-uEQ7WOh3ym .mbr-section-subtitle {
  text-align: center;
}
.cid-uEQ7WOh3ym .mbr-text,
.cid-uEQ7WOh3ym .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uEQ7WOh3ym .mbr-section-title {
  text-align: center;
  color: #ffc091;
}
.cid-uEQ7WPo9mU {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #ff0040;
  background: linear-gradient(90deg, #ff0040, #232323);
}
.cid-uEQ7WPo9mU .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-uEQ7WPo9mU p {
  display: inline;
  font-size: 16px;
  color: #FFD100;
  text-shadow: 0 0 2px #f7ed4a, 0 0 30px #f7ed4a, 0px 0px 5px #f7ed4a, 0 0 150px #f7ed4a;
}
.cid-uEQ7WPo9mU .marquee-rtl {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
.cid-uEQ7WPo9mU .marquee-rtl > :first-child {
  display: inline-block;
  padding-right: 2em;
  padding-left: 100%;
  white-space: nowrap;
  animation: defilement-rtl 50s infinite linear;
  animation-iteration-count: 100;
}
.cid-uEQ7WPo9mU .marquee-rtl:hover :first-child {
  animation-play-state: paused;
}
@keyframes defilement-rtl {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}
.cid-uEQ7WPo9mU .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uEQ7WPo9mU .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uEQ7WUPsy8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/rsz-1past-exam-paaper-backhps-01-01-large-1256x837.webp");
}
.cid-uEQ7WUPsy8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEQ7WUPsy8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEQ7WUPsy8 .row {
  flex-direction: row-reverse;
}
.cid-uEQ7WUPsy8 .mbr-description {
  text-align: left;
}
.cid-uEQ7WUPsy8 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-uEQ7WUPsy8 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uEQ7WUPsy8 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-uEQ7WUPsy8 .card-title,
.cid-uEQ7WUPsy8 .iconfont-wrapper {
  color: #000000;
}
.cid-uEQ7WUPsy8 .card-text {
  color: #000000;
}
.cid-uEQ7WUPsy8 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uEQ7WUPsy8 .mbr-number {
  color: #9fe870;
}
.cid-uEQ7WUPsy8 .mbr-text,
.cid-uEQ7WUPsy8 .mbr-section-btn {
  text-align: center;
}
.cid-uEQ7WUPsy8 .card-text,
.cid-uEQ7WUPsy8 .item .mbr-section-btn {
  text-align: left;
}
.cid-uEQ7WUPsy8 .card-title {
  color: #393193;
}
.cid-uIyvlFPI83 {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #ff0040;
  background: linear-gradient(90deg, #ff0040, #232323);
}
.cid-uIyvlFPI83 .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-uIyvlFPI83 p {
  display: inline;
  font-size: 16px;
  color: #FFD100;
  text-shadow: 0 0 2px #f7ed4a, 0 0 30px #f7ed4a, 0px 0px 5px #f7ed4a, 0 0 150px #f7ed4a;
}
.cid-uIyvlFPI83 .marquee-rtl {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
.cid-uIyvlFPI83 .marquee-rtl > :first-child {
  display: inline-block;
  padding-right: 2em;
  padding-left: 100%;
  white-space: nowrap;
  animation: defilement-rtl 50s infinite linear;
  animation-iteration-count: 100;
}
.cid-uIyvlFPI83 .marquee-rtl:hover :first-child {
  animation-play-state: paused;
}
@keyframes defilement-rtl {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}
.cid-uIyvlFPI83 .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uIyvlFPI83 .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uIyvcj9s2d {
  background-image: url("../../../assets/images/electionhps-1-1256x888.webp");
}
.cid-uIyvcj9s2d .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIyvcj9s2d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIyvcj9s2d .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uIyvcj9s2d .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-uIyvcj9s2d .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uIyvcj9s2d .header-menu {
  margin-top: 2rem;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uIyvcj9s2d .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uIyvcj9s2d .header-menu li p {
  margin: 0;
}
.cid-uIyvcj9s2d .content-head {
  max-width: 800px;
}
.cid-uIyvcj9s2d .mbr-section-title {
  color: #ffeb69;
}
.cid-uEQ7WZCNX8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/exam-fees-01-large-1920x697.webp");
}
.cid-uEQ7WZCNX8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEQ7WZCNX8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uEQ7WZCNX8 .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uEQ7WZCNX8 .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uEQ7WZCNX8 .google-map {
  height: 100%;
  position: relative;
}
.cid-uEQ7WZCNX8 .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uEQ7WZCNX8 .google-map iframe {
    min-height: 350px;
  }
}
.cid-uEQ7WZCNX8 .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uEQ7WZCNX8 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uEQ7WZCNX8 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uEQ7WZCNX8 .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uEQ7WZCNX8 .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uEQ7WZCNX8 .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uEQ7WZCNX8 ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uEQ7WZCNX8 .content-head {
  max-width: 800px;
}
.cid-uEQ7WZCNX8 .mbr-section-title {
  color: #ffffff;
}
.cid-uEQ7WZCNX8 .list,
.cid-uEQ7WZCNX8 .item-wrap {
  color: #0c2c68;
}
.cid-uEQ7X0q8yq {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/hps-front-2000x934.webp");
}
.cid-uEQ7X0q8yq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEQ7X0q8yq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEQ7X0q8yq .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-uEQ7X0q8yq .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uEQ7X0q8yq .row {
    flex-direction: column-reverse !important;
  }
  .cid-uEQ7X0q8yq .row .copyright {
    margin: 1rem 0 0 0;
  }
}
.cid-uEQ7X0q8yq .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uEQ7X0q8yq .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uEQ7X0q8yq .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uEQ7X0q8yq .row-links .row-links-soc li {
  padding: 0 1rem 0rem 1rem;
}
@media (max-width: 767px) {
  .cid-uEQ7X0q8yq .row-links .row-links-soc li {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-uEQ7X0q8yq .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uEQ7X0q8yq .copyright {
    text-align: center;
  }
}
.cid-uEQ7X16hzs {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #ff0040;
  background: linear-gradient(90deg, #ff0040, #232323);
}
.cid-uEQ7X16hzs .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-uEQ7X16hzs p {
  display: inline;
  font-size: 15px;
  color: #FFD100;
}
.cid-uEQ7X16hzs .marquee-rtl {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
.cid-uEQ7X16hzs .marquee-rtl > :first-child {
  display: inline-block;
  padding-right: 2em;
  padding-left: 100%;
  white-space: nowrap;
  animation: defilement-rtl 50s infinite linear;
  animation-iteration-count: 100;
}
.cid-uEQ7X16hzs .marquee-rtl:hover :first-child {
  animation-play-state: paused;
}
@keyframes defilement-rtl {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}
.cid-uEQ7X16hzs .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uEQ7X16hzs .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uEQcP3VL0p {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uEQcP3VL0p .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;
}
@media (max-width: 767px) {
  .cid-uEQcP3VL0p .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uEQcP3VL0p .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uEQcP3VL0p .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uEQcP3VL0p .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uEQcP3VL0p .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uEQcP3VL0p .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uEQcP3VL0p .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uEQcP3VL0p .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uEQcP3VL0p .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uEQcP3VL0p .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uEQcP3VL0p .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uEQcP3VL0p .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uEQcP3VL0p .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uEQcP3VL0p .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uEQcP3VL0p .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uEQcP3VL0p .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uEQcP3VL0p .navbar-logo {
    padding-left: 0;
  }
}
.cid-uEQcP3VL0p .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uEQcP3VL0p .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uEQcP3VL0p .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uEQcP3VL0p .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #0c2c68;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uEQcP3VL0p .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uEQcP3VL0p .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uEQcP3VL0p .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uEQcP3VL0p .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #0c2c68;
}
.cid-uEQcP3VL0p .nav-item:focus,
.cid-uEQcP3VL0p .nav-link:focus {
  outline: none;
}
.cid-uEQcP3VL0p .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uEQcP3VL0p .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uEQcP3VL0p .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uEQcP3VL0p .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uEQcP3VL0p .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uEQcP3VL0p .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uEQcP3VL0p .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uEQcP3VL0p .navbar.opened {
  transition: all 0.3s;
}
.cid-uEQcP3VL0p .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uEQcP3VL0p .navbar .navbar-logo img {
  width: auto;
}
.cid-uEQcP3VL0p .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uEQcP3VL0p .navbar.collapsed {
  justify-content: center;
}
.cid-uEQcP3VL0p .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uEQcP3VL0p .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uEQcP3VL0p .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uEQcP3VL0p .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uEQcP3VL0p .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uEQcP3VL0p .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-uEQcP3VL0p .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uEQcP3VL0p .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uEQcP3VL0p .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uEQcP3VL0p .navbar {
    min-height: 72px;
  }
  .cid-uEQcP3VL0p .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uEQcP3VL0p .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uEQcP3VL0p .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uEQcP3VL0p .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uEQcP3VL0p .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uEQcP3VL0p .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-uEQcP3VL0p .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uEQcP3VL0p .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uEQcP3VL0p .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uEQcP3VL0p .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uEQcP3VL0p .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uEQcP3VL0p .dropdown-item.active,
.cid-uEQcP3VL0p .dropdown-item:active {
  background-color: transparent;
}
.cid-uEQcP3VL0p .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uEQcP3VL0p .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uEQcP3VL0p .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uEQcP3VL0p .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0c2c68;
}
.cid-uEQcP3VL0p .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uEQcP3VL0p .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uEQcP3VL0p ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uEQcP3VL0p .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uEQcP3VL0p .navbar-buttons {
    text-align: left;
  }
}
.cid-uEQcP3VL0p button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uEQcP3VL0p button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-uEQcP3VL0p button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uEQcP3VL0p button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uEQcP3VL0p button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uEQcP3VL0p button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uEQcP3VL0p nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEQcP3VL0p nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uEQcP3VL0p nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uEQcP3VL0p nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEQcP3VL0p .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uEQcP3VL0p a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uEQcP3VL0p .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uEQcP3VL0p .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uEQcP3VL0p .navbar {
    height: 70px;
  }
  .cid-uEQcP3VL0p .navbar.opened {
    height: auto;
  }
  .cid-uEQcP3VL0p .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uEQcP3VL0p .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uEQcP3VL0p .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uEQcP3VL0p .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uEQcP3VL0p .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uEQcP3VL0p .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uEQcP3VL0p .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uEQcP3VL0p .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uEQcP3VL0p .navbar-brand {
    margin-right: auto;
  }
  .cid-uEQcP3VL0p .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #0c2c68;
    backdrop-filter: blur(8px);
  }
  .cid-uEQcP3VL0p .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uEQcP3VL0p .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uEQcP3VL0p .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uEQcP3VL0p .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uEQcP3VL0p .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uEQcP3VL0p .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uEQcP3VL0p .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uEQcP3VL0p .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uEQcP3VL0p .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uEQcP3VL0p .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uEQcP4F5RF {
  display: flex;
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/past-exam-paaper-back-01-large-1256x837.webp");
}
.cid-uEQcP4F5RF .mbr-overlay {
  background-color: #000000;
  opacity: 0.6;
}
@media (min-width: 768px) {
  .cid-uEQcP4F5RF {
    align-items: flex-end;
  }
  .cid-uEQcP4F5RF .row {
    justify-content: center;
  }
  .cid-uEQcP4F5RF .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uEQcP4F5RF .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uEQcP4F5RF {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uEQcP4F5RF .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uEQcP4F5RF .content-wrap {
    width: 100%;
  }
}
.cid-uEQcP4F5RF .mbr-section-title,
.cid-uEQcP4F5RF .mbr-section-subtitle {
  text-align: center;
}
.cid-uEQcP4F5RF .mbr-text,
.cid-uEQcP4F5RF .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uEQcP4F5RF .mbr-section-title {
  text-align: center;
  color: #ffc091;
}
.cid-uEQcP5ztCU {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #ff0040;
  background: linear-gradient(90deg, #ff0040, #232323);
}
.cid-uEQcP5ztCU .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-uEQcP5ztCU p {
  display: inline;
  font-size: 16px;
  color: #FFD100;
  text-shadow: 0 0 2px #f7ed4a, 0 0 30px #f7ed4a, 0px 0px 5px #f7ed4a, 0 0 150px #f7ed4a;
}
.cid-uEQcP5ztCU .marquee-rtl {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
.cid-uEQcP5ztCU .marquee-rtl > :first-child {
  display: inline-block;
  padding-right: 2em;
  padding-left: 100%;
  white-space: nowrap;
  animation: defilement-rtl 50s infinite linear;
  animation-iteration-count: 100;
}
.cid-uEQcP5ztCU .marquee-rtl:hover :first-child {
  animation-play-state: paused;
}
@keyframes defilement-rtl {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}
.cid-uEQcP5ztCU .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uEQcP5ztCU .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uEQcP6lC88 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/past-exam-paaper-back-01-large-1256x837.webp");
}
.cid-uEQcP6lC88 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEQcP6lC88 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEQcP6lC88 .row {
  flex-direction: row-reverse;
}
.cid-uEQcP6lC88 .mbr-description {
  text-align: left;
}
.cid-uEQcP6lC88 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-uEQcP6lC88 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uEQcP6lC88 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-uEQcP6lC88 .card-title,
.cid-uEQcP6lC88 .iconfont-wrapper {
  color: #000000;
}
.cid-uEQcP6lC88 .card-text {
  color: #000000;
}
.cid-uEQcP6lC88 .mbr-section-title {
  color: #163300;
  text-align: center;
}
.cid-uEQcP6lC88 .mbr-number {
  color: #9fe870;
}
.cid-uEQcP6lC88 .mbr-text,
.cid-uEQcP6lC88 .mbr-section-btn {
  text-align: center;
}
.cid-uEQcP6lC88 .card-text,
.cid-uEQcP6lC88 .item .mbr-section-btn {
  text-align: left;
}
.cid-uEQcP6lC88 .card-title {
  color: #393193;
}
.cid-uEQcP8zQNl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/exam-fees-01-large-1920x697.webp");
}
.cid-uEQcP8zQNl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEQcP8zQNl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uEQcP8zQNl .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uEQcP8zQNl .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uEQcP8zQNl .google-map {
  height: 100%;
  position: relative;
}
.cid-uEQcP8zQNl .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uEQcP8zQNl .google-map iframe {
    min-height: 350px;
  }
}
.cid-uEQcP8zQNl .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uEQcP8zQNl .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uEQcP8zQNl .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uEQcP8zQNl .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uEQcP8zQNl .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uEQcP8zQNl .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uEQcP8zQNl ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uEQcP8zQNl .content-head {
  max-width: 800px;
}
.cid-uEQcP8zQNl .mbr-section-title {
  color: #ffffff;
}
.cid-uEQcP8zQNl .list,
.cid-uEQcP8zQNl .item-wrap {
  color: #0c2c68;
}
.cid-uEQcP9jtlN {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/hps-front-2000x934.webp");
}
.cid-uEQcP9jtlN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEQcP9jtlN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEQcP9jtlN .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-uEQcP9jtlN .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uEQcP9jtlN .row {
    flex-direction: column-reverse !important;
  }
  .cid-uEQcP9jtlN .row .copyright {
    margin: 1rem 0 0 0;
  }
}
.cid-uEQcP9jtlN .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uEQcP9jtlN .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uEQcP9jtlN .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uEQcP9jtlN .row-links .row-links-soc li {
  padding: 0 1rem 0rem 1rem;
}
@media (max-width: 767px) {
  .cid-uEQcP9jtlN .row-links .row-links-soc li {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-uEQcP9jtlN .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uEQcP9jtlN .copyright {
    text-align: center;
  }
}
.cid-uEQcP9UEvO {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #ff0040;
  background: linear-gradient(90deg, #ff0040, #232323);
}
.cid-uEQcP9UEvO .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-uEQcP9UEvO p {
  display: inline;
  font-size: 15px;
  color: #FFD100;
}
.cid-uEQcP9UEvO .marquee-rtl {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
.cid-uEQcP9UEvO .marquee-rtl > :first-child {
  display: inline-block;
  padding-right: 2em;
  padding-left: 100%;
  white-space: nowrap;
  animation: defilement-rtl 50s infinite linear;
  animation-iteration-count: 100;
}
.cid-uEQcP9UEvO .marquee-rtl:hover :first-child {
  animation-play-state: paused;
}
@keyframes defilement-rtl {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}
.cid-uEQcP9UEvO .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uEQcP9UEvO .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uTrVk0cWXc {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uTrVk0cWXc .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;
}
@media (max-width: 767px) {
  .cid-uTrVk0cWXc .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uTrVk0cWXc .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uTrVk0cWXc .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uTrVk0cWXc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uTrVk0cWXc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uTrVk0cWXc .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uTrVk0cWXc .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uTrVk0cWXc .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uTrVk0cWXc .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uTrVk0cWXc .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uTrVk0cWXc .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uTrVk0cWXc .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uTrVk0cWXc .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uTrVk0cWXc .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uTrVk0cWXc .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uTrVk0cWXc .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uTrVk0cWXc .navbar-logo {
    padding-left: 0;
  }
}
.cid-uTrVk0cWXc .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uTrVk0cWXc .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uTrVk0cWXc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uTrVk0cWXc .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #0c2c68;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uTrVk0cWXc .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uTrVk0cWXc .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uTrVk0cWXc .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uTrVk0cWXc .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #0c2c68;
}
.cid-uTrVk0cWXc .nav-item:focus,
.cid-uTrVk0cWXc .nav-link:focus {
  outline: none;
}
.cid-uTrVk0cWXc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uTrVk0cWXc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uTrVk0cWXc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uTrVk0cWXc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uTrVk0cWXc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uTrVk0cWXc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uTrVk0cWXc .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uTrVk0cWXc .navbar.opened {
  transition: all 0.3s;
}
.cid-uTrVk0cWXc .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uTrVk0cWXc .navbar .navbar-logo img {
  width: auto;
}
.cid-uTrVk0cWXc .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uTrVk0cWXc .navbar.collapsed {
  justify-content: center;
}
.cid-uTrVk0cWXc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uTrVk0cWXc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uTrVk0cWXc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uTrVk0cWXc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uTrVk0cWXc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uTrVk0cWXc .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-uTrVk0cWXc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uTrVk0cWXc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uTrVk0cWXc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uTrVk0cWXc .navbar {
    min-height: 72px;
  }
  .cid-uTrVk0cWXc .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uTrVk0cWXc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uTrVk0cWXc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uTrVk0cWXc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uTrVk0cWXc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uTrVk0cWXc .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-uTrVk0cWXc .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uTrVk0cWXc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uTrVk0cWXc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uTrVk0cWXc .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uTrVk0cWXc .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uTrVk0cWXc .dropdown-item.active,
.cid-uTrVk0cWXc .dropdown-item:active {
  background-color: transparent;
}
.cid-uTrVk0cWXc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uTrVk0cWXc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uTrVk0cWXc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uTrVk0cWXc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0c2c68;
}
.cid-uTrVk0cWXc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uTrVk0cWXc .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uTrVk0cWXc ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uTrVk0cWXc .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uTrVk0cWXc .navbar-buttons {
    text-align: left;
  }
}
.cid-uTrVk0cWXc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uTrVk0cWXc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-uTrVk0cWXc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uTrVk0cWXc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTrVk0cWXc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTrVk0cWXc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uTrVk0cWXc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTrVk0cWXc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uTrVk0cWXc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uTrVk0cWXc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTrVk0cWXc .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uTrVk0cWXc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uTrVk0cWXc .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uTrVk0cWXc .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uTrVk0cWXc .navbar {
    height: 70px;
  }
  .cid-uTrVk0cWXc .navbar.opened {
    height: auto;
  }
  .cid-uTrVk0cWXc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uTrVk0cWXc .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uTrVk0cWXc .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uTrVk0cWXc .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uTrVk0cWXc .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uTrVk0cWXc .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uTrVk0cWXc .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uTrVk0cWXc .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uTrVk0cWXc .navbar-brand {
    margin-right: auto;
  }
  .cid-uTrVk0cWXc .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #0c2c68;
    backdrop-filter: blur(8px);
  }
  .cid-uTrVk0cWXc .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uTrVk0cWXc .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uTrVk0cWXc .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uTrVk0cWXc .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uTrVk0cWXc .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uTrVk0cWXc .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uTrVk0cWXc .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uTrVk0cWXc .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uTrVk0cWXc .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uTrVk0cWXc .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uTrVk0UWW6 {
  display: flex;
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/20240810-151616up-large-1920x897.webp");
}
.cid-uTrVk0UWW6 .mbr-overlay {
  background-color: #000000;
  opacity: 0.6;
}
@media (min-width: 768px) {
  .cid-uTrVk0UWW6 {
    align-items: flex-end;
  }
  .cid-uTrVk0UWW6 .row {
    justify-content: center;
  }
  .cid-uTrVk0UWW6 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uTrVk0UWW6 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uTrVk0UWW6 {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uTrVk0UWW6 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uTrVk0UWW6 .content-wrap {
    width: 100%;
  }
}
.cid-uTrVk0UWW6 .mbr-section-title,
.cid-uTrVk0UWW6 .mbr-section-subtitle {
  text-align: center;
}
.cid-uTrVk0UWW6 .mbr-text,
.cid-uTrVk0UWW6 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uTrVk0UWW6 .mbr-section-title {
  text-align: center;
  color: #ffc091;
}
.cid-v9korbZguh {
  padding-top: 1rem;
  padding-bottom: 0rem;
}
.cid-v9korbZguh .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9korbZguh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background13.jpg");
}
.cid-v9korbZguh .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v9kosTxyE9 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-v9kosTxyE9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9kosTxyE9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-v9kosTxyE9 .container-fluid {
    padding: 0;
  }
}
.cid-v9kosTxyE9 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-v9kosTxyE9 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v9kosTxyE9 .embla__button--next,
.cid-v9kosTxyE9 .embla__button--prev {
  display: flex;
}
.cid-v9kosTxyE9 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-v9kosTxyE9 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-v9kosTxyE9 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v9kosTxyE9 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v9kosTxyE9 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v9kosTxyE9 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v9kosTxyE9 .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v9kosTxyE9 .embla {
  position: relative;
  width: 100%;
}
.cid-v9kosTxyE9 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-v9kosTxyE9 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v9kosTxyE9 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v9kosTxyE9 .embla__slide a {
  cursor: grab;
}
.cid-v9kosTxyE9 .embla__slide a:active {
  cursor: grabbing;
}
.cid-v9kosTxyE9 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v9kosTxyE9 .item-menu-overlay {
  border-radius: 2rem;
}
.cid-v9kosTxyE9 .mbr-section-title {
  color: #232323;
}
.cid-v9kosTxyE9 .mbr-section-subtitle {
  color: #232323;
}
.cid-v9kosTxyE9 .mbr-box {
  color: #ffffff;
}
.cid-v9kosTxyE9 .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-v9kosTxyE9 img,
.cid-v9kosTxyE9 .item-img {
  width: 100%;
}
.cid-v9kosTxyE9 .item-wrapper {
  position: relative;
}
.cid-v9kosTxyE9 .content-head {
  max-width: 800px;
}
.cid-v8A7f1RoKc {
  padding-top: 2rem;
  padding-bottom: 0rem;
}
.cid-v8A7f1RoKc .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8A7f1RoKc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background13.jpg");
}
.cid-v8A7hMw4Xi {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0c2c68;
}
@media (min-width: 992px) {
  .cid-v8A7hMw4Xi .carousel {
    min-height: 400px;
  }
  .cid-v8A7hMw4Xi .carousel img {
    max-height: 400px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v8A7hMw4Xi .carousel {
    min-height: 260px;
  }
  .cid-v8A7hMw4Xi .carousel img {
    max-height: 260px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-v8A7hMw4Xi .carousel {
    min-height: 220px;
  }
  .cid-v8A7hMw4Xi .carousel img {
    max-height: 220px;
    object-fit: contain;
  }
  .cid-v8A7hMw4Xi .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-v8A7hMw4Xi .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-v8A7hMw4Xi .carousel,
.cid-v8A7hMw4Xi .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v8A7hMw4Xi .item-wrapper {
  width: 100%;
}
.cid-v8A7hMw4Xi .carousel-caption {
  bottom: 40px;
}
.cid-v8A7hMw4Xi .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-v8A7hMw4Xi .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-v8A7hMw4Xi .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-v8A7hMw4Xi .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-v8A7hMw4Xi .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-v8A7hMw4Xi .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v8A7hMw4Xi .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v8A7hMw4Xi .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v8A7hMw4Xi .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-v8A7hMw4Xi .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-v8A7hMw4Xi .carousel-indicators li.active,
.cid-v8A7hMw4Xi .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v8A7hMw4Xi .carousel-indicators li::after,
.cid-v8A7hMw4Xi .carousel-indicators li::before {
  content: none;
}
.cid-v8A7hMw4Xi .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v8A7hMw4Xi .carousel-indicators {
    display: none !important;
  }
}
.cid-v8A6NcksnS {
  padding-top: 1rem;
  padding-bottom: 0rem;
}
.cid-v8A6NcksnS .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8A6NcksnS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background13.jpg");
}
.cid-v8A6NcksnS .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v8A6Rva5OC {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-v8A6Rva5OC .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8A6Rva5OC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-v8A6Rva5OC .container-fluid {
    padding: 0;
  }
}
.cid-v8A6Rva5OC .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-v8A6Rva5OC .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v8A6Rva5OC .embla__button--next,
.cid-v8A6Rva5OC .embla__button--prev {
  display: flex;
}
.cid-v8A6Rva5OC .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-v8A6Rva5OC .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-v8A6Rva5OC .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v8A6Rva5OC .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v8A6Rva5OC .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v8A6Rva5OC .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v8A6Rva5OC .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v8A6Rva5OC .embla {
  position: relative;
  width: 100%;
}
.cid-v8A6Rva5OC .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-v8A6Rva5OC .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v8A6Rva5OC .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v8A6Rva5OC .embla__slide a {
  cursor: grab;
}
.cid-v8A6Rva5OC .embla__slide a:active {
  cursor: grabbing;
}
.cid-v8A6Rva5OC .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v8A6Rva5OC .item-menu-overlay {
  border-radius: 2rem;
}
.cid-v8A6Rva5OC .mbr-section-title {
  color: #232323;
}
.cid-v8A6Rva5OC .mbr-section-subtitle {
  color: #232323;
}
.cid-v8A6Rva5OC .mbr-box {
  color: #ffffff;
}
.cid-v8A6Rva5OC .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-v8A6Rva5OC img,
.cid-v8A6Rva5OC .item-img {
  width: 100%;
}
.cid-v8A6Rva5OC .item-wrapper {
  position: relative;
}
.cid-v8A6Rva5OC .content-head {
  max-width: 800px;
}
.cid-v6YYsG9VO6 {
  padding-top: 1rem;
  padding-bottom: 0rem;
}
.cid-v6YYsG9VO6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6YYsG9VO6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background13.jpg");
}
.cid-v6YYsG9VO6 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v6YYtNtXui {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-v6YYtNtXui .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6YYtNtXui .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-v6YYtNtXui .container-fluid {
    padding: 0;
  }
}
.cid-v6YYtNtXui .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-v6YYtNtXui .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v6YYtNtXui .embla__button--next,
.cid-v6YYtNtXui .embla__button--prev {
  display: flex;
}
.cid-v6YYtNtXui .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-v6YYtNtXui .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-v6YYtNtXui .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v6YYtNtXui .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v6YYtNtXui .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v6YYtNtXui .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v6YYtNtXui .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v6YYtNtXui .embla {
  position: relative;
  width: 100%;
}
.cid-v6YYtNtXui .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-v6YYtNtXui .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v6YYtNtXui .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v6YYtNtXui .embla__slide a {
  cursor: grab;
}
.cid-v6YYtNtXui .embla__slide a:active {
  cursor: grabbing;
}
.cid-v6YYtNtXui .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v6YYtNtXui .item-menu-overlay {
  border-radius: 2rem;
}
.cid-v6YYtNtXui .mbr-section-title {
  color: #232323;
}
.cid-v6YYtNtXui .mbr-section-subtitle {
  color: #232323;
}
.cid-v6YYtNtXui .mbr-box {
  color: #ffffff;
}
.cid-v6YYtNtXui .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-v6YYtNtXui img,
.cid-v6YYtNtXui .item-img {
  width: 100%;
}
.cid-v6YYtNtXui .item-wrapper {
  position: relative;
}
.cid-v6YYtNtXui .content-head {
  max-width: 800px;
}
.cid-v5nle4dSV8 {
  padding-top: 2rem;
  padding-bottom: 0rem;
}
.cid-v5nle4dSV8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5nle4dSV8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background13.jpg");
}
.cid-v5nlfeuRQY {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0c2c68;
}
@media (min-width: 992px) {
  .cid-v5nlfeuRQY .carousel {
    min-height: 400px;
  }
  .cid-v5nlfeuRQY .carousel img {
    max-height: 400px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v5nlfeuRQY .carousel {
    min-height: 260px;
  }
  .cid-v5nlfeuRQY .carousel img {
    max-height: 260px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-v5nlfeuRQY .carousel {
    min-height: 220px;
  }
  .cid-v5nlfeuRQY .carousel img {
    max-height: 220px;
    object-fit: contain;
  }
  .cid-v5nlfeuRQY .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-v5nlfeuRQY .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-v5nlfeuRQY .carousel,
.cid-v5nlfeuRQY .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v5nlfeuRQY .item-wrapper {
  width: 100%;
}
.cid-v5nlfeuRQY .carousel-caption {
  bottom: 40px;
}
.cid-v5nlfeuRQY .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-v5nlfeuRQY .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-v5nlfeuRQY .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-v5nlfeuRQY .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-v5nlfeuRQY .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-v5nlfeuRQY .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v5nlfeuRQY .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v5nlfeuRQY .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v5nlfeuRQY .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-v5nlfeuRQY .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-v5nlfeuRQY .carousel-indicators li.active,
.cid-v5nlfeuRQY .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v5nlfeuRQY .carousel-indicators li::after,
.cid-v5nlfeuRQY .carousel-indicators li::before {
  content: none;
}
.cid-v5nlfeuRQY .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v5nlfeuRQY .carousel-indicators {
    display: none !important;
  }
}
.cid-v5nkWJzroO {
  padding-top: 2rem;
  padding-bottom: 0rem;
}
.cid-v5nkWJzroO .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5nkWJzroO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background13.jpg");
}
.cid-v5nl1zCg6c {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffc091;
}
@media (min-width: 992px) {
  .cid-v5nl1zCg6c .carousel {
    min-height: 400px;
  }
  .cid-v5nl1zCg6c .carousel img {
    max-height: 400px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v5nl1zCg6c .carousel {
    min-height: 260px;
  }
  .cid-v5nl1zCg6c .carousel img {
    max-height: 260px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-v5nl1zCg6c .carousel {
    min-height: 220px;
  }
  .cid-v5nl1zCg6c .carousel img {
    max-height: 220px;
    object-fit: contain;
  }
  .cid-v5nl1zCg6c .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-v5nl1zCg6c .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-v5nl1zCg6c .carousel,
.cid-v5nl1zCg6c .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v5nl1zCg6c .item-wrapper {
  width: 100%;
}
.cid-v5nl1zCg6c .carousel-caption {
  bottom: 40px;
}
.cid-v5nl1zCg6c .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-v5nl1zCg6c .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-v5nl1zCg6c .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-v5nl1zCg6c .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-v5nl1zCg6c .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-v5nl1zCg6c .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v5nl1zCg6c .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v5nl1zCg6c .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v5nl1zCg6c .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-v5nl1zCg6c .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-v5nl1zCg6c .carousel-indicators li.active,
.cid-v5nl1zCg6c .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v5nl1zCg6c .carousel-indicators li::after,
.cid-v5nl1zCg6c .carousel-indicators li::before {
  content: none;
}
.cid-v5nl1zCg6c .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v5nl1zCg6c .carousel-indicators {
    display: none !important;
  }
}
.cid-v3IYs68d30 {
  padding-top: 2rem;
  padding-bottom: 0rem;
}
.cid-v3IYs68d30 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3IYs68d30 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background13.jpg");
}
.cid-v3IYtmtRrN {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0c2c68;
}
@media (min-width: 992px) {
  .cid-v3IYtmtRrN .carousel {
    min-height: 400px;
  }
  .cid-v3IYtmtRrN .carousel img {
    max-height: 400px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v3IYtmtRrN .carousel {
    min-height: 260px;
  }
  .cid-v3IYtmtRrN .carousel img {
    max-height: 260px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-v3IYtmtRrN .carousel {
    min-height: 220px;
  }
  .cid-v3IYtmtRrN .carousel img {
    max-height: 220px;
    object-fit: contain;
  }
  .cid-v3IYtmtRrN .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-v3IYtmtRrN .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-v3IYtmtRrN .carousel,
.cid-v3IYtmtRrN .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v3IYtmtRrN .item-wrapper {
  width: 100%;
}
.cid-v3IYtmtRrN .carousel-caption {
  bottom: 40px;
}
.cid-v3IYtmtRrN .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-v3IYtmtRrN .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-v3IYtmtRrN .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-v3IYtmtRrN .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-v3IYtmtRrN .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-v3IYtmtRrN .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v3IYtmtRrN .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v3IYtmtRrN .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v3IYtmtRrN .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-v3IYtmtRrN .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-v3IYtmtRrN .carousel-indicators li.active,
.cid-v3IYtmtRrN .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v3IYtmtRrN .carousel-indicators li::after,
.cid-v3IYtmtRrN .carousel-indicators li::before {
  content: none;
}
.cid-v3IYtmtRrN .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v3IYtmtRrN .carousel-indicators {
    display: none !important;
  }
}
.cid-v1jpSaQelb {
  padding-top: 2rem;
  padding-bottom: 0rem;
}
.cid-v1jpSaQelb .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1jpSaQelb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background13.jpg");
}
.cid-v1jpSXzdzL {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffa600;
}
@media (min-width: 992px) {
  .cid-v1jpSXzdzL .carousel {
    min-height: 400px;
  }
  .cid-v1jpSXzdzL .carousel img {
    max-height: 400px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v1jpSXzdzL .carousel {
    min-height: 260px;
  }
  .cid-v1jpSXzdzL .carousel img {
    max-height: 260px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-v1jpSXzdzL .carousel {
    min-height: 220px;
  }
  .cid-v1jpSXzdzL .carousel img {
    max-height: 220px;
    object-fit: contain;
  }
  .cid-v1jpSXzdzL .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-v1jpSXzdzL .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-v1jpSXzdzL .carousel,
.cid-v1jpSXzdzL .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v1jpSXzdzL .item-wrapper {
  width: 100%;
}
.cid-v1jpSXzdzL .carousel-caption {
  bottom: 40px;
}
.cid-v1jpSXzdzL .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-v1jpSXzdzL .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-v1jpSXzdzL .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-v1jpSXzdzL .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-v1jpSXzdzL .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-v1jpSXzdzL .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v1jpSXzdzL .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v1jpSXzdzL .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v1jpSXzdzL .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-v1jpSXzdzL .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-v1jpSXzdzL .carousel-indicators li.active,
.cid-v1jpSXzdzL .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v1jpSXzdzL .carousel-indicators li::after,
.cid-v1jpSXzdzL .carousel-indicators li::before {
  content: none;
}
.cid-v1jpSXzdzL .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v1jpSXzdzL .carousel-indicators {
    display: none !important;
  }
}
.cid-uYFwt6poCB {
  padding-top: 2rem;
  padding-bottom: 0rem;
}
.cid-uYFwt6poCB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFwt6poCB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background13.jpg");
}
.cid-uYFwtXMsTm {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #cce5ff;
}
@media (min-width: 992px) {
  .cid-uYFwtXMsTm .carousel {
    min-height: 400px;
  }
  .cid-uYFwtXMsTm .carousel img {
    max-height: 400px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uYFwtXMsTm .carousel {
    min-height: 260px;
  }
  .cid-uYFwtXMsTm .carousel img {
    max-height: 260px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-uYFwtXMsTm .carousel {
    min-height: 220px;
  }
  .cid-uYFwtXMsTm .carousel img {
    max-height: 220px;
    object-fit: contain;
  }
  .cid-uYFwtXMsTm .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uYFwtXMsTm .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uYFwtXMsTm .carousel,
.cid-uYFwtXMsTm .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uYFwtXMsTm .item-wrapper {
  width: 100%;
}
.cid-uYFwtXMsTm .carousel-caption {
  bottom: 40px;
}
.cid-uYFwtXMsTm .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uYFwtXMsTm .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uYFwtXMsTm .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uYFwtXMsTm .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uYFwtXMsTm .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uYFwtXMsTm .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uYFwtXMsTm .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uYFwtXMsTm .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uYFwtXMsTm .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uYFwtXMsTm .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uYFwtXMsTm .carousel-indicators li.active,
.cid-uYFwtXMsTm .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uYFwtXMsTm .carousel-indicators li::after,
.cid-uYFwtXMsTm .carousel-indicators li::before {
  content: none;
}
.cid-uYFwtXMsTm .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uYFwtXMsTm .carousel-indicators {
    display: none !important;
  }
}
.cid-uTrWF8VY01 {
  padding-top: 1rem;
  padding-bottom: 0rem;
}
.cid-uTrWF8VY01 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTrWF8VY01 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background13.jpg");
}
.cid-uTrWFMibdy {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffa600;
}
@media (min-width: 992px) {
  .cid-uTrWFMibdy .carousel {
    min-height: 400px;
  }
  .cid-uTrWFMibdy .carousel img {
    max-height: 400px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uTrWFMibdy .carousel {
    min-height: 260px;
  }
  .cid-uTrWFMibdy .carousel img {
    max-height: 260px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-uTrWFMibdy .carousel {
    min-height: 220px;
  }
  .cid-uTrWFMibdy .carousel img {
    max-height: 220px;
    object-fit: contain;
  }
  .cid-uTrWFMibdy .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uTrWFMibdy .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uTrWFMibdy .carousel,
.cid-uTrWFMibdy .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uTrWFMibdy .item-wrapper {
  width: 100%;
}
.cid-uTrWFMibdy .carousel-caption {
  bottom: 40px;
}
.cid-uTrWFMibdy .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uTrWFMibdy .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uTrWFMibdy .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uTrWFMibdy .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uTrWFMibdy .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uTrWFMibdy .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uTrWFMibdy .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uTrWFMibdy .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uTrWFMibdy .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uTrWFMibdy .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uTrWFMibdy .carousel-indicators li.active,
.cid-uTrWFMibdy .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uTrWFMibdy .carousel-indicators li::after,
.cid-uTrWFMibdy .carousel-indicators li::before {
  content: none;
}
.cid-uTrWFMibdy .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uTrWFMibdy .carousel-indicators {
    display: none !important;
  }
}
.cid-uTrWUjk6cx {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1920.jpg");
}
.cid-uTrWUjk6cx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTrWUjk6cx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTrWUXLR6y {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #cce5ff;
}
@media (min-width: 992px) {
  .cid-uTrWUXLR6y .carousel {
    min-height: 400px;
  }
  .cid-uTrWUXLR6y .carousel img {
    max-height: 400px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uTrWUXLR6y .carousel {
    min-height: 260px;
  }
  .cid-uTrWUXLR6y .carousel img {
    max-height: 260px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-uTrWUXLR6y .carousel {
    min-height: 220px;
  }
  .cid-uTrWUXLR6y .carousel img {
    max-height: 220px;
    object-fit: contain;
  }
  .cid-uTrWUXLR6y .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uTrWUXLR6y .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uTrWUXLR6y .carousel,
.cid-uTrWUXLR6y .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uTrWUXLR6y .item-wrapper {
  width: 100%;
}
.cid-uTrWUXLR6y .carousel-caption {
  bottom: 40px;
}
.cid-uTrWUXLR6y .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uTrWUXLR6y .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uTrWUXLR6y .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uTrWUXLR6y .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uTrWUXLR6y .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uTrWUXLR6y .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uTrWUXLR6y .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uTrWUXLR6y .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uTrWUXLR6y .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uTrWUXLR6y .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uTrWUXLR6y .carousel-indicators li.active,
.cid-uTrWUXLR6y .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uTrWUXLR6y .carousel-indicators li::after,
.cid-uTrWUXLR6y .carousel-indicators li::before {
  content: none;
}
.cid-uTrWUXLR6y .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uTrWUXLR6y .carousel-indicators {
    display: none !important;
  }
}
.cid-uTrX7IPr23 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1092.png");
}
.cid-uTrX7IPr23 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTrX7IPr23 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTrX8wRXKW {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #a0e1e1;
}
@media (min-width: 992px) {
  .cid-uTrX8wRXKW .carousel {
    min-height: 400px;
  }
  .cid-uTrX8wRXKW .carousel img {
    max-height: 400px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uTrX8wRXKW .carousel {
    min-height: 260px;
  }
  .cid-uTrX8wRXKW .carousel img {
    max-height: 260px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-uTrX8wRXKW .carousel {
    min-height: 220px;
  }
  .cid-uTrX8wRXKW .carousel img {
    max-height: 220px;
    object-fit: contain;
  }
  .cid-uTrX8wRXKW .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uTrX8wRXKW .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uTrX8wRXKW .carousel,
.cid-uTrX8wRXKW .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uTrX8wRXKW .item-wrapper {
  width: 100%;
}
.cid-uTrX8wRXKW .carousel-caption {
  bottom: 40px;
}
.cid-uTrX8wRXKW .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uTrX8wRXKW .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uTrX8wRXKW .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uTrX8wRXKW .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uTrX8wRXKW .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uTrX8wRXKW .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uTrX8wRXKW .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uTrX8wRXKW .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uTrX8wRXKW .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uTrX8wRXKW .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uTrX8wRXKW .carousel-indicators li.active,
.cid-uTrX8wRXKW .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uTrX8wRXKW .carousel-indicators li::after,
.cid-uTrX8wRXKW .carousel-indicators li::before {
  content: none;
}
.cid-uTrX8wRXKW .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uTrX8wRXKW .carousel-indicators {
    display: none !important;
  }
}
.cid-uTrXo7mRxq {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1265.jpg");
}
.cid-uTrXo7mRxq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTrXo7mRxq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTrXoR36qE {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffc091;
}
@media (min-width: 992px) {
  .cid-uTrXoR36qE .carousel {
    min-height: 400px;
  }
  .cid-uTrXoR36qE .carousel img {
    max-height: 400px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uTrXoR36qE .carousel {
    min-height: 260px;
  }
  .cid-uTrXoR36qE .carousel img {
    max-height: 260px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-uTrXoR36qE .carousel {
    min-height: 220px;
  }
  .cid-uTrXoR36qE .carousel img {
    max-height: 220px;
    object-fit: contain;
  }
  .cid-uTrXoR36qE .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uTrXoR36qE .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uTrXoR36qE .carousel,
.cid-uTrXoR36qE .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uTrXoR36qE .item-wrapper {
  width: 100%;
}
.cid-uTrXoR36qE .carousel-caption {
  bottom: 40px;
}
.cid-uTrXoR36qE .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uTrXoR36qE .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uTrXoR36qE .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uTrXoR36qE .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uTrXoR36qE .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uTrXoR36qE .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uTrXoR36qE .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uTrXoR36qE .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uTrXoR36qE .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uTrXoR36qE .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uTrXoR36qE .carousel-indicators li.active,
.cid-uTrXoR36qE .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uTrXoR36qE .carousel-indicators li::after,
.cid-uTrXoR36qE .carousel-indicators li::before {
  content: none;
}
.cid-uTrXoR36qE .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uTrXoR36qE .carousel-indicators {
    display: none !important;
  }
}
.cid-uTrXCywKM0 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/hps-fronte-large-1920x897.jpg");
}
.cid-uTrXCywKM0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTrXCywKM0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uTrXCywKM0 .container-fluid {
    padding: 0;
  }
}
.cid-uTrXCywKM0 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-uTrXCywKM0 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uTrXCywKM0 .embla__button--next,
.cid-uTrXCywKM0 .embla__button--prev {
  display: flex;
}
.cid-uTrXCywKM0 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uTrXCywKM0 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uTrXCywKM0 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uTrXCywKM0 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uTrXCywKM0 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uTrXCywKM0 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uTrXCywKM0 .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uTrXCywKM0 .embla {
  position: relative;
  width: 100%;
}
.cid-uTrXCywKM0 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uTrXCywKM0 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uTrXCywKM0 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uTrXCywKM0 .embla__slide a {
  cursor: grab;
}
.cid-uTrXCywKM0 .embla__slide a:active {
  cursor: grabbing;
}
.cid-uTrXCywKM0 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uTrXCywKM0 .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uTrXCywKM0 .mbr-section-title {
  color: #ffffff;
}
.cid-uTrXCywKM0 .mbr-section-subtitle {
  color: #232323;
}
.cid-uTrXCywKM0 .mbr-box {
  color: #ffffff;
}
.cid-uTrXCywKM0 .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uTrXCywKM0 img,
.cid-uTrXCywKM0 .item-img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-uTrXCywKM0 .item-wrapper {
  position: relative;
}
.cid-uTrXCywKM0 .content-head {
  max-width: 800px;
}
.cid-uTrXE1a6Pn {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uTrXE1a6Pn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTrXE1a6Pn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uTrXE1a6Pn .container-fluid {
    padding: 0;
  }
}
.cid-uTrXE1a6Pn .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-uTrXE1a6Pn .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uTrXE1a6Pn .embla__button--next,
.cid-uTrXE1a6Pn .embla__button--prev {
  display: flex;
}
.cid-uTrXE1a6Pn .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uTrXE1a6Pn .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uTrXE1a6Pn .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uTrXE1a6Pn .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uTrXE1a6Pn .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uTrXE1a6Pn .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uTrXE1a6Pn .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uTrXE1a6Pn .embla {
  position: relative;
  width: 100%;
}
.cid-uTrXE1a6Pn .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uTrXE1a6Pn .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uTrXE1a6Pn .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uTrXE1a6Pn .embla__slide a {
  cursor: grab;
}
.cid-uTrXE1a6Pn .embla__slide a:active {
  cursor: grabbing;
}
.cid-uTrXE1a6Pn .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uTrXE1a6Pn .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uTrXE1a6Pn .mbr-section-title {
  color: #232323;
}
.cid-uTrXE1a6Pn .mbr-section-subtitle {
  color: #232323;
}
.cid-uTrXE1a6Pn .mbr-box {
  color: #ffffff;
}
.cid-uTrXE1a6Pn .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uTrXE1a6Pn img,
.cid-uTrXE1a6Pn .item-img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-uTrXE1a6Pn .item-wrapper {
  position: relative;
}
.cid-uTrXE1a6Pn .content-head {
  max-width: 800px;
}
.cid-uTrVk4nUV3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/exam-fees-01-large-1920x697.webp");
}
.cid-uTrVk4nUV3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTrVk4nUV3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uTrVk4nUV3 .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uTrVk4nUV3 .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uTrVk4nUV3 .google-map {
  height: 100%;
  position: relative;
}
.cid-uTrVk4nUV3 .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uTrVk4nUV3 .google-map iframe {
    min-height: 350px;
  }
}
.cid-uTrVk4nUV3 .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uTrVk4nUV3 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uTrVk4nUV3 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uTrVk4nUV3 .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uTrVk4nUV3 .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uTrVk4nUV3 .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uTrVk4nUV3 ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uTrVk4nUV3 .content-head {
  max-width: 800px;
}
.cid-uTrVk4nUV3 .mbr-section-title {
  color: #ffffff;
}
.cid-uTrVk4nUV3 .list,
.cid-uTrVk4nUV3 .item-wrap {
  color: #0c2c68;
}
.cid-uTrVk55NQG {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/hps-front-2000x934.webp");
}
.cid-uTrVk55NQG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTrVk55NQG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTrVk55NQG .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-uTrVk55NQG .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uTrVk55NQG .row {
    flex-direction: column-reverse !important;
  }
  .cid-uTrVk55NQG .row .copyright {
    margin: 1rem 0 0 0;
  }
}
.cid-uTrVk55NQG .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uTrVk55NQG .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uTrVk55NQG .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uTrVk55NQG .row-links .row-links-soc li {
  padding: 0 1rem 0rem 1rem;
}
@media (max-width: 767px) {
  .cid-uTrVk55NQG .row-links .row-links-soc li {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-uTrVk55NQG .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uTrVk55NQG .copyright {
    text-align: center;
  }
}
.cid-uTrVk5NRa2 {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #ff0040;
  background: linear-gradient(90deg, #ff0040, #232323);
}
.cid-uTrVk5NRa2 .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-uTrVk5NRa2 p {
  display: inline;
  font-size: 15px;
  color: #FFD100;
}
.cid-uTrVk5NRa2 .marquee-rtl {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
.cid-uTrVk5NRa2 .marquee-rtl > :first-child {
  display: inline-block;
  padding-right: 2em;
  padding-left: 100%;
  white-space: nowrap;
  animation: defilement-rtl 50s infinite linear;
  animation-iteration-count: 100;
}
.cid-uTrVk5NRa2 .marquee-rtl:hover :first-child {
  animation-play-state: paused;
}
@keyframes defilement-rtl {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}
.cid-uTrVk5NRa2 .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uTrVk5NRa2 .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uNmhGTaKyG {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uNmhGTaKyG .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;
}
@media (max-width: 767px) {
  .cid-uNmhGTaKyG .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uNmhGTaKyG .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uNmhGTaKyG .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uNmhGTaKyG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uNmhGTaKyG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uNmhGTaKyG .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uNmhGTaKyG .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uNmhGTaKyG .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uNmhGTaKyG .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uNmhGTaKyG .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uNmhGTaKyG .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uNmhGTaKyG .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uNmhGTaKyG .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uNmhGTaKyG .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uNmhGTaKyG .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uNmhGTaKyG .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uNmhGTaKyG .navbar-logo {
    padding-left: 0;
  }
}
.cid-uNmhGTaKyG .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uNmhGTaKyG .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uNmhGTaKyG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uNmhGTaKyG .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #0c2c68;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uNmhGTaKyG .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uNmhGTaKyG .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uNmhGTaKyG .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uNmhGTaKyG .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #0c2c68;
}
.cid-uNmhGTaKyG .nav-item:focus,
.cid-uNmhGTaKyG .nav-link:focus {
  outline: none;
}
.cid-uNmhGTaKyG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uNmhGTaKyG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uNmhGTaKyG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uNmhGTaKyG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uNmhGTaKyG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uNmhGTaKyG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uNmhGTaKyG .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uNmhGTaKyG .navbar.opened {
  transition: all 0.3s;
}
.cid-uNmhGTaKyG .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uNmhGTaKyG .navbar .navbar-logo img {
  width: auto;
}
.cid-uNmhGTaKyG .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uNmhGTaKyG .navbar.collapsed {
  justify-content: center;
}
.cid-uNmhGTaKyG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uNmhGTaKyG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uNmhGTaKyG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uNmhGTaKyG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uNmhGTaKyG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uNmhGTaKyG .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-uNmhGTaKyG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uNmhGTaKyG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uNmhGTaKyG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uNmhGTaKyG .navbar {
    min-height: 72px;
  }
  .cid-uNmhGTaKyG .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uNmhGTaKyG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uNmhGTaKyG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uNmhGTaKyG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uNmhGTaKyG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uNmhGTaKyG .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-uNmhGTaKyG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uNmhGTaKyG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uNmhGTaKyG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uNmhGTaKyG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uNmhGTaKyG .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uNmhGTaKyG .dropdown-item.active,
.cid-uNmhGTaKyG .dropdown-item:active {
  background-color: transparent;
}
.cid-uNmhGTaKyG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uNmhGTaKyG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uNmhGTaKyG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uNmhGTaKyG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0c2c68;
}
.cid-uNmhGTaKyG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uNmhGTaKyG .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uNmhGTaKyG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uNmhGTaKyG .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uNmhGTaKyG .navbar-buttons {
    text-align: left;
  }
}
.cid-uNmhGTaKyG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uNmhGTaKyG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-uNmhGTaKyG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uNmhGTaKyG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNmhGTaKyG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNmhGTaKyG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uNmhGTaKyG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNmhGTaKyG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uNmhGTaKyG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uNmhGTaKyG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNmhGTaKyG .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uNmhGTaKyG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uNmhGTaKyG .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uNmhGTaKyG .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uNmhGTaKyG .navbar {
    height: 70px;
  }
  .cid-uNmhGTaKyG .navbar.opened {
    height: auto;
  }
  .cid-uNmhGTaKyG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uNmhGTaKyG .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uNmhGTaKyG .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uNmhGTaKyG .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uNmhGTaKyG .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uNmhGTaKyG .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uNmhGTaKyG .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uNmhGTaKyG .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uNmhGTaKyG .navbar-brand {
    margin-right: auto;
  }
  .cid-uNmhGTaKyG .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #0c2c68;
    backdrop-filter: blur(8px);
  }
  .cid-uNmhGTaKyG .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uNmhGTaKyG .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uNmhGTaKyG .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uNmhGTaKyG .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uNmhGTaKyG .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uNmhGTaKyG .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uNmhGTaKyG .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uNmhGTaKyG .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uNmhGTaKyG .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uNmhGTaKyG .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uNmhGTS7bo {
  display: flex;
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/past-exam-paaper-back-01-large-1256x837.webp");
}
.cid-uNmhGTS7bo .mbr-overlay {
  background-color: #000000;
  opacity: 0.6;
}
@media (min-width: 768px) {
  .cid-uNmhGTS7bo {
    align-items: flex-end;
  }
  .cid-uNmhGTS7bo .row {
    justify-content: center;
  }
  .cid-uNmhGTS7bo .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uNmhGTS7bo .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uNmhGTS7bo {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uNmhGTS7bo .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uNmhGTS7bo .content-wrap {
    width: 100%;
  }
}
.cid-uNmhGTS7bo .mbr-section-title,
.cid-uNmhGTS7bo .mbr-section-subtitle {
  text-align: center;
}
.cid-uNmhGTS7bo .mbr-text,
.cid-uNmhGTS7bo .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uNmhGTS7bo .mbr-section-title {
  text-align: center;
  color: #ffc091;
}
.cid-v9kplzPZ7F {
  padding-top: 10rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/whatsapp20image202026-01-1720at2020.12.42-1237x872.jpg");
}
.cid-v9kplzPZ7F .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9kplzPZ7F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9kpoXFmKp {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #cce5ff;
}
.cid-v9kpoXFmKp .mbr-text {
  color: #000000;
}
.cid-v9kpoXFmKp .mbr-section-subtitle {
  color: #000000;
}
.cid-v9kpoXFmKp .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v9kpoXFmKp .mbr-text,
.cid-v9kpoXFmKp .item .mbr-section-btn {
  text-align: left;
}
.cid-v9kpoXFmKp .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v9kpoXFmKp .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v9kpoXFmKp .item-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v9kpoXFmKp .item-wrapper {
    padding: 4rem;
  }
}
.cid-v9kpoXFmKp .details-icon {
  color: #9fe870;
  padding-right: 0.5rem;
}
.cid-v9kpoXFmKp .mbr-card-subtitle {
  color: #232323;
  text-align: left;
}
.cid-v9kpoXFmKp .details .details-item {
  display: inline-flex;
  padding-right: 1rem;
}
.cid-v9kpoXFmKp .mbr-tag,
.cid-v9kpoXFmKp .tags-wrapper {
  color: #02007b;
}
.cid-v8A7wubfeA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/past-exam-paaper-backhps-01-01-01.jpg-2000x1334.jpg");
}
.cid-v8A7wubfeA .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8A7wubfeA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8A7wubfeA .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-v8A7wubfeA .card-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v8A7wubfeA .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v8A7wubfeA .card-wrapper {
    padding: 4rem;
  }
}
.cid-v8A7wubfeA .mbr-text,
.cid-v8A7wubfeA .mbr-section-btn {
  text-align: left;
}
.cid-v5nkQk5k8Y {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/past-exam-paaper-backhps-01-01-01.jpg-2000x1334.jpg");
}
.cid-v5nkQk5k8Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5nkQk5k8Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5nkQk5k8Y .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-v5nkQk5k8Y .card-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v5nkQk5k8Y .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v5nkQk5k8Y .card-wrapper {
    padding: 4rem;
  }
}
.cid-v5nkQk5k8Y .mbr-text,
.cid-v5nkQk5k8Y .mbr-section-btn {
  text-align: left;
}
.cid-v3IY7lCDFP {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/past-exam-paaper-backhps-01-01-01.jpg-2000x1334.jpg");
}
.cid-v3IY7lCDFP .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3IY7lCDFP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3IY7lCDFP .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-v3IY7lCDFP .card-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v3IY7lCDFP .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v3IY7lCDFP .card-wrapper {
    padding: 4rem;
  }
}
.cid-v3IY7lCDFP .mbr-text,
.cid-v3IY7lCDFP .mbr-section-btn {
  text-align: left;
}
.cid-uQLoTlKua5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cce5ff;
}
.cid-uQLoTlKua5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQLoTlKua5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQLoTlKua5 .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uQLoTlKua5 .image-wrap img {
    display: block;
    margin: auto;
    width: 90%;
  }
}
.cid-uQLoTlKua5 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uQLoTlKua5 .header-menu {
  margin-top: 2rem;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uQLoTlKua5 .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uQLoTlKua5 .header-menu li p {
  margin: 0;
}
.cid-uQLoTlKua5 .content-head {
  max-width: 800px;
}
.cid-uNmicil3xP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cce5ff;
}
.cid-uNmicil3xP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNmicil3xP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNmicil3xP .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uNmicil3xP .image-wrap img {
    display: block;
    margin: auto;
    width: 90%;
  }
}
.cid-uNmicil3xP .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uNmicil3xP .header-menu {
  margin-top: 2rem;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uNmicil3xP .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uNmicil3xP .header-menu li p {
  margin: 0;
}
.cid-uNmicil3xP .content-head {
  max-width: 800px;
}
.cid-uNmhGW4u2S {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/exam-fees-01-large-1920x697.webp");
}
.cid-uNmhGW4u2S .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNmhGW4u2S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uNmhGW4u2S .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uNmhGW4u2S .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uNmhGW4u2S .google-map {
  height: 100%;
  position: relative;
}
.cid-uNmhGW4u2S .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uNmhGW4u2S .google-map iframe {
    min-height: 350px;
  }
}
.cid-uNmhGW4u2S .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uNmhGW4u2S .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uNmhGW4u2S .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uNmhGW4u2S .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uNmhGW4u2S .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uNmhGW4u2S .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uNmhGW4u2S ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uNmhGW4u2S .content-head {
  max-width: 800px;
}
.cid-uNmhGW4u2S .mbr-section-title {
  color: #ffffff;
}
.cid-uNmhGW4u2S .list,
.cid-uNmhGW4u2S .item-wrap {
  color: #0c2c68;
}
.cid-uNmhGWZnWL {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/hps-front-2000x934.webp");
}
.cid-uNmhGWZnWL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNmhGWZnWL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNmhGWZnWL .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-uNmhGWZnWL .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uNmhGWZnWL .row {
    flex-direction: column-reverse !important;
  }
  .cid-uNmhGWZnWL .row .copyright {
    margin: 1rem 0 0 0;
  }
}
.cid-uNmhGWZnWL .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uNmhGWZnWL .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uNmhGWZnWL .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uNmhGWZnWL .row-links .row-links-soc li {
  padding: 0 1rem 0rem 1rem;
}
@media (max-width: 767px) {
  .cid-uNmhGWZnWL .row-links .row-links-soc li {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-uNmhGWZnWL .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uNmhGWZnWL .copyright {
    text-align: center;
  }
}
.cid-uNmhGXD5gn {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #ff0040;
  background: linear-gradient(90deg, #ff0040, #232323);
}
.cid-uNmhGXD5gn .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-uNmhGXD5gn p {
  display: inline;
  font-size: 15px;
  color: #FFD100;
}
.cid-uNmhGXD5gn .marquee-rtl {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
.cid-uNmhGXD5gn .marquee-rtl > :first-child {
  display: inline-block;
  padding-right: 2em;
  padding-left: 100%;
  white-space: nowrap;
  animation: defilement-rtl 50s infinite linear;
  animation-iteration-count: 100;
}
.cid-uNmhGXD5gn .marquee-rtl:hover :first-child {
  animation-play-state: paused;
}
@keyframes defilement-rtl {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}
.cid-uNmhGXD5gn .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uNmhGXD5gn .media-container-row .mbr-text {
  color: #ffffff;
}
