body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Libre Baskerville', serif;
  font-size: 4.375rem;
}
.display-1 > .mbr-iconfont {
  font-size: 4.375rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 2.8rem;
}
.display-2 > .mbr-iconfont {
  font-size: 2.8rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 0.9375rem;
}
.display-4 > .mbr-iconfont {
  font-size: 0.9375rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 1.875rem;
}
.display-5 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.15rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.15rem;
}
/* ---- 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: 3.5rem;
    font-size: calc( 2.18125rem + (4.375 - 2.18125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.18125rem + (4.375 - 2.18125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.75rem;
    font-size: calc( 0.978125rem + (0.9375 - 0.978125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.978125rem + (0.9375 - 0.978125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.5rem;
    font-size: calc( 1.30625rem + (1.875 - 1.30625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.30625rem + (1.875 - 1.30625) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 10px 15px;
  border-radius: 6px;
}
.btn-sm {
  padding: 18px 38px;
  border-radius: 6px;
}
.btn-md {
  padding: 18px 42px;
  border-radius: 6px;
}
.btn-lg {
  padding: 20px 47px;
  border-radius: 6px;
}
.bg-primary {
  background-color: #13287d !important;
}
.bg-success {
  background-color: #ffc600 !important;
}
.bg-info {
  background-color: #83868c !important;
}
.bg-warning {
  background-color: #eff2f7 !important;
}
.bg-danger {
  background-color: #0a1126 !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #13287d !important;
  border-color: #13287d !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #09133b !important;
  border-color: #09133b !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #09133b !important;
  border-color: #09133b !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #279e64 !important;
  border-color: #279e64 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #18613d !important;
  border-color: #18613d !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #18613d !important;
  border-color: #18613d !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #83868c !important;
  border-color: #83868c !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #5e6065 !important;
  border-color: #5e6065 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5e6065 !important;
  border-color: #5e6065 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #ffc600 !important;
  border-color: #ffc600 !important;
  color: #000000 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #000000 !important;
  background-color: #b38b00 !important;
  border-color: #b38b00 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #000000 !important;
  background-color: #b38b00 !important;
  border-color: #b38b00 !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #eff2f7 !important;
  border-color: #eff2f7 !important;
  color: #4d6a9a !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #4d6a9a !important;
  background-color: #bcc9de !important;
  border-color: #bcc9de !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #4d6a9a !important;
  background-color: #bcc9de !important;
  border-color: #bcc9de !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #0a1126 !important;
  border-color: #0a1126 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !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,
.btn-primary-outline.active {
  background: none;
  border-color: #060c24;
  color: #060c24;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff;
  background-color: #13287d;
  border-color: #13287d;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #13287d !important;
  border-color: #13287d !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #134c30;
  color: #134c30;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff;
  background-color: #279e64;
  border-color: #279e64;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #279e64 !important;
  border-color: #279e64 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #515358;
  color: #515358;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff;
  background-color: #83868c;
  border-color: #83868c;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #83868c !important;
  border-color: #83868c !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #997700;
  color: #997700;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #000000;
  background-color: #ffc600;
  border-color: #ffc600;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #000000 !important;
  background-color: #ffc600 !important;
  border-color: #ffc600 !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #abbbd5;
  color: #abbbd5;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #4d6a9a;
  background-color: #eff2f7;
  border-color: #eff2f7;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #4d6a9a !important;
  background-color: #eff2f7 !important;
  border-color: #eff2f7 !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff;
  background-color: #0a1126;
  border-color: #0a1126;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #0a1126 !important;
  border-color: #0a1126 !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  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: #13287d !important;
}
.text-secondary {
  color: #279e64 !important;
}
.text-success {
  color: #ffc600 !important;
}
.text-info {
  color: #83868c !important;
}
.text-warning {
  color: #eff2f7 !important;
}
.text-danger {
  color: #0a1126 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #060c24 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #134c30 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #997700 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #515358 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #abbbd5 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #000000 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #83868c;
}
.alert-warning {
  background-color: #eff2f7;
}
.alert-danger {
  background-color: #0a1126;
}
.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: #13287d;
  border-color: #13287d;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #13287d;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #3053e0;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fff4cc;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #c5c7c9;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #acbbe9;
}
.scrollToTop_wraper {
  display: none !important;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.15rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.15rem;
}
blockquote {
  border-color: #13287d;
}
/* Forms */
.mbr-form .btn {
  margin: 0.4rem 0;
}
.btn-primary:hover {
  color: #13287d !important;
  background: white !important;
  border-color: white !important;
}
.form-control,
.jq-number__spin {
  background-color: #ffffff;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #13287d;
  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-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #13287d;
  border-bottom-color: #13287d;
}
.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: #13287d !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: #279e64 !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='%2313287d' %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-sNItSoY6Xw .nav-item:focus,
.cid-sNItSoY6Xw .nav-link:focus {
  outline: none;
}
.cid-sNItSoY6Xw .nav-dropdown .dropdown-menu {
  padding-top: 0;
}
.cid-sNItSoY6Xw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sNItSoY6Xw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sNItSoY6Xw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sNItSoY6Xw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sNItSoY6Xw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0em 0em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sNItSoY6Xw .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
  flex-direction: row !important;
}
.cid-sNItSoY6Xw .navbar.opened {
  transition: all 0.3s;
  background: #000000 !important;
}
.cid-sNItSoY6Xw .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-sNItSoY6Xw .navbar .navbar-collapse {
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: calc(100vh - 61px);
  padding-top: 3rem;
  padding-bottom: 3rem;
  z-index: 1;
  display: none !important;
}
.cid-sNItSoY6Xw .navbar .navbar-collapse > .container {
  height: 100%;
}
.cid-sNItSoY6Xw .navbar .navbar-collapse.show,
.cid-sNItSoY6Xw .navbar .navbar-collapse.collapsing {
  display: -webkit-flex;
}
.cid-sNItSoY6Xw .navbar .navbar-collapse .img-column img {
  width: 100%;
}
.cid-sNItSoY6Xw .navbar .navbar-collapse .text-column {
  overflow: auto;
  max-height: calc(100vh - 7rem);
}
.cid-sNItSoY6Xw .navbar .navbar-collapse .contact-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.cid-sNItSoY6Xw .navbar:not(.navbar-short) .text-column {
  max-height: calc(100vh - 4rem - 3.8rem);
}
.cid-sNItSoY6Xw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sNItSoY6Xw .navbar.collapsed .dropdown-menu {
  text-align: inherit;
  background: transparent !important;
}
.cid-sNItSoY6Xw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sNItSoY6Xw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sNItSoY6Xw .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sNItSoY6Xw .navbar.collapsed ul.navbar-nav {
  word-break: break-word;
}
.cid-sNItSoY6Xw .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: inherit;
}
.cid-sNItSoY6Xw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cid-sNItSoY6Xw .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-sNItSoY6Xw .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-sNItSoY6Xw .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sNItSoY6Xw .navbar-brand {
  min-height: 61px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sNItSoY6Xw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sNItSoY6Xw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sNItSoY6Xw .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sNItSoY6Xw .dropdown-item.active,
.cid-sNItSoY6Xw .dropdown-item:active {
  background-color: transparent;
}
.cid-sNItSoY6Xw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sNItSoY6Xw .nav-dropdown .link {
  margin: 0.2em 0em;
}
.cid-sNItSoY6Xw .nav-dropdown .link.dropdown-toggle {
  margin: 0;
}
.cid-sNItSoY6Xw .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin: 0em 0em;
  padding: 0.2em 0em;
}
.cid-sNItSoY6Xw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sNItSoY6Xw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sNItSoY6Xw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sNItSoY6Xw ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sNItSoY6Xw .navbar-buttons {
  text-align: inherit;
}
.cid-sNItSoY6Xw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sNItSoY6Xw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-sNItSoY6Xw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sNItSoY6Xw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sNItSoY6Xw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sNItSoY6Xw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sNItSoY6Xw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sNItSoY6Xw nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sNItSoY6Xw nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sNItSoY6Xw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sNItSoY6Xw .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sNItSoY6Xw .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sNItSoY6Xw .icons-menu {
  text-align: inherit;
}
.cid-sNItSoY6Xw .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-sNItSoY6Xw .nav-link:hover,
.cid-sNItSoY6Xw .dropdown-item:hover,
.cid-sNItSoY6Xw .icons-menu .mbr-iconfont:hover {
  color: #cccccc !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sNItSoY6Xw .navbar {
    height: 77px;
  }
  .cid-sNItSoY6Xw .navbar.opened {
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-sNItSoY6Xw .navbar-collapse .img-column {
    display: none;
  }
  .cid-sNItSoY6Xw .icons-menu,
  .cid-sNItSoY6Xw .navbar-buttons,
  .cid-sNItSoY6Xw .contact-block,
  .cid-sNItSoY6Xw .text-column {
    text-align: center !important;
  }
}
.cid-s2V9SnoqGp {
  padding-top: 225px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/artificial-intelligence-data-center-technology-vr-2021-09-01-08-07-38-utc-2-2000x1125.jpg");
}
.cid-s2V9SnoqGp .mbr-section-subtitle {
  color: #ffffff;
}
.cid-s2V9SnoqGp .mbr-section-title {
  color: #00acee;
}
.cid-s2V9SnoqGp .mbr-text {
  color: #ffffff;
  font-weight: 500;
}
.cid-s2V9SnoqGp .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
  margin-left: 0.6rem;
}
.cid-s2V9SnoqGp .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #13287d;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-s2V9SnoqGp .mbr-section-btn {
  display: flex;
}
.cid-s2V9SnoqGp .mbr-section-btn .btn {
  font-weight: 700 !important;
}
.cid-s2V9SnoqGp .video-wrap {
  cursor: pointer;
  margin-left: 30px;
}
.cid-s2V9SnoqGp .video-wrap .mbr-media {
  z-index: 70;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.cid-s2V9SnoqGp .video-wrap .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  transition: all 0.25s;
  color: #279e64;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cid-s2V9SnoqGp .video-wrap .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-s2V9SnoqGp .video-wrap .icon-wrap {
  background-color: #ffffff;
  width: 3.7em;
  height: 3.7em;
  border-radius: 50%;
  max-width: 100% !important;
  text-align: center;
  display: inline-block;
  border: 2px solid transparent;
  box-sizing: content-box;
  position: relative;
}
.cid-s2V9SnoqGp .video-wrap .icon-wrap .line-video-1,
.cid-s2V9SnoqGp .video-wrap .icon-wrap .line-video-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  animation: squares 2.4s linear 0s infinite;
  -webkit-animation: squares 2.4s linear 0s infinite;
  -ms-animation: squares 2.4s linear 0s infinite;
  -o-animation: squares 2.4s linear 0s infinite;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  opacity: 0;
}
.cid-s2V9SnoqGp .video-wrap .icon-wrap .line-video-2 {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.cid-s2V9SnoqGp .video-wrap .mbr-text {
  color: #ffffff;
  font-weight: 700;
}
.cid-s2V9SnoqGp .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-s2V9SnoqGp .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-s2V9SnoqGp .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-s2V9SnoqGp a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffc600;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-s2V9SnoqGp a.close:hover {
  color: #ffc600;
}
@media (max-width: 991px) {
  .cid-s2V9SnoqGp .separator,
  .cid-s2V9SnoqGp .sep-holder,
  .cid-s2V9SnoqGp .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-s2V9SnoqGp .buttons-wrap {
    flex-direction: column;
  }
  .cid-s2V9SnoqGp .buttons-wrap .mbr-section-btn {
    justify-content: center;
  }
  .cid-s2V9SnoqGp .buttons-wrap .video-wrap {
    margin-left: 0;
    margin-top: 25px;
    justify-content: center;
  }
}
@-webkit-keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
@keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
.cid-s2V9SnoqGp .skew {
  background-image: url("../../../assets/images/bg-skew.png");
  background-position: center left;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: -140px;
  margin-bottom: 0;
  z-index: 8;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
}
.cid-s2V9SnoqGp .skew .inner {
  min-height: 150px;
  align-items: center;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.cid-sNJhomh19c {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sNJhomh19c .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-sNJhomh19c .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-sNJhomh19c .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-sNJhomh19c .mbr-section-title {
  color: #00acee;
}
.cid-sNJhomh19c .mbr-text,
.cid-sNJhomh19c .mbr-section-btn,
.cid-sNJhomh19c .social-row {
  color: #000000;
}
.cid-sNJg6vHems {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-sNJg6vHems svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-sNJg6vHems #e2_shape {
  fill: #000000 !important;
}
.cid-sNJg6vHems img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(49, 199, 126, 0.35);
}
@media (max-width: 576px) {
  .cid-sNJg6vHems img {
    width: 90%!important;
  }
}
.cid-sNJg6vHems H1 {
  color: #00acee;
}
.cid-sNJg6vHems .mbr-text,
.cid-sNJg6vHems .mbr-section-btn {
  color: #000000;
}
.cid-sNJiEGkJs9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sNJiEGkJs9 .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-sNJiEGkJs9 .block__left,
.cid-sNJiEGkJs9 .block__right {
  padding: 80px;
  height: 100%;
}
@media (max-width: 575px) {
  .cid-sNJiEGkJs9 .block__left,
  .cid-sNJiEGkJs9 .block__right {
    padding: 30px;
  }
}
.cid-sNJiEGkJs9 .title__block {
  position: relative;
  z-index: 2;
}
.cid-sNJiEGkJs9 .left__image {
  background-image: url("../../../assets/images/screen-shot-2021-11-03-at-12.11.15-pm-1972x1314.png");
}
.cid-sNJiEGkJs9 .block__left > .mbr-overlay {
  background-color: #191f23;
  opacity: 0.5;
  z-index: 1;
}
.cid-sNJiEGkJs9 .block__right > .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
  z-index: 1;
}
.cid-sNJiEGkJs9 .right__image {
  background-image: url("../../../assets/images/screen-shot-2021-11-03-at-12.16.14-pm-2000x1128.png");
}
.cid-sNJiEGkJs9 .left__image,
.cid-sNJiEGkJs9 .right__image {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 991px) {
  .cid-sNJiEGkJs9 .container,
  .cid-sNJiEGkJs9 .container-fluid,
  .cid-sNJiEGkJs9 .row {
    margin: 0;
    padding: 0;
    max-width: 100%;
  }
  .cid-sNJiEGkJs9 .wrap_left,
  .cid-sNJiEGkJs9 .wrap_right {
    padding: 0;
  }
}
.cid-sNIvhqIpjD {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-sNIvhqIpjD .card {
  border-radius: 0;
}
@media (min-width: 992px) {
  .cid-sNIvhqIpjD .card {
    border-right: 1px solid white;
  }
}
@media (max-width: 991px) {
  .cid-sNIvhqIpjD .card {
    border-right: 0px;
    border-bottom: 1px solid white;
  }
}
.cid-sNIvhqIpjD .wrapper {
  padding: 30px 0;
}
.cid-sNIvhqIpjD .mbr-section-title {
  color: #fafafa;
}
.cid-sNIvhqIpjD .mbr-text,
.cid-sNIvhqIpjD .mbr-section-btn {
  color: #ffffff;
}
.cid-sNIwdQxpS4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-sNIwdQxpS4 .card {
  border-radius: 0;
}
@media (min-width: 992px) {
  .cid-sNIwdQxpS4 .card {
    border-right: 1px solid white;
  }
}
@media (max-width: 991px) {
  .cid-sNIwdQxpS4 .card {
    border-right: 0px;
    border-bottom: 1px solid white;
  }
}
.cid-sNIwdQxpS4 .wrapper {
  padding: 30px 0;
}
.cid-sNIwdQxpS4 .mbr-section-title {
  color: #fafafa;
}
.cid-sNIwdQxpS4 .mbr-text,
.cid-sNIwdQxpS4 .mbr-section-btn {
  color: #ffffff;
}
.cid-sNIwqsUzdk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-sNIwqsUzdk .card {
  border-radius: 0;
}
@media (min-width: 992px) {
  .cid-sNIwqsUzdk .card {
    border-right: 1px solid white;
  }
}
@media (max-width: 991px) {
  .cid-sNIwqsUzdk .card {
    border-right: 0px;
    border-bottom: 1px solid white;
  }
}
.cid-sNIwqsUzdk .wrapper {
  padding: 30px 0;
}
.cid-sNIwqsUzdk .mbr-section-title {
  color: #fafafa;
}
.cid-sNIwqsUzdk .mbr-text,
.cid-sNIwqsUzdk .mbr-section-btn {
  color: #ffffff;
}
.cid-sNJpOLaZsC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-sNJpOLaZsC .card {
  border-radius: 0;
}
@media (min-width: 992px) {
  .cid-sNJpOLaZsC .card {
    border-right: 1px solid white;
  }
}
@media (max-width: 991px) {
  .cid-sNJpOLaZsC .card {
    border-right: 0px;
    border-bottom: 1px solid white;
  }
}
.cid-sNJpOLaZsC .wrapper {
  padding: 30px 0;
}
.cid-sNJpOLaZsC .mbr-section-title {
  color: #fafafa;
}
.cid-sNJpOLaZsC .mbr-text,
.cid-sNJpOLaZsC .mbr-section-btn {
  color: #ffffff;
}
.cid-sNJrS9aw3F {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-sNJrS9aw3F .card {
  border-radius: 0;
}
@media (min-width: 992px) {
  .cid-sNJrS9aw3F .card {
    border-right: 1px solid white;
  }
}
@media (max-width: 991px) {
  .cid-sNJrS9aw3F .card {
    border-right: 0px;
    border-bottom: 1px solid white;
  }
}
.cid-sNJrS9aw3F .wrapper {
  padding: 30px 0;
}
.cid-sNJrS9aw3F .mbr-section-title {
  color: #fafafa;
}
.cid-sNJrS9aw3F .mbr-text,
.cid-sNJrS9aw3F .mbr-section-btn {
  color: #ffffff;
}
.cid-sNJsUNBx82 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-sNJsUNBx82 .card {
  border-radius: 0;
}
@media (min-width: 992px) {
  .cid-sNJsUNBx82 .card {
    border-right: 1px solid white;
  }
}
@media (max-width: 991px) {
  .cid-sNJsUNBx82 .card {
    border-right: 0px;
    border-bottom: 1px solid white;
  }
}
.cid-sNJsUNBx82 .wrapper {
  padding: 30px 0;
}
.cid-sNJsUNBx82 .mbr-section-title {
  color: #fafafa;
}
.cid-sNJsUNBx82 .mbr-text,
.cid-sNJsUNBx82 .mbr-section-btn {
  color: #ffffff;
}
.cid-sNIqcfhRPK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sNIqcfhRPK .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-sNIqcfhRPK .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-sNIqcfhRPK .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-sNIqcfhRPK .mbr-section-title {
  color: #00acee;
}
.cid-sNIqcfhRPK .mbr-text,
.cid-sNIqcfhRPK .mbr-section-btn,
.cid-sNIqcfhRPK .social-row {
  color: #000000;
}
.cid-sNIpPda1fa {
  padding-top: 0rem;
  padding-bottom: 4rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-sNIpPda1fa .two__background:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  max-width: 49%;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: 0;
}
.cid-sNIpPda1fa .slider__content {
  padding-top: 52px;
  text-align: left;
}
.cid-sNIpPda1fa .mbr-section-subtitle {
  color: #149dcc;
  margin-bottom: 13px;
  position: relative;
  z-index: 1;
  text-align: center;
}
.cid-sNIpPda1fa .mbr-section-title {
  margin-bottom: 33px;
  text-align: center;
}
.cid-sNIpPda1fa .slider__image {
  margin-left: 11.8%;
}
.cid-sNIpPda1fa .img-wrap {
  max-width: 100%;
}
.cid-sNIpPda1fa .img-wrap img {
  width: 100%;
  object-fit: cover;
}
.cid-sNIpPda1fa .carousel-indicators {
  display: flex;
  flex-direction: column;
  margin: 0;
  transition: all 0.25s;
  height: 100%;
  width: 50px;
  left: 44.5%;
  right: auto;
}
.cid-sNIpPda1fa .carousel-indicators .active {
  background: #20abff;
  opacity: 1;
  border: none;
}
.cid-sNIpPda1fa .carousel-indicators .active:before {
  content: '';
  display: block;
  position: absolute;
  top: -14px;
  left: -14px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: inherit;
  opacity: 0.2;
}
.cid-sNIpPda1fa .carousel-indicators li {
  width: 12px;
  height: 12px;
  border: none;
  margin-bottom: 32px;
  box-sizing: border-box;
  background-color: #20abff;
  border-radius: 50%;
  position: relative;
  opacity: 0.2;
}
.cid-sNIpPda1fa .carousel-controls a {
  border-radius: 50%;
  border: 2px solid #20abff;
  background-color: transparent;
}
.cid-sNIpPda1fa .carousel-controls a span {
  transition: all 0.3s;
  color: #20abff;
  font-size: 18px;
}
.cid-sNIpPda1fa .carousel-controls a:hover .mobi-mbri-left {
  transform: translateX(-5px);
}
.cid-sNIpPda1fa .carousel-controls a:hover .mobi-mbri-right {
  transform: translateX(5px);
}
.cid-sNIpPda1fa .carousel-controls .carousel-control-next,
.cid-sNIpPda1fa .carousel-controls .carousel-control-prev {
  opacity: 1;
  width: 44px;
  height: 44px;
}
.cid-sNIpPda1fa .carousel-controls .carousel-control-next {
  right: 40%;
  bottom: 5px;
  top: auto;
  left: auto;
}
.cid-sNIpPda1fa .carousel-controls .carousel-control-prev {
  right: 45%;
  bottom: 5px;
  top: auto;
  left: auto;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sNIpPda1fa .image-element {
    min-width: 50%;
  }
  .cid-sNIpPda1fa .media-container-row {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-sNIpPda1fa .two__background:before {
    max-width: 90%;
  }
  .cid-sNIpPda1fa .carousel-indicators {
    flex-direction: row;
    height: 50px;
    width: 100%;
    left: auto;
    bottom: 0;
    right: auto;
  }
  .cid-sNIpPda1fa .carousel-indicators li {
    margin: 0 16px;
  }
  .cid-sNIpPda1fa .slider__content {
    padding-top: 0;
    margin-bottom: 72px;
  }
  .cid-sNIpPda1fa .mbr-section-subtitle {
    margin-bottom: 6px;
  }
  .cid-sNIpPda1fa .mbr-section-subtitle:after {
    content: none;
  }
  .cid-sNIpPda1fa .mbr-section-title {
    margin-bottom: 18px;
  }
  .cid-sNIpPda1fa .slider__image {
    margin-left: 0;
    margin-bottom: 100px;
  }
  .cid-sNIpPda1fa .img-wrap {
    width: 100%;
  }
  .cid-sNIpPda1fa .carousel-controls {
    display: none;
  }
  .cid-sNIpPda1fa .carousel-inner {
    margin-bottom: 0;
  }
}
.cid-sNIpPda1fa .mbr-text {
  text-align: left;
}
.cid-sNIxlcHmy4 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sNIxlcHmy4 .mbr-text {
  color: #ffffff;
  font-weight: 500;
}
.cid-sNIxlcHmy4 .container {
  max-width: 1300px;
}
.cid-sNItSoY6Xw .nav-item:focus,
.cid-sNItSoY6Xw .nav-link:focus {
  outline: none;
}
.cid-sNItSoY6Xw .nav-dropdown .dropdown-menu {
  padding-top: 0;
}
.cid-sNItSoY6Xw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sNItSoY6Xw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sNItSoY6Xw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sNItSoY6Xw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sNItSoY6Xw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0em 0em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sNItSoY6Xw .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
  flex-direction: row !important;
}
.cid-sNItSoY6Xw .navbar.opened {
  transition: all 0.3s;
  background: #000000 !important;
}
.cid-sNItSoY6Xw .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-sNItSoY6Xw .navbar .navbar-collapse {
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: calc(100vh - 61px);
  padding-top: 3rem;
  padding-bottom: 3rem;
  z-index: 1;
  display: none !important;
}
.cid-sNItSoY6Xw .navbar .navbar-collapse > .container {
  height: 100%;
}
.cid-sNItSoY6Xw .navbar .navbar-collapse.show,
.cid-sNItSoY6Xw .navbar .navbar-collapse.collapsing {
  display: -webkit-flex;
}
.cid-sNItSoY6Xw .navbar .navbar-collapse .img-column img {
  width: 100%;
}
.cid-sNItSoY6Xw .navbar .navbar-collapse .text-column {
  overflow: auto;
  max-height: calc(100vh - 7rem);
}
.cid-sNItSoY6Xw .navbar .navbar-collapse .contact-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.cid-sNItSoY6Xw .navbar:not(.navbar-short) .text-column {
  max-height: calc(100vh - 4rem - 3.8rem);
}
.cid-sNItSoY6Xw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sNItSoY6Xw .navbar.collapsed .dropdown-menu {
  text-align: inherit;
  background: transparent !important;
}
.cid-sNItSoY6Xw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sNItSoY6Xw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sNItSoY6Xw .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sNItSoY6Xw .navbar.collapsed ul.navbar-nav {
  word-break: break-word;
}
.cid-sNItSoY6Xw .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: inherit;
}
.cid-sNItSoY6Xw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cid-sNItSoY6Xw .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-sNItSoY6Xw .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-sNItSoY6Xw .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sNItSoY6Xw .navbar-brand {
  min-height: 61px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sNItSoY6Xw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sNItSoY6Xw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sNItSoY6Xw .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sNItSoY6Xw .dropdown-item.active,
.cid-sNItSoY6Xw .dropdown-item:active {
  background-color: transparent;
}
.cid-sNItSoY6Xw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sNItSoY6Xw .nav-dropdown .link {
  margin: 0.2em 0em;
}
.cid-sNItSoY6Xw .nav-dropdown .link.dropdown-toggle {
  margin: 0;
}
.cid-sNItSoY6Xw .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin: 0em 0em;
  padding: 0.2em 0em;
}
.cid-sNItSoY6Xw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sNItSoY6Xw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sNItSoY6Xw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sNItSoY6Xw ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sNItSoY6Xw .navbar-buttons {
  text-align: inherit;
}
.cid-sNItSoY6Xw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sNItSoY6Xw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-sNItSoY6Xw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sNItSoY6Xw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sNItSoY6Xw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sNItSoY6Xw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sNItSoY6Xw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sNItSoY6Xw nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sNItSoY6Xw nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sNItSoY6Xw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sNItSoY6Xw .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sNItSoY6Xw .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sNItSoY6Xw .icons-menu {
  text-align: inherit;
}
.cid-sNItSoY6Xw .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-sNItSoY6Xw .nav-link:hover,
.cid-sNItSoY6Xw .dropdown-item:hover,
.cid-sNItSoY6Xw .icons-menu .mbr-iconfont:hover {
  color: #cccccc !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sNItSoY6Xw .navbar {
    height: 77px;
  }
  .cid-sNItSoY6Xw .navbar.opened {
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-sNItSoY6Xw .navbar-collapse .img-column {
    display: none;
  }
  .cid-sNItSoY6Xw .icons-menu,
  .cid-sNItSoY6Xw .navbar-buttons,
  .cid-sNItSoY6Xw .contact-block,
  .cid-sNItSoY6Xw .text-column {
    text-align: center !important;
  }
}
.cid-sNQvz3fXz7 {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/03.jpg");
}
.cid-sNQvz3fXz7 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sNQvz3fXz7 .mbr-section-title {
  color: #ffffff;
}
.cid-sNQvz3fXz7 .mbr-text {
  color: #ffffff;
  font-weight: 500;
}
.cid-sNQvz3fXz7 .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
  margin-left: 0.6rem;
}
.cid-sNQvz3fXz7 .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #13287d;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-sNQvz3fXz7 .mbr-section-btn {
  display: flex;
}
.cid-sNQvz3fXz7 .mbr-section-btn .btn {
  font-weight: 700 !important;
}
.cid-sNQvz3fXz7 .video-wrap {
  cursor: pointer;
  margin-left: 30px;
}
.cid-sNQvz3fXz7 .video-wrap .mbr-media {
  z-index: 70;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.cid-sNQvz3fXz7 .video-wrap .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  transition: all 0.25s;
  color: #279e64;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cid-sNQvz3fXz7 .video-wrap .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-sNQvz3fXz7 .video-wrap .icon-wrap {
  background-color: #ffffff;
  width: 3.7em;
  height: 3.7em;
  border-radius: 50%;
  max-width: 100% !important;
  text-align: center;
  display: inline-block;
  border: 2px solid transparent;
  box-sizing: content-box;
  position: relative;
}
.cid-sNQvz3fXz7 .video-wrap .icon-wrap .line-video-1,
.cid-sNQvz3fXz7 .video-wrap .icon-wrap .line-video-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  animation: squares 2.4s linear 0s infinite;
  -webkit-animation: squares 2.4s linear 0s infinite;
  -ms-animation: squares 2.4s linear 0s infinite;
  -o-animation: squares 2.4s linear 0s infinite;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  opacity: 0;
}
.cid-sNQvz3fXz7 .video-wrap .icon-wrap .line-video-2 {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.cid-sNQvz3fXz7 .video-wrap .mbr-text {
  color: #ffffff;
  font-weight: 700;
}
.cid-sNQvz3fXz7 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sNQvz3fXz7 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sNQvz3fXz7 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sNQvz3fXz7 a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffc600;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-sNQvz3fXz7 a.close:hover {
  color: #ffc600;
}
@media (max-width: 991px) {
  .cid-sNQvz3fXz7 .separator,
  .cid-sNQvz3fXz7 .sep-holder,
  .cid-sNQvz3fXz7 .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-sNQvz3fXz7 .buttons-wrap {
    flex-direction: column;
  }
  .cid-sNQvz3fXz7 .buttons-wrap .mbr-section-btn {
    justify-content: center;
  }
  .cid-sNQvz3fXz7 .buttons-wrap .video-wrap {
    margin-left: 0;
    margin-top: 25px;
    justify-content: center;
  }
}
@-webkit-keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
@keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
.cid-sNQvz3fXz7 .skew {
  background-image: url("../../../assets/images/bg-skew.png");
  background-position: center left;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: -140px;
  margin-bottom: 0;
  z-index: 8;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
}
.cid-sNQvz3fXz7 .skew .inner {
  min-height: 150px;
  align-items: center;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.cid-sNIxlcHmy4 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sNIxlcHmy4 .mbr-text {
  color: #ffffff;
  font-weight: 500;
}
.cid-sNIxlcHmy4 .container {
  max-width: 1300px;
}
.cid-sNQvYSrZkx {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sNQvYSrZkx .wrap-block {
  padding-right: 30px;
}
.cid-sNQvYSrZkx .cards {
  padding-left: 30px;
}
.cid-sNQvYSrZkx .image-wrap img {
  max-width: 100%;
  max-height: 800px;
  z-index: 9;
  position: relative;
}
.cid-sNQvYSrZkx .wrap-block .contents {
  margin-bottom: 40px;
}
.cid-sNQvYSrZkx .wrap-block .contents .mbr-subtitle {
  color: #279e64;
  margin-bottom: 14px;
}
.cid-sNQvYSrZkx .wrap-block .contents .mbr-section-title {
  margin-bottom: 5px;
  color: #13287d;
}
.cid-sNQvYSrZkx .wrap-block .contents .mbr-text {
  margin-top: 17px;
}
.cid-sNQvYSrZkx .wrap-block .contents h3 {
  color: #83868c;
}
.cid-sNQvYSrZkx .wrap-block .contents h4 {
  color: #83868c;
}
.cid-sNQvYSrZkx .wrap-block .contents .mbr-section-btn .btn {
  margin-left: 0 !important;
}
.cid-sNQvYSrZkx .cards-wrap {
  flex-direction: column;
}
.cid-sNQvYSrZkx .wrapper {
  border-radius: 0.25rem;
  margin-bottom: 26px;
}
.cid-sNQvYSrZkx .wrapper .img {
  margin-bottom: 20px;
}
.cid-sNQvYSrZkx .wrapper .img .mbr-iconfont {
  font-size: 50px;
  top: 0;
  color: #279e64;
  border-radius: 50%;
}
.cid-sNQvYSrZkx .wrapper .mbr-card-title {
  color: #13287d;
  padding-bottom: 14px;
  margin-bottom: 10px;
}
.cid-sNQvYSrZkx .wrapper .mbr-text {
  margin-bottom: 19px;
  color: #83868c;
}
@media (max-width: 767px) {
  .cid-sNQvYSrZkx * {
    text-align: left;
  }
}
.cid-sNQwqSPJNH {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sNQwqSPJNH .contents {
  text-align: center;
  margin-bottom: 54px;
}
.cid-sNQwqSPJNH .contents .mbr-subtitle {
  color: #279e64;
  margin-bottom: 10px;
}
.cid-sNQwqSPJNH .contents .mbr-section-title {
  margin-bottom: 20px;
  color: #13287d;
}
.cid-sNQwqSPJNH .contents .mbr-text {
  color: #83868c;
}
.cid-sNQwqSPJNH .card.accentCard .card-wrapper {
  background-color: #279e64;
}
.cid-sNQwqSPJNH .card.accentCard .card-wrapper .card-box .card-title {
  color: #ffffff;
}
.cid-sNQwqSPJNH .card.accentCard .card-wrapper .card-box .mbr-text {
  color: #ffffff;
}
.cid-sNQwqSPJNH .card.accentCard .card-wrapper .card-img {
  box-shadow: -10px -10px 0 0 #63b68f;
  background-color: #ffffff;
}
.cid-sNQwqSPJNH .card.accentCard .card-wrapper .card-img .mbr-iconfont {
  color: #279e64 !important;
}
.cid-sNQwqSPJNH .card.accentCard .card-wrapper .btn.btn-primary-outline {
  color: #ffffff;
}
.cid-sNQwqSPJNH .card-wrapper {
  height: 100%;
  border-radius: 5px;
  border: 1px solid #dcdfe2;
  padding: 50px 35px 31px;
  transition: all 0.3s;
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: center;
}
.cid-sNQwqSPJNH .card-wrapper .card-box .card-title {
  color: #13287d;
}
.cid-sNQwqSPJNH .card-wrapper .card-box .mbr-text {
  margin-bottom: 25px;
  color: #83868c;
}
.cid-sNQwqSPJNH .card-wrapper .card-box .mbr-iconfont {
  padding-left: 0.2rem;
  display: inline-block;
}
.cid-sNQwqSPJNH .card-wrapper .card-img {
  margin-bottom: 40px;
  transition: all .3s linear 0s;
  display: inline-flex;
  width: 70px;
  height: 70px;
  border-radius: 5px;
  padding: 13px;
  box-shadow: -10px -10px 0 0 #eeeff2;
  align-items: center;
  justify-content: center;
  background-color: #279e64;
  cursor: pointer;
  position: relative;
}
.cid-sNQwqSPJNH .card-wrapper .card-img .mbr-iconfont {
  font-size: 50px;
  color: #ffffff;
}
.cid-sNQwqSPJNH .card-wrapper .mbr-link-btn {
  transition: all 0.3s;
  margin-bottom: 20px;
}
.cid-sNQwqSPJNH .card-wrapper .mbr-link-btn .btn {
  transition: all 0.3s;
  font-weight: 700;
}
.cid-sNQwqSPJNH .card-wrapper .mbr-link-btn .btn.btn-primary-outline {
  color: #13287d;
}
.cid-sNQwqSPJNH .card-wrapper .mbr-link-btn .btn .mbr-iconfont {
  font-weight: 700;
  padding-left: 40px !important;
  display: inline;
  transition: transform .3s linear 0s !important;
}
.cid-sNQwqSPJNH .card-wrapper .mbr-link-btn:hover .mbr-iconfont {
  transform: translateX(-10px);
}
.cid-sNQwqSPJNH .card-wrapper:hover .card-img {
  -webkit-animation: updown 0.45s ease-in-out 0.1s;
  animation: updown 0.45s ease-in-out 0.1s;
}
.cid-sNQwqSPJNH .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
}
.cid-sNQwqSPJNH .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-sNQwqSPJNH .btn[class*="-outline"]:hover span {
  padding-left: 10px;
}
.cid-sNQwqSPJNH .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #13287d !important;
  box-shadow: none !important;
}
.cid-sNQwqSPJNH .btn[class*="-outline"]:active,
.cid-sNQwqSPJNH .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
@media (max-width: 991px) {
  .cid-sNQwqSPJNH .card {
    margin-bottom: 15px;
  }
}
@-webkit-keyframes updown {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes updown {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-sNQw7AB0Ie {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/background4.jpg");
}
.cid-sNQw7AB0Ie .mbr-iconfont {
  font-size: 50px;
  color: #ffffff;
}
.cid-sNQw7AB0Ie .mbr-section-title {
  color: #ffffff;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 20px;
}
.cid-sNQw7AB0Ie .mbr-section-subtitle {
  color: #ffffff;
  width: 100%;
  position: relative;
  padding-top: 25px;
}
.cid-sNQw7AB0Ie .mbr-section-subtitle::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #fff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-sNQw7AB0Ie .mbr-text {
  color: #ffffff;
  width: 100;
}
.cid-sNQw7AB0Ie .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #279e64;
  margin-left: 0.6rem;
}
.cid-sNQw7AB0Ie .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-sNQw7AB0Ie .mbr-section-btn .btn {
  border-radius: 3px;
  padding: 12px 40px !important;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .cid-sNQw7AB0Ie .separator,
  .cid-sNQw7AB0Ie .sep-holder,
  .cid-sNQw7AB0Ie .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-sNQw7AB0Ie .buttons-wrap {
    flex-direction: column;
  }
}
.cid-sNQw7AB0Ie .items {
  display: flex;
  flex-direction: row;
  position: relative;
  padding-top: 25px;
}
.cid-sNQw7AB0Ie .items::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #ffffff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-sNQw7AB0Ie .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
}
.cid-sNQw7AB0Ie .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 1rem;
  margin: auto;
  color: #ffffff;
}
.cid-sNQw7AB0Ie .items .list-item .text2 {
  display: inline-block;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
}
.cid-sNQw7AB0Ie .items .list-item:last-child .listico {
  display: none;
}
.cid-sNQvQ9rtXW {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sNQvQ9rtXW .stats-item {
  padding: 80px 10px;
  background-color: #13287d;
  display: flex;
  justify-content: center;
}
.cid-sNQvQ9rtXW .stats-item:hover .mbr-iconfont::before {
  -webkit-animation: updown 0.45s ease-in-out 0.1s;
  animation: updown 0.45s ease-in-out 0.1s;
  display: block;
}
.cid-sNQvQ9rtXW .stats-item > span {
  transition: all 0.3s ease-in-out;
}
.cid-sNQvQ9rtXW .heading {
  color: #ffffff;
}
.cid-sNQvQ9rtXW .counter {
  text-align: center;
  color: #ffffff;
}
.cid-sNQvQ9rtXW .mbr-iconfont {
  font-size: 45px;
  align-self: center;
  margin-bottom: 22px;
  border: 2px dashed #ffffff;
  border-radius: 50%;
  padding: 35.5px;
}
.cid-sNQvQ9rtXW .mbr-card-title,
.cid-sNQvQ9rtXW .mbr-iconfont {
  text-align: center;
  color: #ffffff;
  display: block;
}
@media (max-width: 768px) {
  .cid-sNQvQ9rtXW .stats-item {
    padding: 30px 25px;
  }
}
@-webkit-keyframes updown {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes updown {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-sNQvISHNQo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #181818;
}
.cid-sNQvISHNQo .mbr-section-title {
  margin-bottom: 80px;
  color: #fff;
}
@media (max-width: 992px) {
  .cid-sNQvISHNQo .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-sNQvISHNQo .list-item {
  color: #fff;
  padding: 30px 0;
  border-bottom-color: #ffffff !important;
}
.cid-sNQvISHNQo .mbr-section-subtitle {
  line-height: 139%;
}
@media (max-width: 992px) {
  .cid-sNQvISHNQo .mbr-section-subtitle {
    margin-bottom: 14px;
  }
}
.cid-sNQvISHNQo .mbr-text {
  font-weight: 300;
  line-height: 1.72;
}
.cid-sNQvISHNQo .content {
  padding-left: 50px;
}
@media (max-width: 992px) {
  .cid-sNQvISHNQo .content {
    padding-left: 0;
  }
}
.cid-sNQvFptaoF {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sNQvFptaoF .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-sNQvFptaoF .img-wrap {
  height: 100%;
}
.cid-sNQvFptaoF .img-wrap .wrapper {
  overflow: hidden;
  position: relative;
  height: 100%;
}
.cid-sNQvFptaoF .img-wrap .wrapper .overlay {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  background-color: #279e64;
  opacity: 0.5;
  pointer-events: none;
}
.cid-sNQvFptaoF .img-wrap .wrapper .box {
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 1s ease-in-out;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-30%);
}
.cid-sNQvFptaoF .img-wrap .wrapper .box .mbr-media {
  z-index: 2;
}
.cid-sNQvFptaoF .img-wrap .wrapper .box .mbr-media .icon-wrap {
  position: relative;
  display: inline-flex;
  width: 95px;
  height: 95px;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border-radius: 100%;
}
.cid-sNQvFptaoF .img-wrap .wrapper .box .mbr-media .icon-wrap::before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 100%;
  -webkit-animation: pulse-border 1.5s ease-out infinite;
  animation: pulse-border 1.5s ease-out infinite;
}
.cid-sNQvFptaoF .img-wrap .wrapper .box .mbr-media .icon-wrap span {
  padding-left: 4px;
  font-size: 15px;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  transition: all 0.25s;
  color: #279e64;
}
.cid-sNQvFptaoF .img-wrap .wrapper .box .mbr-media .icon-wrap span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-sNQvFptaoF .img-wrap .wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-sNQvFptaoF input,
.cid-sNQvFptaoF textarea {
  border-left: none !important;
  border-top: none !important;
  border-right: none !important;
  border-radius: 3px;
  padding: 13px 20px;
  line-height: 4.28;
  height: 60px;
  font-size: 14px;
  color: #279e64;
}
.cid-sNQvFptaoF input:focus,
.cid-sNQvFptaoF textarea:focus {
  border-left: none !important;
  border-top: none !important;
  border-right: none !important;
}
.cid-sNQvFptaoF .form-control,
.cid-sNQvFptaoF .field-input {
  background-color: #ffffff;
  border-color: #ffffff !important;
  color: #6d7a8c;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
  font-weight: 400;
}
.cid-sNQvFptaoF .form-control:hover,
.cid-sNQvFptaoF .field-input:hover,
.cid-sNQvFptaoF .form-control:focus,
.cid-sNQvFptaoF .field-input:focus {
  background-color: #ffffff;
  border-color: #ffffff !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-sNQvFptaoF input::-webkit-input-placeholder,
.cid-sNQvFptaoF textarea::-webkit-input-placeholder {
  color: #6d7a8c;
  font-weight: 400;
}
.cid-sNQvFptaoF input:-moz-placeholder,
.cid-sNQvFptaoF textarea:-moz-placeholder {
  color: #6d7a8c;
}
.cid-sNQvFptaoF .jq-selectbox li,
.cid-sNQvFptaoF .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-sNQvFptaoF .jq-selectbox li:hover,
.cid-sNQvFptaoF .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-sNQvFptaoF .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff !important;
}
.cid-sNQvFptaoF .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff !important;
}
.cid-sNQvFptaoF .form {
  padding: 38px 40px 45px;
}
.cid-sNQvFptaoF .form .mbr-subtitle {
  color: #ffffff;
}
.cid-sNQvFptaoF .form .mbr-section-title {
  color: #ffffff;
}
.cid-sNQvFptaoF .form .mbr-text {
  margin-top: 20px;
  color: #ffffff;
}
.cid-sNQvFptaoF textarea {
  min-height: 105px;
  line-height: normal;
}
.cid-sNQvFptaoF .mbr-section-btn {
  margin: 0;
}
.cid-sNQvFptaoF .mbr-section-btn .btn {
  width: 100%;
  text-align: center;
  margin: 0 !important;
}
.cid-sNQvFptaoF .mbr-section-btn .btn:hover {
  color: #ffc600;
}
.cid-sNQvFptaoF .second {
  padding-right: 0;
}
@media (max-width: 768px) {
  .cid-sNQvFptaoF .mbr-section-title {
    text-align: left;
  }
  .cid-sNQvFptaoF .second {
    margin-top: 30px;
  }
}
.cid-sNQvFptaoF .mbr-form {
  background-color: #13287d;
}
.cid-sNQvFptaoF .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sNQvFptaoF .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sNQvFptaoF .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sNQvFptaoF a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-sNQvFptaoF a.close:hover {
  color: #ffffff;
}
@-webkit-keyframes pulse-border {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.7);
    opacity: 0;
  }
}
@keyframes pulse-border {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.7);
    opacity: 0;
  }
}
@media (max-width: 991px) {
  .cid-sNQvFptaoF .second {
    padding-left: 0;
  }
}
.cid-sNQvO2Yb98 {
  padding-top: 90px;
  padding-bottom: 75px;
  position: relative;
  background-color: #ffffff;
  margin-bottom: 70px;
}
.cid-sNQvO2Yb98 .content {
  padding-left: 30px;
}
.cid-sNQvO2Yb98 .mbr-section-subtitle {
  color: #279e64;
}
.cid-sNQvO2Yb98 .mbr-section-title {
  color: #13287d;
}
.cid-sNQvO2Yb98 .mbr-text {
  color: #83868c;
}
.cid-sNQvO2Yb98 .mbr-iconfont {
  font-family: "Moririse2" !important;
  display: inline-flex;
  transform-origin: ;
  transform: rotate(45deg);
  transition: all 0.3s;
  padding: 0 !important;
  font-size: 1.4rem !important;
  color: #13287d;
}
.cid-sNQvO2Yb98 .mbr-iconfont:before {
  transform: scaleY(0) !important;
  transition: all 0.4s;
}
.cid-sNQvO2Yb98 .p-4 {
  padding: 1rem 0 !important;
}
.cid-sNQvO2Yb98 .accordion .card .card-header {
  margin-bottom: 0px;
}
.cid-sNQvO2Yb98 .mbri-arrow-down:before {
  content: "\e960";
}
.cid-sNQvO2Yb98 .mbri-arrow-up:before {
  content: "\e960";
}
.cid-sNQvO2Yb98 .card {
  border-radius: 0px;
  border-bottom: 2px solid #efefef !important;
}
.cid-sNQvO2Yb98 .card:last-child {
  border-bottom: none !important;
}
.cid-sNQvO2Yb98 .card .card-header {
  border-radius: 0px;
  border: 0px;
  background-color: transparent;
  padding: 0;
}
.cid-sNQvO2Yb98 .card .card-header h4 {
  justify-content: flex-start;
  width: 100%;
}
.cid-sNQvO2Yb98 .card .card-header a.panel-title {
  margin-bottom: 0;
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.cid-sNQvO2Yb98 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sNQvO2Yb98 .card .card-header a.panel-title h4 {
  padding: 1.2rem 0rem;
  margin-bottom: 0;
  color: #13287d;
  padding-right: 50px;
}
.cid-sNQvO2Yb98 .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-sNQvO2Yb98 .card .card-header a.panel-title .toggle-icon {
  right: 20px;
  position: absolute;
  top: 17px;
  transform: translate(-50%, 0) !important;
  display: inline-block;
  margin-left: 0;
  width: 46px;
  height: 46px;
  background-color: #279e64;
  transition: all .3s ease 0s;
  box-shadow: 0 14px 40px 0 #279e64;
}
.cid-sNQvO2Yb98 .card .card-header a.panel-title .toggle-icon:before,
.cid-sNQvO2Yb98 .card .card-header a.panel-title .toggle-icon:after {
  background: #ffffff;
  border: 0;
  box-sizing: border-box;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
}
.cid-sNQvO2Yb98 .card .card-header a.panel-title .toggle-icon:before {
  height: 12px;
  margin-left: -1px !important;
  width: 2px;
  margin-top: -6px;
  background-color: #ffffff;
  border: 0;
  transform: none;
}
.cid-sNQvO2Yb98 .card .card-header a.panel-title .toggle-icon:after {
  height: 2px;
  width: 12px;
  margin-left: -6px;
  margin-top: -1px;
}
.cid-sNQvO2Yb98 .card .panel-body {
  padding: 14px 20px;
}
.cid-sNQvO2Yb98 .card .panel-body p {
  color: #83868c;
}
.cid-sNQvO2Yb98 .collapsed .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-sNQvO2Yb98 .collapsed .mbr-iconfont:before {
  transform: scaleY(1) !important;
  transition: all 0.3s;
}
.cid-sNQvO2Yb98 .collapsed .toggle-icon {
  background-color: transparent !important;
  transform: translate(0, 0);
  right: 7px !important;
  box-shadow: none !important;
}
.cid-sNQvO2Yb98 .collapsed .toggle-icon:before,
.cid-sNQvO2Yb98 .collapsed .toggle-icon:after {
  background: #13287d !important;
}
.cid-sNQvO2Yb98 .collapsed .toggle-icon:before {
  background-color: #13287d !important;
}
.cid-sNQvO2Yb98 .img-wrap img {
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sNQvO2Yb98 * {
    text-align: left;
  }
}
.cid-sNQvL7Kasg {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #eff2f7;
}
.cid-sNQvL7Kasg .widget-title {
  color: #13287d;
  margin-bottom: 30px;
}
.cid-sNQvL7Kasg .line-wrap .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #13287d;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-sNQvL7Kasg .mbr-text {
  color: #83868c;
}
.cid-sNQvL7Kasg .phone-word {
  color: #279e64;
}
.cid-sNQvL7Kasg .text-link {
  transition: all 0.3s ease-in;
}
.cid-sNQvL7Kasg .text-link:hover {
  color: #279e64 !important;
}
.cid-sNQvL7Kasg img {
  height: 100px;
  padding-right: 8px;
}
.cid-sNQvL7Kasg .img1 {
  color: #279e64;
}
.cid-sNQvL7Kasg .img2 {
  color: #83868c;
  font-size: 10px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .cid-sNQvL7Kasg .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sNQvL7Kasg .content .link-wrap {
  color: red;
}
.cid-sNQvL7Kasg .content .date-wrap {
  color: #13287d;
}
.cid-sNQvL7Kasg .item,
.cid-sNQvL7Kasg .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-sNQvL7Kasg .item h4,
.cid-sNQvL7Kasg .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sNQvL7Kasg .link {
  transition: all 0.3s ease-in;
}
.cid-sNQvL7Kasg .link .card-img {
  padding-bottom: 3px;
}
.cid-sNQvL7Kasg .link:hover .card-img span {
  color: #279e64;
}
.cid-sNQvL7Kasg .link:hover .card-box .link-title a {
  transition: all 0.3s;
  color: #279e64 !important;
}
.cid-sNQvL7Kasg .item .card-img {
  width: auto;
}
.cid-sNQvL7Kasg .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 15px;
  font-weight: bold;
}
.cid-sNQvL7Kasg .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-sNQvL7Kasg h5 {
    text-align: left !important;
  }
  .cid-sNQvL7Kasg .line-wrap {
    text-align: left !important;
  }
}
.cid-sNQvL7Kasg .item-title {
  color: #83868c;
  transition: all 0.3s ease-in;
}
.cid-sNQvL7Kasg .item-title:hover {
  color: #279e64;
}
.cid-sNQvL7Kasg .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-sNQvL7Kasg .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
}
.cid-sNQvL7Kasg .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-sNQvL7Kasg .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #13287d !important;
  box-shadow: none !important;
}
.cid-sNQvL7Kasg .btn[class*="-outline"]:active,
.cid-sNQvL7Kasg .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-sNQvL7Kasg .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-sNQvL7Kasg .list .list-item:last-child {
  margin-top: 10px;
}
.cid-sNQvL7Kasg .pre-form {
  color: #83868c;
}
.cid-sNQvL7Kasg .form-group,
.cid-sNQvL7Kasg .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-sNQvL7Kasg .form-control {
  font-size: 14px;
  background: #ffffff;
  border: 1px solid #dcdfe2;
  color: #83868c;
  display: block;
  height: 60px;
  border-radius: 3px;
  width: 100%;
  padding: 13px 20px !important;
  padding-right: 50px !important;
  transition: all .3s linear 0ms;
}
.cid-sNQvL7Kasg .form-control::-webkit-input-placeholder {
  color: #83868c;
}
.cid-sNQvL7Kasg .form-control::-moz-placeholder {
  color: #83868c;
}
.cid-sNQvL7Kasg .form-control:-moz-placeholder {
  color: #83868c;
}
.cid-sNQvL7Kasg .form-control:-ms-input-placeholder {
  color: #83868c;
}
.cid-sNQvL7Kasg .form-group {
  margin-top: 19px;
  margin-bottom: 15px;
}
.cid-sNQvL7Kasg .form-group .mbr-iconfont {
  color: #279e64;
  position: absolute;
  font-size: 15px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.cid-sNQvL7Kasg .dragArea {
  flex-direction: column;
}
.cid-sNQvL7Kasg .dragArea .mbr-section-btn .btn {
  font-weight: bold;
  margin-left: 0 !important;
}
.cid-sNQvVtKIGK {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #279e64;
}
.cid-sNQvVtKIGK .content-inner .left-content {
  display: block;
}
.cid-sNQvVtKIGK .content-inner .left-content .mbr-section-title {
  color: #ffffff;
  margin-bottom: 11px;
}
.cid-sNQvVtKIGK .content-inner .left-content .mbr-text {
  color: #ffffff;
}
.cid-sNQvVtKIGK .content-inner .right-content {
  display: block;
}
.cid-sNQvVtKIGK .content-inner .right-content .mbr-text {
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 17px;
  letter-spacing: .02em;
}
.cid-sNQvVtKIGK .content-inner .right-content .mbr-section-btn .btn {
  border-radius: 30px;
  padding: 18px 42px !important;
}
.cid-sNQvVtKIGK .content-inner .right-content .mbr-section-btn .btn-white {
  color: #000000 !important;
}
.cid-sNQvVtKIGK .content-inner .right-content .mbr-section-btn .btn-white:hover {
  background-color: #ffc600 !important;
  border-color: #ffc600 !important;
}
@media (max-width: 991px) {
  .cid-sNQvVtKIGK .content-inner {
    justify-content: center !important;
  }
  .cid-sNQvVtKIGK * {
    text-align: center;
  }
}
