body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Manrope', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-2 {
  font-family: 'Manrope', sans-serif;
  font-size: 2.4rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3rem;
}
.display-4 {
  font-family: 'Manrope', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Manrope', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-7 {
  font-family: 'Manrope', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- 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: 2.4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.1rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.92rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.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-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #8d97ad !important;
}
.bg-success {
  background-color: #f19101 !important;
}
.bg-info {
  background-color: #6c7484 !important;
}
.bg-warning {
  background-color: #f19101 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #8d97ad !important;
  border-color: #8d97ad !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #5f6b84 !important;
  border-color: #5f6b84 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #5f6b84 !important;
  border-color: #5f6b84 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #092433 !important;
  border-color: #092433 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info,
.btn-info:active {
  background-color: #6c7484 !important;
  border-color: #6c7484 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #454a54 !important;
  border-color: #454a54 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #454a54 !important;
  border-color: #454a54 !important;
}
.btn-success,
.btn-success:active {
  background-color: #f19101 !important;
  border-color: #f19101 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #9b5d01 !important;
  border-color: #9b5d01 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #9b5d01 !important;
  border-color: #9b5d01 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #f19101 !important;
  border-color: #f19101 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #9b5d01 !important;
  border-color: #9b5d01 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #9b5d01 !important;
  border-color: #9b5d01 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #8d97ad;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #5f6b84 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #8d97ad !important;
  border-color: #8d97ad !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #092433;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #092433 !important;
  border-color: #092433 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #6c7484;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #454a54 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #6c7484 !important;
  border-color: #6c7484 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f19101;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #9b5d01 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #f19101 !important;
  border-color: #f19101 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f19101;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #9b5d01 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #f19101 !important;
  border-color: #f19101 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  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: transparent!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: transparent;
  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: transparent!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: #8d97ad !important;
}
.text-secondary {
  color: #092433 !important;
}
.text-success {
  color: #f19101 !important;
}
.text-info {
  color: #6c7484 !important;
}
.text-warning {
  color: #f19101 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #59647b !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #8b5401 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #3e434c !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #8b5401 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !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: #8d97ad;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #6c7484;
}
.alert-warning {
  background-color: #f19101;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #8d97ad;
  border-color: #8d97ad;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #8d97ad;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #d7dbe2;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffe5bf;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #b1b5bf;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffe5bf;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Manrope', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.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: #8d97ad !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Manrope', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #8d97ad;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #8d97ad;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #8d97ad;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #8d97ad;
  border-bottom-color: #8d97ad;
}
.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: #8d97ad !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #092433 !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='%238d97ad' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-sCW5bF98Cl {
  display: flex;
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/monitoring-recovered.jpg");
}
.cid-sCW5bF98Cl .mbr-overlay {
  background-color: #353535;
  opacity: 0.5;
}
.cid-sCW5bF98Cl .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-sCW5bF98Cl {
    align-items: flex-end;
  }
  .cid-sCW5bF98Cl .row {
    justify-content: flex-start;
  }
  .cid-sCW5bF98Cl .content-wrap {
    width: 51%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sCW5bF98Cl .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-sCW5bF98Cl {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sCW5bF98Cl .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sCW5bF98Cl .content-wrap {
    width: 100%;
  }
}
.cid-sCW5bF98Cl .mbr-text,
.cid-sCW5bF98Cl .mbr-section-btn {
  color: #092433;
  text-align: left;
}
.cid-sCW5bF98Cl .mbr-section-title {
  text-align: left;
  color: #092433;
}
#hrblock-block-33 hr {
  margin: 0;
}
.cid-sCW5bJdxWG {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sCW5bJdxWG .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-sCW5bJdxWG .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-sCW5bJdxWG .text-content {
  padding-right: 1.5rem;
  padding-right: 0;
  padding-left: 1.5rem;
}
.cid-sCW5bJdxWG .main-row {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
.cid-sCW5bJdxWG .mbr-text,
.cid-sCW5bJdxWG .mbr-section-btn {
  color: #232323;
}
.cid-sCW5bJdxWG .mbr-figure img {
  -webkit-box-shadow: 0px 0px 0px rgba(NaN, NaN, NaN, 0);
  border-radius: .25rem;
}
.cid-sCW5bJdxWG .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-sCW5bJdxWG .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-sCW5bJdxWG .counter-container ul li {
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-sCW5bJdxWG .main-row {
    margin: 0;
  }
  .cid-sCW5bJdxWG .mbr-section-title,
  .cid-sCW5bJdxWG .mbr-text,
  .cid-sCW5bJdxWG .list,
  .cid-sCW5bJdxWG .mbr-section-btn {
    text-align: center !important;
  }
  .cid-sCW5bJdxWG .text-content {
    padding: 0;
  }
}
.cid-sCW5bJdxWG .mbr-section-title {
  color: #8d97ad;
}
.cid-sCWawWH2Sl {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #092433;
}
.cid-sCWawWH2Sl ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-sCWawWH2Sl li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-sCWawWH2Sl ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #8d97ad;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-sCWawWH2Sl H4 {
  color: #fafafa;
  text-align: left;
}
.cid-sCWawWH2Sl H3 {
  color: #fafafa;
  text-align: center;
}
.cid-sCWawWH2Sl .list {
  color: #fafafa;
  text-align: center;
}
.cid-sCWawWH2Sl DIV {
  text-align: left;
}
.cid-sCWawWH2Sl .list DIV {
  text-align: center;
}
.cid-sCW5bLFHmo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sCW5bLFHmo ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-sCW5bLFHmo li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-sCW5bLFHmo ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #232323;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
#hrblock-block-39 hr {
  margin: 0;
}
.cid-tsJ0pQ5ig0 {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #e5e5e5;
}
.cid-tsJ0pQ5ig0 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tsJ0pQ5ig0 form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-tsJ0pQ5ig0 form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-tsJ0pQ5ig0 form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tsJ0pQ5ig0 .mbr-section-title {
  color: #f19101;
  text-align: center;
}
#hrblock-block-gi hr {
  margin: 0;
}
.cid-sPdtlkh1sy {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #092433;
}
.cid-sPdtlkh1sy .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sPdtlkh1sy .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sPdtlkh1sy .row {
    text-align: center;
  }
  .cid-sPdtlkh1sy .row > div {
    margin: auto;
  }
  .cid-sPdtlkh1sy .social-row {
    justify-content: center;
  }
}
.cid-sPdtlkh1sy .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sPdtlkh1sy .list {
  list-style: none;
  padding-left: 0;
  color: #8d97ad;
}
@media (max-width: 991px) {
  .cid-sPdtlkh1sy .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sPdtlkh1sy .list {
    margin-bottom: 0rem;
  }
}
.cid-sPdtlkh1sy .mbr-text {
  color: #ffffff;
}
.cid-sPdtlkh1sy .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sPdtlkh1sy .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sPdtlkh1sy div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sPdtlkh1sy H5 {
  color: #ffffff;
}
.cid-sPdtlkh1sy .copyright {
  text-align: center;
  color: #ffffff;
}
.cid-sPdtlkh1sy P {
  color: #092433;
}
.cid-sPdtlkh1sy hr {
  margin: 0;
  color: #f19101;
}
.cid-sPcvAHPU6k {
  z-index: 1000;
  width: 100%;
}
.cid-sPcvAHPU6k .nav-dropdown {
  font-size: 0.75rem;
  font-weight: 700;
  height: auto !important;
}
.cid-sPcvAHPU6k .nav-dropdown .nav-btn {
  padding-left: 1rem;
}
.cid-sPcvAHPU6k .nav-dropdown .link {
  margin: 0.667em 0.5em !important;
  font-weight: 400;
  padding: 0 0.3em !important;
  transition: color 0.2s ease-in-out;
}
.cid-sPcvAHPU6k .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-sPcvAHPU6k .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-sPcvAHPU6k .iconfont-wrapper {
  color: #fafafa !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-sPcvAHPU6k .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-sPcvAHPU6k .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-sPcvAHPU6k .container {
    padding: 0 1rem;
  }
}
.cid-sPcvAHPU6k .menu-tite {
  background: #f19101;
  width: 100%;
  padding: 0.3rem 1rem;
  text-align: center;
  color: #f19101;
}
.cid-sPcvAHPU6k .menu-custom {
  background: #092433;
  width: 100%;
  padding: 0.3rem 1rem;
  text-align: center;
  color: #f19101;
  border-bottom: 0;
  text-decoration: none !important;
}
.cid-sPcvAHPU6k .nav-link {
  position: relative;
}
.cid-sPcvAHPU6k .nav-link:hover {
  color: #6c7484 !important;
}
.cid-sPcvAHPU6k nav.navbar {
  position: fixed;
}
.cid-sPcvAHPU6k .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.9);
}
.cid-sPcvAHPU6k .navbar.opened {
  transition: all 0.3s;
}
.cid-sPcvAHPU6k .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sPcvAHPU6k .navbar .navbar-logo img {
  width: auto;
}
.cid-sPcvAHPU6k .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sPcvAHPU6k .navbar.collapsed {
  justify-content: center;
}
.cid-sPcvAHPU6k .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sPcvAHPU6k .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sPcvAHPU6k .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sPcvAHPU6k .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sPcvAHPU6k .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sPcvAHPU6k .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-sPcvAHPU6k .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sPcvAHPU6k .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sPcvAHPU6k .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sPcvAHPU6k .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sPcvAHPU6k .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sPcvAHPU6k .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sPcvAHPU6k .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sPcvAHPU6k .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-sPcvAHPU6k .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sPcvAHPU6k .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sPcvAHPU6k .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sPcvAHPU6k .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sPcvAHPU6k .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sPcvAHPU6k .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sPcvAHPU6k .navbar.navbar-short {
  min-height: 60px;
}
.cid-sPcvAHPU6k .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sPcvAHPU6k .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sPcvAHPU6k .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sPcvAHPU6k .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sPcvAHPU6k .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sPcvAHPU6k .dropdown-item:hover,
.cid-sPcvAHPU6k .dropdown-item:focus {
  background: #8d97ad !important;
  color: white !important;
}
.cid-sPcvAHPU6k .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sPcvAHPU6k .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sPcvAHPU6k .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sPcvAHPU6k .dropdown-menu,
.cid-sPcvAHPU6k .navbar.opened {
  background: #ffffff !important;
}
.cid-sPcvAHPU6k .nav-item:focus,
.cid-sPcvAHPU6k .nav-link:focus {
  outline: none;
}
.cid-sPcvAHPU6k .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sPcvAHPU6k .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sPcvAHPU6k .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sPcvAHPU6k .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sPcvAHPU6k .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sPcvAHPU6k .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sPcvAHPU6k .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sPcvAHPU6k .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sPcvAHPU6k .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sPcvAHPU6k .dropdown-item.active,
.cid-sPcvAHPU6k .dropdown-item:active {
  background-color: transparent;
}
.cid-sPcvAHPU6k .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sPcvAHPU6k .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sPcvAHPU6k .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sPcvAHPU6k .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sPcvAHPU6k .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sPcvAHPU6k .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sPcvAHPU6k ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sPcvAHPU6k .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sPcvAHPU6k button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sPcvAHPU6k button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-sPcvAHPU6k button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sPcvAHPU6k button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sPcvAHPU6k button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sPcvAHPU6k button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sPcvAHPU6k nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sPcvAHPU6k nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sPcvAHPU6k nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sPcvAHPU6k nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sPcvAHPU6k .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sPcvAHPU6k a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sPcvAHPU6k .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sPcvAHPU6k .navbar {
    height: 70px;
  }
  .cid-sPcvAHPU6k .navbar.opened {
    height: auto;
  }
  .cid-sPcvAHPU6k .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sPcvAHPU6k .yui {
  font-family: Manrope;
  font-size: 14px;
  font-weight: light;
  border-bottom: 0;
  text-decoration: none;
}
#hrblock-block-3j hr {
  margin: 0;
}
.cid-sCWboS7l0g {
  display: flex;
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/hiload.jpg");
}
.cid-sCWboS7l0g .mbr-overlay {
  background-color: #e1e9f7;
  opacity: 0.5;
}
.cid-sCWboS7l0g .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-sCWboS7l0g {
    align-items: flex-end;
  }
  .cid-sCWboS7l0g .row {
    justify-content: center;
  }
  .cid-sCWboS7l0g .content-wrap {
    width: 51%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sCWboS7l0g .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-sCWboS7l0g {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sCWboS7l0g .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sCWboS7l0g .content-wrap {
    width: 100%;
  }
}
.cid-sCWboS7l0g .mbr-text,
.cid-sCWboS7l0g .mbr-section-btn {
  color: #092433;
  text-align: center;
}
.cid-sCWboS7l0g .mbr-section-title {
  text-align: center;
  color: #092433;
}
#hrblock-block-gj hr {
  margin: 0;
}
.cid-sCWboYUzHr {
  padding-top: 120px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-sCWboYUzHr .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-sCWboYUzHr .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-sCWboYUzHr .text-content {
  padding-right: 1.5rem;
  padding-right: 0;
  padding-left: 1.5rem;
}
.cid-sCWboYUzHr .main-row {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
.cid-sCWboYUzHr .mbr-text,
.cid-sCWboYUzHr .mbr-section-btn {
  color: #232323;
}
.cid-sCWboYUzHr .mbr-figure img {
  -webkit-box-shadow: 0px 0px 0px rgba(NaN, NaN, NaN, 0);
  border-radius: .25rem;
}
.cid-sCWboYUzHr .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-sCWboYUzHr .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-sCWboYUzHr .counter-container ul li {
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-sCWboYUzHr .main-row {
    margin: 0;
  }
  .cid-sCWboYUzHr .mbr-section-title,
  .cid-sCWboYUzHr .mbr-text,
  .cid-sCWboYUzHr .list,
  .cid-sCWboYUzHr .mbr-section-btn {
    text-align: center !important;
  }
  .cid-sCWboYUzHr .text-content {
    padding: 0;
  }
}
.cid-sCWboYUzHr .mbr-section-title {
  color: #8d97ad;
}
.cid-sCWboZPbxy {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #092433;
}
.cid-sCWboZPbxy ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-sCWboZPbxy li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-sCWboZPbxy ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #8d97ad;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-sCWboZPbxy H4 {
  color: #fafafa;
  text-align: left;
}
.cid-sCWboZPbxy H3 {
  color: #fafafa;
  text-align: center;
}
.cid-sCWboZPbxy .list {
  color: #fafafa;
  text-align: center;
}
.cid-sCWboZPbxy DIV {
  text-align: left;
}
.cid-sCWboZPbxy .list DIV {
  text-align: center;
}
#hrblock-block-gl hr {
  margin: 0;
}
.cid-tsJ2WGawcW {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #e5e5e5;
}
.cid-tsJ2WGawcW .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tsJ2WGawcW form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-tsJ2WGawcW form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-tsJ2WGawcW form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tsJ2WGawcW .mbr-section-title {
  color: #f19101;
  text-align: center;
}
#hrblock-block-gk hr {
  margin: 0;
}
.cid-sPdtlkh1sy {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #092433;
}
.cid-sPdtlkh1sy .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sPdtlkh1sy .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sPdtlkh1sy .row {
    text-align: center;
  }
  .cid-sPdtlkh1sy .row > div {
    margin: auto;
  }
  .cid-sPdtlkh1sy .social-row {
    justify-content: center;
  }
}
.cid-sPdtlkh1sy .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sPdtlkh1sy .list {
  list-style: none;
  padding-left: 0;
  color: #8d97ad;
}
@media (max-width: 991px) {
  .cid-sPdtlkh1sy .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sPdtlkh1sy .list {
    margin-bottom: 0rem;
  }
}
.cid-sPdtlkh1sy .mbr-text {
  color: #ffffff;
}
.cid-sPdtlkh1sy .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sPdtlkh1sy .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sPdtlkh1sy div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sPdtlkh1sy H5 {
  color: #ffffff;
}
.cid-sPdtlkh1sy .copyright {
  text-align: center;
  color: #ffffff;
}
.cid-sPdtlkh1sy P {
  color: #092433;
}
.cid-sPdtlkh1sy hr {
  margin: 0;
  color: #f19101;
}
.cid-sPcvAHPU6k {
  z-index: 1000;
  width: 100%;
}
.cid-sPcvAHPU6k .nav-dropdown {
  font-size: 0.75rem;
  font-weight: 700;
  height: auto !important;
}
.cid-sPcvAHPU6k .nav-dropdown .nav-btn {
  padding-left: 1rem;
}
.cid-sPcvAHPU6k .nav-dropdown .link {
  margin: 0.667em 0.5em !important;
  font-weight: 400;
  padding: 0 0.3em !important;
  transition: color 0.2s ease-in-out;
}
.cid-sPcvAHPU6k .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-sPcvAHPU6k .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-sPcvAHPU6k .iconfont-wrapper {
  color: #fafafa !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-sPcvAHPU6k .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-sPcvAHPU6k .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-sPcvAHPU6k .container {
    padding: 0 1rem;
  }
}
.cid-sPcvAHPU6k .menu-tite {
  background: #f19101;
  width: 100%;
  padding: 0.3rem 1rem;
  text-align: center;
  color: #f19101;
}
.cid-sPcvAHPU6k .menu-custom {
  background: #092433;
  width: 100%;
  padding: 0.3rem 1rem;
  text-align: center;
  color: #f19101;
  border-bottom: 0;
  text-decoration: none !important;
}
.cid-sPcvAHPU6k .nav-link {
  position: relative;
}
.cid-sPcvAHPU6k .nav-link:hover {
  color: #6c7484 !important;
}
.cid-sPcvAHPU6k nav.navbar {
  position: fixed;
}
.cid-sPcvAHPU6k .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.9);
}
.cid-sPcvAHPU6k .navbar.opened {
  transition: all 0.3s;
}
.cid-sPcvAHPU6k .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sPcvAHPU6k .navbar .navbar-logo img {
  width: auto;
}
.cid-sPcvAHPU6k .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sPcvAHPU6k .navbar.collapsed {
  justify-content: center;
}
.cid-sPcvAHPU6k .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sPcvAHPU6k .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sPcvAHPU6k .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sPcvAHPU6k .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sPcvAHPU6k .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sPcvAHPU6k .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-sPcvAHPU6k .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sPcvAHPU6k .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sPcvAHPU6k .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sPcvAHPU6k .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sPcvAHPU6k .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sPcvAHPU6k .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sPcvAHPU6k .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sPcvAHPU6k .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-sPcvAHPU6k .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sPcvAHPU6k .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sPcvAHPU6k .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sPcvAHPU6k .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sPcvAHPU6k .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sPcvAHPU6k .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sPcvAHPU6k .navbar.navbar-short {
  min-height: 60px;
}
.cid-sPcvAHPU6k .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sPcvAHPU6k .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sPcvAHPU6k .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sPcvAHPU6k .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sPcvAHPU6k .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sPcvAHPU6k .dropdown-item:hover,
.cid-sPcvAHPU6k .dropdown-item:focus {
  background: #8d97ad !important;
  color: white !important;
}
.cid-sPcvAHPU6k .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sPcvAHPU6k .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sPcvAHPU6k .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sPcvAHPU6k .dropdown-menu,
.cid-sPcvAHPU6k .navbar.opened {
  background: #ffffff !important;
}
.cid-sPcvAHPU6k .nav-item:focus,
.cid-sPcvAHPU6k .nav-link:focus {
  outline: none;
}
.cid-sPcvAHPU6k .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sPcvAHPU6k .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sPcvAHPU6k .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sPcvAHPU6k .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sPcvAHPU6k .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sPcvAHPU6k .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sPcvAHPU6k .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sPcvAHPU6k .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sPcvAHPU6k .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sPcvAHPU6k .dropdown-item.active,
.cid-sPcvAHPU6k .dropdown-item:active {
  background-color: transparent;
}
.cid-sPcvAHPU6k .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sPcvAHPU6k .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sPcvAHPU6k .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sPcvAHPU6k .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sPcvAHPU6k .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sPcvAHPU6k .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sPcvAHPU6k ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sPcvAHPU6k .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sPcvAHPU6k button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sPcvAHPU6k button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-sPcvAHPU6k button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sPcvAHPU6k button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sPcvAHPU6k button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sPcvAHPU6k button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sPcvAHPU6k nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sPcvAHPU6k nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sPcvAHPU6k nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sPcvAHPU6k nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sPcvAHPU6k .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sPcvAHPU6k a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sPcvAHPU6k .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sPcvAHPU6k .navbar {
    height: 70px;
  }
  .cid-sPcvAHPU6k .navbar.opened {
    height: auto;
  }
  .cid-sPcvAHPU6k .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sPcvAHPU6k .yui {
  font-family: Manrope;
  font-size: 14px;
  font-weight: light;
  border-bottom: 0;
  text-decoration: none;
}
#hrblock-block-3v hr {
  margin: 0;
}
#hrblock-block-3y hr {
  margin: 0;
}
#hrblock-block-40 hr {
  margin: 0;
}
.cid-sCWcm7x4v5 {
  display: flex;
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/dev123456.jpg");
}
.cid-sCWcm7x4v5 .mbr-overlay {
  background-color: #353535;
  opacity: 0.5;
}
.cid-sCWcm7x4v5 .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-sCWcm7x4v5 {
    align-items: flex-end;
  }
  .cid-sCWcm7x4v5 .row {
    justify-content: center;
  }
  .cid-sCWcm7x4v5 .content-wrap {
    width: 70%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sCWcm7x4v5 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-sCWcm7x4v5 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sCWcm7x4v5 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sCWcm7x4v5 .content-wrap {
    width: 100%;
  }
}
.cid-sCWcm7x4v5 .mbr-text,
.cid-sCWcm7x4v5 .mbr-section-btn {
  color: #092433;
  text-align: center;
}
.cid-sCWcm7x4v5 .mbr-section-title {
  text-align: center;
  color: #092433;
}
#hrblock-block-g1 hr {
  margin: 0;
}
.cid-sCWcmdbez1 {
  padding-top: 100px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sCWcmdbez1 .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-sCWcmdbez1 .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-sCWcmdbez1 .text-content {
  padding-right: 1.5rem;
  padding-right: 0;
  padding-left: 1.5rem;
}
.cid-sCWcmdbez1 .main-row {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
.cid-sCWcmdbez1 .mbr-text,
.cid-sCWcmdbez1 .mbr-section-btn {
  color: #232323;
}
.cid-sCWcmdbez1 .mbr-figure img {
  -webkit-box-shadow: 0px 0px 0px rgba(NaN, NaN, NaN, 0);
  border-radius: .25rem;
}
.cid-sCWcmdbez1 .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-sCWcmdbez1 .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-sCWcmdbez1 .counter-container ul li {
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-sCWcmdbez1 .main-row {
    margin: 0;
  }
  .cid-sCWcmdbez1 .mbr-section-title,
  .cid-sCWcmdbez1 .mbr-text,
  .cid-sCWcmdbez1 .list,
  .cid-sCWcmdbez1 .mbr-section-btn {
    text-align: center !important;
  }
  .cid-sCWcmdbez1 .text-content {
    padding: 0;
  }
}
.cid-sCWcmdbez1 .mbr-section-title {
  color: #8d97ad;
}
.cid-sCWcmdYVBF {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #092433;
}
.cid-sCWcmdYVBF ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-sCWcmdYVBF li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-sCWcmdYVBF ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #8d97ad;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-sCWcmdYVBF H4 {
  color: #fafafa;
  text-align: left;
}
.cid-sCWcmdYVBF H3 {
  color: #fafafa;
  text-align: center;
}
.cid-sCWcmdYVBF .list {
  color: #fafafa;
  text-align: center;
}
.cid-sCWcmdYVBF DIV {
  text-align: left;
}
.cid-sCWcmdYVBF .list DIV {
  text-align: center;
}
.cid-sCWdOcdSt7 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sCWdOcdSt7 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sCWdOcdSt7 .row {
  flex-direction: row-reverse;
}
.cid-sCWdOcdSt7 img {
  width: 100%;
}
.cid-sPcWjjpMbK {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #092433;
}
@media (min-width: 1500px) {
  .cid-sPcWjjpMbK .container {
    max-width: 1400px;
  }
}
.cid-sPcWjjpMbK .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-sPcWjjpMbK .card-wrapper {
  margin-top: 3rem;
}
.cid-sPcWjjpMbK .row {
  justify-content: center;
}
.cid-sPcWjjpMbK .card-text {
  color: #ffffff;
}
#hrblock-block-gm hr {
  margin: 0;
}
.cid-tsJ62Fk8IW {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #e5e5e5;
}
.cid-tsJ62Fk8IW .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tsJ62Fk8IW form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-tsJ62Fk8IW form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-tsJ62Fk8IW form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tsJ62Fk8IW .mbr-section-title {
  color: #f19101;
  text-align: center;
}
#hrblock-block-gn hr {
  margin: 0;
}
.cid-sPcvAHPU6k {
  z-index: 1000;
  width: 100%;
}
.cid-sPcvAHPU6k .nav-dropdown {
  font-size: 0.75rem;
  font-weight: 700;
  height: auto !important;
}
.cid-sPcvAHPU6k .nav-dropdown .nav-btn {
  padding-left: 1rem;
}
.cid-sPcvAHPU6k .nav-dropdown .link {
  margin: 0.667em 0.5em !important;
  font-weight: 400;
  padding: 0 0.3em !important;
  transition: color 0.2s ease-in-out;
}
.cid-sPcvAHPU6k .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-sPcvAHPU6k .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-sPcvAHPU6k .iconfont-wrapper {
  color: #fafafa !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-sPcvAHPU6k .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-sPcvAHPU6k .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-sPcvAHPU6k .container {
    padding: 0 1rem;
  }
}
.cid-sPcvAHPU6k .menu-tite {
  background: #f19101;
  width: 100%;
  padding: 0.3rem 1rem;
  text-align: center;
  color: #f19101;
}
.cid-sPcvAHPU6k .menu-custom {
  background: #092433;
  width: 100%;
  padding: 0.3rem 1rem;
  text-align: center;
  color: #f19101;
  border-bottom: 0;
  text-decoration: none !important;
}
.cid-sPcvAHPU6k .nav-link {
  position: relative;
}
.cid-sPcvAHPU6k .nav-link:hover {
  color: #6c7484 !important;
}
.cid-sPcvAHPU6k nav.navbar {
  position: fixed;
}
.cid-sPcvAHPU6k .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.9);
}
.cid-sPcvAHPU6k .navbar.opened {
  transition: all 0.3s;
}
.cid-sPcvAHPU6k .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sPcvAHPU6k .navbar .navbar-logo img {
  width: auto;
}
.cid-sPcvAHPU6k .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sPcvAHPU6k .navbar.collapsed {
  justify-content: center;
}
.cid-sPcvAHPU6k .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sPcvAHPU6k .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sPcvAHPU6k .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sPcvAHPU6k .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sPcvAHPU6k .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sPcvAHPU6k .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-sPcvAHPU6k .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sPcvAHPU6k .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sPcvAHPU6k .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sPcvAHPU6k .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sPcvAHPU6k .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sPcvAHPU6k .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sPcvAHPU6k .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sPcvAHPU6k .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-sPcvAHPU6k .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sPcvAHPU6k .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sPcvAHPU6k .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sPcvAHPU6k .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sPcvAHPU6k .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sPcvAHPU6k .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sPcvAHPU6k .navbar.navbar-short {
  min-height: 60px;
}
.cid-sPcvAHPU6k .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sPcvAHPU6k .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sPcvAHPU6k .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sPcvAHPU6k .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sPcvAHPU6k .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sPcvAHPU6k .dropdown-item:hover,
.cid-sPcvAHPU6k .dropdown-item:focus {
  background: #8d97ad !important;
  color: white !important;
}
.cid-sPcvAHPU6k .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sPcvAHPU6k .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sPcvAHPU6k .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sPcvAHPU6k .dropdown-menu,
.cid-sPcvAHPU6k .navbar.opened {
  background: #ffffff !important;
}
.cid-sPcvAHPU6k .nav-item:focus,
.cid-sPcvAHPU6k .nav-link:focus {
  outline: none;
}
.cid-sPcvAHPU6k .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sPcvAHPU6k .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sPcvAHPU6k .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sPcvAHPU6k .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sPcvAHPU6k .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sPcvAHPU6k .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sPcvAHPU6k .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sPcvAHPU6k .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sPcvAHPU6k .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sPcvAHPU6k .dropdown-item.active,
.cid-sPcvAHPU6k .dropdown-item:active {
  background-color: transparent;
}
.cid-sPcvAHPU6k .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sPcvAHPU6k .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sPcvAHPU6k .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sPcvAHPU6k .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sPcvAHPU6k .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sPcvAHPU6k .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sPcvAHPU6k ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sPcvAHPU6k .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sPcvAHPU6k button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sPcvAHPU6k button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-sPcvAHPU6k button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sPcvAHPU6k button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sPcvAHPU6k button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sPcvAHPU6k button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sPcvAHPU6k nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sPcvAHPU6k nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sPcvAHPU6k nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sPcvAHPU6k nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sPcvAHPU6k .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sPcvAHPU6k a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sPcvAHPU6k .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sPcvAHPU6k .navbar {
    height: 70px;
  }
  .cid-sPcvAHPU6k .navbar.opened {
    height: auto;
  }
  .cid-sPcvAHPU6k .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sPcvAHPU6k .yui {
  font-family: Manrope;
  font-size: 14px;
  font-weight: light;
  border-bottom: 0;
  text-decoration: none;
}
.cid-sPdtlkh1sy {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #092433;
}
.cid-sPdtlkh1sy .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sPdtlkh1sy .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sPdtlkh1sy .row {
    text-align: center;
  }
  .cid-sPdtlkh1sy .row > div {
    margin: auto;
  }
  .cid-sPdtlkh1sy .social-row {
    justify-content: center;
  }
}
.cid-sPdtlkh1sy .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sPdtlkh1sy .list {
  list-style: none;
  padding-left: 0;
  color: #8d97ad;
}
@media (max-width: 991px) {
  .cid-sPdtlkh1sy .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sPdtlkh1sy .list {
    margin-bottom: 0rem;
  }
}
.cid-sPdtlkh1sy .mbr-text {
  color: #ffffff;
}
.cid-sPdtlkh1sy .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sPdtlkh1sy .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sPdtlkh1sy div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sPdtlkh1sy H5 {
  color: #ffffff;
}
.cid-sPdtlkh1sy .copyright {
  text-align: center;
  color: #ffffff;
}
.cid-sPdtlkh1sy P {
  color: #092433;
}
.cid-sPdtlkh1sy hr {
  margin: 0;
  color: #f19101;
}
.cid-sCWoRlsRlb {
  display: flex;
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/implement.jpg");
}
.cid-sCWoRlsRlb .mbr-overlay {
  background-color: #353535;
  opacity: 0.5;
}
.cid-sCWoRlsRlb .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-sCWoRlsRlb {
    align-items: flex-end;
  }
  .cid-sCWoRlsRlb .row {
    justify-content: center;
  }
  .cid-sCWoRlsRlb .content-wrap {
    width: 51%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sCWoRlsRlb .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-sCWoRlsRlb {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sCWoRlsRlb .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sCWoRlsRlb .content-wrap {
    width: 100%;
  }
}
.cid-sCWoRlsRlb .mbr-text,
.cid-sCWoRlsRlb .mbr-section-btn {
  color: #092433;
  text-align: center;
}
.cid-sCWoRlsRlb .mbr-section-title {
  text-align: center;
  color: #092433;
}
#hrblock-block-48 hr {
  margin: 0;
}
.cid-sCWoRpblym {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sCWoRpblym .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-sCWoRpblym .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-sCWoRpblym .text-content {
  padding-right: 1.5rem;
  padding-right: 0;
  padding-left: 1.5rem;
}
.cid-sCWoRpblym .main-row {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
.cid-sCWoRpblym .mbr-text,
.cid-sCWoRpblym .mbr-section-btn {
  color: #232323;
}
.cid-sCWoRpblym .mbr-figure img {
  -webkit-box-shadow: 0px 0px 0px rgba(NaN, NaN, NaN, 0);
  border-radius: .25rem;
}
.cid-sCWoRpblym .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-sCWoRpblym .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-sCWoRpblym .counter-container ul li {
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-sCWoRpblym .main-row {
    margin: 0;
  }
  .cid-sCWoRpblym .mbr-section-title,
  .cid-sCWoRpblym .mbr-text,
  .cid-sCWoRpblym .list,
  .cid-sCWoRpblym .mbr-section-btn {
    text-align: center !important;
  }
  .cid-sCWoRpblym .text-content {
    padding: 0;
  }
}
.cid-sCWoRpblym .mbr-section-title {
  color: #8d97ad;
}
.cid-sCWoRpSV8o {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #092433;
}
.cid-sCWoRpSV8o ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-sCWoRpSV8o li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-sCWoRpSV8o ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #8d97ad;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-sCWoRpSV8o H4 {
  color: #fafafa;
  text-align: left;
}
.cid-sCWoRpSV8o H3 {
  color: #fafafa;
  text-align: center;
}
.cid-sCWoRpSV8o .list {
  color: #fafafa;
  text-align: center;
}
.cid-sCWoRpSV8o DIV {
  text-align: left;
}
.cid-sCWoRpSV8o .list DIV {
  text-align: center;
}
#hrblock-block-go hr {
  margin: 0;
}
.cid-tsJ6KDmDdd {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #e5e5e5;
}
.cid-tsJ6KDmDdd .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tsJ6KDmDdd form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-tsJ6KDmDdd form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-tsJ6KDmDdd form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tsJ6KDmDdd .mbr-section-title {
  color: #f19101;
  text-align: center;
}
.cid-sPcvAHPU6k {
  z-index: 1000;
  width: 100%;
}
.cid-sPcvAHPU6k .nav-dropdown {
  font-size: 0.75rem;
  font-weight: 700;
  height: auto !important;
}
.cid-sPcvAHPU6k .nav-dropdown .nav-btn {
  padding-left: 1rem;
}
.cid-sPcvAHPU6k .nav-dropdown .link {
  margin: 0.667em 0.5em !important;
  font-weight: 400;
  padding: 0 0.3em !important;
  transition: color 0.2s ease-in-out;
}
.cid-sPcvAHPU6k .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-sPcvAHPU6k .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-sPcvAHPU6k .iconfont-wrapper {
  color: #fafafa !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-sPcvAHPU6k .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-sPcvAHPU6k .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-sPcvAHPU6k .container {
    padding: 0 1rem;
  }
}
.cid-sPcvAHPU6k .menu-tite {
  background: #f19101;
  width: 100%;
  padding: 0.3rem 1rem;
  text-align: center;
  color: #f19101;
}
.cid-sPcvAHPU6k .menu-custom {
  background: #092433;
  width: 100%;
  padding: 0.3rem 1rem;
  text-align: center;
  color: #f19101;
  border-bottom: 0;
  text-decoration: none !important;
}
.cid-sPcvAHPU6k .nav-link {
  position: relative;
}
.cid-sPcvAHPU6k .nav-link:hover {
  color: #6c7484 !important;
}
.cid-sPcvAHPU6k nav.navbar {
  position: fixed;
}
.cid-sPcvAHPU6k .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.9);
}
.cid-sPcvAHPU6k .navbar.opened {
  transition: all 0.3s;
}
.cid-sPcvAHPU6k .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sPcvAHPU6k .navbar .navbar-logo img {
  width: auto;
}
.cid-sPcvAHPU6k .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sPcvAHPU6k .navbar.collapsed {
  justify-content: center;
}
.cid-sPcvAHPU6k .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sPcvAHPU6k .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sPcvAHPU6k .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sPcvAHPU6k .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sPcvAHPU6k .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sPcvAHPU6k .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-sPcvAHPU6k .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sPcvAHPU6k .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sPcvAHPU6k .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sPcvAHPU6k .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sPcvAHPU6k .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sPcvAHPU6k .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sPcvAHPU6k .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sPcvAHPU6k .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-sPcvAHPU6k .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sPcvAHPU6k .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sPcvAHPU6k .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sPcvAHPU6k .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sPcvAHPU6k .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sPcvAHPU6k .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sPcvAHPU6k .navbar.navbar-short {
  min-height: 60px;
}
.cid-sPcvAHPU6k .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sPcvAHPU6k .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sPcvAHPU6k .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sPcvAHPU6k .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sPcvAHPU6k .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sPcvAHPU6k .dropdown-item:hover,
.cid-sPcvAHPU6k .dropdown-item:focus {
  background: #8d97ad !important;
  color: white !important;
}
.cid-sPcvAHPU6k .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sPcvAHPU6k .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sPcvAHPU6k .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sPcvAHPU6k .dropdown-menu,
.cid-sPcvAHPU6k .navbar.opened {
  background: #ffffff !important;
}
.cid-sPcvAHPU6k .nav-item:focus,
.cid-sPcvAHPU6k .nav-link:focus {
  outline: none;
}
.cid-sPcvAHPU6k .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sPcvAHPU6k .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sPcvAHPU6k .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sPcvAHPU6k .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sPcvAHPU6k .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sPcvAHPU6k .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sPcvAHPU6k .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sPcvAHPU6k .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sPcvAHPU6k .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sPcvAHPU6k .dropdown-item.active,
.cid-sPcvAHPU6k .dropdown-item:active {
  background-color: transparent;
}
.cid-sPcvAHPU6k .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sPcvAHPU6k .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sPcvAHPU6k .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sPcvAHPU6k .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sPcvAHPU6k .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sPcvAHPU6k .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sPcvAHPU6k ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sPcvAHPU6k .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sPcvAHPU6k button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sPcvAHPU6k button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-sPcvAHPU6k button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sPcvAHPU6k button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sPcvAHPU6k button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sPcvAHPU6k button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sPcvAHPU6k nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sPcvAHPU6k nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sPcvAHPU6k nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sPcvAHPU6k nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sPcvAHPU6k .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sPcvAHPU6k a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sPcvAHPU6k .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sPcvAHPU6k .navbar {
    height: 70px;
  }
  .cid-sPcvAHPU6k .navbar.opened {
    height: auto;
  }
  .cid-sPcvAHPU6k .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sPcvAHPU6k .yui {
  font-family: Manrope;
  font-size: 14px;
  font-weight: light;
  border-bottom: 0;
  text-decoration: none;
}
#hrblock-block-gp hr {
  margin: 0;
}
.cid-sPdtlkh1sy {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #092433;
}
.cid-sPdtlkh1sy .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sPdtlkh1sy .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sPdtlkh1sy .row {
    text-align: center;
  }
  .cid-sPdtlkh1sy .row > div {
    margin: auto;
  }
  .cid-sPdtlkh1sy .social-row {
    justify-content: center;
  }
}
.cid-sPdtlkh1sy .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sPdtlkh1sy .list {
  list-style: none;
  padding-left: 0;
  color: #8d97ad;
}
@media (max-width: 991px) {
  .cid-sPdtlkh1sy .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sPdtlkh1sy .list {
    margin-bottom: 0rem;
  }
}
.cid-sPdtlkh1sy .mbr-text {
  color: #ffffff;
}
.cid-sPdtlkh1sy .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sPdtlkh1sy .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sPdtlkh1sy div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sPdtlkh1sy H5 {
  color: #ffffff;
}
.cid-sPdtlkh1sy .copyright {
  text-align: center;
  color: #ffffff;
}
.cid-sPdtlkh1sy P {
  color: #092433;
}
.cid-sPdtlkh1sy hr {
  margin: 0;
  color: #f19101;
}
.cid-sCWpLHjS2I {
  display: flex;
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/devopsteems-1.jpg");
}
.cid-sCWpLHjS2I .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-sCWpLHjS2I .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-sCWpLHjS2I {
    align-items: flex-end;
  }
  .cid-sCWpLHjS2I .row {
    justify-content: center;
  }
  .cid-sCWpLHjS2I .content-wrap {
    width: 51%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sCWpLHjS2I .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-sCWpLHjS2I {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sCWpLHjS2I .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sCWpLHjS2I .content-wrap {
    width: 100%;
  }
}
.cid-sCWpLHjS2I .mbr-text,
.cid-sCWpLHjS2I .mbr-section-btn {
  color: #092433;
  text-align: center;
}
.cid-sCWpLHjS2I .mbr-section-title {
  text-align: center;
  color: #092433;
}
#hrblock-block-4l hr {
  margin: 0;
}
.cid-sCWpLOeSll {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sCWpLOeSll .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-sCWpLOeSll .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-sCWpLOeSll .text-content {
  padding-right: 1.5rem;
  padding-right: 0;
  padding-left: 1.5rem;
}
.cid-sCWpLOeSll .main-row {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
.cid-sCWpLOeSll .mbr-text,
.cid-sCWpLOeSll .mbr-section-btn {
  color: #232323;
}
.cid-sCWpLOeSll .mbr-figure img {
  -webkit-box-shadow: 0px 0px 0px rgba(NaN, NaN, NaN, 0);
  border-radius: .25rem;
}
.cid-sCWpLOeSll .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-sCWpLOeSll .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-sCWpLOeSll .counter-container ul li {
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-sCWpLOeSll .main-row {
    margin: 0;
  }
  .cid-sCWpLOeSll .mbr-section-title,
  .cid-sCWpLOeSll .mbr-text,
  .cid-sCWpLOeSll .list,
  .cid-sCWpLOeSll .mbr-section-btn {
    text-align: center !important;
  }
  .cid-sCWpLOeSll .text-content {
    padding: 0;
  }
}
.cid-sCWpLOeSll .mbr-section-title {
  color: #8d97ad;
}
.cid-sCWpLP1pPr {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #092433;
}
.cid-sCWpLP1pPr ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-sCWpLP1pPr li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-sCWpLP1pPr ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #8d97ad;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-sCWpLP1pPr H4 {
  color: #fafafa;
  text-align: left;
}
.cid-sCWpLP1pPr H3 {
  color: #fafafa;
  text-align: center;
}
.cid-sCWpLP1pPr .list {
  color: #fafafa;
  text-align: center;
}
.cid-sCWpLP1pPr DIV {
  text-align: left;
}
.cid-sCWpLP1pPr .list DIV {
  text-align: center;
}
.cid-sCWqzetABi {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sCWqzetABi img {
  width: 120px;
  margin: auto;
}
.cid-sCWqzetABi .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sCWqzetABi .card {
    max-width: 12.5%;
  }
}
#hrblock-block-gr hr {
  margin: 0;
}
.cid-tsJ7rpFtDd {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #e5e5e5;
}
.cid-tsJ7rpFtDd .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tsJ7rpFtDd form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-tsJ7rpFtDd form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-tsJ7rpFtDd form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tsJ7rpFtDd .mbr-section-title {
  color: #f19101;
  text-align: center;
}
#hrblock-block-gq hr {
  margin: 0;
}
.cid-sPcvAHPU6k {
  z-index: 1000;
  width: 100%;
}
.cid-sPcvAHPU6k .nav-dropdown {
  font-size: 0.75rem;
  font-weight: 700;
  height: auto !important;
}
.cid-sPcvAHPU6k .nav-dropdown .nav-btn {
  padding-left: 1rem;
}
.cid-sPcvAHPU6k .nav-dropdown .link {
  margin: 0.667em 0.5em !important;
  font-weight: 400;
  padding: 0 0.3em !important;
  transition: color 0.2s ease-in-out;
}
.cid-sPcvAHPU6k .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-sPcvAHPU6k .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-sPcvAHPU6k .iconfont-wrapper {
  color: #fafafa !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-sPcvAHPU6k .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-sPcvAHPU6k .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-sPcvAHPU6k .container {
    padding: 0 1rem;
  }
}
.cid-sPcvAHPU6k .menu-tite {
  background: #f19101;
  width: 100%;
  padding: 0.3rem 1rem;
  text-align: center;
  color: #f19101;
}
.cid-sPcvAHPU6k .menu-custom {
  background: #092433;
  width: 100%;
  padding: 0.3rem 1rem;
  text-align: center;
  color: #f19101;
  border-bottom: 0;
  text-decoration: none !important;
}
.cid-sPcvAHPU6k .nav-link {
  position: relative;
}
.cid-sPcvAHPU6k .nav-link:hover {
  color: #6c7484 !important;
}
.cid-sPcvAHPU6k nav.navbar {
  position: fixed;
}
.cid-sPcvAHPU6k .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.9);
}
.cid-sPcvAHPU6k .navbar.opened {
  transition: all 0.3s;
}
.cid-sPcvAHPU6k .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sPcvAHPU6k .navbar .navbar-logo img {
  width: auto;
}
.cid-sPcvAHPU6k .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sPcvAHPU6k .navbar.collapsed {
  justify-content: center;
}
.cid-sPcvAHPU6k .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sPcvAHPU6k .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sPcvAHPU6k .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sPcvAHPU6k .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sPcvAHPU6k .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sPcvAHPU6k .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-sPcvAHPU6k .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sPcvAHPU6k .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sPcvAHPU6k .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sPcvAHPU6k .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sPcvAHPU6k .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sPcvAHPU6k .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sPcvAHPU6k .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sPcvAHPU6k .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-sPcvAHPU6k .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sPcvAHPU6k .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sPcvAHPU6k .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sPcvAHPU6k .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sPcvAHPU6k .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sPcvAHPU6k .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sPcvAHPU6k .navbar.navbar-short {
  min-height: 60px;
}
.cid-sPcvAHPU6k .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sPcvAHPU6k .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sPcvAHPU6k .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sPcvAHPU6k .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sPcvAHPU6k .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sPcvAHPU6k .dropdown-item:hover,
.cid-sPcvAHPU6k .dropdown-item:focus {
  background: #8d97ad !important;
  color: white !important;
}
.cid-sPcvAHPU6k .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sPcvAHPU6k .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sPcvAHPU6k .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sPcvAHPU6k .dropdown-menu,
.cid-sPcvAHPU6k .navbar.opened {
  background: #ffffff !important;
}
.cid-sPcvAHPU6k .nav-item:focus,
.cid-sPcvAHPU6k .nav-link:focus {
  outline: none;
}
.cid-sPcvAHPU6k .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sPcvAHPU6k .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sPcvAHPU6k .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sPcvAHPU6k .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sPcvAHPU6k .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sPcvAHPU6k .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sPcvAHPU6k .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sPcvAHPU6k .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sPcvAHPU6k .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sPcvAHPU6k .dropdown-item.active,
.cid-sPcvAHPU6k .dropdown-item:active {
  background-color: transparent;
}
.cid-sPcvAHPU6k .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sPcvAHPU6k .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sPcvAHPU6k .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sPcvAHPU6k .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sPcvAHPU6k .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sPcvAHPU6k .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sPcvAHPU6k ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sPcvAHPU6k .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sPcvAHPU6k button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sPcvAHPU6k button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-sPcvAHPU6k button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sPcvAHPU6k button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sPcvAHPU6k button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sPcvAHPU6k button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sPcvAHPU6k nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sPcvAHPU6k nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sPcvAHPU6k nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sPcvAHPU6k nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sPcvAHPU6k .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sPcvAHPU6k a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sPcvAHPU6k .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sPcvAHPU6k .navbar {
    height: 70px;
  }
  .cid-sPcvAHPU6k .navbar.opened {
    height: auto;
  }
  .cid-sPcvAHPU6k .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sPcvAHPU6k .yui {
  font-family: Manrope;
  font-size: 14px;
  font-weight: light;
  border-bottom: 0;
  text-decoration: none;
}
.cid-sPdtlkh1sy {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #092433;
}
.cid-sPdtlkh1sy .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sPdtlkh1sy .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sPdtlkh1sy .row {
    text-align: center;
  }
  .cid-sPdtlkh1sy .row > div {
    margin: auto;
  }
  .cid-sPdtlkh1sy .social-row {
    justify-content: center;
  }
}
.cid-sPdtlkh1sy .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sPdtlkh1sy .list {
  list-style: none;
  padding-left: 0;
  color: #8d97ad;
}
@media (max-width: 991px) {
  .cid-sPdtlkh1sy .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sPdtlkh1sy .list {
    margin-bottom: 0rem;
  }
}
.cid-sPdtlkh1sy .mbr-text {
  color: #ffffff;
}
.cid-sPdtlkh1sy .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sPdtlkh1sy .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sPdtlkh1sy div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sPdtlkh1sy H5 {
  color: #ffffff;
}
.cid-sPdtlkh1sy .copyright {
  text-align: center;
  color: #ffffff;
}
.cid-sPdtlkh1sy P {
  color: #092433;
}
.cid-sPdtlkh1sy hr {
  margin: 0;
  color: #f19101;
}
#hrblock-block-4y hr {
  margin: 0;
}
.cid-sPd1WPXumS {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/openstack-1.jpg");
}
.cid-sPd1WPXumS .mbr-section-title {
  text-align: center;
  color: #092433;
}
.cid-sPd1WPXumS .mbr-text,
.cid-sPd1WPXumS .mbr-section-btn {
  text-align: center;
  color: #092433;
}
#hrblock-block-g3 hr {
  margin: 0;
}
.cid-sPlbvodrZ6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sPlbvodrZ6 img,
.cid-sPlbvodrZ6 .item-img {
  width: 100%;
}
.cid-sPlbvodrZ6 .item:focus,
.cid-sPlbvodrZ6 span:focus {
  outline: none;
}
.cid-sPlbvodrZ6 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sPlbvodrZ6 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sPlbvodrZ6 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sPlbvodrZ6 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sPlbvodrZ6 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sPlbvodrZ6 .mbr-section-title {
  color: #232323;
}
.cid-sPlbvodrZ6 .mbr-text,
.cid-sPlbvodrZ6 .mbr-section-btn {
  text-align: left;
}
.cid-sPlbvodrZ6 .item-title {
  text-align: left;
  color: #8d97ad;
}
.cid-sPlbvodrZ6 .item-subtitle {
  text-align: center;
}
.cid-sPlbvodrZ6 .shadow-effects:hover {
  box-shadow: 5px 5px 5px #CACACA;
}
.cid-sDN3Jm3YSp {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #092433;
}
.cid-sDN3Jm3YSp .mbr-section-subtitle {
  text-align: right;
  color: #ffffff;
}
.cid-sDN3Jm3YSp .mbr-text {
  color: #ffffff;
}
.cid-sDNipCr1bj {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sDNipCr1bj .mbr-section-title {
  color: #8d97ad;
}
.cid-sDNhoYiGP3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sDNhoYiGP3 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sDNhoYiGP3 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sDNhoYiGP3 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-sDNhoYiGP3 .mbr-section-title {
  text-align: left;
  color: #8d97ad;
}
.cid-sDNhoYiGP3 .mbr-text,
.cid-sDNhoYiGP3 .mbr-section-btn {
  text-align: left;
}
.cid-sDNhOlZwmY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sDNhOlZwmY .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sDNhOlZwmY .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sDNhOlZwmY .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-sDNhOlZwmY .mbr-section-title {
  text-align: left;
  color: #8d97ad;
}
.cid-sDNhOlZwmY .mbr-text,
.cid-sDNhOlZwmY .mbr-section-btn {
  text-align: left;
}
.cid-sDNhWHvKZL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sDNhWHvKZL .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sDNhWHvKZL .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sDNhWHvKZL .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-sDNhWHvKZL .mbr-section-title {
  text-align: left;
  color: #8d97ad;
}
.cid-sDNhWHvKZL .mbr-text,
.cid-sDNhWHvKZL .mbr-section-btn {
  text-align: left;
}
.cid-sDNWs69Yyi {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-sDNWs69Yyi ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-sDNWs69Yyi li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-sDNWs69Yyi ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #000000;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-sDNWs69Yyi .list {
  text-align: left;
}
.cid-sDSlklADnj {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #092433;
}
.cid-sDSlklADnj ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-sDSlklADnj li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-sDSlklADnj ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #8d97ad;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-sDSlklADnj H4 {
  color: #fafafa;
  text-align: left;
}
.cid-sDSlklADnj H3 {
  color: #fafafa;
  text-align: center;
}
.cid-sDSlklADnj .list {
  color: #fafafa;
  text-align: center;
}
.cid-sDSlklADnj DIV {
  text-align: left;
}
.cid-sDSlklADnj .list DIV {
  text-align: center;
}
.cid-sPddM2X2vb {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sPddM2X2vb .mbr-section-subtitle {
  text-align: right;
  color: #8d97ad;
}
.cid-sPddM2X2vb .mbr-text {
  color: #000000;
}
#hrblock-block-bt hr {
  margin: 0;
}
.cid-sDSmieUvDf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sDSmieUvDf ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-sDSmieUvDf li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-sDSmieUvDf ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #000000;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-sDSmieUvDf H3 {
  color: #8d97ad;
}
.cid-sDSmieUvDf .list {
  color: #000000;
}
.cid-sDSlPTpaMJ {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #092433;
}
.cid-sDSlPTpaMJ ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-sDSlPTpaMJ li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-sDSlPTpaMJ ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #8d97ad;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-sDSlPTpaMJ H4 {
  color: #fafafa;
  text-align: left;
}
.cid-sDSlPTpaMJ H3 {
  color: #fafafa;
  text-align: center;
}
.cid-sDSlPTpaMJ .list {
  color: #fafafa;
  text-align: center;
}
.cid-sDSlPTpaMJ DIV {
  text-align: left;
}
.cid-sDSlPTpaMJ .list DIV {
  text-align: center;
}
#hrblock-block-gt hr {
  margin: 0;
}
.cid-tsJlBIubqZ {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #e5e5e5;
}
.cid-tsJlBIubqZ .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tsJlBIubqZ form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-tsJlBIubqZ form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-tsJlBIubqZ form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tsJlBIubqZ .mbr-section-title {
  color: #f19101;
  text-align: center;
}
.cid-sPcvAHPU6k {
  z-index: 1000;
  width: 100%;
}
.cid-sPcvAHPU6k .nav-dropdown {
  font-size: 0.75rem;
  font-weight: 700;
  height: auto !important;
}
.cid-sPcvAHPU6k .nav-dropdown .nav-btn {
  padding-left: 1rem;
}
.cid-sPcvAHPU6k .nav-dropdown .link {
  margin: 0.667em 0.5em !important;
  font-weight: 400;
  padding: 0 0.3em !important;
  transition: color 0.2s ease-in-out;
}
.cid-sPcvAHPU6k .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-sPcvAHPU6k .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-sPcvAHPU6k .iconfont-wrapper {
  color: #fafafa !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-sPcvAHPU6k .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-sPcvAHPU6k .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-sPcvAHPU6k .container {
    padding: 0 1rem;
  }
}
.cid-sPcvAHPU6k .menu-tite {
  background: #f19101;
  width: 100%;
  padding: 0.3rem 1rem;
  text-align: center;
  color: #f19101;
}
.cid-sPcvAHPU6k .menu-custom {
  background: #092433;
  width: 100%;
  padding: 0.3rem 1rem;
  text-align: center;
  color: #f19101;
  border-bottom: 0;
  text-decoration: none !important;
}
.cid-sPcvAHPU6k .nav-link {
  position: relative;
}
.cid-sPcvAHPU6k .nav-link:hover {
  color: #6c7484 !important;
}
.cid-sPcvAHPU6k nav.navbar {
  position: fixed;
}
.cid-sPcvAHPU6k .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.9);
}
.cid-sPcvAHPU6k .navbar.opened {
  transition: all 0.3s;
}
.cid-sPcvAHPU6k .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sPcvAHPU6k .navbar .navbar-logo img {
  width: auto;
}
.cid-sPcvAHPU6k .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sPcvAHPU6k .navbar.collapsed {
  justify-content: center;
}
.cid-sPcvAHPU6k .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sPcvAHPU6k .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sPcvAHPU6k .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sPcvAHPU6k .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sPcvAHPU6k .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sPcvAHPU6k .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-sPcvAHPU6k .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sPcvAHPU6k .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sPcvAHPU6k .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sPcvAHPU6k .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sPcvAHPU6k .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sPcvAHPU6k .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sPcvAHPU6k .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sPcvAHPU6k .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-sPcvAHPU6k .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sPcvAHPU6k .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sPcvAHPU6k .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sPcvAHPU6k .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sPcvAHPU6k .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sPcvAHPU6k .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sPcvAHPU6k .navbar.navbar-short {
  min-height: 60px;
}
.cid-sPcvAHPU6k .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sPcvAHPU6k .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sPcvAHPU6k .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sPcvAHPU6k .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sPcvAHPU6k .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sPcvAHPU6k .dropdown-item:hover,
.cid-sPcvAHPU6k .dropdown-item:focus {
  background: #8d97ad !important;
  color: white !important;
}
.cid-sPcvAHPU6k .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sPcvAHPU6k .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sPcvAHPU6k .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sPcvAHPU6k .dropdown-menu,
.cid-sPcvAHPU6k .navbar.opened {
  background: #ffffff !important;
}
.cid-sPcvAHPU6k .nav-item:focus,
.cid-sPcvAHPU6k .nav-link:focus {
  outline: none;
}
.cid-sPcvAHPU6k .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sPcvAHPU6k .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sPcvAHPU6k .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sPcvAHPU6k .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sPcvAHPU6k .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sPcvAHPU6k .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sPcvAHPU6k .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sPcvAHPU6k .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sPcvAHPU6k .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sPcvAHPU6k .dropdown-item.active,
.cid-sPcvAHPU6k .dropdown-item:active {
  background-color: transparent;
}
.cid-sPcvAHPU6k .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sPcvAHPU6k .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sPcvAHPU6k .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sPcvAHPU6k .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sPcvAHPU6k .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sPcvAHPU6k .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sPcvAHPU6k ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sPcvAHPU6k .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sPcvAHPU6k button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sPcvAHPU6k button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-sPcvAHPU6k button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sPcvAHPU6k button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sPcvAHPU6k button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sPcvAHPU6k button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sPcvAHPU6k nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sPcvAHPU6k nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sPcvAHPU6k nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sPcvAHPU6k nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sPcvAHPU6k .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sPcvAHPU6k a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sPcvAHPU6k .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sPcvAHPU6k .navbar {
    height: 70px;
  }
  .cid-sPcvAHPU6k .navbar.opened {
    height: auto;
  }
  .cid-sPcvAHPU6k .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sPcvAHPU6k .yui {
  font-family: Manrope;
  font-size: 14px;
  font-weight: light;
  border-bottom: 0;
  text-decoration: none;
}
#hrblock-block-gs hr {
  margin: 0;
}
.cid-sPdtlkh1sy {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #092433;
}
.cid-sPdtlkh1sy .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sPdtlkh1sy .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sPdtlkh1sy .row {
    text-align: center;
  }
  .cid-sPdtlkh1sy .row > div {
    margin: auto;
  }
  .cid-sPdtlkh1sy .social-row {
    justify-content: center;
  }
}
.cid-sPdtlkh1sy .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sPdtlkh1sy .list {
  list-style: none;
  padding-left: 0;
  color: #8d97ad;
}
@media (max-width: 991px) {
  .cid-sPdtlkh1sy .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sPdtlkh1sy .list {
    margin-bottom: 0rem;
  }
}
.cid-sPdtlkh1sy .mbr-text {
  color: #ffffff;
}
.cid-sPdtlkh1sy .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sPdtlkh1sy .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sPdtlkh1sy div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sPdtlkh1sy H5 {
  color: #ffffff;
}
.cid-sPdtlkh1sy .copyright {
  text-align: center;
  color: #ffffff;
}
.cid-sPdtlkh1sy P {
  color: #092433;
}
.cid-sPdtlkh1sy hr {
  margin: 0;
  color: #f19101;
}
.cid-sPdeqSrnxV {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/hyperv.jpg");
}
.cid-sPdeqSrnxV .mbr-section-title {
  text-align: center;
  color: #092433;
}
.cid-sPdeqSrnxV .mbr-text,
.cid-sPdeqSrnxV .mbr-section-btn {
  text-align: center;
  color: #092433;
}
#hrblock-block-5d hr {
  margin: 0;
}
.cid-sCWA6GVvjI {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sCWA6GVvjI .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-sCWA6GVvjI .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-sCWA6GVvjI .text-content {
  padding-right: 1.5rem;
  padding-right: 0;
  padding-left: 1.5rem;
}
.cid-sCWA6GVvjI .main-row {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
.cid-sCWA6GVvjI .mbr-text,
.cid-sCWA6GVvjI .mbr-section-btn {
  color: #232323;
}
.cid-sCWA6GVvjI .mbr-figure img {
  -webkit-box-shadow: 0px 0px 0px rgba(NaN, NaN, NaN, 0);
  border-radius: .25rem;
}
.cid-sCWA6GVvjI .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-sCWA6GVvjI .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-sCWA6GVvjI .counter-container ul li {
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-sCWA6GVvjI .main-row {
    margin: 0;
  }
  .cid-sCWA6GVvjI .mbr-section-title,
  .cid-sCWA6GVvjI .mbr-text,
  .cid-sCWA6GVvjI .list,
  .cid-sCWA6GVvjI .mbr-section-btn {
    text-align: center !important;
  }
  .cid-sCWA6GVvjI .text-content {
    padding: 0;
  }
}
.cid-sCWA6GVvjI .mbr-section-title {
  color: #8d97ad;
}
#hrblock-block-5f hr {
  margin: 0;
}
.cid-sCWA6IhpDZ {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sCWA6IhpDZ .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-sCWA6IhpDZ .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-sCWA6IhpDZ .text-content {
  padding-right: 1.5rem;
}
.cid-sCWA6IhpDZ .mbr-text,
.cid-sCWA6IhpDZ .mbr-section-btn {
  color: #232323;
}
.cid-sCWA6IhpDZ .mbr-figure img {
  -webkit-box-shadow: 0px 0px 0px rgba(NaN, NaN, NaN, 0);
  border-radius: .25rem;
}
.cid-sCWA6IhpDZ .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-sCWA6IhpDZ .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-sCWA6IhpDZ .counter-container ul li {
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-sCWA6IhpDZ .main-row {
    margin: 0;
  }
  .cid-sCWA6IhpDZ .mbr-section-title,
  .cid-sCWA6IhpDZ .mbr-text,
  .cid-sCWA6IhpDZ .list,
  .cid-sCWA6IhpDZ .mbr-section-btn {
    text-align: center !important;
  }
  .cid-sCWA6IhpDZ .text-content {
    padding: 0;
  }
}
.cid-sCWA6IhpDZ .mbr-section-title {
  color: #8d97ad;
}
#hrblock-block-gv hr {
  margin: 0;
}
.cid-tsJmsa2i3f {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #e5e5e5;
}
.cid-tsJmsa2i3f .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tsJmsa2i3f form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-tsJmsa2i3f form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-tsJmsa2i3f form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tsJmsa2i3f .mbr-section-title {
  color: #f19101;
  text-align: center;
}
#hrblock-block-gu hr {
  margin: 0;
}
.cid-sPcvAHPU6k {
  z-index: 1000;
  width: 100%;
}
.cid-sPcvAHPU6k .nav-dropdown {
  font-size: 0.75rem;
  font-weight: 700;
  height: auto !important;
}
.cid-sPcvAHPU6k .nav-dropdown .nav-btn {
  padding-left: 1rem;
}
.cid-sPcvAHPU6k .nav-dropdown .link {
  margin: 0.667em 0.5em !important;
  font-weight: 400;
  padding: 0 0.3em !important;
  transition: color 0.2s ease-in-out;
}
.cid-sPcvAHPU6k .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-sPcvAHPU6k .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-sPcvAHPU6k .iconfont-wrapper {
  color: #fafafa !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-sPcvAHPU6k .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-sPcvAHPU6k .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-sPcvAHPU6k .container {
    padding: 0 1rem;
  }
}
.cid-sPcvAHPU6k .menu-tite {
  background: #f19101;
  width: 100%;
  padding: 0.3rem 1rem;
  text-align: center;
  color: #f19101;
}
.cid-sPcvAHPU6k .menu-custom {
  background: #092433;
  width: 100%;
  padding: 0.3rem 1rem;
  text-align: center;
  color: #f19101;
  border-bottom: 0;
  text-decoration: none !important;
}
.cid-sPcvAHPU6k .nav-link {
  position: relative;
}
.cid-sPcvAHPU6k .nav-link:hover {
  color: #6c7484 !important;
}
.cid-sPcvAHPU6k nav.navbar {
  position: fixed;
}
.cid-sPcvAHPU6k .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.9);
}
.cid-sPcvAHPU6k .navbar.opened {
  transition: all 0.3s;
}
.cid-sPcvAHPU6k .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sPcvAHPU6k .navbar .navbar-logo img {
  width: auto;
}
.cid-sPcvAHPU6k .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sPcvAHPU6k .navbar.collapsed {
  justify-content: center;
}
.cid-sPcvAHPU6k .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sPcvAHPU6k .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sPcvAHPU6k .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sPcvAHPU6k .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sPcvAHPU6k .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sPcvAHPU6k .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-sPcvAHPU6k .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sPcvAHPU6k .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sPcvAHPU6k .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sPcvAHPU6k .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sPcvAHPU6k .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sPcvAHPU6k .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sPcvAHPU6k .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sPcvAHPU6k .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-sPcvAHPU6k .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sPcvAHPU6k .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sPcvAHPU6k .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sPcvAHPU6k .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sPcvAHPU6k .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sPcvAHPU6k .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sPcvAHPU6k .navbar.navbar-short {
  min-height: 60px;
}
.cid-sPcvAHPU6k .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sPcvAHPU6k .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sPcvAHPU6k .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sPcvAHPU6k .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sPcvAHPU6k .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sPcvAHPU6k .dropdown-item:hover,
.cid-sPcvAHPU6k .dropdown-item:focus {
  background: #8d97ad !important;
  color: white !important;
}
.cid-sPcvAHPU6k .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sPcvAHPU6k .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sPcvAHPU6k .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sPcvAHPU6k .dropdown-menu,
.cid-sPcvAHPU6k .navbar.opened {
  background: #ffffff !important;
}
.cid-sPcvAHPU6k .nav-item:focus,
.cid-sPcvAHPU6k .nav-link:focus {
  outline: none;
}
.cid-sPcvAHPU6k .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sPcvAHPU6k .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sPcvAHPU6k .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sPcvAHPU6k .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sPcvAHPU6k .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sPcvAHPU6k .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sPcvAHPU6k .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sPcvAHPU6k .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sPcvAHPU6k .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sPcvAHPU6k .dropdown-item.active,
.cid-sPcvAHPU6k .dropdown-item:active {
  background-color: transparent;
}
.cid-sPcvAHPU6k .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sPcvAHPU6k .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sPcvAHPU6k .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sPcvAHPU6k .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sPcvAHPU6k .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sPcvAHPU6k .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sPcvAHPU6k ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sPcvAHPU6k .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sPcvAHPU6k button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sPcvAHPU6k button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-sPcvAHPU6k button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sPcvAHPU6k button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sPcvAHPU6k button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sPcvAHPU6k button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sPcvAHPU6k nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sPcvAHPU6k nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sPcvAHPU6k nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sPcvAHPU6k nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sPcvAHPU6k .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sPcvAHPU6k a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sPcvAHPU6k .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sPcvAHPU6k .navbar {
    height: 70px;
  }
  .cid-sPcvAHPU6k .navbar.opened {
    height: auto;
  }
  .cid-sPcvAHPU6k .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sPcvAHPU6k .yui {
  font-family: Manrope;
  font-size: 14px;
  font-weight: light;
  border-bottom: 0;
  text-decoration: none;
}
.cid-sPdtlkh1sy {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #092433;
}
.cid-sPdtlkh1sy .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sPdtlkh1sy .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sPdtlkh1sy .row {
    text-align: center;
  }
  .cid-sPdtlkh1sy .row > div {
    margin: auto;
  }
  .cid-sPdtlkh1sy .social-row {
    justify-content: center;
  }
}
.cid-sPdtlkh1sy .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sPdtlkh1sy .list {
  list-style: none;
  padding-left: 0;
  color: #8d97ad;
}
@media (max-width: 991px) {
  .cid-sPdtlkh1sy .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sPdtlkh1sy .list {
    margin-bottom: 0rem;
  }
}
.cid-sPdtlkh1sy .mbr-text {
  color: #ffffff;
}
.cid-sPdtlkh1sy .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sPdtlkh1sy .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sPdtlkh1sy div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sPdtlkh1sy H5 {
  color: #ffffff;
}
.cid-sPdtlkh1sy .copyright {
  text-align: center;
  color: #ffffff;
}
.cid-sPdtlkh1sy P {
  color: #092433;
}
.cid-sPdtlkh1sy hr {
  margin: 0;
  color: #f19101;
}
.cid-sCXmqcO2DQ {
  display: flex;
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/migration.jpg");
}
.cid-sCXmqcO2DQ .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sCXmqcO2DQ .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-sCXmqcO2DQ {
    align-items: flex-end;
  }
  .cid-sCXmqcO2DQ .row {
    justify-content: center;
  }
  .cid-sCXmqcO2DQ .content-wrap {
    width: 69%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sCXmqcO2DQ .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-sCXmqcO2DQ {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sCXmqcO2DQ .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sCXmqcO2DQ .content-wrap {
    width: 100%;
  }
}
.cid-sCXmqcO2DQ .mbr-text,
.cid-sCXmqcO2DQ .mbr-section-btn {
  color: #092433;
  text-align: center;
}
.cid-sCXmqcO2DQ .mbr-section-title {
  text-align: center;
  color: #092433;
}
#hrblock-block-6k hr {
  margin: 0;
}
.cid-sCXmqoxO5I {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sCXmqoxO5I .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-sCXmqoxO5I .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-sCXmqoxO5I .text-content {
  padding-right: 1.5rem;
  padding-right: 0;
  padding-left: 1.5rem;
}
.cid-sCXmqoxO5I .main-row {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
.cid-sCXmqoxO5I .mbr-text,
.cid-sCXmqoxO5I .mbr-section-btn {
  color: #232323;
}
.cid-sCXmqoxO5I .mbr-figure img {
  -webkit-box-shadow: 0px 0px 0px rgba(NaN, NaN, NaN, 0);
  border-radius: .25rem;
}
.cid-sCXmqoxO5I .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-sCXmqoxO5I .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-sCXmqoxO5I .counter-container ul li {
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-sCXmqoxO5I .main-row {
    margin: 0;
  }
  .cid-sCXmqoxO5I .mbr-section-title,
  .cid-sCXmqoxO5I .mbr-text,
  .cid-sCXmqoxO5I .list,
  .cid-sCXmqoxO5I .mbr-section-btn {
    text-align: center !important;
  }
  .cid-sCXmqoxO5I .text-content {
    padding: 0;
  }
}
.cid-sCXmqoxO5I .mbr-section-title {
  color: #8d97ad;
}
#hrblock-block-6m hr {
  margin: 0;
}
.cid-sCXmqqfb8p {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sCXmqqfb8p .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-sCXmqqfb8p .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-sCXmqqfb8p .text-content {
  padding-right: 1.5rem;
}
.cid-sCXmqqfb8p .mbr-text,
.cid-sCXmqqfb8p .mbr-section-btn {
  color: #232323;
}
.cid-sCXmqqfb8p .mbr-figure img {
  -webkit-box-shadow: 0px 0px 0px rgba(NaN, NaN, NaN, 0);
  border-radius: .25rem;
}
.cid-sCXmqqfb8p .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-sCXmqqfb8p .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-sCXmqqfb8p .counter-container ul li {
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-sCXmqqfb8p .main-row {
    margin: 0;
  }
  .cid-sCXmqqfb8p .mbr-section-title,
  .cid-sCXmqqfb8p .mbr-text,
  .cid-sCXmqqfb8p .list,
  .cid-sCXmqqfb8p .mbr-section-btn {
    text-align: center !important;
  }
  .cid-sCXmqqfb8p .text-content {
    padding: 0;
  }
}
.cid-sCXmqqfb8p .mbr-section-title {
  color: #8d97ad;
}
#hrblock-block-gx hr {
  margin: 0;
}
.cid-tsJnDoEyUZ {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #e5e5e5;
}
.cid-tsJnDoEyUZ .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tsJnDoEyUZ form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-tsJnDoEyUZ form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-tsJnDoEyUZ form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tsJnDoEyUZ .mbr-section-title {
  color: #f19101;
  text-align: center;
}
.cid-sPcvAHPU6k {
  z-index: 1000;
  width: 100%;
}
.cid-sPcvAHPU6k .nav-dropdown {
  font-size: 0.75rem;
  font-weight: 700;
  height: auto !important;
}
.cid-sPcvAHPU6k .nav-dropdown .nav-btn {
  padding-left: 1rem;
}
.cid-sPcvAHPU6k .nav-dropdown .link {
  margin: 0.667em 0.5em !important;
  font-weight: 400;
  padding: 0 0.3em !important;
  transition: color 0.2s ease-in-out;
}
.cid-sPcvAHPU6k .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-sPcvAHPU6k .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-sPcvAHPU6k .iconfont-wrapper {
  color: #fafafa !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-sPcvAHPU6k .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-sPcvAHPU6k .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-sPcvAHPU6k .container {
    padding: 0 1rem;
  }
}
.cid-sPcvAHPU6k .menu-tite {
  background: #f19101;
  width: 100%;
  padding: 0.3rem 1rem;
  text-align: center;
  color: #f19101;
}
.cid-sPcvAHPU6k .menu-custom {
  background: #092433;
  width: 100%;
  padding: 0.3rem 1rem;
  text-align: center;
  color: #f19101;
  border-bottom: 0;
  text-decoration: none !important;
}
.cid-sPcvAHPU6k .nav-link {
  position: relative;
}
.cid-sPcvAHPU6k .nav-link:hover {
  color: #6c7484 !important;
}
.cid-sPcvAHPU6k nav.navbar {
  position: fixed;
}
.cid-sPcvAHPU6k .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.9);
}
.cid-sPcvAHPU6k .navbar.opened {
  transition: all 0.3s;
}
.cid-sPcvAHPU6k .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sPcvAHPU6k .navbar .navbar-logo img {
  width: auto;
}
.cid-sPcvAHPU6k .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sPcvAHPU6k .navbar.collapsed {
  justify-content: center;
}
.cid-sPcvAHPU6k .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sPcvAHPU6k .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sPcvAHPU6k .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sPcvAHPU6k .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sPcvAHPU6k .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sPcvAHPU6k .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-sPcvAHPU6k .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sPcvAHPU6k .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sPcvAHPU6k .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sPcvAHPU6k .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sPcvAHPU6k .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sPcvAHPU6k .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sPcvAHPU6k .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sPcvAHPU6k .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-sPcvAHPU6k .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sPcvAHPU6k .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sPcvAHPU6k .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sPcvAHPU6k .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sPcvAHPU6k .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sPcvAHPU6k .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sPcvAHPU6k .navbar.navbar-short {
  min-height: 60px;
}
.cid-sPcvAHPU6k .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sPcvAHPU6k .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sPcvAHPU6k .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sPcvAHPU6k .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sPcvAHPU6k .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sPcvAHPU6k .dropdown-item:hover,
.cid-sPcvAHPU6k .dropdown-item:focus {
  background: #8d97ad !important;
  color: white !important;
}
.cid-sPcvAHPU6k .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sPcvAHPU6k .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sPcvAHPU6k .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sPcvAHPU6k .dropdown-menu,
.cid-sPcvAHPU6k .navbar.opened {
  background: #ffffff !important;
}
.cid-sPcvAHPU6k .nav-item:focus,
.cid-sPcvAHPU6k .nav-link:focus {
  outline: none;
}
.cid-sPcvAHPU6k .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sPcvAHPU6k .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sPcvAHPU6k .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sPcvAHPU6k .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sPcvAHPU6k .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sPcvAHPU6k .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sPcvAHPU6k .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sPcvAHPU6k .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sPcvAHPU6k .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sPcvAHPU6k .dropdown-item.active,
.cid-sPcvAHPU6k .dropdown-item:active {
  background-color: transparent;
}
.cid-sPcvAHPU6k .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sPcvAHPU6k .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sPcvAHPU6k .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sPcvAHPU6k .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sPcvAHPU6k .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sPcvAHPU6k .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sPcvAHPU6k ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sPcvAHPU6k .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sPcvAHPU6k button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sPcvAHPU6k button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-sPcvAHPU6k button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sPcvAHPU6k button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sPcvAHPU6k button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sPcvAHPU6k button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sPcvAHPU6k nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sPcvAHPU6k nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sPcvAHPU6k nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sPcvAHPU6k nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sPcvAHPU6k .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sPcvAHPU6k a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sPcvAHPU6k .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sPcvAHPU6k .navbar {
    height: 70px;
  }
  .cid-sPcvAHPU6k .navbar.opened {
    height: auto;
  }
  .cid-sPcvAHPU6k .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sPcvAHPU6k .yui {
  font-family: Manrope;
  font-size: 14px;
  font-weight: light;
  border-bottom: 0;
  text-decoration: none;
}
#hrblock-block-gw hr {
  margin: 0;
}
.cid-sPdtlkh1sy {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #092433;
}
.cid-sPdtlkh1sy .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sPdtlkh1sy .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sPdtlkh1sy .row {
    text-align: center;
  }
  .cid-sPdtlkh1sy .row > div {
    margin: auto;
  }
  .cid-sPdtlkh1sy .social-row {
    justify-content: center;
  }
}
.cid-sPdtlkh1sy .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sPdtlkh1sy .list {
  list-style: none;
  padding-left: 0;
  color: #8d97ad;
}
@media (max-width: 991px) {
  .cid-sPdtlkh1sy .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sPdtlkh1sy .list {
    margin-bottom: 0rem;
  }
}
.cid-sPdtlkh1sy .mbr-text {
  color: #ffffff;
}
.cid-sPdtlkh1sy .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sPdtlkh1sy .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sPdtlkh1sy div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sPdtlkh1sy H5 {
  color: #ffffff;
}
.cid-sPdtlkh1sy .copyright {
  text-align: center;
  color: #ffffff;
}
.cid-sPdtlkh1sy P {
  color: #092433;
}
.cid-sPdtlkh1sy hr {
  margin: 0;
  color: #f19101;
}
.cid-sCXnogD22G {
  display: flex;
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/backup11.jpg");
}
.cid-sCXnogD22G .mbr-overlay {
  background-color: #353535;
  opacity: 0.5;
}
.cid-sCXnogD22G .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-sCXnogD22G {
    align-items: flex-end;
  }
  .cid-sCXnogD22G .row {
    justify-content: flex-start;
  }
  .cid-sCXnogD22G .content-wrap {
    width: 51%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sCXnogD22G .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-sCXnogD22G {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sCXnogD22G .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sCXnogD22G .content-wrap {
    width: 100%;
  }
}
.cid-sCXnogD22G .mbr-text,
.cid-sCXnogD22G .mbr-section-btn {
  color: #092433;
  text-align: left;
}
.cid-sCXnogD22G .mbr-section-title {
  text-align: left;
  color: #092433;
}
#hrblock-block-6w hr {
  margin: 0;
}
.cid-sCXnokWQRG {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sCXnokWQRG .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-sCXnokWQRG .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-sCXnokWQRG .text-content {
  padding-right: 1.5rem;
  padding-right: 0;
  padding-left: 1.5rem;
}
.cid-sCXnokWQRG .main-row {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
.cid-sCXnokWQRG .mbr-text,
.cid-sCXnokWQRG .mbr-section-btn {
  color: #232323;
}
.cid-sCXnokWQRG .mbr-figure img {
  -webkit-box-shadow: 0px 0px 0px rgba(NaN, NaN, NaN, 0);
  border-radius: .25rem;
}
.cid-sCXnokWQRG .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-sCXnokWQRG .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-sCXnokWQRG .counter-container ul li {
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-sCXnokWQRG .main-row {
    margin: 0;
  }
  .cid-sCXnokWQRG .mbr-section-title,
  .cid-sCXnokWQRG .mbr-text,
  .cid-sCXnokWQRG .list,
  .cid-sCXnokWQRG .mbr-section-btn {
    text-align: center !important;
  }
  .cid-sCXnokWQRG .text-content {
    padding: 0;
  }
}
.cid-sCXnokWQRG .mbr-section-title {
  color: #8d97ad;
}
#hrblock-block-g4 hr {
  margin: 0;
}
.cid-tsJo2sl4CW {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #e5e5e5;
}
.cid-tsJo2sl4CW .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tsJo2sl4CW form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-tsJo2sl4CW form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-tsJo2sl4CW form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tsJo2sl4CW .mbr-section-title {
  color: #f19101;
  text-align: center;
}
.cid-sPcvAHPU6k {
  z-index: 1000;
  width: 100%;
}
.cid-sPcvAHPU6k .nav-dropdown {
  font-size: 0.75rem;
  font-weight: 700;
  height: auto !important;
}
.cid-sPcvAHPU6k .nav-dropdown .nav-btn {
  padding-left: 1rem;
}
.cid-sPcvAHPU6k .nav-dropdown .link {
  margin: 0.667em 0.5em !important;
  font-weight: 400;
  padding: 0 0.3em !important;
  transition: color 0.2s ease-in-out;
}
.cid-sPcvAHPU6k .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-sPcvAHPU6k .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-sPcvAHPU6k .iconfont-wrapper {
  color: #fafafa !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-sPcvAHPU6k .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-sPcvAHPU6k .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-sPcvAHPU6k .container {
    padding: 0 1rem;
  }
}
.cid-sPcvAHPU6k .menu-tite {
  background: #f19101;
  width: 100%;
  padding: 0.3rem 1rem;
  text-align: center;
  color: #f19101;
}
.cid-sPcvAHPU6k .menu-custom {
  background: #092433;
  width: 100%;
  padding: 0.3rem 1rem;
  text-align: center;
  color: #f19101;
  border-bottom: 0;
  text-decoration: none !important;
}
.cid-sPcvAHPU6k .nav-link {
  position: relative;
}
.cid-sPcvAHPU6k .nav-link:hover {
  color: #6c7484 !important;
}
.cid-sPcvAHPU6k nav.navbar {
  position: fixed;
}
.cid-sPcvAHPU6k .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.9);
}
.cid-sPcvAHPU6k .navbar.opened {
  transition: all 0.3s;
}
.cid-sPcvAHPU6k .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sPcvAHPU6k .navbar .navbar-logo img {
  width: auto;
}
.cid-sPcvAHPU6k .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sPcvAHPU6k .navbar.collapsed {
  justify-content: center;
}
.cid-sPcvAHPU6k .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sPcvAHPU6k .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sPcvAHPU6k .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sPcvAHPU6k .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sPcvAHPU6k .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sPcvAHPU6k .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-sPcvAHPU6k .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sPcvAHPU6k .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sPcvAHPU6k .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sPcvAHPU6k .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sPcvAHPU6k .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sPcvAHPU6k .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sPcvAHPU6k .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sPcvAHPU6k .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-sPcvAHPU6k .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sPcvAHPU6k .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sPcvAHPU6k .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sPcvAHPU6k .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sPcvAHPU6k .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sPcvAHPU6k .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sPcvAHPU6k .navbar.navbar-short {
  min-height: 60px;
}
.cid-sPcvAHPU6k .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sPcvAHPU6k .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sPcvAHPU6k .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sPcvAHPU6k .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sPcvAHPU6k .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sPcvAHPU6k .dropdown-item:hover,
.cid-sPcvAHPU6k .dropdown-item:focus {
  background: #8d97ad !important;
  color: white !important;
}
.cid-sPcvAHPU6k .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sPcvAHPU6k .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sPcvAHPU6k .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sPcvAHPU6k .dropdown-menu,
.cid-sPcvAHPU6k .navbar.opened {
  background: #ffffff !important;
}
.cid-sPcvAHPU6k .nav-item:focus,
.cid-sPcvAHPU6k .nav-link:focus {
  outline: none;
}
.cid-sPcvAHPU6k .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sPcvAHPU6k .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sPcvAHPU6k .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sPcvAHPU6k .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sPcvAHPU6k .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sPcvAHPU6k .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sPcvAHPU6k .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sPcvAHPU6k .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sPcvAHPU6k .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sPcvAHPU6k .dropdown-item.active,
.cid-sPcvAHPU6k .dropdown-item:active {
  background-color: transparent;
}
.cid-sPcvAHPU6k .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sPcvAHPU6k .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sPcvAHPU6k .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sPcvAHPU6k .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sPcvAHPU6k .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sPcvAHPU6k .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sPcvAHPU6k ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sPcvAHPU6k .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sPcvAHPU6k button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sPcvAHPU6k button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-sPcvAHPU6k button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sPcvAHPU6k button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sPcvAHPU6k button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sPcvAHPU6k button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sPcvAHPU6k nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sPcvAHPU6k nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sPcvAHPU6k nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sPcvAHPU6k nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sPcvAHPU6k .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sPcvAHPU6k a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sPcvAHPU6k .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sPcvAHPU6k .navbar {
    height: 70px;
  }
  .cid-sPcvAHPU6k .navbar.opened {
    height: auto;
  }
  .cid-sPcvAHPU6k .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sPcvAHPU6k .yui {
  font-family: Manrope;
  font-size: 14px;
  font-weight: light;
  border-bottom: 0;
  text-decoration: none;
}
#hrblock-block-h0 hr {
  margin: 0;
}
.cid-sPdtlkh1sy {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #092433;
}
.cid-sPdtlkh1sy .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sPdtlkh1sy .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sPdtlkh1sy .row {
    text-align: center;
  }
  .cid-sPdtlkh1sy .row > div {
    margin: auto;
  }
  .cid-sPdtlkh1sy .social-row {
    justify-content: center;
  }
}
.cid-sPdtlkh1sy .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sPdtlkh1sy .list {
  list-style: none;
  padding-left: 0;
  color: #8d97ad;
}
@media (max-width: 991px) {
  .cid-sPdtlkh1sy .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sPdtlkh1sy .list {
    margin-bottom: 0rem;
  }
}
.cid-sPdtlkh1sy .mbr-text {
  color: #ffffff;
}
.cid-sPdtlkh1sy .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sPdtlkh1sy .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sPdtlkh1sy div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sPdtlkh1sy H5 {
  color: #ffffff;
}
.cid-sPdtlkh1sy .copyright {
  text-align: center;
  color: #ffffff;
}
.cid-sPdtlkh1sy P {
  color: #092433;
}
.cid-sPdtlkh1sy hr {
  margin: 0;
  color: #f19101;
}
.cid-sCXocHiVpy {
  display: flex;
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/010101-1.jpg");
}
.cid-sCXocHiVpy .mbr-overlay {
  background-color: #353535;
  opacity: 0.5;
}
.cid-sCXocHiVpy .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-sCXocHiVpy {
    align-items: flex-end;
  }
  .cid-sCXocHiVpy .row {
    justify-content: center;
  }
  .cid-sCXocHiVpy .content-wrap {
    width: 77%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sCXocHiVpy .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-sCXocHiVpy {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sCXocHiVpy .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sCXocHiVpy .content-wrap {
    width: 100%;
  }
}
.cid-sCXocHiVpy .mbr-text,
.cid-sCXocHiVpy .mbr-section-btn {
  color: #092433;
  text-align: center;
}
.cid-sCXocHiVpy .mbr-section-title {
  text-align: left;
  color: #092433;
}
.cid-sCXocHiVpy .mbr-section-title DIV {
  text-align: center;
}
#hrblock-block-78 hr {
  margin: 0;
}
.cid-sPpKnFl4Ta {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #092433;
}
.cid-sPpKnFl4Ta .mbr-section-subtitle {
  text-align: right;
  color: #ffffff;
}
.cid-sPpKnFl4Ta .mbr-text {
  color: #ffffff;
}
.cid-sRFMHhJCfF {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-sPpKoxYfMF {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #092433;
}
.cid-sPpKoxYfMF .mbr-section-subtitle {
  text-align: right;
  color: #ffffff;
}
.cid-sPpKoxYfMF .mbr-text {
  color: #ffffff;
}
.cid-sRFrqHeD1P {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-sRFrqHeD1P .mbr-text {
  text-align: center;
}
.cid-sRFrqHeD1P .mbr-section-subtitle {
  text-align: center;
}
.cid-sPpKplyYvw {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #092433;
}
.cid-sPpKplyYvw .mbr-section-subtitle {
  text-align: right;
  color: #ffffff;
}
.cid-sPpKplyYvw .mbr-text {
  color: #ffffff;
}
#hrblock-block-h4 hr {
  margin: 0;
}
.cid-tsJx49pEH7 {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #e5e5e5;
}
.cid-tsJx49pEH7 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tsJx49pEH7 form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-tsJx49pEH7 form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-tsJx49pEH7 form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tsJx49pEH7 .mbr-section-title {
  color: #f19101;
  text-align: center;
}
#hrblock-block-h3 hr {
  margin: 0;
}
.cid-sPdtlkh1sy {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #092433;
}
.cid-sPdtlkh1sy .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sPdtlkh1sy .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sPdtlkh1sy .row {
    text-align: center;
  }
  .cid-sPdtlkh1sy .row > div {
    margin: auto;
  }
  .cid-sPdtlkh1sy .social-row {
    justify-content: center;
  }
}
.cid-sPdtlkh1sy .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sPdtlkh1sy .list {
  list-style: none;
  padding-left: 0;
  color: #8d97ad;
}
@media (max-width: 991px) {
  .cid-sPdtlkh1sy .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sPdtlkh1sy .list {
    margin-bottom: 0rem;
  }
}
.cid-sPdtlkh1sy .mbr-text {
  color: #ffffff;
}
.cid-sPdtlkh1sy .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sPdtlkh1sy .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sPdtlkh1sy div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sPdtlkh1sy H5 {
  color: #ffffff;
}
.cid-sPdtlkh1sy .copyright {
  text-align: center;
  color: #ffffff;
}
.cid-sPdtlkh1sy P {
  color: #092433;
}
.cid-sPdtlkh1sy hr {
  margin: 0;
  color: #f19101;
}
.cid-sPcvAHPU6k {
  z-index: 1000;
  width: 100%;
}
.cid-sPcvAHPU6k .nav-dropdown {
  font-size: 0.75rem;
  font-weight: 700;
  height: auto !important;
}
.cid-sPcvAHPU6k .nav-dropdown .nav-btn {
  padding-left: 1rem;
}
.cid-sPcvAHPU6k .nav-dropdown .link {
  margin: 0.667em 0.5em !important;
  font-weight: 400;
  padding: 0 0.3em !important;
  transition: color 0.2s ease-in-out;
}
.cid-sPcvAHPU6k .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-sPcvAHPU6k .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-sPcvAHPU6k .iconfont-wrapper {
  color: #fafafa !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-sPcvAHPU6k .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-sPcvAHPU6k .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-sPcvAHPU6k .container {
    padding: 0 1rem;
  }
}
.cid-sPcvAHPU6k .menu-tite {
  background: #f19101;
  width: 100%;
  padding: 0.3rem 1rem;
  text-align: center;
  color: #f19101;
}
.cid-sPcvAHPU6k .menu-custom {
  background: #092433;
  width: 100%;
  padding: 0.3rem 1rem;
  text-align: center;
  color: #f19101;
  border-bottom: 0;
  text-decoration: none !important;
}
.cid-sPcvAHPU6k .nav-link {
  position: relative;
}
.cid-sPcvAHPU6k .nav-link:hover {
  color: #6c7484 !important;
}
.cid-sPcvAHPU6k nav.navbar {
  position: fixed;
}
.cid-sPcvAHPU6k .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.9);
}
.cid-sPcvAHPU6k .navbar.opened {
  transition: all 0.3s;
}
.cid-sPcvAHPU6k .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sPcvAHPU6k .navbar .navbar-logo img {
  width: auto;
}
.cid-sPcvAHPU6k .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sPcvAHPU6k .navbar.collapsed {
  justify-content: center;
}
.cid-sPcvAHPU6k .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sPcvAHPU6k .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sPcvAHPU6k .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sPcvAHPU6k .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sPcvAHPU6k .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sPcvAHPU6k .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-sPcvAHPU6k .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sPcvAHPU6k .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sPcvAHPU6k .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sPcvAHPU6k .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sPcvAHPU6k .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sPcvAHPU6k .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sPcvAHPU6k .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sPcvAHPU6k .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-sPcvAHPU6k .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sPcvAHPU6k .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sPcvAHPU6k .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sPcvAHPU6k .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sPcvAHPU6k .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sPcvAHPU6k .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sPcvAHPU6k .navbar.navbar-short {
  min-height: 60px;
}
.cid-sPcvAHPU6k .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sPcvAHPU6k .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sPcvAHPU6k .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sPcvAHPU6k .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sPcvAHPU6k .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sPcvAHPU6k .dropdown-item:hover,
.cid-sPcvAHPU6k .dropdown-item:focus {
  background: #8d97ad !important;
  color: white !important;
}
.cid-sPcvAHPU6k .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sPcvAHPU6k .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sPcvAHPU6k .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sPcvAHPU6k .dropdown-menu,
.cid-sPcvAHPU6k .navbar.opened {
  background: #ffffff !important;
}
.cid-sPcvAHPU6k .nav-item:focus,
.cid-sPcvAHPU6k .nav-link:focus {
  outline: none;
}
.cid-sPcvAHPU6k .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sPcvAHPU6k .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sPcvAHPU6k .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sPcvAHPU6k .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sPcvAHPU6k .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sPcvAHPU6k .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sPcvAHPU6k .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sPcvAHPU6k .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sPcvAHPU6k .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sPcvAHPU6k .dropdown-item.active,
.cid-sPcvAHPU6k .dropdown-item:active {
  background-color: transparent;
}
.cid-sPcvAHPU6k .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sPcvAHPU6k .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sPcvAHPU6k .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sPcvAHPU6k .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sPcvAHPU6k .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sPcvAHPU6k .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sPcvAHPU6k ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sPcvAHPU6k .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sPcvAHPU6k button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sPcvAHPU6k button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-sPcvAHPU6k button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sPcvAHPU6k button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sPcvAHPU6k button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sPcvAHPU6k button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sPcvAHPU6k nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sPcvAHPU6k nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sPcvAHPU6k nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sPcvAHPU6k nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sPcvAHPU6k .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sPcvAHPU6k a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sPcvAHPU6k .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sPcvAHPU6k .navbar {
    height: 70px;
  }
  .cid-sPcvAHPU6k .navbar.opened {
    height: auto;
  }
  .cid-sPcvAHPU6k .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sPcvAHPU6k .yui {
  font-family: Manrope;
  font-size: 14px;
  font-weight: light;
  border-bottom: 0;
  text-decoration: none;
}
#hrblock-block-hr hr {
  margin: 0;
}
.cid-sD26Pn5x60 {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sD26Pn5x60 .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sD26Pn5x60 .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
#hrblock-block-hk hr {
  margin: 0;
}
.cid-tsJD0XBtJC {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #e5e5e5;
}
.cid-tsJD0XBtJC .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tsJD0XBtJC form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-tsJD0XBtJC form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-tsJD0XBtJC form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tsJD0XBtJC .mbr-section-title {
  color: #f19101;
  text-align: center;
}
#hrblock-block-hj hr {
  margin: 0;
}
.cid-sPdtlkh1sy {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #092433;
}
.cid-sPdtlkh1sy .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sPdtlkh1sy .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sPdtlkh1sy .row {
    text-align: center;
  }
  .cid-sPdtlkh1sy .row > div {
    margin: auto;
  }
  .cid-sPdtlkh1sy .social-row {
    justify-content: center;
  }
}
.cid-sPdtlkh1sy .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sPdtlkh1sy .list {
  list-style: none;
  padding-left: 0;
  color: #8d97ad;
}
@media (max-width: 991px) {
  .cid-sPdtlkh1sy .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sPdtlkh1sy .list {
    margin-bottom: 0rem;
  }
}
.cid-sPdtlkh1sy .mbr-text {
  color: #ffffff;
}
.cid-sPdtlkh1sy .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sPdtlkh1sy .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sPdtlkh1sy div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sPdtlkh1sy H5 {
  color: #ffffff;
}
.cid-sPdtlkh1sy .copyright {
  text-align: center;
  color: #ffffff;
}
.cid-sPdtlkh1sy P {
  color: #092433;
}
.cid-sPdtlkh1sy hr {
  margin: 0;
  color: #f19101;
}
.cid-sPcvAHPU6k {
  z-index: 1000;
  width: 100%;
}
.cid-sPcvAHPU6k .nav-dropdown {
  font-size: 0.75rem;
  font-weight: 700;
  height: auto !important;
}
.cid-sPcvAHPU6k .nav-dropdown .nav-btn {
  padding-left: 1rem;
}
.cid-sPcvAHPU6k .nav-dropdown .link {
  margin: 0.667em 0.5em !important;
  font-weight: 400;
  padding: 0 0.3em !important;
  transition: color 0.2s ease-in-out;
}
.cid-sPcvAHPU6k .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-sPcvAHPU6k .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-sPcvAHPU6k .iconfont-wrapper {
  color: #fafafa !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-sPcvAHPU6k .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-sPcvAHPU6k .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-sPcvAHPU6k .container {
    padding: 0 1rem;
  }
}
.cid-sPcvAHPU6k .menu-tite {
  background: #f19101;
  width: 100%;
  padding: 0.3rem 1rem;
  text-align: center;
  color: #f19101;
}
.cid-sPcvAHPU6k .menu-custom {
  background: #092433;
  width: 100%;
  padding: 0.3rem 1rem;
  text-align: center;
  color: #f19101;
  border-bottom: 0;
  text-decoration: none !important;
}
.cid-sPcvAHPU6k .nav-link {
  position: relative;
}
.cid-sPcvAHPU6k .nav-link:hover {
  color: #6c7484 !important;
}
.cid-sPcvAHPU6k nav.navbar {
  position: fixed;
}
.cid-sPcvAHPU6k .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.9);
}
.cid-sPcvAHPU6k .navbar.opened {
  transition: all 0.3s;
}
.cid-sPcvAHPU6k .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sPcvAHPU6k .navbar .navbar-logo img {
  width: auto;
}
.cid-sPcvAHPU6k .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sPcvAHPU6k .navbar.collapsed {
  justify-content: center;
}
.cid-sPcvAHPU6k .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sPcvAHPU6k .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sPcvAHPU6k .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sPcvAHPU6k .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sPcvAHPU6k .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sPcvAHPU6k .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-sPcvAHPU6k .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sPcvAHPU6k .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sPcvAHPU6k .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sPcvAHPU6k .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sPcvAHPU6k .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sPcvAHPU6k .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sPcvAHPU6k .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sPcvAHPU6k .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-sPcvAHPU6k .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sPcvAHPU6k .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sPcvAHPU6k .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sPcvAHPU6k .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sPcvAHPU6k .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sPcvAHPU6k .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sPcvAHPU6k .navbar.navbar-short {
  min-height: 60px;
}
.cid-sPcvAHPU6k .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sPcvAHPU6k .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sPcvAHPU6k .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sPcvAHPU6k .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sPcvAHPU6k .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sPcvAHPU6k .dropdown-item:hover,
.cid-sPcvAHPU6k .dropdown-item:focus {
  background: #8d97ad !important;
  color: white !important;
}
.cid-sPcvAHPU6k .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sPcvAHPU6k .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sPcvAHPU6k .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sPcvAHPU6k .dropdown-menu,
.cid-sPcvAHPU6k .navbar.opened {
  background: #ffffff !important;
}
.cid-sPcvAHPU6k .nav-item:focus,
.cid-sPcvAHPU6k .nav-link:focus {
  outline: none;
}
.cid-sPcvAHPU6k .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sPcvAHPU6k .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sPcvAHPU6k .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sPcvAHPU6k .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sPcvAHPU6k .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sPcvAHPU6k .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sPcvAHPU6k .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sPcvAHPU6k .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sPcvAHPU6k .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sPcvAHPU6k .dropdown-item.active,
.cid-sPcvAHPU6k .dropdown-item:active {
  background-color: transparent;
}
.cid-sPcvAHPU6k .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sPcvAHPU6k .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sPcvAHPU6k .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sPcvAHPU6k .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sPcvAHPU6k .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sPcvAHPU6k .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sPcvAHPU6k ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sPcvAHPU6k .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sPcvAHPU6k button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sPcvAHPU6k button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-sPcvAHPU6k button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sPcvAHPU6k button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sPcvAHPU6k button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sPcvAHPU6k button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sPcvAHPU6k nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sPcvAHPU6k nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sPcvAHPU6k nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sPcvAHPU6k nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sPcvAHPU6k .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sPcvAHPU6k a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sPcvAHPU6k .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sPcvAHPU6k .navbar {
    height: 70px;
  }
  .cid-sPcvAHPU6k .navbar.opened {
    height: auto;
  }
  .cid-sPcvAHPU6k .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sPcvAHPU6k .yui {
  font-family: Manrope;
  font-size: 14px;
  font-weight: light;
  border-bottom: 0;
  text-decoration: none;
}
.cid-sD2toVEcfK {
  display: flex;
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/mails.jpg");
}
.cid-sD2toVEcfK .mbr-overlay {
  background-color: #353535;
  opacity: 0.5;
}
.cid-sD2toVEcfK .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-sD2toVEcfK {
    align-items: flex-end;
  }
  .cid-sD2toVEcfK .row {
    justify-content: center;
  }
  .cid-sD2toVEcfK .content-wrap {
    width: 51%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sD2toVEcfK .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-sD2toVEcfK {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sD2toVEcfK .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sD2toVEcfK .content-wrap {
    width: 100%;
  }
}
.cid-sD2toVEcfK .mbr-text,
.cid-sD2toVEcfK .mbr-section-btn {
  color: #092433;
  text-align: center;
}
.cid-sD2toVEcfK .mbr-section-title {
  text-align: center;
  color: #092433;
}
#hrblock-block-9g hr {
  margin: 0;
}
.cid-sPqSbrlsSo {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sPqSbrlsSo .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-sPqSbrlsSo .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-sPqSbrlsSo .text-content {
  padding-right: 1.5rem;
  padding-right: 0;
  padding-left: 1.5rem;
}
.cid-sPqSbrlsSo .main-row {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
.cid-sPqSbrlsSo .mbr-text,
.cid-sPqSbrlsSo .mbr-section-btn {
  color: #232323;
}
.cid-sPqSbrlsSo .mbr-figure img {
  -webkit-box-shadow: 0px 0px 0px rgba(NaN, NaN, NaN, 0);
  border-radius: .25rem;
}
.cid-sPqSbrlsSo .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-sPqSbrlsSo .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-sPqSbrlsSo .counter-container ul li {
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-sPqSbrlsSo .main-row {
    margin: 0;
  }
  .cid-sPqSbrlsSo .mbr-section-title,
  .cid-sPqSbrlsSo .mbr-text,
  .cid-sPqSbrlsSo .list,
  .cid-sPqSbrlsSo .mbr-section-btn {
    text-align: center !important;
  }
  .cid-sPqSbrlsSo .text-content {
    padding: 0;
  }
}
.cid-sPqSbrlsSo .mbr-section-title {
  color: #8d97ad;
}
#hrblock-block-9p hr {
  margin: 0;
}
.cid-sPqSE9GoZQ {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sPqSE9GoZQ .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-sPqSE9GoZQ .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-sPqSE9GoZQ .text-content {
  padding-right: 1.5rem;
}
.cid-sPqSE9GoZQ .mbr-text,
.cid-sPqSE9GoZQ .mbr-section-btn {
  color: #232323;
}
.cid-sPqSE9GoZQ .mbr-figure img {
  -webkit-box-shadow: 0px 0px 0px rgba(NaN, NaN, NaN, 0);
  border-radius: .25rem;
}
.cid-sPqSE9GoZQ .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-sPqSE9GoZQ .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-sPqSE9GoZQ .counter-container ul li {
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-sPqSE9GoZQ .main-row {
    margin: 0;
  }
  .cid-sPqSE9GoZQ .mbr-section-title,
  .cid-sPqSE9GoZQ .mbr-text,
  .cid-sPqSE9GoZQ .list,
  .cid-sPqSE9GoZQ .mbr-section-btn {
    text-align: center !important;
  }
  .cid-sPqSE9GoZQ .text-content {
    padding: 0;
  }
}
.cid-sPqSE9GoZQ .mbr-section-title {
  color: #8d97ad;
}
#hrblock-block-ha hr {
  margin: 0;
}
.cid-tsJygP8sQP {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #e5e5e5;
}
.cid-tsJygP8sQP .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tsJygP8sQP form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-tsJygP8sQP form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-tsJygP8sQP form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tsJygP8sQP .mbr-section-title {
  color: #f19101;
  text-align: center;
}
#hrblock-block-h9 hr {
  margin: 0;
}
.cid-sPdtlkh1sy {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #092433;
}
.cid-sPdtlkh1sy .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sPdtlkh1sy .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sPdtlkh1sy .row {
    text-align: center;
  }
  .cid-sPdtlkh1sy .row > div {
    margin: auto;
  }
  .cid-sPdtlkh1sy .social-row {
    justify-content: center;
  }
}
.cid-sPdtlkh1sy .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sPdtlkh1sy .list {
  list-style: none;
  padding-left: 0;
  color: #8d97ad;
}
@media (max-width: 991px) {
  .cid-sPdtlkh1sy .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sPdtlkh1sy .list {
    margin-bottom: 0rem;
  }
}
.cid-sPdtlkh1sy .mbr-text {
  color: #ffffff;
}
.cid-sPdtlkh1sy .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sPdtlkh1sy .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sPdtlkh1sy div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sPdtlkh1sy H5 {
  color: #ffffff;
}
.cid-sPdtlkh1sy .copyright {
  text-align: center;
  color: #ffffff;
}
.cid-sPdtlkh1sy P {
  color: #092433;
}
.cid-sPdtlkh1sy hr {
  margin: 0;
  color: #f19101;
}
.cid-sPcvAHPU6k {
  z-index: 1000;
  width: 100%;
}
.cid-sPcvAHPU6k .nav-dropdown {
  font-size: 0.75rem;
  font-weight: 700;
  height: auto !important;
}
.cid-sPcvAHPU6k .nav-dropdown .nav-btn {
  padding-left: 1rem;
}
.cid-sPcvAHPU6k .nav-dropdown .link {
  margin: 0.667em 0.5em !important;
  font-weight: 400;
  padding: 0 0.3em !important;
  transition: color 0.2s ease-in-out;
}
.cid-sPcvAHPU6k .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-sPcvAHPU6k .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-sPcvAHPU6k .iconfont-wrapper {
  color: #fafafa !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-sPcvAHPU6k .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-sPcvAHPU6k .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-sPcvAHPU6k .container {
    padding: 0 1rem;
  }
}
.cid-sPcvAHPU6k .menu-tite {
  background: #f19101;
  width: 100%;
  padding: 0.3rem 1rem;
  text-align: center;
  color: #f19101;
}
.cid-sPcvAHPU6k .menu-custom {
  background: #092433;
  width: 100%;
  padding: 0.3rem 1rem;
  text-align: center;
  color: #f19101;
  border-bottom: 0;
  text-decoration: none !important;
}
.cid-sPcvAHPU6k .nav-link {
  position: relative;
}
.cid-sPcvAHPU6k .nav-link:hover {
  color: #6c7484 !important;
}
.cid-sPcvAHPU6k nav.navbar {
  position: fixed;
}
.cid-sPcvAHPU6k .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.9);
}
.cid-sPcvAHPU6k .navbar.opened {
  transition: all 0.3s;
}
.cid-sPcvAHPU6k .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sPcvAHPU6k .navbar .navbar-logo img {
  width: auto;
}
.cid-sPcvAHPU6k .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sPcvAHPU6k .navbar.collapsed {
  justify-content: center;
}
.cid-sPcvAHPU6k .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sPcvAHPU6k .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sPcvAHPU6k .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sPcvAHPU6k .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sPcvAHPU6k .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sPcvAHPU6k .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-sPcvAHPU6k .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sPcvAHPU6k .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sPcvAHPU6k .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sPcvAHPU6k .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sPcvAHPU6k .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sPcvAHPU6k .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sPcvAHPU6k .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sPcvAHPU6k .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-sPcvAHPU6k .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sPcvAHPU6k .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sPcvAHPU6k .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sPcvAHPU6k .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sPcvAHPU6k .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sPcvAHPU6k .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sPcvAHPU6k .navbar.navbar-short {
  min-height: 60px;
}
.cid-sPcvAHPU6k .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sPcvAHPU6k .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sPcvAHPU6k .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sPcvAHPU6k .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sPcvAHPU6k .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sPcvAHPU6k .dropdown-item:hover,
.cid-sPcvAHPU6k .dropdown-item:focus {
  background: #8d97ad !important;
  color: white !important;
}
.cid-sPcvAHPU6k .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sPcvAHPU6k .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sPcvAHPU6k .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sPcvAHPU6k .dropdown-menu,
.cid-sPcvAHPU6k .navbar.opened {
  background: #ffffff !important;
}
.cid-sPcvAHPU6k .nav-item:focus,
.cid-sPcvAHPU6k .nav-link:focus {
  outline: none;
}
.cid-sPcvAHPU6k .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sPcvAHPU6k .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sPcvAHPU6k .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sPcvAHPU6k .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sPcvAHPU6k .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sPcvAHPU6k .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sPcvAHPU6k .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sPcvAHPU6k .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sPcvAHPU6k .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sPcvAHPU6k .dropdown-item.active,
.cid-sPcvAHPU6k .dropdown-item:active {
  background-color: transparent;
}
.cid-sPcvAHPU6k .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sPcvAHPU6k .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sPcvAHPU6k .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sPcvAHPU6k .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sPcvAHPU6k .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sPcvAHPU6k .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sPcvAHPU6k ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sPcvAHPU6k .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sPcvAHPU6k button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sPcvAHPU6k button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-sPcvAHPU6k button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sPcvAHPU6k button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sPcvAHPU6k button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sPcvAHPU6k button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sPcvAHPU6k nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sPcvAHPU6k nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sPcvAHPU6k nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sPcvAHPU6k nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sPcvAHPU6k .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sPcvAHPU6k a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sPcvAHPU6k .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sPcvAHPU6k .navbar {
    height: 70px;
  }
  .cid-sPcvAHPU6k .navbar.opened {
    height: auto;
  }
  .cid-sPcvAHPU6k .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sPcvAHPU6k .yui {
  font-family: Manrope;
  font-size: 14px;
  font-weight: light;
  border-bottom: 0;
  text-decoration: none;
}
#hrblock-block-9t hr {
  margin: 0;
}
.cid-sDdEEW1B7x {
  display: flex;
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/high-build1.jpg");
}
.cid-sDdEEW1B7x .mbr-overlay {
  background-color: #353535;
  opacity: 0.5;
}
.cid-sDdEEW1B7x .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-sDdEEW1B7x {
    align-items: flex-end;
  }
  .cid-sDdEEW1B7x .row {
    justify-content: flex-start;
  }
  .cid-sDdEEW1B7x .content-wrap {
    width: 58%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sDdEEW1B7x .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-sDdEEW1B7x {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sDdEEW1B7x .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sDdEEW1B7x .content-wrap {
    width: 100%;
  }
}
.cid-sDdEEW1B7x .mbr-text,
.cid-sDdEEW1B7x .mbr-section-btn {
  color: #092433;
  text-align: left;
}
.cid-sDdEEW1B7x .mbr-section-title {
  text-align: left;
  color: #092433;
}
#hrblock-block-h1 hr {
  margin: 0;
}
.cid-sDdEEWUBc2 {
  padding-top: 160px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sDdEEWUBc2 .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-sDdEEWUBc2 .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-sDdEEWUBc2 .text-content {
  padding-right: 1.5rem;
  padding-right: 0;
  padding-left: 1.5rem;
}
.cid-sDdEEWUBc2 .main-row {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
.cid-sDdEEWUBc2 .mbr-text,
.cid-sDdEEWUBc2 .mbr-section-btn {
  color: #232323;
}
.cid-sDdEEWUBc2 .mbr-figure img {
  -webkit-box-shadow: 0px 0px 0px rgba(NaN, NaN, NaN, 0);
  border-radius: .25rem;
}
.cid-sDdEEWUBc2 .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-sDdEEWUBc2 .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-sDdEEWUBc2 .counter-container ul li {
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-sDdEEWUBc2 .main-row {
    margin: 0;
  }
  .cid-sDdEEWUBc2 .mbr-section-title,
  .cid-sDdEEWUBc2 .mbr-text,
  .cid-sDdEEWUBc2 .list,
  .cid-sDdEEWUBc2 .mbr-section-btn {
    text-align: center !important;
  }
  .cid-sDdEEWUBc2 .text-content {
    padding: 0;
  }
}
.cid-sDdEEWUBc2 .mbr-section-title {
  color: #8d97ad;
}
.cid-sDdEEXbMlj {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #092433;
}
.cid-sDdEEXbMlj ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-sDdEEXbMlj li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-sDdEEXbMlj ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #8d97ad;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-sDdEEXbMlj H4 {
  color: #fafafa;
  text-align: left;
}
.cid-sDdEEXbMlj H3 {
  color: #fafafa;
  text-align: center;
}
.cid-sDdEEXbMlj .list {
  color: #fafafa;
  text-align: center;
}
.cid-sDdEEXbMlj DIV {
  text-align: left;
}
.cid-sDdEEXbMlj .list DIV {
  text-align: center;
}
.cid-sDdEEXqpWG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sDdEEXqpWG ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-sDdEEXqpWG li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-sDdEEXqpWG ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #000000;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-sDdEEXqpWG H3 {
  color: #8d97ad;
}
#hrblock-block-g5 hr {
  margin: 0;
}
.cid-tsJthlVhld {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #e5e5e5;
}
.cid-tsJthlVhld .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tsJthlVhld form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-tsJthlVhld form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-tsJthlVhld form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tsJthlVhld .mbr-section-title {
  color: #f19101;
  text-align: center;
}
#hrblock-block-h2 hr {
  margin: 0;
}
.cid-sPcvAHPU6k {
  z-index: 1000;
  width: 100%;
}
.cid-sPcvAHPU6k .nav-dropdown {
  font-size: 0.75rem;
  font-weight: 700;
  height: auto !important;
}
.cid-sPcvAHPU6k .nav-dropdown .nav-btn {
  padding-left: 1rem;
}
.cid-sPcvAHPU6k .nav-dropdown .link {
  margin: 0.667em 0.5em !important;
  font-weight: 400;
  padding: 0 0.3em !important;
  transition: color 0.2s ease-in-out;
}
.cid-sPcvAHPU6k .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-sPcvAHPU6k .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-sPcvAHPU6k .iconfont-wrapper {
  color: #fafafa !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-sPcvAHPU6k .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-sPcvAHPU6k .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-sPcvAHPU6k .container {
    padding: 0 1rem;
  }
}
.cid-sPcvAHPU6k .menu-tite {
  background: #f19101;
  width: 100%;
  padding: 0.3rem 1rem;
  text-align: center;
  color: #f19101;
}
.cid-sPcvAHPU6k .menu-custom {
  background: #092433;
  width: 100%;
  padding: 0.3rem 1rem;
  text-align: center;
  color: #f19101;
  border-bottom: 0;
  text-decoration: none !important;
}
.cid-sPcvAHPU6k .nav-link {
  position: relative;
}
.cid-sPcvAHPU6k .nav-link:hover {
  color: #6c7484 !important;
}
.cid-sPcvAHPU6k nav.navbar {
  position: fixed;
}
.cid-sPcvAHPU6k .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.9);
}
.cid-sPcvAHPU6k .navbar.opened {
  transition: all 0.3s;
}
.cid-sPcvAHPU6k .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sPcvAHPU6k .navbar .navbar-logo img {
  width: auto;
}
.cid-sPcvAHPU6k .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sPcvAHPU6k .navbar.collapsed {
  justify-content: center;
}
.cid-sPcvAHPU6k .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sPcvAHPU6k .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sPcvAHPU6k .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sPcvAHPU6k .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sPcvAHPU6k .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sPcvAHPU6k .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-sPcvAHPU6k .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sPcvAHPU6k .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sPcvAHPU6k .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sPcvAHPU6k .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sPcvAHPU6k .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sPcvAHPU6k .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sPcvAHPU6k .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sPcvAHPU6k .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-sPcvAHPU6k .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sPcvAHPU6k .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sPcvAHPU6k .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sPcvAHPU6k .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sPcvAHPU6k .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sPcvAHPU6k .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sPcvAHPU6k .navbar.navbar-short {
  min-height: 60px;
}
.cid-sPcvAHPU6k .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sPcvAHPU6k .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sPcvAHPU6k .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sPcvAHPU6k .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sPcvAHPU6k .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sPcvAHPU6k .dropdown-item:hover,
.cid-sPcvAHPU6k .dropdown-item:focus {
  background: #8d97ad !important;
  color: white !important;
}
.cid-sPcvAHPU6k .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sPcvAHPU6k .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sPcvAHPU6k .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sPcvAHPU6k .dropdown-menu,
.cid-sPcvAHPU6k .navbar.opened {
  background: #ffffff !important;
}
.cid-sPcvAHPU6k .nav-item:focus,
.cid-sPcvAHPU6k .nav-link:focus {
  outline: none;
}
.cid-sPcvAHPU6k .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sPcvAHPU6k .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sPcvAHPU6k .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sPcvAHPU6k .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sPcvAHPU6k .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sPcvAHPU6k .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sPcvAHPU6k .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sPcvAHPU6k .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sPcvAHPU6k .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sPcvAHPU6k .dropdown-item.active,
.cid-sPcvAHPU6k .dropdown-item:active {
  background-color: transparent;
}
.cid-sPcvAHPU6k .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sPcvAHPU6k .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sPcvAHPU6k .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sPcvAHPU6k .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sPcvAHPU6k .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sPcvAHPU6k .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sPcvAHPU6k ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sPcvAHPU6k .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sPcvAHPU6k button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sPcvAHPU6k button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-sPcvAHPU6k button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sPcvAHPU6k button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sPcvAHPU6k button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sPcvAHPU6k button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sPcvAHPU6k nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sPcvAHPU6k nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sPcvAHPU6k nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sPcvAHPU6k nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sPcvAHPU6k .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sPcvAHPU6k a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sPcvAHPU6k .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sPcvAHPU6k .navbar {
    height: 70px;
  }
  .cid-sPcvAHPU6k .navbar.opened {
    height: auto;
  }
  .cid-sPcvAHPU6k .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sPcvAHPU6k .yui {
  font-family: Manrope;
  font-size: 14px;
  font-weight: light;
  border-bottom: 0;
  text-decoration: none;
}
.cid-sPdtlkh1sy {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #092433;
}
.cid-sPdtlkh1sy .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sPdtlkh1sy .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sPdtlkh1sy .row {
    text-align: center;
  }
  .cid-sPdtlkh1sy .row > div {
    margin: auto;
  }
  .cid-sPdtlkh1sy .social-row {
    justify-content: center;
  }
}
.cid-sPdtlkh1sy .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sPdtlkh1sy .list {
  list-style: none;
  padding-left: 0;
  color: #8d97ad;
}
@media (max-width: 991px) {
  .cid-sPdtlkh1sy .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sPdtlkh1sy .list {
    margin-bottom: 0rem;
  }
}
.cid-sPdtlkh1sy .mbr-text {
  color: #ffffff;
}
.cid-sPdtlkh1sy .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sPdtlkh1sy .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sPdtlkh1sy div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sPdtlkh1sy H5 {
  color: #ffffff;
}
.cid-sPdtlkh1sy .copyright {
  text-align: center;
  color: #ffffff;
}
.cid-sPdtlkh1sy P {
  color: #092433;
}
.cid-sPdtlkh1sy hr {
  margin: 0;
  color: #f19101;
}
.cid-sD1YtNmMk0 {
  display: flex;
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/progect.jpg");
}
.cid-sD1YtNmMk0 .mbr-overlay {
  background-color: #353535;
  opacity: 0.5;
}
.cid-sD1YtNmMk0 .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-sD1YtNmMk0 {
    align-items: flex-end;
  }
  .cid-sD1YtNmMk0 .row {
    justify-content: center;
  }
  .cid-sD1YtNmMk0 .content-wrap {
    width: 74%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sD1YtNmMk0 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-sD1YtNmMk0 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sD1YtNmMk0 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sD1YtNmMk0 .content-wrap {
    width: 100%;
  }
}
.cid-sD1YtNmMk0 .mbr-text,
.cid-sD1YtNmMk0 .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-sD1YtNmMk0 .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-sD1YtNmMk0 .mbr-section-title DIV {
  text-align: center;
}
#hrblock-block-89 hr {
  margin: 0;
}
.cid-sRFPso9gql {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
#hrblock-block-h8 hr {
  margin: 0;
}
.cid-tsJy0JFRWI {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #e5e5e5;
}
.cid-tsJy0JFRWI .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tsJy0JFRWI form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-tsJy0JFRWI form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-tsJy0JFRWI form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tsJy0JFRWI .mbr-section-title {
  color: #f19101;
  text-align: center;
}
#hrblock-block-h7 hr {
  margin: 0;
}
.cid-sPdtlkh1sy {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #092433;
}
.cid-sPdtlkh1sy .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sPdtlkh1sy .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sPdtlkh1sy .row {
    text-align: center;
  }
  .cid-sPdtlkh1sy .row > div {
    margin: auto;
  }
  .cid-sPdtlkh1sy .social-row {
    justify-content: center;
  }
}
.cid-sPdtlkh1sy .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sPdtlkh1sy .list {
  list-style: none;
  padding-left: 0;
  color: #8d97ad;
}
@media (max-width: 991px) {
  .cid-sPdtlkh1sy .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sPdtlkh1sy .list {
    margin-bottom: 0rem;
  }
}
.cid-sPdtlkh1sy .mbr-text {
  color: #ffffff;
}
.cid-sPdtlkh1sy .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sPdtlkh1sy .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sPdtlkh1sy div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sPdtlkh1sy H5 {
  color: #ffffff;
}
.cid-sPdtlkh1sy .copyright {
  text-align: center;
  color: #ffffff;
}
.cid-sPdtlkh1sy P {
  color: #092433;
}
.cid-sPdtlkh1sy hr {
  margin: 0;
  color: #f19101;
}
.cid-sPcvAHPU6k {
  z-index: 1000;
  width: 100%;
}
.cid-sPcvAHPU6k .nav-dropdown {
  font-size: 0.75rem;
  font-weight: 700;
  height: auto !important;
}
.cid-sPcvAHPU6k .nav-dropdown .nav-btn {
  padding-left: 1rem;
}
.cid-sPcvAHPU6k .nav-dropdown .link {
  margin: 0.667em 0.5em !important;
  font-weight: 400;
  padding: 0 0.3em !important;
  transition: color 0.2s ease-in-out;
}
.cid-sPcvAHPU6k .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-sPcvAHPU6k .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-sPcvAHPU6k .iconfont-wrapper {
  color: #fafafa !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-sPcvAHPU6k .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-sPcvAHPU6k .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-sPcvAHPU6k .container {
    padding: 0 1rem;
  }
}
.cid-sPcvAHPU6k .menu-tite {
  background: #f19101;
  width: 100%;
  padding: 0.3rem 1rem;
  text-align: center;
  color: #f19101;
}
.cid-sPcvAHPU6k .menu-custom {
  background: #092433;
  width: 100%;
  padding: 0.3rem 1rem;
  text-align: center;
  color: #f19101;
  border-bottom: 0;
  text-decoration: none !important;
}
.cid-sPcvAHPU6k .nav-link {
  position: relative;
}
.cid-sPcvAHPU6k .nav-link:hover {
  color: #6c7484 !important;
}
.cid-sPcvAHPU6k nav.navbar {
  position: fixed;
}
.cid-sPcvAHPU6k .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.9);
}
.cid-sPcvAHPU6k .navbar.opened {
  transition: all 0.3s;
}
.cid-sPcvAHPU6k .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sPcvAHPU6k .navbar .navbar-logo img {
  width: auto;
}
.cid-sPcvAHPU6k .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sPcvAHPU6k .navbar.collapsed {
  justify-content: center;
}
.cid-sPcvAHPU6k .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sPcvAHPU6k .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sPcvAHPU6k .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sPcvAHPU6k .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sPcvAHPU6k .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sPcvAHPU6k .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-sPcvAHPU6k .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sPcvAHPU6k .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sPcvAHPU6k .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sPcvAHPU6k .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sPcvAHPU6k .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sPcvAHPU6k .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sPcvAHPU6k .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sPcvAHPU6k .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-sPcvAHPU6k .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sPcvAHPU6k .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sPcvAHPU6k .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sPcvAHPU6k .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sPcvAHPU6k .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sPcvAHPU6k .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sPcvAHPU6k .navbar.navbar-short {
  min-height: 60px;
}
.cid-sPcvAHPU6k .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sPcvAHPU6k .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sPcvAHPU6k .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sPcvAHPU6k .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sPcvAHPU6k .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sPcvAHPU6k .dropdown-item:hover,
.cid-sPcvAHPU6k .dropdown-item:focus {
  background: #8d97ad !important;
  color: white !important;
}
.cid-sPcvAHPU6k .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sPcvAHPU6k .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sPcvAHPU6k .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sPcvAHPU6k .dropdown-menu,
.cid-sPcvAHPU6k .navbar.opened {
  background: #ffffff !important;
}
.cid-sPcvAHPU6k .nav-item:focus,
.cid-sPcvAHPU6k .nav-link:focus {
  outline: none;
}
.cid-sPcvAHPU6k .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sPcvAHPU6k .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sPcvAHPU6k .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sPcvAHPU6k .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sPcvAHPU6k .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sPcvAHPU6k .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sPcvAHPU6k .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sPcvAHPU6k .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sPcvAHPU6k .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sPcvAHPU6k .dropdown-item.active,
.cid-sPcvAHPU6k .dropdown-item:active {
  background-color: transparent;
}
.cid-sPcvAHPU6k .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sPcvAHPU6k .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sPcvAHPU6k .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sPcvAHPU6k .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sPcvAHPU6k .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sPcvAHPU6k .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sPcvAHPU6k ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sPcvAHPU6k .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sPcvAHPU6k button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sPcvAHPU6k button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-sPcvAHPU6k button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sPcvAHPU6k button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sPcvAHPU6k button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sPcvAHPU6k button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sPcvAHPU6k nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sPcvAHPU6k nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sPcvAHPU6k nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sPcvAHPU6k nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sPcvAHPU6k .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sPcvAHPU6k a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sPcvAHPU6k .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sPcvAHPU6k .navbar {
    height: 70px;
  }
  .cid-sPcvAHPU6k .navbar.opened {
    height: auto;
  }
  .cid-sPcvAHPU6k .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sPcvAHPU6k .yui {
  font-family: Manrope;
  font-size: 14px;
  font-weight: light;
  border-bottom: 0;
  text-decoration: none;
}
#hrblock-block-16 hr {
  margin: 0;
}
.cid-sPtPkws5Ik {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/supserv-2.jpg");
}
.cid-sPtPkws5Ik .mbr-section-title {
  text-align: center;
  color: #092433;
}
.cid-sPtPkws5Ik .mbr-text,
.cid-sPtPkws5Ik .mbr-section-btn {
  text-align: center;
  color: #092433;
}
#hrblock-block-gb hr {
  margin: 0;
}
.cid-sPLmB5DbTC {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sPLmB5DbTC .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  align-items: flex-start;
}
@media (min-width: 991px) {
  .cid-sPLmB5DbTC .item {
    margin-bottom: 4rem;
  }
}
.cid-sPLmB5DbTC .item:last-child .icon-box:before {
  display: none;
}
.cid-sPLmB5DbTC .item.last .icon-box:before {
  display: none;
}
.cid-sPLmB5DbTC .icon-box {
  background: #ffffff;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .cid-sPLmB5DbTC .icon-box {
    margin-right: 1rem;
  }
}
.cid-sPLmB5DbTC span {
  font-size: 2rem;
  color: #808080;
}
@media (max-width: 991px) {
  .cid-sPLmB5DbTC .card {
    margin-bottom: 2rem;
  }
  .cid-sPLmB5DbTC .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sPLmB5DbTC .icon-title {
  color: #8d97ad;
}
.cid-sPLmB5DbTC .card-title,
.cid-sPLmB5DbTC .card-box {
  color: #8d97ad;
}
.cid-sPLmB5DbTC .mbr-text,
.cid-sPLmB5DbTC .mbr-section-btn {
  color: #000000;
}
#hrblock-block-1l hr {
  margin: 0;
}
.cid-tsCMVKRQx4 {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #e5e5e5;
}
.cid-tsCMVKRQx4 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tsCMVKRQx4 form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-tsCMVKRQx4 form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-tsCMVKRQx4 form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tsCMVKRQx4 .mbr-section-title {
  color: #f19101;
  text-align: center;
}
#hrblock-block-1n hr {
  margin: 0;
}
.cid-sPcvAHPU6k {
  z-index: 1000;
  width: 100%;
}
.cid-sPcvAHPU6k .nav-dropdown {
  font-size: 0.75rem;
  font-weight: 700;
  height: auto !important;
}
.cid-sPcvAHPU6k .nav-dropdown .nav-btn {
  padding-left: 1rem;
}
.cid-sPcvAHPU6k .nav-dropdown .link {
  margin: 0.667em 0.5em !important;
  font-weight: 400;
  padding: 0 0.3em !important;
  transition: color 0.2s ease-in-out;
}
.cid-sPcvAHPU6k .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-sPcvAHPU6k .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-sPcvAHPU6k .iconfont-wrapper {
  color: #fafafa !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-sPcvAHPU6k .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-sPcvAHPU6k .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-sPcvAHPU6k .container {
    padding: 0 1rem;
  }
}
.cid-sPcvAHPU6k .menu-tite {
  background: #f19101;
  width: 100%;
  padding: 0.3rem 1rem;
  text-align: center;
  color: #f19101;
}
.cid-sPcvAHPU6k .menu-custom {
  background: #092433;
  width: 100%;
  padding: 0.3rem 1rem;
  text-align: center;
  color: #f19101;
  border-bottom: 0;
  text-decoration: none !important;
}
.cid-sPcvAHPU6k .nav-link {
  position: relative;
}
.cid-sPcvAHPU6k .nav-link:hover {
  color: #6c7484 !important;
}
.cid-sPcvAHPU6k nav.navbar {
  position: fixed;
}
.cid-sPcvAHPU6k .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.9);
}
.cid-sPcvAHPU6k .navbar.opened {
  transition: all 0.3s;
}
.cid-sPcvAHPU6k .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sPcvAHPU6k .navbar .navbar-logo img {
  width: auto;
}
.cid-sPcvAHPU6k .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sPcvAHPU6k .navbar.collapsed {
  justify-content: center;
}
.cid-sPcvAHPU6k .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sPcvAHPU6k .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sPcvAHPU6k .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sPcvAHPU6k .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sPcvAHPU6k .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sPcvAHPU6k .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-sPcvAHPU6k .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sPcvAHPU6k .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sPcvAHPU6k .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sPcvAHPU6k .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sPcvAHPU6k .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sPcvAHPU6k .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sPcvAHPU6k .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sPcvAHPU6k .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-sPcvAHPU6k .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sPcvAHPU6k .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sPcvAHPU6k .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sPcvAHPU6k .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sPcvAHPU6k .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sPcvAHPU6k .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sPcvAHPU6k .navbar.navbar-short {
  min-height: 60px;
}
.cid-sPcvAHPU6k .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sPcvAHPU6k .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sPcvAHPU6k .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sPcvAHPU6k .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sPcvAHPU6k .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sPcvAHPU6k .dropdown-item:hover,
.cid-sPcvAHPU6k .dropdown-item:focus {
  background: #8d97ad !important;
  color: white !important;
}
.cid-sPcvAHPU6k .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sPcvAHPU6k .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sPcvAHPU6k .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sPcvAHPU6k .dropdown-menu,
.cid-sPcvAHPU6k .navbar.opened {
  background: #ffffff !important;
}
.cid-sPcvAHPU6k .nav-item:focus,
.cid-sPcvAHPU6k .nav-link:focus {
  outline: none;
}
.cid-sPcvAHPU6k .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sPcvAHPU6k .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sPcvAHPU6k .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sPcvAHPU6k .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sPcvAHPU6k .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sPcvAHPU6k .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sPcvAHPU6k .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sPcvAHPU6k .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sPcvAHPU6k .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sPcvAHPU6k .dropdown-item.active,
.cid-sPcvAHPU6k .dropdown-item:active {
  background-color: transparent;
}
.cid-sPcvAHPU6k .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sPcvAHPU6k .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sPcvAHPU6k .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sPcvAHPU6k .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sPcvAHPU6k .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sPcvAHPU6k .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sPcvAHPU6k ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sPcvAHPU6k .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sPcvAHPU6k button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sPcvAHPU6k button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-sPcvAHPU6k button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sPcvAHPU6k button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sPcvAHPU6k button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sPcvAHPU6k button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sPcvAHPU6k nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sPcvAHPU6k nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sPcvAHPU6k nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sPcvAHPU6k nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sPcvAHPU6k .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sPcvAHPU6k a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sPcvAHPU6k .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sPcvAHPU6k .navbar {
    height: 70px;
  }
  .cid-sPcvAHPU6k .navbar.opened {
    height: auto;
  }
  .cid-sPcvAHPU6k .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sPcvAHPU6k .yui {
  font-family: Manrope;
  font-size: 14px;
  font-weight: light;
  border-bottom: 0;
  text-decoration: none;
}
.cid-sPdtlkh1sy {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #092433;
}
.cid-sPdtlkh1sy .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sPdtlkh1sy .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sPdtlkh1sy .row {
    text-align: center;
  }
  .cid-sPdtlkh1sy .row > div {
    margin: auto;
  }
  .cid-sPdtlkh1sy .social-row {
    justify-content: center;
  }
}
.cid-sPdtlkh1sy .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sPdtlkh1sy .list {
  list-style: none;
  padding-left: 0;
  color: #8d97ad;
}
@media (max-width: 991px) {
  .cid-sPdtlkh1sy .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sPdtlkh1sy .list {
    margin-bottom: 0rem;
  }
}
.cid-sPdtlkh1sy .mbr-text {
  color: #ffffff;
}
.cid-sPdtlkh1sy .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sPdtlkh1sy .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sPdtlkh1sy div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sPdtlkh1sy H5 {
  color: #ffffff;
}
.cid-sPdtlkh1sy .copyright {
  text-align: center;
  color: #ffffff;
}
.cid-sPdtlkh1sy P {
  color: #092433;
}
.cid-sPdtlkh1sy hr {
  margin: 0;
  color: #f19101;
}
.cid-sDjOjT2D9A {
  display: flex;
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/dba1.jpg");
}
.cid-sDjOjT2D9A .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.5;
}
.cid-sDjOjT2D9A .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-sDjOjT2D9A {
    align-items: flex-end;
  }
  .cid-sDjOjT2D9A .row {
    justify-content: center;
  }
  .cid-sDjOjT2D9A .content-wrap {
    width: 51%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sDjOjT2D9A .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-sDjOjT2D9A {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sDjOjT2D9A .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sDjOjT2D9A .content-wrap {
    width: 100%;
  }
}
.cid-sDjOjT2D9A .mbr-text,
.cid-sDjOjT2D9A .mbr-section-btn {
  color: #092433;
  text-align: center;
}
.cid-sDjOjT2D9A .mbr-section-title {
  text-align: center;
  color: #092433;
}
#hrblock-block-ai hr {
  margin: 0;
}
.cid-sPqTOvfVQe {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sPqTOvfVQe .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-sPqTOvfVQe .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-sPqTOvfVQe .text-content {
  padding-right: 1.5rem;
  padding-right: 0;
  padding-left: 1.5rem;
}
.cid-sPqTOvfVQe .main-row {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
.cid-sPqTOvfVQe .mbr-text,
.cid-sPqTOvfVQe .mbr-section-btn {
  color: #232323;
}
.cid-sPqTOvfVQe .mbr-figure img {
  -webkit-box-shadow: 0px 0px 0px rgba(NaN, NaN, NaN, 0);
  border-radius: .25rem;
}
.cid-sPqTOvfVQe .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-sPqTOvfVQe .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-sPqTOvfVQe .counter-container ul li {
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-sPqTOvfVQe .main-row {
    margin: 0;
  }
  .cid-sPqTOvfVQe .mbr-section-title,
  .cid-sPqTOvfVQe .mbr-text,
  .cid-sPqTOvfVQe .list,
  .cid-sPqTOvfVQe .mbr-section-btn {
    text-align: center !important;
  }
  .cid-sPqTOvfVQe .text-content {
    padding: 0;
  }
}
.cid-sPqTOvfVQe .mbr-section-title {
  color: #8d97ad;
}
.cid-sPqV7yxljA {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #092433;
}
.cid-sPqV7yxljA ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-sPqV7yxljA li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-sPqV7yxljA ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #8d97ad;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-sPqV7yxljA H4 {
  color: #fafafa;
  text-align: left;
}
.cid-sPqV7yxljA H3 {
  color: #fafafa;
  text-align: center;
}
.cid-sPqV7yxljA .list {
  color: #fafafa;
  text-align: center;
}
.cid-sPqV7yxljA DIV {
  text-align: left;
}
.cid-sPqV7yxljA .list DIV {
  text-align: center;
}
.cid-sDjPUcBVVP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sDjPUcBVVP ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-sDjPUcBVVP li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-sDjPUcBVVP ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #232323;
  font-weight: bold;
  font-size: 1rem;
  width: 1.6rem;
}
.cid-sDjPUcBVVP H3 {
  color: #8d97ad;
}
.cid-tsJEZwyL0f {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #e5e5e5;
}
.cid-tsJEZwyL0f .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tsJEZwyL0f form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-tsJEZwyL0f form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-tsJEZwyL0f form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tsJEZwyL0f .mbr-section-title {
  color: #f19101;
  text-align: center;
}
.cid-sPdtlkh1sy {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #092433;
}
.cid-sPdtlkh1sy .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sPdtlkh1sy .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sPdtlkh1sy .row {
    text-align: center;
  }
  .cid-sPdtlkh1sy .row > div {
    margin: auto;
  }
  .cid-sPdtlkh1sy .social-row {
    justify-content: center;
  }
}
.cid-sPdtlkh1sy .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sPdtlkh1sy .list {
  list-style: none;
  padding-left: 0;
  color: #8d97ad;
}
@media (max-width: 991px) {
  .cid-sPdtlkh1sy .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sPdtlkh1sy .list {
    margin-bottom: 0rem;
  }
}
.cid-sPdtlkh1sy .mbr-text {
  color: #ffffff;
}
.cid-sPdtlkh1sy .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sPdtlkh1sy .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sPdtlkh1sy div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sPdtlkh1sy H5 {
  color: #ffffff;
}
.cid-sPdtlkh1sy .copyright {
  text-align: center;
  color: #ffffff;
}
.cid-sPdtlkh1sy P {
  color: #092433;
}
.cid-sPdtlkh1sy hr {
  margin: 0;
  color: #f19101;
}
.cid-sPcvAHPU6k {
  z-index: 1000;
  width: 100%;
}
.cid-sPcvAHPU6k .nav-dropdown {
  font-size: 0.75rem;
  font-weight: 700;
  height: auto !important;
}
.cid-sPcvAHPU6k .nav-dropdown .nav-btn {
  padding-left: 1rem;
}
.cid-sPcvAHPU6k .nav-dropdown .link {
  margin: 0.667em 0.5em !important;
  font-weight: 400;
  padding: 0 0.3em !important;
  transition: color 0.2s ease-in-out;
}
.cid-sPcvAHPU6k .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-sPcvAHPU6k .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-sPcvAHPU6k .iconfont-wrapper {
  color: #fafafa !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-sPcvAHPU6k .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-sPcvAHPU6k .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-sPcvAHPU6k .container {
    padding: 0 1rem;
  }
}
.cid-sPcvAHPU6k .menu-tite {
  background: #f19101;
  width: 100%;
  padding: 0.3rem 1rem;
  text-align: center;
  color: #f19101;
}
.cid-sPcvAHPU6k .menu-custom {
  background: #092433;
  width: 100%;
  padding: 0.3rem 1rem;
  text-align: center;
  color: #f19101;
  border-bottom: 0;
  text-decoration: none !important;
}
.cid-sPcvAHPU6k .nav-link {
  position: relative;
}
.cid-sPcvAHPU6k .nav-link:hover {
  color: #6c7484 !important;
}
.cid-sPcvAHPU6k nav.navbar {
  position: fixed;
}
.cid-sPcvAHPU6k .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.9);
}
.cid-sPcvAHPU6k .navbar.opened {
  transition: all 0.3s;
}
.cid-sPcvAHPU6k .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sPcvAHPU6k .navbar .navbar-logo img {
  width: auto;
}
.cid-sPcvAHPU6k .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sPcvAHPU6k .navbar.collapsed {
  justify-content: center;
}
.cid-sPcvAHPU6k .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sPcvAHPU6k .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sPcvAHPU6k .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sPcvAHPU6k .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sPcvAHPU6k .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sPcvAHPU6k .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-sPcvAHPU6k .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sPcvAHPU6k .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sPcvAHPU6k .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sPcvAHPU6k .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sPcvAHPU6k .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sPcvAHPU6k .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sPcvAHPU6k .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sPcvAHPU6k .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-sPcvAHPU6k .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sPcvAHPU6k .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sPcvAHPU6k .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sPcvAHPU6k .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sPcvAHPU6k .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sPcvAHPU6k .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sPcvAHPU6k .navbar.navbar-short {
  min-height: 60px;
}
.cid-sPcvAHPU6k .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sPcvAHPU6k .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sPcvAHPU6k .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sPcvAHPU6k .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sPcvAHPU6k .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sPcvAHPU6k .dropdown-item:hover,
.cid-sPcvAHPU6k .dropdown-item:focus {
  background: #8d97ad !important;
  color: white !important;
}
.cid-sPcvAHPU6k .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sPcvAHPU6k .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sPcvAHPU6k .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sPcvAHPU6k .dropdown-menu,
.cid-sPcvAHPU6k .navbar.opened {
  background: #ffffff !important;
}
.cid-sPcvAHPU6k .nav-item:focus,
.cid-sPcvAHPU6k .nav-link:focus {
  outline: none;
}
.cid-sPcvAHPU6k .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sPcvAHPU6k .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sPcvAHPU6k .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sPcvAHPU6k .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sPcvAHPU6k .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sPcvAHPU6k .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sPcvAHPU6k .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sPcvAHPU6k .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sPcvAHPU6k .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sPcvAHPU6k .dropdown-item.active,
.cid-sPcvAHPU6k .dropdown-item:active {
  background-color: transparent;
}
.cid-sPcvAHPU6k .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sPcvAHPU6k .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sPcvAHPU6k .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sPcvAHPU6k .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sPcvAHPU6k .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sPcvAHPU6k .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sPcvAHPU6k ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sPcvAHPU6k .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sPcvAHPU6k button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sPcvAHPU6k button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-sPcvAHPU6k button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sPcvAHPU6k button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sPcvAHPU6k button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sPcvAHPU6k button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sPcvAHPU6k nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sPcvAHPU6k nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sPcvAHPU6k nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sPcvAHPU6k nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sPcvAHPU6k .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sPcvAHPU6k a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sPcvAHPU6k .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sPcvAHPU6k .navbar {
    height: 70px;
  }
  .cid-sPcvAHPU6k .navbar.opened {
    height: auto;
  }
  .cid-sPcvAHPU6k .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sPcvAHPU6k .yui {
  font-family: Manrope;
  font-size: 14px;
  font-weight: light;
  border-bottom: 0;
  text-decoration: none;
}
.cid-sDHUOShpLw {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
#hrblock-block-hm hr {
  margin: 0;
}
.cid-sPpUkGrGTh {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #e5e5e5;
}
.cid-sPpUkGrGTh .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sPpUkGrGTh form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-sPpUkGrGTh form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-sPpUkGrGTh form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-sPpUkGrGTh .mbr-section-title {
  color: #f19101;
  text-align: center;
}
#hrblock-block-hl hr {
  margin: 0;
}
.cid-sPdtlkh1sy {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #092433;
}
.cid-sPdtlkh1sy .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sPdtlkh1sy .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sPdtlkh1sy .row {
    text-align: center;
  }
  .cid-sPdtlkh1sy .row > div {
    margin: auto;
  }
  .cid-sPdtlkh1sy .social-row {
    justify-content: center;
  }
}
.cid-sPdtlkh1sy .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sPdtlkh1sy .list {
  list-style: none;
  padding-left: 0;
  color: #8d97ad;
}
@media (max-width: 991px) {
  .cid-sPdtlkh1sy .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sPdtlkh1sy .list {
    margin-bottom: 0rem;
  }
}
.cid-sPdtlkh1sy .mbr-text {
  color: #ffffff;
}
.cid-sPdtlkh1sy .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sPdtlkh1sy .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sPdtlkh1sy div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sPdtlkh1sy H5 {
  color: #ffffff;
}
.cid-sPdtlkh1sy .copyright {
  text-align: center;
  color: #ffffff;
}
.cid-sPdtlkh1sy P {
  color: #092433;
}
.cid-sPdtlkh1sy hr {
  margin: 0;
  color: #f19101;
}
.cid-sPcvAHPU6k {
  z-index: 1000;
  width: 100%;
}
.cid-sPcvAHPU6k .nav-dropdown {
  font-size: 0.75rem;
  font-weight: 700;
  height: auto !important;
}
.cid-sPcvAHPU6k .nav-dropdown .nav-btn {
  padding-left: 1rem;
}
.cid-sPcvAHPU6k .nav-dropdown .link {
  margin: 0.667em 0.5em !important;
  font-weight: 400;
  padding: 0 0.3em !important;
  transition: color 0.2s ease-in-out;
}
.cid-sPcvAHPU6k .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-sPcvAHPU6k .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-sPcvAHPU6k .iconfont-wrapper {
  color: #fafafa !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-sPcvAHPU6k .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-sPcvAHPU6k .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-sPcvAHPU6k .container {
    padding: 0 1rem;
  }
}
.cid-sPcvAHPU6k .menu-tite {
  background: #f19101;
  width: 100%;
  padding: 0.3rem 1rem;
  text-align: center;
  color: #f19101;
}
.cid-sPcvAHPU6k .menu-custom {
  background: #092433;
  width: 100%;
  padding: 0.3rem 1rem;
  text-align: center;
  color: #f19101;
  border-bottom: 0;
  text-decoration: none !important;
}
.cid-sPcvAHPU6k .nav-link {
  position: relative;
}
.cid-sPcvAHPU6k .nav-link:hover {
  color: #6c7484 !important;
}
.cid-sPcvAHPU6k nav.navbar {
  position: fixed;
}
.cid-sPcvAHPU6k .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.9);
}
.cid-sPcvAHPU6k .navbar.opened {
  transition: all 0.3s;
}
.cid-sPcvAHPU6k .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sPcvAHPU6k .navbar .navbar-logo img {
  width: auto;
}
.cid-sPcvAHPU6k .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sPcvAHPU6k .navbar.collapsed {
  justify-content: center;
}
.cid-sPcvAHPU6k .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sPcvAHPU6k .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sPcvAHPU6k .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sPcvAHPU6k .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sPcvAHPU6k .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sPcvAHPU6k .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-sPcvAHPU6k .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sPcvAHPU6k .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sPcvAHPU6k .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sPcvAHPU6k .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sPcvAHPU6k .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sPcvAHPU6k .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sPcvAHPU6k .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sPcvAHPU6k .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-sPcvAHPU6k .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sPcvAHPU6k .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sPcvAHPU6k .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sPcvAHPU6k .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sPcvAHPU6k .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sPcvAHPU6k .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sPcvAHPU6k .navbar.navbar-short {
  min-height: 60px;
}
.cid-sPcvAHPU6k .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sPcvAHPU6k .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sPcvAHPU6k .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sPcvAHPU6k .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sPcvAHPU6k .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sPcvAHPU6k .dropdown-item:hover,
.cid-sPcvAHPU6k .dropdown-item:focus {
  background: #8d97ad !important;
  color: white !important;
}
.cid-sPcvAHPU6k .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sPcvAHPU6k .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sPcvAHPU6k .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sPcvAHPU6k .dropdown-menu,
.cid-sPcvAHPU6k .navbar.opened {
  background: #ffffff !important;
}
.cid-sPcvAHPU6k .nav-item:focus,
.cid-sPcvAHPU6k .nav-link:focus {
  outline: none;
}
.cid-sPcvAHPU6k .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sPcvAHPU6k .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sPcvAHPU6k .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sPcvAHPU6k .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sPcvAHPU6k .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sPcvAHPU6k .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sPcvAHPU6k .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sPcvAHPU6k .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sPcvAHPU6k .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sPcvAHPU6k .dropdown-item.active,
.cid-sPcvAHPU6k .dropdown-item:active {
  background-color: transparent;
}
.cid-sPcvAHPU6k .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sPcvAHPU6k .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sPcvAHPU6k .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sPcvAHPU6k .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sPcvAHPU6k .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sPcvAHPU6k .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sPcvAHPU6k ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sPcvAHPU6k .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sPcvAHPU6k button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sPcvAHPU6k button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-sPcvAHPU6k button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sPcvAHPU6k button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sPcvAHPU6k button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sPcvAHPU6k button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sPcvAHPU6k nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sPcvAHPU6k nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sPcvAHPU6k nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sPcvAHPU6k nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sPcvAHPU6k .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sPcvAHPU6k a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sPcvAHPU6k .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sPcvAHPU6k .navbar {
    height: 70px;
  }
  .cid-sPcvAHPU6k .navbar.opened {
    height: auto;
  }
  .cid-sPcvAHPU6k .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sPcvAHPU6k .yui {
  font-family: Manrope;
  font-size: 14px;
  font-weight: light;
  border-bottom: 0;
  text-decoration: none;
}
.cid-sDTfMB1fZl {
  display: flex;
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/kubernetes1.jpg");
}
.cid-sDTfMB1fZl .mbr-overlay {
  background-color: #353535;
  opacity: 0.5;
}
.cid-sDTfMB1fZl .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-sDTfMB1fZl {
    align-items: flex-end;
  }
  .cid-sDTfMB1fZl .row {
    justify-content: center;
  }
  .cid-sDTfMB1fZl .content-wrap {
    width: 51%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sDTfMB1fZl .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-sDTfMB1fZl {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sDTfMB1fZl .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sDTfMB1fZl .content-wrap {
    width: 100%;
  }
}
.cid-sDTfMB1fZl .mbr-text,
.cid-sDTfMB1fZl .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-sDTfMB1fZl .mbr-section-title {
  text-align: left;
}
.cid-sDTfMB1fZl .mbr-section-title DIV {
  text-align: center;
}
#hrblock-block-g9 hr {
  margin: 0;
}
.cid-sPqZmdZxSu {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #092433;
}
.cid-sPqZmdZxSu .mbr-section-subtitle {
  text-align: right;
  color: #ffffff;
}
.cid-sPqZmdZxSu .mbr-text {
  color: #ffffff;
}
#hrblock-block-cb hr {
  margin: 0;
}
.cid-sDTm8bTtLu {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #8d97ad;
}
.cid-sDTm8bTtLu .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-sDTm8bTtLu .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-sDTm8bTtLu .text-content {
  padding-right: 1.5rem;
  padding-right: 0;
  padding-left: 1.5rem;
}
.cid-sDTm8bTtLu .main-row {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
.cid-sDTm8bTtLu .mbr-text,
.cid-sDTm8bTtLu .mbr-section-btn {
  color: #ffffff;
}
.cid-sDTm8bTtLu .mbr-figure img {
  -webkit-box-shadow: 0px 0px 0px rgba(NaN, NaN, NaN, 0);
  border-radius: .25rem;
}
.cid-sDTm8bTtLu .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-sDTm8bTtLu .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-sDTm8bTtLu .counter-container ul li {
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-sDTm8bTtLu .main-row {
    margin: 0;
  }
  .cid-sDTm8bTtLu .mbr-section-title,
  .cid-sDTm8bTtLu .mbr-text,
  .cid-sDTm8bTtLu .list,
  .cid-sDTm8bTtLu .mbr-section-btn {
    text-align: center !important;
  }
  .cid-sDTm8bTtLu .text-content {
    padding: 0;
  }
}
.cid-sDTm8bTtLu .mbr-section-title {
  color: #ffffff;
}
.cid-sDTm8bTtLu .list {
  color: #ffffff;
}
.cid-sDTfMCDcGa {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #092433;
}
.cid-sDTfMCDcGa ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-sDTfMCDcGa li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-sDTfMCDcGa ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #8d97ad;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-sDTfMCDcGa H4 {
  color: #fafafa;
  text-align: left;
}
.cid-sDTfMCDcGa H3 {
  color: #fafafa;
  text-align: center;
}
.cid-sDTfMCDcGa .list {
  color: #fafafa;
  text-align: center;
}
.cid-sDTfMCDcGa DIV {
  text-align: left;
}
.cid-sDTfMCDcGa .list DIV {
  text-align: center;
}
#hrblock-block-he hr {
  margin: 0;
}
.cid-tsJBMjz5KH {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #e5e5e5;
}
.cid-tsJBMjz5KH .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tsJBMjz5KH form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-tsJBMjz5KH form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-tsJBMjz5KH form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tsJBMjz5KH .mbr-section-title {
  color: #f19101;
  text-align: center;
}
#hrblock-block-hd hr {
  margin: 0;
}
.cid-sPdtlkh1sy {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #092433;
}
.cid-sPdtlkh1sy .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sPdtlkh1sy .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sPdtlkh1sy .row {
    text-align: center;
  }
  .cid-sPdtlkh1sy .row > div {
    margin: auto;
  }
  .cid-sPdtlkh1sy .social-row {
    justify-content: center;
  }
}
.cid-sPdtlkh1sy .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sPdtlkh1sy .list {
  list-style: none;
  padding-left: 0;
  color: #8d97ad;
}
@media (max-width: 991px) {
  .cid-sPdtlkh1sy .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sPdtlkh1sy .list {
    margin-bottom: 0rem;
  }
}
.cid-sPdtlkh1sy .mbr-text {
  color: #ffffff;
}
.cid-sPdtlkh1sy .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sPdtlkh1sy .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sPdtlkh1sy div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sPdtlkh1sy H5 {
  color: #ffffff;
}
.cid-sPdtlkh1sy .copyright {
  text-align: center;
  color: #ffffff;
}
.cid-sPdtlkh1sy P {
  color: #092433;
}
.cid-sPdtlkh1sy hr {
  margin: 0;
  color: #f19101;
}
.cid-sPcvAHPU6k {
  z-index: 1000;
  width: 100%;
}
.cid-sPcvAHPU6k .nav-dropdown {
  font-size: 0.75rem;
  font-weight: 700;
  height: auto !important;
}
.cid-sPcvAHPU6k .nav-dropdown .nav-btn {
  padding-left: 1rem;
}
.cid-sPcvAHPU6k .nav-dropdown .link {
  margin: 0.667em 0.5em !important;
  font-weight: 400;
  padding: 0 0.3em !important;
  transition: color 0.2s ease-in-out;
}
.cid-sPcvAHPU6k .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-sPcvAHPU6k .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-sPcvAHPU6k .iconfont-wrapper {
  color: #fafafa !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-sPcvAHPU6k .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-sPcvAHPU6k .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-sPcvAHPU6k .container {
    padding: 0 1rem;
  }
}
.cid-sPcvAHPU6k .menu-tite {
  background: #f19101;
  width: 100%;
  padding: 0.3rem 1rem;
  text-align: center;
  color: #f19101;
}
.cid-sPcvAHPU6k .menu-custom {
  background: #092433;
  width: 100%;
  padding: 0.3rem 1rem;
  text-align: center;
  color: #f19101;
  border-bottom: 0;
  text-decoration: none !important;
}
.cid-sPcvAHPU6k .nav-link {
  position: relative;
}
.cid-sPcvAHPU6k .nav-link:hover {
  color: #6c7484 !important;
}
.cid-sPcvAHPU6k nav.navbar {
  position: fixed;
}
.cid-sPcvAHPU6k .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.9);
}
.cid-sPcvAHPU6k .navbar.opened {
  transition: all 0.3s;
}
.cid-sPcvAHPU6k .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sPcvAHPU6k .navbar .navbar-logo img {
  width: auto;
}
.cid-sPcvAHPU6k .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sPcvAHPU6k .navbar.collapsed {
  justify-content: center;
}
.cid-sPcvAHPU6k .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sPcvAHPU6k .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sPcvAHPU6k .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sPcvAHPU6k .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sPcvAHPU6k .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sPcvAHPU6k .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-sPcvAHPU6k .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sPcvAHPU6k .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sPcvAHPU6k .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sPcvAHPU6k .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sPcvAHPU6k .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sPcvAHPU6k .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sPcvAHPU6k .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sPcvAHPU6k .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-sPcvAHPU6k .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sPcvAHPU6k .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sPcvAHPU6k .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sPcvAHPU6k .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sPcvAHPU6k .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sPcvAHPU6k .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sPcvAHPU6k .navbar.navbar-short {
  min-height: 60px;
}
.cid-sPcvAHPU6k .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sPcvAHPU6k .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sPcvAHPU6k .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sPcvAHPU6k .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sPcvAHPU6k .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sPcvAHPU6k .dropdown-item:hover,
.cid-sPcvAHPU6k .dropdown-item:focus {
  background: #8d97ad !important;
  color: white !important;
}
.cid-sPcvAHPU6k .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sPcvAHPU6k .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sPcvAHPU6k .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sPcvAHPU6k .dropdown-menu,
.cid-sPcvAHPU6k .navbar.opened {
  background: #ffffff !important;
}
.cid-sPcvAHPU6k .nav-item:focus,
.cid-sPcvAHPU6k .nav-link:focus {
  outline: none;
}
.cid-sPcvAHPU6k .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sPcvAHPU6k .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sPcvAHPU6k .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sPcvAHPU6k .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sPcvAHPU6k .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sPcvAHPU6k .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sPcvAHPU6k .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sPcvAHPU6k .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sPcvAHPU6k .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sPcvAHPU6k .dropdown-item.active,
.cid-sPcvAHPU6k .dropdown-item:active {
  background-color: transparent;
}
.cid-sPcvAHPU6k .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sPcvAHPU6k .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sPcvAHPU6k .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sPcvAHPU6k .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sPcvAHPU6k .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sPcvAHPU6k .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sPcvAHPU6k ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sPcvAHPU6k .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sPcvAHPU6k button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sPcvAHPU6k button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-sPcvAHPU6k button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sPcvAHPU6k button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sPcvAHPU6k button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sPcvAHPU6k button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sPcvAHPU6k nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sPcvAHPU6k nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sPcvAHPU6k nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sPcvAHPU6k nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sPcvAHPU6k .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sPcvAHPU6k a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sPcvAHPU6k .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sPcvAHPU6k .navbar {
    height: 70px;
  }
  .cid-sPcvAHPU6k .navbar.opened {
    height: auto;
  }
  .cid-sPcvAHPU6k .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sPcvAHPU6k .yui {
  font-family: Manrope;
  font-size: 14px;
  font-weight: light;
  border-bottom: 0;
  text-decoration: none;
}
.cid-sDYUvdRQ8Q {
  display: flex;
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/ceph.jpg");
}
.cid-sDYUvdRQ8Q .mbr-overlay {
  background-color: #353535;
  opacity: 0.5;
}
.cid-sDYUvdRQ8Q .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-sDYUvdRQ8Q {
    align-items: flex-end;
  }
  .cid-sDYUvdRQ8Q .row {
    justify-content: center;
  }
  .cid-sDYUvdRQ8Q .content-wrap {
    width: 100%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sDYUvdRQ8Q .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-sDYUvdRQ8Q {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sDYUvdRQ8Q .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sDYUvdRQ8Q .content-wrap {
    width: 100%;
  }
}
.cid-sDYUvdRQ8Q .mbr-text,
.cid-sDYUvdRQ8Q .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-sDYUvdRQ8Q .mbr-section-title {
  text-align: center;
  color: #232323;
}
.cid-sDYUvdRQ8Q .mbr-section-title DIV {
  text-align: center;
}
#hrblock-block-cp hr {
  margin: 0;
}
.cid-sDYUvf2gur {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #8d97ad;
}
.cid-sDYUvf2gur .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-sDYUvf2gur .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-sDYUvf2gur .text-content {
  padding-right: 1.5rem;
  padding-right: 0;
  padding-left: 1.5rem;
}
.cid-sDYUvf2gur .main-row {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
.cid-sDYUvf2gur .mbr-text,
.cid-sDYUvf2gur .mbr-section-btn {
  color: #ffffff;
}
.cid-sDYUvf2gur .mbr-figure img {
  -webkit-box-shadow: 0px 0px 0px rgba(NaN, NaN, NaN, 0);
  border-radius: .25rem;
}
.cid-sDYUvf2gur .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-sDYUvf2gur .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-sDYUvf2gur .counter-container ul li {
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-sDYUvf2gur .main-row {
    margin: 0;
  }
  .cid-sDYUvf2gur .mbr-section-title,
  .cid-sDYUvf2gur .mbr-text,
  .cid-sDYUvf2gur .list,
  .cid-sDYUvf2gur .mbr-section-btn {
    text-align: center !important;
  }
  .cid-sDYUvf2gur .text-content {
    padding: 0;
  }
}
.cid-sDYUvf2gur .mbr-section-title {
  color: #ffffff;
}
.cid-sDYUvf2gur .list {
  color: #ffffff;
}
.cid-sDYUvfofTY {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #092433;
}
.cid-sDYUvfofTY ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-sDYUvfofTY li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-sDYUvfofTY ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #8d97ad;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-sDYUvfofTY H4 {
  color: #fafafa;
  text-align: left;
}
.cid-sDYUvfofTY H3 {
  color: #fafafa;
  text-align: center;
}
.cid-sDYUvfofTY .list {
  color: #fafafa;
  text-align: center;
}
.cid-sDYUvfofTY DIV {
  text-align: left;
}
.cid-sDYUvfofTY .list DIV {
  text-align: center;
}
#hrblock-block-hg hr {
  margin: 0;
}
.cid-tsJCIjULNy {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #e5e5e5;
}
.cid-tsJCIjULNy .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tsJCIjULNy form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-tsJCIjULNy form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-tsJCIjULNy form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tsJCIjULNy .mbr-section-title {
  color: #f19101;
  text-align: center;
}
#hrblock-block-hf hr {
  margin: 0;
}
.cid-sPdtlkh1sy {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #092433;
}
.cid-sPdtlkh1sy .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sPdtlkh1sy .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sPdtlkh1sy .row {
    text-align: center;
  }
  .cid-sPdtlkh1sy .row > div {
    margin: auto;
  }
  .cid-sPdtlkh1sy .social-row {
    justify-content: center;
  }
}
.cid-sPdtlkh1sy .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sPdtlkh1sy .list {
  list-style: none;
  padding-left: 0;
  color: #8d97ad;
}
@media (max-width: 991px) {
  .cid-sPdtlkh1sy .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sPdtlkh1sy .list {
    margin-bottom: 0rem;
  }
}
.cid-sPdtlkh1sy .mbr-text {
  color: #ffffff;
}
.cid-sPdtlkh1sy .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sPdtlkh1sy .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sPdtlkh1sy div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sPdtlkh1sy H5 {
  color: #ffffff;
}
.cid-sPdtlkh1sy .copyright {
  text-align: center;
  color: #ffffff;
}
.cid-sPdtlkh1sy P {
  color: #092433;
}
.cid-sPdtlkh1sy hr {
  margin: 0;
  color: #f19101;
}
.cid-sPcvAHPU6k {
  z-index: 1000;
  width: 100%;
}
.cid-sPcvAHPU6k .nav-dropdown {
  font-size: 0.75rem;
  font-weight: 700;
  height: auto !important;
}
.cid-sPcvAHPU6k .nav-dropdown .nav-btn {
  padding-left: 1rem;
}
.cid-sPcvAHPU6k .nav-dropdown .link {
  margin: 0.667em 0.5em !important;
  font-weight: 400;
  padding: 0 0.3em !important;
  transition: color 0.2s ease-in-out;
}
.cid-sPcvAHPU6k .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-sPcvAHPU6k .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-sPcvAHPU6k .iconfont-wrapper {
  color: #fafafa !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-sPcvAHPU6k .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-sPcvAHPU6k .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-sPcvAHPU6k .container {
    padding: 0 1rem;
  }
}
.cid-sPcvAHPU6k .menu-tite {
  background: #f19101;
  width: 100%;
  padding: 0.3rem 1rem;
  text-align: center;
  color: #f19101;
}
.cid-sPcvAHPU6k .menu-custom {
  background: #092433;
  width: 100%;
  padding: 0.3rem 1rem;
  text-align: center;
  color: #f19101;
  border-bottom: 0;
  text-decoration: none !important;
}
.cid-sPcvAHPU6k .nav-link {
  position: relative;
}
.cid-sPcvAHPU6k .nav-link:hover {
  color: #6c7484 !important;
}
.cid-sPcvAHPU6k nav.navbar {
  position: fixed;
}
.cid-sPcvAHPU6k .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.9);
}
.cid-sPcvAHPU6k .navbar.opened {
  transition: all 0.3s;
}
.cid-sPcvAHPU6k .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sPcvAHPU6k .navbar .navbar-logo img {
  width: auto;
}
.cid-sPcvAHPU6k .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sPcvAHPU6k .navbar.collapsed {
  justify-content: center;
}
.cid-sPcvAHPU6k .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sPcvAHPU6k .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sPcvAHPU6k .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sPcvAHPU6k .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sPcvAHPU6k .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sPcvAHPU6k .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-sPcvAHPU6k .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sPcvAHPU6k .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sPcvAHPU6k .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sPcvAHPU6k .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sPcvAHPU6k .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sPcvAHPU6k .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sPcvAHPU6k .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sPcvAHPU6k .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-sPcvAHPU6k .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sPcvAHPU6k .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sPcvAHPU6k .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sPcvAHPU6k .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sPcvAHPU6k .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sPcvAHPU6k .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sPcvAHPU6k .navbar.navbar-short {
  min-height: 60px;
}
.cid-sPcvAHPU6k .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sPcvAHPU6k .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sPcvAHPU6k .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sPcvAHPU6k .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sPcvAHPU6k .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sPcvAHPU6k .dropdown-item:hover,
.cid-sPcvAHPU6k .dropdown-item:focus {
  background: #8d97ad !important;
  color: white !important;
}
.cid-sPcvAHPU6k .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sPcvAHPU6k .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sPcvAHPU6k .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sPcvAHPU6k .dropdown-menu,
.cid-sPcvAHPU6k .navbar.opened {
  background: #ffffff !important;
}
.cid-sPcvAHPU6k .nav-item:focus,
.cid-sPcvAHPU6k .nav-link:focus {
  outline: none;
}
.cid-sPcvAHPU6k .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sPcvAHPU6k .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sPcvAHPU6k .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sPcvAHPU6k .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sPcvAHPU6k .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sPcvAHPU6k .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sPcvAHPU6k .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sPcvAHPU6k .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sPcvAHPU6k .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sPcvAHPU6k .dropdown-item.active,
.cid-sPcvAHPU6k .dropdown-item:active {
  background-color: transparent;
}
.cid-sPcvAHPU6k .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sPcvAHPU6k .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sPcvAHPU6k .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sPcvAHPU6k .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sPcvAHPU6k .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sPcvAHPU6k .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sPcvAHPU6k ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sPcvAHPU6k .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sPcvAHPU6k button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sPcvAHPU6k button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-sPcvAHPU6k button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sPcvAHPU6k button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sPcvAHPU6k button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sPcvAHPU6k button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sPcvAHPU6k nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sPcvAHPU6k nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sPcvAHPU6k nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sPcvAHPU6k nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sPcvAHPU6k .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sPcvAHPU6k a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sPcvAHPU6k .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sPcvAHPU6k .navbar {
    height: 70px;
  }
  .cid-sPcvAHPU6k .navbar.opened {
    height: auto;
  }
  .cid-sPcvAHPU6k .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sPcvAHPU6k .yui {
  font-family: Manrope;
  font-size: 14px;
  font-weight: light;
  border-bottom: 0;
  text-decoration: none;
}
.cid-sPcGbCNrn4 {
  z-index: 1000;
  width: 100%;
}
.cid-sPcGbCNrn4 .nav-dropdown {
  font-size: 0.75rem;
  font-weight: 700;
  height: auto !important;
}
.cid-sPcGbCNrn4 .nav-dropdown .nav-btn {
  padding-left: 1rem;
}
.cid-sPcGbCNrn4 .nav-dropdown .link {
  margin: 0.667em 0.5em !important;
  font-weight: 400;
  padding: 0 0.3em !important;
  transition: color 0.2s ease-in-out;
}
.cid-sPcGbCNrn4 .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-sPcGbCNrn4 .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-sPcGbCNrn4 .iconfont-wrapper {
  color: #fafafa !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-sPcGbCNrn4 .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-sPcGbCNrn4 .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-sPcGbCNrn4 .container {
    padding: 0 1rem;
  }
}
.cid-sPcGbCNrn4 .menu-tite {
  background: #f19101;
  width: 100%;
  padding: 0.3rem 1rem;
  text-align: center;
  color: #f19101;
}
.cid-sPcGbCNrn4 .menu-custom {
  background: #092433;
  width: 100%;
  padding: 0.3rem 1rem;
  text-align: center;
  color: #f19101;
  border-bottom: 0;
  text-decoration: none !important;
}
.cid-sPcGbCNrn4 .nav-link {
  position: relative;
}
.cid-sPcGbCNrn4 .nav-link:hover {
  color: #6c7484 !important;
}
.cid-sPcGbCNrn4 nav.navbar {
  position: fixed;
}
.cid-sPcGbCNrn4 .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.9);
}
.cid-sPcGbCNrn4 .navbar.opened {
  transition: all 0.3s;
}
.cid-sPcGbCNrn4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sPcGbCNrn4 .navbar .navbar-logo img {
  width: auto;
}
.cid-sPcGbCNrn4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sPcGbCNrn4 .navbar.collapsed {
  justify-content: center;
}
.cid-sPcGbCNrn4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sPcGbCNrn4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sPcGbCNrn4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sPcGbCNrn4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sPcGbCNrn4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sPcGbCNrn4 .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-sPcGbCNrn4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sPcGbCNrn4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sPcGbCNrn4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sPcGbCNrn4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sPcGbCNrn4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sPcGbCNrn4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sPcGbCNrn4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sPcGbCNrn4 .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-sPcGbCNrn4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sPcGbCNrn4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sPcGbCNrn4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sPcGbCNrn4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sPcGbCNrn4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sPcGbCNrn4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sPcGbCNrn4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-sPcGbCNrn4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sPcGbCNrn4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sPcGbCNrn4 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sPcGbCNrn4 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sPcGbCNrn4 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sPcGbCNrn4 .dropdown-item:hover,
.cid-sPcGbCNrn4 .dropdown-item:focus {
  background: #8d97ad !important;
  color: white !important;
}
.cid-sPcGbCNrn4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sPcGbCNrn4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sPcGbCNrn4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sPcGbCNrn4 .dropdown-menu,
.cid-sPcGbCNrn4 .navbar.opened {
  background: #ffffff !important;
}
.cid-sPcGbCNrn4 .nav-item:focus,
.cid-sPcGbCNrn4 .nav-link:focus {
  outline: none;
}
.cid-sPcGbCNrn4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sPcGbCNrn4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sPcGbCNrn4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sPcGbCNrn4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sPcGbCNrn4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sPcGbCNrn4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sPcGbCNrn4 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sPcGbCNrn4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sPcGbCNrn4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sPcGbCNrn4 .dropdown-item.active,
.cid-sPcGbCNrn4 .dropdown-item:active {
  background-color: transparent;
}
.cid-sPcGbCNrn4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sPcGbCNrn4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sPcGbCNrn4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sPcGbCNrn4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sPcGbCNrn4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sPcGbCNrn4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sPcGbCNrn4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sPcGbCNrn4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sPcGbCNrn4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sPcGbCNrn4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-sPcGbCNrn4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sPcGbCNrn4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sPcGbCNrn4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sPcGbCNrn4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sPcGbCNrn4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sPcGbCNrn4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sPcGbCNrn4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sPcGbCNrn4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sPcGbCNrn4 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sPcGbCNrn4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sPcGbCNrn4 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sPcGbCNrn4 .navbar {
    height: 70px;
  }
  .cid-sPcGbCNrn4 .navbar.opened {
    height: auto;
  }
  .cid-sPcGbCNrn4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sPcGbCNrn4 .yui {
  font-family: Manrope;
  font-size: 14px;
  font-weight: light;
  border-bottom: 0;
  text-decoration: none;
}
#hrblock-block-db hr {
  margin: 0;
}
.cid-sPcGbDJMHL {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/admin1.jpg");
}
.cid-sPcGbDJMHL .mbr-section-title {
  text-align: center;
  color: #092433;
}
.cid-sPcGbDJMHL .mbr-text,
.cid-sPcGbDJMHL .mbr-section-btn {
  text-align: center;
  color: #092433;
}
#hrblock-block-gc hr {
  margin: 0;
}
.cid-sPqDTNPqz2 {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sPqDTNPqz2 .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-sPqDTNPqz2 .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-sPqDTNPqz2 .text-content {
  padding-right: 1.5rem;
  padding-right: 0;
  padding-left: 1.5rem;
}
.cid-sPqDTNPqz2 .main-row {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
.cid-sPqDTNPqz2 .mbr-text,
.cid-sPqDTNPqz2 .mbr-section-btn {
  color: #232323;
}
.cid-sPqDTNPqz2 .mbr-figure img {
  -webkit-box-shadow: 0px 0px 0px rgba(NaN, NaN, NaN, 0);
  border-radius: .25rem;
}
.cid-sPqDTNPqz2 .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-sPqDTNPqz2 .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-sPqDTNPqz2 .counter-container ul li {
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-sPqDTNPqz2 .main-row {
    margin: 0;
  }
  .cid-sPqDTNPqz2 .mbr-section-title,
  .cid-sPqDTNPqz2 .mbr-text,
  .cid-sPqDTNPqz2 .list,
  .cid-sPqDTNPqz2 .mbr-section-btn {
    text-align: center !important;
  }
  .cid-sPqDTNPqz2 .text-content {
    padding: 0;
  }
}
.cid-sPqDTNPqz2 .mbr-section-title {
  color: #8d97ad;
}
.cid-sPqDTNPqz2 .mbr-text,
.cid-sPqDTNPqz2 .mbr-section-btn DIV {
  text-align: left;
}
.cid-sPqD4SiRJp {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #092433;
}
.cid-sPqD4SiRJp ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-sPqD4SiRJp li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-sPqD4SiRJp ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #8d97ad;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-sPqD4SiRJp H4 {
  color: #fafafa;
  text-align: left;
}
.cid-sPqD4SiRJp H3 {
  color: #fafafa;
  text-align: center;
}
.cid-sPqD4SiRJp .list {
  color: #fafafa;
  text-align: center;
}
.cid-sPqD4SiRJp DIV {
  text-align: left;
}
.cid-sPqD4SiRJp .list DIV {
  text-align: center;
}
.cid-sPqBmdqz6F {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sPqBmdqz6F .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sPqBmdqz6F .row {
  flex-direction: row-reverse;
}
.cid-sPqBmdqz6F img {
  width: 100%;
}
.cid-sPqBmdqz6F .mbr-description {
  color: #092433;
}
#hrblock-block-dl hr {
  margin: 0;
}
.cid-sPqAUwf87R {
  padding-top: 90px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-sPqAUwf87R .plan-body .btn-bgr {
  z-index: 0;
}
.cid-sPqAUwf87R .plan-body .btn-bgr.btn-primary-outline {
  border: 1px solid #8d97ad;
}
.cid-sPqAUwf87R .plan-body .btn-bgr.btn-primary-outline:hover {
  background-color: #8d97ad !important;
  color: #ffffff !important;
}
.cid-sPqAUwf87R .plan-body .btn-bgr.btn-secondary-outline {
  border: 1px solid #092433;
}
.cid-sPqAUwf87R .plan-body .btn-bgr.btn-secondary-outline:hover {
  background-color: #092433 !important;
  color: #ffffff !important;
}
.cid-sPqAUwf87R .plan-body .btn-bgr.btn-success-outline {
  border: 1px solid #f19101;
}
.cid-sPqAUwf87R .plan-body .btn-bgr.btn-success-outline:hover {
  background-color: #f19101 !important;
  color: #ffffff !important;
}
.cid-sPqAUwf87R .plan-body .btn-bgr.btn-info-outline {
  border: 1px solid #6c7484;
}
.cid-sPqAUwf87R .plan-body .btn-bgr.btn-info-outline:hover {
  background-color: #6c7484 !important;
  color: #ffffff !important;
}
.cid-sPqAUwf87R .plan-body .btn-bgr.btn-warning-outline {
  border: 1px solid #f19101;
}
.cid-sPqAUwf87R .plan-body .btn-bgr.btn-warning-outline:hover {
  background-color: #f19101 !important;
  color: #ffffff !important;
}
.cid-sPqAUwf87R .plan-body .btn-bgr.btn-danger-outline {
  border: 1px solid #ff9966;
}
.cid-sPqAUwf87R .plan-body .btn-bgr.btn-danger-outline:hover {
  background-color: #ff9966 !important;
  color: #ffffff !important;
}
.cid-sPqAUwf87R .plan-body .btn-bgr.btn-black-outline {
  border: 1px solid #000000;
}
.cid-sPqAUwf87R .plan-body .btn-bgr.btn-black-outline:hover {
  background-color: #000000 !important;
  color: #ffffff !important;
}
.cid-sPqAUwf87R .plan-body .btn-bgr.btn-white-outline {
  border: 1px solid #ffffff;
}
.cid-sPqAUwf87R .plan-body .btn-bgr.btn-white-outline:hover {
  background-color: #ffffff !important;
  color: #000000 !important;
}
.cid-sPqAUwf87R .list-group-item {
  padding: 20px 15px;
}
.cid-sPqAUwf87R .price-term {
  display: block;
  line-height: 1;
}
.cid-sPqAUwf87R .plan-header {
  overflow: hidden;
}
.cid-sPqAUwf87R .plan-header .plan-title {
  background-color: #092433;
  font-weight: 300;
  margin-bottom: 25px;
  padding: 12.5px;
}
.cid-sPqAUwf87R .plan {
  position: relative;
  max-width: 330px;
  padding-right: 0;
  padding-left: 0;
  color: #232323;
  border-left: 1px solid #ffffff;
}
.cid-sPqAUwf87R .plan:first-child {
  border-left: 1px solid transparent;
}
.cid-sPqAUwf87R .plan .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
  background: transparent;
}
.cid-sPqAUwf87R .plan .mbr-section-btn {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 20px;
}
.cid-sPqAUwf87R .plan .mbr-section-btn .btn {
  width: 80%;
}
.cid-sPqAUwf87R .plan-header,
.cid-sPqAUwf87R .plan-body {
  background-color: #ffffff;
}
.cid-sPqAUwf87R .price-figure {
  color: #494949;
  margin-right: -10px;
}
.cid-sPqAUwf87R .price-value {
  vertical-align: bottom;
  line-height: 2;
  margin-right: 0.25rem;
  color: #494949;
}
@media (max-width: 768px) {
  .cid-sPqAUwf87R .plan {
    margin-bottom: 15px !important;
  }
}
@media (max-width: 550px) {
  .cid-sPqAUwf87R .price-figure {
    font-size: 4.25rem;
  }
}
.cid-sPqAUwf87R .list-group,
.cid-sPqAUwf87R .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-sPqAUwf87R .plan .plan-header .plan-price .price-figure {
  text-align: left;
  color: #232323;
}
.cid-sPqAUwf87R .mbr-section-title,
.cid-sPqAUwf87R .mbr-section-btn {
  color: #8d97ad;
}
.cid-sPqx21nX3i {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #092433;
}
.cid-sPqx21nX3i .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #8d97ad;
  margin-bottom: 2rem;
}
.cid-sPqx21nX3i .card-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  background: #092433;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-sPqx21nX3i .card-title,
.cid-sPqx21nX3i .card-box {
  color: #ffffff;
}
.cid-sPqlysQFtM {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sPqlysQFtM .container-fluid {
  padding: 0 3rem;
}
.cid-sPqlysQFtM .mbr-section-subtitle {
  color: #767676;
}
.cid-sPqlysQFtM .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sPqlysQFtM .table-wrapper {
  margin: 0 auto;
}
.cid-sPqlysQFtM table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-sPqlysQFtM table thead tr {
  border: none !important;
}
.cid-sPqlysQFtM table th {
  padding: 1.2rem 1.6rem;
  text-align: left;
  border-color: #8a94ab;
  border-top: none;
  color: white;
  vertical-align: middle;
}
.cid-sPqlysQFtM table tr td {
  border-color: #8d97ad;
}
.cid-sPqlysQFtM table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
  min-width: 120px;
}
.cid-sPqlysQFtM th:after,
.cid-sPqlysQFtM th:before {
  display: none !important;
}
.cid-sPqlysQFtM .dataTables_scrollHeadInner {
  margin-left: auto;
  margin-right: auto;
}
.cid-sPqlysQFtM .dataTables_scrollHeadInner .table {
  width: 100% !important;
}
@media (max-width: 767px) {
  .cid-sPqlysQFtM table th,
  .cid-sPqlysQFtM table td {
    padding: .75rem;
  }
}
.cid-sPqlysQFtM .body-item {
  text-align: left;
}
.cid-sPqlysQFtM .mbr-text {
  color: #232323;
}
.cid-sPqlysQFtM .head-item {
  color: #232323;
}
.cid-sPqlysQFtM .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
}
.cid-sPqlysQFtM .mbr-section-title,
.cid-sPqlysQFtM .head-item {
  text-align: center;
  color: #8d97ad;
}
.cid-sPqlysQFtM .mbr-section-subtitle,
.cid-sPqlysQFtM .table tbody .tableColumns .body-item,
.cid-sPqlysQFtM .table {
  text-align: center;
  color: #232323;
}
.cid-sPqlysQFtM .table .table-heads .head-item {
  text-align: left;
}
#hrblock-block-ge hr {
  margin: 0;
}
.cid-tsCNgnfpkJ {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #e5e5e5;
}
.cid-tsCNgnfpkJ .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tsCNgnfpkJ form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-tsCNgnfpkJ form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-tsCNgnfpkJ form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tsCNgnfpkJ .mbr-section-title {
  color: #f19101;
  text-align: center;
}
#hrblock-block-gh hr {
  margin: 0;
}
.cid-sPdtlkh1sy {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #092433;
}
.cid-sPdtlkh1sy .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sPdtlkh1sy .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sPdtlkh1sy .row {
    text-align: center;
  }
  .cid-sPdtlkh1sy .row > div {
    margin: auto;
  }
  .cid-sPdtlkh1sy .social-row {
    justify-content: center;
  }
}
.cid-sPdtlkh1sy .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sPdtlkh1sy .list {
  list-style: none;
  padding-left: 0;
  color: #8d97ad;
}
@media (max-width: 991px) {
  .cid-sPdtlkh1sy .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sPdtlkh1sy .list {
    margin-bottom: 0rem;
  }
}
.cid-sPdtlkh1sy .mbr-text {
  color: #ffffff;
}
.cid-sPdtlkh1sy .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sPdtlkh1sy .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sPdtlkh1sy div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sPdtlkh1sy H5 {
  color: #ffffff;
}
.cid-sPdtlkh1sy .copyright {
  text-align: center;
  color: #ffffff;
}
.cid-sPdtlkh1sy P {
  color: #092433;
}
.cid-sPdtlkh1sy hr {
  margin: 0;
  color: #f19101;
}
.cid-sDSuQLAy3V {
  display: flex;
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/openstack2.jpg");
}
.cid-sDSuQLAy3V .mbr-overlay {
  background-color: #092433;
  opacity: 0.4;
}
.cid-sDSuQLAy3V .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-sDSuQLAy3V {
    align-items: flex-end;
  }
  .cid-sDSuQLAy3V .row {
    justify-content: center;
  }
  .cid-sDSuQLAy3V .content-wrap {
    width: 51%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sDSuQLAy3V .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-sDSuQLAy3V {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sDSuQLAy3V .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sDSuQLAy3V .content-wrap {
    width: 100%;
  }
}
.cid-sDSuQLAy3V .mbr-text,
.cid-sDSuQLAy3V .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-sDSuQLAy3V .mbr-section-title {
  text-align: center;
}
.cid-sDSuQLAy3V .mbr-section-title DIV {
  text-align: center;
}
#hrblock-block-g8 hr {
  margin: 0;
}
.cid-sPqXY37nFb {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #092433;
}
.cid-sPqXY37nFb ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-sPqXY37nFb li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-sPqXY37nFb ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #8d97ad;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-sPqXY37nFb H4 {
  color: #fafafa;
  text-align: left;
}
.cid-sPqXY37nFb H3 {
  color: #fafafa;
  text-align: center;
}
.cid-sPqXY37nFb .list {
  color: #fafafa;
  text-align: center;
}
.cid-sPqXY37nFb DIV {
  text-align: left;
}
.cid-sPqXY37nFb .list DIV {
  text-align: center;
}
#hrblock-block-bx hr {
  margin: 0;
}
.cid-sDT1eLKv5J {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #8d97ad;
}
@media (max-width: 992px) {
  .cid-sDT1eLKv5J {
    padding-top: 1.6rem;
    padding-bottom: 1rem;
  }
}
.cid-sDT1eLKv5J section {
  overflow: hidden;
}
.cid-sDT1eLKv5J .text-wrapper {
  position: relative;
  z-index: 11;
}
.cid-sDT1eLKv5J .image-wrapper {
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-sDT1eLKv5J .image-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-sDT1eLKv5J .image-wrapper {
    max-width: 420px;
  }
}
@media (max-width: 992px) {
  .cid-sDT1eLKv5J .image-wrapper {
    max-width: 550px;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sDT1eLKv5J .image-wrapper {
    max-width: 280px;
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-sDT1eLKv5J .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-sDT1eLKv5J .container-fluid {
    padding: 0;
  }
  .cid-sDT1eLKv5J .text-wrapper {
    max-width: 700px;
  }
  .cid-sDT1eLKv5J .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-sDT1eLKv5J .animate__fadeInUp:before {
  background: #8d97ad;
}
.cid-sDT1eLKv5J .mbr-section-title {
  color: #ffffff;
}
#hrblock-block-hc hr {
  margin: 0;
}
.cid-tsJAd5mQFj {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #e5e5e5;
}
.cid-tsJAd5mQFj .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tsJAd5mQFj form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-tsJAd5mQFj form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-tsJAd5mQFj form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tsJAd5mQFj .mbr-section-title {
  color: #f19101;
  text-align: center;
}
#hrblock-block-hb hr {
  margin: 0;
}
.cid-sPdtlkh1sy {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #092433;
}
.cid-sPdtlkh1sy .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sPdtlkh1sy .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sPdtlkh1sy .row {
    text-align: center;
  }
  .cid-sPdtlkh1sy .row > div {
    margin: auto;
  }
  .cid-sPdtlkh1sy .social-row {
    justify-content: center;
  }
}
.cid-sPdtlkh1sy .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sPdtlkh1sy .list {
  list-style: none;
  padding-left: 0;
  color: #8d97ad;
}
@media (max-width: 991px) {
  .cid-sPdtlkh1sy .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sPdtlkh1sy .list {
    margin-bottom: 0rem;
  }
}
.cid-sPdtlkh1sy .mbr-text {
  color: #ffffff;
}
.cid-sPdtlkh1sy .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sPdtlkh1sy .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sPdtlkh1sy div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sPdtlkh1sy H5 {
  color: #ffffff;
}
.cid-sPdtlkh1sy .copyright {
  text-align: center;
  color: #ffffff;
}
.cid-sPdtlkh1sy P {
  color: #092433;
}
.cid-sPdtlkh1sy hr {
  margin: 0;
  color: #f19101;
}
.cid-sPcvAHPU6k {
  z-index: 1000;
  width: 100%;
}
.cid-sPcvAHPU6k .nav-dropdown {
  font-size: 0.75rem;
  font-weight: 700;
  height: auto !important;
}
.cid-sPcvAHPU6k .nav-dropdown .nav-btn {
  padding-left: 1rem;
}
.cid-sPcvAHPU6k .nav-dropdown .link {
  margin: 0.667em 0.5em !important;
  font-weight: 400;
  padding: 0 0.3em !important;
  transition: color 0.2s ease-in-out;
}
.cid-sPcvAHPU6k .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-sPcvAHPU6k .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-sPcvAHPU6k .iconfont-wrapper {
  color: #fafafa !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-sPcvAHPU6k .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-sPcvAHPU6k .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-sPcvAHPU6k .container {
    padding: 0 1rem;
  }
}
.cid-sPcvAHPU6k .menu-tite {
  background: #f19101;
  width: 100%;
  padding: 0.3rem 1rem;
  text-align: center;
  color: #f19101;
}
.cid-sPcvAHPU6k .menu-custom {
  background: #092433;
  width: 100%;
  padding: 0.3rem 1rem;
  text-align: center;
  color: #f19101;
  border-bottom: 0;
  text-decoration: none !important;
}
.cid-sPcvAHPU6k .nav-link {
  position: relative;
}
.cid-sPcvAHPU6k .nav-link:hover {
  color: #6c7484 !important;
}
.cid-sPcvAHPU6k nav.navbar {
  position: fixed;
}
.cid-sPcvAHPU6k .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.9);
}
.cid-sPcvAHPU6k .navbar.opened {
  transition: all 0.3s;
}
.cid-sPcvAHPU6k .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sPcvAHPU6k .navbar .navbar-logo img {
  width: auto;
}
.cid-sPcvAHPU6k .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sPcvAHPU6k .navbar.collapsed {
  justify-content: center;
}
.cid-sPcvAHPU6k .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sPcvAHPU6k .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sPcvAHPU6k .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sPcvAHPU6k .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sPcvAHPU6k .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sPcvAHPU6k .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-sPcvAHPU6k .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sPcvAHPU6k .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sPcvAHPU6k .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sPcvAHPU6k .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sPcvAHPU6k .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sPcvAHPU6k .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sPcvAHPU6k .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sPcvAHPU6k .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-sPcvAHPU6k .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sPcvAHPU6k .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sPcvAHPU6k .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sPcvAHPU6k .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sPcvAHPU6k .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sPcvAHPU6k .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sPcvAHPU6k .navbar.navbar-short {
  min-height: 60px;
}
.cid-sPcvAHPU6k .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sPcvAHPU6k .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sPcvAHPU6k .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sPcvAHPU6k .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sPcvAHPU6k .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sPcvAHPU6k .dropdown-item:hover,
.cid-sPcvAHPU6k .dropdown-item:focus {
  background: #8d97ad !important;
  color: white !important;
}
.cid-sPcvAHPU6k .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sPcvAHPU6k .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sPcvAHPU6k .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sPcvAHPU6k .dropdown-menu,
.cid-sPcvAHPU6k .navbar.opened {
  background: #ffffff !important;
}
.cid-sPcvAHPU6k .nav-item:focus,
.cid-sPcvAHPU6k .nav-link:focus {
  outline: none;
}
.cid-sPcvAHPU6k .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sPcvAHPU6k .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sPcvAHPU6k .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sPcvAHPU6k .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sPcvAHPU6k .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sPcvAHPU6k .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sPcvAHPU6k .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sPcvAHPU6k .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sPcvAHPU6k .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sPcvAHPU6k .dropdown-item.active,
.cid-sPcvAHPU6k .dropdown-item:active {
  background-color: transparent;
}
.cid-sPcvAHPU6k .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sPcvAHPU6k .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sPcvAHPU6k .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sPcvAHPU6k .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sPcvAHPU6k .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sPcvAHPU6k .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sPcvAHPU6k ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sPcvAHPU6k .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sPcvAHPU6k button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sPcvAHPU6k button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-sPcvAHPU6k button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sPcvAHPU6k button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sPcvAHPU6k button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sPcvAHPU6k button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sPcvAHPU6k nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sPcvAHPU6k nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sPcvAHPU6k nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sPcvAHPU6k nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sPcvAHPU6k .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sPcvAHPU6k a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sPcvAHPU6k .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sPcvAHPU6k .navbar {
    height: 70px;
  }
  .cid-sPcvAHPU6k .navbar.opened {
    height: auto;
  }
  .cid-sPcvAHPU6k .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sPcvAHPU6k .yui {
  font-family: Manrope;
  font-size: 14px;
  font-weight: light;
  border-bottom: 0;
  text-decoration: none;
}
#hrblock-block-7o hr {
  margin: 0;
}
.cid-sCXAXdZGe0 {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sCXAXdZGe0 .google-map {
  height: 350px;
  position: relative;
}
.cid-sCXAXdZGe0 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sCXAXdZGe0 .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-sCXAXdZGe0 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sCXAXdZGe0 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sCXAXdZGe0 .mbr-section-title {
  color: #8d97ad;
}
.cid-sCXAXdZGe0 .mbr-section-subtitle {
  text-align: left;
  color: #8d97ad;
}
#hrblock-block-86 hr {
  margin: 0;
}
.cid-tsJxHiket0 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-tsJxHiket0 .mbr-text {
  text-align: center;
}
.cid-tsJxHiket0 .mbr-section-subtitle {
  text-align: center;
}
#hrblock-block-h6 hr {
  margin: 0;
}
.cid-tsJxw3vUZI {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #e5e5e5;
}
.cid-tsJxw3vUZI .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tsJxw3vUZI form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-tsJxw3vUZI form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-tsJxw3vUZI form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tsJxw3vUZI .mbr-section-title {
  color: #f19101;
  text-align: center;
}
#hrblock-block-h5 hr {
  margin: 0;
}
.cid-sPdtlkh1sy {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #092433;
}
.cid-sPdtlkh1sy .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sPdtlkh1sy .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sPdtlkh1sy .row {
    text-align: center;
  }
  .cid-sPdtlkh1sy .row > div {
    margin: auto;
  }
  .cid-sPdtlkh1sy .social-row {
    justify-content: center;
  }
}
.cid-sPdtlkh1sy .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sPdtlkh1sy .list {
  list-style: none;
  padding-left: 0;
  color: #8d97ad;
}
@media (max-width: 991px) {
  .cid-sPdtlkh1sy .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sPdtlkh1sy .list {
    margin-bottom: 0rem;
  }
}
.cid-sPdtlkh1sy .mbr-text {
  color: #ffffff;
}
.cid-sPdtlkh1sy .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sPdtlkh1sy .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sPdtlkh1sy div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sPdtlkh1sy H5 {
  color: #ffffff;
}
.cid-sPdtlkh1sy .copyright {
  text-align: center;
  color: #ffffff;
}
.cid-sPdtlkh1sy P {
  color: #092433;
}
.cid-sPdtlkh1sy hr {
  margin: 0;
  color: #f19101;
}
.cid-sPcvAHPU6k {
  z-index: 1000;
  width: 100%;
}
.cid-sPcvAHPU6k .nav-dropdown {
  font-size: 0.75rem;
  font-weight: 700;
  height: auto !important;
}
.cid-sPcvAHPU6k .nav-dropdown .nav-btn {
  padding-left: 1rem;
}
.cid-sPcvAHPU6k .nav-dropdown .link {
  margin: 0.667em 0.5em !important;
  font-weight: 400;
  padding: 0 0.3em !important;
  transition: color 0.2s ease-in-out;
}
.cid-sPcvAHPU6k .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-sPcvAHPU6k .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-sPcvAHPU6k .iconfont-wrapper {
  color: #fafafa !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-sPcvAHPU6k .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-sPcvAHPU6k .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-sPcvAHPU6k .container {
    padding: 0 1rem;
  }
}
.cid-sPcvAHPU6k .menu-tite {
  background: #f19101;
  width: 100%;
  padding: 0.3rem 1rem;
  text-align: center;
  color: #f19101;
}
.cid-sPcvAHPU6k .menu-custom {
  background: #092433;
  width: 100%;
  padding: 0.3rem 1rem;
  text-align: center;
  color: #f19101;
  border-bottom: 0;
  text-decoration: none !important;
}
.cid-sPcvAHPU6k .nav-link {
  position: relative;
}
.cid-sPcvAHPU6k .nav-link:hover {
  color: #6c7484 !important;
}
.cid-sPcvAHPU6k nav.navbar {
  position: fixed;
}
.cid-sPcvAHPU6k .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.9);
}
.cid-sPcvAHPU6k .navbar.opened {
  transition: all 0.3s;
}
.cid-sPcvAHPU6k .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sPcvAHPU6k .navbar .navbar-logo img {
  width: auto;
}
.cid-sPcvAHPU6k .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sPcvAHPU6k .navbar.collapsed {
  justify-content: center;
}
.cid-sPcvAHPU6k .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sPcvAHPU6k .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sPcvAHPU6k .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sPcvAHPU6k .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sPcvAHPU6k .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sPcvAHPU6k .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-sPcvAHPU6k .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sPcvAHPU6k .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sPcvAHPU6k .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sPcvAHPU6k .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sPcvAHPU6k .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sPcvAHPU6k .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sPcvAHPU6k .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sPcvAHPU6k .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-sPcvAHPU6k .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sPcvAHPU6k .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sPcvAHPU6k .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sPcvAHPU6k .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sPcvAHPU6k .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sPcvAHPU6k .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sPcvAHPU6k .navbar.navbar-short {
  min-height: 60px;
}
.cid-sPcvAHPU6k .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sPcvAHPU6k .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sPcvAHPU6k .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sPcvAHPU6k .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sPcvAHPU6k .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sPcvAHPU6k .dropdown-item:hover,
.cid-sPcvAHPU6k .dropdown-item:focus {
  background: #8d97ad !important;
  color: white !important;
}
.cid-sPcvAHPU6k .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sPcvAHPU6k .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sPcvAHPU6k .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sPcvAHPU6k .dropdown-menu,
.cid-sPcvAHPU6k .navbar.opened {
  background: #ffffff !important;
}
.cid-sPcvAHPU6k .nav-item:focus,
.cid-sPcvAHPU6k .nav-link:focus {
  outline: none;
}
.cid-sPcvAHPU6k .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sPcvAHPU6k .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sPcvAHPU6k .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sPcvAHPU6k .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sPcvAHPU6k .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sPcvAHPU6k .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sPcvAHPU6k .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sPcvAHPU6k .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sPcvAHPU6k .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sPcvAHPU6k .dropdown-item.active,
.cid-sPcvAHPU6k .dropdown-item:active {
  background-color: transparent;
}
.cid-sPcvAHPU6k .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sPcvAHPU6k .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sPcvAHPU6k .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sPcvAHPU6k .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sPcvAHPU6k .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sPcvAHPU6k .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sPcvAHPU6k ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sPcvAHPU6k .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sPcvAHPU6k button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sPcvAHPU6k button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-sPcvAHPU6k button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sPcvAHPU6k button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sPcvAHPU6k button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sPcvAHPU6k button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sPcvAHPU6k nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sPcvAHPU6k nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sPcvAHPU6k nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sPcvAHPU6k nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sPcvAHPU6k .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sPcvAHPU6k a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sPcvAHPU6k .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sPcvAHPU6k .navbar {
    height: 70px;
  }
  .cid-sPcvAHPU6k .navbar.opened {
    height: auto;
  }
  .cid-sPcvAHPU6k .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sPcvAHPU6k .yui {
  font-family: Manrope;
  font-size: 14px;
  font-weight: light;
  border-bottom: 0;
  text-decoration: none;
}
.cid-sPcvAHPU6k {
  z-index: 1000;
  width: 100%;
}
.cid-sPcvAHPU6k .nav-dropdown {
  font-size: 0.75rem;
  font-weight: 700;
  height: auto !important;
}
.cid-sPcvAHPU6k .nav-dropdown .nav-btn {
  padding-left: 1rem;
}
.cid-sPcvAHPU6k .nav-dropdown .link {
  margin: 0.667em 0.5em !important;
  font-weight: 400;
  padding: 0 0.3em !important;
  transition: color 0.2s ease-in-out;
}
.cid-sPcvAHPU6k .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-sPcvAHPU6k .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-sPcvAHPU6k .iconfont-wrapper {
  color: #fafafa !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-sPcvAHPU6k .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-sPcvAHPU6k .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-sPcvAHPU6k .container {
    padding: 0 1rem;
  }
}
.cid-sPcvAHPU6k .menu-tite {
  background: #f19101;
  width: 100%;
  padding: 0.3rem 1rem;
  text-align: center;
  color: #f19101;
}
.cid-sPcvAHPU6k .menu-custom {
  background: #092433;
  width: 100%;
  padding: 0.3rem 1rem;
  text-align: center;
  color: #f19101;
  border-bottom: 0;
  text-decoration: none !important;
}
.cid-sPcvAHPU6k .nav-link {
  position: relative;
}
.cid-sPcvAHPU6k .nav-link:hover {
  color: #6c7484 !important;
}
.cid-sPcvAHPU6k nav.navbar {
  position: fixed;
}
.cid-sPcvAHPU6k .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.9);
}
.cid-sPcvAHPU6k .navbar.opened {
  transition: all 0.3s;
}
.cid-sPcvAHPU6k .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sPcvAHPU6k .navbar .navbar-logo img {
  width: auto;
}
.cid-sPcvAHPU6k .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sPcvAHPU6k .navbar.collapsed {
  justify-content: center;
}
.cid-sPcvAHPU6k .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sPcvAHPU6k .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sPcvAHPU6k .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sPcvAHPU6k .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sPcvAHPU6k .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sPcvAHPU6k .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-sPcvAHPU6k .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sPcvAHPU6k .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sPcvAHPU6k .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sPcvAHPU6k .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sPcvAHPU6k .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sPcvAHPU6k .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sPcvAHPU6k .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sPcvAHPU6k .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-sPcvAHPU6k .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sPcvAHPU6k .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sPcvAHPU6k .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sPcvAHPU6k .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sPcvAHPU6k .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sPcvAHPU6k .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sPcvAHPU6k .navbar.navbar-short {
  min-height: 60px;
}
.cid-sPcvAHPU6k .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sPcvAHPU6k .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sPcvAHPU6k .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sPcvAHPU6k .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sPcvAHPU6k .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sPcvAHPU6k .dropdown-item:hover,
.cid-sPcvAHPU6k .dropdown-item:focus {
  background: #8d97ad !important;
  color: white !important;
}
.cid-sPcvAHPU6k .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sPcvAHPU6k .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sPcvAHPU6k .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sPcvAHPU6k .dropdown-menu,
.cid-sPcvAHPU6k .navbar.opened {
  background: #ffffff !important;
}
.cid-sPcvAHPU6k .nav-item:focus,
.cid-sPcvAHPU6k .nav-link:focus {
  outline: none;
}
.cid-sPcvAHPU6k .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sPcvAHPU6k .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sPcvAHPU6k .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sPcvAHPU6k .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sPcvAHPU6k .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sPcvAHPU6k .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sPcvAHPU6k .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sPcvAHPU6k .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sPcvAHPU6k .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sPcvAHPU6k .dropdown-item.active,
.cid-sPcvAHPU6k .dropdown-item:active {
  background-color: transparent;
}
.cid-sPcvAHPU6k .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sPcvAHPU6k .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sPcvAHPU6k .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sPcvAHPU6k .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sPcvAHPU6k .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sPcvAHPU6k .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sPcvAHPU6k ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sPcvAHPU6k .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sPcvAHPU6k button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sPcvAHPU6k button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-sPcvAHPU6k button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sPcvAHPU6k button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sPcvAHPU6k button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sPcvAHPU6k button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sPcvAHPU6k nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sPcvAHPU6k nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sPcvAHPU6k nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sPcvAHPU6k nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sPcvAHPU6k .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sPcvAHPU6k a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sPcvAHPU6k .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sPcvAHPU6k .navbar {
    height: 70px;
  }
  .cid-sPcvAHPU6k .navbar.opened {
    height: auto;
  }
  .cid-sPcvAHPU6k .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sPcvAHPU6k .yui {
  font-family: Manrope;
  font-size: 14px;
  font-weight: light;
  border-bottom: 0;
  text-decoration: none;
}
#hrblock-block-a hr {
  margin: 0;
}
.cid-sPcwtBFT8x {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/index-1.jpg");
}
.cid-sPcwtBFT8x .mbr-section-title {
  text-align: center;
  color: #092433;
}
.cid-sPcwtBFT8x .mbr-text,
.cid-sPcwtBFT8x .mbr-section-btn {
  text-align: center;
  color: #092433;
}
#hrblock-block-ga hr {
  margin: 0;
}
.cid-t6ccZ7uuSn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #eeeeee;
}
.cid-t6ccZ7uuSn .carousel {
  height: 800px;
}
.cid-t6ccZ7uuSn .carousel img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-t6ccZ7uuSn .carousel-item,
.cid-t6ccZ7uuSn .carousel-inner {
  height: 100%;
}
.cid-t6ccZ7uuSn .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  transform: translateY(-50%);
  -webkit-align-items: center;
  padding-left: 120px;
  padding-right: 120px;
  justify-content: center;
}
.cid-t6ccZ7uuSn .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-t6ccZ7uuSn .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-t6ccZ7uuSn .carousel-control:hover {
  color: #fff;
  opacity: 1;
}
.cid-t6ccZ7uuSn .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-t6ccZ7uuSn .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-t6ccZ7uuSn .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-t6ccZ7uuSn .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-t6ccZ7uuSn .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 40px;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: .8;
}
.cid-t6ccZ7uuSn .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t6ccZ7uuSn .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t6ccZ7uuSn .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-t6ccZ7uuSn .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-t6ccZ7uuSn .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: #ececec;
  border: 0px solid transparent;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.3s;
}
.cid-t6ccZ7uuSn .carousel-indicators li.active {
  background-color: #8d97ad;
}
.cid-t6ccZ7uuSn .carousel-indicators li.active,
.cid-t6ccZ7uuSn .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-t6ccZ7uuSn .carousel-indicators li::after,
.cid-t6ccZ7uuSn .carousel-indicators li::before {
  content: none;
}
.cid-t6ccZ7uuSn .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-t6ccZ7uuSn .carousel-indicators {
    display: none !important;
  }
}
.cid-t6ccZ7uuSn .btn.btn-primary-outline {
  border: 1px solid #8d97ad;
}
.cid-t6ccZ7uuSn .btn.btn-primary-outline:hover {
  background-color: #8d97ad !important;
  color: #ffffff !important;
}
.cid-t6ccZ7uuSn .btn.btn-secondary-outline {
  border: 1px solid #092433;
}
.cid-t6ccZ7uuSn .btn.btn-secondary-outline:hover {
  background-color: #092433 !important;
  color: #ffffff !important;
}
.cid-t6ccZ7uuSn .btn.btn-success-outline {
  border: 1px solid #f19101;
}
.cid-t6ccZ7uuSn .btn.btn-success-outline:hover {
  background-color: #f19101 !important;
  color: #ffffff !important;
}
.cid-t6ccZ7uuSn .btn.btn-info-outline {
  border: 1px solid #6c7484;
}
.cid-t6ccZ7uuSn .btn.btn-info-outline:hover {
  background-color: #6c7484 !important;
  color: #ffffff !important;
}
.cid-t6ccZ7uuSn .btn.btn-warning-outline {
  border: 1px solid #f19101;
}
.cid-t6ccZ7uuSn .btn.btn-warning-outline:hover {
  background-color: #f19101 !important;
  color: #ffffff !important;
}
.cid-t6ccZ7uuSn .btn.btn-danger-outline {
  border: 1px solid #ff9966;
}
.cid-t6ccZ7uuSn .btn.btn-danger-outline:hover {
  background-color: #ff9966 !important;
  color: #ffffff !important;
}
.cid-t6ccZ7uuSn .btn.btn-black-outline {
  border: 1px solid #000000;
}
.cid-t6ccZ7uuSn .btn.btn-black-outline:hover {
  background-color: #000000 !important;
  color: #ffffff !important;
}
.cid-t6ccZ7uuSn .btn.btn-white-outline {
  border: 1px solid #ffffff;
}
.cid-t6ccZ7uuSn .btn.btn-white-outline:hover {
  background-color: #ffffff !important;
  color: #000000 !important;
}
.cid-t6ccZ7uuSn .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 768px) {
  .cid-t6ccZ7uuSn .carousel-caption {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cid-t6ccZ7uuSn .carousel-control {
    display: none;
  }
  .cid-t6ccZ7uuSn .buttons-wrap {
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
  }
  .cid-t6ccZ7uuSn .buttons-wrap .mbr-section-btn {
    text-align: center;
    margin-bottom: 10px;
  }
}
.cid-t6ccZ7uuSn .mbr-section-title {
  color: #464646;
}
.cid-t6ccZ7uuSn .mbr-text,
.cid-t6ccZ7uuSn .mbr-section-btn {
  color: #464646;
}
.cid-sPkSlp9aOW {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sPkSlp9aOW img,
.cid-sPkSlp9aOW .item-img {
  width: 100%;
}
.cid-sPkSlp9aOW .item:focus,
.cid-sPkSlp9aOW span:focus {
  outline: none;
}
.cid-sPkSlp9aOW .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sPkSlp9aOW .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sPkSlp9aOW .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sPkSlp9aOW .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sPkSlp9aOW .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sPkSlp9aOW .mbr-section-title {
  color: #232323;
}
.cid-sPkSlp9aOW .mbr-text,
.cid-sPkSlp9aOW .mbr-section-btn {
  text-align: left;
}
.cid-sPkSlp9aOW .item-title {
  text-align: left;
  color: #8d97ad;
}
.cid-sPkSlp9aOW .item-subtitle {
  text-align: center;
}
.cid-sPkSlp9aOW .shadow-effects:hover {
  box-shadow: 5px 5px 5px #CACACA;
}
.cid-sPkZkMOxdh {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sPkZkMOxdh img,
.cid-sPkZkMOxdh .item-img {
  width: 100%;
}
.cid-sPkZkMOxdh .item:focus,
.cid-sPkZkMOxdh span:focus {
  outline: none;
}
.cid-sPkZkMOxdh .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sPkZkMOxdh .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sPkZkMOxdh .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sPkZkMOxdh .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sPkZkMOxdh .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sPkZkMOxdh .mbr-section-title {
  color: #232323;
}
.cid-sPkZkMOxdh .mbr-text,
.cid-sPkZkMOxdh .mbr-section-btn {
  text-align: left;
}
.cid-sPkZkMOxdh .item-title {
  text-align: left;
  color: #8d97ad;
}
.cid-sPkZkMOxdh .item-subtitle {
  text-align: center;
}
.cid-sPkZkMOxdh .shadow-effects:hover {
  box-shadow: 5px 5px 5px #CACACA;
}
.cid-sPcwAQIvc8 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/index2-3.jpg");
}
.cid-sPcwAQIvc8 ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-sPcwAQIvc8 li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-sPcwAQIvc8 ul li::before {
  position: absolute;
  left: 0rem;
  content: "";
  color: #8d97ad;
  font-weight: bold;
  width: 0rem;
}
.cid-sPcwAQIvc8 H4 {
  color: #232323;
  text-align: left;
}
.cid-sPcwAQIvc8 H3 {
  color: #8d97ad;
  text-align: left;
}
.cid-sPcwAQIvc8 .list {
  color: #232323;
  text-align: left;
}
.cid-sPcwAQIvc8 DIV {
  text-align: left;
}
.cid-sPcwD2shO4 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sPcwD2shO4 .count {
  text-align: left;
  word-break: inherit;
}
.cid-sPcwD2shO4 .mbr-section-subtitle {
  color: #232323;
}
.cid-sPcwD2shO4 .mbr-content-title {
  color: #8d97ad;
}
.cid-sPcwD2shO4 .panel-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sPcwD2shO4 .card {
  word-wrap: break-word;
}
.cid-sPcwD2shO4 .mbr-iconfont {
  font-size: 50px;
  color: #232323;
  padding-right: 1rem;
}
@media (max-width: 991px) {
  .cid-sPcwD2shO4 .panel-item {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sPcwD2shO4 .mbr-section-title {
  color: #8d97ad;
}
.cid-sPcwEphwB0 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/servers-support-3.jpg");
  position: relative;
  overflow: hidden;
}
.cid-sPcwEphwB0 svg {
  position: absolute;
  bottom: -9.5rem;
  left: 50%;
  transform: translate(-50%) scaleX(-2) rotate(-12deg);
  filter: fliph;
  animation: wave2 5s ease-in-out infinite;
}
@keyframes wave2 {
  from {
    transform: translate(-50%) scaleX(-2) rotate(-10deg);
  }
  50% {
    transform: translate(-50%) scaleX(-2.2) scaleY(1.1) rotate(-13deg);
  }
  to {
    transform: translate(-50%) scaleX(-2) rotate(-10deg);
  }
}
.cid-sPcwEphwB0 #e12_areaS3 {
  fill: #8d97ad !important;
}
.cid-sPcwEphwB0 #e19_areaS3 {
  fill: #8d97ad !important;
}
.cid-sPcwEphwB0 .carousel-control {
  background: #000;
  opacity: 0.2;
}
.cid-sPcwEphwB0 .carousel {
  width: 80%;
  margin: auto;
}
.cid-sPcwEphwB0 .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-sPcwEphwB0 .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sPcwEphwB0 .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-sPcwEphwB0 .carousel-item .wrap-img {
  text-align: center;
}
.cid-sPcwEphwB0 .carousel-item .wrap-img img {
  transition: all 0.3s;
  max-height: 150px;
  width: auto;
  max-width: 100%;
}
.cid-sPcwEphwB0 .carousel-controls {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sPcwEphwB0 .carousel-controls .carousel-control {
  background: #000;
  border-radius: 50%;
  position: static;
  width: 40px;
  height: 40px;
  margin-top: 2rem;
  border-width: 1px;
}
.cid-sPcwEphwB0 .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-sPcwEphwB0 .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-sPcwEphwB0 .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-sPcwEphwB0 .cloneditem-1,
.cid-sPcwEphwB0 .cloneditem-2,
.cid-sPcwEphwB0 .cloneditem-3,
.cid-sPcwEphwB0 .cloneditem-4,
.cid-sPcwEphwB0 .cloneditem-5 {
  display: none;
}
.cid-sPcwEphwB0 .col-lg-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sPcwEphwB0 .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-sPcwEphwB0 .carousel-inner {
    opacity: 0.8;
  }
  .cid-sPcwEphwB0 .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-sPcwEphwB0 .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-sPcwEphwB0 .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-sPcwEphwB0 .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-sPcwEphwB0 .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-sPcwEphwB0 .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sPcwEphwB0 .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-sPcwEphwB0 .carousel-inner.slides2 .cloneditem-1,
  .cid-sPcwEphwB0 .carousel-inner.slides2 .cloneditem-2,
  .cid-sPcwEphwB0 .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-sPcwEphwB0 .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-sPcwEphwB0 .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-sPcwEphwB0 .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-sPcwEphwB0 .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-sPcwEphwB0 .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-sPcwEphwB0 .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sPcwEphwB0 .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-sPcwEphwB0 .carousel-inner.slides3 .cloneditem-1,
  .cid-sPcwEphwB0 .carousel-inner.slides3 .cloneditem-2,
  .cid-sPcwEphwB0 .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-sPcwEphwB0 .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-sPcwEphwB0 .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-sPcwEphwB0 .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-sPcwEphwB0 .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-sPcwEphwB0 .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-sPcwEphwB0 .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sPcwEphwB0 .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-sPcwEphwB0 .carousel-inner.slides4 .cloneditem-1,
  .cid-sPcwEphwB0 .carousel-inner.slides4 .cloneditem-2,
  .cid-sPcwEphwB0 .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-sPcwEphwB0 .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-sPcwEphwB0 .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-sPcwEphwB0 .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-sPcwEphwB0 .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-sPcwEphwB0 .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-sPcwEphwB0 .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sPcwEphwB0 .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-sPcwEphwB0 .carousel-inner.slides5 .cloneditem-1,
  .cid-sPcwEphwB0 .carousel-inner.slides5 .cloneditem-2,
  .cid-sPcwEphwB0 .carousel-inner.slides5 .cloneditem-3,
  .cid-sPcwEphwB0 .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-sPcwEphwB0 .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-sPcwEphwB0 .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-sPcwEphwB0 .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-sPcwEphwB0 .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-sPcwEphwB0 .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-sPcwEphwB0 .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sPcwEphwB0 .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-sPcwEphwB0 .carousel-inner.slides6 .cloneditem-1,
  .cid-sPcwEphwB0 .carousel-inner.slides6 .cloneditem-2,
  .cid-sPcwEphwB0 .carousel-inner.slides6 .cloneditem-3,
  .cid-sPcwEphwB0 .carousel-inner.slides6 .cloneditem-4,
  .cid-sPcwEphwB0 .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-sPcwEphwB0 H2 {
  color: #8d97ad;
  text-align: center;
}
.cid-sPcwEphwB0 .carousel-control-prev {
  position: absolute!important;
  left: -50px !important;
}
.cid-sPcwEphwB0 .carousel-control-next {
  position: absolute!important;
  right: -50px !important;
}
@media (max-width: 576px) {
  .cid-sPcwEphwB0 .carousel-control-prev {
    left: -10px !important;
  }
  .cid-sPcwEphwB0 .carousel-control-next {
    right: -10px !important;
  }
}
.cid-sPcwEphwB0 .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-sCFiQEPyxy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sCFiQEPyxy .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-sCFiQEPyxy .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sCFiQEPyxy .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-sCFiQEPyxy .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sCFiQEPyxy .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-sCFiQEPyxy .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-sCFiQEPyxy .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sCFiQEPyxy .card-title {
  color: #8d97ad;
}
#hrblock-block-t hr {
  margin: 0;
}
.cid-sCFiRD6Rky {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sCFiRD6Rky .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-sCFiRD6Rky .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sCFiRD6Rky .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-sCFiRD6Rky .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sCFiRD6Rky .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-sCFiRD6Rky .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-sCFiRD6Rky .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sCFiRD6Rky .card-title {
  color: #8d97ad;
}
#hrblock-block-u hr {
  margin: 0;
}
.cid-sCFiSlGhRv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sCFiSlGhRv .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-sCFiSlGhRv .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sCFiSlGhRv .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-sCFiSlGhRv .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sCFiSlGhRv .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-sCFiSlGhRv .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-sCFiSlGhRv .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sCFiSlGhRv .card-title {
  color: #8d97ad;
}
#hrblock-block-w hr {
  margin: 0;
}
.cid-sCFiSTY4Uw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sCFiSTY4Uw .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-sCFiSTY4Uw .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sCFiSTY4Uw .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-sCFiSTY4Uw .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sCFiSTY4Uw .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-sCFiSTY4Uw .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-sCFiSTY4Uw .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sCFiSTY4Uw .card-title {
  color: #8d97ad;
}
#hrblock-block-x hr {
  margin: 0;
}
.cid-sCFiTQ6EK5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sCFiTQ6EK5 .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-sCFiTQ6EK5 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sCFiTQ6EK5 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-sCFiTQ6EK5 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sCFiTQ6EK5 .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-sCFiTQ6EK5 .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-sCFiTQ6EK5 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sCFiTQ6EK5 .card-title {
  color: #8d97ad;
}
#hrblock-block-z hr {
  margin: 0;
}
.cid-sCFnDnusfH {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #e5e5e5;
}
.cid-sCFnDnusfH .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sCFnDnusfH form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-sCFnDnusfH form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-sCFnDnusfH form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-sCFnDnusfH .mbr-section-title {
  color: #f19101;
  text-align: center;
}
#hrblock-block-10 hr {
  margin: 0;
}
.cid-sCFviIhFkt {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sCFviIhFkt img {
  width: 120px;
  margin: auto;
}
.cid-sCFviIhFkt .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sCFviIhFkt .card {
    max-width: 12.5%;
  }
}
.cid-sCFviIhFkt .mbr-section-title {
  color: #8d97ad;
}
.cid-sPdtlkh1sy {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #092433;
}
.cid-sPdtlkh1sy .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sPdtlkh1sy .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sPdtlkh1sy .row {
    text-align: center;
  }
  .cid-sPdtlkh1sy .row > div {
    margin: auto;
  }
  .cid-sPdtlkh1sy .social-row {
    justify-content: center;
  }
}
.cid-sPdtlkh1sy .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sPdtlkh1sy .list {
  list-style: none;
  padding-left: 0;
  color: #8d97ad;
}
@media (max-width: 991px) {
  .cid-sPdtlkh1sy .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sPdtlkh1sy .list {
    margin-bottom: 0rem;
  }
}
.cid-sPdtlkh1sy .mbr-text {
  color: #ffffff;
}
.cid-sPdtlkh1sy .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sPdtlkh1sy .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sPdtlkh1sy div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sPdtlkh1sy H5 {
  color: #ffffff;
}
.cid-sPdtlkh1sy .copyright {
  text-align: center;
  color: #ffffff;
}
.cid-sPdtlkh1sy P {
  color: #092433;
}
.cid-sPdtlkh1sy hr {
  margin: 0;
  color: #f19101;
}
.cid-t3s8twQzUn {
  z-index: 1000;
  width: 100%;
}
.cid-t3s8twQzUn .nav-dropdown {
  font-size: 0.75rem;
  font-weight: 700;
  height: auto !important;
}
.cid-t3s8twQzUn .nav-dropdown .nav-btn {
  padding-left: 1rem;
}
.cid-t3s8twQzUn .nav-dropdown .link {
  margin: 0.667em 0.5em !important;
  font-weight: 400;
  padding: 0 0.3em !important;
  transition: color 0.2s ease-in-out;
}
.cid-t3s8twQzUn .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-t3s8twQzUn .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-t3s8twQzUn .iconfont-wrapper {
  color: #fafafa !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-t3s8twQzUn .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-t3s8twQzUn .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-t3s8twQzUn .container {
    padding: 0 1rem;
  }
}
.cid-t3s8twQzUn .menu-tite {
  background: #f19101;
  width: 100%;
  padding: 0.3rem 1rem;
  text-align: center;
  color: #f19101;
}
.cid-t3s8twQzUn .menu-custom {
  background: #092433;
  width: 100%;
  padding: 0.3rem 1rem;
  text-align: center;
  color: #f19101;
  border-bottom: 0;
  text-decoration: none !important;
}
.cid-t3s8twQzUn .nav-link {
  position: relative;
}
.cid-t3s8twQzUn .nav-link:hover {
  color: #6c7484 !important;
}
.cid-t3s8twQzUn nav.navbar {
  position: fixed;
}
.cid-t3s8twQzUn .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.9);
}
.cid-t3s8twQzUn .navbar.opened {
  transition: all 0.3s;
}
.cid-t3s8twQzUn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t3s8twQzUn .navbar .navbar-logo img {
  width: auto;
}
.cid-t3s8twQzUn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t3s8twQzUn .navbar.collapsed {
  justify-content: center;
}
.cid-t3s8twQzUn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t3s8twQzUn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t3s8twQzUn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-t3s8twQzUn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t3s8twQzUn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t3s8twQzUn .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-t3s8twQzUn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t3s8twQzUn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t3s8twQzUn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t3s8twQzUn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t3s8twQzUn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t3s8twQzUn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t3s8twQzUn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t3s8twQzUn .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-t3s8twQzUn .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t3s8twQzUn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t3s8twQzUn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t3s8twQzUn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t3s8twQzUn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t3s8twQzUn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t3s8twQzUn .navbar.navbar-short {
  min-height: 60px;
}
.cid-t3s8twQzUn .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t3s8twQzUn .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t3s8twQzUn .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t3s8twQzUn .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t3s8twQzUn .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t3s8twQzUn .dropdown-item:hover,
.cid-t3s8twQzUn .dropdown-item:focus {
  background: #8d97ad !important;
  color: white !important;
}
.cid-t3s8twQzUn .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t3s8twQzUn .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t3s8twQzUn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t3s8twQzUn .dropdown-menu,
.cid-t3s8twQzUn .navbar.opened {
  background: #ffffff !important;
}
.cid-t3s8twQzUn .nav-item:focus,
.cid-t3s8twQzUn .nav-link:focus {
  outline: none;
}
.cid-t3s8twQzUn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t3s8twQzUn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t3s8twQzUn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t3s8twQzUn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t3s8twQzUn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t3s8twQzUn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t3s8twQzUn .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t3s8twQzUn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t3s8twQzUn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t3s8twQzUn .dropdown-item.active,
.cid-t3s8twQzUn .dropdown-item:active {
  background-color: transparent;
}
.cid-t3s8twQzUn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t3s8twQzUn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t3s8twQzUn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t3s8twQzUn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-t3s8twQzUn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t3s8twQzUn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t3s8twQzUn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t3s8twQzUn .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t3s8twQzUn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t3s8twQzUn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-t3s8twQzUn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t3s8twQzUn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t3s8twQzUn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t3s8twQzUn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t3s8twQzUn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t3s8twQzUn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t3s8twQzUn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t3s8twQzUn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t3s8twQzUn .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t3s8twQzUn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t3s8twQzUn .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t3s8twQzUn .navbar {
    height: 70px;
  }
  .cid-t3s8twQzUn .navbar.opened {
    height: auto;
  }
  .cid-t3s8twQzUn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t3s8twQzUn .yui {
  font-family: Manrope;
  font-size: 14px;
  font-weight: light;
  border-bottom: 0;
  text-decoration: none;
}
#hrblock-block-ie hr {
  margin: 0;
}
.cid-t6goBoIcmL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t6goBoIcmL .carousel {
  height: 800px;
}
.cid-t6goBoIcmL .carousel img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-t6goBoIcmL .carousel-item,
.cid-t6goBoIcmL .carousel-inner {
  height: 100%;
}
.cid-t6goBoIcmL .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  transform: translateY(-50%);
  -webkit-align-items: center;
  padding-left: 120px;
  padding-right: 120px;
  justify-content: center;
}
.cid-t6goBoIcmL .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-t6goBoIcmL .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-t6goBoIcmL .carousel-control:hover {
  color: #fff;
  opacity: 1;
}
.cid-t6goBoIcmL .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-t6goBoIcmL .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-t6goBoIcmL .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-t6goBoIcmL .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-t6goBoIcmL .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 40px;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: .8;
}
.cid-t6goBoIcmL .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t6goBoIcmL .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t6goBoIcmL .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-t6goBoIcmL .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-t6goBoIcmL .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: #ececec;
  border: 0px solid transparent;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.3s;
}
.cid-t6goBoIcmL .carousel-indicators li.active {
  background-color: #353535;
}
.cid-t6goBoIcmL .carousel-indicators li.active,
.cid-t6goBoIcmL .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-t6goBoIcmL .carousel-indicators li::after,
.cid-t6goBoIcmL .carousel-indicators li::before {
  content: none;
}
.cid-t6goBoIcmL .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-t6goBoIcmL .carousel-indicators {
    display: none !important;
  }
}
.cid-t6goBoIcmL .btn.btn-primary-outline {
  border: 1px solid #8d97ad;
}
.cid-t6goBoIcmL .btn.btn-primary-outline:hover {
  background-color: #8d97ad !important;
  color: #ffffff !important;
}
.cid-t6goBoIcmL .btn.btn-secondary-outline {
  border: 1px solid #092433;
}
.cid-t6goBoIcmL .btn.btn-secondary-outline:hover {
  background-color: #092433 !important;
  color: #ffffff !important;
}
.cid-t6goBoIcmL .btn.btn-success-outline {
  border: 1px solid #f19101;
}
.cid-t6goBoIcmL .btn.btn-success-outline:hover {
  background-color: #f19101 !important;
  color: #ffffff !important;
}
.cid-t6goBoIcmL .btn.btn-info-outline {
  border: 1px solid #6c7484;
}
.cid-t6goBoIcmL .btn.btn-info-outline:hover {
  background-color: #6c7484 !important;
  color: #ffffff !important;
}
.cid-t6goBoIcmL .btn.btn-warning-outline {
  border: 1px solid #f19101;
}
.cid-t6goBoIcmL .btn.btn-warning-outline:hover {
  background-color: #f19101 !important;
  color: #ffffff !important;
}
.cid-t6goBoIcmL .btn.btn-danger-outline {
  border: 1px solid #ff9966;
}
.cid-t6goBoIcmL .btn.btn-danger-outline:hover {
  background-color: #ff9966 !important;
  color: #ffffff !important;
}
.cid-t6goBoIcmL .btn.btn-black-outline {
  border: 1px solid #000000;
}
.cid-t6goBoIcmL .btn.btn-black-outline:hover {
  background-color: #000000 !important;
  color: #ffffff !important;
}
.cid-t6goBoIcmL .btn.btn-white-outline {
  border: 1px solid #ffffff;
}
.cid-t6goBoIcmL .btn.btn-white-outline:hover {
  background-color: #ffffff !important;
  color: #000000 !important;
}
.cid-t6goBoIcmL .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 768px) {
  .cid-t6goBoIcmL .carousel-caption {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cid-t6goBoIcmL .carousel-control {
    display: none;
  }
  .cid-t6goBoIcmL .buttons-wrap {
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
  }
  .cid-t6goBoIcmL .buttons-wrap .mbr-section-btn {
    text-align: center;
    margin-bottom: 10px;
  }
}
.cid-t6goBoIcmL .mbr-section-title {
  color: #232323;
}
.cid-t6goBoIcmL .mbr-text,
.cid-t6goBoIcmL .mbr-section-btn {
  color: #232323;
}
#hrblock-block-ig hr {
  margin: 0;
}
.cid-t3s8tI9sob {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t3s8tI9sob img,
.cid-t3s8tI9sob .item-img {
  width: 100%;
}
.cid-t3s8tI9sob .item:focus,
.cid-t3s8tI9sob span:focus {
  outline: none;
}
.cid-t3s8tI9sob .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-t3s8tI9sob .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-t3s8tI9sob .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t3s8tI9sob .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-t3s8tI9sob .mbr-section-btn {
  margin-top: auto !important;
}
.cid-t3s8tI9sob .mbr-section-title {
  color: #232323;
}
.cid-t3s8tI9sob .mbr-text,
.cid-t3s8tI9sob .mbr-section-btn {
  text-align: left;
}
.cid-t3s8tI9sob .item-title {
  text-align: left;
  color: #8d97ad;
}
.cid-t3s8tI9sob .item-subtitle {
  text-align: center;
}
.cid-t3s8tI9sob .shadow-effects:hover {
  box-shadow: 5px 5px 5px #CACACA;
}
.cid-t3s8tLmsCJ {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-t3s8tLmsCJ img,
.cid-t3s8tLmsCJ .item-img {
  width: 100%;
}
.cid-t3s8tLmsCJ .item:focus,
.cid-t3s8tLmsCJ span:focus {
  outline: none;
}
.cid-t3s8tLmsCJ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-t3s8tLmsCJ .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-t3s8tLmsCJ .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t3s8tLmsCJ .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-t3s8tLmsCJ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-t3s8tLmsCJ .mbr-section-title {
  color: #232323;
}
.cid-t3s8tLmsCJ .mbr-text,
.cid-t3s8tLmsCJ .mbr-section-btn {
  text-align: left;
}
.cid-t3s8tLmsCJ .item-title {
  text-align: left;
  color: #8d97ad;
}
.cid-t3s8tLmsCJ .item-subtitle {
  text-align: center;
}
.cid-t3s8tLmsCJ .shadow-effects:hover {
  box-shadow: 5px 5px 5px #CACACA;
}
.cid-t3s8tNgerG {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/index2-3.jpg");
}
.cid-t3s8tNgerG ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-t3s8tNgerG li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-t3s8tNgerG ul li::before {
  position: absolute;
  left: 0rem;
  content: "";
  color: #8d97ad;
  font-weight: bold;
  width: 0rem;
}
.cid-t3s8tNgerG H4 {
  color: #232323;
  text-align: left;
}
.cid-t3s8tNgerG H3 {
  color: #8d97ad;
  text-align: left;
}
.cid-t3s8tNgerG .list {
  color: #232323;
  text-align: left;
}
.cid-t3s8tNgerG DIV {
  text-align: left;
}
.cid-t3s8tSJ0qO {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-t3s8tSJ0qO .count {
  text-align: left;
  word-break: inherit;
}
.cid-t3s8tSJ0qO .mbr-section-subtitle {
  color: #232323;
}
.cid-t3s8tSJ0qO .mbr-content-title {
  color: #8d97ad;
}
.cid-t3s8tSJ0qO .panel-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t3s8tSJ0qO .card {
  word-wrap: break-word;
}
.cid-t3s8tSJ0qO .mbr-iconfont {
  font-size: 50px;
  color: #232323;
  padding-right: 1rem;
}
@media (max-width: 991px) {
  .cid-t3s8tSJ0qO .panel-item {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t3s8tSJ0qO .mbr-section-title {
  color: #8d97ad;
}
.cid-t3s8tYqdun {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/servers-support-3.jpg");
  position: relative;
  overflow: hidden;
}
.cid-t3s8tYqdun svg {
  position: absolute;
  bottom: -9.5rem;
  left: 50%;
  transform: translate(-50%) scaleX(-2) rotate(-12deg);
  filter: fliph;
  animation: wave2 5s ease-in-out infinite;
}
@keyframes wave2 {
  from {
    transform: translate(-50%) scaleX(-2) rotate(-10deg);
  }
  50% {
    transform: translate(-50%) scaleX(-2.2) scaleY(1.1) rotate(-13deg);
  }
  to {
    transform: translate(-50%) scaleX(-2) rotate(-10deg);
  }
}
.cid-t3s8tYqdun #e12_areaS3 {
  fill: #8d97ad !important;
}
.cid-t3s8tYqdun #e19_areaS3 {
  fill: #8d97ad !important;
}
.cid-t3s8tYqdun .carousel-control {
  background: #000;
  opacity: 0.2;
}
.cid-t3s8tYqdun .carousel {
  width: 80%;
  margin: auto;
}
.cid-t3s8tYqdun .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-t3s8tYqdun .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t3s8tYqdun .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-t3s8tYqdun .carousel-item .wrap-img {
  text-align: center;
}
.cid-t3s8tYqdun .carousel-item .wrap-img img {
  transition: all 0.3s;
  max-height: 150px;
  width: auto;
  max-width: 100%;
}
.cid-t3s8tYqdun .carousel-controls {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t3s8tYqdun .carousel-controls .carousel-control {
  background: #000;
  border-radius: 50%;
  position: static;
  width: 40px;
  height: 40px;
  margin-top: 2rem;
  border-width: 1px;
}
.cid-t3s8tYqdun .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-t3s8tYqdun .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-t3s8tYqdun .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-t3s8tYqdun .cloneditem-1,
.cid-t3s8tYqdun .cloneditem-2,
.cid-t3s8tYqdun .cloneditem-3,
.cid-t3s8tYqdun .cloneditem-4,
.cid-t3s8tYqdun .cloneditem-5 {
  display: none;
}
.cid-t3s8tYqdun .col-lg-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-t3s8tYqdun .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-t3s8tYqdun .carousel-inner {
    opacity: 0.8;
  }
  .cid-t3s8tYqdun .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-t3s8tYqdun .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-t3s8tYqdun .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-t3s8tYqdun .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-t3s8tYqdun .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-t3s8tYqdun .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-t3s8tYqdun .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-t3s8tYqdun .carousel-inner.slides2 .cloneditem-1,
  .cid-t3s8tYqdun .carousel-inner.slides2 .cloneditem-2,
  .cid-t3s8tYqdun .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-t3s8tYqdun .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-t3s8tYqdun .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-t3s8tYqdun .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-t3s8tYqdun .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-t3s8tYqdun .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-t3s8tYqdun .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-t3s8tYqdun .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-t3s8tYqdun .carousel-inner.slides3 .cloneditem-1,
  .cid-t3s8tYqdun .carousel-inner.slides3 .cloneditem-2,
  .cid-t3s8tYqdun .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-t3s8tYqdun .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-t3s8tYqdun .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-t3s8tYqdun .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-t3s8tYqdun .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-t3s8tYqdun .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-t3s8tYqdun .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-t3s8tYqdun .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-t3s8tYqdun .carousel-inner.slides4 .cloneditem-1,
  .cid-t3s8tYqdun .carousel-inner.slides4 .cloneditem-2,
  .cid-t3s8tYqdun .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-t3s8tYqdun .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-t3s8tYqdun .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-t3s8tYqdun .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-t3s8tYqdun .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-t3s8tYqdun .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-t3s8tYqdun .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-t3s8tYqdun .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-t3s8tYqdun .carousel-inner.slides5 .cloneditem-1,
  .cid-t3s8tYqdun .carousel-inner.slides5 .cloneditem-2,
  .cid-t3s8tYqdun .carousel-inner.slides5 .cloneditem-3,
  .cid-t3s8tYqdun .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-t3s8tYqdun .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-t3s8tYqdun .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-t3s8tYqdun .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-t3s8tYqdun .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-t3s8tYqdun .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-t3s8tYqdun .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-t3s8tYqdun .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-t3s8tYqdun .carousel-inner.slides6 .cloneditem-1,
  .cid-t3s8tYqdun .carousel-inner.slides6 .cloneditem-2,
  .cid-t3s8tYqdun .carousel-inner.slides6 .cloneditem-3,
  .cid-t3s8tYqdun .carousel-inner.slides6 .cloneditem-4,
  .cid-t3s8tYqdun .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-t3s8tYqdun H2 {
  color: #8d97ad;
  text-align: center;
}
.cid-t3s8tYqdun .carousel-control-prev {
  position: absolute!important;
  left: -50px !important;
}
.cid-t3s8tYqdun .carousel-control-next {
  position: absolute!important;
  right: -50px !important;
}
@media (max-width: 576px) {
  .cid-t3s8tYqdun .carousel-control-prev {
    left: -10px !important;
  }
  .cid-t3s8tYqdun .carousel-control-next {
    right: -10px !important;
  }
}
.cid-t3s8tYqdun .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-t3s8u1eAgb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t3s8u1eAgb .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-t3s8u1eAgb .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-t3s8u1eAgb .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-t3s8u1eAgb .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t3s8u1eAgb .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-t3s8u1eAgb .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-t3s8u1eAgb .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-t3s8u1eAgb .card-title {
  color: #8d97ad;
}
#hrblock-block-in hr {
  margin: 0;
}
.cid-t3s8u3nOr0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t3s8u3nOr0 .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-t3s8u3nOr0 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-t3s8u3nOr0 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-t3s8u3nOr0 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t3s8u3nOr0 .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-t3s8u3nOr0 .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-t3s8u3nOr0 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-t3s8u3nOr0 .card-title {
  color: #8d97ad;
}
#hrblock-block-ip hr {
  margin: 0;
}
.cid-t3s8ucXVu0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t3s8ucXVu0 .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-t3s8ucXVu0 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-t3s8ucXVu0 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-t3s8ucXVu0 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t3s8ucXVu0 .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-t3s8ucXVu0 .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-t3s8ucXVu0 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-t3s8ucXVu0 .card-title {
  color: #8d97ad;
}
#hrblock-block-ir hr {
  margin: 0;
}
.cid-t3s8ufgsF9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t3s8ufgsF9 .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-t3s8ufgsF9 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-t3s8ufgsF9 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-t3s8ufgsF9 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t3s8ufgsF9 .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-t3s8ufgsF9 .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-t3s8ufgsF9 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-t3s8ufgsF9 .card-title {
  color: #8d97ad;
}
#hrblock-block-iv hr {
  margin: 0;
}
.cid-t3s8upvlvk {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #e5e5e5;
}
.cid-t3s8upvlvk .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-t3s8upvlvk form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-t3s8upvlvk form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-t3s8upvlvk form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-t3s8upvlvk .mbr-section-title {
  color: #f19101;
  text-align: center;
}
#hrblock-block-ix hr {
  margin: 0;
}
.cid-t3s8usHnon {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-t3s8usHnon img {
  width: 120px;
  margin: auto;
}
.cid-t3s8usHnon .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-t3s8usHnon .card {
    max-width: 12.5%;
  }
}
.cid-t3s8usHnon .mbr-section-title {
  color: #8d97ad;
}
.cid-t3s8uuzoAS {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #092433;
}
.cid-t3s8uuzoAS .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-t3s8uuzoAS .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-t3s8uuzoAS .row {
    text-align: center;
  }
  .cid-t3s8uuzoAS .row > div {
    margin: auto;
  }
  .cid-t3s8uuzoAS .social-row {
    justify-content: center;
  }
}
.cid-t3s8uuzoAS .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-t3s8uuzoAS .list {
  list-style: none;
  padding-left: 0;
  color: #8d97ad;
}
@media (max-width: 991px) {
  .cid-t3s8uuzoAS .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t3s8uuzoAS .list {
    margin-bottom: 0rem;
  }
}
.cid-t3s8uuzoAS .mbr-text {
  color: #ffffff;
}
.cid-t3s8uuzoAS .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-t3s8uuzoAS .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-t3s8uuzoAS div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-t3s8uuzoAS H5 {
  color: #ffffff;
}
.cid-t3s8uuzoAS .copyright {
  text-align: center;
  color: #ffffff;
}
.cid-t3s8uuzoAS P {
  color: #092433;
}
.cid-t3s8uuzoAS hr {
  margin: 0;
  color: #f19101;
}
#hrblock-block-jn hr {
  margin: 0;
}
.cid-t6bsVsa4TQ {
  display: flex;
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/it-out-coorp-5.jpg");
}
.cid-t6bsVsa4TQ .mbr-overlay {
  background-color: #353535;
  opacity: 0.5;
}
.cid-t6bsVsa4TQ .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-t6bsVsa4TQ {
    align-items: flex-end;
  }
  .cid-t6bsVsa4TQ .row {
    justify-content: flex-start;
  }
  .cid-t6bsVsa4TQ .content-wrap {
    width: 58%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-t6bsVsa4TQ .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-t6bsVsa4TQ {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-t6bsVsa4TQ .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-t6bsVsa4TQ .content-wrap {
    width: 100%;
  }
}
.cid-t6bsVsa4TQ .mbr-text,
.cid-t6bsVsa4TQ .mbr-section-btn {
  color: #232323;
  text-align: left;
}
.cid-t6bsVsa4TQ .mbr-section-title {
  text-align: left;
  color: #232323;
}
#hrblock-block-jp hr {
  margin: 0;
}
.cid-t6buYJOwuA {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #092433;
}
.cid-t6buYJOwuA .mbr-section-subtitle {
  text-align: right;
  color: #ffffff;
}
.cid-t6buYJOwuA .mbr-text {
  color: #ffffff;
}
.cid-t6bDwZSfG2 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t6bDwZSfG2 ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-t6bDwZSfG2 li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-t6bDwZSfG2 ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #f19101;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-t6bE5f6ESr {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t6bE5f6ESr ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-t6bE5f6ESr li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-t6bE5f6ESr ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #f19101;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-t6bE5f6ESr H3 {
  text-align: right;
}
.cid-t6bsVtig3K {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #092433;
}
.cid-t6bsVtig3K ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-t6bsVtig3K li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-t6bsVtig3K ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #8d97ad;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-t6bsVtig3K H4 {
  color: #fafafa;
  text-align: left;
}
.cid-t6bsVtig3K H3 {
  color: #fafafa;
  text-align: center;
}
.cid-t6bsVtig3K .list {
  color: #fafafa;
  text-align: center;
}
.cid-t6bsVtig3K DIV {
  text-align: left;
}
.cid-t6bsVtig3K .list DIV {
  text-align: center;
}
.cid-t6bsVsI6kW {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-t6bsVsI6kW .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-t6bsVsI6kW .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-t6bsVsI6kW .text-content {
  padding-right: 1.5rem;
  padding-right: 0;
  padding-left: 1.5rem;
}
.cid-t6bsVsI6kW .main-row {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
.cid-t6bsVsI6kW .mbr-text,
.cid-t6bsVsI6kW .mbr-section-btn {
  color: #232323;
}
.cid-t6bsVsI6kW .mbr-figure img {
  -webkit-box-shadow: 0px 0px 0px rgba(NaN, NaN, NaN, 0);
  border-radius: .25rem;
}
.cid-t6bsVsI6kW .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-t6bsVsI6kW .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-t6bsVsI6kW .counter-container ul li {
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-t6bsVsI6kW .main-row {
    margin: 0;
  }
  .cid-t6bsVsI6kW .mbr-section-title,
  .cid-t6bsVsI6kW .mbr-text,
  .cid-t6bsVsI6kW .list,
  .cid-t6bsVsI6kW .mbr-section-btn {
    text-align: center !important;
  }
  .cid-t6bsVsI6kW .text-content {
    padding: 0;
  }
}
.cid-t6bsVsI6kW .mbr-section-title {
  color: #8d97ad;
}
.cid-t6bIt6gbKU {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #092433;
}
.cid-t6bIt6gbKU .mbr-section-subtitle {
  text-align: right;
  color: #ffffff;
}
.cid-t6bIt6gbKU .mbr-text {
  color: #ffffff;
}
#hrblock-block-jt hr {
  margin: 0;
}
.cid-tsDqJ0S8iq {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #e5e5e5;
}
.cid-tsDqJ0S8iq .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tsDqJ0S8iq form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-tsDqJ0S8iq form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-tsDqJ0S8iq form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tsDqJ0S8iq .mbr-section-title {
  color: #f19101;
  text-align: center;
}
#hrblock-block-jv hr {
  margin: 0;
}
.cid-t6bsVuHm1K {
  z-index: 1000;
  width: 100%;
}
.cid-t6bsVuHm1K .nav-dropdown {
  font-size: 0.75rem;
  font-weight: 700;
  height: auto !important;
}
.cid-t6bsVuHm1K .nav-dropdown .nav-btn {
  padding-left: 1rem;
}
.cid-t6bsVuHm1K .nav-dropdown .link {
  margin: 0.667em 0.5em !important;
  font-weight: 400;
  padding: 0 0.3em !important;
  transition: color 0.2s ease-in-out;
}
.cid-t6bsVuHm1K .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-t6bsVuHm1K .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-t6bsVuHm1K .iconfont-wrapper {
  color: #fafafa !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-t6bsVuHm1K .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-t6bsVuHm1K .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-t6bsVuHm1K .container {
    padding: 0 1rem;
  }
}
.cid-t6bsVuHm1K .menu-tite {
  background: #f19101;
  width: 100%;
  padding: 0.3rem 1rem;
  text-align: center;
  color: #f19101;
}
.cid-t6bsVuHm1K .menu-custom {
  background: #092433;
  width: 100%;
  padding: 0.3rem 1rem;
  text-align: center;
  color: #f19101;
  border-bottom: 0;
  text-decoration: none !important;
}
.cid-t6bsVuHm1K .nav-link {
  position: relative;
}
.cid-t6bsVuHm1K .nav-link:hover {
  color: #6c7484 !important;
}
.cid-t6bsVuHm1K nav.navbar {
  position: fixed;
}
.cid-t6bsVuHm1K .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.9);
}
.cid-t6bsVuHm1K .navbar.opened {
  transition: all 0.3s;
}
.cid-t6bsVuHm1K .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t6bsVuHm1K .navbar .navbar-logo img {
  width: auto;
}
.cid-t6bsVuHm1K .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t6bsVuHm1K .navbar.collapsed {
  justify-content: center;
}
.cid-t6bsVuHm1K .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t6bsVuHm1K .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t6bsVuHm1K .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-t6bsVuHm1K .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t6bsVuHm1K .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t6bsVuHm1K .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-t6bsVuHm1K .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t6bsVuHm1K .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t6bsVuHm1K .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t6bsVuHm1K .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t6bsVuHm1K .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t6bsVuHm1K .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t6bsVuHm1K .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t6bsVuHm1K .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-t6bsVuHm1K .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t6bsVuHm1K .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t6bsVuHm1K .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t6bsVuHm1K .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t6bsVuHm1K .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t6bsVuHm1K .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t6bsVuHm1K .navbar.navbar-short {
  min-height: 60px;
}
.cid-t6bsVuHm1K .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t6bsVuHm1K .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t6bsVuHm1K .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t6bsVuHm1K .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t6bsVuHm1K .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t6bsVuHm1K .dropdown-item:hover,
.cid-t6bsVuHm1K .dropdown-item:focus {
  background: #8d97ad !important;
  color: white !important;
}
.cid-t6bsVuHm1K .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t6bsVuHm1K .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t6bsVuHm1K .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t6bsVuHm1K .dropdown-menu,
.cid-t6bsVuHm1K .navbar.opened {
  background: #ffffff !important;
}
.cid-t6bsVuHm1K .nav-item:focus,
.cid-t6bsVuHm1K .nav-link:focus {
  outline: none;
}
.cid-t6bsVuHm1K .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t6bsVuHm1K .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t6bsVuHm1K .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t6bsVuHm1K .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t6bsVuHm1K .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t6bsVuHm1K .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t6bsVuHm1K .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t6bsVuHm1K .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t6bsVuHm1K .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t6bsVuHm1K .dropdown-item.active,
.cid-t6bsVuHm1K .dropdown-item:active {
  background-color: transparent;
}
.cid-t6bsVuHm1K .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t6bsVuHm1K .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t6bsVuHm1K .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t6bsVuHm1K .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-t6bsVuHm1K .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t6bsVuHm1K .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t6bsVuHm1K ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t6bsVuHm1K .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t6bsVuHm1K button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t6bsVuHm1K button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-t6bsVuHm1K button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t6bsVuHm1K button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t6bsVuHm1K button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t6bsVuHm1K button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t6bsVuHm1K nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t6bsVuHm1K nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t6bsVuHm1K nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t6bsVuHm1K nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t6bsVuHm1K .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t6bsVuHm1K a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t6bsVuHm1K .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t6bsVuHm1K .navbar {
    height: 70px;
  }
  .cid-t6bsVuHm1K .navbar.opened {
    height: auto;
  }
  .cid-t6bsVuHm1K .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t6bsVuHm1K .yui {
  font-family: Manrope;
  font-size: 14px;
  font-weight: light;
  border-bottom: 0;
  text-decoration: none;
}
.cid-t6bsVvjMb8 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #092433;
}
.cid-t6bsVvjMb8 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-t6bsVvjMb8 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-t6bsVvjMb8 .row {
    text-align: center;
  }
  .cid-t6bsVvjMb8 .row > div {
    margin: auto;
  }
  .cid-t6bsVvjMb8 .social-row {
    justify-content: center;
  }
}
.cid-t6bsVvjMb8 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-t6bsVvjMb8 .list {
  list-style: none;
  padding-left: 0;
  color: #8d97ad;
}
@media (max-width: 991px) {
  .cid-t6bsVvjMb8 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t6bsVvjMb8 .list {
    margin-bottom: 0rem;
  }
}
.cid-t6bsVvjMb8 .mbr-text {
  color: #ffffff;
}
.cid-t6bsVvjMb8 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-t6bsVvjMb8 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-t6bsVvjMb8 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-t6bsVvjMb8 H5 {
  color: #ffffff;
}
.cid-t6bsVvjMb8 .copyright {
  text-align: center;
  color: #ffffff;
}
.cid-t6bsVvjMb8 P {
  color: #092433;
}
.cid-t6bsVvjMb8 hr {
  margin: 0;
  color: #f19101;
}
#hrblock-block-2k hr {
  margin: 0;
}
.cid-sPugW0dJHd {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/123456.jpg");
}
.cid-sPugW0dJHd .mbr-section-title {
  text-align: center;
  color: #092433;
}
.cid-sPugW0dJHd .mbr-text,
.cid-sPugW0dJHd .mbr-section-btn {
  text-align: center;
  color: #092433;
}
#hrblock-block-gf hr {
  margin: 0;
}
.cid-sCVWOB5Ik8 {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sCVWOB5Ik8 .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-sCVWOB5Ik8 .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-sCVWOB5Ik8 .text-content {
  padding-right: 1.5rem;
  padding-right: 0;
  padding-left: 1.5rem;
}
.cid-sCVWOB5Ik8 .main-row {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
.cid-sCVWOB5Ik8 .mbr-text,
.cid-sCVWOB5Ik8 .mbr-section-btn {
  color: #232323;
}
.cid-sCVWOB5Ik8 .mbr-figure img {
  -webkit-box-shadow: 0px 0px 0px rgba(NaN, NaN, NaN, 0);
  border-radius: .25rem;
}
.cid-sCVWOB5Ik8 .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-sCVWOB5Ik8 .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-sCVWOB5Ik8 .counter-container ul li {
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-sCVWOB5Ik8 .main-row {
    margin: 0;
  }
  .cid-sCVWOB5Ik8 .mbr-section-title,
  .cid-sCVWOB5Ik8 .mbr-text,
  .cid-sCVWOB5Ik8 .list,
  .cid-sCVWOB5Ik8 .mbr-section-btn {
    text-align: center !important;
  }
  .cid-sCVWOB5Ik8 .text-content {
    padding: 0;
  }
}
.cid-sCVWOB5Ik8 .mbr-section-title {
  color: #8d97ad;
}
.cid-sPcIU9KnXw {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #092433;
}
@media (min-width: 1500px) {
  .cid-sPcIU9KnXw .container {
    max-width: 1400px;
  }
}
.cid-sPcIU9KnXw .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-sPcIU9KnXw .card-wrapper {
  margin-top: 3rem;
}
.cid-sPcIU9KnXw .row {
  justify-content: center;
}
.cid-sPcIU9KnXw .card-text {
  color: #ffffff;
}
.cid-sDGRQaTHcR {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sDGRQaTHcR ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-sDGRQaTHcR li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-sDGRQaTHcR ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #000000;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-sDGRQaTHcR .list {
  text-align: left;
}
.cid-sPu5Nor146 {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #092433;
}
.cid-sPu5Nor146 .mbr-section-subtitle {
  text-align: right;
  color: #ffffff;
}
.cid-sPu5Nor146 .mbr-text {
  color: #ffffff;
}
.cid-sCW1LGAsVu {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sCW1LGAsVu ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-sCW1LGAsVu li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-sCW1LGAsVu ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #000000;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-sCVZM4lDpJ {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #092433;
}
.cid-sCVZM4lDpJ .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #8d97ad;
  margin-bottom: 2rem;
}
.cid-sCVZM4lDpJ .card-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  background: #092433;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-sCVZM4lDpJ .card-title,
.cid-sCVZM4lDpJ .card-box {
  color: #ffffff;
}
.cid-tsIejU8LPl {
  padding-top: 90px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-tsIejU8LPl .plan-body .btn-bgr {
  z-index: 0;
}
.cid-tsIejU8LPl .plan-body .btn-bgr.btn-primary-outline {
  border: 1px solid #8d97ad;
}
.cid-tsIejU8LPl .plan-body .btn-bgr.btn-primary-outline:hover {
  background-color: #8d97ad !important;
  color: #ffffff !important;
}
.cid-tsIejU8LPl .plan-body .btn-bgr.btn-secondary-outline {
  border: 1px solid #092433;
}
.cid-tsIejU8LPl .plan-body .btn-bgr.btn-secondary-outline:hover {
  background-color: #092433 !important;
  color: #ffffff !important;
}
.cid-tsIejU8LPl .plan-body .btn-bgr.btn-success-outline {
  border: 1px solid #f19101;
}
.cid-tsIejU8LPl .plan-body .btn-bgr.btn-success-outline:hover {
  background-color: #f19101 !important;
  color: #ffffff !important;
}
.cid-tsIejU8LPl .plan-body .btn-bgr.btn-info-outline {
  border: 1px solid #6c7484;
}
.cid-tsIejU8LPl .plan-body .btn-bgr.btn-info-outline:hover {
  background-color: #6c7484 !important;
  color: #ffffff !important;
}
.cid-tsIejU8LPl .plan-body .btn-bgr.btn-warning-outline {
  border: 1px solid #f19101;
}
.cid-tsIejU8LPl .plan-body .btn-bgr.btn-warning-outline:hover {
  background-color: #f19101 !important;
  color: #ffffff !important;
}
.cid-tsIejU8LPl .plan-body .btn-bgr.btn-danger-outline {
  border: 1px solid #ff9966;
}
.cid-tsIejU8LPl .plan-body .btn-bgr.btn-danger-outline:hover {
  background-color: #ff9966 !important;
  color: #ffffff !important;
}
.cid-tsIejU8LPl .plan-body .btn-bgr.btn-black-outline {
  border: 1px solid #000000;
}
.cid-tsIejU8LPl .plan-body .btn-bgr.btn-black-outline:hover {
  background-color: #000000 !important;
  color: #ffffff !important;
}
.cid-tsIejU8LPl .plan-body .btn-bgr.btn-white-outline {
  border: 1px solid #ffffff;
}
.cid-tsIejU8LPl .plan-body .btn-bgr.btn-white-outline:hover {
  background-color: #ffffff !important;
  color: #000000 !important;
}
.cid-tsIejU8LPl .list-group-item {
  padding: 20px 15px;
}
.cid-tsIejU8LPl .price-term {
  display: block;
  line-height: 1;
}
.cid-tsIejU8LPl .plan-header {
  overflow: hidden;
}
.cid-tsIejU8LPl .plan-header .plan-title {
  background-color: #092433;
  font-weight: 300;
  margin-bottom: 25px;
  padding: 12.5px;
}
.cid-tsIejU8LPl .plan {
  position: relative;
  max-width: 330px;
  padding-right: 0;
  padding-left: 0;
  color: #232323;
  border-left: 1px solid #ffffff;
}
.cid-tsIejU8LPl .plan:first-child {
  border-left: 1px solid transparent;
}
.cid-tsIejU8LPl .plan .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
  background: transparent;
}
.cid-tsIejU8LPl .plan .mbr-section-btn {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 20px;
}
.cid-tsIejU8LPl .plan .mbr-section-btn .btn {
  width: 80%;
}
.cid-tsIejU8LPl .plan-header,
.cid-tsIejU8LPl .plan-body {
  background-color: #ffffff;
}
.cid-tsIejU8LPl .price-figure {
  color: #494949;
  margin-right: -10px;
}
.cid-tsIejU8LPl .price-value {
  vertical-align: bottom;
  line-height: 2;
  margin-right: 0.25rem;
  color: #494949;
}
@media (max-width: 768px) {
  .cid-tsIejU8LPl .plan {
    margin-bottom: 15px !important;
  }
}
@media (max-width: 550px) {
  .cid-tsIejU8LPl .price-figure {
    font-size: 4.25rem;
  }
}
.cid-tsIejU8LPl .list-group,
.cid-tsIejU8LPl .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-tsIejU8LPl .plan .plan-header .plan-price .price-figure {
  text-align: left;
  color: #232323;
}
.cid-tsIejU8LPl .mbr-section-title,
.cid-tsIejU8LPl .mbr-section-btn {
  color: #8d97ad;
}
#hrblock-block-2s hr {
  margin: 0;
}
.cid-tsDGmpzwh6 {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #e5e5e5;
}
.cid-tsDGmpzwh6 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tsDGmpzwh6 form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-tsDGmpzwh6 form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-tsDGmpzwh6 form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tsDGmpzwh6 .mbr-section-title {
  color: #f19101;
  text-align: center;
}
#hrblock-block-gg hr {
  margin: 0;
}
.cid-sPdtlkh1sy {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #092433;
}
.cid-sPdtlkh1sy .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sPdtlkh1sy .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sPdtlkh1sy .row {
    text-align: center;
  }
  .cid-sPdtlkh1sy .row > div {
    margin: auto;
  }
  .cid-sPdtlkh1sy .social-row {
    justify-content: center;
  }
}
.cid-sPdtlkh1sy .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sPdtlkh1sy .list {
  list-style: none;
  padding-left: 0;
  color: #8d97ad;
}
@media (max-width: 991px) {
  .cid-sPdtlkh1sy .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sPdtlkh1sy .list {
    margin-bottom: 0rem;
  }
}
.cid-sPdtlkh1sy .mbr-text {
  color: #ffffff;
}
.cid-sPdtlkh1sy .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sPdtlkh1sy .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sPdtlkh1sy div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sPdtlkh1sy H5 {
  color: #ffffff;
}
.cid-sPdtlkh1sy .copyright {
  text-align: center;
  color: #ffffff;
}
.cid-sPdtlkh1sy P {
  color: #092433;
}
.cid-sPdtlkh1sy hr {
  margin: 0;
  color: #f19101;
}
.cid-sPcvAHPU6k {
  z-index: 1000;
  width: 100%;
}
.cid-sPcvAHPU6k .nav-dropdown {
  font-size: 0.75rem;
  font-weight: 700;
  height: auto !important;
}
.cid-sPcvAHPU6k .nav-dropdown .nav-btn {
  padding-left: 1rem;
}
.cid-sPcvAHPU6k .nav-dropdown .link {
  margin: 0.667em 0.5em !important;
  font-weight: 400;
  padding: 0 0.3em !important;
  transition: color 0.2s ease-in-out;
}
.cid-sPcvAHPU6k .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-sPcvAHPU6k .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-sPcvAHPU6k .iconfont-wrapper {
  color: #fafafa !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-sPcvAHPU6k .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-sPcvAHPU6k .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-sPcvAHPU6k .container {
    padding: 0 1rem;
  }
}
.cid-sPcvAHPU6k .menu-tite {
  background: #f19101;
  width: 100%;
  padding: 0.3rem 1rem;
  text-align: center;
  color: #f19101;
}
.cid-sPcvAHPU6k .menu-custom {
  background: #092433;
  width: 100%;
  padding: 0.3rem 1rem;
  text-align: center;
  color: #f19101;
  border-bottom: 0;
  text-decoration: none !important;
}
.cid-sPcvAHPU6k .nav-link {
  position: relative;
}
.cid-sPcvAHPU6k .nav-link:hover {
  color: #6c7484 !important;
}
.cid-sPcvAHPU6k nav.navbar {
  position: fixed;
}
.cid-sPcvAHPU6k .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.9);
}
.cid-sPcvAHPU6k .navbar.opened {
  transition: all 0.3s;
}
.cid-sPcvAHPU6k .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sPcvAHPU6k .navbar .navbar-logo img {
  width: auto;
}
.cid-sPcvAHPU6k .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sPcvAHPU6k .navbar.collapsed {
  justify-content: center;
}
.cid-sPcvAHPU6k .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sPcvAHPU6k .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sPcvAHPU6k .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sPcvAHPU6k .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sPcvAHPU6k .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sPcvAHPU6k .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-sPcvAHPU6k .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sPcvAHPU6k .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sPcvAHPU6k .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sPcvAHPU6k .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sPcvAHPU6k .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sPcvAHPU6k .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sPcvAHPU6k .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sPcvAHPU6k .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-sPcvAHPU6k .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sPcvAHPU6k .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sPcvAHPU6k .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sPcvAHPU6k .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sPcvAHPU6k .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sPcvAHPU6k .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sPcvAHPU6k .navbar.navbar-short {
  min-height: 60px;
}
.cid-sPcvAHPU6k .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sPcvAHPU6k .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sPcvAHPU6k .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sPcvAHPU6k .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sPcvAHPU6k .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sPcvAHPU6k .dropdown-item:hover,
.cid-sPcvAHPU6k .dropdown-item:focus {
  background: #8d97ad !important;
  color: white !important;
}
.cid-sPcvAHPU6k .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sPcvAHPU6k .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sPcvAHPU6k .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sPcvAHPU6k .dropdown-menu,
.cid-sPcvAHPU6k .navbar.opened {
  background: #ffffff !important;
}
.cid-sPcvAHPU6k .nav-item:focus,
.cid-sPcvAHPU6k .nav-link:focus {
  outline: none;
}
.cid-sPcvAHPU6k .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sPcvAHPU6k .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sPcvAHPU6k .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sPcvAHPU6k .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sPcvAHPU6k .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sPcvAHPU6k .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sPcvAHPU6k .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sPcvAHPU6k .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sPcvAHPU6k .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sPcvAHPU6k .dropdown-item.active,
.cid-sPcvAHPU6k .dropdown-item:active {
  background-color: transparent;
}
.cid-sPcvAHPU6k .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sPcvAHPU6k .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sPcvAHPU6k .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sPcvAHPU6k .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sPcvAHPU6k .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sPcvAHPU6k .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sPcvAHPU6k ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sPcvAHPU6k .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sPcvAHPU6k button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sPcvAHPU6k button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-sPcvAHPU6k button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sPcvAHPU6k button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sPcvAHPU6k button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sPcvAHPU6k button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sPcvAHPU6k nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sPcvAHPU6k nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sPcvAHPU6k nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sPcvAHPU6k nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sPcvAHPU6k .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sPcvAHPU6k a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sPcvAHPU6k .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sPcvAHPU6k .navbar {
    height: 70px;
  }
  .cid-sPcvAHPU6k .navbar.opened {
    height: auto;
  }
  .cid-sPcvAHPU6k .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sPcvAHPU6k .yui {
  font-family: Manrope;
  font-size: 14px;
  font-weight: light;
  border-bottom: 0;
  text-decoration: none;
}
