@import url(https://fonts.googleapis.com/css?family=Barlow:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap);





body {
  font-family: Barlow;
}
.display-1 {
  font-family: 'Barlow', sans-serif;
  font-size: 3.2rem;
  letter-spacing: -1px;
}
.display-1 > .mbr-iconfont {
  font-size: 5.12rem;
}
.display-2 {
  font-family: 'Barlow', sans-serif;
  font-size: 2.6rem;
}
.display-2 > .mbr-iconfont {
  font-size: 4.16rem;
}
.display-4 {
  font-family: 'Barlow', sans-serif;
  font-size: 1rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Barlow', sans-serif;
  font-size: 1.6rem;
  letter-spacing: -1px;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.56rem;
}
.display-7 {
  font-family: 'Barlow', sans-serif;
  font-size: 1.4rem;
  line-height: 1.4;
}
.display-7 > .mbr-iconfont {
  font-size: 2.24rem;
}
/* ---- 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.56rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.56rem + (2.6 - 1.56) * ((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.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  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: #ffa500 !important;
}
.bg-success {
  background-color: #1a4279 !important;
}
.bg-info {
  background-color: #04a404 !important;
}
.bg-warning {
  background-color: #ffffff !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffa500 !important;
  border-color: #ffa500 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #ffc04d !important;
  border-color: #ffc04d !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ffc04d !important;
  border-color: #ffc04d !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffa500 !important;
  border-color: #ffa500 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ffc04d !important;
  border-color: #ffc04d !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ffc04d !important;
  border-color: #ffc04d !important;
}
.btn-info,
.btn-info:active {
  background-color: #04a404 !important;
  border-color: #04a404 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #06ef06 !important;
  border-color: #06ef06 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #06ef06 !important;
  border-color: #06ef06 !important;
}
.btn-success,
.btn-success:active {
  background-color: #1a4279 !important;
  border-color: #1a4279 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2864b8 !important;
  border-color: #2864b8 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2864b8 !important;
  border-color: #2864b8 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !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: #ffffff !important;
  background-color: #ccc3a5 !important;
  border-color: #ccc3a5 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ccc3a5 !important;
  border-color: #ccc3a5 !important;
}
.btn-white {
  color: #222222 !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: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #222222 !important;
  border-color: #222222 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #484848 !important;
  border-color: #484848 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #484848 !important;
  border-color: #484848 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #996300;
  color: #996300;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #ffa500;
  border-color: #ffa500;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ffa500 !important;
  border-color: #ffa500 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #996300;
  color: #996300;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ffa500;
  border-color: #ffa500;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ffa500 !important;
  border-color: #ffa500 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #024002;
  color: #024002;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #04a404;
  border-color: #04a404;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #04a404 !important;
  border-color: #04a404 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #081425;
  color: #081425;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #1a4279;
  border-color: #1a4279;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #1a4279 !important;
  border-color: #1a4279 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #cccccc;
  color: #cccccc;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #808080;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !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: #222222;
  border-color: #222222;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #222222 !important;
  border-color: #222222 !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: #ffa500 !important;
}
.text-secondary {
  color: #ffa500 !important;
}
.text-success {
  color: #1a4279 !important;
}
.text-info {
  color: #04a404 !important;
}
.text-warning {
  color: #ffffff !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: #ffc966 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #ffc966 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #2c70cd !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #15f915 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #ffffff !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #d6ceb5 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #000000 !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #04a404;
}
.alert-warning {
  background-color: #ffffff;
}
.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: #ffa500;
  border-color: #ffa500;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ffa500;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffedcc;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #3d7dd5;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #2efa2e;
}
.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: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Barlow', sans-serif;
  font-size: 1.4rem;
  line-height: 1.4;
}
.form-control > .mbr-iconfont {
  font-size: 2.24rem;
}
blockquote {
  border-color: #ffa500;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffa500;
  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: #ffa500;
  border-bottom-color: #ffa500;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #ffa500 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ffa500 !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='%23ffa500' %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-u6q2rGV5Ls .navbar {
  padding: 0.5rem 0;
  background: #1a4279;
  transition: none;
  min-height: 50px;
}
.cid-u6q2rGV5Ls .navbar-fixed-top {
  padding-top: 0;
}
.cid-u6q2rGV5Ls .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-u6q2rGV5Ls .navbar-buttons {
  flex-wrap: wrap;
}
.cid-u6q2rGV5Ls .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u6q2rGV5Ls .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-u6q2rGV5Ls .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-u6q2rGV5Ls .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-u6q2rGV5Ls .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-u6q2rGV5Ls .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-u6q2rGV5Ls .menu-content-top {
  background: #ffffff;
  max-width: 100%;
  display: none;
  -webkit-justify-content: left;
  justify-content: left;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-u6q2rGV5Ls .dropdown-item {
  padding: 0;
}
.cid-u6q2rGV5Ls .dropdown-item,
.cid-u6q2rGV5Ls .nav-link,
.cid-u6q2rGV5Ls .brand-name {
  font-style: normal;
}
.cid-u6q2rGV5Ls .dropdown-item:hover,
.cid-u6q2rGV5Ls .nav-link:hover,
.cid-u6q2rGV5Ls .brand-name:hover {
  color: #ffa500 !important;
}
.cid-u6q2rGV5Ls .dropdown-menu {
  background-color: #1a4279;
}
.cid-u6q2rGV5Ls .dropdown-item:active {
  background-color: #1a4279;
}
.cid-u6q2rGV5Ls .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-u6q2rGV5Ls .navbar-dropdown.bg-color.transparent.opened {
  background: #1a4279;
}
.cid-u6q2rGV5Ls .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-u6q2rGV5Ls .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-u6q2rGV5Ls .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u6q2rGV5Ls .content-text {
  margin-bottom: 0;
}
.cid-u6q2rGV5Ls .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-u6q2rGV5Ls .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #ffa500;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-u6q2rGV5Ls .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-u6q2rGV5Ls .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-u6q2rGV5Ls .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-u6q2rGV5Ls .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-u6q2rGV5Ls .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-u6q2rGV5Ls .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-u6q2rGV5Ls .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u6q2rGV5Ls .nav-dropdown .link {
  font-weight: 400;
}
.cid-u6q2rGV5Ls .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-u6q2rGV5Ls .content-right-side {
  text-align: center;
}
.cid-u6q2rGV5Ls .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-u6q2rGV5Ls .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-u6q2rGV5Ls .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-u6q2rGV5Ls .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u6q2rGV5Ls .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u6q2rGV5Ls .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-u6q2rGV5Ls .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-u6q2rGV5Ls .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-u6q2rGV5Ls .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-u6q2rGV5Ls .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-u6q2rGV5Ls .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-u6q2rGV5Ls .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u6q2rGV5Ls .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-u6q2rGV5Ls .navbar {
    display: block;
    padding: 0;
  }
  .cid-u6q2rGV5Ls .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u6q2rGV5Ls .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-u6q2rGV5Ls .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-u6q2rGV5Ls .navbar-toggler {
    display: none;
  }
  .cid-u6q2rGV5Ls .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-u6q2rGV5Ls .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-u6q2rGV5Ls .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-u6q2rGV5Ls .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-u6q2rGV5Ls .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-u6q2rGV5Ls .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-u6q2rGV5Ls .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-u6q2rGV5Ls .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-u6q2rGV5Ls .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-u6q2rGV5Ls .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-u6q2rGV5Ls .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-u6q2rGV5Ls .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6q2rGV5Ls .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-u6q2rGV5Ls .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-u6q2rGV5Ls .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-u6q2rGV5Ls .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-u6q2rGV5Ls .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6q2rGV5Ls .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-u6q2rGV5Ls .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-u6q2rGV5Ls .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-u6q2rGV5Ls .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-u6q2rGV5Ls .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-u6q2rGV5Ls .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-u6q2rGV5Ls button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-u6q2rGV5Ls button.navbar-toggler:focus {
  outline: none;
}
.cid-u6q2rGV5Ls button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u6q2rGV5Ls button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6q2rGV5Ls button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6q2rGV5Ls button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6q2rGV5Ls button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6q2rGV5Ls nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6q2rGV5Ls nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u6q2rGV5Ls nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u6q2rGV5Ls nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6q2rGV5Ls .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6q2rGV5Ls .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6q2rGV5Ls .collapsed .btn {
  display: flex;
}
.cid-u6q2rGV5Ls .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-u6q2rGV5Ls .collapsed .navbar-collapse.collapsing,
.cid-u6q2rGV5Ls .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-u6q2rGV5Ls .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-u6q2rGV5Ls .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-u6q2rGV5Ls .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-u6q2rGV5Ls .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-u6q2rGV5Ls .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-u6q2rGV5Ls .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-u6q2rGV5Ls .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-u6q2rGV5Ls .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-u6q2rGV5Ls .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-u6q2rGV5Ls .collapsed button.navbar-toggler {
  display: block;
}
.cid-u6q2rGV5Ls .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-u6q2rGV5Ls .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-u6q2rGV5Ls .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-u6q2rGV5Ls .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-u6q2rGV5Ls .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-u6q2rGV5Ls .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-u6q2rGV5Ls .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-u6q2rGV5Ls .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #ffffff;
  }
  .cid-u6q2rGV5Ls .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #ffffff;
  }
}
@media (max-width: 991px) {
  .cid-u6q2rGV5Ls .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-u6q2rGV5Ls .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-u6q2rGV5Ls .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-u6q2rGV5Ls .navbar-collapse.collapsing,
  .cid-u6q2rGV5Ls .navbar-collapse.show {
    display: block !important;
  }
  .cid-u6q2rGV5Ls .navbar-collapse.collapsing .navbar-nav,
  .cid-u6q2rGV5Ls .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-u6q2rGV5Ls .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-u6q2rGV5Ls .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-u6q2rGV5Ls .navbar-collapse.collapsing .navbar-buttons,
  .cid-u6q2rGV5Ls .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-u6q2rGV5Ls .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-u6q2rGV5Ls .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-u6q2rGV5Ls img {
    height: 3.8rem !important;
  }
  .cid-u6q2rGV5Ls .btn {
    display: flex;
  }
  .cid-u6q2rGV5Ls button.navbar-toggler {
    display: block;
  }
  .cid-u6q2rGV5Ls .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-u6q2rGV5Ls .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-u6q2rGV5Ls .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-u6q2rGV5Ls .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-u6q2rGV5Ls .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-u6q2rGV5Ls .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-u6q2rGV5Ls .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-u6q2rGV5Ls .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-u6q2rGV5Ls .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-u6q2rGV5Ls .nav-link:focus {
  outline: none;
}
.cid-u6q2rGV5Ls .navbar-toggler {
  position: relative;
}
.cid-u6q2rGV5Ls .dropdown-item.active,
.cid-u6q2rGV5Ls .dropdown-item:active {
  color: initial;
}
.cid-u6q2rGV5Ls .widget-title,
.cid-u6q2rGV5Ls .widget-icon {
  color: #e9e9e9;
}
.cid-u6q2rGV5Ls .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-u6q2rGV5Ls .menu-logo {
    display: none;
  }
  .cid-u6q2rGV5Ls .navbar {
    padding: 0;
  }
  .cid-u6q2rGV5Ls .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-u6q2rGV5Ls button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-v9MU62819X {
  padding-top: 135px;
  padding-bottom: 135px;
}
.cid-v9MU62819X .card-wrapper {
  z-index: 3;
}
.cid-v9MU62819X .card-wrapper .mbr-section-title {
  letter-spacing: 1px;
  transition: all 2.5s cubic-bezier(0, 0.74, 0.52, 1.2);
}
.cid-v9MU62819X:hover .mbr-section-title {
  letter-spacing: 10px;
}
.cid-v9MU62819X .full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-v9MU62819X .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-v9MUOOlACU {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v9MUOOlACU .mbr-section-title {
  letter-spacing: .1em;
}
.cid-v9MUOOlACU .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-v9MUOOlACU .card-img span {
  font-size: 100px;
}
.cid-v9MUOOlACU .mbr-text,
.cid-v9MUOOlACU .mbr-section-btn {
  color: #232323;
}
.cid-v9MUOOlACU .mbr-section-title,
.cid-v9MUOOlACU .card-img {
  color: #232323;
}
.cid-v9MVZgWlFu {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-v9MVZgWlFu {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.cid-v9MVZgWlFu .text {
  padding: 0;
}
.cid-v9MVZgWlFu section {
  position: relative;
}
.cid-v9MVZgWlFu h3 {
  padding-bottom: 0;
  margin-bottom: 0;
}
.cid-v9MVZgWlFu .mbr-iconfont {
  padding: 0!important;
}
.cid-v9MVZgWlFu .back {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #1a4279;
}
.cid-v9MVZgWlFu .box {
  background-image: url("../../../assets/images/skarmavbild-2026-01-30-kl.-15.50.45.png");
  background-size: cover;
  background-position: center;
  height: 550px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v9MVZgWlFu .icon-wrap {
  background-color: #1a4279 !important;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-v9MVZgWlFu .icon-wrap:hover {
  transform: scale(1.1);
}
.cid-v9MVZgWlFu .icon-wrap span {
  padding-left: 8px;
}
.cid-v9MVZgWlFu .mbr-media span {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-v9MVZgWlFu .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-v9MVZgWlFu .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-v9MVZgWlFu .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-v9MVZgWlFu .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-v9MVZgWlFu a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-v9MVZgWlFu a.close:hover {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-v9MVZgWlFu {
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .cid-v9MVZgWlFu .box {
    height: 250px;
  }
  .cid-v9MVZgWlFu .row {
    padding: 1rem!important;
  }
}
.cid-u680BabePV {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u680BabePV img,
.cid-u680BabePV .item-img {
  width: 100%;
}
.cid-u680BabePV .item:focus,
.cid-u680BabePV span:focus {
  outline: none;
}
.cid-u680BabePV .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u680BabePV .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u680BabePV .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-u680BabePV .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u680BabePV .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-u680BabePV .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-u680BabePV .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u680BabePV .mbr-section-title {
  color: #232323;
}
.cid-u680BabePV .mbr-text,
.cid-u680BabePV .mbr-section-btn {
  text-align: left;
}
.cid-u680BabePV .item-title {
  text-align: left;
  color: #282124;
}
.cid-u680BabePV .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-u680BabePV .mbr-section-subtitle {
  color: #767676;
}
.cid-t0NwSaIOBQ {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-t0NwSaIOBQ .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-t0NwSaIOBQ .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-t0NwSaIOBQ .text-content {
  padding-right: 1.5rem;
}
.cid-t0NwSaIOBQ .mbr-text,
.cid-t0NwSaIOBQ .mbr-section-btn {
  color: #000000;
}
.cid-t0NwSaIOBQ .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(67, 101, 74, 0.3);
  box-shadow: 0px 0px 30px rgba(67, 101, 74, 0.3);
  border-radius: .25rem;
}
.cid-t0NwSaIOBQ .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-t0NwSaIOBQ .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-t0NwSaIOBQ .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-t0NwSaIOBQ .counter-container ul li:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  position: absolute;
  left: 0px;
  padding-top: 2px;
  display: inline-block;
  text-align: center;
  margin: 4px 0px;
  line-height: 10px;
  transition: all .2s;
  width: 16px;
  height: 16px;
  font-size: 16px !important;
  font-weight: 500;
  background: none;
  color: #1a4279;
}
@media (max-width: 991px) {
  .cid-t0NwSaIOBQ .main-row {
    margin: 0;
  }
  .cid-t0NwSaIOBQ .mbr-section-title,
  .cid-t0NwSaIOBQ .mbr-text,
  .cid-t0NwSaIOBQ .list,
  .cid-t0NwSaIOBQ .mbr-section-btn {
    text-align: center !important;
  }
  .cid-t0NwSaIOBQ .text-content {
    padding: 0;
  }
}
.cid-t0NwSaIOBQ .mbr-section-title {
  text-align: left;
}
.cid-u5M701rRxA {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #1a4279;
}
.cid-u5M701rRxA .card-wrapper {
  z-index: 3;
}
.cid-u5M701rRxA .card-wrapper .mbr-section-title {
  letter-spacing: 1px;
  transition: all 2.5s cubic-bezier(0, 0.74, 0.52, 1.2);
}
.cid-u5M701rRxA:hover .mbr-section-title {
  letter-spacing: 10px;
}
.cid-u5M701rRxA .full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-u5M701rRxA .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-t0NfD4s8uJ {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/bluesky-1503x833.jpg");
}
.cid-t0NfD4s8uJ .row {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.cid-t0NfD4s8uJ .content-panel {
  padding: 2rem;
  background-color: #1a4279;
  border-radius: .25rem;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
@media (min-width: 992px) {
  .cid-t0NfD4s8uJ .form-group,
  .cid-t0NfD4s8uJ .input-group-btn {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
.cid-t0NfD4s8uJ .form-control {
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  min-height: 40px;
  padding: .5rem 1rem;
  background-color: #ffffff;
  border: 1px solid #efefef;
  color: #565656;
  border-radius: .25rem;
  font-size: 1rem;
  line-height: 1.43;
}
.cid-t0NfD4s8uJ .form-control:focus,
.cid-t0NfD4s8uJ .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #ffffff;
}
.cid-t0NfD4s8uJ textarea.form-control {
  min-height: 170px;
}
.cid-t0NfD4s8uJ .form-group {
  margin-bottom: 1rem;
}
.cid-t0NfD4s8uJ input::-webkit-input-placeholder,
.cid-t0NfD4s8uJ textarea::-webkit-input-placeholder {
  color: #565656;
}
.cid-t0NfD4s8uJ input:-moz-placeholder,
.cid-t0NfD4s8uJ textarea:-moz-placeholder {
  color: #565656;
}
.cid-t0NfD4s8uJ .jq-selectbox li,
.cid-t0NfD4s8uJ .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-t0NfD4s8uJ .jq-selectbox li:hover,
.cid-t0NfD4s8uJ .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-t0NfD4s8uJ .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-t0NfD4s8uJ .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
@media (max-width: 768px) {
  .cid-t0NfD4s8uJ .main-row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-t0NfD4s8uJ .text-block {
    margin-bottom: 2rem;
  }
}
.cid-t0NfD4s8uJ .content-block {
  color: #ffffff;
}
.cid-tGuN3kQ4FD {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tGuN3kQ4FD .mbr-iconfont {
  color: #ffffff;
}
.cid-tGuN3kQ4FD .mbr-iconfont:hover {
  color: #1a4279 !important;
}
.cid-tGuN3kQ4FD .mbr-text {
  margin: 1.5rem 0;
}
.cid-tGuN3kQ4FD .card-title {
  margin-bottom: 0.3rem;
}
.cid-tGuN3kQ4FD .card-img {
  margin: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-tGuN3kQ4FD .img-icon {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tGuN3kQ4FD .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-tGuN3kQ4FD .mbr-text,
.cid-tGuN3kQ4FD .social-links {
  color: #767676;
}
.cid-t0NDZcg6WD {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-t0NDZcg6WD .container-fluid {
  padding: 0 2rem;
}
.cid-t0NDZcg6WD .underline .line {
  width: 80px;
  height: 4px;
  background-color: #1a4279;
  display: inline-block;
}
.cid-t0NDZcg6WD .timeline-text-content {
  padding: 2rem 2.5rem;
  margin-left: 2rem;
  text-align: left;
}
.cid-t0NDZcg6WD .timeline-text-content p {
  margin-bottom: 0;
}
.cid-t0NDZcg6WD .time-line-date-content {
  margin-right: 2rem;
}
.cid-t0NDZcg6WD .time-line-date-content p {
  padding: 2rem 1.4rem;
  float: right;
}
.cid-t0NDZcg6WD .timeline-element {
  margin-bottom: 50px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-flex;
  -webkit-flex-direction: row;
  flex-direction: row;
}
.cid-t0NDZcg6WD .iconBackground {
  position: absolute;
  left: 25%;
  width: 20px;
  height: 20px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #1a4279;
  font-size: 30px;
  display: inline-block;
  top: 29px;
  margin-left: -10px;
}
.cid-t0NDZcg6WD .separline:before,
.cid-t0NDZcg6WD .first-separline:before {
  top: 3rem;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #1a4279;
  left: calc(25% - 1px);
  height: calc(100% + 2rem);
}
.cid-t0NDZcg6WD .separline:after {
  top: calc(100% + 6.1rem);
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #1a4279;
  left: calc(25% - 1px);
  height: 100%;
}
@media (max-width: 768px) {
  .cid-t0NDZcg6WD .container-fluid {
    padding: 0 1rem;
  }
  .cid-t0NDZcg6WD .iconBackground {
    left: 10px !important;
    top: 33px;
  }
  .cid-t0NDZcg6WD .separline:before,
  .cid-t0NDZcg6WD .first-separline:before {
    left: 9px !important;
    top: 3.3rem;
  }
  .cid-t0NDZcg6WD .separline:after {
    left: 9px !important;
    top: calc(100% + 6.4rem);
  }
  .cid-t0NDZcg6WD .timeline-text-content {
    margin-left: 0 !important;
  }
  .cid-t0NDZcg6WD .time-line-date-content {
    margin-right: 0 !important;
  }
  .cid-t0NDZcg6WD .time-line-date-content p {
    float: left !important;
  }
  .cid-t0NDZcg6WD .mbr-timeline-date {
    padding-bottom: 0 !important;
  }
}
.cid-t0NDZcg6WD .mbr-section-title,
.cid-t0NDZcg6WD .underline {
  text-align: center;
}
.cid-t0NDZcg6WD .reverseTimeline {
  display: flex;
  flex-direction: column-reverse;
}
.cid-t14VJQkUbX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #1a4279;
}
.cid-t14VJQkUbX .card-wrapper {
  z-index: 3;
}
.cid-t14VJQkUbX .card-wrapper .mbr-section-title {
  letter-spacing: 1px;
  transition: all 2.5s cubic-bezier(0, 0.74, 0.52, 1.2);
}
.cid-t14VJQkUbX:hover .mbr-section-title {
  letter-spacing: 10px;
}
.cid-t14VJQkUbX .full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-t14VJQkUbX .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-u6pgpiavgD {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efeeee;
}
.cid-u6pgpiavgD .navbar-logo {
  width: 100px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-u6pgpiavgD .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-u6pgpiavgD .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u6pgpiavgD .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-u6pgpiavgD .social-list .soc-item {
  display: inline-block;
  margin: 0 0.3rem;
}
.cid-u6pgpiavgD .text2 {
  color: #000000;
  text-align: left;
}
.cid-u6pgpiavgD .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-u6pgpiavgD .logo-title {
  text-align: center;
}
.cid-u6pgpiavgD .logo-sub-title {
  text-align: center;
  color: #000000;
}
.cid-u6pgpiavgD .links {
  text-align: center;
  color: #656565;
}
.cid-u6pgpiavgD .logo-sub-title i {
  color: #9e9e9e;
}
.cid-t14VTTqLpw {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #1a4279;
}
.cid-t14VTTqLpw .card-wrapper {
  z-index: 3;
}
.cid-t14VTTqLpw .card-wrapper .mbr-section-title {
  letter-spacing: 1px;
  transition: all 2.5s cubic-bezier(0, 0.74, 0.52, 1.2);
}
.cid-t14VTTqLpw:hover .mbr-section-title {
  letter-spacing: 10px;
}
.cid-t14VTTqLpw .full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-t14VTTqLpw .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-va2ZnN9Dm8.popup-builder {
  background-color: #ffffff;
}
.cid-va2ZnN9Dm8.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-va2ZnN9Dm8.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-va2ZnN9Dm8 .modal-content,
.cid-va2ZnN9Dm8 .modal-dialog {
  height: auto;
}
.cid-va2ZnN9Dm8 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-va2ZnN9Dm8 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-va2ZnN9Dm8 .form-wrapper .mbr-form .form-group,
  .cid-va2ZnN9Dm8 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-va2ZnN9Dm8 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-va2ZnN9Dm8 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-va2ZnN9Dm8 .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-va2ZnN9Dm8 .pt-0 {
  padding-top: 0 !important;
}
.cid-va2ZnN9Dm8 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-va2ZnN9Dm8 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-va2ZnN9Dm8 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-va2ZnN9Dm8 .modal-open {
  overflow: hidden;
}
.cid-va2ZnN9Dm8 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-va2ZnN9Dm8 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-va2ZnN9Dm8 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-va2ZnN9Dm8 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-va2ZnN9Dm8 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-va2ZnN9Dm8 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-va2ZnN9Dm8 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-va2ZnN9Dm8 .modal-content {
  background: #000000;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-va2ZnN9Dm8 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-va2ZnN9Dm8 .modal-backdrop.fade {
  opacity: 0;
}
.cid-va2ZnN9Dm8 .modal-backdrop.show {
  opacity: .5;
}
.cid-va2ZnN9Dm8 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-va2ZnN9Dm8 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-va2ZnN9Dm8 .modal-header .close:hover {
  opacity: 1;
}
.cid-va2ZnN9Dm8 .modal-header .close:focus {
  outline: none;
}
.cid-va2ZnN9Dm8 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-va2ZnN9Dm8 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-va2ZnN9Dm8 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-va2ZnN9Dm8 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-va2ZnN9Dm8 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-va2ZnN9Dm8 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-va2ZnN9Dm8 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-va2ZnN9Dm8 .modal-sm {
    max-width: 300px;
  }
  .cid-va2ZnN9Dm8 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-va2ZnN9Dm8 .modal-lg,
  .cid-va2ZnN9Dm8 .modal-xl {
    max-width: 800px;
  }
  .cid-va2ZnN9Dm8 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-va2ZnN9Dm8 .modal-xl {
    max-width: 1140px;
  }
  .cid-va2ZnN9Dm8 .container {
    max-width: 1140px;
  }
}
.cid-va2ZnN9Dm8 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-va2ZnN9Dm8 .container {
    max-width: 720px;
  }
}
.cid-va2ZnN9Dm8 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-va2ZnN9Dm8 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-va2ZnN9Dm8 .form-group {
  margin-bottom: 1rem;
}
.cid-va2ZnN9Dm8 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-va2ZnN9Dm8 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-va2ZnN9Dm8 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-va30Bs3ah5.popup-builder {
  background-color: #ffffff;
}
.cid-va30Bs3ah5.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-va30Bs3ah5.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-va30Bs3ah5 .modal-content,
.cid-va30Bs3ah5 .modal-dialog {
  height: auto;
}
.cid-va30Bs3ah5 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-va30Bs3ah5 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-va30Bs3ah5 .form-wrapper .mbr-form .form-group,
  .cid-va30Bs3ah5 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-va30Bs3ah5 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-va30Bs3ah5 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-va30Bs3ah5 .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-va30Bs3ah5 .pt-0 {
  padding-top: 0 !important;
}
.cid-va30Bs3ah5 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-va30Bs3ah5 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-va30Bs3ah5 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-va30Bs3ah5 .modal-open {
  overflow: hidden;
}
.cid-va30Bs3ah5 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-va30Bs3ah5 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-va30Bs3ah5 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-va30Bs3ah5 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-va30Bs3ah5 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-va30Bs3ah5 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-va30Bs3ah5 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-va30Bs3ah5 .modal-content {
  background: #000000;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-va30Bs3ah5 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-va30Bs3ah5 .modal-backdrop.fade {
  opacity: 0;
}
.cid-va30Bs3ah5 .modal-backdrop.show {
  opacity: .5;
}
.cid-va30Bs3ah5 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-va30Bs3ah5 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-va30Bs3ah5 .modal-header .close:hover {
  opacity: 1;
}
.cid-va30Bs3ah5 .modal-header .close:focus {
  outline: none;
}
.cid-va30Bs3ah5 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-va30Bs3ah5 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-va30Bs3ah5 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-va30Bs3ah5 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-va30Bs3ah5 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-va30Bs3ah5 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-va30Bs3ah5 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-va30Bs3ah5 .modal-sm {
    max-width: 300px;
  }
  .cid-va30Bs3ah5 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-va30Bs3ah5 .modal-lg,
  .cid-va30Bs3ah5 .modal-xl {
    max-width: 800px;
  }
  .cid-va30Bs3ah5 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-va30Bs3ah5 .modal-xl {
    max-width: 1140px;
  }
  .cid-va30Bs3ah5 .container {
    max-width: 1140px;
  }
}
.cid-va30Bs3ah5 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-va30Bs3ah5 .container {
    max-width: 720px;
  }
}
.cid-va30Bs3ah5 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-va30Bs3ah5 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-va30Bs3ah5 .form-group {
  margin-bottom: 1rem;
}
.cid-va30Bs3ah5 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-va30Bs3ah5 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-va30Bs3ah5 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-u6phFDRUX9 {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u6phFDRUX9 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-u6phFDRUX9 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-u6phFDRUX9 .text-wrapper {
    padding: 0 2rem;
    padding: 0 4rem;
  }
}
@media (max-width: 768px) {
  .cid-u6phFDRUX9 .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-u6phs4BgB7 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u6phs4BgB7 .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-u6phs4BgB7 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u6phs4BgB7 .row {
  flex-direction: row-reverse;
}
.cid-u6phs4BgB7 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u6phs4BgB7 .text-wrapper {
    padding: 2rem;
  }
}
.cid-u6T0ZM9d5E {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-u6T0ZM9d5E {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.cid-u6T0ZM9d5E .text {
  padding: 0;
}
.cid-u6T0ZM9d5E section {
  position: relative;
}
.cid-u6T0ZM9d5E h3 {
  padding-bottom: 0;
  margin-bottom: 0;
}
.cid-u6T0ZM9d5E .mbr-iconfont {
  padding: 0!important;
}
.cid-u6T0ZM9d5E .back {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #ffffff;
}
.cid-u6T0ZM9d5E .box {
  background-image: url("../../../assets/images/3mar-shore-charging-connector-explained-thumnail.jpg");
  background-size: cover;
  background-position: center;
  height: 550px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u6T0ZM9d5E .icon-wrap {
  background-color: #1a4279 !important;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-u6T0ZM9d5E .icon-wrap:hover {
  transform: scale(1.1);
}
.cid-u6T0ZM9d5E .icon-wrap span {
  padding-left: 8px;
}
.cid-u6T0ZM9d5E .mbr-media span {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-u6T0ZM9d5E .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-u6T0ZM9d5E .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-u6T0ZM9d5E .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-u6T0ZM9d5E .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-u6T0ZM9d5E a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-u6T0ZM9d5E a.close:hover {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-u6T0ZM9d5E {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .cid-u6T0ZM9d5E .box {
    height: 250px;
  }
  .cid-u6T0ZM9d5E .row {
    padding: 1rem!important;
  }
}
.cid-u6T34SUU5k {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u6T34SUU5k .mbr-text {
  position: relative;
}
.cid-u6T34SUU5k .mbr-text:before {
  color: #ffffff;
  content: "\201C";
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -0.4em;
  position: absolute;
  top: 10px;
  left: -2rem;
}
.cid-u6T34SUU5k img {
  object-fit: contain;
}
.cid-u6T34SUU5k .mbr-text:after {
  color: #ffffff;
  content: "\201D";
  font-size: 3em;
  line-height: 0.1em;
  vertical-align: -0.45em;
  position: absolute;
  bottom: 10px;
  right: -2rem;
}
@media (max-width: 767px) {
  .cid-u6T34SUU5k .mbr-text:after,
  .cid-u6T34SUU5k .mbr-text:before {
    display: none;
  }
}
.cid-u6T0Yt3ORV {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u6T0Yt3ORV .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-u6T0Yt3ORV .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-u6T0Yt3ORV .text-content {
  padding-right: 1.5rem;
  padding-right: 0;
  padding-left: 1.5rem;
}
.cid-u6T0Yt3ORV .main-row {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
.cid-u6T0Yt3ORV .mbr-text,
.cid-u6T0Yt3ORV .mbr-section-btn {
  color: #000000;
}
.cid-u6T0Yt3ORV .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(67, 101, 74, 0.3);
  box-shadow: 0px 0px 30px rgba(67, 101, 74, 0.3);
  border-radius: .25rem;
}
.cid-u6T0Yt3ORV .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-u6T0Yt3ORV .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-u6T0Yt3ORV .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-u6T0Yt3ORV .counter-container ul li:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  position: absolute;
  left: 0px;
  padding-top: 2px;
  display: inline-block;
  text-align: center;
  margin: 4px 0px;
  line-height: 10px;
  transition: all .2s;
  width: 16px;
  height: 16px;
  font-size: 16px !important;
  font-weight: 500;
  background: none;
  color: #1a4279;
}
@media (max-width: 991px) {
  .cid-u6T0Yt3ORV .main-row {
    margin: 0;
  }
  .cid-u6T0Yt3ORV .mbr-section-title,
  .cid-u6T0Yt3ORV .mbr-text,
  .cid-u6T0Yt3ORV .list,
  .cid-u6T0Yt3ORV .mbr-section-btn {
    text-align: center !important;
  }
  .cid-u6T0Yt3ORV .text-content {
    padding: 0;
  }
}
.cid-u6T0Yt3ORV .mbr-section-title {
  text-align: left;
}
.cid-u6pMh4libO {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u6pMh4libO .mbr-text {
  position: relative;
}
.cid-u6pMh4libO .mbr-text:before {
  color: #ffffff;
  content: "\201C";
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -0.4em;
  position: absolute;
  top: 10px;
  left: -2rem;
}
.cid-u6pMh4libO img {
  object-fit: contain;
}
.cid-u6pMh4libO .mbr-text:after {
  color: #ffffff;
  content: "\201D";
  font-size: 3em;
  line-height: 0.1em;
  vertical-align: -0.45em;
  position: absolute;
  bottom: 10px;
  right: -2rem;
}
@media (max-width: 767px) {
  .cid-u6pMh4libO .mbr-text:after,
  .cid-u6pMh4libO .mbr-text:before {
    display: none;
  }
}
.cid-u6pRd4CbiJ {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-u6pRd4CbiJ .row {
  justify-content: space-between;
  padding: 0 1rem;
}
.cid-u6pRd4CbiJ .container {
  max-width: 1500px;
}
.cid-u6pRd4CbiJ .content-wrapper {
  max-width: 800px;
}
@media (min-width: 767px) {
  .cid-u6pRd4CbiJ .container {
    padding: 0 4rem;
  }
}
.cid-u6pRd4CbiJ .mbr-text,
.cid-u6pRd4CbiJ .mbr-section-btn {
  color: #efeeee;
}
.cid-u6pRd4CbiJ .btn {
  width: -webkit-fill-available;
  margin: 0.4rem!important;
  justify-content: space-between;
}
.cid-u6pRd4CbiJ .btn .mbr-iconfont {
  order: 2;
}
.cid-u6pRd4CbiJ .pt-5 {
  padding-top: 4rem!important;
}
@media (max-width: 922px) {
  .cid-u6pRd4CbiJ .align-left {
    text-align: center;
  }
  .cid-u6pRd4CbiJ .row {
    justify-content: center;
    padding: 0rem;
  }
}
.cid-u6pRd4CbiJ H1 {
  color: #282124;
}
.cid-u68DsQF2fY {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u68DsQF2fY .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-u68DsQF2fY .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u68DsQF2fY .row {
  flex-direction: row-reverse;
}
.cid-u68DsQF2fY img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u68DsQF2fY .text-wrapper {
    padding: 2rem;
  }
}
.cid-u68DsR0lEk {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u68DsR0lEk .top-line {
  display: flex;
  justify-content: space-between;
}
.cid-u68DsR0lEk .mbr-section-title,
.cid-u68DsR0lEk .mbr-section-subtitle {
  text-align: center;
}
.cid-u68DsR0lEk .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-u68DsR0lEk .card-wrapper {
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-u68DsR0lEk .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-u68DsR0lEk .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-u68DsR0lEk .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u68DsR0lEk .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-u6pRp7QxDF {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-u6pRp7QxDF .row {
  justify-content: space-between;
  padding: 0 1rem;
}
.cid-u6pRp7QxDF .container {
  max-width: 1500px;
}
.cid-u6pRp7QxDF .content-wrapper {
  max-width: 800px;
}
@media (min-width: 767px) {
  .cid-u6pRp7QxDF .container {
    padding: 0 4rem;
  }
}
.cid-u6pRp7QxDF .mbr-text,
.cid-u6pRp7QxDF .mbr-section-btn {
  color: #efeeee;
}
.cid-u6pRp7QxDF .btn {
  width: -webkit-fill-available;
  margin: 0.4rem!important;
  justify-content: space-between;
}
.cid-u6pRp7QxDF .btn .mbr-iconfont {
  order: 2;
}
.cid-u6pRp7QxDF .pt-5 {
  padding-top: 4rem!important;
}
@media (max-width: 922px) {
  .cid-u6pRp7QxDF .align-left {
    text-align: center;
  }
  .cid-u6pRp7QxDF .row {
    justify-content: center;
    padding: 0rem;
  }
}
.cid-u6pRp7QxDF H1 {
  color: #282124;
}
.cid-u68DsS7idc {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #1a4279;
}
.cid-u68DsS7idc .card-wrapper {
  z-index: 3;
}
.cid-u68DsS7idc .card-wrapper .mbr-section-title {
  letter-spacing: 1px;
  transition: all 2.5s cubic-bezier(0, 0.74, 0.52, 1.2);
}
.cid-u68DsS7idc:hover .mbr-section-title {
  letter-spacing: 10px;
}
.cid-u68DsS7idc .full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-u68DsS7idc .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-u6piDfGoZD {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efeeee;
}
.cid-u6piDfGoZD .navbar-logo {
  width: 100px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-u6piDfGoZD .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-u6piDfGoZD .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u6piDfGoZD .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-u6piDfGoZD .social-list .soc-item {
  display: inline-block;
  margin: 0 0.3rem;
}
.cid-u6piDfGoZD .text2 {
  color: #000000;
  text-align: left;
}
.cid-u6piDfGoZD .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-u6piDfGoZD .logo-title {
  text-align: center;
}
.cid-u6piDfGoZD .logo-sub-title {
  text-align: center;
  color: #000000;
}
.cid-u6piDfGoZD .links {
  text-align: center;
  color: #656565;
}
.cid-u6piDfGoZD .logo-sub-title i {
  color: #9e9e9e;
}
.cid-u68DsSX2eV {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #1a4279;
}
.cid-u68DsSX2eV .card-wrapper {
  z-index: 3;
}
.cid-u68DsSX2eV .card-wrapper .mbr-section-title {
  letter-spacing: 1px;
  transition: all 2.5s cubic-bezier(0, 0.74, 0.52, 1.2);
}
.cid-u68DsSX2eV:hover .mbr-section-title {
  letter-spacing: 10px;
}
.cid-u68DsSX2eV .full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-u68DsSX2eV .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-u6q2rGV5Ls .navbar {
  padding: 0.5rem 0;
  background: #1a4279;
  transition: none;
  min-height: 50px;
}
.cid-u6q2rGV5Ls .navbar-fixed-top {
  padding-top: 0;
}
.cid-u6q2rGV5Ls .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-u6q2rGV5Ls .navbar-buttons {
  flex-wrap: wrap;
}
.cid-u6q2rGV5Ls .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u6q2rGV5Ls .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-u6q2rGV5Ls .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-u6q2rGV5Ls .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-u6q2rGV5Ls .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-u6q2rGV5Ls .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-u6q2rGV5Ls .menu-content-top {
  background: #ffffff;
  max-width: 100%;
  display: none;
  -webkit-justify-content: left;
  justify-content: left;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-u6q2rGV5Ls .dropdown-item {
  padding: 0;
}
.cid-u6q2rGV5Ls .dropdown-item,
.cid-u6q2rGV5Ls .nav-link,
.cid-u6q2rGV5Ls .brand-name {
  font-style: normal;
}
.cid-u6q2rGV5Ls .dropdown-item:hover,
.cid-u6q2rGV5Ls .nav-link:hover,
.cid-u6q2rGV5Ls .brand-name:hover {
  color: #ffa500 !important;
}
.cid-u6q2rGV5Ls .dropdown-menu {
  background-color: #1a4279;
}
.cid-u6q2rGV5Ls .dropdown-item:active {
  background-color: #1a4279;
}
.cid-u6q2rGV5Ls .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-u6q2rGV5Ls .navbar-dropdown.bg-color.transparent.opened {
  background: #1a4279;
}
.cid-u6q2rGV5Ls .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-u6q2rGV5Ls .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-u6q2rGV5Ls .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u6q2rGV5Ls .content-text {
  margin-bottom: 0;
}
.cid-u6q2rGV5Ls .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-u6q2rGV5Ls .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #ffa500;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-u6q2rGV5Ls .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-u6q2rGV5Ls .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-u6q2rGV5Ls .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-u6q2rGV5Ls .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-u6q2rGV5Ls .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-u6q2rGV5Ls .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-u6q2rGV5Ls .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u6q2rGV5Ls .nav-dropdown .link {
  font-weight: 400;
}
.cid-u6q2rGV5Ls .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-u6q2rGV5Ls .content-right-side {
  text-align: center;
}
.cid-u6q2rGV5Ls .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-u6q2rGV5Ls .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-u6q2rGV5Ls .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-u6q2rGV5Ls .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u6q2rGV5Ls .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u6q2rGV5Ls .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-u6q2rGV5Ls .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-u6q2rGV5Ls .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-u6q2rGV5Ls .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-u6q2rGV5Ls .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-u6q2rGV5Ls .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-u6q2rGV5Ls .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u6q2rGV5Ls .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-u6q2rGV5Ls .navbar {
    display: block;
    padding: 0;
  }
  .cid-u6q2rGV5Ls .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u6q2rGV5Ls .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-u6q2rGV5Ls .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-u6q2rGV5Ls .navbar-toggler {
    display: none;
  }
  .cid-u6q2rGV5Ls .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-u6q2rGV5Ls .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-u6q2rGV5Ls .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-u6q2rGV5Ls .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-u6q2rGV5Ls .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-u6q2rGV5Ls .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-u6q2rGV5Ls .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-u6q2rGV5Ls .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-u6q2rGV5Ls .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-u6q2rGV5Ls .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-u6q2rGV5Ls .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-u6q2rGV5Ls .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6q2rGV5Ls .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-u6q2rGV5Ls .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-u6q2rGV5Ls .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-u6q2rGV5Ls .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-u6q2rGV5Ls .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6q2rGV5Ls .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-u6q2rGV5Ls .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-u6q2rGV5Ls .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-u6q2rGV5Ls .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-u6q2rGV5Ls .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-u6q2rGV5Ls .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-u6q2rGV5Ls button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-u6q2rGV5Ls button.navbar-toggler:focus {
  outline: none;
}
.cid-u6q2rGV5Ls button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u6q2rGV5Ls button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6q2rGV5Ls button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6q2rGV5Ls button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6q2rGV5Ls button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6q2rGV5Ls nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6q2rGV5Ls nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u6q2rGV5Ls nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u6q2rGV5Ls nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6q2rGV5Ls .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6q2rGV5Ls .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6q2rGV5Ls .collapsed .btn {
  display: flex;
}
.cid-u6q2rGV5Ls .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-u6q2rGV5Ls .collapsed .navbar-collapse.collapsing,
.cid-u6q2rGV5Ls .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-u6q2rGV5Ls .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-u6q2rGV5Ls .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-u6q2rGV5Ls .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-u6q2rGV5Ls .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-u6q2rGV5Ls .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-u6q2rGV5Ls .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-u6q2rGV5Ls .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-u6q2rGV5Ls .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-u6q2rGV5Ls .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-u6q2rGV5Ls .collapsed button.navbar-toggler {
  display: block;
}
.cid-u6q2rGV5Ls .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-u6q2rGV5Ls .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-u6q2rGV5Ls .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-u6q2rGV5Ls .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-u6q2rGV5Ls .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-u6q2rGV5Ls .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-u6q2rGV5Ls .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-u6q2rGV5Ls .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #ffffff;
  }
  .cid-u6q2rGV5Ls .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #ffffff;
  }
}
@media (max-width: 991px) {
  .cid-u6q2rGV5Ls .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-u6q2rGV5Ls .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-u6q2rGV5Ls .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-u6q2rGV5Ls .navbar-collapse.collapsing,
  .cid-u6q2rGV5Ls .navbar-collapse.show {
    display: block !important;
  }
  .cid-u6q2rGV5Ls .navbar-collapse.collapsing .navbar-nav,
  .cid-u6q2rGV5Ls .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-u6q2rGV5Ls .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-u6q2rGV5Ls .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-u6q2rGV5Ls .navbar-collapse.collapsing .navbar-buttons,
  .cid-u6q2rGV5Ls .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-u6q2rGV5Ls .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-u6q2rGV5Ls .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-u6q2rGV5Ls img {
    height: 3.8rem !important;
  }
  .cid-u6q2rGV5Ls .btn {
    display: flex;
  }
  .cid-u6q2rGV5Ls button.navbar-toggler {
    display: block;
  }
  .cid-u6q2rGV5Ls .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-u6q2rGV5Ls .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-u6q2rGV5Ls .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-u6q2rGV5Ls .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-u6q2rGV5Ls .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-u6q2rGV5Ls .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-u6q2rGV5Ls .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-u6q2rGV5Ls .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-u6q2rGV5Ls .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-u6q2rGV5Ls .nav-link:focus {
  outline: none;
}
.cid-u6q2rGV5Ls .navbar-toggler {
  position: relative;
}
.cid-u6q2rGV5Ls .dropdown-item.active,
.cid-u6q2rGV5Ls .dropdown-item:active {
  color: initial;
}
.cid-u6q2rGV5Ls .widget-title,
.cid-u6q2rGV5Ls .widget-icon {
  color: #e9e9e9;
}
.cid-u6q2rGV5Ls .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-u6q2rGV5Ls .menu-logo {
    display: none;
  }
  .cid-u6q2rGV5Ls .navbar {
    padding: 0;
  }
  .cid-u6q2rGV5Ls .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-u6q2rGV5Ls button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-u68uxyIhew {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-u68uxyIhew img {
  width: 100%;
}
.cid-u68uxyIhew p {
  margin-top: 6rem;
}
.cid-u68uxyIhew .content-wrapper {
  max-width: 750px;
  margin: auto;
  position: relative;
  padding: 0 2rem;
}
.cid-u68uxyIhew .content-wrapper {
  padding-top: 6rem;
}
.cid-u68uxyIhew h4 {
  position: absolute;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 6rem;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  bottom: 0;
}
@media (max-width: 1200px) {
  .cid-u68uxyIhew .content-wrapper {
    padding-top: 0rem;
  }
  .cid-u68uxyIhew p {
    margin-top: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-u68uxyIhew .content-wrapper {
    padding: 0 3rem;
    padding-top: 4rem;
  }
  .cid-u68uxyIhew p {
    margin-top: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-u68uxyIhew .content-wrapper {
    padding: 0rem;
    padding-top: 4rem;
  }
  .cid-u68uxyIhew h4 {
    right: 2rem;
  }
}
.cid-ub2tqlY4vC {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ub2tqlY4vC .nav-tabs .nav-item.open .nav-link:focus,
.cid-ub2tqlY4vC .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-ub2tqlY4vC .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-right: 1px solid #767676;
  border-bottom: none;
  padding-right: 4rem;
}
.cid-ub2tqlY4vC .nav-tabs .nav-item {
  padding: .5rem;
}
.cid-ub2tqlY4vC p {
  padding-left: 2rem;
  color: #879a9f;
}
.cid-ub2tqlY4vC .col-md-12 {
  flex-direction: row;
  display: flex;
}
.cid-ub2tqlY4vC .nav-tabs .nav-link {
  color: #767676;
  font-style: normal;
  font-weight: 500;
  transition: all .5s;
  border: none;
}
.cid-ub2tqlY4vC .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #1a4279;
}
.cid-ub2tqlY4vC .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #1a4279;
  font-style: normal;
}
@media (max-width: 992px) {
  .cid-ub2tqlY4vC .nav-tabs {
    flex-direction: row;
    border-right: 0px;
    padding-right: 0rem;
    border-bottom: 1px solid lightgray;
  }
  .cid-ub2tqlY4vC .col-md-12 {
    flex-direction: column;
    display: flex;
  }
  .cid-ub2tqlY4vC p {
    padding-left: 0rem;
  }
}
@media (max-width: 576px) {
  .cid-ub2tqlY4vC .mbr-text,
  .cid-ub2tqlY4vC .nav-link {
    text-align: center;
  }
  .cid-ub2tqlY4vC .col-md-12 {
    flex-direction: column;
    display: flex;
  }
  .cid-ub2tqlY4vC .nav-tabs {
    border-right: 0px;
    padding-right: 0rem;
    flex-direction: column;
  }
  .cid-ub2tqlY4vC p {
    padding-left: 0rem;
  }
}
.cid-ub2tqlY4vC P {
  color: #333333;
}
.cid-ub2tJm3zSZ {
  overflow: hidden !important;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ub2tJm3zSZ .mbr-section-subtitle {
  font-weight: 400;
}
.cid-ub2tJm3zSZ .mbr-section-title {
  padding-bottom: 2rem;
}
.cid-ub2tJm3zSZ .img-block {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ub2tJm3zSZ .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
.cid-ub2tJm3zSZ .form-control {
  min-height: 2.7em;
  padding: 0 1.8rem;
  font-size: 18px;
  background-color: white;
  width: 100%;
}
@media (max-width: 350px) {
  .cid-ub2tJm3zSZ .input-group-btn {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-ub2tJm3zSZ .form-control {
    margin-bottom: 10px;
  }
  .cid-ub2tJm3zSZ .form-group {
    max-width: 300px;
  }
  .cid-ub2tJm3zSZ .mbr-form .row {
    -webkit-flex-direction: column;
    flex-direction: column;
    align-items: center;
  }
}
.cid-ub2tJm3zSZ .form-group,
.cid-ub2tJm3zSZ .input-group-btn {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .cid-ub2tJm3zSZ .mbr-form > * {
    margin: 0 0rem;
    align-items: stretch;
  }
  .cid-ub2tJm3zSZ .col + .input-group-btn .btn,
  .cid-ub2tJm3zSZ .col-auto + .input-group-btn .btn {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    height: 100%;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    padding-top: 0;
    padding-bottom: 0;
  }
  .cid-ub2tJm3zSZ .dragArea > *:nth-last-child(2).col,
  .cid-ub2tJm3zSZ .dragArea > *:nth-last-child(2).col-auto,
  .cid-ub2tJm3zSZ .col + .input-group-btn,
  .cid-ub2tJm3zSZ .col-auto + .input-group-btn {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .cid-ub2tJm3zSZ .dragArea > *:nth-last-child(2).col input,
  .cid-ub2tJm3zSZ .dragArea > *:nth-last-child(2).col-auto input {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}
.cid-ub2tJm3zSZ .mbr-section-subtitle,
.cid-ub2tJm3zSZ .mbr-section-btn {
  color: #efefef;
}
.cid-u68uW9oaTk {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #1a4279;
}
.cid-u68uW9oaTk .card-wrapper {
  z-index: 3;
}
.cid-u68uW9oaTk .card-wrapper .mbr-section-title {
  letter-spacing: 1px;
  transition: all 2.5s cubic-bezier(0, 0.74, 0.52, 1.2);
}
.cid-u68uW9oaTk:hover .mbr-section-title {
  letter-spacing: 10px;
}
.cid-u68uW9oaTk .full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-u68uW9oaTk .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-u6pgCoOKfm {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efeeee;
}
.cid-u6pgCoOKfm .navbar-logo {
  width: 100px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-u6pgCoOKfm .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-u6pgCoOKfm .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u6pgCoOKfm .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-u6pgCoOKfm .social-list .soc-item {
  display: inline-block;
  margin: 0 0.3rem;
}
.cid-u6pgCoOKfm .text2 {
  color: #000000;
  text-align: left;
}
.cid-u6pgCoOKfm .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-u6pgCoOKfm .logo-title {
  text-align: center;
}
.cid-u6pgCoOKfm .logo-sub-title {
  text-align: center;
  color: #000000;
}
.cid-u6pgCoOKfm .links {
  text-align: center;
  color: #656565;
}
.cid-u6pgCoOKfm .logo-sub-title i {
  color: #9e9e9e;
}
.cid-u68uY3TpRt {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #1a4279;
}
.cid-u68uY3TpRt .card-wrapper {
  z-index: 3;
}
.cid-u68uY3TpRt .card-wrapper .mbr-section-title {
  letter-spacing: 1px;
  transition: all 2.5s cubic-bezier(0, 0.74, 0.52, 1.2);
}
.cid-u68uY3TpRt:hover .mbr-section-title {
  letter-spacing: 10px;
}
.cid-u68uY3TpRt .full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-u68uY3TpRt .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-u6q2rGV5Ls .navbar {
  padding: 0.5rem 0;
  background: #1a4279;
  transition: none;
  min-height: 50px;
}
.cid-u6q2rGV5Ls .navbar-fixed-top {
  padding-top: 0;
}
.cid-u6q2rGV5Ls .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-u6q2rGV5Ls .navbar-buttons {
  flex-wrap: wrap;
}
.cid-u6q2rGV5Ls .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u6q2rGV5Ls .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-u6q2rGV5Ls .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-u6q2rGV5Ls .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-u6q2rGV5Ls .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-u6q2rGV5Ls .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-u6q2rGV5Ls .menu-content-top {
  background: #ffffff;
  max-width: 100%;
  display: none;
  -webkit-justify-content: left;
  justify-content: left;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-u6q2rGV5Ls .dropdown-item {
  padding: 0;
}
.cid-u6q2rGV5Ls .dropdown-item,
.cid-u6q2rGV5Ls .nav-link,
.cid-u6q2rGV5Ls .brand-name {
  font-style: normal;
}
.cid-u6q2rGV5Ls .dropdown-item:hover,
.cid-u6q2rGV5Ls .nav-link:hover,
.cid-u6q2rGV5Ls .brand-name:hover {
  color: #ffa500 !important;
}
.cid-u6q2rGV5Ls .dropdown-menu {
  background-color: #1a4279;
}
.cid-u6q2rGV5Ls .dropdown-item:active {
  background-color: #1a4279;
}
.cid-u6q2rGV5Ls .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-u6q2rGV5Ls .navbar-dropdown.bg-color.transparent.opened {
  background: #1a4279;
}
.cid-u6q2rGV5Ls .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-u6q2rGV5Ls .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-u6q2rGV5Ls .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u6q2rGV5Ls .content-text {
  margin-bottom: 0;
}
.cid-u6q2rGV5Ls .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-u6q2rGV5Ls .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #ffa500;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-u6q2rGV5Ls .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-u6q2rGV5Ls .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-u6q2rGV5Ls .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-u6q2rGV5Ls .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-u6q2rGV5Ls .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-u6q2rGV5Ls .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-u6q2rGV5Ls .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u6q2rGV5Ls .nav-dropdown .link {
  font-weight: 400;
}
.cid-u6q2rGV5Ls .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-u6q2rGV5Ls .content-right-side {
  text-align: center;
}
.cid-u6q2rGV5Ls .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-u6q2rGV5Ls .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-u6q2rGV5Ls .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-u6q2rGV5Ls .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u6q2rGV5Ls .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u6q2rGV5Ls .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-u6q2rGV5Ls .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-u6q2rGV5Ls .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-u6q2rGV5Ls .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-u6q2rGV5Ls .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-u6q2rGV5Ls .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-u6q2rGV5Ls .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u6q2rGV5Ls .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-u6q2rGV5Ls .navbar {
    display: block;
    padding: 0;
  }
  .cid-u6q2rGV5Ls .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u6q2rGV5Ls .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-u6q2rGV5Ls .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-u6q2rGV5Ls .navbar-toggler {
    display: none;
  }
  .cid-u6q2rGV5Ls .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-u6q2rGV5Ls .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-u6q2rGV5Ls .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-u6q2rGV5Ls .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-u6q2rGV5Ls .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-u6q2rGV5Ls .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-u6q2rGV5Ls .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-u6q2rGV5Ls .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-u6q2rGV5Ls .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-u6q2rGV5Ls .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-u6q2rGV5Ls .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-u6q2rGV5Ls .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6q2rGV5Ls .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-u6q2rGV5Ls .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-u6q2rGV5Ls .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-u6q2rGV5Ls .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-u6q2rGV5Ls .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6q2rGV5Ls .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-u6q2rGV5Ls .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-u6q2rGV5Ls .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-u6q2rGV5Ls .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-u6q2rGV5Ls .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-u6q2rGV5Ls .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-u6q2rGV5Ls button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-u6q2rGV5Ls button.navbar-toggler:focus {
  outline: none;
}
.cid-u6q2rGV5Ls button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u6q2rGV5Ls button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6q2rGV5Ls button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6q2rGV5Ls button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6q2rGV5Ls button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6q2rGV5Ls nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6q2rGV5Ls nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u6q2rGV5Ls nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u6q2rGV5Ls nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6q2rGV5Ls .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6q2rGV5Ls .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6q2rGV5Ls .collapsed .btn {
  display: flex;
}
.cid-u6q2rGV5Ls .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-u6q2rGV5Ls .collapsed .navbar-collapse.collapsing,
.cid-u6q2rGV5Ls .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-u6q2rGV5Ls .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-u6q2rGV5Ls .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-u6q2rGV5Ls .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-u6q2rGV5Ls .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-u6q2rGV5Ls .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-u6q2rGV5Ls .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-u6q2rGV5Ls .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-u6q2rGV5Ls .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-u6q2rGV5Ls .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-u6q2rGV5Ls .collapsed button.navbar-toggler {
  display: block;
}
.cid-u6q2rGV5Ls .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-u6q2rGV5Ls .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-u6q2rGV5Ls .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-u6q2rGV5Ls .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-u6q2rGV5Ls .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-u6q2rGV5Ls .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-u6q2rGV5Ls .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-u6q2rGV5Ls .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #ffffff;
  }
  .cid-u6q2rGV5Ls .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #ffffff;
  }
}
@media (max-width: 991px) {
  .cid-u6q2rGV5Ls .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-u6q2rGV5Ls .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-u6q2rGV5Ls .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-u6q2rGV5Ls .navbar-collapse.collapsing,
  .cid-u6q2rGV5Ls .navbar-collapse.show {
    display: block !important;
  }
  .cid-u6q2rGV5Ls .navbar-collapse.collapsing .navbar-nav,
  .cid-u6q2rGV5Ls .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-u6q2rGV5Ls .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-u6q2rGV5Ls .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-u6q2rGV5Ls .navbar-collapse.collapsing .navbar-buttons,
  .cid-u6q2rGV5Ls .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-u6q2rGV5Ls .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-u6q2rGV5Ls .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-u6q2rGV5Ls img {
    height: 3.8rem !important;
  }
  .cid-u6q2rGV5Ls .btn {
    display: flex;
  }
  .cid-u6q2rGV5Ls button.navbar-toggler {
    display: block;
  }
  .cid-u6q2rGV5Ls .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-u6q2rGV5Ls .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-u6q2rGV5Ls .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-u6q2rGV5Ls .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-u6q2rGV5Ls .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-u6q2rGV5Ls .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-u6q2rGV5Ls .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-u6q2rGV5Ls .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-u6q2rGV5Ls .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-u6q2rGV5Ls .nav-link:focus {
  outline: none;
}
.cid-u6q2rGV5Ls .navbar-toggler {
  position: relative;
}
.cid-u6q2rGV5Ls .dropdown-item.active,
.cid-u6q2rGV5Ls .dropdown-item:active {
  color: initial;
}
.cid-u6q2rGV5Ls .widget-title,
.cid-u6q2rGV5Ls .widget-icon {
  color: #e9e9e9;
}
.cid-u6q2rGV5Ls .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-u6q2rGV5Ls .menu-logo {
    display: none;
  }
  .cid-u6q2rGV5Ls .navbar {
    padding: 0;
  }
  .cid-u6q2rGV5Ls .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-u6q2rGV5Ls button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-ub2rBczoRr {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ub2rBczoRr .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-ub2rBczoRr .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ub2rBczoRr .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-ub2rBczoRr .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-ub2rBczoRr .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ub2rhPofnS {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ub2rhPofnS .nav-tabs .nav-item.open .nav-link:focus,
.cid-ub2rhPofnS .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-ub2rhPofnS .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-right: 1px solid #767676;
  border-bottom: none;
  padding-right: 4rem;
}
.cid-ub2rhPofnS .nav-tabs .nav-item {
  padding: .5rem;
}
.cid-ub2rhPofnS p {
  padding-left: 2rem;
  color: #879a9f;
}
.cid-ub2rhPofnS .col-md-12 {
  flex-direction: row;
  display: flex;
}
.cid-ub2rhPofnS .nav-tabs .nav-link {
  color: #767676;
  font-style: normal;
  font-weight: 500;
  transition: all .5s;
  border: none;
}
.cid-ub2rhPofnS .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #1a4279;
}
.cid-ub2rhPofnS .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #1a4279;
  font-style: normal;
}
@media (max-width: 992px) {
  .cid-ub2rhPofnS .nav-tabs {
    flex-direction: row;
    border-right: 0px;
    padding-right: 0rem;
    border-bottom: 1px solid lightgray;
  }
  .cid-ub2rhPofnS .col-md-12 {
    flex-direction: column;
    display: flex;
  }
  .cid-ub2rhPofnS p {
    padding-left: 0rem;
  }
}
@media (max-width: 576px) {
  .cid-ub2rhPofnS .mbr-text,
  .cid-ub2rhPofnS .nav-link {
    text-align: center;
  }
  .cid-ub2rhPofnS .col-md-12 {
    flex-direction: column;
    display: flex;
  }
  .cid-ub2rhPofnS .nav-tabs {
    border-right: 0px;
    padding-right: 0rem;
    flex-direction: column;
  }
  .cid-ub2rhPofnS p {
    padding-left: 0rem;
  }
}
.cid-ub2rhPofnS P {
  color: #333333;
}
.cid-ub2s7Ct8SO {
  overflow: hidden !important;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ub2s7Ct8SO .mbr-section-subtitle {
  font-weight: 400;
}
.cid-ub2s7Ct8SO .mbr-section-title {
  padding-bottom: 2rem;
}
.cid-ub2s7Ct8SO .img-block {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ub2s7Ct8SO .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
.cid-ub2s7Ct8SO .form-control {
  min-height: 2.7em;
  padding: 0 1.8rem;
  font-size: 18px;
  background-color: white;
  width: 100%;
}
@media (max-width: 350px) {
  .cid-ub2s7Ct8SO .input-group-btn {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-ub2s7Ct8SO .form-control {
    margin-bottom: 10px;
  }
  .cid-ub2s7Ct8SO .form-group {
    max-width: 300px;
  }
  .cid-ub2s7Ct8SO .mbr-form .row {
    -webkit-flex-direction: column;
    flex-direction: column;
    align-items: center;
  }
}
.cid-ub2s7Ct8SO .form-group,
.cid-ub2s7Ct8SO .input-group-btn {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .cid-ub2s7Ct8SO .mbr-form > * {
    margin: 0 0rem;
    align-items: stretch;
  }
  .cid-ub2s7Ct8SO .col + .input-group-btn .btn,
  .cid-ub2s7Ct8SO .col-auto + .input-group-btn .btn {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    height: 100%;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    padding-top: 0;
    padding-bottom: 0;
  }
  .cid-ub2s7Ct8SO .dragArea > *:nth-last-child(2).col,
  .cid-ub2s7Ct8SO .dragArea > *:nth-last-child(2).col-auto,
  .cid-ub2s7Ct8SO .col + .input-group-btn,
  .cid-ub2s7Ct8SO .col-auto + .input-group-btn {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .cid-ub2s7Ct8SO .dragArea > *:nth-last-child(2).col input,
  .cid-ub2s7Ct8SO .dragArea > *:nth-last-child(2).col-auto input {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}
.cid-ub2s7Ct8SO .mbr-section-subtitle,
.cid-ub2s7Ct8SO .mbr-section-btn {
  color: #efefef;
}
.cid-u68wLDtaph {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-u68wLDtaph {
    padding-top: 30px;
    padding-bottom: 50px;
  }
}
.cid-u68wLDtaph .text {
  padding: 0;
}
.cid-u68wLDtaph section {
  position: relative;
}
.cid-u68wLDtaph h3 {
  padding-bottom: 0;
  margin-bottom: 0;
}
.cid-u68wLDtaph .mbr-iconfont {
  padding: 0!important;
}
.cid-u68wLDtaph .back {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #1a4279;
}
.cid-u68wLDtaph .box {
  background-image: url("../../../assets/images/griparm-900x397.jpeg");
  background-size: cover;
  background-position: center;
  height: 550px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u68wLDtaph .icon-wrap {
  background-color: #1a4279 !important;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-u68wLDtaph .icon-wrap:hover {
  transform: scale(1.1);
}
.cid-u68wLDtaph .icon-wrap span {
  padding-left: 8px;
}
.cid-u68wLDtaph .mbr-media span {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-u68wLDtaph .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-u68wLDtaph .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-u68wLDtaph .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-u68wLDtaph .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-u68wLDtaph a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-u68wLDtaph a.close:hover {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-u68wLDtaph {
    padding-top: 21px;
    padding-bottom: 35px;
  }
  .cid-u68wLDtaph .box {
    height: 250px;
  }
  .cid-u68wLDtaph .row {
    padding: 1rem!important;
  }
}
.cid-u6pgGcxPx9 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efeeee;
}
.cid-u6pgGcxPx9 .navbar-logo {
  width: 100px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-u6pgGcxPx9 .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-u6pgGcxPx9 .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u6pgGcxPx9 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-u6pgGcxPx9 .social-list .soc-item {
  display: inline-block;
  margin: 0 0.3rem;
}
.cid-u6pgGcxPx9 .text2 {
  color: #000000;
  text-align: left;
}
.cid-u6pgGcxPx9 .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-u6pgGcxPx9 .logo-title {
  text-align: center;
}
.cid-u6pgGcxPx9 .logo-sub-title {
  text-align: center;
  color: #000000;
}
.cid-u6pgGcxPx9 .links {
  text-align: center;
  color: #656565;
}
.cid-u6pgGcxPx9 .logo-sub-title i {
  color: #9e9e9e;
}
.cid-u68yx2ssGs {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #1a4279;
}
.cid-u68yx2ssGs .card-wrapper {
  z-index: 3;
}
.cid-u68yx2ssGs .card-wrapper .mbr-section-title {
  letter-spacing: 1px;
  transition: all 2.5s cubic-bezier(0, 0.74, 0.52, 1.2);
}
.cid-u68yx2ssGs:hover .mbr-section-title {
  letter-spacing: 10px;
}
.cid-u68yx2ssGs .full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-u68yx2ssGs .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-u6q2rGV5Ls .navbar {
  padding: 0.5rem 0;
  background: #1a4279;
  transition: none;
  min-height: 50px;
}
.cid-u6q2rGV5Ls .navbar-fixed-top {
  padding-top: 0;
}
.cid-u6q2rGV5Ls .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-u6q2rGV5Ls .navbar-buttons {
  flex-wrap: wrap;
}
.cid-u6q2rGV5Ls .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u6q2rGV5Ls .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-u6q2rGV5Ls .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-u6q2rGV5Ls .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-u6q2rGV5Ls .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-u6q2rGV5Ls .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-u6q2rGV5Ls .menu-content-top {
  background: #ffffff;
  max-width: 100%;
  display: none;
  -webkit-justify-content: left;
  justify-content: left;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-u6q2rGV5Ls .dropdown-item {
  padding: 0;
}
.cid-u6q2rGV5Ls .dropdown-item,
.cid-u6q2rGV5Ls .nav-link,
.cid-u6q2rGV5Ls .brand-name {
  font-style: normal;
}
.cid-u6q2rGV5Ls .dropdown-item:hover,
.cid-u6q2rGV5Ls .nav-link:hover,
.cid-u6q2rGV5Ls .brand-name:hover {
  color: #ffa500 !important;
}
.cid-u6q2rGV5Ls .dropdown-menu {
  background-color: #1a4279;
}
.cid-u6q2rGV5Ls .dropdown-item:active {
  background-color: #1a4279;
}
.cid-u6q2rGV5Ls .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-u6q2rGV5Ls .navbar-dropdown.bg-color.transparent.opened {
  background: #1a4279;
}
.cid-u6q2rGV5Ls .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-u6q2rGV5Ls .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-u6q2rGV5Ls .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u6q2rGV5Ls .content-text {
  margin-bottom: 0;
}
.cid-u6q2rGV5Ls .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-u6q2rGV5Ls .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #ffa500;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-u6q2rGV5Ls .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-u6q2rGV5Ls .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-u6q2rGV5Ls .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-u6q2rGV5Ls .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-u6q2rGV5Ls .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-u6q2rGV5Ls .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-u6q2rGV5Ls .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u6q2rGV5Ls .nav-dropdown .link {
  font-weight: 400;
}
.cid-u6q2rGV5Ls .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-u6q2rGV5Ls .content-right-side {
  text-align: center;
}
.cid-u6q2rGV5Ls .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-u6q2rGV5Ls .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-u6q2rGV5Ls .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-u6q2rGV5Ls .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u6q2rGV5Ls .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u6q2rGV5Ls .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-u6q2rGV5Ls .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-u6q2rGV5Ls .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-u6q2rGV5Ls .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-u6q2rGV5Ls .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-u6q2rGV5Ls .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-u6q2rGV5Ls .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u6q2rGV5Ls .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-u6q2rGV5Ls .navbar {
    display: block;
    padding: 0;
  }
  .cid-u6q2rGV5Ls .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u6q2rGV5Ls .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-u6q2rGV5Ls .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-u6q2rGV5Ls .navbar-toggler {
    display: none;
  }
  .cid-u6q2rGV5Ls .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-u6q2rGV5Ls .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-u6q2rGV5Ls .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-u6q2rGV5Ls .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-u6q2rGV5Ls .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-u6q2rGV5Ls .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-u6q2rGV5Ls .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-u6q2rGV5Ls .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-u6q2rGV5Ls .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-u6q2rGV5Ls .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-u6q2rGV5Ls .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-u6q2rGV5Ls .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6q2rGV5Ls .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-u6q2rGV5Ls .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-u6q2rGV5Ls .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-u6q2rGV5Ls .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-u6q2rGV5Ls .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6q2rGV5Ls .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-u6q2rGV5Ls .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-u6q2rGV5Ls .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-u6q2rGV5Ls .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-u6q2rGV5Ls .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-u6q2rGV5Ls .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-u6q2rGV5Ls button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-u6q2rGV5Ls button.navbar-toggler:focus {
  outline: none;
}
.cid-u6q2rGV5Ls button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u6q2rGV5Ls button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6q2rGV5Ls button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6q2rGV5Ls button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6q2rGV5Ls button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6q2rGV5Ls nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6q2rGV5Ls nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u6q2rGV5Ls nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u6q2rGV5Ls nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6q2rGV5Ls .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6q2rGV5Ls .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6q2rGV5Ls .collapsed .btn {
  display: flex;
}
.cid-u6q2rGV5Ls .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-u6q2rGV5Ls .collapsed .navbar-collapse.collapsing,
.cid-u6q2rGV5Ls .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-u6q2rGV5Ls .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-u6q2rGV5Ls .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-u6q2rGV5Ls .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-u6q2rGV5Ls .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-u6q2rGV5Ls .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-u6q2rGV5Ls .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-u6q2rGV5Ls .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-u6q2rGV5Ls .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-u6q2rGV5Ls .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-u6q2rGV5Ls .collapsed button.navbar-toggler {
  display: block;
}
.cid-u6q2rGV5Ls .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-u6q2rGV5Ls .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-u6q2rGV5Ls .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-u6q2rGV5Ls .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-u6q2rGV5Ls .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-u6q2rGV5Ls .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-u6q2rGV5Ls .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-u6q2rGV5Ls .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #ffffff;
  }
  .cid-u6q2rGV5Ls .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #ffffff;
  }
}
@media (max-width: 991px) {
  .cid-u6q2rGV5Ls .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-u6q2rGV5Ls .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-u6q2rGV5Ls .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-u6q2rGV5Ls .navbar-collapse.collapsing,
  .cid-u6q2rGV5Ls .navbar-collapse.show {
    display: block !important;
  }
  .cid-u6q2rGV5Ls .navbar-collapse.collapsing .navbar-nav,
  .cid-u6q2rGV5Ls .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-u6q2rGV5Ls .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-u6q2rGV5Ls .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-u6q2rGV5Ls .navbar-collapse.collapsing .navbar-buttons,
  .cid-u6q2rGV5Ls .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-u6q2rGV5Ls .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-u6q2rGV5Ls .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-u6q2rGV5Ls img {
    height: 3.8rem !important;
  }
  .cid-u6q2rGV5Ls .btn {
    display: flex;
  }
  .cid-u6q2rGV5Ls button.navbar-toggler {
    display: block;
  }
  .cid-u6q2rGV5Ls .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-u6q2rGV5Ls .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-u6q2rGV5Ls .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-u6q2rGV5Ls .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-u6q2rGV5Ls .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-u6q2rGV5Ls .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-u6q2rGV5Ls .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-u6q2rGV5Ls .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-u6q2rGV5Ls .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-u6q2rGV5Ls .nav-link:focus {
  outline: none;
}
.cid-u6q2rGV5Ls .navbar-toggler {
  position: relative;
}
.cid-u6q2rGV5Ls .dropdown-item.active,
.cid-u6q2rGV5Ls .dropdown-item:active {
  color: initial;
}
.cid-u6q2rGV5Ls .widget-title,
.cid-u6q2rGV5Ls .widget-icon {
  color: #e9e9e9;
}
.cid-u6q2rGV5Ls .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-u6q2rGV5Ls .menu-logo {
    display: none;
  }
  .cid-u6q2rGV5Ls .navbar {
    padding: 0;
  }
  .cid-u6q2rGV5Ls .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-u6q2rGV5Ls button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-ub1JmNVSSN {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ub1JmNVSSN .mbr-text {
  color: #ffffff;
  letter-spacing: 0.03em;
  line-height: 1.8;
}
.cid-ub1JmNVSSN .card-img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-ub1JmNVSSN .card-title {
  margin-bottom: 2rem;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.1em;
}
.cid-ub1JmNVSSN .card-title,
.cid-ub1JmNVSSN .card-img {
  color: #282124;
}
.cid-u68zhPmTHW {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-u68zhPmTHW {
    padding-top: 0px;
    padding-bottom: 20px;
  }
}
.cid-u68zhPmTHW .text {
  padding: 0;
}
.cid-u68zhPmTHW section {
  position: relative;
}
.cid-u68zhPmTHW h3 {
  padding-bottom: 0;
  margin-bottom: 0;
}
.cid-u68zhPmTHW .mbr-iconfont {
  padding: 0!important;
}
.cid-u68zhPmTHW .back {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 45%;
  background-color: #ffffff;
}
.cid-u68zhPmTHW .box {
  background-image: url("../../../assets/images/3mar-charging-connction-device.jpg");
  background-size: cover;
  background-position: center;
  height: 550px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u68zhPmTHW .icon-wrap {
  background-color: #1a4279 !important;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-u68zhPmTHW .icon-wrap:hover {
  transform: scale(1.1);
}
.cid-u68zhPmTHW .icon-wrap span {
  padding-left: 8px;
}
.cid-u68zhPmTHW .mbr-media span {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-u68zhPmTHW .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-u68zhPmTHW .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-u68zhPmTHW .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-u68zhPmTHW .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-u68zhPmTHW a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-u68zhPmTHW a.close:hover {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-u68zhPmTHW {
    padding-top: 0px;
    padding-bottom: 14px;
  }
  .cid-u68zhPmTHW .box {
    height: 250px;
  }
  .cid-u68zhPmTHW .row {
    padding: 1rem!important;
  }
}
.cid-u68oIYuw61 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u68oIYuw61 .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-u68oIYuw61 .item:last-child .icon-box:before {
  display: none;
}
.cid-u68oIYuw61 .item.last .icon-box:before {
  display: none;
}
.cid-u68oIYuw61 .icon-box {
  background: #1a4279;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .cid-u68oIYuw61 .icon-box {
    margin-right: 1rem;
  }
}
.cid-u68oIYuw61 .icon-box::before {
  content: "\e925";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: 50%;
  top: 120%;
  color: #1a4279;
  transform: translate(-50%, 0);
}
.cid-u68oIYuw61 span {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u68oIYuw61 .card {
    margin-bottom: 2rem;
  }
  .cid-u68oIYuw61 .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-u68oIYuw61 .icon-box::before {
    top: 141%;
  }
}
@media (max-width: 768px) {
  .cid-u68oIYuw61 .icon-box::before {
    top: 114%;
  }
}
.cid-u68oIYuw61 .icon-title {
  color: #000000;
}
.cid-u68pbm36Eu {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u68pbm36Eu img,
.cid-u68pbm36Eu .item-img {
  width: 100%;
}
.cid-u68pbm36Eu .item:focus,
.cid-u68pbm36Eu span:focus {
  outline: none;
}
.cid-u68pbm36Eu .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u68pbm36Eu .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u68pbm36Eu .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u68pbm36Eu .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-u68pbm36Eu .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u68pbm36Eu .mbr-section-title {
  color: #232323;
}
.cid-u68pbm36Eu .mbr-text,
.cid-u68pbm36Eu .mbr-section-btn {
  text-align: left;
}
.cid-u68pbm36Eu .item-title {
  text-align: left;
  color: #282124;
}
.cid-u68pbm36Eu .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-u68pbm36Eu .mbr-section-subtitle {
  color: #333333;
  text-align: center;
}
.cid-ub1EPF4KU0 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ub1EPF4KU0 .nav-tabs .nav-item.open .nav-link:focus,
.cid-ub1EPF4KU0 .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-ub1EPF4KU0 .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-right: 1px solid #767676;
  border-bottom: none;
  padding-right: 4rem;
}
.cid-ub1EPF4KU0 .nav-tabs .nav-item {
  padding: .5rem;
}
.cid-ub1EPF4KU0 p {
  padding-left: 2rem;
  color: #879a9f;
}
.cid-ub1EPF4KU0 .col-md-12 {
  flex-direction: row;
  display: flex;
}
.cid-ub1EPF4KU0 .nav-tabs .nav-link {
  color: #767676;
  font-style: normal;
  font-weight: 500;
  transition: all .5s;
  border: none;
}
.cid-ub1EPF4KU0 .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #1a4279;
}
.cid-ub1EPF4KU0 .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #1a4279;
  font-style: normal;
}
@media (max-width: 992px) {
  .cid-ub1EPF4KU0 .nav-tabs {
    flex-direction: row;
    border-right: 0px;
    padding-right: 0rem;
    border-bottom: 1px solid lightgray;
  }
  .cid-ub1EPF4KU0 .col-md-12 {
    flex-direction: column;
    display: flex;
  }
  .cid-ub1EPF4KU0 p {
    padding-left: 0rem;
  }
}
@media (max-width: 576px) {
  .cid-ub1EPF4KU0 .mbr-text,
  .cid-ub1EPF4KU0 .nav-link {
    text-align: center;
  }
  .cid-ub1EPF4KU0 .col-md-12 {
    flex-direction: column;
    display: flex;
  }
  .cid-ub1EPF4KU0 .nav-tabs {
    border-right: 0px;
    padding-right: 0rem;
    flex-direction: column;
  }
  .cid-ub1EPF4KU0 p {
    padding-left: 0rem;
  }
}
.cid-ub1EPF4KU0 P {
  color: #333333;
}
.cid-ub1NPJ8PPQ {
  overflow: hidden !important;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ub1NPJ8PPQ .mbr-section-subtitle {
  font-weight: 400;
}
.cid-ub1NPJ8PPQ .mbr-section-title {
  padding-bottom: 2rem;
}
.cid-ub1NPJ8PPQ .img-block {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ub1NPJ8PPQ .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
.cid-ub1NPJ8PPQ .form-control {
  min-height: 2.7em;
  padding: 0 1.8rem;
  font-size: 18px;
  background-color: white;
  width: 100%;
}
@media (max-width: 350px) {
  .cid-ub1NPJ8PPQ .input-group-btn {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-ub1NPJ8PPQ .form-control {
    margin-bottom: 10px;
  }
  .cid-ub1NPJ8PPQ .form-group {
    max-width: 300px;
  }
  .cid-ub1NPJ8PPQ .mbr-form .row {
    -webkit-flex-direction: column;
    flex-direction: column;
    align-items: center;
  }
}
.cid-ub1NPJ8PPQ .form-group,
.cid-ub1NPJ8PPQ .input-group-btn {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .cid-ub1NPJ8PPQ .mbr-form > * {
    margin: 0 0rem;
    align-items: stretch;
  }
  .cid-ub1NPJ8PPQ .col + .input-group-btn .btn,
  .cid-ub1NPJ8PPQ .col-auto + .input-group-btn .btn {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    height: 100%;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    padding-top: 0;
    padding-bottom: 0;
  }
  .cid-ub1NPJ8PPQ .dragArea > *:nth-last-child(2).col,
  .cid-ub1NPJ8PPQ .dragArea > *:nth-last-child(2).col-auto,
  .cid-ub1NPJ8PPQ .col + .input-group-btn,
  .cid-ub1NPJ8PPQ .col-auto + .input-group-btn {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .cid-ub1NPJ8PPQ .dragArea > *:nth-last-child(2).col input,
  .cid-ub1NPJ8PPQ .dragArea > *:nth-last-child(2).col-auto input {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}
.cid-ub1NPJ8PPQ .mbr-section-subtitle,
.cid-ub1NPJ8PPQ .mbr-section-btn {
  color: #efefef;
}
.cid-u68pQRpAHv {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-u68pQRpAHv .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #fafafa;
  color: #444444;
  padding: 0;
}
.cid-u68pQRpAHv .ico-line {
  display: inline-block;
  width: 100%;
}
.cid-u68pQRpAHv .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-u68pQRpAHv p {
  line-height: 1.6;
}
.cid-u68pQRpAHv .rev,
.cid-u68pQRpAHv .mbr-iconfont {
  display: inline-block;
}
.cid-u68pQRpAHv .line {
  display: inline-block;
  width: 8%;
  height: 4px;
  background-color: #1a4279;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-u68pQRpAHv .card-title {
  color: #1a4279;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1rem;
  text-align: left;
}
.cid-u68pQRpAHv .card-box {
  padding: 1.5rem;
}
.cid-u68pQRpAHv .mbr-section-title {
  margin: 0 auto;
  color: #000000;
  text-align: center;
}
.cid-u68pQRpAHv .mbr-section-sub-title {
  text-align: center;
  color: #767676;
}
.cid-u68pQRpAHv .mbr-section-title,
.cid-u68pQRpAHv .line-wrap {
  text-align: center;
  color: #000000;
}
.cid-u68pQRpAHv .rev {
  color: #0a1c44;
}
.cid-u68pQRpAHv .card-text,
.cid-u68pQRpAHv .mbr-section-btn,
.cid-u68pQRpAHv .ico-line {
  color: #767676;
}
.cid-u68qAmEcXd {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #1a4279;
}
.cid-u68qAmEcXd .card-wrapper {
  z-index: 3;
}
.cid-u68qAmEcXd .card-wrapper .mbr-section-title {
  letter-spacing: 1px;
  transition: all 2.5s cubic-bezier(0, 0.74, 0.52, 1.2);
}
.cid-u68qAmEcXd:hover .mbr-section-title {
  letter-spacing: 10px;
}
.cid-u68qAmEcXd .full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-u68qAmEcXd .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-u6pgv00k63 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efeeee;
}
.cid-u6pgv00k63 .navbar-logo {
  width: 100px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-u6pgv00k63 .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-u6pgv00k63 .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u6pgv00k63 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-u6pgv00k63 .social-list .soc-item {
  display: inline-block;
  margin: 0 0.3rem;
}
.cid-u6pgv00k63 .text2 {
  color: #000000;
  text-align: left;
}
.cid-u6pgv00k63 .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-u6pgv00k63 .logo-title {
  text-align: center;
}
.cid-u6pgv00k63 .logo-sub-title {
  text-align: center;
  color: #000000;
}
.cid-u6pgv00k63 .links {
  text-align: center;
  color: #656565;
}
.cid-u6pgv00k63 .logo-sub-title i {
  color: #9e9e9e;
}
.cid-u68qCAPnmi {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #1a4279;
}
.cid-u68qCAPnmi .card-wrapper {
  z-index: 3;
}
.cid-u68qCAPnmi .card-wrapper .mbr-section-title {
  letter-spacing: 1px;
  transition: all 2.5s cubic-bezier(0, 0.74, 0.52, 1.2);
}
.cid-u68qCAPnmi:hover .mbr-section-title {
  letter-spacing: 10px;
}
.cid-u68qCAPnmi .full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-u68qCAPnmi .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-u68piIwBcR.popup-builder {
  background-color: #ffffff;
}
.cid-u68piIwBcR.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u68piIwBcR.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u68piIwBcR .modal-content,
.cid-u68piIwBcR .modal-dialog {
  height: auto;
}
.cid-u68piIwBcR .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u68piIwBcR .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u68piIwBcR .form-wrapper .mbr-form .form-group,
  .cid-u68piIwBcR .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u68piIwBcR .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-u68piIwBcR .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u68piIwBcR .mbr-text {
  text-align: center;
}
.cid-u68piIwBcR .pt-0 {
  padding-top: 0 !important;
}
.cid-u68piIwBcR .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u68piIwBcR .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u68piIwBcR .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u68piIwBcR .modal-open {
  overflow: hidden;
}
.cid-u68piIwBcR .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u68piIwBcR .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u68piIwBcR .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u68piIwBcR .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-u68piIwBcR .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u68piIwBcR .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u68piIwBcR .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u68piIwBcR .modal-content {
  background: #000000;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-u68piIwBcR .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u68piIwBcR .modal-backdrop.fade {
  opacity: 0;
}
.cid-u68piIwBcR .modal-backdrop.show {
  opacity: .5;
}
.cid-u68piIwBcR .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-u68piIwBcR .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u68piIwBcR .modal-header .close:hover {
  opacity: 1;
}
.cid-u68piIwBcR .modal-header .close:focus {
  outline: none;
}
.cid-u68piIwBcR .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-u68piIwBcR .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-u68piIwBcR .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-u68piIwBcR .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u68piIwBcR .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u68piIwBcR .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u68piIwBcR .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u68piIwBcR .modal-sm {
    max-width: 300px;
  }
  .cid-u68piIwBcR .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-u68piIwBcR .modal-lg,
  .cid-u68piIwBcR .modal-xl {
    max-width: 800px;
  }
  .cid-u68piIwBcR .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-u68piIwBcR .modal-xl {
    max-width: 1140px;
  }
  .cid-u68piIwBcR .container {
    max-width: 1140px;
  }
}
.cid-u68piIwBcR .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-u68piIwBcR .container {
    max-width: 720px;
  }
}
.cid-u68piIwBcR .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u68piIwBcR .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-u68piIwBcR .form-group {
  margin-bottom: 1rem;
}
.cid-u68piIwBcR .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u68piIwBcR .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u68piIwBcR .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-u68qwAoMTo.popup-builder {
  background-color: #ffffff;
}
.cid-u68qwAoMTo.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u68qwAoMTo.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u68qwAoMTo .modal-content,
.cid-u68qwAoMTo .modal-dialog {
  height: auto;
}
.cid-u68qwAoMTo .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u68qwAoMTo .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u68qwAoMTo .form-wrapper .mbr-form .form-group,
  .cid-u68qwAoMTo .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u68qwAoMTo .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-u68qwAoMTo .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u68qwAoMTo .mbr-text {
  text-align: center;
}
.cid-u68qwAoMTo .pt-0 {
  padding-top: 0 !important;
}
.cid-u68qwAoMTo .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u68qwAoMTo .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u68qwAoMTo .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u68qwAoMTo .modal-open {
  overflow: hidden;
}
.cid-u68qwAoMTo .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u68qwAoMTo .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u68qwAoMTo .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u68qwAoMTo .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-u68qwAoMTo .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u68qwAoMTo .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u68qwAoMTo .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u68qwAoMTo .modal-content {
  background: #000000;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-u68qwAoMTo .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u68qwAoMTo .modal-backdrop.fade {
  opacity: 0;
}
.cid-u68qwAoMTo .modal-backdrop.show {
  opacity: .5;
}
.cid-u68qwAoMTo .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-u68qwAoMTo .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u68qwAoMTo .modal-header .close:hover {
  opacity: 1;
}
.cid-u68qwAoMTo .modal-header .close:focus {
  outline: none;
}
.cid-u68qwAoMTo .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-u68qwAoMTo .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-u68qwAoMTo .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-u68qwAoMTo .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u68qwAoMTo .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u68qwAoMTo .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u68qwAoMTo .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u68qwAoMTo .modal-sm {
    max-width: 300px;
  }
  .cid-u68qwAoMTo .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-u68qwAoMTo .modal-lg,
  .cid-u68qwAoMTo .modal-xl {
    max-width: 800px;
  }
  .cid-u68qwAoMTo .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-u68qwAoMTo .modal-xl {
    max-width: 1140px;
  }
  .cid-u68qwAoMTo .container {
    max-width: 1140px;
  }
}
.cid-u68qwAoMTo .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-u68qwAoMTo .container {
    max-width: 720px;
  }
}
.cid-u68qwAoMTo .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u68qwAoMTo .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-u68qwAoMTo .form-group {
  margin-bottom: 1rem;
}
.cid-u68qwAoMTo .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u68qwAoMTo .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u68qwAoMTo .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-u68q5QEu17.popup-builder {
  background-color: #ffffff;
}
.cid-u68q5QEu17.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u68q5QEu17.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u68q5QEu17 .modal-content,
.cid-u68q5QEu17 .modal-dialog {
  height: auto;
}
.cid-u68q5QEu17 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u68q5QEu17 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u68q5QEu17 .form-wrapper .mbr-form .form-group,
  .cid-u68q5QEu17 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u68q5QEu17 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-u68q5QEu17 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u68q5QEu17 .mbr-text {
  text-align: center;
}
.cid-u68q5QEu17 .pt-0 {
  padding-top: 0 !important;
}
.cid-u68q5QEu17 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u68q5QEu17 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u68q5QEu17 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u68q5QEu17 .modal-open {
  overflow: hidden;
}
.cid-u68q5QEu17 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u68q5QEu17 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u68q5QEu17 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u68q5QEu17 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-u68q5QEu17 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u68q5QEu17 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u68q5QEu17 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u68q5QEu17 .modal-content {
  background: #000000;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-u68q5QEu17 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u68q5QEu17 .modal-backdrop.fade {
  opacity: 0;
}
.cid-u68q5QEu17 .modal-backdrop.show {
  opacity: .5;
}
.cid-u68q5QEu17 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-u68q5QEu17 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u68q5QEu17 .modal-header .close:hover {
  opacity: 1;
}
.cid-u68q5QEu17 .modal-header .close:focus {
  outline: none;
}
.cid-u68q5QEu17 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-u68q5QEu17 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-u68q5QEu17 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-u68q5QEu17 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u68q5QEu17 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u68q5QEu17 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u68q5QEu17 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u68q5QEu17 .modal-sm {
    max-width: 300px;
  }
  .cid-u68q5QEu17 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-u68q5QEu17 .modal-lg,
  .cid-u68q5QEu17 .modal-xl {
    max-width: 800px;
  }
  .cid-u68q5QEu17 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-u68q5QEu17 .modal-xl {
    max-width: 1140px;
  }
  .cid-u68q5QEu17 .container {
    max-width: 1140px;
  }
}
.cid-u68q5QEu17 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-u68q5QEu17 .container {
    max-width: 720px;
  }
}
.cid-u68q5QEu17 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u68q5QEu17 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-u68q5QEu17 .form-group {
  margin-bottom: 1rem;
}
.cid-u68q5QEu17 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u68q5QEu17 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u68q5QEu17 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-u6q2rGV5Ls .navbar {
  padding: 0.5rem 0;
  background: #1a4279;
  transition: none;
  min-height: 50px;
}
.cid-u6q2rGV5Ls .navbar-fixed-top {
  padding-top: 0;
}
.cid-u6q2rGV5Ls .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-u6q2rGV5Ls .navbar-buttons {
  flex-wrap: wrap;
}
.cid-u6q2rGV5Ls .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u6q2rGV5Ls .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-u6q2rGV5Ls .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-u6q2rGV5Ls .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-u6q2rGV5Ls .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-u6q2rGV5Ls .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-u6q2rGV5Ls .menu-content-top {
  background: #ffffff;
  max-width: 100%;
  display: none;
  -webkit-justify-content: left;
  justify-content: left;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-u6q2rGV5Ls .dropdown-item {
  padding: 0;
}
.cid-u6q2rGV5Ls .dropdown-item,
.cid-u6q2rGV5Ls .nav-link,
.cid-u6q2rGV5Ls .brand-name {
  font-style: normal;
}
.cid-u6q2rGV5Ls .dropdown-item:hover,
.cid-u6q2rGV5Ls .nav-link:hover,
.cid-u6q2rGV5Ls .brand-name:hover {
  color: #ffa500 !important;
}
.cid-u6q2rGV5Ls .dropdown-menu {
  background-color: #1a4279;
}
.cid-u6q2rGV5Ls .dropdown-item:active {
  background-color: #1a4279;
}
.cid-u6q2rGV5Ls .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-u6q2rGV5Ls .navbar-dropdown.bg-color.transparent.opened {
  background: #1a4279;
}
.cid-u6q2rGV5Ls .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-u6q2rGV5Ls .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-u6q2rGV5Ls .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u6q2rGV5Ls .content-text {
  margin-bottom: 0;
}
.cid-u6q2rGV5Ls .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-u6q2rGV5Ls .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #ffa500;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-u6q2rGV5Ls .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-u6q2rGV5Ls .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-u6q2rGV5Ls .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-u6q2rGV5Ls .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-u6q2rGV5Ls .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-u6q2rGV5Ls .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-u6q2rGV5Ls .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u6q2rGV5Ls .nav-dropdown .link {
  font-weight: 400;
}
.cid-u6q2rGV5Ls .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-u6q2rGV5Ls .content-right-side {
  text-align: center;
}
.cid-u6q2rGV5Ls .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-u6q2rGV5Ls .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-u6q2rGV5Ls .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-u6q2rGV5Ls .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u6q2rGV5Ls .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u6q2rGV5Ls .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-u6q2rGV5Ls .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-u6q2rGV5Ls .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-u6q2rGV5Ls .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-u6q2rGV5Ls .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-u6q2rGV5Ls .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-u6q2rGV5Ls .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u6q2rGV5Ls .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-u6q2rGV5Ls .navbar {
    display: block;
    padding: 0;
  }
  .cid-u6q2rGV5Ls .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u6q2rGV5Ls .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-u6q2rGV5Ls .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-u6q2rGV5Ls .navbar-toggler {
    display: none;
  }
  .cid-u6q2rGV5Ls .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-u6q2rGV5Ls .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-u6q2rGV5Ls .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-u6q2rGV5Ls .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-u6q2rGV5Ls .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-u6q2rGV5Ls .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-u6q2rGV5Ls .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-u6q2rGV5Ls .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-u6q2rGV5Ls .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-u6q2rGV5Ls .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-u6q2rGV5Ls .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-u6q2rGV5Ls .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6q2rGV5Ls .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-u6q2rGV5Ls .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-u6q2rGV5Ls .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-u6q2rGV5Ls .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-u6q2rGV5Ls .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6q2rGV5Ls .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-u6q2rGV5Ls .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-u6q2rGV5Ls .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-u6q2rGV5Ls .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-u6q2rGV5Ls .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-u6q2rGV5Ls .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-u6q2rGV5Ls button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-u6q2rGV5Ls button.navbar-toggler:focus {
  outline: none;
}
.cid-u6q2rGV5Ls button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u6q2rGV5Ls button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6q2rGV5Ls button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6q2rGV5Ls button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6q2rGV5Ls button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6q2rGV5Ls nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6q2rGV5Ls nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u6q2rGV5Ls nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u6q2rGV5Ls nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6q2rGV5Ls .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6q2rGV5Ls .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6q2rGV5Ls .collapsed .btn {
  display: flex;
}
.cid-u6q2rGV5Ls .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-u6q2rGV5Ls .collapsed .navbar-collapse.collapsing,
.cid-u6q2rGV5Ls .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-u6q2rGV5Ls .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-u6q2rGV5Ls .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-u6q2rGV5Ls .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-u6q2rGV5Ls .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-u6q2rGV5Ls .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-u6q2rGV5Ls .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-u6q2rGV5Ls .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-u6q2rGV5Ls .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-u6q2rGV5Ls .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-u6q2rGV5Ls .collapsed button.navbar-toggler {
  display: block;
}
.cid-u6q2rGV5Ls .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-u6q2rGV5Ls .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-u6q2rGV5Ls .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-u6q2rGV5Ls .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-u6q2rGV5Ls .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-u6q2rGV5Ls .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-u6q2rGV5Ls .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-u6q2rGV5Ls .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #ffffff;
  }
  .cid-u6q2rGV5Ls .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #ffffff;
  }
}
@media (max-width: 991px) {
  .cid-u6q2rGV5Ls .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-u6q2rGV5Ls .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-u6q2rGV5Ls .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-u6q2rGV5Ls .navbar-collapse.collapsing,
  .cid-u6q2rGV5Ls .navbar-collapse.show {
    display: block !important;
  }
  .cid-u6q2rGV5Ls .navbar-collapse.collapsing .navbar-nav,
  .cid-u6q2rGV5Ls .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-u6q2rGV5Ls .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-u6q2rGV5Ls .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-u6q2rGV5Ls .navbar-collapse.collapsing .navbar-buttons,
  .cid-u6q2rGV5Ls .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-u6q2rGV5Ls .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-u6q2rGV5Ls .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-u6q2rGV5Ls img {
    height: 3.8rem !important;
  }
  .cid-u6q2rGV5Ls .btn {
    display: flex;
  }
  .cid-u6q2rGV5Ls button.navbar-toggler {
    display: block;
  }
  .cid-u6q2rGV5Ls .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-u6q2rGV5Ls .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-u6q2rGV5Ls .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-u6q2rGV5Ls .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-u6q2rGV5Ls .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-u6q2rGV5Ls .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-u6q2rGV5Ls .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-u6q2rGV5Ls .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-u6q2rGV5Ls .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-u6q2rGV5Ls .nav-link:focus {
  outline: none;
}
.cid-u6q2rGV5Ls .navbar-toggler {
  position: relative;
}
.cid-u6q2rGV5Ls .dropdown-item.active,
.cid-u6q2rGV5Ls .dropdown-item:active {
  color: initial;
}
.cid-u6q2rGV5Ls .widget-title,
.cid-u6q2rGV5Ls .widget-icon {
  color: #e9e9e9;
}
.cid-u6q2rGV5Ls .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-u6q2rGV5Ls .menu-logo {
    display: none;
  }
  .cid-u6q2rGV5Ls .navbar {
    padding: 0;
  }
  .cid-u6q2rGV5Ls .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-u6q2rGV5Ls button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-u68shv2zey {
  padding-top: 8rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u68shv2zey .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-u68shv2zey .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-u68shv2zey .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-u68shv2zey .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-u68shv2zey .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-u68suzPNlO {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u68suzPNlO .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-u68suzPNlO .item:last-child .icon-box:before {
  display: none;
}
.cid-u68suzPNlO .item.last .icon-box:before {
  display: none;
}
.cid-u68suzPNlO .icon-box {
  background: #1a4279;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .cid-u68suzPNlO .icon-box {
    margin-right: 1rem;
  }
}
.cid-u68suzPNlO .icon-box::before {
  content: "\e925";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: 50%;
  top: 120%;
  color: #1a4279;
  transform: translate(-50%, 0);
}
.cid-u68suzPNlO span {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u68suzPNlO .card {
    margin-bottom: 2rem;
  }
  .cid-u68suzPNlO .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-u68suzPNlO .icon-box::before {
    top: 141%;
  }
}
@media (max-width: 768px) {
  .cid-u68suzPNlO .icon-box::before {
    top: 114%;
  }
}
.cid-u68suzPNlO .icon-title {
  color: #000000;
}
.cid-ub1Q0aI7Ad {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ub1Q0aI7Ad .card {
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ub1Q0aI7Ad .card .card-img {
  width: 20%;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-ub1Q0aI7Ad .card .card-box {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 80%;
  padding-left: 1rem;
}
.cid-ub1Q0aI7Ad .card .card-img span {
  color: #1a4279;
  font-size: 60px;
}
.cid-ub1Q0aI7Ad .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-ub1Q0aI7Ad .card {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-ub1Q0aI7Ad .card .card-img {
    width: 100%;
    padding-bottom: 1.5rem;
  }
  .cid-ub1Q0aI7Ad .card .card-box {
    width: 100%;
    padding-left: 0;
  }
  .cid-ub1Q0aI7Ad .card .card-box .card-title,
  .cid-ub1Q0aI7Ad .card .card-box .mbr-text,
  .cid-ub1Q0aI7Ad .card .card-box .link {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .cid-ub1Q0aI7Ad .card {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .cid-ub1Q0aI7Ad .card .card-img {
    text-align: right !important;
  }
}
.cid-ub1Q0aI7Ad .mbr-text,
.cid-ub1Q0aI7Ad .link {
  color: #282124;
}
.cid-ub1WcNGg88 {
  overflow: hidden !important;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ub1WcNGg88 .mbr-section-subtitle {
  font-weight: 400;
}
.cid-ub1WcNGg88 .mbr-section-title {
  padding-bottom: 2rem;
}
.cid-ub1WcNGg88 .img-block {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ub1WcNGg88 .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
.cid-ub1WcNGg88 .form-control {
  min-height: 2.7em;
  padding: 0 1.8rem;
  font-size: 18px;
  background-color: white;
  width: 100%;
}
@media (max-width: 350px) {
  .cid-ub1WcNGg88 .input-group-btn {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-ub1WcNGg88 .form-control {
    margin-bottom: 10px;
  }
  .cid-ub1WcNGg88 .form-group {
    max-width: 300px;
  }
  .cid-ub1WcNGg88 .mbr-form .row {
    -webkit-flex-direction: column;
    flex-direction: column;
    align-items: center;
  }
}
.cid-ub1WcNGg88 .form-group,
.cid-ub1WcNGg88 .input-group-btn {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .cid-ub1WcNGg88 .mbr-form > * {
    margin: 0 0rem;
    align-items: stretch;
  }
  .cid-ub1WcNGg88 .col + .input-group-btn .btn,
  .cid-ub1WcNGg88 .col-auto + .input-group-btn .btn {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    height: 100%;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    padding-top: 0;
    padding-bottom: 0;
  }
  .cid-ub1WcNGg88 .dragArea > *:nth-last-child(2).col,
  .cid-ub1WcNGg88 .dragArea > *:nth-last-child(2).col-auto,
  .cid-ub1WcNGg88 .col + .input-group-btn,
  .cid-ub1WcNGg88 .col-auto + .input-group-btn {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .cid-ub1WcNGg88 .dragArea > *:nth-last-child(2).col input,
  .cid-ub1WcNGg88 .dragArea > *:nth-last-child(2).col-auto input {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}
.cid-ub1WcNGg88 .mbr-section-subtitle,
.cid-ub1WcNGg88 .mbr-section-btn {
  color: #efefef;
}
.cid-u68sTqyvDQ {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-u68sTqyvDQ .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #fafafa;
  color: #444444;
  padding: 0;
}
.cid-u68sTqyvDQ .ico-line {
  display: inline-block;
  width: 100%;
}
.cid-u68sTqyvDQ .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-u68sTqyvDQ p {
  line-height: 1.6;
}
.cid-u68sTqyvDQ .rev,
.cid-u68sTqyvDQ .mbr-iconfont {
  display: inline-block;
}
.cid-u68sTqyvDQ .line {
  display: inline-block;
  width: 8%;
  height: 4px;
  background-color: #1a4279;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-u68sTqyvDQ .card-title {
  color: #1a4279;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1rem;
  text-align: left;
}
.cid-u68sTqyvDQ .card-box {
  padding: 1.5rem;
}
.cid-u68sTqyvDQ .mbr-section-title {
  margin: 0 auto;
  color: #000000;
  text-align: center;
}
.cid-u68sTqyvDQ .mbr-section-sub-title {
  text-align: center;
  color: #767676;
}
.cid-u68sTqyvDQ .mbr-section-title,
.cid-u68sTqyvDQ .line-wrap {
  text-align: center;
  color: #000000;
}
.cid-u68sTqyvDQ .rev {
  color: #0a1c44;
}
.cid-u68sTqyvDQ .card-text,
.cid-u68sTqyvDQ .mbr-section-btn,
.cid-u68sTqyvDQ .ico-line {
  color: #767676;
}
.cid-u68sY4I5EM {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #1a4279;
}
.cid-u68sY4I5EM .card-wrapper {
  z-index: 3;
}
.cid-u68sY4I5EM .card-wrapper .mbr-section-title {
  letter-spacing: 1px;
  transition: all 2.5s cubic-bezier(0, 0.74, 0.52, 1.2);
}
.cid-u68sY4I5EM:hover .mbr-section-title {
  letter-spacing: 10px;
}
.cid-u68sY4I5EM .full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-u68sY4I5EM .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-u6pgyKf8aq {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efeeee;
}
.cid-u6pgyKf8aq .navbar-logo {
  width: 100px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-u6pgyKf8aq .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-u6pgyKf8aq .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u6pgyKf8aq .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-u6pgyKf8aq .social-list .soc-item {
  display: inline-block;
  margin: 0 0.3rem;
}
.cid-u6pgyKf8aq .text2 {
  color: #000000;
  text-align: left;
}
.cid-u6pgyKf8aq .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-u6pgyKf8aq .logo-title {
  text-align: center;
}
.cid-u6pgyKf8aq .logo-sub-title {
  text-align: center;
  color: #000000;
}
.cid-u6pgyKf8aq .links {
  text-align: center;
  color: #656565;
}
.cid-u6pgyKf8aq .logo-sub-title i {
  color: #9e9e9e;
}
.cid-u68sZcd1qa {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #1a4279;
}
.cid-u68sZcd1qa .card-wrapper {
  z-index: 3;
}
.cid-u68sZcd1qa .card-wrapper .mbr-section-title {
  letter-spacing: 1px;
  transition: all 2.5s cubic-bezier(0, 0.74, 0.52, 1.2);
}
.cid-u68sZcd1qa:hover .mbr-section-title {
  letter-spacing: 10px;
}
.cid-u68sZcd1qa .full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-u68sZcd1qa .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-u68t1r2Bah.popup-builder {
  background-color: #ffffff;
}
.cid-u68t1r2Bah.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u68t1r2Bah.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u68t1r2Bah .modal-content,
.cid-u68t1r2Bah .modal-dialog {
  height: auto;
}
.cid-u68t1r2Bah .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u68t1r2Bah .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u68t1r2Bah .form-wrapper .mbr-form .form-group,
  .cid-u68t1r2Bah .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u68t1r2Bah .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-u68t1r2Bah .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u68t1r2Bah .mbr-text {
  text-align: center;
}
.cid-u68t1r2Bah .pt-0 {
  padding-top: 0 !important;
}
.cid-u68t1r2Bah .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u68t1r2Bah .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u68t1r2Bah .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u68t1r2Bah .modal-open {
  overflow: hidden;
}
.cid-u68t1r2Bah .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u68t1r2Bah .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u68t1r2Bah .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u68t1r2Bah .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-u68t1r2Bah .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u68t1r2Bah .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u68t1r2Bah .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u68t1r2Bah .modal-content {
  background: #000000;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-u68t1r2Bah .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u68t1r2Bah .modal-backdrop.fade {
  opacity: 0;
}
.cid-u68t1r2Bah .modal-backdrop.show {
  opacity: .5;
}
.cid-u68t1r2Bah .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-u68t1r2Bah .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u68t1r2Bah .modal-header .close:hover {
  opacity: 1;
}
.cid-u68t1r2Bah .modal-header .close:focus {
  outline: none;
}
.cid-u68t1r2Bah .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-u68t1r2Bah .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-u68t1r2Bah .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-u68t1r2Bah .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u68t1r2Bah .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u68t1r2Bah .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u68t1r2Bah .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u68t1r2Bah .modal-sm {
    max-width: 300px;
  }
  .cid-u68t1r2Bah .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-u68t1r2Bah .modal-lg,
  .cid-u68t1r2Bah .modal-xl {
    max-width: 800px;
  }
  .cid-u68t1r2Bah .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-u68t1r2Bah .modal-xl {
    max-width: 1140px;
  }
  .cid-u68t1r2Bah .container {
    max-width: 1140px;
  }
}
.cid-u68t1r2Bah .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-u68t1r2Bah .container {
    max-width: 720px;
  }
}
.cid-u68t1r2Bah .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u68t1r2Bah .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-u68t1r2Bah .form-group {
  margin-bottom: 1rem;
}
.cid-u68t1r2Bah .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u68t1r2Bah .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u68t1r2Bah .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-u6q2rGV5Ls .navbar {
  padding: 0.5rem 0;
  background: #1a4279;
  transition: none;
  min-height: 50px;
}
.cid-u6q2rGV5Ls .navbar-fixed-top {
  padding-top: 0;
}
.cid-u6q2rGV5Ls .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-u6q2rGV5Ls .navbar-buttons {
  flex-wrap: wrap;
}
.cid-u6q2rGV5Ls .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u6q2rGV5Ls .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-u6q2rGV5Ls .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-u6q2rGV5Ls .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-u6q2rGV5Ls .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-u6q2rGV5Ls .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-u6q2rGV5Ls .menu-content-top {
  background: #ffffff;
  max-width: 100%;
  display: none;
  -webkit-justify-content: left;
  justify-content: left;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-u6q2rGV5Ls .dropdown-item {
  padding: 0;
}
.cid-u6q2rGV5Ls .dropdown-item,
.cid-u6q2rGV5Ls .nav-link,
.cid-u6q2rGV5Ls .brand-name {
  font-style: normal;
}
.cid-u6q2rGV5Ls .dropdown-item:hover,
.cid-u6q2rGV5Ls .nav-link:hover,
.cid-u6q2rGV5Ls .brand-name:hover {
  color: #ffa500 !important;
}
.cid-u6q2rGV5Ls .dropdown-menu {
  background-color: #1a4279;
}
.cid-u6q2rGV5Ls .dropdown-item:active {
  background-color: #1a4279;
}
.cid-u6q2rGV5Ls .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-u6q2rGV5Ls .navbar-dropdown.bg-color.transparent.opened {
  background: #1a4279;
}
.cid-u6q2rGV5Ls .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-u6q2rGV5Ls .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-u6q2rGV5Ls .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u6q2rGV5Ls .content-text {
  margin-bottom: 0;
}
.cid-u6q2rGV5Ls .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-u6q2rGV5Ls .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #ffa500;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-u6q2rGV5Ls .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-u6q2rGV5Ls .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-u6q2rGV5Ls .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-u6q2rGV5Ls .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-u6q2rGV5Ls .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-u6q2rGV5Ls .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-u6q2rGV5Ls .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u6q2rGV5Ls .nav-dropdown .link {
  font-weight: 400;
}
.cid-u6q2rGV5Ls .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-u6q2rGV5Ls .content-right-side {
  text-align: center;
}
.cid-u6q2rGV5Ls .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-u6q2rGV5Ls .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-u6q2rGV5Ls .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-u6q2rGV5Ls .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u6q2rGV5Ls .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u6q2rGV5Ls .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-u6q2rGV5Ls .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-u6q2rGV5Ls .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-u6q2rGV5Ls .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-u6q2rGV5Ls .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-u6q2rGV5Ls .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-u6q2rGV5Ls .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u6q2rGV5Ls .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-u6q2rGV5Ls .navbar {
    display: block;
    padding: 0;
  }
  .cid-u6q2rGV5Ls .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u6q2rGV5Ls .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-u6q2rGV5Ls .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-u6q2rGV5Ls .navbar-toggler {
    display: none;
  }
  .cid-u6q2rGV5Ls .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-u6q2rGV5Ls .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-u6q2rGV5Ls .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-u6q2rGV5Ls .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-u6q2rGV5Ls .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-u6q2rGV5Ls .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-u6q2rGV5Ls .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-u6q2rGV5Ls .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-u6q2rGV5Ls .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-u6q2rGV5Ls .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-u6q2rGV5Ls .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-u6q2rGV5Ls .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6q2rGV5Ls .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-u6q2rGV5Ls .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-u6q2rGV5Ls .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-u6q2rGV5Ls .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-u6q2rGV5Ls .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6q2rGV5Ls .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-u6q2rGV5Ls .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-u6q2rGV5Ls .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-u6q2rGV5Ls .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-u6q2rGV5Ls .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-u6q2rGV5Ls .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-u6q2rGV5Ls button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-u6q2rGV5Ls button.navbar-toggler:focus {
  outline: none;
}
.cid-u6q2rGV5Ls button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u6q2rGV5Ls button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6q2rGV5Ls button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6q2rGV5Ls button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6q2rGV5Ls button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6q2rGV5Ls nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6q2rGV5Ls nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u6q2rGV5Ls nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u6q2rGV5Ls nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6q2rGV5Ls .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6q2rGV5Ls .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6q2rGV5Ls .collapsed .btn {
  display: flex;
}
.cid-u6q2rGV5Ls .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-u6q2rGV5Ls .collapsed .navbar-collapse.collapsing,
.cid-u6q2rGV5Ls .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-u6q2rGV5Ls .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-u6q2rGV5Ls .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-u6q2rGV5Ls .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-u6q2rGV5Ls .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-u6q2rGV5Ls .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-u6q2rGV5Ls .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-u6q2rGV5Ls .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-u6q2rGV5Ls .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-u6q2rGV5Ls .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-u6q2rGV5Ls .collapsed button.navbar-toggler {
  display: block;
}
.cid-u6q2rGV5Ls .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-u6q2rGV5Ls .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-u6q2rGV5Ls .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-u6q2rGV5Ls .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-u6q2rGV5Ls .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-u6q2rGV5Ls .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-u6q2rGV5Ls .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-u6q2rGV5Ls .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #ffffff;
  }
  .cid-u6q2rGV5Ls .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #ffffff;
  }
}
@media (max-width: 991px) {
  .cid-u6q2rGV5Ls .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-u6q2rGV5Ls .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-u6q2rGV5Ls .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-u6q2rGV5Ls .navbar-collapse.collapsing,
  .cid-u6q2rGV5Ls .navbar-collapse.show {
    display: block !important;
  }
  .cid-u6q2rGV5Ls .navbar-collapse.collapsing .navbar-nav,
  .cid-u6q2rGV5Ls .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-u6q2rGV5Ls .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-u6q2rGV5Ls .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-u6q2rGV5Ls .navbar-collapse.collapsing .navbar-buttons,
  .cid-u6q2rGV5Ls .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-u6q2rGV5Ls .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-u6q2rGV5Ls .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-u6q2rGV5Ls img {
    height: 3.8rem !important;
  }
  .cid-u6q2rGV5Ls .btn {
    display: flex;
  }
  .cid-u6q2rGV5Ls button.navbar-toggler {
    display: block;
  }
  .cid-u6q2rGV5Ls .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-u6q2rGV5Ls .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-u6q2rGV5Ls .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-u6q2rGV5Ls .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-u6q2rGV5Ls .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-u6q2rGV5Ls .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-u6q2rGV5Ls .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-u6q2rGV5Ls .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-u6q2rGV5Ls .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-u6q2rGV5Ls .nav-link:focus {
  outline: none;
}
.cid-u6q2rGV5Ls .navbar-toggler {
  position: relative;
}
.cid-u6q2rGV5Ls .dropdown-item.active,
.cid-u6q2rGV5Ls .dropdown-item:active {
  color: initial;
}
.cid-u6q2rGV5Ls .widget-title,
.cid-u6q2rGV5Ls .widget-icon {
  color: #e9e9e9;
}
.cid-u6q2rGV5Ls .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-u6q2rGV5Ls .menu-logo {
    display: none;
  }
  .cid-u6q2rGV5Ls .navbar {
    padding: 0;
  }
  .cid-u6q2rGV5Ls .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-u6q2rGV5Ls button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
