body {
  font-family: Poppins;
}
.display-1 {
  font-family: 'Poppins', sans-serif;
  font-size: 3.6rem;
}
.display-1 > .mbr-iconfont {
  font-size: 5.76rem;
}
.display-2 {
  font-family: 'Poppins', sans-serif;
  font-size: 2.2rem;
}
.display-2 > .mbr-iconfont {
  font-size: 3.52rem;
}
.display-4 {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.8rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 2.88rem;
}
.display-7 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.1rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.76rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.88rem;
    font-size: calc( 1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.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.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 2.2rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #255085 !important;
}
.bg-success {
  background-color: #f1894c !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #36404c !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #255085 !important;
  border-color: #255085 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #255085 !important;
  background-color: transparent !important;
  border-color: #255085 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #142c49 !important;
  border-color: #142c49 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ed4266 !important;
  border-color: #ed4266 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ed4266 !important;
  background-color: transparent !important;
  border-color: #ed4266 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #cf143b !important;
  border-color: #cf143b !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #82786e !important;
  background-color: transparent !important;
  border-color: #82786e !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #f1894c !important;
  border-color: #f1894c !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #f1894c !important;
  background-color: transparent !important;
  border-color: #f1894c !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #df5d11 !important;
  border-color: #df5d11 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #36404c !important;
  border-color: #36404c !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #36404c !important;
  background-color: transparent !important;
  border-color: #36404c !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #161a1f !important;
  border-color: #161a1f !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #b1a374 !important;
  background-color: transparent !important;
  border-color: #b1a374 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #ffffff !important;
  background-color: transparent !important;
  border-color: #ffffff !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #333333 !important;
  background-color: transparent !important;
  border-color: #333333 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #0f2035;
  color: #0f2035;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #255085;
  border-color: #255085;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #255085 !important;
  border-color: #255085 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #b81134;
  color: #b81134;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ed4266;
  border-color: #ed4266;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ed4266 !important;
  border-color: #ed4266 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #c75410;
  color: #c75410;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #f1894c;
  border-color: #f1894c;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #f1894c !important;
  border-color: #f1894c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #0c0e10;
  color: #0c0e10;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #36404c;
  border-color: #36404c;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #36404c !important;
  border-color: #36404c !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #255085 !important;
}
.text-secondary {
  color: #ed4266 !important;
}
.text-success {
  color: #f1894c !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #36404c !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #ed4266 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #b81134 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #ed4266 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #ed4266 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #ed4266 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #ed4266 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ed4266 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #ed4266 !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #36404c;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #255085;
  border-color: #255085;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #255085;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #598ed1;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #a7b3c0;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
#scrollToTop a i:before {
  content: '';
  position: absolute;
  height: 40%;
  top: 25%;
  background: #fff;
  width: 2px;
  left: calc(50% - 1px);
}
#scrollToTop a i:after {
  content: '';
  position: absolute;
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
/* Others*/
.note-check a[data-value=Rubik] {
  font-style: normal;
}
.mbr-arrow a {
  color: #ffffff;
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: .357em;
  padding: 0;
}
.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: .875rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
  -webkit-transform: rotate(45deg);
}
.form-control {
  background-color: #ffffff;
  box-shadow: none;
  color: #767676;
  border: 3px solid #ebeced;
  font-family: 'Poppins', sans-serif;
  font-size: 1.1rem;
  line-height: 1.43;
  min-height: 46px;
  padding: 0.5rem 1.2rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.76rem;
}
.form-control:focus {
  outline: none;
  border: 3px solid #ebeced;
  background-color: #f5f5f7;
}
.form-active .form-control:invalid {
  border-color: red;
}
.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: .5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
blockquote {
  border-color: #255085;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #255085;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-number__spin {
  background-color: #ffffff;
  border: 3px solid #ebeced;
}
.jq-number__spin:focus {
  outline: none;
  border: 3px solid #ebeced;
  background-color: #f5f5f7;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #255085;
  border-bottom-color: #255085;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #255085 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #ed4266 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23255085' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
.cid-uZ9VSqXlCR {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uZ9VSqXlCR nav.navbar {
  position: fixed;
}
.cid-uZ9VSqXlCR .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-uZ9VSqXlCR .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-uZ9VSqXlCR .dropdown-item:hover,
.cid-uZ9VSqXlCR .dropdown-item:focus {
  color: #255085 !important;
}
.cid-uZ9VSqXlCR .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
  font-weight: 500;
}
.cid-uZ9VSqXlCR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZ9VSqXlCR .nav-link {
  position: relative;
  padding: 0;
}
.cid-uZ9VSqXlCR .container {
  display: flex;
  margin: auto;
}
.cid-uZ9VSqXlCR .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uZ9VSqXlCR .dropdown-menu,
.cid-uZ9VSqXlCR .navbar.opened {
  background: #255085 !important;
}
.cid-uZ9VSqXlCR .nav-item:focus,
.cid-uZ9VSqXlCR .nav-link:focus {
  outline: none;
}
.cid-uZ9VSqXlCR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZ9VSqXlCR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZ9VSqXlCR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZ9VSqXlCR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZ9VSqXlCR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZ9VSqXlCR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZ9VSqXlCR .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #255085;
}
.cid-uZ9VSqXlCR .navbar.opened {
  transition: all 0.3s;
}
.cid-uZ9VSqXlCR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZ9VSqXlCR .navbar .navbar-logo img {
  width: auto;
}
.cid-uZ9VSqXlCR .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uZ9VSqXlCR .navbar.collapsed {
  justify-content: center;
}
.cid-uZ9VSqXlCR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZ9VSqXlCR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZ9VSqXlCR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.4rem);
  }
}
.cid-uZ9VSqXlCR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZ9VSqXlCR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZ9VSqXlCR .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-uZ9VSqXlCR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZ9VSqXlCR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZ9VSqXlCR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uZ9VSqXlCR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZ9VSqXlCR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZ9VSqXlCR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZ9VSqXlCR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZ9VSqXlCR .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-uZ9VSqXlCR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZ9VSqXlCR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZ9VSqXlCR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZ9VSqXlCR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uZ9VSqXlCR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZ9VSqXlCR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZ9VSqXlCR .navbar.navbar-short {
  min-height: 60px;
}
.cid-uZ9VSqXlCR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uZ9VSqXlCR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uZ9VSqXlCR .navbar-brand {
  display: inline-flex;
  align-items: center;
  min-height: 70px;
  flex-shrink: 0;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uZ9VSqXlCR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZ9VSqXlCR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZ9VSqXlCR .dropdown-item.active,
.cid-uZ9VSqXlCR .dropdown-item:active {
  background-color: transparent;
}
.cid-uZ9VSqXlCR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZ9VSqXlCR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZ9VSqXlCR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZ9VSqXlCR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #255085;
}
.cid-uZ9VSqXlCR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uZ9VSqXlCR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZ9VSqXlCR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZ9VSqXlCR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uZ9VSqXlCR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZ9VSqXlCR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uZ9VSqXlCR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZ9VSqXlCR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZ9VSqXlCR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZ9VSqXlCR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZ9VSqXlCR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZ9VSqXlCR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZ9VSqXlCR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZ9VSqXlCR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZ9VSqXlCR .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uZ9VSqXlCR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZ9VSqXlCR .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-start;
  padding-left: 0;
  padding-top: 1.5rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZ9VSqXlCR .navbar {
    height: 70px;
  }
  .cid-uZ9VSqXlCR .navbar.opened {
    height: auto;
  }
  .cid-uZ9VSqXlCR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZ9VSqXlCR .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-uZ9VSqXlCR .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-uZ9VSqXlCR a {
  display: inline;
  font-weight: bold;
}
.cid-uZ9VSqXlCR img {
  display: inline;
  padding-right: 10px;
}
.cid-uZ9VSqXlCR .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-uZ9VSqXlCR .dropdown-item:hover {
  color: #36404c !important;
}
@media (max-width: 990px) {
  .cid-uZ9VSqXlCR .dropdown-menu {
    margin-top: 0px;
  }
  .cid-uZ9VSqXlCR .collapse .btn {
    margin: 11px 21px 18px;
  }
  .cid-uZ9VSqXlCR .right-side {
    flex-direction: column;
  }
  .cid-uZ9VSqXlCR ul {
    margin-left: 0 !important;
  }
}
.cid-uZ9VSqXlCR .navbar-collapse .btn {
  display: block;
  margin: 0px 21px 0;
  font-weight: 500;
  white-space: nowrap;
}
@media (min-width: 992px) {
  .cid-uZ9VSqXlCR .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
    align-items: center;
  }
}
.cid-uZ9VSqXlCR .navbar .navbar-collapse ul.navbar-nav li {
  margin: 0 !important;
}
.cid-uZ9VSqXlCR .navbar-collapse .nav-link {
  display: inline-flex;
}
.cid-uZ9VSqXlCR .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-uZ9VSqXlCR .nav-link:hover:before {
  transform: scaleX(1);
  transform-origin: left center;
}
.cid-uZ9VSqXlCR .nav-link:before {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  border-top-width: .143em;
  border-top-style: solid;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.cid-uZ9VSqXlCR ul {
  margin-left: 15%;
}
.cid-uZ9VSqXlCR .right-side {
  display: flex;
}
@media (min-width: 990px) and (max-width: 1050px) {
  .cid-uZ9VSqXlCR ul {
    margin-left: 50px !important;
  }
}
.cid-uZ9HvZtT3D {
  padding-top: 7rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/web-banner-home-2-sabas-1920x950.webp");
  display: flex;
  align-items: center;
  min-height: 670px;
}
@media (max-width: 767px) {
  .cid-uZ9HvZtT3D {
    background-size: 200% 100%;
    background-position: left center;
  }
}
.cid-uZ9HvZtT3D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ9HvZtT3D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 1024px) {
  .cid-uZ9HvZtT3D {
    min-height: 500px;
  }
}
@media (max-width: 767px) {
  .cid-uZ9HvZtT3D {
    min-height: 0;
  }
}
.cid-uZ9HvZtT3D .container {
  max-width: 100%;
  width: 100%;
  padding-left: 8%;
  padding-right: 46%;
}
@media (max-width: 991px) {
  .cid-uZ9HvZtT3D .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uZ9HvZtT3D .row {
  margin-left: -20px;
  margin-right: -20px;
}
.cid-uZ9HvZtT3D .row > [class*="col"] {
  padding-left: 20px;
  padding-right: 20px;
}
.cid-uZ9HvZtT3D .content-container {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-uZ9HvZtT3D .content-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uZ9HvZtT3D .content-container {
    padding-right: 200px;
  }
}
.cid-uZ9HvZtT3D .mbr-section-title {
  color: #ffffff;
  margin-bottom: 40px;
  width: 100%;
}
@media (min-width: 768px) {
  .cid-uZ9HvZtT3D .mbr-section-title {
    padding-right: 40px;
  }
}
@media (max-width: 767px) {
  .cid-uZ9HvZtT3D .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uZ9HvZtT3D .mbr-section-subtitle {
  color: #112B6D;
  margin-bottom: 20px;
  width: 100%;
}
.cid-uZ9HvZtT3D .mbr-text {
  color: #112B6D;
  margin-bottom: 0.9rem;
  width: 100%;
}
.cid-uZ9HvZtT3D .mbr-section-btn {
  margin-top: 10px;
}
.cid-uZ9HvZtT3D .mbr-text,
.cid-uZ9HvZtT3D .mbr-section-btn {
  color: #f5f5f7;
}
.cid-uZ9Fx2BDqn {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f5f5f7;
}
.cid-uZ9Fx2BDqn .mbr-figure iframe {
  border-radius: 2rem;
}
.cid-uZ9Fx2BDqn .mbr-figure .app-video-wrapper img {
  border-radius: 2rem;
}
.cid-uZ9Fx2BDqn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ9Fx2BDqn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZNtvAIS1Q {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uZNtvAIS1Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZNtvAIS1Q .container-fluid {
  padding: 0;
}
.cid-uZNtvAIS1Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uZNtvAIS1Q .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uZNtvAIS1Q .row {
  flex-direction: row-reverse;
}
.cid-uZNtvAIS1Q img {
  width: 100%;
}
.cid-uZ9J63s27g {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uZ9J63s27g .mbr-text {
  color: #000000;
}
.cid-uZ9J63s27g .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZ9J63s27g .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uZ9J63s27g .img-wrapper img {
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 4rem !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uZ9J63s27g .img-wrapper img {
    width: 120px;
    height: 120px;
  }
}
.cid-uZ9J63s27g p {
  line-height: 1.3;
}
.cid-uZ9J63s27g .mbr-iconfont {
  font-size: 5rem;
  color: #255085;
  opacity: 0.2;
}
@media (max-width: 992px) {
  .cid-uZ9J63s27g .mbr-iconfont {
    display: none;
  }
}
.cid-uZ9J63s27g .wrapper {
  position: relative;
}
.cid-uZ9J63s27g .wrapper .icon1 {
  position: absolute;
  left: -100px;
  top: -60px;
}
.cid-uZ9J63s27g .wrapper .icon2 {
  position: absolute;
  right: -100px;
  bottom: -30px;
}
.cid-uZ9J63s27g .img-wrapper {
  display: flex;
}
.cid-uZ9J63s27g .card-text {
  text-align: center;
}
.cid-uZ9J63s27g .card-title,
.cid-uZ9J63s27g .img-wrapper {
  text-align: center;
  color: #f0466a;
}
.cid-uZ9IYx5VxC {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZ9IYx5VxC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ9IYx5VxC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ9IYx5VxC .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uZ9IYx5VxC .bg-facebook:hover {
  background: #0b60cb;
}
.cid-uZ9IYx5VxC .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-uZ9IYx5VxC .bg-instagram:hover {
  background: #bd005c;
}
.cid-uZ9IYx5VxC .bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-uZ9IYx5VxC .bg-tiktok:hover {
  background: #000000;
}
.cid-uZ9IYx5VxC .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-uZ9IYx5VxC .bg-youtube:hover {
  background: #cc0000;
}
.cid-uZ9IYx5VxC .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-uZ9IYx5VxC [class^="socicon-"]:before,
.cid-uZ9IYx5VxC [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-uZajrXx0iG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uZajrXx0iG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZajrXx0iG .container-fluid {
  padding: 0;
}
.cid-uZajrXx0iG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uZajrXx0iG .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uZajrXx0iG .row {
  flex-direction: row-reverse;
}
.cid-uZajrXx0iG img {
  width: 100%;
}
.cid-uZ9LqH3oHG {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #f5f5f7;
}
.cid-uZ9LqH3oHG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ9LqH3oHG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ9LqH3oHG .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uZ9LqH3oHG .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uZ9LqH3oHG .content-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
  padding: 20px 30px 20px 20px;
  border: 1px solid #e5e4e7;
}
@media (max-width: 992px) {
  .cid-uZ9LqH3oHG .content-wrapper .person-wrapper .person-wrap {
    padding: 20px;
  }
}
.cid-uZ9LqH3oHG .content-wrapper .person-wrapper .person-wrap .image-wrapper img {
  width: 54px;
  height: 54px;
  min-width: 54px;
  border-radius: 100% !important;
  object-fit: cover;
}
.cid-uZ9LqH3oHG .content-wrapper .person-wrapper .person-wrap .name-wrapper {
  margin-left: 20px;
}
.cid-uZ9LqH3oHG .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-name {
  margin-bottom: 0;
}
.cid-uZ9LqH3oHG .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-role {
  margin-bottom: 0;
}
.cid-uZ9LqH3oHG .mbr-text {
  color: #19171c;
}
.cid-uZ9LqH3oHG .mbr-name {
  color: #19171c;
  text-align: left;
}
.cid-uZ9LqH3oHG .mbr-role {
  color: #6e6e73;
  text-align: left;
}
.cid-uZ9LqH3oHG .mbr-text,
.cid-uZ9LqH3oHG .text-wrapper,
.cid-uZ9LqH3oHG .person-wrapper {
  text-align: center;
}
.cid-uZ9Mkgkao7 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #f5f5f7;
}
.cid-uZ9Mkgkao7 .mbr-text {
  color: #103178;
}
.cid-uZ9Mkgkao7 .mbr-section-subtitle {
  color: #103178;
}
.cid-uZ9Mkgkao7 p {
  line-height: 2;
}
.cid-uZa8PCJKn5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZa8PCJKn5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZa8PCJKn5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZa8PCJKn5 .number-wrap {
  color: #555555;
  text-align: center;
}
.cid-uZa8PCJKn5 .number {
  color: #6592e6;
}
.cid-uZa8PCJKn5 .period {
  display: block;
}
.cid-uZa8PCJKn5 .dot {
  display: none;
}
@media (max-width: 767px) {
  .cid-uZa8PCJKn5 .period {
    font-size: 0.8rem;
  }
}
.cid-uZa8PCJKn5 .btn {
  height: 100%;
  margin: 0;
}
.cid-uZa8PCJKn5 .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-uZa8PCJKn5 .icons-menu .soc-item {
  padding-left: 8px;
  padding-right: 8px;
}
.cid-uZa8PCJKn5 .icons-menu .soc-item .mbr-iconfont {
  font-size: 2rem;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #6592e6;
  border: 2px solid #6592e6;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-uZa8PCJKn5 .icons-menu .soc-item .mbr-iconfont:before {
  padding: 0.6rem;
}
.cid-uZa8PCJKn5 .icons-menu .soc-item .mbr-iconfont:hover {
  background-color: #6592e6;
  color: #ffffff;
}
.cid-uZ9NyVHD5B {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #36404c;
}
.cid-uZ9NyVHD5B .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-uZ9NyVHD5B section {
  position: relative;
}
.cid-uZ9NyVHD5B h4 {
  margin: 0;
}
.cid-uZ9NyVHD5B a {
  font-weight: 300;
}
.cid-uZ9NyVHD5B .row {
  align-items: center;
}
.cid-uZ9NyVHD5B .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-uZ9NyVHD5B .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-uZ9NyVHD5B .img1 {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uZ9NyVHD5B .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uZ9NyVHD5B .align-left {
    text-align: center;
  }
  .cid-uZ9NyVHD5B .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-uZ9NyVHD5B .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-uZ9NyVHD5B .item {
    padding-bottom: 0.5rem;
  }
}
.cid-uZ9NyVHD5B .item-title {
  color: #c1c1c1;
}
.cid-uZ9NyVHD5B H4 {
  color: #c1c1c1;
}
