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





body {
  font-family: Nunito;
}
.display-1 {
  font-family: 'Titillium Web', sans-serif;
  font-size: 3.4rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.44rem;
}
.display-2 {
  font-family: 'Titillium Web', sans-serif;
  font-size: 2rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-4 {
  font-family: 'Titillium Web', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Titillium Web', sans-serif;
  font-size: 1.375rem;
  line-height: 1.1;
}
.display-5 > .mbr-iconfont {
  font-size: 2.2rem;
}
.display-7 {
  font-family: 'Titillium Web', sans-serif;
  font-size: 1.25rem;
  line-height: 1.4;
}
.display-7 > .mbr-iconfont {
  font-size: 2rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 2.72rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.38rem;
    font-size: calc( 1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.35rem + (2 - 1.35) * ((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.1rem;
    font-size: calc( 1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 8px;
}
.btn-lg {
  padding: 20px 30px;
  border-radius: 8px;
}
.bg-primary {
  background-color: #4c90cd !important;
}
.bg-success {
  background-color: #25d366 !important;
}
.bg-info {
  background-color: #999999 !important;
}
.bg-warning {
  background-color: #b97ecd !important;
}
.bg-danger {
  background-color: #d75959 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #4c90cd !important;
  border-color: #4c90cd !important;
  color: #ffffff !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2d69a0 !important;
  border-color: #2d69a0 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #3c71d3 !important;
  border-color: #3c71d3 !important;
  color: #ffffff !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #244f9f !important;
  border-color: #244f9f !important;
}
.btn-info,
.btn-info:active {
  background-color: #999999 !important;
  border-color: #999999 !important;
  color: #ffffff !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #737373 !important;
  border-color: #737373 !important;
}
.btn-success,
.btn-success:active {
  background-color: #25d366 !important;
  border-color: #25d366 !important;
  color: #ffffff !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #1a9247 !important;
  border-color: #1a9247 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #b97ecd !important;
  border-color: #b97ecd !important;
  color: #ffffff !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #9b47b7 !important;
  border-color: #9b47b7 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #d75959 !important;
  border-color: #d75959 !important;
  color: #ffffff !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #b72c2c !important;
  border-color: #b72c2c !important;
}
.btn-white {
  color: #404040 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #4c90cd;
  color: #4c90cd;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #4c90cd;
  border-color: #4c90cd;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #4c90cd !important;
  border-color: #4c90cd !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #3c71d3;
  color: #3c71d3;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #3c71d3;
  border-color: #3c71d3;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #3c71d3 !important;
  border-color: #3c71d3 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #999999;
  color: #999999;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #999999;
  border-color: #999999;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #999999 !important;
  border-color: #999999 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #25d366;
  color: #25d366;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #25d366;
  border-color: #25d366;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #25d366 !important;
  border-color: #25d366 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #b97ecd;
  color: #b97ecd;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #b97ecd;
  border-color: #b97ecd;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #b97ecd !important;
  border-color: #b97ecd !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #d75959;
  color: #d75959;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #d75959;
  border-color: #d75959;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #d75959 !important;
  border-color: #d75959 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #333333;
  color: #333333;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #4c90cd !important;
}
.text-secondary {
  color: #3c71d3 !important;
}
.text-success {
  color: #25d366 !important;
}
.text-info {
  color: #999999 !important;
}
.text-warning {
  color: #b97ecd !important;
}
.text-danger {
  color: #d75959 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #9cc1e3 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #8faee6 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #77e7a1 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #e1c8e9 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #ebabab !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #999999;
}
.alert-warning {
  background-color: #b97ecd;
}
.alert-danger {
  background-color: #d75959;
}
.mbr-gallery-filter li.active .btn {
  background-color: #4c90cd;
  border-color: #4c90cd;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #4c90cd;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ebf3fa;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #cef6dd;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #d9d9d9;
}
.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: #fffdfd;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Titillium Web', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #4c90cd;
}
/* Forms */
.mbr-form .btn {
  margin: 0.4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #4c90cd;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #4c90cd;
  border-bottom-color: #4c90cd;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #4c90cd !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #3c71d3 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: "";
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%234c90cd' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-rYR0Tflm8C {
  background-color: #4c90cd;
}
.cid-rYR0Tflm8C .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #848abd;
  margin-bottom: 2rem;
}
.cid-rYR0Tflm8C .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-rYR0Tflm8C .mbr-section-title,
.cid-rYR0Tflm8C .icon-wrap,
.cid-rYR0Tflm8C .mbr-section-btn {
  text-align: center;
}
.cid-rYR0Tv3LaA {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #4c90cd;
}
@media (min-width: 1500px) {
  .cid-rYR0Tv3LaA .container {
    max-width: 1400px;
  }
}
@media (max-width: 767px) {
  .cid-rYR0Tv3LaA .copyright {
    margin-bottom: 1rem;
  }
}
.cid-rYR0Tv3LaA p {
  color: #ffffff;
}
.cid-s7zcXQd5JG .dropdown-menu {
  padding: 12px 0;
}
.cid-s7zcXQd5JG .dropdown-item:hover,
.cid-s7zcXQd5JG .dropdown-item:focus {
  color: black;
  opacity: 0.75;
}
.cid-s7zcXQd5JG .dropdown-item.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-s7zcXQd5JG .nav-dropdown .link {
  padding: 40px 24px !important;
  font-weight: 600 !important;
}
.cid-s7zcXQd5JG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s7zcXQd5JG .nav-link {
  position: relative;
}
.cid-s7zcXQd5JG .container {
  display: flex;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
  justify-content: center !important;
}
.cid-s7zcXQd5JG .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-s7zcXQd5JG .navbar-nav {
  justify-content: center;
  margin-left: auto;
}
.cid-s7zcXQd5JG .dropdown-menu,
.cid-s7zcXQd5JG .navbar.opened {
  background: #ffffff !important;
}
.cid-s7zcXQd5JG .nav-item:focus,
.cid-s7zcXQd5JG .nav-link:focus {
  outline: none;
}
.cid-s7zcXQd5JG .nav-item:hover .link {
  opacity: 0.75;
  transition: all 200ms ease-in-out;
}
.cid-s7zcXQd5JG .nav-item .link.display-4 {
  font-size: 14px;
}
.cid-s7zcXQd5JG .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-s7zcXQd5JG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s7zcXQd5JG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s7zcXQd5JG .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-s7zcXQd5JG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s7zcXQd5JG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s7zcXQd5JG .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-s7zcXQd5JG .navbar.opened {
  transition: all 0.3s;
  width: 300px;
  height: 100%;
  padding: 0px 30px 10px 30px;
}
.cid-s7zcXQd5JG .navbar.opened .container {
  align-self: flex-start;
  margin: 0px;
}
.cid-s7zcXQd5JG .navbar.opened .container .navbar-brand {
  padding: 3rem 0 2rem;
}
.cid-s7zcXQd5JG .navbar.opened .container button.navbar-toggler {
  position: absolute;
  top: 1.3rem;
  left: auto;
  right: -0.5rem;
}
.cid-s7zcXQd5JG .navbar.opened .container button.navbar-toggler .hamburger span {
  width: 15px;
  height: 3px;
}
.cid-s7zcXQd5JG .navbar.opened .container ul.navbar-nav li {
  margin: 0;
}
.cid-s7zcXQd5JG .navbar.opened .container ul.navbar-nav li .link {
  justify-content: flex-start;
}
.cid-s7zcXQd5JG .navbar.opened .container .nav-dropdown .link {
  padding: 14px 42px 14px 0 !important;
}
.cid-s7zcXQd5JG .navbar .dropdown-item {
  padding: 12px 40px 12px 24px;
}
.cid-s7zcXQd5JG .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-s7zcXQd5JG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s7zcXQd5JG .navbar.collapsed .navbar-toggler {
  -webkit-flex-basis: auto;
  flex-basis: auto;
  margin-left: auto;
}
.cid-s7zcXQd5JG .navbar.collapsed.opened {
  position: fixed;
}
.cid-s7zcXQd5JG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
  padding-left: 20px;
}
.cid-s7zcXQd5JG .navbar.collapsed.opened .dropdown-menu .dropdown-item {
  padding: 14px 45px 14px 0 !important;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-s7zcXQd5JG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-s7zcXQd5JG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s7zcXQd5JG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s7zcXQd5JG .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-s7zcXQd5JG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s7zcXQd5JG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-s7zcXQd5JG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-s7zcXQd5JG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s7zcXQd5JG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s7zcXQd5JG .navbar .dropdown-menu {
    padding-left: 20px;
  }
  .cid-s7zcXQd5JG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s7zcXQd5JG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s7zcXQd5JG .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 41%;
  }
  .cid-s7zcXQd5JG .navbar .dropdown-menu .dropdown-item {
    padding: 14px 45px 14px 0 !important;
    text-align: left;
  }
  .cid-s7zcXQd5JG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-s7zcXQd5JG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s7zcXQd5JG .navbar .navbar-brand {
    margin-right: auto;
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-s7zcXQd5JG .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
    margin-left: auto;
  }
  .cid-s7zcXQd5JG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-s7zcXQd5JG .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-s7zcXQd5JG .navbar.navbar-short .navbar-logo img {
  height: 2rem !important;
}
.cid-s7zcXQd5JG .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s7zcXQd5JG .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s7zcXQd5JG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s7zcXQd5JG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s7zcXQd5JG .dropdown-item.active,
.cid-s7zcXQd5JG .dropdown-item:active {
  background-color: transparent;
}
.cid-s7zcXQd5JG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s7zcXQd5JG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s7zcXQd5JG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s7zcXQd5JG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-s7zcXQd5JG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s7zcXQd5JG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s7zcXQd5JG ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s7zcXQd5JG .navbar-buttons {
  text-align: center;
}
.cid-s7zcXQd5JG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s7zcXQd5JG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: black;
}
.cid-s7zcXQd5JG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-s7zcXQd5JG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-s7zcXQd5JG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-s7zcXQd5JG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-s7zcXQd5JG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-s7zcXQd5JG nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-s7zcXQd5JG nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-s7zcXQd5JG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-s7zcXQd5JG .navbar-dropdown {
  position: fixed;
}
.cid-s7zcXQd5JG a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s7zcXQd5JG .icons-menu {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-s7zcXQd5JG .icons-menu span {
  font-size: 22px;
  color: #ffffff;
  transition: all 200ms ease-in-out;
}
.cid-s7zcXQd5JG .icons-menu span:hover {
  opacity: 0.7;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s7zcXQd5JG .navbar {
    height: 77px;
  }
  .cid-s7zcXQd5JG .navbar.opened {
    height: auto;
  }
  .cid-s7zcXQd5JG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rYZy6YmOCv {
  background-color: #4c90cd;
}
.cid-rYZy6YmOCv .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #848abd;
  margin-bottom: 2rem;
}
.cid-rYZy6YmOCv .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-rYZy6YmOCv .mbr-section-title,
.cid-rYZy6YmOCv .icon-wrap,
.cid-rYZy6YmOCv .mbr-section-btn {
  text-align: center;
}
.cid-rYR4b5iUsd {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #4c90cd;
}
@media (min-width: 1500px) {
  .cid-rYR4b5iUsd .container {
    max-width: 1400px;
  }
}
@media (max-width: 767px) {
  .cid-rYR4b5iUsd .copyright {
    margin-bottom: 1rem;
  }
}
.cid-rYR4b5iUsd p {
  color: #ffffff;
}
.cid-s7zcXQd5JG .dropdown-menu {
  padding: 12px 0;
}
.cid-s7zcXQd5JG .dropdown-item:hover,
.cid-s7zcXQd5JG .dropdown-item:focus {
  color: black;
  opacity: 0.75;
}
.cid-s7zcXQd5JG .dropdown-item.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-s7zcXQd5JG .nav-dropdown .link {
  padding: 40px 24px !important;
  font-weight: 600 !important;
}
.cid-s7zcXQd5JG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s7zcXQd5JG .nav-link {
  position: relative;
}
.cid-s7zcXQd5JG .container {
  display: flex;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
  justify-content: center !important;
}
.cid-s7zcXQd5JG .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-s7zcXQd5JG .navbar-nav {
  justify-content: center;
  margin-left: auto;
}
.cid-s7zcXQd5JG .dropdown-menu,
.cid-s7zcXQd5JG .navbar.opened {
  background: #ffffff !important;
}
.cid-s7zcXQd5JG .nav-item:focus,
.cid-s7zcXQd5JG .nav-link:focus {
  outline: none;
}
.cid-s7zcXQd5JG .nav-item:hover .link {
  opacity: 0.75;
  transition: all 200ms ease-in-out;
}
.cid-s7zcXQd5JG .nav-item .link.display-4 {
  font-size: 14px;
}
.cid-s7zcXQd5JG .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-s7zcXQd5JG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s7zcXQd5JG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s7zcXQd5JG .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-s7zcXQd5JG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s7zcXQd5JG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s7zcXQd5JG .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-s7zcXQd5JG .navbar.opened {
  transition: all 0.3s;
  width: 300px;
  height: 100%;
  padding: 0px 30px 10px 30px;
}
.cid-s7zcXQd5JG .navbar.opened .container {
  align-self: flex-start;
  margin: 0px;
}
.cid-s7zcXQd5JG .navbar.opened .container .navbar-brand {
  padding: 3rem 0 2rem;
}
.cid-s7zcXQd5JG .navbar.opened .container button.navbar-toggler {
  position: absolute;
  top: 1.3rem;
  left: auto;
  right: -0.5rem;
}
.cid-s7zcXQd5JG .navbar.opened .container button.navbar-toggler .hamburger span {
  width: 15px;
  height: 3px;
}
.cid-s7zcXQd5JG .navbar.opened .container ul.navbar-nav li {
  margin: 0;
}
.cid-s7zcXQd5JG .navbar.opened .container ul.navbar-nav li .link {
  justify-content: flex-start;
}
.cid-s7zcXQd5JG .navbar.opened .container .nav-dropdown .link {
  padding: 14px 42px 14px 0 !important;
}
.cid-s7zcXQd5JG .navbar .dropdown-item {
  padding: 12px 40px 12px 24px;
}
.cid-s7zcXQd5JG .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-s7zcXQd5JG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s7zcXQd5JG .navbar.collapsed .navbar-toggler {
  -webkit-flex-basis: auto;
  flex-basis: auto;
  margin-left: auto;
}
.cid-s7zcXQd5JG .navbar.collapsed.opened {
  position: fixed;
}
.cid-s7zcXQd5JG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
  padding-left: 20px;
}
.cid-s7zcXQd5JG .navbar.collapsed.opened .dropdown-menu .dropdown-item {
  padding: 14px 45px 14px 0 !important;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-s7zcXQd5JG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-s7zcXQd5JG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s7zcXQd5JG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s7zcXQd5JG .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-s7zcXQd5JG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s7zcXQd5JG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-s7zcXQd5JG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-s7zcXQd5JG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s7zcXQd5JG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s7zcXQd5JG .navbar .dropdown-menu {
    padding-left: 20px;
  }
  .cid-s7zcXQd5JG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s7zcXQd5JG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s7zcXQd5JG .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 41%;
  }
  .cid-s7zcXQd5JG .navbar .dropdown-menu .dropdown-item {
    padding: 14px 45px 14px 0 !important;
    text-align: left;
  }
  .cid-s7zcXQd5JG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-s7zcXQd5JG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s7zcXQd5JG .navbar .navbar-brand {
    margin-right: auto;
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-s7zcXQd5JG .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
    margin-left: auto;
  }
  .cid-s7zcXQd5JG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-s7zcXQd5JG .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-s7zcXQd5JG .navbar.navbar-short .navbar-logo img {
  height: 2rem !important;
}
.cid-s7zcXQd5JG .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s7zcXQd5JG .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s7zcXQd5JG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s7zcXQd5JG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s7zcXQd5JG .dropdown-item.active,
.cid-s7zcXQd5JG .dropdown-item:active {
  background-color: transparent;
}
.cid-s7zcXQd5JG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s7zcXQd5JG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s7zcXQd5JG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s7zcXQd5JG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-s7zcXQd5JG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s7zcXQd5JG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s7zcXQd5JG ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s7zcXQd5JG .navbar-buttons {
  text-align: center;
}
.cid-s7zcXQd5JG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s7zcXQd5JG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: black;
}
.cid-s7zcXQd5JG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-s7zcXQd5JG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-s7zcXQd5JG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-s7zcXQd5JG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-s7zcXQd5JG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-s7zcXQd5JG nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-s7zcXQd5JG nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-s7zcXQd5JG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-s7zcXQd5JG .navbar-dropdown {
  position: fixed;
}
.cid-s7zcXQd5JG a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s7zcXQd5JG .icons-menu {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-s7zcXQd5JG .icons-menu span {
  font-size: 22px;
  color: #ffffff;
  transition: all 200ms ease-in-out;
}
.cid-s7zcXQd5JG .icons-menu span:hover {
  opacity: 0.7;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s7zcXQd5JG .navbar {
    height: 77px;
  }
  .cid-s7zcXQd5JG .navbar.opened {
    height: auto;
  }
  .cid-s7zcXQd5JG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rYR4csvOfc {
  background-color: #4c90cd;
}
.cid-rYR4csvOfc .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #848abd;
  margin-bottom: 2rem;
}
.cid-rYR4csvOfc .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-rYR4csvOfc .mbr-section-title,
.cid-rYR4csvOfc .icon-wrap,
.cid-rYR4csvOfc .mbr-section-btn {
  text-align: center;
}
.cid-rYR4ctkcVm {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #4c90cd;
}
@media (min-width: 1500px) {
  .cid-rYR4ctkcVm .container {
    max-width: 1400px;
  }
}
@media (max-width: 767px) {
  .cid-rYR4ctkcVm .copyright {
    margin-bottom: 1rem;
  }
}
.cid-rYR4ctkcVm p {
  color: #ffffff;
}
.cid-s7zcXQd5JG .dropdown-menu {
  padding: 12px 0;
}
.cid-s7zcXQd5JG .dropdown-item:hover,
.cid-s7zcXQd5JG .dropdown-item:focus {
  color: black;
  opacity: 0.75;
}
.cid-s7zcXQd5JG .dropdown-item.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-s7zcXQd5JG .nav-dropdown .link {
  padding: 40px 24px !important;
  font-weight: 600 !important;
}
.cid-s7zcXQd5JG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s7zcXQd5JG .nav-link {
  position: relative;
}
.cid-s7zcXQd5JG .container {
  display: flex;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
  justify-content: center !important;
}
.cid-s7zcXQd5JG .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-s7zcXQd5JG .navbar-nav {
  justify-content: center;
  margin-left: auto;
}
.cid-s7zcXQd5JG .dropdown-menu,
.cid-s7zcXQd5JG .navbar.opened {
  background: #ffffff !important;
}
.cid-s7zcXQd5JG .nav-item:focus,
.cid-s7zcXQd5JG .nav-link:focus {
  outline: none;
}
.cid-s7zcXQd5JG .nav-item:hover .link {
  opacity: 0.75;
  transition: all 200ms ease-in-out;
}
.cid-s7zcXQd5JG .nav-item .link.display-4 {
  font-size: 14px;
}
.cid-s7zcXQd5JG .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-s7zcXQd5JG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s7zcXQd5JG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s7zcXQd5JG .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-s7zcXQd5JG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s7zcXQd5JG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s7zcXQd5JG .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-s7zcXQd5JG .navbar.opened {
  transition: all 0.3s;
  width: 300px;
  height: 100%;
  padding: 0px 30px 10px 30px;
}
.cid-s7zcXQd5JG .navbar.opened .container {
  align-self: flex-start;
  margin: 0px;
}
.cid-s7zcXQd5JG .navbar.opened .container .navbar-brand {
  padding: 3rem 0 2rem;
}
.cid-s7zcXQd5JG .navbar.opened .container button.navbar-toggler {
  position: absolute;
  top: 1.3rem;
  left: auto;
  right: -0.5rem;
}
.cid-s7zcXQd5JG .navbar.opened .container button.navbar-toggler .hamburger span {
  width: 15px;
  height: 3px;
}
.cid-s7zcXQd5JG .navbar.opened .container ul.navbar-nav li {
  margin: 0;
}
.cid-s7zcXQd5JG .navbar.opened .container ul.navbar-nav li .link {
  justify-content: flex-start;
}
.cid-s7zcXQd5JG .navbar.opened .container .nav-dropdown .link {
  padding: 14px 42px 14px 0 !important;
}
.cid-s7zcXQd5JG .navbar .dropdown-item {
  padding: 12px 40px 12px 24px;
}
.cid-s7zcXQd5JG .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-s7zcXQd5JG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s7zcXQd5JG .navbar.collapsed .navbar-toggler {
  -webkit-flex-basis: auto;
  flex-basis: auto;
  margin-left: auto;
}
.cid-s7zcXQd5JG .navbar.collapsed.opened {
  position: fixed;
}
.cid-s7zcXQd5JG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
  padding-left: 20px;
}
.cid-s7zcXQd5JG .navbar.collapsed.opened .dropdown-menu .dropdown-item {
  padding: 14px 45px 14px 0 !important;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-s7zcXQd5JG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-s7zcXQd5JG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s7zcXQd5JG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s7zcXQd5JG .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-s7zcXQd5JG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s7zcXQd5JG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-s7zcXQd5JG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-s7zcXQd5JG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s7zcXQd5JG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s7zcXQd5JG .navbar .dropdown-menu {
    padding-left: 20px;
  }
  .cid-s7zcXQd5JG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s7zcXQd5JG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s7zcXQd5JG .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 41%;
  }
  .cid-s7zcXQd5JG .navbar .dropdown-menu .dropdown-item {
    padding: 14px 45px 14px 0 !important;
    text-align: left;
  }
  .cid-s7zcXQd5JG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-s7zcXQd5JG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s7zcXQd5JG .navbar .navbar-brand {
    margin-right: auto;
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-s7zcXQd5JG .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
    margin-left: auto;
  }
  .cid-s7zcXQd5JG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-s7zcXQd5JG .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-s7zcXQd5JG .navbar.navbar-short .navbar-logo img {
  height: 2rem !important;
}
.cid-s7zcXQd5JG .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s7zcXQd5JG .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s7zcXQd5JG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s7zcXQd5JG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s7zcXQd5JG .dropdown-item.active,
.cid-s7zcXQd5JG .dropdown-item:active {
  background-color: transparent;
}
.cid-s7zcXQd5JG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s7zcXQd5JG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s7zcXQd5JG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s7zcXQd5JG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-s7zcXQd5JG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s7zcXQd5JG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s7zcXQd5JG ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s7zcXQd5JG .navbar-buttons {
  text-align: center;
}
.cid-s7zcXQd5JG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s7zcXQd5JG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: black;
}
.cid-s7zcXQd5JG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-s7zcXQd5JG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-s7zcXQd5JG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-s7zcXQd5JG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-s7zcXQd5JG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-s7zcXQd5JG nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-s7zcXQd5JG nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-s7zcXQd5JG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-s7zcXQd5JG .navbar-dropdown {
  position: fixed;
}
.cid-s7zcXQd5JG a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s7zcXQd5JG .icons-menu {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-s7zcXQd5JG .icons-menu span {
  font-size: 22px;
  color: #ffffff;
  transition: all 200ms ease-in-out;
}
.cid-s7zcXQd5JG .icons-menu span:hover {
  opacity: 0.7;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s7zcXQd5JG .navbar {
    height: 77px;
  }
  .cid-s7zcXQd5JG .navbar.opened {
    height: auto;
  }
  .cid-s7zcXQd5JG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sbkOgQSv8N .dropdown-menu {
  padding: 12px 0;
}
.cid-sbkOgQSv8N .dropdown-item:hover,
.cid-sbkOgQSv8N .dropdown-item:focus {
  color: black;
  opacity: 0.75;
}
.cid-sbkOgQSv8N .dropdown-item.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-sbkOgQSv8N .nav-dropdown .link {
  padding: 40px 24px !important;
  font-weight: 600 !important;
}
.cid-sbkOgQSv8N .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sbkOgQSv8N .nav-link {
  position: relative;
}
.cid-sbkOgQSv8N .container {
  display: flex;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
  justify-content: center !important;
}
.cid-sbkOgQSv8N .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sbkOgQSv8N .navbar-nav {
  justify-content: center;
  margin-left: auto;
}
.cid-sbkOgQSv8N .dropdown-menu,
.cid-sbkOgQSv8N .navbar.opened {
  background: #ffffff !important;
}
.cid-sbkOgQSv8N .nav-item:focus,
.cid-sbkOgQSv8N .nav-link:focus {
  outline: none;
}
.cid-sbkOgQSv8N .nav-item:hover .link {
  opacity: 0.75;
  transition: all 200ms ease-in-out;
}
.cid-sbkOgQSv8N .nav-item .link.display-4 {
  font-size: 14px;
}
.cid-sbkOgQSv8N .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-sbkOgQSv8N .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sbkOgQSv8N .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sbkOgQSv8N .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-sbkOgQSv8N .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sbkOgQSv8N .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sbkOgQSv8N .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-sbkOgQSv8N .navbar.opened {
  transition: all 0.3s;
  width: 300px;
  height: 100%;
  padding: 0px 30px 10px 30px;
}
.cid-sbkOgQSv8N .navbar.opened .container {
  align-self: flex-start;
  margin: 0px;
}
.cid-sbkOgQSv8N .navbar.opened .container .navbar-brand {
  padding: 3rem 0 2rem;
}
.cid-sbkOgQSv8N .navbar.opened .container button.navbar-toggler {
  position: absolute;
  top: 1.3rem;
  left: auto;
  right: -0.5rem;
}
.cid-sbkOgQSv8N .navbar.opened .container button.navbar-toggler .hamburger span {
  width: 15px;
  height: 3px;
}
.cid-sbkOgQSv8N .navbar.opened .container ul.navbar-nav li {
  margin: 0;
}
.cid-sbkOgQSv8N .navbar.opened .container ul.navbar-nav li .link {
  justify-content: flex-start;
}
.cid-sbkOgQSv8N .navbar.opened .container .nav-dropdown .link {
  padding: 14px 42px 14px 0 !important;
}
.cid-sbkOgQSv8N .navbar .dropdown-item {
  padding: 12px 40px 12px 24px;
}
.cid-sbkOgQSv8N .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-sbkOgQSv8N .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sbkOgQSv8N .navbar.collapsed .navbar-toggler {
  -webkit-flex-basis: auto;
  flex-basis: auto;
  margin-left: auto;
}
.cid-sbkOgQSv8N .navbar.collapsed.opened {
  position: fixed;
}
.cid-sbkOgQSv8N .navbar.collapsed.opened .dropdown-menu {
  top: 0;
  padding-left: 20px;
}
.cid-sbkOgQSv8N .navbar.collapsed.opened .dropdown-menu .dropdown-item {
  padding: 14px 45px 14px 0 !important;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-sbkOgQSv8N .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sbkOgQSv8N .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sbkOgQSv8N .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sbkOgQSv8N .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sbkOgQSv8N .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sbkOgQSv8N .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sbkOgQSv8N .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sbkOgQSv8N .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sbkOgQSv8N .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sbkOgQSv8N .navbar .dropdown-menu {
    padding-left: 20px;
  }
  .cid-sbkOgQSv8N .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sbkOgQSv8N .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sbkOgQSv8N .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 41%;
  }
  .cid-sbkOgQSv8N .navbar .dropdown-menu .dropdown-item {
    padding: 14px 45px 14px 0 !important;
    text-align: left;
  }
  .cid-sbkOgQSv8N .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sbkOgQSv8N .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sbkOgQSv8N .navbar .navbar-brand {
    margin-right: auto;
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sbkOgQSv8N .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
    margin-left: auto;
  }
  .cid-sbkOgQSv8N .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sbkOgQSv8N .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sbkOgQSv8N .navbar.navbar-short .navbar-logo img {
  height: 2rem !important;
}
.cid-sbkOgQSv8N .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sbkOgQSv8N .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sbkOgQSv8N .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sbkOgQSv8N .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sbkOgQSv8N .dropdown-item.active,
.cid-sbkOgQSv8N .dropdown-item:active {
  background-color: transparent;
}
.cid-sbkOgQSv8N .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sbkOgQSv8N .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sbkOgQSv8N .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sbkOgQSv8N .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sbkOgQSv8N .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sbkOgQSv8N .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sbkOgQSv8N ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sbkOgQSv8N .navbar-buttons {
  text-align: center;
}
.cid-sbkOgQSv8N button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sbkOgQSv8N button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: black;
}
.cid-sbkOgQSv8N button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sbkOgQSv8N button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sbkOgQSv8N button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sbkOgQSv8N button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sbkOgQSv8N nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sbkOgQSv8N nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sbkOgQSv8N nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sbkOgQSv8N nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sbkOgQSv8N .navbar-dropdown {
  position: fixed;
}
.cid-sbkOgQSv8N a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sbkOgQSv8N .icons-menu {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-sbkOgQSv8N .icons-menu span {
  font-size: 22px;
  color: #ffffff;
  transition: all 200ms ease-in-out;
}
.cid-sbkOgQSv8N .icons-menu span:hover {
  opacity: 0.7;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sbkOgQSv8N .navbar {
    height: 77px;
  }
  .cid-sbkOgQSv8N .navbar.opened {
    height: auto;
  }
  .cid-sbkOgQSv8N .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sbkOgRDdau {
  padding-top: 165px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/06.jpg");
  overflow: hidden;
}
.cid-sbkOgRDdau svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-sbkOgRDdau #e2_shape {
  fill: #ffffff !important;
}
.cid-sbkOgRDdau .mbr-text.display-5 {
  font-size: 26px;
}
.cid-sbkOgRDdau .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-sbkOgRDdau .mbr-text,
.cid-sbkOgRDdau .mbr-section-btn {
  text-align: center;
}
.cid-sbkOgRDdau .mbr-section-title,
.cid-sbkOgRDdau .icon-wrap {
  text-align: center;
}
.cid-sbkOgSee2k {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sbkOgSee2k .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #4c90cd;
  background-color: rgba(76, 144, 205, 0.15);
  margin-bottom: 16px;
}
.cid-sbkOgSee2k .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-sbkOgSee2k .main-title {
  color: #404040;
  margin-bottom: 26px;
}
.cid-sbkOgSee2k .main-title.display-2 {
  line-height: 1.375;
}
.cid-sbkOgSee2k .mbr-section-subtitle {
  color: #5f86be;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-sbkOgSee2k .mbr-text {
  color: #606060;
}
.cid-sbkOgSee2k .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-sbkOgSee2k .mbr-section-btn {
  margin-top: 24px;
}
.cid-sbkOgSee2k .mbr-section-btn .btn {
  margin-left: 0;
  padding: 18px 26px;
}
.cid-sbkOgSee2k .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-sbkOgSee2k .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
.cid-sbkOgSee2k .badge,
.cid-sbkOgSee2k .badge_wrap,
.cid-sbkOgSee2k .mbr-section-btn {
  color: #102f62;
  text-align: left;
}
.cid-sbkOgSee2k .main-title,
.cid-sbkOgSee2k .mbr-section-btn {
  text-align: left;
  color: #4c90cd;
}
.cid-sbkOgSee2k .mbr-text,
.cid-sbkOgSee2k .mbr-section-btn {
  text-align: left;
}
.cid-sbkOgSHqG6 {
  padding-top: 0px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-sbkOgSHqG6 .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #3c71d3;
  background-color: rgba(60, 113, 211, 0.15);
  margin-bottom: 26px;
}
.cid-sbkOgSHqG6 .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-sbkOgSHqG6 .mbr-section-subtitle {
  color: #999999;
}
.cid-sbkOgSHqG6 img {
  width: 150px;
  margin: auto;
}
.cid-sbkOgSHqG6 .card {
  transition: all 200ms ease-in-out;
  height: fit-content;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
.cid-sbkOgSHqG6 .card:hover {
  opacity: 1;
}
@media (min-width: 992px) {
  .cid-sbkOgSHqG6 .card {
    max-width: 14.28%;
  }
}
.cid-sbkOgT9Jlk {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f4f7;
}
.cid-sbkOgT9Jlk img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-sbkOgT9Jlk img:hover {
  transform: scale(1.1);
}
.cid-sbkOgT9Jlk .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-sbkOgT9Jlk h2 {
  padding: 0;
  margin: 0;
}
.cid-sbkOgT9Jlk .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sbkOgT9Jlk .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-sbkOgT9Jlk .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-sbkOgT9Jlk .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
  justify-content: space-between;
}
.cid-sbkOgT9Jlk .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
}
.cid-sbkOgT9Jlk .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-sbkOgT9Jlk .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sbkOgT9Jlk .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-sbkOgT9Jlk .text-col {
    padding: 2rem 1rem;
  }
}
.cid-sbkOgT9Jlk H2 {
  color: #333333;
}
.cid-sbkOgT9Jlk .mbr-text {
  color: #767676;
}
.cid-sbkOgT9Jlk H1 {
  color: #4c90cd;
}
.cid-sbkOgTyrnx {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sbkOgTyrnx .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #4c90cd;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 16px;
}
.cid-sbkOgTyrnx .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-sbkOgTyrnx .mbr-section-subtitle {
  color: #5f86be;
  font-weight: 600;
}
.cid-sbkOgTyrnx .main-title {
  color: #404040;
}
.cid-sbkOgTyrnx .mbr-text {
  color: #606060;
}
.cid-sbkOgTyrnx .count {
  text-align: center;
  margin-bottom: 12px;
  color: #404040;
}
.cid-sbkOgTyrnx .count.display-1 {
  font-size: 46px;
  line-height: 1;
}
.cid-sbkOgTyrnx .mbr-content-title {
  color: #606060;
}
.cid-sbkOgTyrnx .card {
  word-wrap: break-word;
}
.cid-sbkOgTyrnx .card .mbr-iconfont {
  font-size: 5rem;
  color: #4c90cd;
}
.cid-sbkOgTyrnx .card::after {
  content: "";
  display: block;
  width: 150px;
  height: 3px;
  margin: 0 auto;
  background-color: #4c90cd;
}
.cid-sbkOgTyrnx .count,
.cid-sbkOgTyrnx .card-img {
  color: #4c90cd;
}
.cid-sbkOgUiw8i {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #f3f4f7;
}
.cid-sbkOgUiw8i .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #4c90cd;
  background-color: rgba(76, 144, 205, 0.15);
  margin-bottom: 16px;
}
.cid-sbkOgUiw8i .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-sbkOgUiw8i .main-title {
  color: #404040;
  margin-bottom: 26px;
}
.cid-sbkOgUiw8i .main-title.display-2 {
  line-height: 1.375;
}
.cid-sbkOgUiw8i .mbr-section-subtitle {
  color: #5f86be;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-sbkOgUiw8i .mbr-text {
  color: #606060;
}
.cid-sbkOgUiw8i .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-sbkOgUiw8i .mbr-section-btn {
  margin-top: 24px;
}
.cid-sbkOgUiw8i .mbr-section-btn .btn {
  margin-left: 0;
  padding: 18px 26px;
}
.cid-sbkOgUiw8i .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-sbkOgUiw8i .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
.cid-sbkOgUiw8i .badge,
.cid-sbkOgUiw8i .badge_wrap,
.cid-sbkOgUiw8i .mbr-section-btn {
  color: #102f62;
  text-align: center;
}
.cid-sbkOgUiw8i .main-title,
.cid-sbkOgUiw8i .mbr-section-btn {
  text-align: center;
  color: #4c90cd;
}
.cid-sbkOgUiw8i .mbr-text,
.cid-sbkOgUiw8i .mbr-section-btn {
  text-align: center;
}
.cid-sbkOgUIwZt {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #f3f4f7;
}
.cid-sbkOgUIwZt .mbr-text {
  color: #767676;
}
.cid-sbkOgUIwZt h4 {
  text-align: center;
}
.cid-sbkOgUIwZt p {
  text-align: center;
}
.cid-sbkOgUIwZt .card .card-img {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sbkOgUIwZt .card:hover .step {
  color: #ffffff;
  border: 0px solid transparent;
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sbkOgUIwZt .card:hover .step:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.cid-sbkOgUIwZt .step {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  width: 100px;
  height: 100px;
  border: 2px solid #eee;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 50%;
  transition: all .3s;
}
.cid-sbkOgUIwZt .step:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  transition-duration: 0.3s;
  background: linear-gradient(45deg, #14528a, #4c90cd);
  border-radius: 50%;
}
.cid-sbkOgUIwZt .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-sbkOgUIwZt .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #4c90cd, #3c71d3);
  display: inline-block;
}
@media (min-width: 768px) {
  .cid-sbkOgUIwZt .mbr-section-title,
  .cid-sbkOgUIwZt .underline {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.cid-sbkQl4uNGf {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/06.jpg");
}
.cid-sbkQl4uNGf .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-sbkQl4uNGf .form-head {
  background: #efefef;
  padding: 2rem;
}
.cid-sbkQl4uNGf .form1 {
  background: #ffffff;
  padding: 2rem;
}
.cid-sbkQl4uNGf .form-group {
  margin-bottom: 1rem;
}
.cid-sbkQl4uNGf .form-control {
  border: none;
  border-radius: 0;
  padding: .5rem 1rem;
  background: #efefef;
  color: #000000;
  width: 100%;
}
.cid-sbkQl4uNGf textarea.form-control {
  min-height: 96px;
}
.cid-sbkQl4uNGf .input-group-btn {
  width: 100%;
}
.cid-sbkQl4uNGf .input-group-btn .btn {
  display: block;
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: 100%;
}
.cid-sbkQl4uNGf .form-control-label {
  color: #333333;
  font-size: 1rem;
  font-weight: 100 !important;
}
@media (max-width: 767px) {
  .cid-sbkQl4uNGf .form1 {
    padding: 1.5rem;
  }
}
.cid-sbkOgVJdBu {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sbkOgVJdBu .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #4c90cd;
  background-color: rgba(76, 144, 205, 0.15);
  margin-bottom: 16px;
}
.cid-sbkOgVJdBu .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-sbkOgVJdBu .main-title {
  color: #404040;
  margin-bottom: 26px;
}
.cid-sbkOgVJdBu .main-title.display-2 {
  line-height: 1.375;
}
.cid-sbkOgVJdBu .mbr-section-subtitle {
  color: #5f86be;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-sbkOgVJdBu .mbr-text {
  color: #606060;
}
.cid-sbkOgVJdBu .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-sbkOgVJdBu .mbr-section-btn {
  margin-top: 24px;
}
.cid-sbkOgVJdBu .mbr-section-btn .btn {
  margin-left: 0;
  padding: 18px 26px;
}
.cid-sbkOgVJdBu .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-sbkOgVJdBu .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
.cid-sbkOgVJdBu .badge,
.cid-sbkOgVJdBu .badge_wrap,
.cid-sbkOgVJdBu .mbr-section-btn {
  color: #102f62;
  text-align: center;
}
.cid-sbkOgVJdBu .main-title,
.cid-sbkOgVJdBu .mbr-section-btn {
  text-align: center;
  color: #4c90cd;
}
.cid-sbkOgVJdBu .mbr-text,
.cid-sbkOgVJdBu .mbr-section-btn {
  text-align: center;
}
.cid-sbkOgW8EMl {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #14528a;
}
@media (min-width: 1500px) {
  .cid-sbkOgW8EMl .container {
    max-width: 1400px;
  }
}
@media (max-width: 767px) {
  .cid-sbkOgW8EMl .copyright {
    margin-bottom: 1rem;
  }
}
.cid-sbkOgW8EMl p {
  color: #ffffff;
}
.cid-sgiCDZMZv8 .dropdown-menu {
  padding: 12px 0;
}
.cid-sgiCDZMZv8 .dropdown-item:hover,
.cid-sgiCDZMZv8 .dropdown-item:focus {
  color: black;
  opacity: 0.75;
}
.cid-sgiCDZMZv8 .dropdown-item.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-sgiCDZMZv8 .nav-dropdown .link {
  padding: 40px 24px !important;
  font-weight: 600 !important;
}
.cid-sgiCDZMZv8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sgiCDZMZv8 .nav-link {
  position: relative;
}
.cid-sgiCDZMZv8 .container {
  display: flex;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
  justify-content: center !important;
}
.cid-sgiCDZMZv8 .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sgiCDZMZv8 .navbar-nav {
  justify-content: center;
  margin-left: auto;
}
.cid-sgiCDZMZv8 .dropdown-menu,
.cid-sgiCDZMZv8 .navbar.opened {
  background: #ffffff !important;
}
.cid-sgiCDZMZv8 .nav-item:focus,
.cid-sgiCDZMZv8 .nav-link:focus {
  outline: none;
}
.cid-sgiCDZMZv8 .nav-item:hover .link {
  opacity: 0.75;
  transition: all 200ms ease-in-out;
}
.cid-sgiCDZMZv8 .nav-item .link.display-4 {
  font-size: 14px;
}
.cid-sgiCDZMZv8 .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-sgiCDZMZv8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sgiCDZMZv8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sgiCDZMZv8 .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-sgiCDZMZv8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sgiCDZMZv8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sgiCDZMZv8 .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-sgiCDZMZv8 .navbar.opened {
  transition: all 0.3s;
  width: 300px;
  height: 100%;
  padding: 0px 30px 10px 30px;
}
.cid-sgiCDZMZv8 .navbar.opened .container {
  align-self: flex-start;
  margin: 0px;
}
.cid-sgiCDZMZv8 .navbar.opened .container .navbar-brand {
  padding: 3rem 0 2rem;
}
.cid-sgiCDZMZv8 .navbar.opened .container button.navbar-toggler {
  position: absolute;
  top: 1.3rem;
  left: auto;
  right: -0.5rem;
}
.cid-sgiCDZMZv8 .navbar.opened .container button.navbar-toggler .hamburger span {
  width: 15px;
  height: 3px;
}
.cid-sgiCDZMZv8 .navbar.opened .container ul.navbar-nav li {
  margin: 0;
}
.cid-sgiCDZMZv8 .navbar.opened .container ul.navbar-nav li .link {
  justify-content: flex-start;
}
.cid-sgiCDZMZv8 .navbar.opened .container .nav-dropdown .link {
  padding: 14px 42px 14px 0 !important;
}
.cid-sgiCDZMZv8 .navbar .dropdown-item {
  padding: 12px 40px 12px 24px;
}
.cid-sgiCDZMZv8 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-sgiCDZMZv8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sgiCDZMZv8 .navbar.collapsed .navbar-toggler {
  -webkit-flex-basis: auto;
  flex-basis: auto;
  margin-left: auto;
}
.cid-sgiCDZMZv8 .navbar.collapsed.opened {
  position: fixed;
}
.cid-sgiCDZMZv8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
  padding-left: 20px;
}
.cid-sgiCDZMZv8 .navbar.collapsed.opened .dropdown-menu .dropdown-item {
  padding: 14px 45px 14px 0 !important;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-sgiCDZMZv8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sgiCDZMZv8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sgiCDZMZv8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sgiCDZMZv8 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sgiCDZMZv8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sgiCDZMZv8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sgiCDZMZv8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sgiCDZMZv8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sgiCDZMZv8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sgiCDZMZv8 .navbar .dropdown-menu {
    padding-left: 20px;
  }
  .cid-sgiCDZMZv8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sgiCDZMZv8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sgiCDZMZv8 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 41%;
  }
  .cid-sgiCDZMZv8 .navbar .dropdown-menu .dropdown-item {
    padding: 14px 45px 14px 0 !important;
    text-align: left;
  }
  .cid-sgiCDZMZv8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sgiCDZMZv8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sgiCDZMZv8 .navbar .navbar-brand {
    margin-right: auto;
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sgiCDZMZv8 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
    margin-left: auto;
  }
  .cid-sgiCDZMZv8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sgiCDZMZv8 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sgiCDZMZv8 .navbar.navbar-short .navbar-logo img {
  height: 2rem !important;
}
.cid-sgiCDZMZv8 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sgiCDZMZv8 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sgiCDZMZv8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sgiCDZMZv8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sgiCDZMZv8 .dropdown-item.active,
.cid-sgiCDZMZv8 .dropdown-item:active {
  background-color: transparent;
}
.cid-sgiCDZMZv8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sgiCDZMZv8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sgiCDZMZv8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sgiCDZMZv8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sgiCDZMZv8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sgiCDZMZv8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sgiCDZMZv8 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sgiCDZMZv8 .navbar-buttons {
  text-align: center;
}
.cid-sgiCDZMZv8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sgiCDZMZv8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: black;
}
.cid-sgiCDZMZv8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sgiCDZMZv8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sgiCDZMZv8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sgiCDZMZv8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sgiCDZMZv8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sgiCDZMZv8 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sgiCDZMZv8 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sgiCDZMZv8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sgiCDZMZv8 .navbar-dropdown {
  position: fixed;
}
.cid-sgiCDZMZv8 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sgiCDZMZv8 .icons-menu {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-sgiCDZMZv8 .icons-menu span {
  font-size: 22px;
  color: #ffffff;
  transition: all 200ms ease-in-out;
}
.cid-sgiCDZMZv8 .icons-menu span:hover {
  opacity: 0.7;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sgiCDZMZv8 .navbar {
    height: 77px;
  }
  .cid-sgiCDZMZv8 .navbar.opened {
    height: auto;
  }
  .cid-sgiCDZMZv8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sgiCE1BI3H {
  padding-top: 165px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/06.jpg");
  overflow: hidden;
}
.cid-sgiCE1BI3H svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-sgiCE1BI3H #e2_shape {
  fill: #ffffff !important;
}
.cid-sgiCE1BI3H .mbr-text.display-5 {
  font-size: 26px;
}
.cid-sgiCE1BI3H .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-sgiCE286AF {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sgiCE286AF .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #4c90cd;
  background-color: rgba(76, 144, 205, 0.15);
  margin-bottom: 16px;
}
.cid-sgiCE286AF .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-sgiCE286AF .main-title {
  color: #404040;
  margin-bottom: 26px;
}
.cid-sgiCE286AF .main-title.display-2 {
  line-height: 1.375;
}
.cid-sgiCE286AF .mbr-section-subtitle {
  color: #5f86be;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-sgiCE286AF .mbr-text {
  color: #606060;
}
.cid-sgiCE286AF .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-sgiCE286AF .mbr-section-btn {
  margin-top: 24px;
}
.cid-sgiCE286AF .mbr-section-btn .btn {
  margin-left: 0;
  padding: 18px 26px;
}
.cid-sgiCE286AF .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-sgiCE286AF .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
.cid-sgiCE286AF .badge,
.cid-sgiCE286AF .badge_wrap,
.cid-sgiCE286AF .mbr-section-btn {
  color: #102f62;
  text-align: center;
}
.cid-sgiCE286AF .main-title,
.cid-sgiCE286AF .mbr-section-btn {
  text-align: center;
  color: #4c90cd;
}
.cid-sgiCE286AF .mbr-text,
.cid-sgiCE286AF .mbr-section-btn {
  text-align: center;
}
.cid-sgiCE2yG9y {
  padding-top: 0px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-sgiCE2yG9y .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #3c71d3;
  background-color: rgba(60, 113, 211, 0.15);
  margin-bottom: 26px;
}
.cid-sgiCE2yG9y .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-sgiCE2yG9y .mbr-section-subtitle {
  color: #999999;
}
.cid-sgiCE2yG9y img {
  width: 150px;
  margin: auto;
}
.cid-sgiCE2yG9y .card {
  transition: all 200ms ease-in-out;
  height: fit-content;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
.cid-sgiCE2yG9y .card:hover {
  opacity: 1;
}
@media (min-width: 992px) {
  .cid-sgiCE2yG9y .card {
    max-width: 14.28%;
  }
}
.cid-sgiCE3eZwb {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f4f7;
}
.cid-sgiCE3eZwb img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-sgiCE3eZwb img:hover {
  transform: scale(1.1);
}
.cid-sgiCE3eZwb .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-sgiCE3eZwb h2 {
  padding: 0;
  margin: 0;
}
.cid-sgiCE3eZwb .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sgiCE3eZwb .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-sgiCE3eZwb .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-sgiCE3eZwb .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
  justify-content: space-between;
}
.cid-sgiCE3eZwb .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
}
.cid-sgiCE3eZwb .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-sgiCE3eZwb .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sgiCE3eZwb .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-sgiCE3eZwb .text-col {
    padding: 2rem 1rem;
  }
}
.cid-sgiCE3eZwb H2 {
  color: #333333;
}
.cid-sgiCE3eZwb .mbr-text {
  color: #767676;
}
.cid-sgiCE3eZwb H1 {
  color: #4c90cd;
}
.cid-sgiDPEg9Mp {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sgiDPEg9Mp .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #4c90cd;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 20px;
}
.cid-sgiDPEg9Mp .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-sgiDPEg9Mp .main-title {
  color: #404040;
}
.cid-sgiDPEg9Mp .main-title.display-2 {
  line-height: 1.375;
}
.cid-sgiDPEg9Mp .mbr-section-subtitle {
  color: #5f86be;
  font-weight: 600;
}
.cid-sgiDPEg9Mp .mbr-text {
  color: #606060;
}
.cid-sgiDPEg9Mp .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-sgiDPEg9Mp .card .card-wrapper {
  display: flex;
  transition: all 0.3s;
  background-color: #f3f4f7;
  margin: auto;
  min-height: 280px;
  margin-bottom: 30px;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.04) !important;
  border-radius: 4px;
}
.cid-sgiDPEg9Mp .card .card-wrapper .card-box {
  padding: 40px 40px 20px;
}
.cid-sgiDPEg9Mp .card .card-wrapper .card-box .img-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sgiDPEg9Mp .card .card-wrapper .card-box .img-wrapper .mbr-iconfont {
  display: block;
  font-size: 60px;
  color: #4c90cd;
  margin-bottom: 2rem;
}
.cid-sgiDPEg9Mp .card .card-wrapper .card-box .card-subtitle {
  color: #0077ff;
  margin-bottom: 8px;
}
.cid-sgiDPEg9Mp .card .card-wrapper .card-box .card-title {
  font-weight: 600;
  color: #404040;
}
.cid-sgiDPEg9Mp .card .card-wrapper .card-box .card-title.display-7 {
  line-height: 1.3;
}
.cid-sgiDPEg9Mp .card .card-wrapper .card-box .mbr-text {
  color: #606060;
}
.cid-sgiDPEg9Mp .card .card-wrapper .card-box .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-sgiDPEg9Mp .card .card-wrapper .card-box .link-wrap {
  width: 100%;
}
.cid-sgiDPEg9Mp .card .card-wrapper .card-box .link-wrap .link {
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-sgiDPEg9Mp .container {
    max-width: 1400px;
  }
}
@media (max-width: 767px) {
  .cid-sgiDPEg9Mp .card-wrapper {
    flex-direction: column;
  }
  .cid-sgiDPEg9Mp .card-box {
    padding: 2rem 1rem;
  }
  .cid-sgiDPEg9Mp .card-box,
  .cid-sgiDPEg9Mp .img-wrapper {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-sgiDPEg9Mp .card {
    margin-bottom: 2rem;
  }
}
.cid-sgiCE3JuCM {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sgiCE3JuCM .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #4c90cd;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 16px;
}
.cid-sgiCE3JuCM .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-sgiCE3JuCM .mbr-section-subtitle {
  color: #5f86be;
  font-weight: 600;
}
.cid-sgiCE3JuCM .main-title {
  color: #404040;
}
.cid-sgiCE3JuCM .mbr-text {
  color: #606060;
}
.cid-sgiCE3JuCM .count {
  text-align: center;
  margin-bottom: 12px;
  color: #404040;
}
.cid-sgiCE3JuCM .count.display-1 {
  font-size: 46px;
  line-height: 1;
}
.cid-sgiCE3JuCM .mbr-content-title {
  color: #606060;
}
.cid-sgiCE3JuCM .card {
  word-wrap: break-word;
}
.cid-sgiCE3JuCM .card .mbr-iconfont {
  font-size: 5rem;
  color: #4c90cd;
}
.cid-sgiCE3JuCM .card::after {
  content: "";
  display: block;
  width: 150px;
  height: 3px;
  margin: 0 auto;
  background-color: #4c90cd;
}
.cid-sgiCE3JuCM .count,
.cid-sgiCE3JuCM .card-img {
  color: #4c90cd;
}
.cid-sgiEK1OUB9 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sgiEK1OUB9 .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #4c90cd;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 20px;
}
.cid-sgiEK1OUB9 .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-sgiEK1OUB9 .main-title {
  color: #404040;
}
.cid-sgiEK1OUB9 .main-title.display-2 {
  line-height: 1.375;
}
.cid-sgiEK1OUB9 .mbr-section-subtitle {
  color: #5f86be;
  font-weight: 600;
}
.cid-sgiEK1OUB9 .mbr-text {
  color: #606060;
}
.cid-sgiEK1OUB9 .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-sgiEK1OUB9 .card .card-wrapper {
  display: flex;
  transition: all 0.3s;
  background-color: #f3f4f7;
  margin: auto;
  min-height: 280px;
  margin-bottom: 30px;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.04) !important;
  border-radius: 4px;
}
.cid-sgiEK1OUB9 .card .card-wrapper .card-box {
  padding: 40px 40px 20px;
}
.cid-sgiEK1OUB9 .card .card-wrapper .card-box .img-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sgiEK1OUB9 .card .card-wrapper .card-box .img-wrapper .mbr-iconfont {
  display: block;
  font-size: 60px;
  color: #4c90cd;
  margin-bottom: 2rem;
}
.cid-sgiEK1OUB9 .card .card-wrapper .card-box .card-subtitle {
  color: #0077ff;
  margin-bottom: 8px;
}
.cid-sgiEK1OUB9 .card .card-wrapper .card-box .card-title {
  font-weight: 600;
  color: #404040;
}
.cid-sgiEK1OUB9 .card .card-wrapper .card-box .card-title.display-7 {
  line-height: 1.3;
}
.cid-sgiEK1OUB9 .card .card-wrapper .card-box .mbr-text {
  color: #606060;
}
.cid-sgiEK1OUB9 .card .card-wrapper .card-box .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-sgiEK1OUB9 .card .card-wrapper .card-box .link-wrap {
  width: 100%;
}
.cid-sgiEK1OUB9 .card .card-wrapper .card-box .link-wrap .link {
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-sgiEK1OUB9 .container {
    max-width: 1400px;
  }
}
@media (max-width: 767px) {
  .cid-sgiEK1OUB9 .card-wrapper {
    flex-direction: column;
  }
  .cid-sgiEK1OUB9 .card-box {
    padding: 2rem 1rem;
  }
  .cid-sgiEK1OUB9 .card-box,
  .cid-sgiEK1OUB9 .img-wrapper {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-sgiEK1OUB9 .card {
    margin-bottom: 2rem;
  }
}
.cid-sgiCE5Lguo {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/06.jpg");
}
.cid-sgiCE5Lguo .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-sgiCE5Lguo .form-head {
  background: #efefef;
  padding: 2rem;
}
.cid-sgiCE5Lguo .form1 {
  background: #ffffff;
  padding: 2rem;
}
.cid-sgiCE5Lguo .form-group {
  margin-bottom: 1rem;
}
.cid-sgiCE5Lguo .form-control {
  border: none;
  border-radius: 0;
  padding: .5rem 1rem;
  background: #efefef;
  color: #000000;
  width: 100%;
}
.cid-sgiCE5Lguo textarea.form-control {
  min-height: 96px;
}
.cid-sgiCE5Lguo .input-group-btn {
  width: 100%;
}
.cid-sgiCE5Lguo .input-group-btn .btn {
  display: block;
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: 100%;
}
.cid-sgiCE5Lguo .form-control-label {
  color: #333333;
  font-size: 1rem;
  font-weight: 100 !important;
}
@media (max-width: 767px) {
  .cid-sgiCE5Lguo .form1 {
    padding: 1.5rem;
  }
}
.cid-sgiCE6pDIH {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sgiCE6pDIH .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #4c90cd;
  background-color: rgba(76, 144, 205, 0.15);
  margin-bottom: 16px;
}
.cid-sgiCE6pDIH .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-sgiCE6pDIH .main-title {
  color: #404040;
  margin-bottom: 26px;
}
.cid-sgiCE6pDIH .main-title.display-2 {
  line-height: 1.375;
}
.cid-sgiCE6pDIH .mbr-section-subtitle {
  color: #5f86be;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-sgiCE6pDIH .mbr-text {
  color: #606060;
}
.cid-sgiCE6pDIH .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-sgiCE6pDIH .mbr-section-btn {
  margin-top: 24px;
}
.cid-sgiCE6pDIH .mbr-section-btn .btn {
  margin-left: 0;
  padding: 18px 26px;
}
.cid-sgiCE6pDIH .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-sgiCE6pDIH .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
.cid-sgiCE6pDIH .badge,
.cid-sgiCE6pDIH .badge_wrap,
.cid-sgiCE6pDIH .mbr-section-btn {
  color: #102f62;
  text-align: center;
}
.cid-sgiCE6pDIH .main-title,
.cid-sgiCE6pDIH .mbr-section-btn {
  text-align: center;
  color: #4c90cd;
}
.cid-sgiCE6pDIH .mbr-text,
.cid-sgiCE6pDIH .mbr-section-btn {
  text-align: center;
}
.cid-sgiCE6We6P {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #14528a;
}
@media (min-width: 1500px) {
  .cid-sgiCE6We6P .container {
    max-width: 1400px;
  }
}
@media (max-width: 767px) {
  .cid-sgiCE6We6P .copyright {
    margin-bottom: 1rem;
  }
}
.cid-sgiCE6We6P p {
  color: #ffffff;
}
.cid-sgvBPfEuyl .dropdown-menu {
  padding: 12px 0;
}
.cid-sgvBPfEuyl .dropdown-item:hover,
.cid-sgvBPfEuyl .dropdown-item:focus {
  color: black;
  opacity: 0.75;
}
.cid-sgvBPfEuyl .dropdown-item.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-sgvBPfEuyl .nav-dropdown .link {
  padding: 40px 24px !important;
  font-weight: 600 !important;
}
.cid-sgvBPfEuyl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sgvBPfEuyl .nav-link {
  position: relative;
}
.cid-sgvBPfEuyl .container {
  display: flex;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
  justify-content: center !important;
}
.cid-sgvBPfEuyl .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sgvBPfEuyl .navbar-nav {
  justify-content: center;
  margin-left: auto;
}
.cid-sgvBPfEuyl .dropdown-menu,
.cid-sgvBPfEuyl .navbar.opened {
  background: #ffffff !important;
}
.cid-sgvBPfEuyl .nav-item:focus,
.cid-sgvBPfEuyl .nav-link:focus {
  outline: none;
}
.cid-sgvBPfEuyl .nav-item:hover .link {
  opacity: 0.75;
  transition: all 200ms ease-in-out;
}
.cid-sgvBPfEuyl .nav-item .link.display-4 {
  font-size: 14px;
}
.cid-sgvBPfEuyl .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-sgvBPfEuyl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sgvBPfEuyl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sgvBPfEuyl .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-sgvBPfEuyl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sgvBPfEuyl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sgvBPfEuyl .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-sgvBPfEuyl .navbar.opened {
  transition: all 0.3s;
  width: 300px;
  height: 100%;
  padding: 0px 30px 10px 30px;
}
.cid-sgvBPfEuyl .navbar.opened .container {
  align-self: flex-start;
  margin: 0px;
}
.cid-sgvBPfEuyl .navbar.opened .container .navbar-brand {
  padding: 3rem 0 2rem;
}
.cid-sgvBPfEuyl .navbar.opened .container button.navbar-toggler {
  position: absolute;
  top: 1.3rem;
  left: auto;
  right: -0.5rem;
}
.cid-sgvBPfEuyl .navbar.opened .container button.navbar-toggler .hamburger span {
  width: 15px;
  height: 3px;
}
.cid-sgvBPfEuyl .navbar.opened .container ul.navbar-nav li {
  margin: 0;
}
.cid-sgvBPfEuyl .navbar.opened .container ul.navbar-nav li .link {
  justify-content: flex-start;
}
.cid-sgvBPfEuyl .navbar.opened .container .nav-dropdown .link {
  padding: 14px 42px 14px 0 !important;
}
.cid-sgvBPfEuyl .navbar .dropdown-item {
  padding: 12px 40px 12px 24px;
}
.cid-sgvBPfEuyl .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-sgvBPfEuyl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sgvBPfEuyl .navbar.collapsed .navbar-toggler {
  -webkit-flex-basis: auto;
  flex-basis: auto;
  margin-left: auto;
}
.cid-sgvBPfEuyl .navbar.collapsed.opened {
  position: fixed;
}
.cid-sgvBPfEuyl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
  padding-left: 20px;
}
.cid-sgvBPfEuyl .navbar.collapsed.opened .dropdown-menu .dropdown-item {
  padding: 14px 45px 14px 0 !important;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-sgvBPfEuyl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sgvBPfEuyl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sgvBPfEuyl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sgvBPfEuyl .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sgvBPfEuyl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sgvBPfEuyl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sgvBPfEuyl .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sgvBPfEuyl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sgvBPfEuyl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sgvBPfEuyl .navbar .dropdown-menu {
    padding-left: 20px;
  }
  .cid-sgvBPfEuyl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sgvBPfEuyl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sgvBPfEuyl .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 41%;
  }
  .cid-sgvBPfEuyl .navbar .dropdown-menu .dropdown-item {
    padding: 14px 45px 14px 0 !important;
    text-align: left;
  }
  .cid-sgvBPfEuyl .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sgvBPfEuyl .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sgvBPfEuyl .navbar .navbar-brand {
    margin-right: auto;
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sgvBPfEuyl .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
    margin-left: auto;
  }
  .cid-sgvBPfEuyl .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sgvBPfEuyl .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sgvBPfEuyl .navbar.navbar-short .navbar-logo img {
  height: 2rem !important;
}
.cid-sgvBPfEuyl .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sgvBPfEuyl .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sgvBPfEuyl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sgvBPfEuyl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sgvBPfEuyl .dropdown-item.active,
.cid-sgvBPfEuyl .dropdown-item:active {
  background-color: transparent;
}
.cid-sgvBPfEuyl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sgvBPfEuyl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sgvBPfEuyl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sgvBPfEuyl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sgvBPfEuyl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sgvBPfEuyl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sgvBPfEuyl ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sgvBPfEuyl .navbar-buttons {
  text-align: center;
}
.cid-sgvBPfEuyl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sgvBPfEuyl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: black;
}
.cid-sgvBPfEuyl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sgvBPfEuyl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sgvBPfEuyl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sgvBPfEuyl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sgvBPfEuyl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sgvBPfEuyl nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sgvBPfEuyl nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sgvBPfEuyl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sgvBPfEuyl .navbar-dropdown {
  position: fixed;
}
.cid-sgvBPfEuyl a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sgvBPfEuyl .icons-menu {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-sgvBPfEuyl .icons-menu span {
  font-size: 22px;
  color: #ffffff;
  transition: all 200ms ease-in-out;
}
.cid-sgvBPfEuyl .icons-menu span:hover {
  opacity: 0.7;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sgvBPfEuyl .navbar {
    height: 77px;
  }
  .cid-sgvBPfEuyl .navbar.opened {
    height: auto;
  }
  .cid-sgvBPfEuyl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sgvBPh46PU {
  padding-top: 165px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/06.jpg");
  overflow: hidden;
}
.cid-sgvBPh46PU svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-sgvBPh46PU #e2_shape {
  fill: #ffffff !important;
}
.cid-sgvBPh46PU .mbr-text.display-5 {
  font-size: 26px;
}
.cid-sgvBPh46PU .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-sgvBPh46PU .mbr-text,
.cid-sgvBPh46PU .mbr-section-btn {
  text-align: center;
}
.cid-sgvBPh46PU .mbr-section-title,
.cid-sgvBPh46PU .icon-wrap {
  text-align: center;
}
.cid-sgvBPhVCd7 {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sgvBPhVCd7 .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #4c90cd;
  background-color: rgba(76, 144, 205, 0.15);
  margin-bottom: 16px;
}
.cid-sgvBPhVCd7 .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-sgvBPhVCd7 .main-title {
  color: #404040;
  margin-bottom: 26px;
}
.cid-sgvBPhVCd7 .main-title.display-2 {
  line-height: 1.375;
}
.cid-sgvBPhVCd7 .mbr-section-subtitle {
  color: #5f86be;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-sgvBPhVCd7 .mbr-text {
  color: #606060;
}
.cid-sgvBPhVCd7 .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-sgvBPhVCd7 .mbr-section-btn {
  margin-top: 24px;
}
.cid-sgvBPhVCd7 .mbr-section-btn .btn {
  margin-left: 0;
  padding: 18px 26px;
}
.cid-sgvBPhVCd7 .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-sgvBPhVCd7 .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
.cid-sgvBPhVCd7 .badge,
.cid-sgvBPhVCd7 .badge_wrap,
.cid-sgvBPhVCd7 .mbr-section-btn {
  color: #102f62;
  text-align: center;
}
.cid-sgvBPhVCd7 .main-title,
.cid-sgvBPhVCd7 .mbr-section-btn {
  text-align: center;
  color: #4c90cd;
}
.cid-sgvBPhVCd7 .mbr-text,
.cid-sgvBPhVCd7 .mbr-section-btn {
  text-align: center;
}
.cid-sgvBPiLKA7 {
  padding-top: 0px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-sgvBPiLKA7 .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #3c71d3;
  background-color: rgba(60, 113, 211, 0.15);
  margin-bottom: 26px;
}
.cid-sgvBPiLKA7 .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-sgvBPiLKA7 .mbr-section-subtitle {
  color: #999999;
}
.cid-sgvBPiLKA7 img {
  width: 150px;
  margin: auto;
}
.cid-sgvBPiLKA7 .card {
  transition: all 200ms ease-in-out;
  height: fit-content;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
.cid-sgvBPiLKA7 .card:hover {
  opacity: 1;
}
@media (min-width: 992px) {
  .cid-sgvBPiLKA7 .card {
    max-width: 14.28%;
  }
}
.cid-sgvBPjxvsU {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f4f7;
}
.cid-sgvBPjxvsU img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-sgvBPjxvsU img:hover {
  transform: scale(1.1);
}
.cid-sgvBPjxvsU .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-sgvBPjxvsU h2 {
  padding: 0;
  margin: 0;
}
.cid-sgvBPjxvsU .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sgvBPjxvsU .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-sgvBPjxvsU .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-sgvBPjxvsU .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
  justify-content: space-between;
}
.cid-sgvBPjxvsU .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
}
.cid-sgvBPjxvsU .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-sgvBPjxvsU .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sgvBPjxvsU .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-sgvBPjxvsU .text-col {
    padding: 2rem 1rem;
  }
}
.cid-sgvBPjxvsU H2 {
  color: #333333;
}
.cid-sgvBPjxvsU .mbr-text {
  color: #767676;
}
.cid-sgvBPjxvsU H1 {
  color: #4c90cd;
}
.cid-sgvBPkkrcM {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sgvBPkkrcM .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #4c90cd;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 16px;
}
.cid-sgvBPkkrcM .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-sgvBPkkrcM .mbr-section-subtitle {
  color: #5f86be;
  font-weight: 600;
}
.cid-sgvBPkkrcM .main-title {
  color: #404040;
}
.cid-sgvBPkkrcM .mbr-text {
  color: #606060;
}
.cid-sgvBPkkrcM .count {
  text-align: center;
  margin-bottom: 12px;
  color: #404040;
}
.cid-sgvBPkkrcM .count.display-1 {
  font-size: 46px;
  line-height: 1;
}
.cid-sgvBPkkrcM .mbr-content-title {
  color: #606060;
}
.cid-sgvBPkkrcM .card {
  word-wrap: break-word;
}
.cid-sgvBPkkrcM .card .mbr-iconfont {
  font-size: 5rem;
  color: #4c90cd;
}
.cid-sgvBPkkrcM .card::after {
  content: "";
  display: block;
  width: 150px;
  height: 3px;
  margin: 0 auto;
  background-color: #4c90cd;
}
.cid-sgvBPkkrcM .count,
.cid-sgvBPkkrcM .card-img {
  color: #4c90cd;
}
.cid-sgvBPlbe1U {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #f3f4f7;
}
.cid-sgvBPlbe1U .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #4c90cd;
  background-color: rgba(76, 144, 205, 0.15);
  margin-bottom: 16px;
}
.cid-sgvBPlbe1U .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-sgvBPlbe1U .main-title {
  color: #404040;
  margin-bottom: 26px;
}
.cid-sgvBPlbe1U .main-title.display-2 {
  line-height: 1.375;
}
.cid-sgvBPlbe1U .mbr-section-subtitle {
  color: #5f86be;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-sgvBPlbe1U .mbr-text {
  color: #606060;
}
.cid-sgvBPlbe1U .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-sgvBPlbe1U .mbr-section-btn {
  margin-top: 24px;
}
.cid-sgvBPlbe1U .mbr-section-btn .btn {
  margin-left: 0;
  padding: 18px 26px;
}
.cid-sgvBPlbe1U .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-sgvBPlbe1U .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
.cid-sgvBPlbe1U .badge,
.cid-sgvBPlbe1U .badge_wrap,
.cid-sgvBPlbe1U .mbr-section-btn {
  color: #102f62;
  text-align: center;
}
.cid-sgvBPlbe1U .main-title,
.cid-sgvBPlbe1U .mbr-section-btn {
  text-align: center;
  color: #4c90cd;
}
.cid-sgvBPlbe1U .mbr-text,
.cid-sgvBPlbe1U .mbr-section-btn {
  text-align: center;
}
.cid-sgvBPlVUCA {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #f3f4f7;
}
.cid-sgvBPlVUCA .mbr-text {
  color: #767676;
}
.cid-sgvBPlVUCA h4 {
  text-align: center;
}
.cid-sgvBPlVUCA p {
  text-align: center;
}
.cid-sgvBPlVUCA .card .card-img {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sgvBPlVUCA .card:hover .step {
  color: #ffffff;
  border: 0px solid transparent;
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sgvBPlVUCA .card:hover .step:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.cid-sgvBPlVUCA .step {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  width: 100px;
  height: 100px;
  border: 2px solid #eee;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 50%;
  transition: all .3s;
}
.cid-sgvBPlVUCA .step:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  transition-duration: 0.3s;
  background: linear-gradient(45deg, #14528a, #4c90cd);
  border-radius: 50%;
}
.cid-sgvBPlVUCA .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-sgvBPlVUCA .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #4c90cd, #3c71d3);
  display: inline-block;
}
@media (min-width: 768px) {
  .cid-sgvBPlVUCA .mbr-section-title,
  .cid-sgvBPlVUCA .underline {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.cid-sgvBPn50ao {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/06.jpg");
}
.cid-sgvBPn50ao .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-sgvBPn50ao .form-head {
  background: #efefef;
  padding: 2rem;
}
.cid-sgvBPn50ao .form1 {
  background: #ffffff;
  padding: 2rem;
}
.cid-sgvBPn50ao .form-group {
  margin-bottom: 1rem;
}
.cid-sgvBPn50ao .form-control {
  border: none;
  border-radius: 0;
  padding: .5rem 1rem;
  background: #efefef;
  color: #000000;
  width: 100%;
}
.cid-sgvBPn50ao textarea.form-control {
  min-height: 96px;
}
.cid-sgvBPn50ao .input-group-btn {
  width: 100%;
}
.cid-sgvBPn50ao .input-group-btn .btn {
  display: block;
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: 100%;
}
.cid-sgvBPn50ao .form-control-label {
  color: #333333;
  font-size: 1rem;
  font-weight: 100 !important;
}
@media (max-width: 767px) {
  .cid-sgvBPn50ao .form1 {
    padding: 1.5rem;
  }
}
.cid-sgvBPnJveT {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sgvBPnJveT .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #4c90cd;
  background-color: rgba(76, 144, 205, 0.15);
  margin-bottom: 16px;
}
.cid-sgvBPnJveT .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-sgvBPnJveT .main-title {
  color: #404040;
  margin-bottom: 26px;
}
.cid-sgvBPnJveT .main-title.display-2 {
  line-height: 1.375;
}
.cid-sgvBPnJveT .mbr-section-subtitle {
  color: #5f86be;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-sgvBPnJveT .mbr-text {
  color: #606060;
}
.cid-sgvBPnJveT .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-sgvBPnJveT .mbr-section-btn {
  margin-top: 24px;
}
.cid-sgvBPnJveT .mbr-section-btn .btn {
  margin-left: 0;
  padding: 18px 26px;
}
.cid-sgvBPnJveT .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-sgvBPnJveT .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
.cid-sgvBPnJveT .badge,
.cid-sgvBPnJveT .badge_wrap,
.cid-sgvBPnJveT .mbr-section-btn {
  color: #102f62;
  text-align: center;
}
.cid-sgvBPnJveT .main-title,
.cid-sgvBPnJveT .mbr-section-btn {
  text-align: center;
  color: #4c90cd;
}
.cid-sgvBPnJveT .mbr-text,
.cid-sgvBPnJveT .mbr-section-btn {
  text-align: center;
}
.cid-sgvBPovjVE {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #14528a;
}
@media (min-width: 1500px) {
  .cid-sgvBPovjVE .container {
    max-width: 1400px;
  }
}
@media (max-width: 767px) {
  .cid-sgvBPovjVE .copyright {
    margin-bottom: 1rem;
  }
}
.cid-sgvBPovjVE p {
  color: #ffffff;
}
