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





body {
  font-family: Nunito;
}
.display-1 {
  font-family: 'Bebas Neue', display;
  font-size: 3.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.76rem;
}
.display-2 {
  font-family: 'Oswald', sans-serif;
  font-size: 2rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-4 {
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Nunito', sans-serif;
  font-size: 1.4rem;
  line-height: 1.1;
}
.display-5 > .mbr-iconfont {
  font-size: 2.24rem;
}
.display-7 {
  font-family: 'Nunito', sans-serif;
  font-size: 1.2rem;
  line-height: 1.4;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- 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.88rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.52rem;
    font-size: calc( 1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.91rem + (3.6 - 1.91) * ((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.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 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: #034969 !important;
}
.bg-success {
  background-color: #9ccd7e !important;
}
.bg-info {
  background-color: #d49e33 !important;
}
.bg-warning {
  background-color: #b97ecd !important;
}
.bg-danger {
  background-color: #d75959 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #034969 !important;
  border-color: #034969 !important;
  color: #ffffff !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #01151f !important;
  border-color: #01151f !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: #d49e33 !important;
  border-color: #d49e33 !important;
  color: #ffffff !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #9a7120 !important;
  border-color: #9a7120 !important;
}
.btn-success,
.btn-success:active {
  background-color: #9ccd7e !important;
  border-color: #9ccd7e !important;
  color: #ffffff !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #72b747 !important;
  border-color: #72b747 !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: #034969;
  color: #034969;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #034969;
  border-color: #034969;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #034969 !important;
  border-color: #034969 !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: #d49e33;
  color: #d49e33;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #d49e33;
  border-color: #d49e33;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #d49e33 !important;
  border-color: #d49e33 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #9ccd7e;
  color: #9ccd7e;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #9ccd7e;
  border-color: #9ccd7e;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #9ccd7e !important;
  border-color: #9ccd7e !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: #034969 !important;
}
.text-secondary {
  color: #3c71d3 !important;
}
.text-success {
  color: #9ccd7e !important;
}
.text-info {
  color: #d49e33 !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: #068ecc !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #8faee6 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d4e9c8 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #e6c687 !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: #d49e33;
}
.alert-warning {
  background-color: #b97ecd;
}
.alert-danger {
  background-color: #d75959;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 0 0 5px rgba(132, 138, 189, 0.5) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(132, 138, 189, 0.5) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #034969;
  border-color: #034969;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #034969;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #079fe5;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f8eedb;
}
.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: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #034969;
}
/* Forms */
.mbr-form .btn {
  margin: 0.4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 0 0 5px rgba(132, 138, 189, 0.5);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 0 0 5px rgba(132, 138, 189, 0.5);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #034969;
  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: #034969;
  border-bottom-color: #034969;
}
.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: #034969 !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='%23034969' %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-rVs1JRXiBo .dropdown-menu {
  padding: 12px 0;
}
.cid-rVs1JRXiBo .dropdown-item:hover,
.cid-rVs1JRXiBo .dropdown-item:focus {
  color: white;
  opacity: 0.75;
}
.cid-rVs1JRXiBo .dropdown-item.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-rVs1JRXiBo .nav-dropdown .link {
  padding: 40px 24px !important;
  font-weight: 600 !important;
}
.cid-rVs1JRXiBo .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-rVs1JRXiBo .nav-link {
  position: relative;
}
.cid-rVs1JRXiBo .container {
  display: flex;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
  justify-content: center !important;
}
.cid-rVs1JRXiBo .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-rVs1JRXiBo .navbar-nav {
  justify-content: center;
  margin-left: auto;
}
.cid-rVs1JRXiBo .dropdown-menu,
.cid-rVs1JRXiBo .navbar.opened {
  background: #12566a !important;
}
.cid-rVs1JRXiBo .nav-item:focus,
.cid-rVs1JRXiBo .nav-link:focus {
  outline: none;
}
.cid-rVs1JRXiBo .nav-item:hover .link {
  opacity: 0.75;
  transition: all 200ms ease-in-out;
}
.cid-rVs1JRXiBo .nav-item .link.display-4 {
  font-size: 14px;
}
.cid-rVs1JRXiBo .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-rVs1JRXiBo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rVs1JRXiBo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rVs1JRXiBo .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-rVs1JRXiBo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rVs1JRXiBo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rVs1JRXiBo .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #034969;
  background: none;
}
.cid-rVs1JRXiBo .navbar.opened {
  transition: all 0.3s;
  width: 300px;
  height: 100%;
  padding: 0px 30px 10px 30px;
}
.cid-rVs1JRXiBo .navbar.opened .container {
  align-self: flex-start;
  margin: 0px;
}
.cid-rVs1JRXiBo .navbar.opened .container .navbar-brand {
  padding: 3rem 0 2rem;
}
.cid-rVs1JRXiBo .navbar.opened .container button.navbar-toggler {
  position: absolute;
  top: 1.3rem;
  left: auto;
  right: -0.5rem;
}
.cid-rVs1JRXiBo .navbar.opened .container button.navbar-toggler .hamburger span {
  width: 15px;
  height: 3px;
}
.cid-rVs1JRXiBo .navbar.opened .container ul.navbar-nav li {
  margin: 0;
}
.cid-rVs1JRXiBo .navbar.opened .container ul.navbar-nav li .link {
  justify-content: flex-start;
}
.cid-rVs1JRXiBo .navbar.opened .container .nav-dropdown .link {
  padding: 14px 42px 14px 0 !important;
}
.cid-rVs1JRXiBo .navbar .dropdown-item {
  padding: 12px 40px 12px 24px;
}
.cid-rVs1JRXiBo .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-rVs1JRXiBo .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rVs1JRXiBo .navbar.collapsed .navbar-toggler {
  -webkit-flex-basis: auto;
  flex-basis: auto;
  margin-left: auto;
}
.cid-rVs1JRXiBo .navbar.collapsed.opened {
  position: fixed;
}
.cid-rVs1JRXiBo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
  padding-left: 20px;
}
.cid-rVs1JRXiBo .navbar.collapsed.opened .dropdown-menu .dropdown-item {
  padding: 14px 45px 14px 0 !important;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-rVs1JRXiBo .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-rVs1JRXiBo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rVs1JRXiBo .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rVs1JRXiBo .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-rVs1JRXiBo .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rVs1JRXiBo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-rVs1JRXiBo .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-rVs1JRXiBo .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rVs1JRXiBo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rVs1JRXiBo .navbar .dropdown-menu {
    padding-left: 20px;
  }
  .cid-rVs1JRXiBo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rVs1JRXiBo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rVs1JRXiBo .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-rVs1JRXiBo .navbar .dropdown-menu .dropdown-item {
    padding: 14px 45px 14px 0 !important;
    text-align: left;
  }
  .cid-rVs1JRXiBo .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rVs1JRXiBo .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rVs1JRXiBo .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-rVs1JRXiBo .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
    margin-left: auto;
  }
  .cid-rVs1JRXiBo .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-rVs1JRXiBo .navbar.navbar-short {
  background: #034969 !important;
  min-height: 60px;
}
.cid-rVs1JRXiBo .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rVs1JRXiBo .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rVs1JRXiBo .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-rVs1JRXiBo .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rVs1JRXiBo .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rVs1JRXiBo .dropdown-item.active,
.cid-rVs1JRXiBo .dropdown-item:active {
  background-color: transparent;
}
.cid-rVs1JRXiBo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rVs1JRXiBo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rVs1JRXiBo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rVs1JRXiBo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #034969;
}
.cid-rVs1JRXiBo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rVs1JRXiBo .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rVs1JRXiBo ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rVs1JRXiBo .navbar-buttons {
  text-align: center;
}
.cid-rVs1JRXiBo 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-rVs1JRXiBo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f9fafb;
}
.cid-rVs1JRXiBo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-rVs1JRXiBo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-rVs1JRXiBo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-rVs1JRXiBo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-rVs1JRXiBo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-rVs1JRXiBo nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-rVs1JRXiBo nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-rVs1JRXiBo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-rVs1JRXiBo .navbar-dropdown {
  position: fixed;
}
.cid-rVs1JRXiBo a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rVs1JRXiBo .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-rVs1JRXiBo .icons-menu span {
  font-size: 22px;
  color: #ffffff;
  transition: all 200ms ease-in-out;
}
.cid-rVs1JRXiBo .icons-menu span:hover {
  opacity: 0.7;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rVs1JRXiBo .navbar {
    height: 77px;
  }
  .cid-rVs1JRXiBo .navbar.opened {
    height: auto;
  }
  .cid-rVs1JRXiBo .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rVs1KGgY6Y {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #034969;
  overflow: hidden;
}
.cid-rVs1KGgY6Y svg {
  fill: #ffffff !important;
  pointer-events: none;
}
.cid-rVs1KGgY6Y #e2_shape {
  fill: #ffffff !important;
}
.cid-rVs1KGgY6Y .mbr-section-title.display-1 {
  line-height: 1.24;
}
.cid-rVs1KGgY6Y .mbr-text {
  font-weight: 300;
}
.cid-rVs1KGgY6Y .mbr-text.display-5 {
  font-size: 24px;
  line-height: 1.416;
}
.cid-rVs1KGgY6Y .btn-white {
  color: #404040 !important;
}
.cid-rVs1KGgY6Y .btn.display-4 {
  font-size: 14px;
  line-height: 1;
  padding: 21px 30px 20px;
}
.cid-rVs1KGgY6Y .btn.display-4 .mbr-iconfont {
  font-size: 0.9rem;
  margin-right: 5px;
}
@media (max-width: 991px) {
  .cid-rVs1KGgY6Y .img-wrap {
    display: none;
  }
}
@media (max-width: 768px) {
  .cid-rVs1KGgY6Y {
    padding: 30px;
  }
  .cid-rVs1KGgY6Y svg {
    display: none;
  }
}
.cid-rVs1KGgY6Y .mbr-section-title,
.cid-rVs1KGgY6Y .mbr-section-btn {
  text-align: center;
}
.cid-rVs1KGgY6Y .mbr-text,
.cid-rVs1KGgY6Y .mbr-section-btn {
  text-align: center;
}
.cid-tglFginu4h {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tglFginu4h img {
  width: 100%;
}
.cid-tglFginu4h .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #034969;
  background-color: rgba(132, 138, 189, 0.15);
}
.cid-tglFginu4h .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-tglFginu4h .main-title {
  color: #404040;
}
.cid-tglFginu4h .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
  margin-bottom: 21px;
}
.cid-tglFginu4h .mbr-text {
  color: #606060;
}
.cid-tglFginu4h .cards .card {
  margin-bottom: 34px;
}
.cid-tglFginu4h .cards .card .card-title {
  font-weight: 600;
  color: #404040;
  margin-bottom: 16px;
}
.cid-tglFginu4h .cards .card .mbr-text {
  color: #606060;
}
@media (max-width: 768px) {
  .cid-tglFginu4h .card {
    text-align: left;
  }
  .cid-tglFginu4h .card .card-title {
    text-align: left;
  }
}
.cid-tgf5NEdgIv {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #034969;
}
.cid-tgf5NEdgIv h3 {
  text-align: center;
  font-weight: 300;
}
.cid-tgf5NEdgIv .progress {
  width: 100%;
}
.cid-tgf5NEdgIv .title-wrap {
  display: flex;
  justify-content: space-between;
}
.cid-tgf5NEdgIv progress {
  height: 8px;
}
.cid-tgf5NEdgIv .progressbar-number {
  display: inline-block;
}
.cid-tgf5NEdgIv .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-tgf5NEdgIv .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-tgf5NEdgIv .mbr-section-subtitle {
  color: #efefef;
}
.cid-tgf5NEdgIv .section-content-title {
  font-weight: 500;
  color: #ffffff;
}
.cid-tgf5NEdgIv .progress_value {
  position: relative;
}
.cid-tgf5NEdgIv .progress1 .progressbar-number:before,
.cid-tgf5NEdgIv .progress2 .progressbar-number:before,
.cid-tgf5NEdgIv .progress3 .progressbar-number:before,
.cid-tgf5NEdgIv .progress4 .progressbar-number:before,
.cid-tgf5NEdgIv .progress5 .progressbar-number:before {
  position: absolute;
  right: 15px;
  top: 0;
}
.cid-tgf5NEdgIv progress[value]::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-tgf5NEdgIv progress::-webkit-progress-value {
  background: #149dcc;
}
.cid-tgf5NEdgIv progress[value]::-moz-progress-bar {
  background: #149dcc;
}
.cid-tgf5NEdgIv progress::-ms-fill {
  background: #149dcc;
}
.cid-tgf5NEdgIv .progress1 .progressbar-number:before {
  content: '8';
}
.cid-tgf5NEdgIv .progress2 .progressbar-number:before {
  content: '12';
}
.cid-tgf5NEdgIv .progress3 .progressbar-number:before {
  content: '62';
}
.cid-tgf5NEdgIv .progress4 .progressbar-number:before {
  content: '70';
}
.cid-tgf5NEdgIv .progress5 .progressbar-number:before {
  content: '60';
}
@media (min-width: 768px) {
  .cid-tgf5NEdgIv .text-elements {
    padding-right: 3rem;
  }
  .cid-tgf5NEdgIv .progress_elements {
    padding-left: 3rem;
  }
}
.cid-tgf5NEdgIv .mbr-section-title {
  color: #ffffff;
}
.cid-tgf5NEdgIv .progressbar-title p,
.cid-tgf5NEdgIv .progress_value {
  color: #ffffff;
}
.cid-tgf5NEdgIv .section-content-text {
  color: #efefef;
}
.cid-tgeErWssT8 {
  padding-top: 75px;
  padding-bottom: 45px;
  overflow: hidden;
  background-color: #034969;
}
.cid-tgeErWssT8 .card-title {
  margin: 0;
}
.cid-tgeErWssT8 .card-img,
.cid-tgeErWssT8 .card-box {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tgeErWssT8 svg {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translate(-50%) scale(1.5, 1.4);
  overflow: hidden;
  pointer-events: none;
}
.cid-tgeErWssT8 #e2_shape {
  fill: #ffffff !important;
}
.cid-tgeErWssT8 .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #034969;
  background-color: rgba(255, 255, 255, 0.15);
  margin-bottom: 26px;
}
.cid-tgeErWssT8 .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-tgeErWssT8 .mbr-section-subtitle {
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-tgeErWssT8 .mbr-section-title {
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 21px;
}
.cid-tgeErWssT8 .card {
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tgeErWssT8 .card .card-img {
  width: 20%;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tgeErWssT8 .card .card-box {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tgeErWssT8 .card .card-box .card-title {
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 12px;
}
.cid-tgeErWssT8 .card .card-box .card-title.display-7 {
  line-height: 1.3;
}
.cid-tgeErWssT8 .card .card-box .mbr-text {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-tgeErWssT8 .card .card-box .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-tgeErWssT8 .card .card-img span {
  color: #3c71d3;
  font-size: 38px;
  font-weight: 900;
}
@media (max-width: 767px) {
  .cid-tgeErWssT8 .card {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tgeErWssT8 .card .card-img {
    width: 100%;
    padding-bottom: 1.5rem;
  }
  .cid-tgeErWssT8 .card .card-box {
    width: 100%;
    padding-left: 0;
  }
  .cid-tgeErWssT8 .card .card-box .card-title,
  .cid-tgeErWssT8 .card .card-box .mbr-text,
  .cid-tgeErWssT8 .card .card-box .link {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .cid-tgeErWssT8 .card {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .cid-tgeErWssT8 .card .card-img {
    text-align: right !important;
  }
}
.cid-tgoJIyvJlF {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tgoJIyvJlF .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #034969;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 16px;
}
.cid-tgoJIyvJlF .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-tgoJIyvJlF .main-title {
  color: #404040;
  margin-bottom: 26px;
}
.cid-tgoJIyvJlF .main-title.display-2 {
  line-height: 1.375;
}
.cid-tgoJIyvJlF .mbr-section-subtitle {
  color: #5f86be;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-tgoJIyvJlF .mbr-text {
  color: #606060;
}
.cid-tgoJIyvJlF .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-tgoJIyvJlF .mbr-section-btn {
  margin-top: 24px;
}
.cid-tgoJIyvJlF .mbr-section-btn .btn {
  margin-left: 14.1px;
  padding: 18px 26px;
}
.cid-tgoJIyvJlF .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-tgoJIyvJlF .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-tgoJIyvJlF .main-title,
.cid-tgoJIyvJlF .mbr-section-btn {
  text-align: center;
}
.cid-tgoJIyvJlF .mbr-text,
.cid-tgoJIyvJlF .mbr-section-btn {
  text-align: center;
}
.cid-tgoWkZNGUE {
  padding-top: 105px;
  padding-bottom: 30px;
  background-color: #102f62;
  background: linear-gradient(0deg, #102f62, #034969);
}
.cid-tgoWkZNGUE ul {
  padding: 0;
  margin: 0;
}
.cid-tgoWkZNGUE ul li {
  list-style: none;
}
.cid-tgoWkZNGUE ul li h4 {
  margin: 0;
}
.cid-tgoWkZNGUE ul li h4.display-4 {
  line-height: 1.75;
}
.cid-tgoWkZNGUE .item {
  color: #cacaca;
}
.cid-tgoWkZNGUE .col-title {
  color: #ffffff;
  text-align: left;
}
.cid-tgoWkZNGUE .col-title.display-2 {
  font-size: 2.1rem;
}
.cid-tgoWkZNGUE .col-title1 {
  margin-bottom: 40px;
}
.cid-tgoWkZNGUE .form-group,
.cid-tgoWkZNGUE .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-tgoWkZNGUE .form-control {
  display: inline-block;
  border: none;
  border-radius: 25px;
  width: 100%;
  padding: 0 25px;
  background: rgba(255, 255, 255, 0.07);
  color: #ffffff;
  margin-right: 10px;
  height: 50px;
  line-height: 50px;
}
.cid-tgoWkZNGUE .form-control::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-tgoWkZNGUE .form-control::-moz-placeholder {
  color: #ffffff;
}
.cid-tgoWkZNGUE .form-control:-moz-placeholder {
  color: #ffffff;
}
.cid-tgoWkZNGUE .form-control:-ms-input-placeholder {
  color: #ffffff;
}
.cid-tgoWkZNGUE .col + .mbr-section-btn .btn,
.cid-tgoWkZNGUE .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 30px !important;
  padding: 14.5px 26px 14.5px !important;
}
.cid-tgoWkZNGUE .col + .mbr-section-btn .btn.display-4,
.cid-tgoWkZNGUE .col-auto + .mbr-section-btn .btn.display-4 {
  font-size: 13px;
}
.cid-tgoWkZNGUE .col + .mbr-section-btn .btn:hover,
.cid-tgoWkZNGUE .col-auto + .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(132, 138, 189, 0.2);
}
.cid-tgoWkZNGUE .dragArea > *:nth-last-child(2).col,
.cid-tgoWkZNGUE .dragArea > *:nth-last-child(2).col-auto,
.cid-tgoWkZNGUE .col + .mbr-section-btn,
.cid-tgoWkZNGUE .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
.cid-tgoWkZNGUE .form1 {
  margin-top: 30px;
}
.cid-tgoWkZNGUE .fill-light-wrapper {
  fill: #ffffff;
  z-index: 2 !important;
  top: 0;
}
@media (max-width: 768px) {
  .cid-tgoWkZNGUE .md-pb {
    margin-bottom: 30px;
  }
}
.cid-tgoWkZNGUE H5 {
  text-align: right;
}
.cid-tgoWkZNGUE P {
  text-align: right;
}
.cid-tgf0kfFe0u .dropdown-menu {
  padding: 12px 0;
}
.cid-tgf0kfFe0u .dropdown-item:hover,
.cid-tgf0kfFe0u .dropdown-item:focus {
  color: white;
  opacity: 0.75;
}
.cid-tgf0kfFe0u .dropdown-item.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-tgf0kfFe0u .nav-dropdown .link {
  padding: 40px 24px !important;
  font-weight: 600 !important;
}
.cid-tgf0kfFe0u .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tgf0kfFe0u .nav-link {
  position: relative;
}
.cid-tgf0kfFe0u .container {
  display: flex;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
  justify-content: center !important;
}
.cid-tgf0kfFe0u .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tgf0kfFe0u .navbar-nav {
  justify-content: center;
  margin-left: auto;
}
.cid-tgf0kfFe0u .dropdown-menu,
.cid-tgf0kfFe0u .navbar.opened {
  background: #12566a !important;
}
.cid-tgf0kfFe0u .nav-item:focus,
.cid-tgf0kfFe0u .nav-link:focus {
  outline: none;
}
.cid-tgf0kfFe0u .nav-item:hover .link {
  opacity: 0.75;
  transition: all 200ms ease-in-out;
}
.cid-tgf0kfFe0u .nav-item .link.display-4 {
  font-size: 14px;
}
.cid-tgf0kfFe0u .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-tgf0kfFe0u .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tgf0kfFe0u .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tgf0kfFe0u .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-tgf0kfFe0u .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tgf0kfFe0u .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tgf0kfFe0u .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #034969;
  background: none;
}
.cid-tgf0kfFe0u .navbar.opened {
  transition: all 0.3s;
  width: 300px;
  height: 100%;
  padding: 0px 30px 10px 30px;
}
.cid-tgf0kfFe0u .navbar.opened .container {
  align-self: flex-start;
  margin: 0px;
}
.cid-tgf0kfFe0u .navbar.opened .container .navbar-brand {
  padding: 3rem 0 2rem;
}
.cid-tgf0kfFe0u .navbar.opened .container button.navbar-toggler {
  position: absolute;
  top: 1.3rem;
  left: auto;
  right: -0.5rem;
}
.cid-tgf0kfFe0u .navbar.opened .container button.navbar-toggler .hamburger span {
  width: 15px;
  height: 3px;
}
.cid-tgf0kfFe0u .navbar.opened .container ul.navbar-nav li {
  margin: 0;
}
.cid-tgf0kfFe0u .navbar.opened .container ul.navbar-nav li .link {
  justify-content: flex-start;
}
.cid-tgf0kfFe0u .navbar.opened .container .nav-dropdown .link {
  padding: 14px 42px 14px 0 !important;
}
.cid-tgf0kfFe0u .navbar .dropdown-item {
  padding: 12px 40px 12px 24px;
}
.cid-tgf0kfFe0u .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tgf0kfFe0u .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tgf0kfFe0u .navbar.collapsed .navbar-toggler {
  -webkit-flex-basis: auto;
  flex-basis: auto;
  margin-left: auto;
}
.cid-tgf0kfFe0u .navbar.collapsed.opened {
  position: fixed;
}
.cid-tgf0kfFe0u .navbar.collapsed.opened .dropdown-menu {
  top: 0;
  padding-left: 20px;
}
.cid-tgf0kfFe0u .navbar.collapsed.opened .dropdown-menu .dropdown-item {
  padding: 14px 45px 14px 0 !important;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tgf0kfFe0u .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tgf0kfFe0u .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tgf0kfFe0u .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tgf0kfFe0u .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-tgf0kfFe0u .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tgf0kfFe0u .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tgf0kfFe0u .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tgf0kfFe0u .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tgf0kfFe0u .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tgf0kfFe0u .navbar .dropdown-menu {
    padding-left: 20px;
  }
  .cid-tgf0kfFe0u .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tgf0kfFe0u .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tgf0kfFe0u .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-tgf0kfFe0u .navbar .dropdown-menu .dropdown-item {
    padding: 14px 45px 14px 0 !important;
    text-align: left;
  }
  .cid-tgf0kfFe0u .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tgf0kfFe0u .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tgf0kfFe0u .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-tgf0kfFe0u .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
    margin-left: auto;
  }
  .cid-tgf0kfFe0u .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tgf0kfFe0u .navbar.navbar-short {
  background: #034969 !important;
  min-height: 60px;
}
.cid-tgf0kfFe0u .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tgf0kfFe0u .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tgf0kfFe0u .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-tgf0kfFe0u .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tgf0kfFe0u .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tgf0kfFe0u .dropdown-item.active,
.cid-tgf0kfFe0u .dropdown-item:active {
  background-color: transparent;
}
.cid-tgf0kfFe0u .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tgf0kfFe0u .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tgf0kfFe0u .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tgf0kfFe0u .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #034969;
}
.cid-tgf0kfFe0u .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tgf0kfFe0u .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tgf0kfFe0u ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tgf0kfFe0u .navbar-buttons {
  text-align: center;
}
.cid-tgf0kfFe0u 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-tgf0kfFe0u button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f9fafb;
}
.cid-tgf0kfFe0u button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tgf0kfFe0u button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tgf0kfFe0u button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tgf0kfFe0u button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tgf0kfFe0u nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tgf0kfFe0u nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tgf0kfFe0u nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tgf0kfFe0u nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tgf0kfFe0u .navbar-dropdown {
  position: fixed;
}
.cid-tgf0kfFe0u a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tgf0kfFe0u .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-tgf0kfFe0u .icons-menu span {
  font-size: 22px;
  color: #ffffff;
  transition: all 200ms ease-in-out;
}
.cid-tgf0kfFe0u .icons-menu span:hover {
  opacity: 0.7;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tgf0kfFe0u .navbar {
    height: 77px;
  }
  .cid-tgf0kfFe0u .navbar.opened {
    height: auto;
  }
  .cid-tgf0kfFe0u .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tgf0kgfOmx {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #034969;
  overflow: hidden;
}
.cid-tgf0kgfOmx svg {
  fill: #ffffff !important;
  pointer-events: none;
}
.cid-tgf0kgfOmx #e2_shape {
  fill: #ffffff !important;
}
.cid-tgf0kgfOmx .mbr-section-title.display-1 {
  line-height: 1.24;
}
.cid-tgf0kgfOmx .mbr-text {
  font-weight: 300;
}
.cid-tgf0kgfOmx .mbr-text.display-5 {
  font-size: 24px;
  line-height: 1.416;
}
.cid-tgf0kgfOmx .btn-white {
  color: #404040 !important;
}
.cid-tgf0kgfOmx .btn.display-4 {
  font-size: 14px;
  line-height: 1;
  padding: 21px 30px 20px;
}
.cid-tgf0kgfOmx .btn.display-4 .mbr-iconfont {
  font-size: 0.9rem;
  margin-right: 5px;
}
@media (max-width: 991px) {
  .cid-tgf0kgfOmx .img-wrap {
    display: none;
  }
}
@media (max-width: 768px) {
  .cid-tgf0kgfOmx {
    padding: 30px;
  }
  .cid-tgf0kgfOmx svg {
    display: none;
  }
}
.cid-tgf0kgfOmx .mbr-section-title,
.cid-tgf0kgfOmx .mbr-section-btn {
  text-align: center;
}
.cid-tgf0kgfOmx .mbr-text,
.cid-tgf0kgfOmx .mbr-section-btn {
  text-align: center;
}
.cid-tgf0kgzirW {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tgf0kgzirW img {
  width: 100%;
}
.cid-tgf0kgzirW .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #034969;
  background-color: rgba(132, 138, 189, 0.15);
}
.cid-tgf0kgzirW .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-tgf0kgzirW .main-title {
  color: #404040;
}
.cid-tgf0kgzirW .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
  margin-bottom: 21px;
}
.cid-tgf0kgzirW .mbr-text {
  color: #606060;
}
.cid-tgf0kgzirW .cards .card {
  margin-bottom: 34px;
}
.cid-tgf0kgzirW .cards .card .card-title {
  font-weight: 600;
  color: #404040;
  margin-bottom: 16px;
}
.cid-tgf0kgzirW .cards .card .mbr-text {
  color: #606060;
}
@media (max-width: 768px) {
  .cid-tgf0kgzirW .card {
    text-align: left;
  }
  .cid-tgf0kgzirW .card .card-title {
    text-align: left;
  }
}
.cid-tgf0kgzirW .cards .card .mbr-text,
.cid-tgf0kgzirW .mbr-section-btn {
  text-align: center;
}
.cid-tgx8uu9ZpL {
  padding-top: 45px;
  padding-bottom: 45px;
}
.cid-tgf0kkg8tF {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tgf0kkg8tF .container-fluid {
  padding: 0 3rem;
}
.cid-tgf0kkg8tF .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #034969 50%, #3c71d3 120%);
  display: inline-block;
}
.cid-tgf0kkg8tF .panel-group {
  width: 100%;
  margin: 2rem auto;
  margin-top: 0;
}
.cid-tgf0kkg8tF .header-text {
  padding: 2rem 1rem !important;
}
.cid-tgf0kkg8tF .card {
  border-radius: 25px !important;
  background: #ffffff;
  margin-bottom: 1rem;
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-tgf0kkg8tF .card .card-header {
  border-radius: 25px;
  border: 0px;
  padding: 0;
  background-color: transparent !important;
}
.cid-tgf0kkg8tF .card .card-header a.panel-title {
  transition: all .3s;
  border-radius: 25px 25px 0 0;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
  padding-right: 2rem;
}
.cid-tgf0kkg8tF .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tgf0kkg8tF .card .card-header a.panel-title:hover .sign {
  background-color: #0f7699 !important;
}
.cid-tgf0kkg8tF .card .card-header a.panel-title .sign {
  position: absolute;
  right: 0;
  top: -1px;
  bottom: 0;
  border-radius: 0 25px 25px 0;
  background-color: #004767;
  padding: 2rem;
  padding-top: 36px;
  color: #ffffff;
}
.cid-tgf0kkg8tF .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-tgf0kkg8tF .card .card-header a.collapsed {
  border-radius: 25px;
}
.cid-tgf0kkg8tF .card .panel-body {
  width: calc(100% - 80px);
  border-radius: 0 0 0 25px;
}
@media (max-width: 767px) {
  .cid-tgf0kkg8tF .container-fluid {
    padding: 0 1rem;
  }
  .cid-tgf0kkg8tF .header-text {
    padding: 1rem !important;
  }
  .cid-tgf0kkg8tF .sign {
    padding: 16px !important;
    padding-top: 22px !important;
  }
  .cid-tgf0kkg8tF .panel-body {
    width: calc(100% - 48px);
  }
  .cid-tgf0kkg8tF .panel-group {
    padding: 0;
  }
}
.cid-tgf0kkg8tF .header-text,
.cid-tgf0kkg8tF .sign {
  color: #232323;
}
.cid-tgf0kkg8tF .mbr-section-title,
.cid-tgf0kkg8tF .underline {
  color: #004767;
}
.cid-tgpIzESfPq {
  padding-top: 105px;
  padding-bottom: 30px;
  background-color: #102f62;
  background: linear-gradient(0deg, #102f62, #034969);
}
.cid-tgpIzESfPq ul {
  padding: 0;
  margin: 0;
}
.cid-tgpIzESfPq ul li {
  list-style: none;
}
.cid-tgpIzESfPq ul li h4 {
  margin: 0;
}
.cid-tgpIzESfPq ul li h4.display-4 {
  line-height: 1.75;
}
.cid-tgpIzESfPq .item {
  color: #cacaca;
}
.cid-tgpIzESfPq .col-title {
  color: #ffffff;
  text-align: left;
}
.cid-tgpIzESfPq .col-title.display-2 {
  font-size: 2.1rem;
}
.cid-tgpIzESfPq .col-title1 {
  margin-bottom: 40px;
}
.cid-tgpIzESfPq .form-group,
.cid-tgpIzESfPq .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-tgpIzESfPq .form-control {
  display: inline-block;
  border: none;
  border-radius: 25px;
  width: 100%;
  padding: 0 25px;
  background: rgba(255, 255, 255, 0.07);
  color: #ffffff;
  margin-right: 10px;
  height: 50px;
  line-height: 50px;
}
.cid-tgpIzESfPq .form-control::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-tgpIzESfPq .form-control::-moz-placeholder {
  color: #ffffff;
}
.cid-tgpIzESfPq .form-control:-moz-placeholder {
  color: #ffffff;
}
.cid-tgpIzESfPq .form-control:-ms-input-placeholder {
  color: #ffffff;
}
.cid-tgpIzESfPq .col + .mbr-section-btn .btn,
.cid-tgpIzESfPq .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 30px !important;
  padding: 14.5px 26px 14.5px !important;
}
.cid-tgpIzESfPq .col + .mbr-section-btn .btn.display-4,
.cid-tgpIzESfPq .col-auto + .mbr-section-btn .btn.display-4 {
  font-size: 13px;
}
.cid-tgpIzESfPq .col + .mbr-section-btn .btn:hover,
.cid-tgpIzESfPq .col-auto + .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(132, 138, 189, 0.2);
}
.cid-tgpIzESfPq .dragArea > *:nth-last-child(2).col,
.cid-tgpIzESfPq .dragArea > *:nth-last-child(2).col-auto,
.cid-tgpIzESfPq .col + .mbr-section-btn,
.cid-tgpIzESfPq .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
.cid-tgpIzESfPq .form1 {
  margin-top: 30px;
}
.cid-tgpIzESfPq .fill-light-wrapper {
  fill: #ffffff;
  z-index: 2 !important;
  top: 0;
}
@media (max-width: 768px) {
  .cid-tgpIzESfPq .md-pb {
    margin-bottom: 30px;
  }
}
.cid-tgpIzESfPq H5 {
  text-align: right;
}
.cid-tgpIzESfPq P {
  text-align: right;
}
.cid-tgeJhTbBd4 .dropdown-menu {
  padding: 12px 0;
}
.cid-tgeJhTbBd4 .dropdown-item:hover,
.cid-tgeJhTbBd4 .dropdown-item:focus {
  color: white;
  opacity: 0.75;
}
.cid-tgeJhTbBd4 .dropdown-item.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-tgeJhTbBd4 .nav-dropdown .link {
  padding: 40px 24px !important;
  font-weight: 600 !important;
}
.cid-tgeJhTbBd4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tgeJhTbBd4 .nav-link {
  position: relative;
}
.cid-tgeJhTbBd4 .container {
  display: flex;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
  justify-content: center !important;
}
.cid-tgeJhTbBd4 .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tgeJhTbBd4 .navbar-nav {
  justify-content: center;
  margin-left: auto;
}
.cid-tgeJhTbBd4 .dropdown-menu,
.cid-tgeJhTbBd4 .navbar.opened {
  background: #12566a !important;
}
.cid-tgeJhTbBd4 .nav-item:focus,
.cid-tgeJhTbBd4 .nav-link:focus {
  outline: none;
}
.cid-tgeJhTbBd4 .nav-item:hover .link {
  opacity: 0.75;
  transition: all 200ms ease-in-out;
}
.cid-tgeJhTbBd4 .nav-item .link.display-4 {
  font-size: 14px;
}
.cid-tgeJhTbBd4 .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-tgeJhTbBd4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tgeJhTbBd4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tgeJhTbBd4 .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-tgeJhTbBd4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tgeJhTbBd4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tgeJhTbBd4 .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #034969;
  background: none;
}
.cid-tgeJhTbBd4 .navbar.opened {
  transition: all 0.3s;
  width: 300px;
  height: 100%;
  padding: 0px 30px 10px 30px;
}
.cid-tgeJhTbBd4 .navbar.opened .container {
  align-self: flex-start;
  margin: 0px;
}
.cid-tgeJhTbBd4 .navbar.opened .container .navbar-brand {
  padding: 3rem 0 2rem;
}
.cid-tgeJhTbBd4 .navbar.opened .container button.navbar-toggler {
  position: absolute;
  top: 1.3rem;
  left: auto;
  right: -0.5rem;
}
.cid-tgeJhTbBd4 .navbar.opened .container button.navbar-toggler .hamburger span {
  width: 15px;
  height: 3px;
}
.cid-tgeJhTbBd4 .navbar.opened .container ul.navbar-nav li {
  margin: 0;
}
.cid-tgeJhTbBd4 .navbar.opened .container ul.navbar-nav li .link {
  justify-content: flex-start;
}
.cid-tgeJhTbBd4 .navbar.opened .container .nav-dropdown .link {
  padding: 14px 42px 14px 0 !important;
}
.cid-tgeJhTbBd4 .navbar .dropdown-item {
  padding: 12px 40px 12px 24px;
}
.cid-tgeJhTbBd4 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tgeJhTbBd4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tgeJhTbBd4 .navbar.collapsed .navbar-toggler {
  -webkit-flex-basis: auto;
  flex-basis: auto;
  margin-left: auto;
}
.cid-tgeJhTbBd4 .navbar.collapsed.opened {
  position: fixed;
}
.cid-tgeJhTbBd4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
  padding-left: 20px;
}
.cid-tgeJhTbBd4 .navbar.collapsed.opened .dropdown-menu .dropdown-item {
  padding: 14px 45px 14px 0 !important;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tgeJhTbBd4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tgeJhTbBd4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tgeJhTbBd4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tgeJhTbBd4 .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-tgeJhTbBd4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tgeJhTbBd4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tgeJhTbBd4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tgeJhTbBd4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tgeJhTbBd4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tgeJhTbBd4 .navbar .dropdown-menu {
    padding-left: 20px;
  }
  .cid-tgeJhTbBd4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tgeJhTbBd4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tgeJhTbBd4 .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-tgeJhTbBd4 .navbar .dropdown-menu .dropdown-item {
    padding: 14px 45px 14px 0 !important;
    text-align: left;
  }
  .cid-tgeJhTbBd4 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tgeJhTbBd4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tgeJhTbBd4 .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-tgeJhTbBd4 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
    margin-left: auto;
  }
  .cid-tgeJhTbBd4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tgeJhTbBd4 .navbar.navbar-short {
  background: #034969 !important;
  min-height: 60px;
}
.cid-tgeJhTbBd4 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tgeJhTbBd4 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tgeJhTbBd4 .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-tgeJhTbBd4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tgeJhTbBd4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tgeJhTbBd4 .dropdown-item.active,
.cid-tgeJhTbBd4 .dropdown-item:active {
  background-color: transparent;
}
.cid-tgeJhTbBd4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tgeJhTbBd4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tgeJhTbBd4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tgeJhTbBd4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #034969;
}
.cid-tgeJhTbBd4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tgeJhTbBd4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tgeJhTbBd4 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tgeJhTbBd4 .navbar-buttons {
  text-align: center;
}
.cid-tgeJhTbBd4 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-tgeJhTbBd4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f9fafb;
}
.cid-tgeJhTbBd4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tgeJhTbBd4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tgeJhTbBd4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tgeJhTbBd4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tgeJhTbBd4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tgeJhTbBd4 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tgeJhTbBd4 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tgeJhTbBd4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tgeJhTbBd4 .navbar-dropdown {
  position: fixed;
}
.cid-tgeJhTbBd4 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tgeJhTbBd4 .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-tgeJhTbBd4 .icons-menu span {
  font-size: 22px;
  color: #ffffff;
  transition: all 200ms ease-in-out;
}
.cid-tgeJhTbBd4 .icons-menu span:hover {
  opacity: 0.7;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tgeJhTbBd4 .navbar {
    height: 77px;
  }
  .cid-tgeJhTbBd4 .navbar.opened {
    height: auto;
  }
  .cid-tgeJhTbBd4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tgeJhTzXb4 {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #034969;
  overflow: hidden;
}
.cid-tgeJhTzXb4 svg {
  fill: #ffffff !important;
  pointer-events: none;
}
.cid-tgeJhTzXb4 #e2_shape {
  fill: #ffffff !important;
}
.cid-tgeJhTzXb4 .mbr-section-title.display-1 {
  line-height: 1.24;
}
.cid-tgeJhTzXb4 .mbr-text {
  font-weight: 300;
}
.cid-tgeJhTzXb4 .mbr-text.display-5 {
  font-size: 24px;
  line-height: 1.416;
}
.cid-tgeJhTzXb4 .btn-white {
  color: #404040 !important;
}
.cid-tgeJhTzXb4 .btn.display-4 {
  font-size: 14px;
  line-height: 1;
  padding: 21px 30px 20px;
}
.cid-tgeJhTzXb4 .btn.display-4 .mbr-iconfont {
  font-size: 0.9rem;
  margin-right: 5px;
}
@media (max-width: 991px) {
  .cid-tgeJhTzXb4 .img-wrap {
    display: none;
  }
}
@media (max-width: 768px) {
  .cid-tgeJhTzXb4 {
    padding: 30px;
  }
  .cid-tgeJhTzXb4 svg {
    display: none;
  }
}
.cid-tgeJhTzXb4 .mbr-section-title,
.cid-tgeJhTzXb4 .mbr-section-btn {
  text-align: center;
}
.cid-tgeJhTzXb4 .mbr-text,
.cid-tgeJhTzXb4 .mbr-section-btn {
  text-align: center;
}
.cid-tgeJhTVKVB {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tgeJhTVKVB img {
  width: 100%;
}
.cid-tgeJhTVKVB .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #034969;
  background-color: rgba(132, 138, 189, 0.15);
}
.cid-tgeJhTVKVB .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-tgeJhTVKVB .main-title {
  color: #404040;
}
.cid-tgeJhTVKVB .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
  margin-bottom: 21px;
}
.cid-tgeJhTVKVB .mbr-text {
  color: #606060;
}
.cid-tgeJhTVKVB .cards .card {
  margin-bottom: 34px;
}
.cid-tgeJhTVKVB .cards .card .card-title {
  font-weight: 600;
  color: #404040;
  margin-bottom: 16px;
}
.cid-tgeJhTVKVB .cards .card .mbr-text {
  color: #606060;
}
@media (max-width: 768px) {
  .cid-tgeJhTVKVB .card {
    text-align: left;
  }
  .cid-tgeJhTVKVB .card .card-title {
    text-align: left;
  }
}
.cid-tgeJhTVKVB .cards .card .mbr-text,
.cid-tgeJhTVKVB .mbr-section-btn {
  text-align: center;
}
.cid-tgeJhTVKVB .cards .card .card-title {
  text-align: center;
}
.cid-tgfbsiLrsy {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tgfbsiLrsy .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-tgfbsiLrsy img {
  width: 100%;
}
.cid-tgfbsiLrsy .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #034969;
  background-color: rgba(132, 138, 189, 0.15);
}
.cid-tgfbsiLrsy .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-tgfbsiLrsy .main-title {
  color: #404040;
}
.cid-tgfbsiLrsy .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
  margin-bottom: 21px;
}
.cid-tgfbsiLrsy .mbr-text {
  color: #606060;
}
.cid-tgfbsiLrsy .cards .card {
  margin-bottom: 34px;
}
.cid-tgfbsiLrsy .cards .card .card-title {
  font-weight: 600;
  color: #404040;
  margin-bottom: 16px;
}
.cid-tgfbsiLrsy .cards .card .mbr-text {
  color: #606060;
}
@media (max-width: 768px) {
  .cid-tgfbsiLrsy .card {
    text-align: left;
  }
  .cid-tgfbsiLrsy .card .card-title {
    text-align: left;
  }
}
.cid-tgfcLWHijm {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tgfcLWHijm img {
  width: 100%;
}
.cid-tgfcLWHijm .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #034969;
  background-color: rgba(132, 138, 189, 0.15);
}
.cid-tgfcLWHijm .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-tgfcLWHijm .main-title {
  color: #404040;
}
.cid-tgfcLWHijm .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
  margin-bottom: 21px;
}
.cid-tgfcLWHijm .mbr-text {
  color: #606060;
}
.cid-tgfcLWHijm .cards .card {
  margin-bottom: 34px;
}
.cid-tgfcLWHijm .cards .card .card-title {
  font-weight: 600;
  color: #404040;
  margin-bottom: 16px;
}
.cid-tgfcLWHijm .cards .card .mbr-text {
  color: #606060;
}
@media (max-width: 768px) {
  .cid-tgfcLWHijm .card {
    text-align: left;
  }
  .cid-tgfcLWHijm .card .card-title {
    text-align: left;
  }
}
.cid-tgqAVj7Hm4 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #034969;
}
.cid-tgqAVj7Hm4 .mbr-section-subtitle {
  color: #767676;
}
.cid-tgqAVj7Hm4 .btn {
  margin: 0 0 .5rem 0;
}
.cid-tgqAVj7Hm4 H2 {
  text-align: left;
  color: #ffffff;
}
.cid-tgYNMYUz26 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tgYNMYUz26 img {
  width: 100%;
}
.cid-tgYNMYUz26 .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #034969;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-tgYNMYUz26 .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-tgYNMYUz26 .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-tgYNMYUz26 .panel-group {
  margin-top: 36px;
}
.cid-tgYNMYUz26 .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-tgYNMYUz26 .card .card-header {
  border-radius: 0px;
  border: 0px;
  background: transparent;
  padding: 0;
}
.cid-tgYNMYUz26 .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
  transition: all 200ms ease-in-out;
}
.cid-tgYNMYUz26 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tgYNMYUz26 .card .card-header a.panel-title h4 {
  flex-direction: row;
  display: flex;
  justify-content: start;
  align-items: center;
  color: #000;
  transition: all 200ms ease-in-out;
  margin-bottom: 18px;
}
.cid-tgYNMYUz26 .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
  font-family: FontAwesome !important;
  color: #034969;
}
.cid-tgYNMYUz26 .card .card-header a.panel-title h4 .sign::before {
  content: "\f077";
}
.cid-tgYNMYUz26 .card .card-header a.panel-title h4:hover {
  color: #102f62;
}
.cid-tgYNMYUz26 .card .card-header a.panel-title h4.display-7 {
  font-size: 19px;
}
.cid-tgYNMYUz26 .card .card-header a.panel-title h4.display-7 .sign {
  font-size: 0.8rem;
}
.cid-tgYNMYUz26 .card .card-header a.panel-title.collapsed {
  transition: all 200ms ease-in-out;
}
.cid-tgYNMYUz26 .card .card-header a.panel-title.collapsed h4 .sign:before {
  content: "\f054";
}
.cid-tgYNMYUz26 .card .panel-body {
  color: #767676;
  padding-left: 1.8rem;
  margin-bottom: 20px;
}
.cid-tgYNMYUz26 .card .panel-body p {
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-tgYNMYUz26 .card {
    margin-bottom: 2rem !important;
  }
}
@media (max-width: 768px) {
  .cid-tgYNMYUz26 * {
    text-align: left;
  }
}
.cid-tgYNMYUz26 .card .card-header a.panel-title h4,
.cid-tgYNMYUz26 .sign {
  color: #034969;
}
.cid-tgpItrFKgC {
  padding-top: 105px;
  padding-bottom: 30px;
  background-color: #102f62;
  background: linear-gradient(0deg, #102f62, #034969);
}
.cid-tgpItrFKgC ul {
  padding: 0;
  margin: 0;
}
.cid-tgpItrFKgC ul li {
  list-style: none;
}
.cid-tgpItrFKgC ul li h4 {
  margin: 0;
}
.cid-tgpItrFKgC ul li h4.display-4 {
  line-height: 1.75;
}
.cid-tgpItrFKgC .item {
  color: #cacaca;
}
.cid-tgpItrFKgC .col-title {
  color: #ffffff;
  text-align: left;
}
.cid-tgpItrFKgC .col-title.display-2 {
  font-size: 2.1rem;
}
.cid-tgpItrFKgC .col-title1 {
  margin-bottom: 40px;
}
.cid-tgpItrFKgC .form-group,
.cid-tgpItrFKgC .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-tgpItrFKgC .form-control {
  display: inline-block;
  border: none;
  border-radius: 25px;
  width: 100%;
  padding: 0 25px;
  background: rgba(255, 255, 255, 0.07);
  color: #ffffff;
  margin-right: 10px;
  height: 50px;
  line-height: 50px;
}
.cid-tgpItrFKgC .form-control::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-tgpItrFKgC .form-control::-moz-placeholder {
  color: #ffffff;
}
.cid-tgpItrFKgC .form-control:-moz-placeholder {
  color: #ffffff;
}
.cid-tgpItrFKgC .form-control:-ms-input-placeholder {
  color: #ffffff;
}
.cid-tgpItrFKgC .col + .mbr-section-btn .btn,
.cid-tgpItrFKgC .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 30px !important;
  padding: 14.5px 26px 14.5px !important;
}
.cid-tgpItrFKgC .col + .mbr-section-btn .btn.display-4,
.cid-tgpItrFKgC .col-auto + .mbr-section-btn .btn.display-4 {
  font-size: 13px;
}
.cid-tgpItrFKgC .col + .mbr-section-btn .btn:hover,
.cid-tgpItrFKgC .col-auto + .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(132, 138, 189, 0.2);
}
.cid-tgpItrFKgC .dragArea > *:nth-last-child(2).col,
.cid-tgpItrFKgC .dragArea > *:nth-last-child(2).col-auto,
.cid-tgpItrFKgC .col + .mbr-section-btn,
.cid-tgpItrFKgC .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
.cid-tgpItrFKgC .form1 {
  margin-top: 30px;
}
.cid-tgpItrFKgC .fill-light-wrapper {
  fill: #ffffff;
  z-index: 2 !important;
  top: 0;
}
@media (max-width: 768px) {
  .cid-tgpItrFKgC .md-pb {
    margin-bottom: 30px;
  }
}
.cid-tgpItrFKgC H5 {
  text-align: right;
}
.cid-tgpItrFKgC P {
  text-align: right;
}
.cid-tgeJcCc3Lc .dropdown-menu {
  padding: 12px 0;
}
.cid-tgeJcCc3Lc .dropdown-item:hover,
.cid-tgeJcCc3Lc .dropdown-item:focus {
  color: white;
  opacity: 0.75;
}
.cid-tgeJcCc3Lc .dropdown-item.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-tgeJcCc3Lc .nav-dropdown .link {
  padding: 40px 24px !important;
  font-weight: 600 !important;
}
.cid-tgeJcCc3Lc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tgeJcCc3Lc .nav-link {
  position: relative;
}
.cid-tgeJcCc3Lc .container {
  display: flex;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
  justify-content: center !important;
}
.cid-tgeJcCc3Lc .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tgeJcCc3Lc .navbar-nav {
  justify-content: center;
  margin-left: auto;
}
.cid-tgeJcCc3Lc .dropdown-menu,
.cid-tgeJcCc3Lc .navbar.opened {
  background: #12566a !important;
}
.cid-tgeJcCc3Lc .nav-item:focus,
.cid-tgeJcCc3Lc .nav-link:focus {
  outline: none;
}
.cid-tgeJcCc3Lc .nav-item:hover .link {
  opacity: 0.75;
  transition: all 200ms ease-in-out;
}
.cid-tgeJcCc3Lc .nav-item .link.display-4 {
  font-size: 14px;
}
.cid-tgeJcCc3Lc .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-tgeJcCc3Lc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tgeJcCc3Lc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tgeJcCc3Lc .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-tgeJcCc3Lc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tgeJcCc3Lc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tgeJcCc3Lc .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #034969;
  background: none;
}
.cid-tgeJcCc3Lc .navbar.opened {
  transition: all 0.3s;
  width: 300px;
  height: 100%;
  padding: 0px 30px 10px 30px;
}
.cid-tgeJcCc3Lc .navbar.opened .container {
  align-self: flex-start;
  margin: 0px;
}
.cid-tgeJcCc3Lc .navbar.opened .container .navbar-brand {
  padding: 3rem 0 2rem;
}
.cid-tgeJcCc3Lc .navbar.opened .container button.navbar-toggler {
  position: absolute;
  top: 1.3rem;
  left: auto;
  right: -0.5rem;
}
.cid-tgeJcCc3Lc .navbar.opened .container button.navbar-toggler .hamburger span {
  width: 15px;
  height: 3px;
}
.cid-tgeJcCc3Lc .navbar.opened .container ul.navbar-nav li {
  margin: 0;
}
.cid-tgeJcCc3Lc .navbar.opened .container ul.navbar-nav li .link {
  justify-content: flex-start;
}
.cid-tgeJcCc3Lc .navbar.opened .container .nav-dropdown .link {
  padding: 14px 42px 14px 0 !important;
}
.cid-tgeJcCc3Lc .navbar .dropdown-item {
  padding: 12px 40px 12px 24px;
}
.cid-tgeJcCc3Lc .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tgeJcCc3Lc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tgeJcCc3Lc .navbar.collapsed .navbar-toggler {
  -webkit-flex-basis: auto;
  flex-basis: auto;
  margin-left: auto;
}
.cid-tgeJcCc3Lc .navbar.collapsed.opened {
  position: fixed;
}
.cid-tgeJcCc3Lc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
  padding-left: 20px;
}
.cid-tgeJcCc3Lc .navbar.collapsed.opened .dropdown-menu .dropdown-item {
  padding: 14px 45px 14px 0 !important;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tgeJcCc3Lc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tgeJcCc3Lc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tgeJcCc3Lc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tgeJcCc3Lc .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-tgeJcCc3Lc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tgeJcCc3Lc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tgeJcCc3Lc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tgeJcCc3Lc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tgeJcCc3Lc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tgeJcCc3Lc .navbar .dropdown-menu {
    padding-left: 20px;
  }
  .cid-tgeJcCc3Lc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tgeJcCc3Lc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tgeJcCc3Lc .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-tgeJcCc3Lc .navbar .dropdown-menu .dropdown-item {
    padding: 14px 45px 14px 0 !important;
    text-align: left;
  }
  .cid-tgeJcCc3Lc .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tgeJcCc3Lc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tgeJcCc3Lc .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-tgeJcCc3Lc .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
    margin-left: auto;
  }
  .cid-tgeJcCc3Lc .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tgeJcCc3Lc .navbar.navbar-short {
  background: #034969 !important;
  min-height: 60px;
}
.cid-tgeJcCc3Lc .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tgeJcCc3Lc .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tgeJcCc3Lc .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-tgeJcCc3Lc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tgeJcCc3Lc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tgeJcCc3Lc .dropdown-item.active,
.cid-tgeJcCc3Lc .dropdown-item:active {
  background-color: transparent;
}
.cid-tgeJcCc3Lc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tgeJcCc3Lc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tgeJcCc3Lc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tgeJcCc3Lc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #034969;
}
.cid-tgeJcCc3Lc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tgeJcCc3Lc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tgeJcCc3Lc ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tgeJcCc3Lc .navbar-buttons {
  text-align: center;
}
.cid-tgeJcCc3Lc 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-tgeJcCc3Lc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f9fafb;
}
.cid-tgeJcCc3Lc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tgeJcCc3Lc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tgeJcCc3Lc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tgeJcCc3Lc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tgeJcCc3Lc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tgeJcCc3Lc nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tgeJcCc3Lc nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tgeJcCc3Lc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tgeJcCc3Lc .navbar-dropdown {
  position: fixed;
}
.cid-tgeJcCc3Lc a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tgeJcCc3Lc .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-tgeJcCc3Lc .icons-menu span {
  font-size: 22px;
  color: #ffffff;
  transition: all 200ms ease-in-out;
}
.cid-tgeJcCc3Lc .icons-menu span:hover {
  opacity: 0.7;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tgeJcCc3Lc .navbar {
    height: 77px;
  }
  .cid-tgeJcCc3Lc .navbar.opened {
    height: auto;
  }
  .cid-tgeJcCc3Lc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tgeJcCwLUv {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #034969;
  overflow: hidden;
}
.cid-tgeJcCwLUv svg {
  fill: #ffffff !important;
  pointer-events: none;
}
.cid-tgeJcCwLUv #e2_shape {
  fill: #ffffff !important;
}
.cid-tgeJcCwLUv .mbr-section-title.display-1 {
  line-height: 1.24;
}
.cid-tgeJcCwLUv .mbr-text {
  font-weight: 300;
}
.cid-tgeJcCwLUv .mbr-text.display-5 {
  font-size: 24px;
  line-height: 1.416;
}
.cid-tgeJcCwLUv .btn-white {
  color: #404040 !important;
}
.cid-tgeJcCwLUv .btn.display-4 {
  font-size: 14px;
  line-height: 1;
  padding: 21px 30px 20px;
}
.cid-tgeJcCwLUv .btn.display-4 .mbr-iconfont {
  font-size: 0.9rem;
  margin-right: 5px;
}
@media (max-width: 991px) {
  .cid-tgeJcCwLUv .img-wrap {
    display: none;
  }
}
@media (max-width: 768px) {
  .cid-tgeJcCwLUv {
    padding: 30px;
  }
  .cid-tgeJcCwLUv svg {
    display: none;
  }
}
.cid-tgeJcCwLUv .mbr-section-title,
.cid-tgeJcCwLUv .mbr-section-btn {
  text-align: center;
}
.cid-tgeJcCwLUv .mbr-text,
.cid-tgeJcCwLUv .mbr-section-btn {
  text-align: center;
}
.cid-tgfNJowG1r {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tgfNJowG1r .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-tgfNJowG1r img {
  width: 100%;
}
.cid-tgfNJowG1r .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #034969;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-tgfNJowG1r .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-tgfNJowG1r .mbr-section-subtitle {
  color: #034969;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-tgfNJowG1r .card-title span {
  color: #848abd;
}
@media (max-width: 992px) {
  .cid-tgfNJowG1r .card {
    margin-bottom: 2rem !important;
  }
}
@media (max-width: 768px) {
  .cid-tgfNJowG1r * {
    text-align: left;
  }
}
.cid-tgfNXm609L {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tgfNXm609L img {
  width: 100%;
}
.cid-tgfNXm609L .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #034969;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-tgfNXm609L .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-tgfNXm609L .mbr-section-subtitle {
  color: #034969;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-tgfNXm609L .card-title span {
  color: #848abd;
}
@media (max-width: 992px) {
  .cid-tgfNXm609L .card {
    margin-bottom: 2rem !important;
  }
}
@media (max-width: 768px) {
  .cid-tgfNXm609L * {
    text-align: left;
  }
}
.cid-tgfNuj3EOG {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tgfNuj3EOG .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-tgfNuj3EOG img {
  width: 100%;
}
.cid-tgfNuj3EOG .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #034969;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-tgfNuj3EOG .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-tgfNuj3EOG .mbr-section-subtitle {
  color: #034969;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-tgfNuj3EOG .card-title span {
  color: #848abd;
}
@media (max-width: 992px) {
  .cid-tgfNuj3EOG .card {
    margin-bottom: 2rem !important;
  }
}
@media (max-width: 768px) {
  .cid-tgfNuj3EOG * {
    text-align: left;
  }
}
.cid-tgfN8ZedS3 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tgfN8ZedS3 img {
  width: 100%;
}
.cid-tgfN8ZedS3 .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #034969;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-tgfN8ZedS3 .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-tgfN8ZedS3 .mbr-section-subtitle {
  color: #034969;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-tgfN8ZedS3 .card-title span {
  color: #848abd;
}
@media (max-width: 992px) {
  .cid-tgfN8ZedS3 .card {
    margin-bottom: 2rem !important;
  }
}
@media (max-width: 768px) {
  .cid-tgfN8ZedS3 * {
    text-align: left;
  }
}
.cid-tgivoRfCFp {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tgivoRfCFp .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-tgivoRfCFp img {
  width: 100%;
}
.cid-tgivoRfCFp .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #034969;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-tgivoRfCFp .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-tgivoRfCFp .mbr-section-subtitle {
  color: #034969;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-tgivoRfCFp .card-title span {
  color: #848abd;
}
@media (max-width: 992px) {
  .cid-tgivoRfCFp .card {
    margin-bottom: 2rem !important;
  }
}
@media (max-width: 768px) {
  .cid-tgivoRfCFp * {
    text-align: left;
  }
}
.cid-tgppYFLQ3p {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tgppYFLQ3p img {
  width: 100%;
}
.cid-tgppYFLQ3p .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #034969;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-tgppYFLQ3p .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-tgppYFLQ3p .mbr-section-subtitle {
  color: #034969;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-tgppYFLQ3p .card-title span {
  color: #848abd;
}
@media (max-width: 992px) {
  .cid-tgppYFLQ3p .card {
    margin-bottom: 2rem !important;
  }
}
@media (max-width: 768px) {
  .cid-tgppYFLQ3p * {
    text-align: left;
  }
}
.cid-tgpq7PxT27 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tgpq7PxT27 .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-tgpq7PxT27 img {
  width: 100%;
}
.cid-tgpq7PxT27 .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #034969;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-tgpq7PxT27 .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-tgpq7PxT27 .mbr-section-subtitle {
  color: #034969;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-tgpq7PxT27 .card-title span {
  color: #848abd;
}
@media (max-width: 992px) {
  .cid-tgpq7PxT27 .card {
    margin-bottom: 2rem !important;
  }
}
@media (max-width: 768px) {
  .cid-tgpq7PxT27 * {
    text-align: left;
  }
}
.cid-tgpjn4SVFg {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tgpjn4SVFg img {
  width: 100%;
}
.cid-tgpjn4SVFg .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #034969;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-tgpjn4SVFg .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-tgpjn4SVFg .mbr-section-subtitle {
  color: #034969;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-tgpjn4SVFg .card-title span {
  color: #848abd;
}
@media (max-width: 992px) {
  .cid-tgpjn4SVFg .card {
    margin-bottom: 2rem !important;
  }
}
@media (max-width: 768px) {
  .cid-tgpjn4SVFg * {
    text-align: left;
  }
}
.cid-tgpjl7R0of {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tgpjl7R0of .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-tgpjl7R0of img {
  width: 100%;
}
.cid-tgpjl7R0of .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #034969;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-tgpjl7R0of .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-tgpjl7R0of .mbr-section-subtitle {
  color: #034969;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-tgpjl7R0of .card-title span {
  color: #848abd;
}
@media (max-width: 992px) {
  .cid-tgpjl7R0of .card {
    margin-bottom: 2rem !important;
  }
}
@media (max-width: 768px) {
  .cid-tgpjl7R0of * {
    text-align: left;
  }
}
.cid-tgpjlPiaUO {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tgpjlPiaUO img {
  width: 100%;
}
.cid-tgpjlPiaUO .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #034969;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-tgpjlPiaUO .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-tgpjlPiaUO .mbr-section-subtitle {
  color: #034969;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-tgpjlPiaUO .card-title span {
  color: #848abd;
}
@media (max-width: 992px) {
  .cid-tgpjlPiaUO .card {
    margin-bottom: 2rem !important;
  }
}
@media (max-width: 768px) {
  .cid-tgpjlPiaUO * {
    text-align: left;
  }
}
.cid-tgpjRXR5FB {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tgpjRXR5FB .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-tgpjRXR5FB img {
  width: 100%;
}
.cid-tgpjRXR5FB .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #034969;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-tgpjRXR5FB .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-tgpjRXR5FB .mbr-section-subtitle {
  color: #034969;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-tgpjRXR5FB .card-title span {
  color: #848abd;
}
@media (max-width: 992px) {
  .cid-tgpjRXR5FB .card {
    margin-bottom: 2rem !important;
  }
}
@media (max-width: 768px) {
  .cid-tgpjRXR5FB * {
    text-align: left;
  }
}
.cid-tgpjRaCUBL {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tgpjRaCUBL img {
  width: 100%;
}
.cid-tgpjRaCUBL .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #034969;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-tgpjRaCUBL .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-tgpjRaCUBL .mbr-section-subtitle {
  color: #034969;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-tgpjRaCUBL .card-title span {
  color: #848abd;
}
@media (max-width: 992px) {
  .cid-tgpjRaCUBL .card {
    margin-bottom: 2rem !important;
  }
}
@media (max-width: 768px) {
  .cid-tgpjRaCUBL * {
    text-align: left;
  }
}
.cid-tgpjQy2Q0O {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tgpjQy2Q0O .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-tgpjQy2Q0O img {
  width: 100%;
}
.cid-tgpjQy2Q0O .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #034969;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-tgpjQy2Q0O .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-tgpjQy2Q0O .mbr-section-subtitle {
  color: #034969;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-tgpjQy2Q0O .card-title span {
  color: #848abd;
}
@media (max-width: 992px) {
  .cid-tgpjQy2Q0O .card {
    margin-bottom: 2rem !important;
  }
}
@media (max-width: 768px) {
  .cid-tgpjQy2Q0O * {
    text-align: left;
  }
}
.cid-tgpkwon1QM {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tgpkwon1QM img {
  width: 100%;
}
.cid-tgpkwon1QM .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #034969;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-tgpkwon1QM .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-tgpkwon1QM .mbr-section-subtitle {
  color: #034969;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-tgpkwon1QM .card-title span {
  color: #848abd;
}
@media (max-width: 992px) {
  .cid-tgpkwon1QM .card {
    margin-bottom: 2rem !important;
  }
}
@media (max-width: 768px) {
  .cid-tgpkwon1QM * {
    text-align: left;
  }
}
.cid-tgpkvR4ahB {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tgpkvR4ahB .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-tgpkvR4ahB img {
  width: 100%;
}
.cid-tgpkvR4ahB .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #034969;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-tgpkvR4ahB .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-tgpkvR4ahB .mbr-section-subtitle {
  color: #034969;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-tgpkvR4ahB .card-title span {
  color: #848abd;
}
@media (max-width: 992px) {
  .cid-tgpkvR4ahB .card {
    margin-bottom: 2rem !important;
  }
}
@media (max-width: 768px) {
  .cid-tgpkvR4ahB * {
    text-align: left;
  }
}
.cid-tgplhgCeL7 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tgplhgCeL7 img {
  width: 100%;
}
.cid-tgplhgCeL7 .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #034969;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-tgplhgCeL7 .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-tgplhgCeL7 .mbr-section-subtitle {
  color: #034969;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-tgplhgCeL7 .card-title span {
  color: #848abd;
}
@media (max-width: 992px) {
  .cid-tgplhgCeL7 .card {
    margin-bottom: 2rem !important;
  }
}
@media (max-width: 768px) {
  .cid-tgplhgCeL7 * {
    text-align: left;
  }
}
.cid-tgpmJkz2b7 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tgpmJkz2b7 .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-tgpmJkz2b7 img {
  width: 100%;
}
.cid-tgpmJkz2b7 .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #034969;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-tgpmJkz2b7 .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-tgpmJkz2b7 .mbr-section-subtitle {
  color: #034969;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-tgpmJkz2b7 .card-title span {
  color: #848abd;
}
@media (max-width: 992px) {
  .cid-tgpmJkz2b7 .card {
    margin-bottom: 2rem !important;
  }
}
@media (max-width: 768px) {
  .cid-tgpmJkz2b7 * {
    text-align: left;
  }
}
.cid-tgpn06UIEZ {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tgpn06UIEZ img {
  width: 100%;
}
.cid-tgpn06UIEZ .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #034969;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-tgpn06UIEZ .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-tgpn06UIEZ .mbr-section-subtitle {
  color: #034969;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-tgpn06UIEZ .card-title span {
  color: #848abd;
}
@media (max-width: 992px) {
  .cid-tgpn06UIEZ .card {
    margin-bottom: 2rem !important;
  }
}
@media (max-width: 768px) {
  .cid-tgpn06UIEZ * {
    text-align: left;
  }
}
.cid-tgpIlDI7Ha {
  padding-top: 105px;
  padding-bottom: 30px;
  background-color: #102f62;
  background: linear-gradient(0deg, #102f62, #034969);
}
.cid-tgpIlDI7Ha ul {
  padding: 0;
  margin: 0;
}
.cid-tgpIlDI7Ha ul li {
  list-style: none;
}
.cid-tgpIlDI7Ha ul li h4 {
  margin: 0;
}
.cid-tgpIlDI7Ha ul li h4.display-4 {
  line-height: 1.75;
}
.cid-tgpIlDI7Ha .item {
  color: #cacaca;
}
.cid-tgpIlDI7Ha .col-title {
  color: #ffffff;
  text-align: left;
}
.cid-tgpIlDI7Ha .col-title.display-2 {
  font-size: 2.1rem;
}
.cid-tgpIlDI7Ha .col-title1 {
  margin-bottom: 40px;
}
.cid-tgpIlDI7Ha .form-group,
.cid-tgpIlDI7Ha .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-tgpIlDI7Ha .form-control {
  display: inline-block;
  border: none;
  border-radius: 25px;
  width: 100%;
  padding: 0 25px;
  background: rgba(255, 255, 255, 0.07);
  color: #ffffff;
  margin-right: 10px;
  height: 50px;
  line-height: 50px;
}
.cid-tgpIlDI7Ha .form-control::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-tgpIlDI7Ha .form-control::-moz-placeholder {
  color: #ffffff;
}
.cid-tgpIlDI7Ha .form-control:-moz-placeholder {
  color: #ffffff;
}
.cid-tgpIlDI7Ha .form-control:-ms-input-placeholder {
  color: #ffffff;
}
.cid-tgpIlDI7Ha .col + .mbr-section-btn .btn,
.cid-tgpIlDI7Ha .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 30px !important;
  padding: 14.5px 26px 14.5px !important;
}
.cid-tgpIlDI7Ha .col + .mbr-section-btn .btn.display-4,
.cid-tgpIlDI7Ha .col-auto + .mbr-section-btn .btn.display-4 {
  font-size: 13px;
}
.cid-tgpIlDI7Ha .col + .mbr-section-btn .btn:hover,
.cid-tgpIlDI7Ha .col-auto + .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(132, 138, 189, 0.2);
}
.cid-tgpIlDI7Ha .dragArea > *:nth-last-child(2).col,
.cid-tgpIlDI7Ha .dragArea > *:nth-last-child(2).col-auto,
.cid-tgpIlDI7Ha .col + .mbr-section-btn,
.cid-tgpIlDI7Ha .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
.cid-tgpIlDI7Ha .form1 {
  margin-top: 30px;
}
.cid-tgpIlDI7Ha .fill-light-wrapper {
  fill: #ffffff;
  z-index: 2 !important;
  top: 0;
}
@media (max-width: 768px) {
  .cid-tgpIlDI7Ha .md-pb {
    margin-bottom: 30px;
  }
}
.cid-tgpIlDI7Ha H5 {
  text-align: right;
}
.cid-tgpIlDI7Ha P {
  text-align: right;
}
.cid-tgeJ6O8XX7 .dropdown-menu {
  padding: 12px 0;
}
.cid-tgeJ6O8XX7 .dropdown-item:hover,
.cid-tgeJ6O8XX7 .dropdown-item:focus {
  color: white;
  opacity: 0.75;
}
.cid-tgeJ6O8XX7 .dropdown-item.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-tgeJ6O8XX7 .nav-dropdown .link {
  padding: 40px 24px !important;
  font-weight: 600 !important;
}
.cid-tgeJ6O8XX7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tgeJ6O8XX7 .nav-link {
  position: relative;
}
.cid-tgeJ6O8XX7 .container {
  display: flex;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
  justify-content: center !important;
}
.cid-tgeJ6O8XX7 .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tgeJ6O8XX7 .navbar-nav {
  justify-content: center;
  margin-left: auto;
}
.cid-tgeJ6O8XX7 .dropdown-menu,
.cid-tgeJ6O8XX7 .navbar.opened {
  background: #12566a !important;
}
.cid-tgeJ6O8XX7 .nav-item:focus,
.cid-tgeJ6O8XX7 .nav-link:focus {
  outline: none;
}
.cid-tgeJ6O8XX7 .nav-item:hover .link {
  opacity: 0.75;
  transition: all 200ms ease-in-out;
}
.cid-tgeJ6O8XX7 .nav-item .link.display-4 {
  font-size: 14px;
}
.cid-tgeJ6O8XX7 .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-tgeJ6O8XX7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tgeJ6O8XX7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tgeJ6O8XX7 .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-tgeJ6O8XX7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tgeJ6O8XX7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tgeJ6O8XX7 .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #034969;
  background: none;
}
.cid-tgeJ6O8XX7 .navbar.opened {
  transition: all 0.3s;
  width: 300px;
  height: 100%;
  padding: 0px 30px 10px 30px;
}
.cid-tgeJ6O8XX7 .navbar.opened .container {
  align-self: flex-start;
  margin: 0px;
}
.cid-tgeJ6O8XX7 .navbar.opened .container .navbar-brand {
  padding: 3rem 0 2rem;
}
.cid-tgeJ6O8XX7 .navbar.opened .container button.navbar-toggler {
  position: absolute;
  top: 1.3rem;
  left: auto;
  right: -0.5rem;
}
.cid-tgeJ6O8XX7 .navbar.opened .container button.navbar-toggler .hamburger span {
  width: 15px;
  height: 3px;
}
.cid-tgeJ6O8XX7 .navbar.opened .container ul.navbar-nav li {
  margin: 0;
}
.cid-tgeJ6O8XX7 .navbar.opened .container ul.navbar-nav li .link {
  justify-content: flex-start;
}
.cid-tgeJ6O8XX7 .navbar.opened .container .nav-dropdown .link {
  padding: 14px 42px 14px 0 !important;
}
.cid-tgeJ6O8XX7 .navbar .dropdown-item {
  padding: 12px 40px 12px 24px;
}
.cid-tgeJ6O8XX7 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tgeJ6O8XX7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tgeJ6O8XX7 .navbar.collapsed .navbar-toggler {
  -webkit-flex-basis: auto;
  flex-basis: auto;
  margin-left: auto;
}
.cid-tgeJ6O8XX7 .navbar.collapsed.opened {
  position: fixed;
}
.cid-tgeJ6O8XX7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
  padding-left: 20px;
}
.cid-tgeJ6O8XX7 .navbar.collapsed.opened .dropdown-menu .dropdown-item {
  padding: 14px 45px 14px 0 !important;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tgeJ6O8XX7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tgeJ6O8XX7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tgeJ6O8XX7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tgeJ6O8XX7 .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-tgeJ6O8XX7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tgeJ6O8XX7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tgeJ6O8XX7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tgeJ6O8XX7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tgeJ6O8XX7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tgeJ6O8XX7 .navbar .dropdown-menu {
    padding-left: 20px;
  }
  .cid-tgeJ6O8XX7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tgeJ6O8XX7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tgeJ6O8XX7 .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-tgeJ6O8XX7 .navbar .dropdown-menu .dropdown-item {
    padding: 14px 45px 14px 0 !important;
    text-align: left;
  }
  .cid-tgeJ6O8XX7 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tgeJ6O8XX7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tgeJ6O8XX7 .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-tgeJ6O8XX7 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
    margin-left: auto;
  }
  .cid-tgeJ6O8XX7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tgeJ6O8XX7 .navbar.navbar-short {
  background: #034969 !important;
  min-height: 60px;
}
.cid-tgeJ6O8XX7 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tgeJ6O8XX7 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tgeJ6O8XX7 .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-tgeJ6O8XX7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tgeJ6O8XX7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tgeJ6O8XX7 .dropdown-item.active,
.cid-tgeJ6O8XX7 .dropdown-item:active {
  background-color: transparent;
}
.cid-tgeJ6O8XX7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tgeJ6O8XX7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tgeJ6O8XX7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tgeJ6O8XX7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #034969;
}
.cid-tgeJ6O8XX7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tgeJ6O8XX7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tgeJ6O8XX7 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tgeJ6O8XX7 .navbar-buttons {
  text-align: center;
}
.cid-tgeJ6O8XX7 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-tgeJ6O8XX7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f9fafb;
}
.cid-tgeJ6O8XX7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tgeJ6O8XX7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tgeJ6O8XX7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tgeJ6O8XX7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tgeJ6O8XX7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tgeJ6O8XX7 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tgeJ6O8XX7 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tgeJ6O8XX7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tgeJ6O8XX7 .navbar-dropdown {
  position: fixed;
}
.cid-tgeJ6O8XX7 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tgeJ6O8XX7 .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-tgeJ6O8XX7 .icons-menu span {
  font-size: 22px;
  color: #ffffff;
  transition: all 200ms ease-in-out;
}
.cid-tgeJ6O8XX7 .icons-menu span:hover {
  opacity: 0.7;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tgeJ6O8XX7 .navbar {
    height: 77px;
  }
  .cid-tgeJ6O8XX7 .navbar.opened {
    height: auto;
  }
  .cid-tgeJ6O8XX7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tgeJ6SPJWE {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #034969;
  overflow: hidden;
}
.cid-tgeJ6SPJWE svg {
  fill: #ffffff !important;
  pointer-events: none;
}
.cid-tgeJ6SPJWE #e2_shape {
  fill: #ffffff !important;
}
.cid-tgeJ6SPJWE .mbr-section-title.display-1 {
  line-height: 1.24;
}
.cid-tgeJ6SPJWE .mbr-text {
  font-weight: 300;
}
.cid-tgeJ6SPJWE .mbr-text.display-5 {
  font-size: 24px;
  line-height: 1.416;
}
.cid-tgeJ6SPJWE .btn-white {
  color: #404040 !important;
}
.cid-tgeJ6SPJWE .btn.display-4 {
  font-size: 14px;
  line-height: 1;
  padding: 21px 30px 20px;
}
.cid-tgeJ6SPJWE .btn.display-4 .mbr-iconfont {
  font-size: 0.9rem;
  margin-right: 5px;
}
@media (max-width: 991px) {
  .cid-tgeJ6SPJWE .img-wrap {
    display: none;
  }
}
@media (max-width: 768px) {
  .cid-tgeJ6SPJWE {
    padding: 30px;
  }
  .cid-tgeJ6SPJWE svg {
    display: none;
  }
}
.cid-tgeJ6SPJWE .mbr-section-title,
.cid-tgeJ6SPJWE .mbr-section-btn {
  text-align: center;
}
.cid-tgeJ6SPJWE .mbr-text,
.cid-tgeJ6SPJWE .mbr-section-btn {
  text-align: center;
}
.cid-tgpKXWErzb {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tgpKXWErzb img {
  width: 100%;
}
.cid-tgpKXWErzb .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #034969;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-tgpKXWErzb .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-tgpKXWErzb .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-tgpKXWErzb .panel-group {
  margin-top: 36px;
}
.cid-tgpKXWErzb .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-tgpKXWErzb .card .card-header {
  border-radius: 0px;
  border: 0px;
  background: transparent;
  padding: 0;
}
.cid-tgpKXWErzb .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
  transition: all 200ms ease-in-out;
}
.cid-tgpKXWErzb .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tgpKXWErzb .card .card-header a.panel-title h4 {
  flex-direction: row;
  display: flex;
  justify-content: start;
  align-items: center;
  color: #000;
  transition: all 200ms ease-in-out;
  margin-bottom: 18px;
}
.cid-tgpKXWErzb .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
  font-family: FontAwesome !important;
  color: #034969;
}
.cid-tgpKXWErzb .card .card-header a.panel-title h4 .sign::before {
  content: "\f077";
}
.cid-tgpKXWErzb .card .card-header a.panel-title h4:hover {
  color: #102f62;
}
.cid-tgpKXWErzb .card .card-header a.panel-title h4.display-7 {
  font-size: 19px;
}
.cid-tgpKXWErzb .card .card-header a.panel-title h4.display-7 .sign {
  font-size: 0.8rem;
}
.cid-tgpKXWErzb .card .card-header a.panel-title.collapsed {
  transition: all 200ms ease-in-out;
}
.cid-tgpKXWErzb .card .card-header a.panel-title.collapsed h4 .sign:before {
  content: "\f054";
}
.cid-tgpKXWErzb .card .panel-body {
  color: #767676;
  padding-left: 1.8rem;
  margin-bottom: 20px;
}
.cid-tgpKXWErzb .card .panel-body p {
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-tgpKXWErzb .card {
    margin-bottom: 2rem !important;
  }
}
@media (max-width: 768px) {
  .cid-tgpKXWErzb * {
    text-align: left;
  }
}
.cid-tgpKXWErzb .card .card-header a.panel-title h4,
.cid-tgpKXWErzb .sign {
  color: #034969;
}
.cid-tgfL2RLXdl {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #034969;
}
.cid-tgfL2RLXdl .mbr-section-subtitle {
  color: #767676;
}
.cid-tgfL2RLXdl .btn {
  margin: 0 0 .5rem 0;
}
.cid-tgfL2RLXdl H2 {
  text-align: left;
  color: #ffffff;
}
.cid-tgpQhMVMfp {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tgpQhMVMfp .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-tgpQhMVMfp img {
  width: 100%;
}
.cid-tgpQhMVMfp .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #034969;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-tgpQhMVMfp .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-tgpQhMVMfp .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-tgpQhMVMfp .panel-group {
  margin-top: 36px;
}
.cid-tgpQhMVMfp .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-tgpQhMVMfp .card .card-header {
  border-radius: 0px;
  border: 0px;
  background: transparent;
  padding: 0;
}
.cid-tgpQhMVMfp .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
  transition: all 200ms ease-in-out;
}
.cid-tgpQhMVMfp .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tgpQhMVMfp .card .card-header a.panel-title h4 {
  flex-direction: row;
  display: flex;
  justify-content: start;
  align-items: center;
  color: #000;
  transition: all 200ms ease-in-out;
  margin-bottom: 18px;
}
.cid-tgpQhMVMfp .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
  font-family: FontAwesome !important;
  color: #034969;
}
.cid-tgpQhMVMfp .card .card-header a.panel-title h4 .sign::before {
  content: "\f077";
}
.cid-tgpQhMVMfp .card .card-header a.panel-title h4:hover {
  color: #102f62;
}
.cid-tgpQhMVMfp .card .card-header a.panel-title h4.display-7 {
  font-size: 19px;
}
.cid-tgpQhMVMfp .card .card-header a.panel-title h4.display-7 .sign {
  font-size: 0.8rem;
}
.cid-tgpQhMVMfp .card .card-header a.panel-title.collapsed {
  transition: all 200ms ease-in-out;
}
.cid-tgpQhMVMfp .card .card-header a.panel-title.collapsed h4 .sign:before {
  content: "\f054";
}
.cid-tgpQhMVMfp .card .panel-body {
  color: #767676;
  padding-left: 1.8rem;
  margin-bottom: 20px;
}
.cid-tgpQhMVMfp .card .panel-body p {
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-tgpQhMVMfp .card {
    margin-bottom: 2rem !important;
  }
}
@media (max-width: 768px) {
  .cid-tgpQhMVMfp * {
    text-align: left;
  }
}
.cid-tgpQhMVMfp H4 {
  color: #034969;
}
.cid-tgpQhMVMfp .card .card-header a.panel-title h4,
.cid-tgpQhMVMfp .sign {
  color: #034969;
}
.cid-tgeJ6Vj4w1 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #034969;
}
.cid-tgeJ6Vj4w1 .wrapper {
  position: relative;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  padding: 2.5rem 2.5rem;
}
.cid-tgeJ6Vj4w1 .wrapper:before {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: calc(90% - 130px);
  height: 3px;
  right: 0;
}
.cid-tgeJ6Vj4w1 .wrapper:after {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-tgeJ6Vj4w1 img {
  position: absolute;
  left: 10%;
  bottom: -45px;
  width: 130px;
}
@media (max-width: 767px) {
  .cid-tgeJ6Vj4w1 .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-tgeJ6Vj4w1 H1 {
  text-align: center;
  color: #ffffff;
}
.cid-tgq2Vtjdg9 {
  padding-top: 75px;
  padding-bottom: 45px;
  overflow: hidden;
  background-color: #034969;
}
.cid-tgq2Vtjdg9 .card-title {
  margin: 0;
}
.cid-tgq2Vtjdg9 .card-img,
.cid-tgq2Vtjdg9 .card-box {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tgq2Vtjdg9 svg {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translate(-50%) scale(1.5, 1.4);
  overflow: hidden;
  pointer-events: none;
}
.cid-tgq2Vtjdg9 #e2_shape {
  fill: #ffffff !important;
}
.cid-tgq2Vtjdg9 .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #034969;
  background-color: rgba(255, 255, 255, 0.15);
  margin-bottom: 26px;
}
.cid-tgq2Vtjdg9 .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-tgq2Vtjdg9 .mbr-section-subtitle {
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-tgq2Vtjdg9 .mbr-section-title {
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 21px;
}
.cid-tgq2Vtjdg9 .card {
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tgq2Vtjdg9 .card .card-img {
  width: 20%;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tgq2Vtjdg9 .card .card-box {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tgq2Vtjdg9 .card .card-box .card-title {
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 12px;
}
.cid-tgq2Vtjdg9 .card .card-box .card-title.display-7 {
  line-height: 1.3;
}
.cid-tgq2Vtjdg9 .card .card-box .mbr-text {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-tgq2Vtjdg9 .card .card-box .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-tgq2Vtjdg9 .card .card-img span {
  color: #3c71d3;
  font-size: 38px;
  font-weight: 900;
}
@media (max-width: 767px) {
  .cid-tgq2Vtjdg9 .card {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tgq2Vtjdg9 .card .card-img {
    width: 100%;
    padding-bottom: 1.5rem;
  }
  .cid-tgq2Vtjdg9 .card .card-box {
    width: 100%;
    padding-left: 0;
  }
  .cid-tgq2Vtjdg9 .card .card-box .card-title,
  .cid-tgq2Vtjdg9 .card .card-box .mbr-text,
  .cid-tgq2Vtjdg9 .card .card-box .link {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .cid-tgq2Vtjdg9 .card {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .cid-tgq2Vtjdg9 .card .card-img {
    text-align: right !important;
  }
}
.cid-tgpMUQhIgl {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tgpMUQhIgl .mbr-section-title {
  color: #404040;
}
.cid-tgpMUQhIgl .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-tgpMUQhIgl .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #3c71d3;
  margin-bottom: 2rem;
}
.cid-tgpMUQhIgl .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-tgpI5AnjJB {
  padding-top: 105px;
  padding-bottom: 30px;
  background-color: #102f62;
  background: linear-gradient(0deg, #102f62, #034969);
}
.cid-tgpI5AnjJB ul {
  padding: 0;
  margin: 0;
}
.cid-tgpI5AnjJB ul li {
  list-style: none;
}
.cid-tgpI5AnjJB ul li h4 {
  margin: 0;
}
.cid-tgpI5AnjJB ul li h4.display-4 {
  line-height: 1.75;
}
.cid-tgpI5AnjJB .item {
  color: #cacaca;
}
.cid-tgpI5AnjJB .col-title {
  color: #ffffff;
  text-align: left;
}
.cid-tgpI5AnjJB .col-title.display-2 {
  font-size: 2.1rem;
}
.cid-tgpI5AnjJB .col-title1 {
  margin-bottom: 40px;
}
.cid-tgpI5AnjJB .form-group,
.cid-tgpI5AnjJB .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-tgpI5AnjJB .form-control {
  display: inline-block;
  border: none;
  border-radius: 25px;
  width: 100%;
  padding: 0 25px;
  background: rgba(255, 255, 255, 0.07);
  color: #ffffff;
  margin-right: 10px;
  height: 50px;
  line-height: 50px;
}
.cid-tgpI5AnjJB .form-control::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-tgpI5AnjJB .form-control::-moz-placeholder {
  color: #ffffff;
}
.cid-tgpI5AnjJB .form-control:-moz-placeholder {
  color: #ffffff;
}
.cid-tgpI5AnjJB .form-control:-ms-input-placeholder {
  color: #ffffff;
}
.cid-tgpI5AnjJB .col + .mbr-section-btn .btn,
.cid-tgpI5AnjJB .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 30px !important;
  padding: 14.5px 26px 14.5px !important;
}
.cid-tgpI5AnjJB .col + .mbr-section-btn .btn.display-4,
.cid-tgpI5AnjJB .col-auto + .mbr-section-btn .btn.display-4 {
  font-size: 13px;
}
.cid-tgpI5AnjJB .col + .mbr-section-btn .btn:hover,
.cid-tgpI5AnjJB .col-auto + .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(132, 138, 189, 0.2);
}
.cid-tgpI5AnjJB .dragArea > *:nth-last-child(2).col,
.cid-tgpI5AnjJB .dragArea > *:nth-last-child(2).col-auto,
.cid-tgpI5AnjJB .col + .mbr-section-btn,
.cid-tgpI5AnjJB .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
.cid-tgpI5AnjJB .form1 {
  margin-top: 30px;
}
.cid-tgpI5AnjJB .fill-light-wrapper {
  fill: #ffffff;
  z-index: 2 !important;
  top: 0;
}
@media (max-width: 768px) {
  .cid-tgpI5AnjJB .md-pb {
    margin-bottom: 30px;
  }
}
.cid-tgpI5AnjJB H5 {
  text-align: right;
}
.cid-tgpI5AnjJB P {
  text-align: right;
}
.cid-tgeJaJAOWn .dropdown-menu {
  padding: 12px 0;
}
.cid-tgeJaJAOWn .dropdown-item:hover,
.cid-tgeJaJAOWn .dropdown-item:focus {
  color: white;
  opacity: 0.75;
}
.cid-tgeJaJAOWn .dropdown-item.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-tgeJaJAOWn .nav-dropdown .link {
  padding: 40px 24px !important;
  font-weight: 600 !important;
}
.cid-tgeJaJAOWn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tgeJaJAOWn .nav-link {
  position: relative;
}
.cid-tgeJaJAOWn .container {
  display: flex;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
  justify-content: center !important;
}
.cid-tgeJaJAOWn .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tgeJaJAOWn .navbar-nav {
  justify-content: center;
  margin-left: auto;
}
.cid-tgeJaJAOWn .dropdown-menu,
.cid-tgeJaJAOWn .navbar.opened {
  background: #12566a !important;
}
.cid-tgeJaJAOWn .nav-item:focus,
.cid-tgeJaJAOWn .nav-link:focus {
  outline: none;
}
.cid-tgeJaJAOWn .nav-item:hover .link {
  opacity: 0.75;
  transition: all 200ms ease-in-out;
}
.cid-tgeJaJAOWn .nav-item .link.display-4 {
  font-size: 14px;
}
.cid-tgeJaJAOWn .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-tgeJaJAOWn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tgeJaJAOWn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tgeJaJAOWn .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-tgeJaJAOWn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tgeJaJAOWn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tgeJaJAOWn .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #034969;
  background: none;
}
.cid-tgeJaJAOWn .navbar.opened {
  transition: all 0.3s;
  width: 300px;
  height: 100%;
  padding: 0px 30px 10px 30px;
}
.cid-tgeJaJAOWn .navbar.opened .container {
  align-self: flex-start;
  margin: 0px;
}
.cid-tgeJaJAOWn .navbar.opened .container .navbar-brand {
  padding: 3rem 0 2rem;
}
.cid-tgeJaJAOWn .navbar.opened .container button.navbar-toggler {
  position: absolute;
  top: 1.3rem;
  left: auto;
  right: -0.5rem;
}
.cid-tgeJaJAOWn .navbar.opened .container button.navbar-toggler .hamburger span {
  width: 15px;
  height: 3px;
}
.cid-tgeJaJAOWn .navbar.opened .container ul.navbar-nav li {
  margin: 0;
}
.cid-tgeJaJAOWn .navbar.opened .container ul.navbar-nav li .link {
  justify-content: flex-start;
}
.cid-tgeJaJAOWn .navbar.opened .container .nav-dropdown .link {
  padding: 14px 42px 14px 0 !important;
}
.cid-tgeJaJAOWn .navbar .dropdown-item {
  padding: 12px 40px 12px 24px;
}
.cid-tgeJaJAOWn .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tgeJaJAOWn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tgeJaJAOWn .navbar.collapsed .navbar-toggler {
  -webkit-flex-basis: auto;
  flex-basis: auto;
  margin-left: auto;
}
.cid-tgeJaJAOWn .navbar.collapsed.opened {
  position: fixed;
}
.cid-tgeJaJAOWn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
  padding-left: 20px;
}
.cid-tgeJaJAOWn .navbar.collapsed.opened .dropdown-menu .dropdown-item {
  padding: 14px 45px 14px 0 !important;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tgeJaJAOWn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tgeJaJAOWn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tgeJaJAOWn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tgeJaJAOWn .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-tgeJaJAOWn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tgeJaJAOWn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tgeJaJAOWn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tgeJaJAOWn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tgeJaJAOWn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tgeJaJAOWn .navbar .dropdown-menu {
    padding-left: 20px;
  }
  .cid-tgeJaJAOWn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tgeJaJAOWn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tgeJaJAOWn .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-tgeJaJAOWn .navbar .dropdown-menu .dropdown-item {
    padding: 14px 45px 14px 0 !important;
    text-align: left;
  }
  .cid-tgeJaJAOWn .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tgeJaJAOWn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tgeJaJAOWn .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-tgeJaJAOWn .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
    margin-left: auto;
  }
  .cid-tgeJaJAOWn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tgeJaJAOWn .navbar.navbar-short {
  background: #034969 !important;
  min-height: 60px;
}
.cid-tgeJaJAOWn .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tgeJaJAOWn .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tgeJaJAOWn .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-tgeJaJAOWn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tgeJaJAOWn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tgeJaJAOWn .dropdown-item.active,
.cid-tgeJaJAOWn .dropdown-item:active {
  background-color: transparent;
}
.cid-tgeJaJAOWn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tgeJaJAOWn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tgeJaJAOWn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tgeJaJAOWn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #034969;
}
.cid-tgeJaJAOWn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tgeJaJAOWn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tgeJaJAOWn ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tgeJaJAOWn .navbar-buttons {
  text-align: center;
}
.cid-tgeJaJAOWn 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-tgeJaJAOWn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f9fafb;
}
.cid-tgeJaJAOWn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tgeJaJAOWn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tgeJaJAOWn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tgeJaJAOWn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tgeJaJAOWn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tgeJaJAOWn nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tgeJaJAOWn nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tgeJaJAOWn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tgeJaJAOWn .navbar-dropdown {
  position: fixed;
}
.cid-tgeJaJAOWn a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tgeJaJAOWn .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-tgeJaJAOWn .icons-menu span {
  font-size: 22px;
  color: #ffffff;
  transition: all 200ms ease-in-out;
}
.cid-tgeJaJAOWn .icons-menu span:hover {
  opacity: 0.7;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tgeJaJAOWn .navbar {
    height: 77px;
  }
  .cid-tgeJaJAOWn .navbar.opened {
    height: auto;
  }
  .cid-tgeJaJAOWn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tgeJaJUaJS {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #034969;
  overflow: hidden;
}
.cid-tgeJaJUaJS svg {
  fill: #ffffff !important;
  pointer-events: none;
}
.cid-tgeJaJUaJS #e2_shape {
  fill: #ffffff !important;
}
.cid-tgeJaJUaJS .mbr-section-title.display-1 {
  line-height: 1.24;
}
.cid-tgeJaJUaJS .mbr-text {
  font-weight: 300;
}
.cid-tgeJaJUaJS .mbr-text.display-5 {
  font-size: 24px;
  line-height: 1.416;
}
.cid-tgeJaJUaJS .btn-white {
  color: #404040 !important;
}
.cid-tgeJaJUaJS .btn.display-4 {
  font-size: 14px;
  line-height: 1;
  padding: 21px 30px 20px;
}
.cid-tgeJaJUaJS .btn.display-4 .mbr-iconfont {
  font-size: 0.9rem;
  margin-right: 5px;
}
@media (max-width: 991px) {
  .cid-tgeJaJUaJS .img-wrap {
    display: none;
  }
}
@media (max-width: 768px) {
  .cid-tgeJaJUaJS {
    padding: 30px;
  }
  .cid-tgeJaJUaJS svg {
    display: none;
  }
}
.cid-tgeJaJUaJS .mbr-section-title,
.cid-tgeJaJUaJS .mbr-section-btn {
  text-align: center;
}
.cid-tgeJaJUaJS .mbr-text,
.cid-tgeJaJUaJS .mbr-section-btn {
  text-align: center;
}
.cid-tgeJaKefZd {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tgeJaKefZd img {
  width: 100%;
}
.cid-tgeJaKefZd .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #034969;
  background-color: rgba(132, 138, 189, 0.15);
}
.cid-tgeJaKefZd .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-tgeJaKefZd .main-title {
  color: #404040;
}
.cid-tgeJaKefZd .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
  margin-bottom: 21px;
}
.cid-tgeJaKefZd .mbr-text {
  color: #606060;
}
.cid-tgeJaKefZd .cards .card {
  margin-bottom: 34px;
}
.cid-tgeJaKefZd .cards .card .card-title {
  font-weight: 600;
  color: #404040;
  margin-bottom: 16px;
}
.cid-tgeJaKefZd .cards .card .mbr-text {
  color: #606060;
}
@media (max-width: 768px) {
  .cid-tgeJaKefZd .card {
    text-align: left;
  }
  .cid-tgeJaKefZd .card .card-title {
    text-align: left;
  }
}
.cid-tgpIcfLK3n {
  padding-top: 105px;
  padding-bottom: 30px;
  background-color: #102f62;
  background: linear-gradient(0deg, #102f62, #034969);
}
.cid-tgpIcfLK3n ul {
  padding: 0;
  margin: 0;
}
.cid-tgpIcfLK3n ul li {
  list-style: none;
}
.cid-tgpIcfLK3n ul li h4 {
  margin: 0;
}
.cid-tgpIcfLK3n ul li h4.display-4 {
  line-height: 1.75;
}
.cid-tgpIcfLK3n .item {
  color: #cacaca;
}
.cid-tgpIcfLK3n .col-title {
  color: #ffffff;
  text-align: left;
}
.cid-tgpIcfLK3n .col-title.display-2 {
  font-size: 2.1rem;
}
.cid-tgpIcfLK3n .col-title1 {
  margin-bottom: 40px;
}
.cid-tgpIcfLK3n .form-group,
.cid-tgpIcfLK3n .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-tgpIcfLK3n .form-control {
  display: inline-block;
  border: none;
  border-radius: 25px;
  width: 100%;
  padding: 0 25px;
  background: rgba(255, 255, 255, 0.07);
  color: #ffffff;
  margin-right: 10px;
  height: 50px;
  line-height: 50px;
}
.cid-tgpIcfLK3n .form-control::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-tgpIcfLK3n .form-control::-moz-placeholder {
  color: #ffffff;
}
.cid-tgpIcfLK3n .form-control:-moz-placeholder {
  color: #ffffff;
}
.cid-tgpIcfLK3n .form-control:-ms-input-placeholder {
  color: #ffffff;
}
.cid-tgpIcfLK3n .col + .mbr-section-btn .btn,
.cid-tgpIcfLK3n .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 30px !important;
  padding: 14.5px 26px 14.5px !important;
}
.cid-tgpIcfLK3n .col + .mbr-section-btn .btn.display-4,
.cid-tgpIcfLK3n .col-auto + .mbr-section-btn .btn.display-4 {
  font-size: 13px;
}
.cid-tgpIcfLK3n .col + .mbr-section-btn .btn:hover,
.cid-tgpIcfLK3n .col-auto + .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(132, 138, 189, 0.2);
}
.cid-tgpIcfLK3n .dragArea > *:nth-last-child(2).col,
.cid-tgpIcfLK3n .dragArea > *:nth-last-child(2).col-auto,
.cid-tgpIcfLK3n .col + .mbr-section-btn,
.cid-tgpIcfLK3n .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
.cid-tgpIcfLK3n .form1 {
  margin-top: 30px;
}
.cid-tgpIcfLK3n .fill-light-wrapper {
  fill: #ffffff;
  z-index: 2 !important;
  top: 0;
}
@media (max-width: 768px) {
  .cid-tgpIcfLK3n .md-pb {
    margin-bottom: 30px;
  }
}
.cid-tgpIcfLK3n H5 {
  text-align: right;
}
.cid-tgpIcfLK3n P {
  text-align: right;
}
.cid-tgp1JZ3TTe .dropdown-menu {
  padding: 12px 0;
}
.cid-tgp1JZ3TTe .dropdown-item:hover,
.cid-tgp1JZ3TTe .dropdown-item:focus {
  color: white;
  opacity: 0.75;
}
.cid-tgp1JZ3TTe .dropdown-item.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-tgp1JZ3TTe .nav-dropdown .link {
  padding: 40px 24px !important;
  font-weight: 600 !important;
}
.cid-tgp1JZ3TTe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tgp1JZ3TTe .nav-link {
  position: relative;
}
.cid-tgp1JZ3TTe .container {
  display: flex;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
  justify-content: center !important;
}
.cid-tgp1JZ3TTe .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tgp1JZ3TTe .navbar-nav {
  justify-content: center;
  margin-left: auto;
}
.cid-tgp1JZ3TTe .dropdown-menu,
.cid-tgp1JZ3TTe .navbar.opened {
  background: #12566a !important;
}
.cid-tgp1JZ3TTe .nav-item:focus,
.cid-tgp1JZ3TTe .nav-link:focus {
  outline: none;
}
.cid-tgp1JZ3TTe .nav-item:hover .link {
  opacity: 0.75;
  transition: all 200ms ease-in-out;
}
.cid-tgp1JZ3TTe .nav-item .link.display-4 {
  font-size: 14px;
}
.cid-tgp1JZ3TTe .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-tgp1JZ3TTe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tgp1JZ3TTe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tgp1JZ3TTe .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-tgp1JZ3TTe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tgp1JZ3TTe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tgp1JZ3TTe .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #034969;
  background: none;
}
.cid-tgp1JZ3TTe .navbar.opened {
  transition: all 0.3s;
  width: 300px;
  height: 100%;
  padding: 0px 30px 10px 30px;
}
.cid-tgp1JZ3TTe .navbar.opened .container {
  align-self: flex-start;
  margin: 0px;
}
.cid-tgp1JZ3TTe .navbar.opened .container .navbar-brand {
  padding: 3rem 0 2rem;
}
.cid-tgp1JZ3TTe .navbar.opened .container button.navbar-toggler {
  position: absolute;
  top: 1.3rem;
  left: auto;
  right: -0.5rem;
}
.cid-tgp1JZ3TTe .navbar.opened .container button.navbar-toggler .hamburger span {
  width: 15px;
  height: 3px;
}
.cid-tgp1JZ3TTe .navbar.opened .container ul.navbar-nav li {
  margin: 0;
}
.cid-tgp1JZ3TTe .navbar.opened .container ul.navbar-nav li .link {
  justify-content: flex-start;
}
.cid-tgp1JZ3TTe .navbar.opened .container .nav-dropdown .link {
  padding: 14px 42px 14px 0 !important;
}
.cid-tgp1JZ3TTe .navbar .dropdown-item {
  padding: 12px 40px 12px 24px;
}
.cid-tgp1JZ3TTe .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tgp1JZ3TTe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tgp1JZ3TTe .navbar.collapsed .navbar-toggler {
  -webkit-flex-basis: auto;
  flex-basis: auto;
  margin-left: auto;
}
.cid-tgp1JZ3TTe .navbar.collapsed.opened {
  position: fixed;
}
.cid-tgp1JZ3TTe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
  padding-left: 20px;
}
.cid-tgp1JZ3TTe .navbar.collapsed.opened .dropdown-menu .dropdown-item {
  padding: 14px 45px 14px 0 !important;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tgp1JZ3TTe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tgp1JZ3TTe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tgp1JZ3TTe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tgp1JZ3TTe .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-tgp1JZ3TTe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tgp1JZ3TTe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tgp1JZ3TTe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tgp1JZ3TTe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tgp1JZ3TTe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tgp1JZ3TTe .navbar .dropdown-menu {
    padding-left: 20px;
  }
  .cid-tgp1JZ3TTe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tgp1JZ3TTe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tgp1JZ3TTe .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-tgp1JZ3TTe .navbar .dropdown-menu .dropdown-item {
    padding: 14px 45px 14px 0 !important;
    text-align: left;
  }
  .cid-tgp1JZ3TTe .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tgp1JZ3TTe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tgp1JZ3TTe .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-tgp1JZ3TTe .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
    margin-left: auto;
  }
  .cid-tgp1JZ3TTe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tgp1JZ3TTe .navbar.navbar-short {
  background: #034969 !important;
  min-height: 60px;
}
.cid-tgp1JZ3TTe .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tgp1JZ3TTe .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tgp1JZ3TTe .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-tgp1JZ3TTe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tgp1JZ3TTe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tgp1JZ3TTe .dropdown-item.active,
.cid-tgp1JZ3TTe .dropdown-item:active {
  background-color: transparent;
}
.cid-tgp1JZ3TTe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tgp1JZ3TTe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tgp1JZ3TTe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tgp1JZ3TTe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #034969;
}
.cid-tgp1JZ3TTe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tgp1JZ3TTe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tgp1JZ3TTe ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tgp1JZ3TTe .navbar-buttons {
  text-align: center;
}
.cid-tgp1JZ3TTe 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-tgp1JZ3TTe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f9fafb;
}
.cid-tgp1JZ3TTe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tgp1JZ3TTe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tgp1JZ3TTe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tgp1JZ3TTe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tgp1JZ3TTe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tgp1JZ3TTe nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tgp1JZ3TTe nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tgp1JZ3TTe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tgp1JZ3TTe .navbar-dropdown {
  position: fixed;
}
.cid-tgp1JZ3TTe a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tgp1JZ3TTe .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-tgp1JZ3TTe .icons-menu span {
  font-size: 22px;
  color: #ffffff;
  transition: all 200ms ease-in-out;
}
.cid-tgp1JZ3TTe .icons-menu span:hover {
  opacity: 0.7;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tgp1JZ3TTe .navbar {
    height: 77px;
  }
  .cid-tgp1JZ3TTe .navbar.opened {
    height: auto;
  }
  .cid-tgp1JZ3TTe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tgp1JZzkpK {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #034969;
  overflow: hidden;
}
.cid-tgp1JZzkpK svg {
  fill: #ffffff !important;
  pointer-events: none;
}
.cid-tgp1JZzkpK #e2_shape {
  fill: #ffffff !important;
}
.cid-tgp1JZzkpK .mbr-section-title.display-1 {
  line-height: 1.24;
}
.cid-tgp1JZzkpK .mbr-text {
  font-weight: 300;
}
.cid-tgp1JZzkpK .mbr-text.display-5 {
  font-size: 24px;
  line-height: 1.416;
}
.cid-tgp1JZzkpK .btn-white {
  color: #404040 !important;
}
.cid-tgp1JZzkpK .btn.display-4 {
  font-size: 14px;
  line-height: 1;
  padding: 21px 30px 20px;
}
.cid-tgp1JZzkpK .btn.display-4 .mbr-iconfont {
  font-size: 0.9rem;
  margin-right: 5px;
}
@media (max-width: 991px) {
  .cid-tgp1JZzkpK .img-wrap {
    display: none;
  }
}
@media (max-width: 768px) {
  .cid-tgp1JZzkpK {
    padding: 30px;
  }
  .cid-tgp1JZzkpK svg {
    display: none;
  }
}
.cid-tgp1JZzkpK .mbr-section-title,
.cid-tgp1JZzkpK .mbr-section-btn {
  text-align: center;
}
.cid-tgp1JZzkpK .mbr-text,
.cid-tgp1JZzkpK .mbr-section-btn {
  text-align: center;
}
.cid-tgqxiHLd4R {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tgqxiHLd4R .mbr-section-subtitle {
  color: #999999;
  text-align: center;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-tgqxiHLd4R .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #034969;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-tgqxiHLd4R .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-tgqxiHLd4R .mbr-section-title {
  margin: 0;
  font-weight: 500;
}
.cid-tgqxiHLd4R .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-tgqxiHLd4R .main-wrapper {
  padding: 56px 0 0 0;
}
.cid-tgqxiHLd4R .main-wrapper .icon-main {
  margin: 1rem 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  padding: 0;
  transition: all 0.3s ease-in-out 0s;
}
.cid-tgqxiHLd4R .main-wrapper .icon-main .process-icon,
.cid-tgqxiHLd4R .main-wrapper .icon-main .process-icon-without-before {
  width: 100%;
  padding-bottom: 2rem;
}
.cid-tgqxiHLd4R .main-wrapper .icon-main .process-icon .wrapper,
.cid-tgqxiHLd4R .main-wrapper .icon-main .process-icon-without-before .wrapper,
.cid-tgqxiHLd4R .main-wrapper .icon-main .process-icon .wrapper-without-before,
.cid-tgqxiHLd4R .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before {
  position: relative;
  margin-bottom: 20px;
}
.cid-tgqxiHLd4R .main-wrapper .icon-main .process-icon .wrapper .icon-container,
.cid-tgqxiHLd4R .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container,
.cid-tgqxiHLd4R .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container,
.cid-tgqxiHLd4R .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container {
  display: inline-flex;
  position: relative;
}
.cid-tgqxiHLd4R .main-wrapper .icon-main .process-icon .wrapper .icon-container a,
.cid-tgqxiHLd4R .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container a,
.cid-tgqxiHLd4R .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container a,
.cid-tgqxiHLd4R .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container a {
  display: inherit;
}
.cid-tgqxiHLd4R .main-wrapper .icon-main .process-icon .wrapper .icon-container a .icon-wrapper,
.cid-tgqxiHLd4R .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container a .icon-wrapper,
.cid-tgqxiHLd4R .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container a .icon-wrapper,
.cid-tgqxiHLd4R .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container a .icon-wrapper {
  position: relative;
  z-index: 1;
  padding: 24px;
  height: 80px;
  margin: 0 auto;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 50%;
  font-size: 32px;
  line-height: 1;
  color: #ffffff;
  font-weight: normal;
  width: 80px;
}
.cid-tgqxiHLd4R .main-wrapper .icon-main .process-icon .wrapper .icon-container a .icon-wrapper.icon1,
.cid-tgqxiHLd4R .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container a .icon-wrapper.icon1,
.cid-tgqxiHLd4R .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container a .icon-wrapper.icon1,
.cid-tgqxiHLd4R .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container a .icon-wrapper.icon1 {
  background-color: rgba(212, 158, 51, 0.3);
  color: #d49e33;
}
.cid-tgqxiHLd4R .main-wrapper .icon-main .process-icon .wrapper .icon-container a .icon-wrapper.icon2,
.cid-tgqxiHLd4R .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container a .icon-wrapper.icon2,
.cid-tgqxiHLd4R .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container a .icon-wrapper.icon2,
.cid-tgqxiHLd4R .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container a .icon-wrapper.icon2 {
  background-color: rgba(92, 167, 219, 0.3);
  color: #5ca7db;
}
.cid-tgqxiHLd4R .main-wrapper .icon-main .process-icon .wrapper .icon-container a .icon-wrapper.icon3,
.cid-tgqxiHLd4R .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container a .icon-wrapper.icon3,
.cid-tgqxiHLd4R .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container a .icon-wrapper.icon3,
.cid-tgqxiHLd4R .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container a .icon-wrapper.icon3 {
  background-color: rgba(88, 179, 154, 0.3);
  color: #58b39a;
}
.cid-tgqxiHLd4R .main-wrapper .icon-main .process-icon .wrapper .icon-container a .icon-wrapper.icon4,
.cid-tgqxiHLd4R .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container a .icon-wrapper.icon4,
.cid-tgqxiHLd4R .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container a .icon-wrapper.icon4,
.cid-tgqxiHLd4R .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container a .icon-wrapper.icon4 {
  background-color: rgba(215, 89, 89, 0.3);
  color: #d75959;
}
.cid-tgqxiHLd4R .main-wrapper .icon-main .process-icon .wrapper .icon-container .step,
.cid-tgqxiHLd4R .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container .step,
.cid-tgqxiHLd4R .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container .step,
.cid-tgqxiHLd4R .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container .step {
  position: absolute;
  bottom: -3px;
  left: 11px;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  font-size: 11px;
  line-height: normal;
  font-weight: 500;
  z-index: 2;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  text-align: center;
  color: #ffffff;
}
.cid-tgqxiHLd4R .main-wrapper .icon-main .process-icon .wrapper .icon-container .step_1,
.cid-tgqxiHLd4R .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container .step_1,
.cid-tgqxiHLd4R .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container .step_1,
.cid-tgqxiHLd4R .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container .step_1 {
  background: #d49e33;
}
.cid-tgqxiHLd4R .main-wrapper .icon-main .process-icon .wrapper .icon-container .step_2,
.cid-tgqxiHLd4R .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container .step_2,
.cid-tgqxiHLd4R .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container .step_2,
.cid-tgqxiHLd4R .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container .step_2 {
  background: #5ca7db;
}
.cid-tgqxiHLd4R .main-wrapper .icon-main .process-icon .wrapper .icon-container .step_3,
.cid-tgqxiHLd4R .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container .step_3,
.cid-tgqxiHLd4R .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container .step_3,
.cid-tgqxiHLd4R .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container .step_3 {
  background: #58b39a;
}
.cid-tgqxiHLd4R .main-wrapper .icon-main .process-icon .wrapper .icon-container .step_4,
.cid-tgqxiHLd4R .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container .step_4,
.cid-tgqxiHLd4R .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container .step_4,
.cid-tgqxiHLd4R .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container .step_4 {
  background: #d75959;
}
.cid-tgqxiHLd4R .main-wrapper .icon-main .process-icon .subicon-title,
.cid-tgqxiHLd4R .main-wrapper .icon-main .process-icon-without-before .subicon-title {
  color: #404040;
  text-align: center;
  padding-left: 1rem;
  padding-right: 1rem;
  font-weight: 600;
  margin-bottom: 12px;
}
.cid-tgqxiHLd4R .main-wrapper .icon-main .process-icon .subicon-text,
.cid-tgqxiHLd4R .main-wrapper .icon-main .process-icon-without-before .subicon-text {
  padding-left: 1rem;
  padding-right: 1rem;
  color: #606060;
  font-weight: 600;
}
@media (max-width: 767px) {
  .cid-tgqxiHLd4R .wrapper::before {
    display: none;
  }
}
@media (max-width: 991px) {
  .cid-tgqxiHLd4R .third-elem .wrapper:before {
    display: none;
  }
}
.cid-tgpITWxHEn {
  padding-top: 105px;
  padding-bottom: 30px;
  background-color: #102f62;
  background: linear-gradient(0deg, #102f62, #034969);
}
.cid-tgpITWxHEn ul {
  padding: 0;
  margin: 0;
}
.cid-tgpITWxHEn ul li {
  list-style: none;
}
.cid-tgpITWxHEn ul li h4 {
  margin: 0;
}
.cid-tgpITWxHEn ul li h4.display-4 {
  line-height: 1.75;
}
.cid-tgpITWxHEn .item {
  color: #cacaca;
}
.cid-tgpITWxHEn .col-title {
  color: #ffffff;
  text-align: left;
}
.cid-tgpITWxHEn .col-title.display-2 {
  font-size: 2.1rem;
}
.cid-tgpITWxHEn .col-title1 {
  margin-bottom: 40px;
}
.cid-tgpITWxHEn .form-group,
.cid-tgpITWxHEn .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-tgpITWxHEn .form-control {
  display: inline-block;
  border: none;
  border-radius: 25px;
  width: 100%;
  padding: 0 25px;
  background: rgba(255, 255, 255, 0.07);
  color: #ffffff;
  margin-right: 10px;
  height: 50px;
  line-height: 50px;
}
.cid-tgpITWxHEn .form-control::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-tgpITWxHEn .form-control::-moz-placeholder {
  color: #ffffff;
}
.cid-tgpITWxHEn .form-control:-moz-placeholder {
  color: #ffffff;
}
.cid-tgpITWxHEn .form-control:-ms-input-placeholder {
  color: #ffffff;
}
.cid-tgpITWxHEn .col + .mbr-section-btn .btn,
.cid-tgpITWxHEn .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 30px !important;
  padding: 14.5px 26px 14.5px !important;
}
.cid-tgpITWxHEn .col + .mbr-section-btn .btn.display-4,
.cid-tgpITWxHEn .col-auto + .mbr-section-btn .btn.display-4 {
  font-size: 13px;
}
.cid-tgpITWxHEn .col + .mbr-section-btn .btn:hover,
.cid-tgpITWxHEn .col-auto + .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(132, 138, 189, 0.2);
}
.cid-tgpITWxHEn .dragArea > *:nth-last-child(2).col,
.cid-tgpITWxHEn .dragArea > *:nth-last-child(2).col-auto,
.cid-tgpITWxHEn .col + .mbr-section-btn,
.cid-tgpITWxHEn .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
.cid-tgpITWxHEn .form1 {
  margin-top: 30px;
}
.cid-tgpITWxHEn .fill-light-wrapper {
  fill: #ffffff;
  z-index: 2 !important;
  top: 0;
}
@media (max-width: 768px) {
  .cid-tgpITWxHEn .md-pb {
    margin-bottom: 30px;
  }
}
.cid-tgpITWxHEn H5 {
  text-align: right;
}
.cid-tgpITWxHEn P {
  text-align: right;
}
.cid-tgpKczG3qm .dropdown-menu {
  padding: 12px 0;
}
.cid-tgpKczG3qm .dropdown-item:hover,
.cid-tgpKczG3qm .dropdown-item:focus {
  color: white;
  opacity: 0.75;
}
.cid-tgpKczG3qm .dropdown-item.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-tgpKczG3qm .nav-dropdown .link {
  padding: 40px 24px !important;
  font-weight: 600 !important;
}
.cid-tgpKczG3qm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tgpKczG3qm .nav-link {
  position: relative;
}
.cid-tgpKczG3qm .container {
  display: flex;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
  justify-content: center !important;
}
.cid-tgpKczG3qm .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tgpKczG3qm .navbar-nav {
  justify-content: center;
  margin-left: auto;
}
.cid-tgpKczG3qm .dropdown-menu,
.cid-tgpKczG3qm .navbar.opened {
  background: #12566a !important;
}
.cid-tgpKczG3qm .nav-item:focus,
.cid-tgpKczG3qm .nav-link:focus {
  outline: none;
}
.cid-tgpKczG3qm .nav-item:hover .link {
  opacity: 0.75;
  transition: all 200ms ease-in-out;
}
.cid-tgpKczG3qm .nav-item .link.display-4 {
  font-size: 14px;
}
.cid-tgpKczG3qm .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-tgpKczG3qm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tgpKczG3qm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tgpKczG3qm .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-tgpKczG3qm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tgpKczG3qm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tgpKczG3qm .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #034969;
  background: none;
}
.cid-tgpKczG3qm .navbar.opened {
  transition: all 0.3s;
  width: 300px;
  height: 100%;
  padding: 0px 30px 10px 30px;
}
.cid-tgpKczG3qm .navbar.opened .container {
  align-self: flex-start;
  margin: 0px;
}
.cid-tgpKczG3qm .navbar.opened .container .navbar-brand {
  padding: 3rem 0 2rem;
}
.cid-tgpKczG3qm .navbar.opened .container button.navbar-toggler {
  position: absolute;
  top: 1.3rem;
  left: auto;
  right: -0.5rem;
}
.cid-tgpKczG3qm .navbar.opened .container button.navbar-toggler .hamburger span {
  width: 15px;
  height: 3px;
}
.cid-tgpKczG3qm .navbar.opened .container ul.navbar-nav li {
  margin: 0;
}
.cid-tgpKczG3qm .navbar.opened .container ul.navbar-nav li .link {
  justify-content: flex-start;
}
.cid-tgpKczG3qm .navbar.opened .container .nav-dropdown .link {
  padding: 14px 42px 14px 0 !important;
}
.cid-tgpKczG3qm .navbar .dropdown-item {
  padding: 12px 40px 12px 24px;
}
.cid-tgpKczG3qm .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tgpKczG3qm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tgpKczG3qm .navbar.collapsed .navbar-toggler {
  -webkit-flex-basis: auto;
  flex-basis: auto;
  margin-left: auto;
}
.cid-tgpKczG3qm .navbar.collapsed.opened {
  position: fixed;
}
.cid-tgpKczG3qm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
  padding-left: 20px;
}
.cid-tgpKczG3qm .navbar.collapsed.opened .dropdown-menu .dropdown-item {
  padding: 14px 45px 14px 0 !important;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tgpKczG3qm .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tgpKczG3qm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tgpKczG3qm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tgpKczG3qm .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-tgpKczG3qm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tgpKczG3qm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tgpKczG3qm .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tgpKczG3qm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tgpKczG3qm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tgpKczG3qm .navbar .dropdown-menu {
    padding-left: 20px;
  }
  .cid-tgpKczG3qm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tgpKczG3qm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tgpKczG3qm .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-tgpKczG3qm .navbar .dropdown-menu .dropdown-item {
    padding: 14px 45px 14px 0 !important;
    text-align: left;
  }
  .cid-tgpKczG3qm .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tgpKczG3qm .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tgpKczG3qm .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-tgpKczG3qm .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
    margin-left: auto;
  }
  .cid-tgpKczG3qm .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tgpKczG3qm .navbar.navbar-short {
  background: #034969 !important;
  min-height: 60px;
}
.cid-tgpKczG3qm .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tgpKczG3qm .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tgpKczG3qm .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-tgpKczG3qm .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tgpKczG3qm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tgpKczG3qm .dropdown-item.active,
.cid-tgpKczG3qm .dropdown-item:active {
  background-color: transparent;
}
.cid-tgpKczG3qm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tgpKczG3qm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tgpKczG3qm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tgpKczG3qm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #034969;
}
.cid-tgpKczG3qm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tgpKczG3qm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tgpKczG3qm ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tgpKczG3qm .navbar-buttons {
  text-align: center;
}
.cid-tgpKczG3qm 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-tgpKczG3qm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f9fafb;
}
.cid-tgpKczG3qm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tgpKczG3qm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tgpKczG3qm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tgpKczG3qm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tgpKczG3qm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tgpKczG3qm nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tgpKczG3qm nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tgpKczG3qm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tgpKczG3qm .navbar-dropdown {
  position: fixed;
}
.cid-tgpKczG3qm a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tgpKczG3qm .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-tgpKczG3qm .icons-menu span {
  font-size: 22px;
  color: #ffffff;
  transition: all 200ms ease-in-out;
}
.cid-tgpKczG3qm .icons-menu span:hover {
  opacity: 0.7;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tgpKczG3qm .navbar {
    height: 77px;
  }
  .cid-tgpKczG3qm .navbar.opened {
    height: auto;
  }
  .cid-tgpKczG3qm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tgpKmqrorV {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #034969;
}
.cid-tgpKmqrorV .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #034969;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 16px;
}
.cid-tgpKmqrorV .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-tgpKmqrorV .main-title {
  color: #404040;
  margin-bottom: 26px;
}
.cid-tgpKmqrorV .main-title.display-2 {
  line-height: 1.375;
}
.cid-tgpKmqrorV .mbr-section-subtitle {
  color: #5f86be;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-tgpKmqrorV .mbr-text {
  color: #606060;
}
.cid-tgpKmqrorV .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-tgpKmqrorV .mbr-section-btn {
  margin-top: 24px;
}
.cid-tgpKmqrorV .mbr-section-btn .btn {
  margin-left: 14.1px;
  padding: 18px 26px;
}
.cid-tgpKmqrorV .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-tgpKmqrorV .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-tgpKcC38FJ {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #034969;
}
.cid-tgpKcC38FJ h2,
.cid-tgpKcC38FJ h3,
.cid-tgpKcC38FJ h4,
.cid-tgpKcC38FJ p {
  color: #ffffff;
}
.cid-tgpKcC38FJ .mbr-overlay {
  z-index: -1;
}
.cid-tgpKcC38FJ .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-tgpKcC38FJ .form-control {
  box-shadow: none;
  margin-bottom: 15px;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: .25rem;
}
.cid-tgpKcC38FJ .form-control:focus,
.cid-tgpKcC38FJ .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-tgpKcC38FJ .form-group {
  margin-bottom: 1rem;
}
.cid-tgpKcC38FJ input::-webkit-input-placeholder,
.cid-tgpKcC38FJ textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-tgpKcC38FJ input:-moz-placeholder,
.cid-tgpKcC38FJ textarea:-moz-placeholder {
  color: #656565;
}
.cid-tgpKcC38FJ .jq-selectbox li,
.cid-tgpKcC38FJ .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-tgpKcC38FJ .jq-selectbox li:hover,
.cid-tgpKcC38FJ .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-tgpKcC38FJ .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-tgpKcC38FJ .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-tgpKcC38FJ .subtext {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.cid-tgpKcC38FJ .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-tgpKcC38FJ .mbr-text {
  color: #767676;
}
.cid-tgpKcC38FJ .form-block {
  padding: 3rem;
  position: relative;
}
.cid-tgpKcC38FJ .form-block .bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #2c1616;
  opacity: 0.5;
  z-index: 0;
}
.cid-tgpKcC38FJ .form-block .form-wrap {
  position: relative;
  z-index: 1;
}
.cid-tgpKcC38FJ a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-tgpKcC38FJ .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-tgpKcC38FJ .input-group-btn {
  display: block;
  text-align: center;
}
.cid-tgpKcC38FJ textarea.form-control {
  resize: none;
}
@media (min-width: 768px) {
  .cid-tgpKcC38FJ .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-tgpKcC38FJ .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .cid-tgpKcC38FJ .google-map {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tgpKcC38FJ h2 {
    padding-top: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-tgpKcC38FJ .block-content {
    padding: 0;
  }
  .cid-tgpKcC38FJ .form-block {
    padding: 1rem;
  }
}
.cid-tgpKcCq0yB {
  padding-top: 15px;
  padding-bottom: 105px;
  overflow: hidden;
  background-color: #034969;
}
.cid-tgpKcCq0yB .card-title {
  margin: 0;
}
.cid-tgpKcCq0yB .card-img,
.cid-tgpKcCq0yB .card-box {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tgpKcCq0yB svg {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translate(-50%) scale(1.5, 1.4);
  overflow: hidden;
  pointer-events: none;
}
.cid-tgpKcCq0yB #e2_shape {
  fill: #ffffff !important;
}
.cid-tgpKcCq0yB .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #034969;
  background-color: rgba(255, 255, 255, 0.15);
  margin-bottom: 26px;
}
.cid-tgpKcCq0yB .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-tgpKcCq0yB .mbr-section-subtitle {
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-tgpKcCq0yB .mbr-section-title {
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 21px;
}
.cid-tgpKcCq0yB .card {
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tgpKcCq0yB .card .card-img {
  width: 20%;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tgpKcCq0yB .card .card-box {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tgpKcCq0yB .card .card-box .card-title {
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 12px;
}
.cid-tgpKcCq0yB .card .card-box .card-title.display-7 {
  line-height: 1.3;
}
.cid-tgpKcCq0yB .card .card-box .mbr-text {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-tgpKcCq0yB .card .card-box .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-tgpKcCq0yB .card .card-img span {
  color: #3c71d3;
  font-size: 38px;
  font-weight: 900;
}
@media (max-width: 767px) {
  .cid-tgpKcCq0yB .card {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tgpKcCq0yB .card .card-img {
    width: 100%;
    padding-bottom: 1.5rem;
  }
  .cid-tgpKcCq0yB .card .card-box {
    width: 100%;
    padding-left: 0;
  }
  .cid-tgpKcCq0yB .card .card-box .card-title,
  .cid-tgpKcCq0yB .card .card-box .mbr-text,
  .cid-tgpKcCq0yB .card .card-box .link {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .cid-tgpKcCq0yB .card {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .cid-tgpKcCq0yB .card .card-img {
    text-align: right !important;
  }
}
.cid-tgpKcD411v {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tgpKcD411v .container-fluid {
  padding: 0 3rem;
}
.cid-tgpKcD411v .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #034969 50%, #3c71d3 120%);
  display: inline-block;
}
.cid-tgpKcD411v .panel-group {
  width: 100%;
  margin: 2rem auto;
  margin-top: 0;
}
.cid-tgpKcD411v .header-text {
  padding: 2rem 1rem !important;
}
.cid-tgpKcD411v .card {
  border-radius: 25px !important;
  background: #ffffff;
  margin-bottom: 1rem;
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-tgpKcD411v .card .card-header {
  border-radius: 25px;
  border: 0px;
  padding: 0;
  background-color: transparent !important;
}
.cid-tgpKcD411v .card .card-header a.panel-title {
  transition: all .3s;
  border-radius: 25px 25px 0 0;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
  padding-right: 2rem;
}
.cid-tgpKcD411v .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tgpKcD411v .card .card-header a.panel-title:hover .sign {
  background-color: #0f7699 !important;
}
.cid-tgpKcD411v .card .card-header a.panel-title .sign {
  position: absolute;
  right: 0;
  top: -1px;
  bottom: 0;
  border-radius: 0 25px 25px 0;
  background-color: #004767;
  padding: 2rem;
  padding-top: 36px;
  color: #ffffff;
}
.cid-tgpKcD411v .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-tgpKcD411v .card .card-header a.collapsed {
  border-radius: 25px;
}
.cid-tgpKcD411v .card .panel-body {
  width: calc(100% - 80px);
  border-radius: 0 0 0 25px;
}
@media (max-width: 767px) {
  .cid-tgpKcD411v .container-fluid {
    padding: 0 1rem;
  }
  .cid-tgpKcD411v .header-text {
    padding: 1rem !important;
  }
  .cid-tgpKcD411v .sign {
    padding: 16px !important;
    padding-top: 22px !important;
  }
  .cid-tgpKcD411v .panel-body {
    width: calc(100% - 48px);
  }
  .cid-tgpKcD411v .panel-group {
    padding: 0;
  }
}
.cid-tgpKcD411v .header-text,
.cid-tgpKcD411v .sign {
  color: #232323;
}
.cid-tgpKcD411v .mbr-section-title,
.cid-tgpKcD411v .underline {
  color: #004767;
}
.cid-tgpKcDJdWQ {
  padding-top: 105px;
  padding-bottom: 30px;
  background-color: #102f62;
  background: linear-gradient(0deg, #102f62, #034969);
}
.cid-tgpKcDJdWQ ul {
  padding: 0;
  margin: 0;
}
.cid-tgpKcDJdWQ ul li {
  list-style: none;
}
.cid-tgpKcDJdWQ ul li h4 {
  margin: 0;
}
.cid-tgpKcDJdWQ ul li h4.display-4 {
  line-height: 1.75;
}
.cid-tgpKcDJdWQ .item {
  color: #cacaca;
}
.cid-tgpKcDJdWQ .col-title {
  color: #ffffff;
  text-align: left;
}
.cid-tgpKcDJdWQ .col-title.display-2 {
  font-size: 2.1rem;
}
.cid-tgpKcDJdWQ .col-title1 {
  margin-bottom: 40px;
}
.cid-tgpKcDJdWQ .form-group,
.cid-tgpKcDJdWQ .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-tgpKcDJdWQ .form-control {
  display: inline-block;
  border: none;
  border-radius: 25px;
  width: 100%;
  padding: 0 25px;
  background: rgba(255, 255, 255, 0.07);
  color: #ffffff;
  margin-right: 10px;
  height: 50px;
  line-height: 50px;
}
.cid-tgpKcDJdWQ .form-control::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-tgpKcDJdWQ .form-control::-moz-placeholder {
  color: #ffffff;
}
.cid-tgpKcDJdWQ .form-control:-moz-placeholder {
  color: #ffffff;
}
.cid-tgpKcDJdWQ .form-control:-ms-input-placeholder {
  color: #ffffff;
}
.cid-tgpKcDJdWQ .col + .mbr-section-btn .btn,
.cid-tgpKcDJdWQ .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 30px !important;
  padding: 14.5px 26px 14.5px !important;
}
.cid-tgpKcDJdWQ .col + .mbr-section-btn .btn.display-4,
.cid-tgpKcDJdWQ .col-auto + .mbr-section-btn .btn.display-4 {
  font-size: 13px;
}
.cid-tgpKcDJdWQ .col + .mbr-section-btn .btn:hover,
.cid-tgpKcDJdWQ .col-auto + .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(132, 138, 189, 0.2);
}
.cid-tgpKcDJdWQ .dragArea > *:nth-last-child(2).col,
.cid-tgpKcDJdWQ .dragArea > *:nth-last-child(2).col-auto,
.cid-tgpKcDJdWQ .col + .mbr-section-btn,
.cid-tgpKcDJdWQ .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
.cid-tgpKcDJdWQ .form1 {
  margin-top: 30px;
}
.cid-tgpKcDJdWQ .fill-light-wrapper {
  fill: #ffffff;
  z-index: 2 !important;
  top: 0;
}
@media (max-width: 768px) {
  .cid-tgpKcDJdWQ .md-pb {
    margin-bottom: 30px;
  }
}
.cid-tgpKcDJdWQ H5 {
  text-align: right;
}
.cid-tgpKcDJdWQ P {
  text-align: right;
}
.cid-tgx9NwPRj7 .dropdown-menu {
  padding: 12px 0;
}
.cid-tgx9NwPRj7 .dropdown-item:hover,
.cid-tgx9NwPRj7 .dropdown-item:focus {
  color: white;
  opacity: 0.75;
}
.cid-tgx9NwPRj7 .dropdown-item.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-tgx9NwPRj7 .nav-dropdown .link {
  padding: 40px 24px !important;
  font-weight: 600 !important;
}
.cid-tgx9NwPRj7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tgx9NwPRj7 .nav-link {
  position: relative;
}
.cid-tgx9NwPRj7 .container {
  display: flex;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
  justify-content: center !important;
}
.cid-tgx9NwPRj7 .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tgx9NwPRj7 .navbar-nav {
  justify-content: center;
  margin-left: auto;
}
.cid-tgx9NwPRj7 .dropdown-menu,
.cid-tgx9NwPRj7 .navbar.opened {
  background: #12566a !important;
}
.cid-tgx9NwPRj7 .nav-item:focus,
.cid-tgx9NwPRj7 .nav-link:focus {
  outline: none;
}
.cid-tgx9NwPRj7 .nav-item:hover .link {
  opacity: 0.75;
  transition: all 200ms ease-in-out;
}
.cid-tgx9NwPRj7 .nav-item .link.display-4 {
  font-size: 14px;
}
.cid-tgx9NwPRj7 .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-tgx9NwPRj7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tgx9NwPRj7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tgx9NwPRj7 .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-tgx9NwPRj7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tgx9NwPRj7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tgx9NwPRj7 .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #034969;
  background: none;
}
.cid-tgx9NwPRj7 .navbar.opened {
  transition: all 0.3s;
  width: 300px;
  height: 100%;
  padding: 0px 30px 10px 30px;
}
.cid-tgx9NwPRj7 .navbar.opened .container {
  align-self: flex-start;
  margin: 0px;
}
.cid-tgx9NwPRj7 .navbar.opened .container .navbar-brand {
  padding: 3rem 0 2rem;
}
.cid-tgx9NwPRj7 .navbar.opened .container button.navbar-toggler {
  position: absolute;
  top: 1.3rem;
  left: auto;
  right: -0.5rem;
}
.cid-tgx9NwPRj7 .navbar.opened .container button.navbar-toggler .hamburger span {
  width: 15px;
  height: 3px;
}
.cid-tgx9NwPRj7 .navbar.opened .container ul.navbar-nav li {
  margin: 0;
}
.cid-tgx9NwPRj7 .navbar.opened .container ul.navbar-nav li .link {
  justify-content: flex-start;
}
.cid-tgx9NwPRj7 .navbar.opened .container .nav-dropdown .link {
  padding: 14px 42px 14px 0 !important;
}
.cid-tgx9NwPRj7 .navbar .dropdown-item {
  padding: 12px 40px 12px 24px;
}
.cid-tgx9NwPRj7 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tgx9NwPRj7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tgx9NwPRj7 .navbar.collapsed .navbar-toggler {
  -webkit-flex-basis: auto;
  flex-basis: auto;
  margin-left: auto;
}
.cid-tgx9NwPRj7 .navbar.collapsed.opened {
  position: fixed;
}
.cid-tgx9NwPRj7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
  padding-left: 20px;
}
.cid-tgx9NwPRj7 .navbar.collapsed.opened .dropdown-menu .dropdown-item {
  padding: 14px 45px 14px 0 !important;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tgx9NwPRj7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tgx9NwPRj7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tgx9NwPRj7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tgx9NwPRj7 .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-tgx9NwPRj7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tgx9NwPRj7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tgx9NwPRj7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tgx9NwPRj7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tgx9NwPRj7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tgx9NwPRj7 .navbar .dropdown-menu {
    padding-left: 20px;
  }
  .cid-tgx9NwPRj7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tgx9NwPRj7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tgx9NwPRj7 .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-tgx9NwPRj7 .navbar .dropdown-menu .dropdown-item {
    padding: 14px 45px 14px 0 !important;
    text-align: left;
  }
  .cid-tgx9NwPRj7 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tgx9NwPRj7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tgx9NwPRj7 .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-tgx9NwPRj7 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
    margin-left: auto;
  }
  .cid-tgx9NwPRj7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tgx9NwPRj7 .navbar.navbar-short {
  background: #034969 !important;
  min-height: 60px;
}
.cid-tgx9NwPRj7 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tgx9NwPRj7 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tgx9NwPRj7 .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-tgx9NwPRj7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tgx9NwPRj7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tgx9NwPRj7 .dropdown-item.active,
.cid-tgx9NwPRj7 .dropdown-item:active {
  background-color: transparent;
}
.cid-tgx9NwPRj7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tgx9NwPRj7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tgx9NwPRj7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tgx9NwPRj7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #034969;
}
.cid-tgx9NwPRj7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tgx9NwPRj7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tgx9NwPRj7 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tgx9NwPRj7 .navbar-buttons {
  text-align: center;
}
.cid-tgx9NwPRj7 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-tgx9NwPRj7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f9fafb;
}
.cid-tgx9NwPRj7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tgx9NwPRj7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tgx9NwPRj7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tgx9NwPRj7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tgx9NwPRj7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tgx9NwPRj7 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tgx9NwPRj7 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tgx9NwPRj7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tgx9NwPRj7 .navbar-dropdown {
  position: fixed;
}
.cid-tgx9NwPRj7 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tgx9NwPRj7 .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-tgx9NwPRj7 .icons-menu span {
  font-size: 22px;
  color: #ffffff;
  transition: all 200ms ease-in-out;
}
.cid-tgx9NwPRj7 .icons-menu span:hover {
  opacity: 0.7;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tgx9NwPRj7 .navbar {
    height: 77px;
  }
  .cid-tgx9NwPRj7 .navbar.opened {
    height: auto;
  }
  .cid-tgx9NwPRj7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tgx9NxjlI7 {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #034969;
  overflow: hidden;
}
.cid-tgx9NxjlI7 svg {
  fill: #ffffff !important;
  pointer-events: none;
}
.cid-tgx9NxjlI7 #e2_shape {
  fill: #ffffff !important;
}
.cid-tgx9NxjlI7 .mbr-section-title.display-1 {
  line-height: 1.24;
}
.cid-tgx9NxjlI7 .mbr-text {
  font-weight: 300;
}
.cid-tgx9NxjlI7 .mbr-text.display-5 {
  font-size: 24px;
  line-height: 1.416;
}
.cid-tgx9NxjlI7 .btn-white {
  color: #404040 !important;
}
.cid-tgx9NxjlI7 .btn.display-4 {
  font-size: 14px;
  line-height: 1;
  padding: 21px 30px 20px;
}
.cid-tgx9NxjlI7 .btn.display-4 .mbr-iconfont {
  font-size: 0.9rem;
  margin-right: 5px;
}
@media (max-width: 991px) {
  .cid-tgx9NxjlI7 .img-wrap {
    display: none;
  }
}
@media (max-width: 768px) {
  .cid-tgx9NxjlI7 {
    padding: 30px;
  }
  .cid-tgx9NxjlI7 svg {
    display: none;
  }
}
.cid-tgx9NxjlI7 .mbr-section-title,
.cid-tgx9NxjlI7 .mbr-section-btn {
  text-align: center;
}
.cid-tgx9NxjlI7 .mbr-text,
.cid-tgx9NxjlI7 .mbr-section-btn {
  text-align: center;
}
.cid-tgx9NxC4Te {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tgx9NxC4Te .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #034969;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 16px;
}
.cid-tgx9NxC4Te .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-tgx9NxC4Te .main-title {
  color: #404040;
  margin-bottom: 26px;
}
.cid-tgx9NxC4Te .main-title.display-2 {
  line-height: 1.375;
}
.cid-tgx9NxC4Te .mbr-section-subtitle {
  color: #5f86be;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-tgx9NxC4Te .mbr-text {
  color: #606060;
}
.cid-tgx9NxC4Te .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-tgx9NxC4Te .mbr-section-btn {
  margin-top: 24px;
}
.cid-tgx9NxC4Te .mbr-section-btn .btn {
  margin-left: 14.1px;
  padding: 18px 26px;
}
.cid-tgx9NxC4Te .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-tgx9NxC4Te .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-tgx9NxC4Te .mbr-text,
.cid-tgx9NxC4Te .mbr-section-btn {
  text-align: left;
}
.cid-tgxaxfq1P2 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tgxaxfq1P2 .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #034969;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 16px;
}
.cid-tgxaxfq1P2 .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-tgxaxfq1P2 .main-title {
  color: #404040;
  margin-bottom: 26px;
}
.cid-tgxaxfq1P2 .main-title.display-2 {
  line-height: 1.375;
}
.cid-tgxaxfq1P2 .mbr-section-subtitle {
  color: #5f86be;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-tgxaxfq1P2 .mbr-text {
  color: #606060;
}
.cid-tgxaxfq1P2 .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-tgxaxfq1P2 .mbr-section-btn {
  margin-top: 24px;
}
.cid-tgxaxfq1P2 .mbr-section-btn .btn {
  margin-left: 14.1px;
  padding: 18px 26px;
}
.cid-tgxaxfq1P2 .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-tgxaxfq1P2 .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-tgxaPcQSzO {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tgxaPcQSzO .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #034969;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 16px;
}
.cid-tgxaPcQSzO .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-tgxaPcQSzO .main-title {
  color: #404040;
  margin-bottom: 26px;
}
.cid-tgxaPcQSzO .main-title.display-2 {
  line-height: 1.375;
}
.cid-tgxaPcQSzO .mbr-section-subtitle {
  color: #5f86be;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-tgxaPcQSzO .mbr-text {
  color: #606060;
}
.cid-tgxaPcQSzO .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-tgxaPcQSzO .mbr-section-btn {
  margin-top: 24px;
}
.cid-tgxaPcQSzO .mbr-section-btn .btn {
  margin-left: 14.1px;
  padding: 18px 26px;
}
.cid-tgxaPcQSzO .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-tgxaPcQSzO .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-tgx9NxTwj0 {
  padding-top: 105px;
  padding-bottom: 30px;
  background-color: #102f62;
  background: linear-gradient(0deg, #102f62, #034969);
}
.cid-tgx9NxTwj0 ul {
  padding: 0;
  margin: 0;
}
.cid-tgx9NxTwj0 ul li {
  list-style: none;
}
.cid-tgx9NxTwj0 ul li h4 {
  margin: 0;
}
.cid-tgx9NxTwj0 ul li h4.display-4 {
  line-height: 1.75;
}
.cid-tgx9NxTwj0 .item {
  color: #cacaca;
}
.cid-tgx9NxTwj0 .col-title {
  color: #ffffff;
  text-align: left;
}
.cid-tgx9NxTwj0 .col-title.display-2 {
  font-size: 2.1rem;
}
.cid-tgx9NxTwj0 .col-title1 {
  margin-bottom: 40px;
}
.cid-tgx9NxTwj0 .form-group,
.cid-tgx9NxTwj0 .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-tgx9NxTwj0 .form-control {
  display: inline-block;
  border: none;
  border-radius: 25px;
  width: 100%;
  padding: 0 25px;
  background: rgba(255, 255, 255, 0.07);
  color: #ffffff;
  margin-right: 10px;
  height: 50px;
  line-height: 50px;
}
.cid-tgx9NxTwj0 .form-control::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-tgx9NxTwj0 .form-control::-moz-placeholder {
  color: #ffffff;
}
.cid-tgx9NxTwj0 .form-control:-moz-placeholder {
  color: #ffffff;
}
.cid-tgx9NxTwj0 .form-control:-ms-input-placeholder {
  color: #ffffff;
}
.cid-tgx9NxTwj0 .col + .mbr-section-btn .btn,
.cid-tgx9NxTwj0 .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 30px !important;
  padding: 14.5px 26px 14.5px !important;
}
.cid-tgx9NxTwj0 .col + .mbr-section-btn .btn.display-4,
.cid-tgx9NxTwj0 .col-auto + .mbr-section-btn .btn.display-4 {
  font-size: 13px;
}
.cid-tgx9NxTwj0 .col + .mbr-section-btn .btn:hover,
.cid-tgx9NxTwj0 .col-auto + .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(132, 138, 189, 0.2);
}
.cid-tgx9NxTwj0 .dragArea > *:nth-last-child(2).col,
.cid-tgx9NxTwj0 .dragArea > *:nth-last-child(2).col-auto,
.cid-tgx9NxTwj0 .col + .mbr-section-btn,
.cid-tgx9NxTwj0 .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
.cid-tgx9NxTwj0 .form1 {
  margin-top: 30px;
}
.cid-tgx9NxTwj0 .fill-light-wrapper {
  fill: #ffffff;
  z-index: 2 !important;
  top: 0;
}
@media (max-width: 768px) {
  .cid-tgx9NxTwj0 .md-pb {
    margin-bottom: 30px;
  }
}
.cid-tgx9NxTwj0 H5 {
  text-align: right;
}
.cid-tgx9NxTwj0 P {
  text-align: right;
}
.cid-tgxbtiClxm .dropdown-menu {
  padding: 12px 0;
}
.cid-tgxbtiClxm .dropdown-item:hover,
.cid-tgxbtiClxm .dropdown-item:focus {
  color: white;
  opacity: 0.75;
}
.cid-tgxbtiClxm .dropdown-item.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-tgxbtiClxm .nav-dropdown .link {
  padding: 40px 24px !important;
  font-weight: 600 !important;
}
.cid-tgxbtiClxm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tgxbtiClxm .nav-link {
  position: relative;
}
.cid-tgxbtiClxm .container {
  display: flex;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
  justify-content: center !important;
}
.cid-tgxbtiClxm .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tgxbtiClxm .navbar-nav {
  justify-content: center;
  margin-left: auto;
}
.cid-tgxbtiClxm .dropdown-menu,
.cid-tgxbtiClxm .navbar.opened {
  background: #12566a !important;
}
.cid-tgxbtiClxm .nav-item:focus,
.cid-tgxbtiClxm .nav-link:focus {
  outline: none;
}
.cid-tgxbtiClxm .nav-item:hover .link {
  opacity: 0.75;
  transition: all 200ms ease-in-out;
}
.cid-tgxbtiClxm .nav-item .link.display-4 {
  font-size: 14px;
}
.cid-tgxbtiClxm .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-tgxbtiClxm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tgxbtiClxm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tgxbtiClxm .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-tgxbtiClxm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tgxbtiClxm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tgxbtiClxm .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #034969;
  background: none;
}
.cid-tgxbtiClxm .navbar.opened {
  transition: all 0.3s;
  width: 300px;
  height: 100%;
  padding: 0px 30px 10px 30px;
}
.cid-tgxbtiClxm .navbar.opened .container {
  align-self: flex-start;
  margin: 0px;
}
.cid-tgxbtiClxm .navbar.opened .container .navbar-brand {
  padding: 3rem 0 2rem;
}
.cid-tgxbtiClxm .navbar.opened .container button.navbar-toggler {
  position: absolute;
  top: 1.3rem;
  left: auto;
  right: -0.5rem;
}
.cid-tgxbtiClxm .navbar.opened .container button.navbar-toggler .hamburger span {
  width: 15px;
  height: 3px;
}
.cid-tgxbtiClxm .navbar.opened .container ul.navbar-nav li {
  margin: 0;
}
.cid-tgxbtiClxm .navbar.opened .container ul.navbar-nav li .link {
  justify-content: flex-start;
}
.cid-tgxbtiClxm .navbar.opened .container .nav-dropdown .link {
  padding: 14px 42px 14px 0 !important;
}
.cid-tgxbtiClxm .navbar .dropdown-item {
  padding: 12px 40px 12px 24px;
}
.cid-tgxbtiClxm .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tgxbtiClxm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tgxbtiClxm .navbar.collapsed .navbar-toggler {
  -webkit-flex-basis: auto;
  flex-basis: auto;
  margin-left: auto;
}
.cid-tgxbtiClxm .navbar.collapsed.opened {
  position: fixed;
}
.cid-tgxbtiClxm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
  padding-left: 20px;
}
.cid-tgxbtiClxm .navbar.collapsed.opened .dropdown-menu .dropdown-item {
  padding: 14px 45px 14px 0 !important;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tgxbtiClxm .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tgxbtiClxm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tgxbtiClxm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tgxbtiClxm .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-tgxbtiClxm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tgxbtiClxm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tgxbtiClxm .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tgxbtiClxm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tgxbtiClxm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tgxbtiClxm .navbar .dropdown-menu {
    padding-left: 20px;
  }
  .cid-tgxbtiClxm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tgxbtiClxm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tgxbtiClxm .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-tgxbtiClxm .navbar .dropdown-menu .dropdown-item {
    padding: 14px 45px 14px 0 !important;
    text-align: left;
  }
  .cid-tgxbtiClxm .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tgxbtiClxm .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tgxbtiClxm .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-tgxbtiClxm .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
    margin-left: auto;
  }
  .cid-tgxbtiClxm .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tgxbtiClxm .navbar.navbar-short {
  background: #034969 !important;
  min-height: 60px;
}
.cid-tgxbtiClxm .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tgxbtiClxm .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tgxbtiClxm .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-tgxbtiClxm .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tgxbtiClxm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tgxbtiClxm .dropdown-item.active,
.cid-tgxbtiClxm .dropdown-item:active {
  background-color: transparent;
}
.cid-tgxbtiClxm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tgxbtiClxm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tgxbtiClxm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tgxbtiClxm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #034969;
}
.cid-tgxbtiClxm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tgxbtiClxm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tgxbtiClxm ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tgxbtiClxm .navbar-buttons {
  text-align: center;
}
.cid-tgxbtiClxm 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-tgxbtiClxm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f9fafb;
}
.cid-tgxbtiClxm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tgxbtiClxm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tgxbtiClxm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tgxbtiClxm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tgxbtiClxm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tgxbtiClxm nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tgxbtiClxm nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tgxbtiClxm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tgxbtiClxm .navbar-dropdown {
  position: fixed;
}
.cid-tgxbtiClxm a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tgxbtiClxm .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-tgxbtiClxm .icons-menu span {
  font-size: 22px;
  color: #ffffff;
  transition: all 200ms ease-in-out;
}
.cid-tgxbtiClxm .icons-menu span:hover {
  opacity: 0.7;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tgxbtiClxm .navbar {
    height: 77px;
  }
  .cid-tgxbtiClxm .navbar.opened {
    height: auto;
  }
  .cid-tgxbtiClxm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tgxbtj6P21 {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #034969;
  overflow: hidden;
}
.cid-tgxbtj6P21 svg {
  fill: #ffffff !important;
  pointer-events: none;
}
.cid-tgxbtj6P21 #e2_shape {
  fill: #ffffff !important;
}
.cid-tgxbtj6P21 .mbr-section-title.display-1 {
  line-height: 1.24;
}
.cid-tgxbtj6P21 .mbr-text {
  font-weight: 300;
}
.cid-tgxbtj6P21 .mbr-text.display-5 {
  font-size: 24px;
  line-height: 1.416;
}
.cid-tgxbtj6P21 .btn-white {
  color: #404040 !important;
}
.cid-tgxbtj6P21 .btn.display-4 {
  font-size: 14px;
  line-height: 1;
  padding: 21px 30px 20px;
}
.cid-tgxbtj6P21 .btn.display-4 .mbr-iconfont {
  font-size: 0.9rem;
  margin-right: 5px;
}
@media (max-width: 991px) {
  .cid-tgxbtj6P21 .img-wrap {
    display: none;
  }
}
@media (max-width: 768px) {
  .cid-tgxbtj6P21 {
    padding: 30px;
  }
  .cid-tgxbtj6P21 svg {
    display: none;
  }
}
.cid-tgxbtj6P21 .mbr-section-title,
.cid-tgxbtj6P21 .mbr-section-btn {
  text-align: center;
}
.cid-tgxbtj6P21 .mbr-text,
.cid-tgxbtj6P21 .mbr-section-btn {
  text-align: center;
}
.cid-tgxbtjsXJl {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tgxbtjsXJl .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #034969;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 16px;
}
.cid-tgxbtjsXJl .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-tgxbtjsXJl .main-title {
  color: #404040;
  margin-bottom: 26px;
}
.cid-tgxbtjsXJl .main-title.display-2 {
  line-height: 1.375;
}
.cid-tgxbtjsXJl .mbr-section-subtitle {
  color: #5f86be;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-tgxbtjsXJl .mbr-text {
  color: #606060;
}
.cid-tgxbtjsXJl .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-tgxbtjsXJl .mbr-section-btn {
  margin-top: 24px;
}
.cid-tgxbtjsXJl .mbr-section-btn .btn {
  margin-left: 14.1px;
  padding: 18px 26px;
}
.cid-tgxbtjsXJl .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-tgxbtjsXJl .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-tgxbtjsXJl .mbr-text,
.cid-tgxbtjsXJl .mbr-section-btn {
  text-align: left;
}
.cid-tgYCSB84tR {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tgYCSB84tR .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #034969;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 16px;
}
.cid-tgYCSB84tR .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-tgYCSB84tR .main-title {
  color: #404040;
  margin-bottom: 26px;
}
.cid-tgYCSB84tR .main-title.display-2 {
  line-height: 1.375;
}
.cid-tgYCSB84tR .mbr-section-subtitle {
  color: #5f86be;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-tgYCSB84tR .mbr-text {
  color: #606060;
}
.cid-tgYCSB84tR .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-tgYCSB84tR .mbr-section-btn {
  margin-top: 24px;
}
.cid-tgYCSB84tR .mbr-section-btn .btn {
  margin-left: 14.1px;
  padding: 18px 26px;
}
.cid-tgYCSB84tR .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-tgYCSB84tR .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-tgxbtkkDgS {
  padding-top: 105px;
  padding-bottom: 30px;
  background-color: #102f62;
  background: linear-gradient(0deg, #102f62, #034969);
}
.cid-tgxbtkkDgS ul {
  padding: 0;
  margin: 0;
}
.cid-tgxbtkkDgS ul li {
  list-style: none;
}
.cid-tgxbtkkDgS ul li h4 {
  margin: 0;
}
.cid-tgxbtkkDgS ul li h4.display-4 {
  line-height: 1.75;
}
.cid-tgxbtkkDgS .item {
  color: #cacaca;
}
.cid-tgxbtkkDgS .col-title {
  color: #ffffff;
  text-align: left;
}
.cid-tgxbtkkDgS .col-title.display-2 {
  font-size: 2.1rem;
}
.cid-tgxbtkkDgS .col-title1 {
  margin-bottom: 40px;
}
.cid-tgxbtkkDgS .form-group,
.cid-tgxbtkkDgS .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-tgxbtkkDgS .form-control {
  display: inline-block;
  border: none;
  border-radius: 25px;
  width: 100%;
  padding: 0 25px;
  background: rgba(255, 255, 255, 0.07);
  color: #ffffff;
  margin-right: 10px;
  height: 50px;
  line-height: 50px;
}
.cid-tgxbtkkDgS .form-control::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-tgxbtkkDgS .form-control::-moz-placeholder {
  color: #ffffff;
}
.cid-tgxbtkkDgS .form-control:-moz-placeholder {
  color: #ffffff;
}
.cid-tgxbtkkDgS .form-control:-ms-input-placeholder {
  color: #ffffff;
}
.cid-tgxbtkkDgS .col + .mbr-section-btn .btn,
.cid-tgxbtkkDgS .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 30px !important;
  padding: 14.5px 26px 14.5px !important;
}
.cid-tgxbtkkDgS .col + .mbr-section-btn .btn.display-4,
.cid-tgxbtkkDgS .col-auto + .mbr-section-btn .btn.display-4 {
  font-size: 13px;
}
.cid-tgxbtkkDgS .col + .mbr-section-btn .btn:hover,
.cid-tgxbtkkDgS .col-auto + .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(132, 138, 189, 0.2);
}
.cid-tgxbtkkDgS .dragArea > *:nth-last-child(2).col,
.cid-tgxbtkkDgS .dragArea > *:nth-last-child(2).col-auto,
.cid-tgxbtkkDgS .col + .mbr-section-btn,
.cid-tgxbtkkDgS .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
.cid-tgxbtkkDgS .form1 {
  margin-top: 30px;
}
.cid-tgxbtkkDgS .fill-light-wrapper {
  fill: #ffffff;
  z-index: 2 !important;
  top: 0;
}
@media (max-width: 768px) {
  .cid-tgxbtkkDgS .md-pb {
    margin-bottom: 30px;
  }
}
.cid-tgxbtkkDgS H5 {
  text-align: right;
}
.cid-tgxbtkkDgS P {
  text-align: right;
}
.cid-tgxcal2vGu .dropdown-menu {
  padding: 12px 0;
}
.cid-tgxcal2vGu .dropdown-item:hover,
.cid-tgxcal2vGu .dropdown-item:focus {
  color: white;
  opacity: 0.75;
}
.cid-tgxcal2vGu .dropdown-item.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-tgxcal2vGu .nav-dropdown .link {
  padding: 40px 24px !important;
  font-weight: 600 !important;
}
.cid-tgxcal2vGu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tgxcal2vGu .nav-link {
  position: relative;
}
.cid-tgxcal2vGu .container {
  display: flex;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
  justify-content: center !important;
}
.cid-tgxcal2vGu .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tgxcal2vGu .navbar-nav {
  justify-content: center;
  margin-left: auto;
}
.cid-tgxcal2vGu .dropdown-menu,
.cid-tgxcal2vGu .navbar.opened {
  background: #12566a !important;
}
.cid-tgxcal2vGu .nav-item:focus,
.cid-tgxcal2vGu .nav-link:focus {
  outline: none;
}
.cid-tgxcal2vGu .nav-item:hover .link {
  opacity: 0.75;
  transition: all 200ms ease-in-out;
}
.cid-tgxcal2vGu .nav-item .link.display-4 {
  font-size: 14px;
}
.cid-tgxcal2vGu .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-tgxcal2vGu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tgxcal2vGu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tgxcal2vGu .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-tgxcal2vGu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tgxcal2vGu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tgxcal2vGu .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #034969;
  background: none;
}
.cid-tgxcal2vGu .navbar.opened {
  transition: all 0.3s;
  width: 300px;
  height: 100%;
  padding: 0px 30px 10px 30px;
}
.cid-tgxcal2vGu .navbar.opened .container {
  align-self: flex-start;
  margin: 0px;
}
.cid-tgxcal2vGu .navbar.opened .container .navbar-brand {
  padding: 3rem 0 2rem;
}
.cid-tgxcal2vGu .navbar.opened .container button.navbar-toggler {
  position: absolute;
  top: 1.3rem;
  left: auto;
  right: -0.5rem;
}
.cid-tgxcal2vGu .navbar.opened .container button.navbar-toggler .hamburger span {
  width: 15px;
  height: 3px;
}
.cid-tgxcal2vGu .navbar.opened .container ul.navbar-nav li {
  margin: 0;
}
.cid-tgxcal2vGu .navbar.opened .container ul.navbar-nav li .link {
  justify-content: flex-start;
}
.cid-tgxcal2vGu .navbar.opened .container .nav-dropdown .link {
  padding: 14px 42px 14px 0 !important;
}
.cid-tgxcal2vGu .navbar .dropdown-item {
  padding: 12px 40px 12px 24px;
}
.cid-tgxcal2vGu .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tgxcal2vGu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tgxcal2vGu .navbar.collapsed .navbar-toggler {
  -webkit-flex-basis: auto;
  flex-basis: auto;
  margin-left: auto;
}
.cid-tgxcal2vGu .navbar.collapsed.opened {
  position: fixed;
}
.cid-tgxcal2vGu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
  padding-left: 20px;
}
.cid-tgxcal2vGu .navbar.collapsed.opened .dropdown-menu .dropdown-item {
  padding: 14px 45px 14px 0 !important;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tgxcal2vGu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tgxcal2vGu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tgxcal2vGu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tgxcal2vGu .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-tgxcal2vGu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tgxcal2vGu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tgxcal2vGu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tgxcal2vGu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tgxcal2vGu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tgxcal2vGu .navbar .dropdown-menu {
    padding-left: 20px;
  }
  .cid-tgxcal2vGu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tgxcal2vGu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tgxcal2vGu .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-tgxcal2vGu .navbar .dropdown-menu .dropdown-item {
    padding: 14px 45px 14px 0 !important;
    text-align: left;
  }
  .cid-tgxcal2vGu .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tgxcal2vGu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tgxcal2vGu .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-tgxcal2vGu .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
    margin-left: auto;
  }
  .cid-tgxcal2vGu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tgxcal2vGu .navbar.navbar-short {
  background: #034969 !important;
  min-height: 60px;
}
.cid-tgxcal2vGu .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tgxcal2vGu .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tgxcal2vGu .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-tgxcal2vGu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tgxcal2vGu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tgxcal2vGu .dropdown-item.active,
.cid-tgxcal2vGu .dropdown-item:active {
  background-color: transparent;
}
.cid-tgxcal2vGu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tgxcal2vGu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tgxcal2vGu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tgxcal2vGu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #034969;
}
.cid-tgxcal2vGu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tgxcal2vGu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tgxcal2vGu ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tgxcal2vGu .navbar-buttons {
  text-align: center;
}
.cid-tgxcal2vGu 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-tgxcal2vGu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f9fafb;
}
.cid-tgxcal2vGu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tgxcal2vGu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tgxcal2vGu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tgxcal2vGu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tgxcal2vGu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tgxcal2vGu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tgxcal2vGu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tgxcal2vGu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tgxcal2vGu .navbar-dropdown {
  position: fixed;
}
.cid-tgxcal2vGu a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tgxcal2vGu .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-tgxcal2vGu .icons-menu span {
  font-size: 22px;
  color: #ffffff;
  transition: all 200ms ease-in-out;
}
.cid-tgxcal2vGu .icons-menu span:hover {
  opacity: 0.7;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tgxcal2vGu .navbar {
    height: 77px;
  }
  .cid-tgxcal2vGu .navbar.opened {
    height: auto;
  }
  .cid-tgxcal2vGu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tgxcalolXJ {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #034969;
  overflow: hidden;
}
.cid-tgxcalolXJ svg {
  fill: #ffffff !important;
  pointer-events: none;
}
.cid-tgxcalolXJ #e2_shape {
  fill: #ffffff !important;
}
.cid-tgxcalolXJ .mbr-section-title.display-1 {
  line-height: 1.24;
}
.cid-tgxcalolXJ .mbr-text {
  font-weight: 300;
}
.cid-tgxcalolXJ .mbr-text.display-5 {
  font-size: 24px;
  line-height: 1.416;
}
.cid-tgxcalolXJ .btn-white {
  color: #404040 !important;
}
.cid-tgxcalolXJ .btn.display-4 {
  font-size: 14px;
  line-height: 1;
  padding: 21px 30px 20px;
}
.cid-tgxcalolXJ .btn.display-4 .mbr-iconfont {
  font-size: 0.9rem;
  margin-right: 5px;
}
@media (max-width: 991px) {
  .cid-tgxcalolXJ .img-wrap {
    display: none;
  }
}
@media (max-width: 768px) {
  .cid-tgxcalolXJ {
    padding: 30px;
  }
  .cid-tgxcalolXJ svg {
    display: none;
  }
}
.cid-tgxcalolXJ .mbr-section-title,
.cid-tgxcalolXJ .mbr-section-btn {
  text-align: center;
}
.cid-tgxcalolXJ .mbr-text,
.cid-tgxcalolXJ .mbr-section-btn {
  text-align: center;
}
.cid-tgxcalJGpc {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tgxcalJGpc .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #034969;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 16px;
}
.cid-tgxcalJGpc .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-tgxcalJGpc .main-title {
  color: #404040;
  margin-bottom: 26px;
}
.cid-tgxcalJGpc .main-title.display-2 {
  line-height: 1.375;
}
.cid-tgxcalJGpc .mbr-section-subtitle {
  color: #5f86be;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-tgxcalJGpc .mbr-text {
  color: #606060;
}
.cid-tgxcalJGpc .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-tgxcalJGpc .mbr-section-btn {
  margin-top: 24px;
}
.cid-tgxcalJGpc .mbr-section-btn .btn {
  margin-left: 14.1px;
  padding: 18px 26px;
}
.cid-tgxcalJGpc .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-tgxcalJGpc .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-tgxcalJGpc .mbr-text,
.cid-tgxcalJGpc .mbr-section-btn {
  text-align: left;
}
.cid-tgxcalZ8na {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tgxcalZ8na .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #034969;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 16px;
}
.cid-tgxcalZ8na .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-tgxcalZ8na .main-title {
  color: #404040;
  margin-bottom: 26px;
}
.cid-tgxcalZ8na .main-title.display-2 {
  line-height: 1.375;
}
.cid-tgxcalZ8na .mbr-section-subtitle {
  color: #5f86be;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-tgxcalZ8na .mbr-text {
  color: #606060;
}
.cid-tgxcalZ8na .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-tgxcalZ8na .mbr-section-btn {
  margin-top: 24px;
}
.cid-tgxcalZ8na .mbr-section-btn .btn {
  margin-left: 14.1px;
  padding: 18px 26px;
}
.cid-tgxcalZ8na .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-tgxcalZ8na .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-tgxcamy7fE {
  padding-top: 105px;
  padding-bottom: 30px;
  background-color: #102f62;
  background: linear-gradient(0deg, #102f62, #034969);
}
.cid-tgxcamy7fE ul {
  padding: 0;
  margin: 0;
}
.cid-tgxcamy7fE ul li {
  list-style: none;
}
.cid-tgxcamy7fE ul li h4 {
  margin: 0;
}
.cid-tgxcamy7fE ul li h4.display-4 {
  line-height: 1.75;
}
.cid-tgxcamy7fE .item {
  color: #cacaca;
}
.cid-tgxcamy7fE .col-title {
  color: #ffffff;
  text-align: left;
}
.cid-tgxcamy7fE .col-title.display-2 {
  font-size: 2.1rem;
}
.cid-tgxcamy7fE .col-title1 {
  margin-bottom: 40px;
}
.cid-tgxcamy7fE .form-group,
.cid-tgxcamy7fE .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-tgxcamy7fE .form-control {
  display: inline-block;
  border: none;
  border-radius: 25px;
  width: 100%;
  padding: 0 25px;
  background: rgba(255, 255, 255, 0.07);
  color: #ffffff;
  margin-right: 10px;
  height: 50px;
  line-height: 50px;
}
.cid-tgxcamy7fE .form-control::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-tgxcamy7fE .form-control::-moz-placeholder {
  color: #ffffff;
}
.cid-tgxcamy7fE .form-control:-moz-placeholder {
  color: #ffffff;
}
.cid-tgxcamy7fE .form-control:-ms-input-placeholder {
  color: #ffffff;
}
.cid-tgxcamy7fE .col + .mbr-section-btn .btn,
.cid-tgxcamy7fE .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 30px !important;
  padding: 14.5px 26px 14.5px !important;
}
.cid-tgxcamy7fE .col + .mbr-section-btn .btn.display-4,
.cid-tgxcamy7fE .col-auto + .mbr-section-btn .btn.display-4 {
  font-size: 13px;
}
.cid-tgxcamy7fE .col + .mbr-section-btn .btn:hover,
.cid-tgxcamy7fE .col-auto + .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(132, 138, 189, 0.2);
}
.cid-tgxcamy7fE .dragArea > *:nth-last-child(2).col,
.cid-tgxcamy7fE .dragArea > *:nth-last-child(2).col-auto,
.cid-tgxcamy7fE .col + .mbr-section-btn,
.cid-tgxcamy7fE .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
.cid-tgxcamy7fE .form1 {
  margin-top: 30px;
}
.cid-tgxcamy7fE .fill-light-wrapper {
  fill: #ffffff;
  z-index: 2 !important;
  top: 0;
}
@media (max-width: 768px) {
  .cid-tgxcamy7fE .md-pb {
    margin-bottom: 30px;
  }
}
.cid-tgxcamy7fE H5 {
  text-align: right;
}
.cid-tgxcamy7fE P {
  text-align: right;
}
.cid-tgxdAZPbPW .dropdown-menu {
  padding: 12px 0;
}
.cid-tgxdAZPbPW .dropdown-item:hover,
.cid-tgxdAZPbPW .dropdown-item:focus {
  color: white;
  opacity: 0.75;
}
.cid-tgxdAZPbPW .dropdown-item.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-tgxdAZPbPW .nav-dropdown .link {
  padding: 40px 24px !important;
  font-weight: 600 !important;
}
.cid-tgxdAZPbPW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tgxdAZPbPW .nav-link {
  position: relative;
}
.cid-tgxdAZPbPW .container {
  display: flex;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
  justify-content: center !important;
}
.cid-tgxdAZPbPW .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tgxdAZPbPW .navbar-nav {
  justify-content: center;
  margin-left: auto;
}
.cid-tgxdAZPbPW .dropdown-menu,
.cid-tgxdAZPbPW .navbar.opened {
  background: #12566a !important;
}
.cid-tgxdAZPbPW .nav-item:focus,
.cid-tgxdAZPbPW .nav-link:focus {
  outline: none;
}
.cid-tgxdAZPbPW .nav-item:hover .link {
  opacity: 0.75;
  transition: all 200ms ease-in-out;
}
.cid-tgxdAZPbPW .nav-item .link.display-4 {
  font-size: 14px;
}
.cid-tgxdAZPbPW .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-tgxdAZPbPW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tgxdAZPbPW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tgxdAZPbPW .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-tgxdAZPbPW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tgxdAZPbPW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tgxdAZPbPW .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #034969;
  background: none;
}
.cid-tgxdAZPbPW .navbar.opened {
  transition: all 0.3s;
  width: 300px;
  height: 100%;
  padding: 0px 30px 10px 30px;
}
.cid-tgxdAZPbPW .navbar.opened .container {
  align-self: flex-start;
  margin: 0px;
}
.cid-tgxdAZPbPW .navbar.opened .container .navbar-brand {
  padding: 3rem 0 2rem;
}
.cid-tgxdAZPbPW .navbar.opened .container button.navbar-toggler {
  position: absolute;
  top: 1.3rem;
  left: auto;
  right: -0.5rem;
}
.cid-tgxdAZPbPW .navbar.opened .container button.navbar-toggler .hamburger span {
  width: 15px;
  height: 3px;
}
.cid-tgxdAZPbPW .navbar.opened .container ul.navbar-nav li {
  margin: 0;
}
.cid-tgxdAZPbPW .navbar.opened .container ul.navbar-nav li .link {
  justify-content: flex-start;
}
.cid-tgxdAZPbPW .navbar.opened .container .nav-dropdown .link {
  padding: 14px 42px 14px 0 !important;
}
.cid-tgxdAZPbPW .navbar .dropdown-item {
  padding: 12px 40px 12px 24px;
}
.cid-tgxdAZPbPW .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tgxdAZPbPW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tgxdAZPbPW .navbar.collapsed .navbar-toggler {
  -webkit-flex-basis: auto;
  flex-basis: auto;
  margin-left: auto;
}
.cid-tgxdAZPbPW .navbar.collapsed.opened {
  position: fixed;
}
.cid-tgxdAZPbPW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
  padding-left: 20px;
}
.cid-tgxdAZPbPW .navbar.collapsed.opened .dropdown-menu .dropdown-item {
  padding: 14px 45px 14px 0 !important;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tgxdAZPbPW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tgxdAZPbPW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tgxdAZPbPW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tgxdAZPbPW .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-tgxdAZPbPW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tgxdAZPbPW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tgxdAZPbPW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tgxdAZPbPW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tgxdAZPbPW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tgxdAZPbPW .navbar .dropdown-menu {
    padding-left: 20px;
  }
  .cid-tgxdAZPbPW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tgxdAZPbPW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tgxdAZPbPW .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-tgxdAZPbPW .navbar .dropdown-menu .dropdown-item {
    padding: 14px 45px 14px 0 !important;
    text-align: left;
  }
  .cid-tgxdAZPbPW .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tgxdAZPbPW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tgxdAZPbPW .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-tgxdAZPbPW .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
    margin-left: auto;
  }
  .cid-tgxdAZPbPW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tgxdAZPbPW .navbar.navbar-short {
  background: #034969 !important;
  min-height: 60px;
}
.cid-tgxdAZPbPW .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tgxdAZPbPW .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tgxdAZPbPW .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-tgxdAZPbPW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tgxdAZPbPW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tgxdAZPbPW .dropdown-item.active,
.cid-tgxdAZPbPW .dropdown-item:active {
  background-color: transparent;
}
.cid-tgxdAZPbPW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tgxdAZPbPW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tgxdAZPbPW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tgxdAZPbPW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #034969;
}
.cid-tgxdAZPbPW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tgxdAZPbPW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tgxdAZPbPW ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tgxdAZPbPW .navbar-buttons {
  text-align: center;
}
.cid-tgxdAZPbPW 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-tgxdAZPbPW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f9fafb;
}
.cid-tgxdAZPbPW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tgxdAZPbPW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tgxdAZPbPW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tgxdAZPbPW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tgxdAZPbPW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tgxdAZPbPW nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tgxdAZPbPW nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tgxdAZPbPW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tgxdAZPbPW .navbar-dropdown {
  position: fixed;
}
.cid-tgxdAZPbPW a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tgxdAZPbPW .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-tgxdAZPbPW .icons-menu span {
  font-size: 22px;
  color: #ffffff;
  transition: all 200ms ease-in-out;
}
.cid-tgxdAZPbPW .icons-menu span:hover {
  opacity: 0.7;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tgxdAZPbPW .navbar {
    height: 77px;
  }
  .cid-tgxdAZPbPW .navbar.opened {
    height: auto;
  }
  .cid-tgxdAZPbPW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tgxdB0mMNA {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #034969;
  overflow: hidden;
}
.cid-tgxdB0mMNA svg {
  fill: #ffffff !important;
  pointer-events: none;
}
.cid-tgxdB0mMNA #e2_shape {
  fill: #ffffff !important;
}
.cid-tgxdB0mMNA .mbr-section-title.display-1 {
  line-height: 1.24;
}
.cid-tgxdB0mMNA .mbr-text {
  font-weight: 300;
}
.cid-tgxdB0mMNA .mbr-text.display-5 {
  font-size: 24px;
  line-height: 1.416;
}
.cid-tgxdB0mMNA .btn-white {
  color: #404040 !important;
}
.cid-tgxdB0mMNA .btn.display-4 {
  font-size: 14px;
  line-height: 1;
  padding: 21px 30px 20px;
}
.cid-tgxdB0mMNA .btn.display-4 .mbr-iconfont {
  font-size: 0.9rem;
  margin-right: 5px;
}
@media (max-width: 991px) {
  .cid-tgxdB0mMNA .img-wrap {
    display: none;
  }
}
@media (max-width: 768px) {
  .cid-tgxdB0mMNA {
    padding: 30px;
  }
  .cid-tgxdB0mMNA svg {
    display: none;
  }
}
.cid-tgxdB0mMNA .mbr-section-title,
.cid-tgxdB0mMNA .mbr-section-btn {
  text-align: center;
}
.cid-tgxdB0mMNA .mbr-text,
.cid-tgxdB0mMNA .mbr-section-btn {
  text-align: center;
}
.cid-tgxdB0VE0f {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tgxdB0VE0f .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #034969;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 16px;
}
.cid-tgxdB0VE0f .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-tgxdB0VE0f .main-title {
  color: #404040;
  margin-bottom: 26px;
}
.cid-tgxdB0VE0f .main-title.display-2 {
  line-height: 1.375;
}
.cid-tgxdB0VE0f .mbr-section-subtitle {
  color: #5f86be;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-tgxdB0VE0f .mbr-text {
  color: #606060;
}
.cid-tgxdB0VE0f .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-tgxdB0VE0f .mbr-section-btn {
  margin-top: 24px;
}
.cid-tgxdB0VE0f .mbr-section-btn .btn {
  margin-left: 14.1px;
  padding: 18px 26px;
}
.cid-tgxdB0VE0f .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-tgxdB0VE0f .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-tgxdB0VE0f .mbr-text,
.cid-tgxdB0VE0f .mbr-section-btn {
  text-align: left;
}
.cid-tgxdB1eY0q {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tgxdB1eY0q .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #034969;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 16px;
}
.cid-tgxdB1eY0q .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-tgxdB1eY0q .main-title {
  color: #404040;
  margin-bottom: 26px;
}
.cid-tgxdB1eY0q .main-title.display-2 {
  line-height: 1.375;
}
.cid-tgxdB1eY0q .mbr-section-subtitle {
  color: #5f86be;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-tgxdB1eY0q .mbr-text {
  color: #606060;
}
.cid-tgxdB1eY0q .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-tgxdB1eY0q .mbr-section-btn {
  margin-top: 24px;
}
.cid-tgxdB1eY0q .mbr-section-btn .btn {
  margin-left: 14.1px;
  padding: 18px 26px;
}
.cid-tgxdB1eY0q .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-tgxdB1eY0q .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-tgxdB1whfD {
  padding-top: 105px;
  padding-bottom: 30px;
  background-color: #102f62;
  background: linear-gradient(0deg, #102f62, #034969);
}
.cid-tgxdB1whfD ul {
  padding: 0;
  margin: 0;
}
.cid-tgxdB1whfD ul li {
  list-style: none;
}
.cid-tgxdB1whfD ul li h4 {
  margin: 0;
}
.cid-tgxdB1whfD ul li h4.display-4 {
  line-height: 1.75;
}
.cid-tgxdB1whfD .item {
  color: #cacaca;
}
.cid-tgxdB1whfD .col-title {
  color: #ffffff;
  text-align: left;
}
.cid-tgxdB1whfD .col-title.display-2 {
  font-size: 2.1rem;
}
.cid-tgxdB1whfD .col-title1 {
  margin-bottom: 40px;
}
.cid-tgxdB1whfD .form-group,
.cid-tgxdB1whfD .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-tgxdB1whfD .form-control {
  display: inline-block;
  border: none;
  border-radius: 25px;
  width: 100%;
  padding: 0 25px;
  background: rgba(255, 255, 255, 0.07);
  color: #ffffff;
  margin-right: 10px;
  height: 50px;
  line-height: 50px;
}
.cid-tgxdB1whfD .form-control::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-tgxdB1whfD .form-control::-moz-placeholder {
  color: #ffffff;
}
.cid-tgxdB1whfD .form-control:-moz-placeholder {
  color: #ffffff;
}
.cid-tgxdB1whfD .form-control:-ms-input-placeholder {
  color: #ffffff;
}
.cid-tgxdB1whfD .col + .mbr-section-btn .btn,
.cid-tgxdB1whfD .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 30px !important;
  padding: 14.5px 26px 14.5px !important;
}
.cid-tgxdB1whfD .col + .mbr-section-btn .btn.display-4,
.cid-tgxdB1whfD .col-auto + .mbr-section-btn .btn.display-4 {
  font-size: 13px;
}
.cid-tgxdB1whfD .col + .mbr-section-btn .btn:hover,
.cid-tgxdB1whfD .col-auto + .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(132, 138, 189, 0.2);
}
.cid-tgxdB1whfD .dragArea > *:nth-last-child(2).col,
.cid-tgxdB1whfD .dragArea > *:nth-last-child(2).col-auto,
.cid-tgxdB1whfD .col + .mbr-section-btn,
.cid-tgxdB1whfD .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
.cid-tgxdB1whfD .form1 {
  margin-top: 30px;
}
.cid-tgxdB1whfD .fill-light-wrapper {
  fill: #ffffff;
  z-index: 2 !important;
  top: 0;
}
@media (max-width: 768px) {
  .cid-tgxdB1whfD .md-pb {
    margin-bottom: 30px;
  }
}
.cid-tgxdB1whfD H5 {
  text-align: right;
}
.cid-tgxdB1whfD P {
  text-align: right;
}
.cid-tgxeCHji3v .dropdown-menu {
  padding: 12px 0;
}
.cid-tgxeCHji3v .dropdown-item:hover,
.cid-tgxeCHji3v .dropdown-item:focus {
  color: white;
  opacity: 0.75;
}
.cid-tgxeCHji3v .dropdown-item.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-tgxeCHji3v .nav-dropdown .link {
  padding: 40px 24px !important;
  font-weight: 600 !important;
}
.cid-tgxeCHji3v .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tgxeCHji3v .nav-link {
  position: relative;
}
.cid-tgxeCHji3v .container {
  display: flex;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
  justify-content: center !important;
}
.cid-tgxeCHji3v .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tgxeCHji3v .navbar-nav {
  justify-content: center;
  margin-left: auto;
}
.cid-tgxeCHji3v .dropdown-menu,
.cid-tgxeCHji3v .navbar.opened {
  background: #12566a !important;
}
.cid-tgxeCHji3v .nav-item:focus,
.cid-tgxeCHji3v .nav-link:focus {
  outline: none;
}
.cid-tgxeCHji3v .nav-item:hover .link {
  opacity: 0.75;
  transition: all 200ms ease-in-out;
}
.cid-tgxeCHji3v .nav-item .link.display-4 {
  font-size: 14px;
}
.cid-tgxeCHji3v .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-tgxeCHji3v .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tgxeCHji3v .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tgxeCHji3v .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-tgxeCHji3v .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tgxeCHji3v .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tgxeCHji3v .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #034969;
  background: none;
}
.cid-tgxeCHji3v .navbar.opened {
  transition: all 0.3s;
  width: 300px;
  height: 100%;
  padding: 0px 30px 10px 30px;
}
.cid-tgxeCHji3v .navbar.opened .container {
  align-self: flex-start;
  margin: 0px;
}
.cid-tgxeCHji3v .navbar.opened .container .navbar-brand {
  padding: 3rem 0 2rem;
}
.cid-tgxeCHji3v .navbar.opened .container button.navbar-toggler {
  position: absolute;
  top: 1.3rem;
  left: auto;
  right: -0.5rem;
}
.cid-tgxeCHji3v .navbar.opened .container button.navbar-toggler .hamburger span {
  width: 15px;
  height: 3px;
}
.cid-tgxeCHji3v .navbar.opened .container ul.navbar-nav li {
  margin: 0;
}
.cid-tgxeCHji3v .navbar.opened .container ul.navbar-nav li .link {
  justify-content: flex-start;
}
.cid-tgxeCHji3v .navbar.opened .container .nav-dropdown .link {
  padding: 14px 42px 14px 0 !important;
}
.cid-tgxeCHji3v .navbar .dropdown-item {
  padding: 12px 40px 12px 24px;
}
.cid-tgxeCHji3v .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tgxeCHji3v .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tgxeCHji3v .navbar.collapsed .navbar-toggler {
  -webkit-flex-basis: auto;
  flex-basis: auto;
  margin-left: auto;
}
.cid-tgxeCHji3v .navbar.collapsed.opened {
  position: fixed;
}
.cid-tgxeCHji3v .navbar.collapsed.opened .dropdown-menu {
  top: 0;
  padding-left: 20px;
}
.cid-tgxeCHji3v .navbar.collapsed.opened .dropdown-menu .dropdown-item {
  padding: 14px 45px 14px 0 !important;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tgxeCHji3v .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tgxeCHji3v .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tgxeCHji3v .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tgxeCHji3v .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-tgxeCHji3v .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tgxeCHji3v .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tgxeCHji3v .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tgxeCHji3v .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tgxeCHji3v .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tgxeCHji3v .navbar .dropdown-menu {
    padding-left: 20px;
  }
  .cid-tgxeCHji3v .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tgxeCHji3v .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tgxeCHji3v .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-tgxeCHji3v .navbar .dropdown-menu .dropdown-item {
    padding: 14px 45px 14px 0 !important;
    text-align: left;
  }
  .cid-tgxeCHji3v .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tgxeCHji3v .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tgxeCHji3v .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-tgxeCHji3v .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
    margin-left: auto;
  }
  .cid-tgxeCHji3v .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tgxeCHji3v .navbar.navbar-short {
  background: #034969 !important;
  min-height: 60px;
}
.cid-tgxeCHji3v .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tgxeCHji3v .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tgxeCHji3v .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-tgxeCHji3v .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tgxeCHji3v .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tgxeCHji3v .dropdown-item.active,
.cid-tgxeCHji3v .dropdown-item:active {
  background-color: transparent;
}
.cid-tgxeCHji3v .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tgxeCHji3v .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tgxeCHji3v .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tgxeCHji3v .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #034969;
}
.cid-tgxeCHji3v .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tgxeCHji3v .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tgxeCHji3v ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tgxeCHji3v .navbar-buttons {
  text-align: center;
}
.cid-tgxeCHji3v 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-tgxeCHji3v button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f9fafb;
}
.cid-tgxeCHji3v button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tgxeCHji3v button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tgxeCHji3v button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tgxeCHji3v button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tgxeCHji3v nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tgxeCHji3v nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tgxeCHji3v nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tgxeCHji3v nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tgxeCHji3v .navbar-dropdown {
  position: fixed;
}
.cid-tgxeCHji3v a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tgxeCHji3v .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-tgxeCHji3v .icons-menu span {
  font-size: 22px;
  color: #ffffff;
  transition: all 200ms ease-in-out;
}
.cid-tgxeCHji3v .icons-menu span:hover {
  opacity: 0.7;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tgxeCHji3v .navbar {
    height: 77px;
  }
  .cid-tgxeCHji3v .navbar.opened {
    height: auto;
  }
  .cid-tgxeCHji3v .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tgxeCHNmAF {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #034969;
  overflow: hidden;
}
.cid-tgxeCHNmAF svg {
  fill: #ffffff !important;
  pointer-events: none;
}
.cid-tgxeCHNmAF #e2_shape {
  fill: #ffffff !important;
}
.cid-tgxeCHNmAF .mbr-section-title.display-1 {
  line-height: 1.24;
}
.cid-tgxeCHNmAF .mbr-text {
  font-weight: 300;
}
.cid-tgxeCHNmAF .mbr-text.display-5 {
  font-size: 24px;
  line-height: 1.416;
}
.cid-tgxeCHNmAF .btn-white {
  color: #404040 !important;
}
.cid-tgxeCHNmAF .btn.display-4 {
  font-size: 14px;
  line-height: 1;
  padding: 21px 30px 20px;
}
.cid-tgxeCHNmAF .btn.display-4 .mbr-iconfont {
  font-size: 0.9rem;
  margin-right: 5px;
}
@media (max-width: 991px) {
  .cid-tgxeCHNmAF .img-wrap {
    display: none;
  }
}
@media (max-width: 768px) {
  .cid-tgxeCHNmAF {
    padding: 30px;
  }
  .cid-tgxeCHNmAF svg {
    display: none;
  }
}
.cid-tgxeCHNmAF .mbr-section-title,
.cid-tgxeCHNmAF .mbr-section-btn {
  text-align: center;
}
.cid-tgxeCHNmAF .mbr-text,
.cid-tgxeCHNmAF .mbr-section-btn {
  text-align: center;
}
.cid-tgxeCI6wP0 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tgxeCI6wP0 .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #034969;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 16px;
}
.cid-tgxeCI6wP0 .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-tgxeCI6wP0 .main-title {
  color: #404040;
  margin-bottom: 26px;
}
.cid-tgxeCI6wP0 .main-title.display-2 {
  line-height: 1.375;
}
.cid-tgxeCI6wP0 .mbr-section-subtitle {
  color: #5f86be;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-tgxeCI6wP0 .mbr-text {
  color: #606060;
}
.cid-tgxeCI6wP0 .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-tgxeCI6wP0 .mbr-section-btn {
  margin-top: 24px;
}
.cid-tgxeCI6wP0 .mbr-section-btn .btn {
  margin-left: 14.1px;
  padding: 18px 26px;
}
.cid-tgxeCI6wP0 .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-tgxeCI6wP0 .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-tgxeCI6wP0 .mbr-text,
.cid-tgxeCI6wP0 .mbr-section-btn {
  text-align: left;
}
.cid-tgxeCIogy5 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tgxeCIogy5 .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #034969;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 16px;
}
.cid-tgxeCIogy5 .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-tgxeCIogy5 .main-title {
  color: #404040;
  margin-bottom: 26px;
}
.cid-tgxeCIogy5 .main-title.display-2 {
  line-height: 1.375;
}
.cid-tgxeCIogy5 .mbr-section-subtitle {
  color: #5f86be;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-tgxeCIogy5 .mbr-text {
  color: #606060;
}
.cid-tgxeCIogy5 .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-tgxeCIogy5 .mbr-section-btn {
  margin-top: 24px;
}
.cid-tgxeCIogy5 .mbr-section-btn .btn {
  margin-left: 14.1px;
  padding: 18px 26px;
}
.cid-tgxeCIogy5 .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-tgxeCIogy5 .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-tgxeCIEkjV {
  padding-top: 105px;
  padding-bottom: 30px;
  background-color: #102f62;
  background: linear-gradient(0deg, #102f62, #034969);
}
.cid-tgxeCIEkjV ul {
  padding: 0;
  margin: 0;
}
.cid-tgxeCIEkjV ul li {
  list-style: none;
}
.cid-tgxeCIEkjV ul li h4 {
  margin: 0;
}
.cid-tgxeCIEkjV ul li h4.display-4 {
  line-height: 1.75;
}
.cid-tgxeCIEkjV .item {
  color: #cacaca;
}
.cid-tgxeCIEkjV .col-title {
  color: #ffffff;
  text-align: left;
}
.cid-tgxeCIEkjV .col-title.display-2 {
  font-size: 2.1rem;
}
.cid-tgxeCIEkjV .col-title1 {
  margin-bottom: 40px;
}
.cid-tgxeCIEkjV .form-group,
.cid-tgxeCIEkjV .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-tgxeCIEkjV .form-control {
  display: inline-block;
  border: none;
  border-radius: 25px;
  width: 100%;
  padding: 0 25px;
  background: rgba(255, 255, 255, 0.07);
  color: #ffffff;
  margin-right: 10px;
  height: 50px;
  line-height: 50px;
}
.cid-tgxeCIEkjV .form-control::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-tgxeCIEkjV .form-control::-moz-placeholder {
  color: #ffffff;
}
.cid-tgxeCIEkjV .form-control:-moz-placeholder {
  color: #ffffff;
}
.cid-tgxeCIEkjV .form-control:-ms-input-placeholder {
  color: #ffffff;
}
.cid-tgxeCIEkjV .col + .mbr-section-btn .btn,
.cid-tgxeCIEkjV .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 30px !important;
  padding: 14.5px 26px 14.5px !important;
}
.cid-tgxeCIEkjV .col + .mbr-section-btn .btn.display-4,
.cid-tgxeCIEkjV .col-auto + .mbr-section-btn .btn.display-4 {
  font-size: 13px;
}
.cid-tgxeCIEkjV .col + .mbr-section-btn .btn:hover,
.cid-tgxeCIEkjV .col-auto + .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(132, 138, 189, 0.2);
}
.cid-tgxeCIEkjV .dragArea > *:nth-last-child(2).col,
.cid-tgxeCIEkjV .dragArea > *:nth-last-child(2).col-auto,
.cid-tgxeCIEkjV .col + .mbr-section-btn,
.cid-tgxeCIEkjV .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
.cid-tgxeCIEkjV .form1 {
  margin-top: 30px;
}
.cid-tgxeCIEkjV .fill-light-wrapper {
  fill: #ffffff;
  z-index: 2 !important;
  top: 0;
}
@media (max-width: 768px) {
  .cid-tgxeCIEkjV .md-pb {
    margin-bottom: 30px;
  }
}
.cid-tgxeCIEkjV H5 {
  text-align: right;
}
.cid-tgxeCIEkjV P {
  text-align: right;
}
.cid-tgxfXo5QpR .dropdown-menu {
  padding: 12px 0;
}
.cid-tgxfXo5QpR .dropdown-item:hover,
.cid-tgxfXo5QpR .dropdown-item:focus {
  color: white;
  opacity: 0.75;
}
.cid-tgxfXo5QpR .dropdown-item.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-tgxfXo5QpR .nav-dropdown .link {
  padding: 40px 24px !important;
  font-weight: 600 !important;
}
.cid-tgxfXo5QpR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tgxfXo5QpR .nav-link {
  position: relative;
}
.cid-tgxfXo5QpR .container {
  display: flex;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
  justify-content: center !important;
}
.cid-tgxfXo5QpR .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tgxfXo5QpR .navbar-nav {
  justify-content: center;
  margin-left: auto;
}
.cid-tgxfXo5QpR .dropdown-menu,
.cid-tgxfXo5QpR .navbar.opened {
  background: #12566a !important;
}
.cid-tgxfXo5QpR .nav-item:focus,
.cid-tgxfXo5QpR .nav-link:focus {
  outline: none;
}
.cid-tgxfXo5QpR .nav-item:hover .link {
  opacity: 0.75;
  transition: all 200ms ease-in-out;
}
.cid-tgxfXo5QpR .nav-item .link.display-4 {
  font-size: 14px;
}
.cid-tgxfXo5QpR .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-tgxfXo5QpR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tgxfXo5QpR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tgxfXo5QpR .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-tgxfXo5QpR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tgxfXo5QpR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tgxfXo5QpR .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #034969;
  background: none;
}
.cid-tgxfXo5QpR .navbar.opened {
  transition: all 0.3s;
  width: 300px;
  height: 100%;
  padding: 0px 30px 10px 30px;
}
.cid-tgxfXo5QpR .navbar.opened .container {
  align-self: flex-start;
  margin: 0px;
}
.cid-tgxfXo5QpR .navbar.opened .container .navbar-brand {
  padding: 3rem 0 2rem;
}
.cid-tgxfXo5QpR .navbar.opened .container button.navbar-toggler {
  position: absolute;
  top: 1.3rem;
  left: auto;
  right: -0.5rem;
}
.cid-tgxfXo5QpR .navbar.opened .container button.navbar-toggler .hamburger span {
  width: 15px;
  height: 3px;
}
.cid-tgxfXo5QpR .navbar.opened .container ul.navbar-nav li {
  margin: 0;
}
.cid-tgxfXo5QpR .navbar.opened .container ul.navbar-nav li .link {
  justify-content: flex-start;
}
.cid-tgxfXo5QpR .navbar.opened .container .nav-dropdown .link {
  padding: 14px 42px 14px 0 !important;
}
.cid-tgxfXo5QpR .navbar .dropdown-item {
  padding: 12px 40px 12px 24px;
}
.cid-tgxfXo5QpR .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tgxfXo5QpR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tgxfXo5QpR .navbar.collapsed .navbar-toggler {
  -webkit-flex-basis: auto;
  flex-basis: auto;
  margin-left: auto;
}
.cid-tgxfXo5QpR .navbar.collapsed.opened {
  position: fixed;
}
.cid-tgxfXo5QpR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
  padding-left: 20px;
}
.cid-tgxfXo5QpR .navbar.collapsed.opened .dropdown-menu .dropdown-item {
  padding: 14px 45px 14px 0 !important;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tgxfXo5QpR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tgxfXo5QpR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tgxfXo5QpR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tgxfXo5QpR .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-tgxfXo5QpR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tgxfXo5QpR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tgxfXo5QpR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tgxfXo5QpR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tgxfXo5QpR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tgxfXo5QpR .navbar .dropdown-menu {
    padding-left: 20px;
  }
  .cid-tgxfXo5QpR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tgxfXo5QpR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tgxfXo5QpR .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-tgxfXo5QpR .navbar .dropdown-menu .dropdown-item {
    padding: 14px 45px 14px 0 !important;
    text-align: left;
  }
  .cid-tgxfXo5QpR .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tgxfXo5QpR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tgxfXo5QpR .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-tgxfXo5QpR .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
    margin-left: auto;
  }
  .cid-tgxfXo5QpR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tgxfXo5QpR .navbar.navbar-short {
  background: #034969 !important;
  min-height: 60px;
}
.cid-tgxfXo5QpR .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tgxfXo5QpR .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tgxfXo5QpR .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-tgxfXo5QpR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tgxfXo5QpR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tgxfXo5QpR .dropdown-item.active,
.cid-tgxfXo5QpR .dropdown-item:active {
  background-color: transparent;
}
.cid-tgxfXo5QpR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tgxfXo5QpR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tgxfXo5QpR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tgxfXo5QpR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #034969;
}
.cid-tgxfXo5QpR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tgxfXo5QpR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tgxfXo5QpR ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tgxfXo5QpR .navbar-buttons {
  text-align: center;
}
.cid-tgxfXo5QpR 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-tgxfXo5QpR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f9fafb;
}
.cid-tgxfXo5QpR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tgxfXo5QpR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tgxfXo5QpR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tgxfXo5QpR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tgxfXo5QpR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tgxfXo5QpR nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tgxfXo5QpR nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tgxfXo5QpR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tgxfXo5QpR .navbar-dropdown {
  position: fixed;
}
.cid-tgxfXo5QpR a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tgxfXo5QpR .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-tgxfXo5QpR .icons-menu span {
  font-size: 22px;
  color: #ffffff;
  transition: all 200ms ease-in-out;
}
.cid-tgxfXo5QpR .icons-menu span:hover {
  opacity: 0.7;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tgxfXo5QpR .navbar {
    height: 77px;
  }
  .cid-tgxfXo5QpR .navbar.opened {
    height: auto;
  }
  .cid-tgxfXo5QpR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tgxfXotn05 {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #034969;
  overflow: hidden;
}
.cid-tgxfXotn05 svg {
  fill: #ffffff !important;
  pointer-events: none;
}
.cid-tgxfXotn05 #e2_shape {
  fill: #ffffff !important;
}
.cid-tgxfXotn05 .mbr-section-title.display-1 {
  line-height: 1.24;
}
.cid-tgxfXotn05 .mbr-text {
  font-weight: 300;
}
.cid-tgxfXotn05 .mbr-text.display-5 {
  font-size: 24px;
  line-height: 1.416;
}
.cid-tgxfXotn05 .btn-white {
  color: #404040 !important;
}
.cid-tgxfXotn05 .btn.display-4 {
  font-size: 14px;
  line-height: 1;
  padding: 21px 30px 20px;
}
.cid-tgxfXotn05 .btn.display-4 .mbr-iconfont {
  font-size: 0.9rem;
  margin-right: 5px;
}
@media (max-width: 991px) {
  .cid-tgxfXotn05 .img-wrap {
    display: none;
  }
}
@media (max-width: 768px) {
  .cid-tgxfXotn05 {
    padding: 30px;
  }
  .cid-tgxfXotn05 svg {
    display: none;
  }
}
.cid-tgxfXotn05 .mbr-section-title,
.cid-tgxfXotn05 .mbr-section-btn {
  text-align: center;
}
.cid-tgxfXotn05 .mbr-text,
.cid-tgxfXotn05 .mbr-section-btn {
  text-align: center;
}
.cid-tgxfXoMTNv {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tgxfXoMTNv .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #034969;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 16px;
}
.cid-tgxfXoMTNv .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-tgxfXoMTNv .main-title {
  color: #404040;
  margin-bottom: 26px;
}
.cid-tgxfXoMTNv .main-title.display-2 {
  line-height: 1.375;
}
.cid-tgxfXoMTNv .mbr-section-subtitle {
  color: #5f86be;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-tgxfXoMTNv .mbr-text {
  color: #606060;
}
.cid-tgxfXoMTNv .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-tgxfXoMTNv .mbr-section-btn {
  margin-top: 24px;
}
.cid-tgxfXoMTNv .mbr-section-btn .btn {
  margin-left: 14.1px;
  padding: 18px 26px;
}
.cid-tgxfXoMTNv .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-tgxfXoMTNv .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-tgxfXoMTNv .mbr-text,
.cid-tgxfXoMTNv .mbr-section-btn {
  text-align: left;
}
.cid-tgxfXp5Qs0 {
  padding-top: 105px;
  padding-bottom: 30px;
  background-color: #102f62;
  background: linear-gradient(0deg, #102f62, #034969);
}
.cid-tgxfXp5Qs0 ul {
  padding: 0;
  margin: 0;
}
.cid-tgxfXp5Qs0 ul li {
  list-style: none;
}
.cid-tgxfXp5Qs0 ul li h4 {
  margin: 0;
}
.cid-tgxfXp5Qs0 ul li h4.display-4 {
  line-height: 1.75;
}
.cid-tgxfXp5Qs0 .item {
  color: #cacaca;
}
.cid-tgxfXp5Qs0 .col-title {
  color: #ffffff;
  text-align: left;
}
.cid-tgxfXp5Qs0 .col-title.display-2 {
  font-size: 2.1rem;
}
.cid-tgxfXp5Qs0 .col-title1 {
  margin-bottom: 40px;
}
.cid-tgxfXp5Qs0 .form-group,
.cid-tgxfXp5Qs0 .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-tgxfXp5Qs0 .form-control {
  display: inline-block;
  border: none;
  border-radius: 25px;
  width: 100%;
  padding: 0 25px;
  background: rgba(255, 255, 255, 0.07);
  color: #ffffff;
  margin-right: 10px;
  height: 50px;
  line-height: 50px;
}
.cid-tgxfXp5Qs0 .form-control::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-tgxfXp5Qs0 .form-control::-moz-placeholder {
  color: #ffffff;
}
.cid-tgxfXp5Qs0 .form-control:-moz-placeholder {
  color: #ffffff;
}
.cid-tgxfXp5Qs0 .form-control:-ms-input-placeholder {
  color: #ffffff;
}
.cid-tgxfXp5Qs0 .col + .mbr-section-btn .btn,
.cid-tgxfXp5Qs0 .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 30px !important;
  padding: 14.5px 26px 14.5px !important;
}
.cid-tgxfXp5Qs0 .col + .mbr-section-btn .btn.display-4,
.cid-tgxfXp5Qs0 .col-auto + .mbr-section-btn .btn.display-4 {
  font-size: 13px;
}
.cid-tgxfXp5Qs0 .col + .mbr-section-btn .btn:hover,
.cid-tgxfXp5Qs0 .col-auto + .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(132, 138, 189, 0.2);
}
.cid-tgxfXp5Qs0 .dragArea > *:nth-last-child(2).col,
.cid-tgxfXp5Qs0 .dragArea > *:nth-last-child(2).col-auto,
.cid-tgxfXp5Qs0 .col + .mbr-section-btn,
.cid-tgxfXp5Qs0 .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
.cid-tgxfXp5Qs0 .form1 {
  margin-top: 30px;
}
.cid-tgxfXp5Qs0 .fill-light-wrapper {
  fill: #ffffff;
  z-index: 2 !important;
  top: 0;
}
@media (max-width: 768px) {
  .cid-tgxfXp5Qs0 .md-pb {
    margin-bottom: 30px;
  }
}
.cid-tgxfXp5Qs0 H5 {
  text-align: right;
}
.cid-tgxfXp5Qs0 P {
  text-align: right;
}
.cid-tgu5OkNFjr .dropdown-menu {
  padding: 12px 0;
}
.cid-tgu5OkNFjr .dropdown-item:hover,
.cid-tgu5OkNFjr .dropdown-item:focus {
  color: white;
  opacity: 0.75;
}
.cid-tgu5OkNFjr .dropdown-item.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-tgu5OkNFjr .nav-dropdown .link {
  padding: 40px 24px !important;
  font-weight: 600 !important;
}
.cid-tgu5OkNFjr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tgu5OkNFjr .nav-link {
  position: relative;
}
.cid-tgu5OkNFjr .container {
  display: flex;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
  justify-content: center !important;
}
.cid-tgu5OkNFjr .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tgu5OkNFjr .navbar-nav {
  justify-content: center;
  margin-left: auto;
}
.cid-tgu5OkNFjr .dropdown-menu,
.cid-tgu5OkNFjr .navbar.opened {
  background: #12566a !important;
}
.cid-tgu5OkNFjr .nav-item:focus,
.cid-tgu5OkNFjr .nav-link:focus {
  outline: none;
}
.cid-tgu5OkNFjr .nav-item:hover .link {
  opacity: 0.75;
  transition: all 200ms ease-in-out;
}
.cid-tgu5OkNFjr .nav-item .link.display-4 {
  font-size: 14px;
}
.cid-tgu5OkNFjr .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-tgu5OkNFjr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tgu5OkNFjr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tgu5OkNFjr .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-tgu5OkNFjr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tgu5OkNFjr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tgu5OkNFjr .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #034969;
  background: none;
}
.cid-tgu5OkNFjr .navbar.opened {
  transition: all 0.3s;
  width: 300px;
  height: 100%;
  padding: 0px 30px 10px 30px;
}
.cid-tgu5OkNFjr .navbar.opened .container {
  align-self: flex-start;
  margin: 0px;
}
.cid-tgu5OkNFjr .navbar.opened .container .navbar-brand {
  padding: 3rem 0 2rem;
}
.cid-tgu5OkNFjr .navbar.opened .container button.navbar-toggler {
  position: absolute;
  top: 1.3rem;
  left: auto;
  right: -0.5rem;
}
.cid-tgu5OkNFjr .navbar.opened .container button.navbar-toggler .hamburger span {
  width: 15px;
  height: 3px;
}
.cid-tgu5OkNFjr .navbar.opened .container ul.navbar-nav li {
  margin: 0;
}
.cid-tgu5OkNFjr .navbar.opened .container ul.navbar-nav li .link {
  justify-content: flex-start;
}
.cid-tgu5OkNFjr .navbar.opened .container .nav-dropdown .link {
  padding: 14px 42px 14px 0 !important;
}
.cid-tgu5OkNFjr .navbar .dropdown-item {
  padding: 12px 40px 12px 24px;
}
.cid-tgu5OkNFjr .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tgu5OkNFjr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tgu5OkNFjr .navbar.collapsed .navbar-toggler {
  -webkit-flex-basis: auto;
  flex-basis: auto;
  margin-left: auto;
}
.cid-tgu5OkNFjr .navbar.collapsed.opened {
  position: fixed;
}
.cid-tgu5OkNFjr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
  padding-left: 20px;
}
.cid-tgu5OkNFjr .navbar.collapsed.opened .dropdown-menu .dropdown-item {
  padding: 14px 45px 14px 0 !important;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tgu5OkNFjr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tgu5OkNFjr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tgu5OkNFjr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tgu5OkNFjr .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-tgu5OkNFjr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tgu5OkNFjr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tgu5OkNFjr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tgu5OkNFjr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tgu5OkNFjr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tgu5OkNFjr .navbar .dropdown-menu {
    padding-left: 20px;
  }
  .cid-tgu5OkNFjr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tgu5OkNFjr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tgu5OkNFjr .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-tgu5OkNFjr .navbar .dropdown-menu .dropdown-item {
    padding: 14px 45px 14px 0 !important;
    text-align: left;
  }
  .cid-tgu5OkNFjr .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tgu5OkNFjr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tgu5OkNFjr .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-tgu5OkNFjr .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
    margin-left: auto;
  }
  .cid-tgu5OkNFjr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tgu5OkNFjr .navbar.navbar-short {
  background: #034969 !important;
  min-height: 60px;
}
.cid-tgu5OkNFjr .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tgu5OkNFjr .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tgu5OkNFjr .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-tgu5OkNFjr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tgu5OkNFjr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tgu5OkNFjr .dropdown-item.active,
.cid-tgu5OkNFjr .dropdown-item:active {
  background-color: transparent;
}
.cid-tgu5OkNFjr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tgu5OkNFjr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tgu5OkNFjr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tgu5OkNFjr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #034969;
}
.cid-tgu5OkNFjr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tgu5OkNFjr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tgu5OkNFjr ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tgu5OkNFjr .navbar-buttons {
  text-align: center;
}
.cid-tgu5OkNFjr 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-tgu5OkNFjr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f9fafb;
}
.cid-tgu5OkNFjr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tgu5OkNFjr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tgu5OkNFjr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tgu5OkNFjr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tgu5OkNFjr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tgu5OkNFjr nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tgu5OkNFjr nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tgu5OkNFjr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tgu5OkNFjr .navbar-dropdown {
  position: fixed;
}
.cid-tgu5OkNFjr a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tgu5OkNFjr .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-tgu5OkNFjr .icons-menu span {
  font-size: 22px;
  color: #ffffff;
  transition: all 200ms ease-in-out;
}
.cid-tgu5OkNFjr .icons-menu span:hover {
  opacity: 0.7;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tgu5OkNFjr .navbar {
    height: 77px;
  }
  .cid-tgu5OkNFjr .navbar.opened {
    height: auto;
  }
  .cid-tgu5OkNFjr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tgu5Ola4ny {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #034969;
  overflow: hidden;
}
.cid-tgu5Ola4ny svg {
  fill: #ffffff !important;
  pointer-events: none;
}
.cid-tgu5Ola4ny #e2_shape {
  fill: #ffffff !important;
}
.cid-tgu5Ola4ny .mbr-section-title.display-1 {
  line-height: 1.24;
}
.cid-tgu5Ola4ny .mbr-text {
  font-weight: 300;
}
.cid-tgu5Ola4ny .mbr-text.display-5 {
  font-size: 24px;
  line-height: 1.416;
}
.cid-tgu5Ola4ny .btn-white {
  color: #404040 !important;
}
.cid-tgu5Ola4ny .btn.display-4 {
  font-size: 14px;
  line-height: 1;
  padding: 21px 30px 20px;
}
.cid-tgu5Ola4ny .btn.display-4 .mbr-iconfont {
  font-size: 0.9rem;
  margin-right: 5px;
}
@media (max-width: 991px) {
  .cid-tgu5Ola4ny .img-wrap {
    display: none;
  }
}
@media (max-width: 768px) {
  .cid-tgu5Ola4ny {
    padding: 30px;
  }
  .cid-tgu5Ola4ny svg {
    display: none;
  }
}
.cid-tgu5Ola4ny .mbr-section-title,
.cid-tgu5Ola4ny .mbr-section-btn {
  text-align: center;
}
.cid-tgu5Ola4ny .mbr-text,
.cid-tgu5Ola4ny .mbr-section-btn {
  text-align: center;
}
.cid-tgu780SVVC {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tgu780SVVC .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #034969;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 16px;
}
.cid-tgu780SVVC .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-tgu780SVVC .main-title {
  color: #404040;
  margin-bottom: 26px;
}
.cid-tgu780SVVC .main-title.display-2 {
  line-height: 1.375;
}
.cid-tgu780SVVC .mbr-section-subtitle {
  color: #5f86be;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-tgu780SVVC .mbr-text {
  color: #606060;
}
.cid-tgu780SVVC .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-tgu780SVVC .mbr-section-btn {
  margin-top: 24px;
}
.cid-tgu780SVVC .mbr-section-btn .btn {
  margin-left: 14.1px;
  padding: 18px 26px;
}
.cid-tgu780SVVC .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-tgu780SVVC .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-tgu780SVVC .mbr-text,
.cid-tgu780SVVC .mbr-section-btn {
  text-align: left;
}
.cid-tgu5Onb5E3 {
  padding-top: 105px;
  padding-bottom: 30px;
  background-color: #102f62;
  background: linear-gradient(0deg, #102f62, #034969);
}
.cid-tgu5Onb5E3 ul {
  padding: 0;
  margin: 0;
}
.cid-tgu5Onb5E3 ul li {
  list-style: none;
}
.cid-tgu5Onb5E3 ul li h4 {
  margin: 0;
}
.cid-tgu5Onb5E3 ul li h4.display-4 {
  line-height: 1.75;
}
.cid-tgu5Onb5E3 .item {
  color: #cacaca;
}
.cid-tgu5Onb5E3 .col-title {
  color: #ffffff;
  text-align: left;
}
.cid-tgu5Onb5E3 .col-title.display-2 {
  font-size: 2.1rem;
}
.cid-tgu5Onb5E3 .col-title1 {
  margin-bottom: 40px;
}
.cid-tgu5Onb5E3 .form-group,
.cid-tgu5Onb5E3 .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-tgu5Onb5E3 .form-control {
  display: inline-block;
  border: none;
  border-radius: 25px;
  width: 100%;
  padding: 0 25px;
  background: rgba(255, 255, 255, 0.07);
  color: #ffffff;
  margin-right: 10px;
  height: 50px;
  line-height: 50px;
}
.cid-tgu5Onb5E3 .form-control::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-tgu5Onb5E3 .form-control::-moz-placeholder {
  color: #ffffff;
}
.cid-tgu5Onb5E3 .form-control:-moz-placeholder {
  color: #ffffff;
}
.cid-tgu5Onb5E3 .form-control:-ms-input-placeholder {
  color: #ffffff;
}
.cid-tgu5Onb5E3 .col + .mbr-section-btn .btn,
.cid-tgu5Onb5E3 .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 30px !important;
  padding: 14.5px 26px 14.5px !important;
}
.cid-tgu5Onb5E3 .col + .mbr-section-btn .btn.display-4,
.cid-tgu5Onb5E3 .col-auto + .mbr-section-btn .btn.display-4 {
  font-size: 13px;
}
.cid-tgu5Onb5E3 .col + .mbr-section-btn .btn:hover,
.cid-tgu5Onb5E3 .col-auto + .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(132, 138, 189, 0.2);
}
.cid-tgu5Onb5E3 .dragArea > *:nth-last-child(2).col,
.cid-tgu5Onb5E3 .dragArea > *:nth-last-child(2).col-auto,
.cid-tgu5Onb5E3 .col + .mbr-section-btn,
.cid-tgu5Onb5E3 .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
.cid-tgu5Onb5E3 .form1 {
  margin-top: 30px;
}
.cid-tgu5Onb5E3 .fill-light-wrapper {
  fill: #ffffff;
  z-index: 2 !important;
  top: 0;
}
@media (max-width: 768px) {
  .cid-tgu5Onb5E3 .md-pb {
    margin-bottom: 30px;
  }
}
.cid-tgu5Onb5E3 H5 {
  text-align: right;
}
.cid-tgu5Onb5E3 P {
  text-align: right;
}
.cid-tgYDJMUh2P .dropdown-menu {
  padding: 12px 0;
}
.cid-tgYDJMUh2P .dropdown-item:hover,
.cid-tgYDJMUh2P .dropdown-item:focus {
  color: white;
  opacity: 0.75;
}
.cid-tgYDJMUh2P .dropdown-item.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-tgYDJMUh2P .nav-dropdown .link {
  padding: 40px 24px !important;
  font-weight: 600 !important;
}
.cid-tgYDJMUh2P .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tgYDJMUh2P .nav-link {
  position: relative;
}
.cid-tgYDJMUh2P .container {
  display: flex;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
  justify-content: center !important;
}
.cid-tgYDJMUh2P .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tgYDJMUh2P .navbar-nav {
  justify-content: center;
  margin-left: auto;
}
.cid-tgYDJMUh2P .dropdown-menu,
.cid-tgYDJMUh2P .navbar.opened {
  background: #12566a !important;
}
.cid-tgYDJMUh2P .nav-item:focus,
.cid-tgYDJMUh2P .nav-link:focus {
  outline: none;
}
.cid-tgYDJMUh2P .nav-item:hover .link {
  opacity: 0.75;
  transition: all 200ms ease-in-out;
}
.cid-tgYDJMUh2P .nav-item .link.display-4 {
  font-size: 14px;
}
.cid-tgYDJMUh2P .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-tgYDJMUh2P .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tgYDJMUh2P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tgYDJMUh2P .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-tgYDJMUh2P .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tgYDJMUh2P .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tgYDJMUh2P .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #034969;
  background: none;
}
.cid-tgYDJMUh2P .navbar.opened {
  transition: all 0.3s;
  width: 300px;
  height: 100%;
  padding: 0px 30px 10px 30px;
}
.cid-tgYDJMUh2P .navbar.opened .container {
  align-self: flex-start;
  margin: 0px;
}
.cid-tgYDJMUh2P .navbar.opened .container .navbar-brand {
  padding: 3rem 0 2rem;
}
.cid-tgYDJMUh2P .navbar.opened .container button.navbar-toggler {
  position: absolute;
  top: 1.3rem;
  left: auto;
  right: -0.5rem;
}
.cid-tgYDJMUh2P .navbar.opened .container button.navbar-toggler .hamburger span {
  width: 15px;
  height: 3px;
}
.cid-tgYDJMUh2P .navbar.opened .container ul.navbar-nav li {
  margin: 0;
}
.cid-tgYDJMUh2P .navbar.opened .container ul.navbar-nav li .link {
  justify-content: flex-start;
}
.cid-tgYDJMUh2P .navbar.opened .container .nav-dropdown .link {
  padding: 14px 42px 14px 0 !important;
}
.cid-tgYDJMUh2P .navbar .dropdown-item {
  padding: 12px 40px 12px 24px;
}
.cid-tgYDJMUh2P .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tgYDJMUh2P .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tgYDJMUh2P .navbar.collapsed .navbar-toggler {
  -webkit-flex-basis: auto;
  flex-basis: auto;
  margin-left: auto;
}
.cid-tgYDJMUh2P .navbar.collapsed.opened {
  position: fixed;
}
.cid-tgYDJMUh2P .navbar.collapsed.opened .dropdown-menu {
  top: 0;
  padding-left: 20px;
}
.cid-tgYDJMUh2P .navbar.collapsed.opened .dropdown-menu .dropdown-item {
  padding: 14px 45px 14px 0 !important;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tgYDJMUh2P .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tgYDJMUh2P .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tgYDJMUh2P .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tgYDJMUh2P .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-tgYDJMUh2P .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tgYDJMUh2P .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tgYDJMUh2P .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tgYDJMUh2P .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tgYDJMUh2P .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tgYDJMUh2P .navbar .dropdown-menu {
    padding-left: 20px;
  }
  .cid-tgYDJMUh2P .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tgYDJMUh2P .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tgYDJMUh2P .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-tgYDJMUh2P .navbar .dropdown-menu .dropdown-item {
    padding: 14px 45px 14px 0 !important;
    text-align: left;
  }
  .cid-tgYDJMUh2P .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tgYDJMUh2P .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tgYDJMUh2P .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-tgYDJMUh2P .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
    margin-left: auto;
  }
  .cid-tgYDJMUh2P .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tgYDJMUh2P .navbar.navbar-short {
  background: #034969 !important;
  min-height: 60px;
}
.cid-tgYDJMUh2P .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tgYDJMUh2P .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tgYDJMUh2P .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-tgYDJMUh2P .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tgYDJMUh2P .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tgYDJMUh2P .dropdown-item.active,
.cid-tgYDJMUh2P .dropdown-item:active {
  background-color: transparent;
}
.cid-tgYDJMUh2P .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tgYDJMUh2P .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tgYDJMUh2P .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tgYDJMUh2P .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #034969;
}
.cid-tgYDJMUh2P .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tgYDJMUh2P .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tgYDJMUh2P ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tgYDJMUh2P .navbar-buttons {
  text-align: center;
}
.cid-tgYDJMUh2P 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-tgYDJMUh2P button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f9fafb;
}
.cid-tgYDJMUh2P button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tgYDJMUh2P button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tgYDJMUh2P button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tgYDJMUh2P button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tgYDJMUh2P nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tgYDJMUh2P nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tgYDJMUh2P nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tgYDJMUh2P nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tgYDJMUh2P .navbar-dropdown {
  position: fixed;
}
.cid-tgYDJMUh2P a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tgYDJMUh2P .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-tgYDJMUh2P .icons-menu span {
  font-size: 22px;
  color: #ffffff;
  transition: all 200ms ease-in-out;
}
.cid-tgYDJMUh2P .icons-menu span:hover {
  opacity: 0.7;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tgYDJMUh2P .navbar {
    height: 77px;
  }
  .cid-tgYDJMUh2P .navbar.opened {
    height: auto;
  }
  .cid-tgYDJMUh2P .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tgYDJNE25p {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #034969;
  overflow: hidden;
}
.cid-tgYDJNE25p svg {
  fill: #ffffff !important;
  pointer-events: none;
}
.cid-tgYDJNE25p #e2_shape {
  fill: #ffffff !important;
}
.cid-tgYDJNE25p .mbr-section-title.display-1 {
  line-height: 1.24;
}
.cid-tgYDJNE25p .mbr-text {
  font-weight: 300;
}
.cid-tgYDJNE25p .mbr-text.display-5 {
  font-size: 24px;
  line-height: 1.416;
}
.cid-tgYDJNE25p .btn-white {
  color: #404040 !important;
}
.cid-tgYDJNE25p .btn.display-4 {
  font-size: 14px;
  line-height: 1;
  padding: 21px 30px 20px;
}
.cid-tgYDJNE25p .btn.display-4 .mbr-iconfont {
  font-size: 0.9rem;
  margin-right: 5px;
}
@media (max-width: 991px) {
  .cid-tgYDJNE25p .img-wrap {
    display: none;
  }
}
@media (max-width: 768px) {
  .cid-tgYDJNE25p {
    padding: 30px;
  }
  .cid-tgYDJNE25p svg {
    display: none;
  }
}
.cid-tgYDJNE25p .mbr-section-title,
.cid-tgYDJNE25p .mbr-section-btn {
  text-align: center;
}
.cid-tgYDJNE25p .mbr-text,
.cid-tgYDJNE25p .mbr-section-btn {
  text-align: center;
}
.cid-tgYDJO8RwN {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tgYDJO8RwN .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #034969;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 16px;
}
.cid-tgYDJO8RwN .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-tgYDJO8RwN .main-title {
  color: #404040;
  margin-bottom: 26px;
}
.cid-tgYDJO8RwN .main-title.display-2 {
  line-height: 1.375;
}
.cid-tgYDJO8RwN .mbr-section-subtitle {
  color: #5f86be;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-tgYDJO8RwN .mbr-text {
  color: #606060;
}
.cid-tgYDJO8RwN .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-tgYDJO8RwN .mbr-section-btn {
  margin-top: 24px;
}
.cid-tgYDJO8RwN .mbr-section-btn .btn {
  margin-left: 14.1px;
  padding: 18px 26px;
}
.cid-tgYDJO8RwN .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-tgYDJO8RwN .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-tgYDJO8RwN .mbr-text,
.cid-tgYDJO8RwN .mbr-section-btn {
  text-align: left;
}
.cid-tgYEQpLElj {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tgYEQpLElj .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #034969;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 16px;
}
.cid-tgYEQpLElj .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-tgYEQpLElj .main-title {
  color: #404040;
  margin-bottom: 26px;
}
.cid-tgYEQpLElj .main-title.display-2 {
  line-height: 1.375;
}
.cid-tgYEQpLElj .mbr-section-subtitle {
  color: #5f86be;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-tgYEQpLElj .mbr-text {
  color: #606060;
}
.cid-tgYEQpLElj .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-tgYEQpLElj .mbr-section-btn {
  margin-top: 24px;
}
.cid-tgYEQpLElj .mbr-section-btn .btn {
  margin-left: 14.1px;
  padding: 18px 26px;
}
.cid-tgYEQpLElj .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-tgYEQpLElj .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-tgYEBguZyx {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tgYEBguZyx .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #034969;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 16px;
}
.cid-tgYEBguZyx .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-tgYEBguZyx .main-title {
  color: #404040;
  margin-bottom: 26px;
}
.cid-tgYEBguZyx .main-title.display-2 {
  line-height: 1.375;
}
.cid-tgYEBguZyx .mbr-section-subtitle {
  color: #5f86be;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-tgYEBguZyx .mbr-text {
  color: #606060;
}
.cid-tgYEBguZyx .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-tgYEBguZyx .mbr-section-btn {
  margin-top: 24px;
}
.cid-tgYEBguZyx .mbr-section-btn .btn {
  margin-left: 14.1px;
  padding: 18px 26px;
}
.cid-tgYEBguZyx .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-tgYEBguZyx .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-tgYDJOrt3k {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tgYDJOrt3k .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #034969;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 16px;
}
.cid-tgYDJOrt3k .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-tgYDJOrt3k .main-title {
  color: #404040;
  margin-bottom: 26px;
}
.cid-tgYDJOrt3k .main-title.display-2 {
  line-height: 1.375;
}
.cid-tgYDJOrt3k .mbr-section-subtitle {
  color: #5f86be;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-tgYDJOrt3k .mbr-text {
  color: #606060;
}
.cid-tgYDJOrt3k .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-tgYDJOrt3k .mbr-section-btn {
  margin-top: 24px;
}
.cid-tgYDJOrt3k .mbr-section-btn .btn {
  margin-left: 14.1px;
  padding: 18px 26px;
}
.cid-tgYDJOrt3k .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-tgYDJOrt3k .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-tgYDJOIHoM {
  padding-top: 105px;
  padding-bottom: 30px;
  background-color: #102f62;
  background: linear-gradient(0deg, #102f62, #034969);
}
.cid-tgYDJOIHoM ul {
  padding: 0;
  margin: 0;
}
.cid-tgYDJOIHoM ul li {
  list-style: none;
}
.cid-tgYDJOIHoM ul li h4 {
  margin: 0;
}
.cid-tgYDJOIHoM ul li h4.display-4 {
  line-height: 1.75;
}
.cid-tgYDJOIHoM .item {
  color: #cacaca;
}
.cid-tgYDJOIHoM .col-title {
  color: #ffffff;
  text-align: left;
}
.cid-tgYDJOIHoM .col-title.display-2 {
  font-size: 2.1rem;
}
.cid-tgYDJOIHoM .col-title1 {
  margin-bottom: 40px;
}
.cid-tgYDJOIHoM .form-group,
.cid-tgYDJOIHoM .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-tgYDJOIHoM .form-control {
  display: inline-block;
  border: none;
  border-radius: 25px;
  width: 100%;
  padding: 0 25px;
  background: rgba(255, 255, 255, 0.07);
  color: #ffffff;
  margin-right: 10px;
  height: 50px;
  line-height: 50px;
}
.cid-tgYDJOIHoM .form-control::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-tgYDJOIHoM .form-control::-moz-placeholder {
  color: #ffffff;
}
.cid-tgYDJOIHoM .form-control:-moz-placeholder {
  color: #ffffff;
}
.cid-tgYDJOIHoM .form-control:-ms-input-placeholder {
  color: #ffffff;
}
.cid-tgYDJOIHoM .col + .mbr-section-btn .btn,
.cid-tgYDJOIHoM .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 30px !important;
  padding: 14.5px 26px 14.5px !important;
}
.cid-tgYDJOIHoM .col + .mbr-section-btn .btn.display-4,
.cid-tgYDJOIHoM .col-auto + .mbr-section-btn .btn.display-4 {
  font-size: 13px;
}
.cid-tgYDJOIHoM .col + .mbr-section-btn .btn:hover,
.cid-tgYDJOIHoM .col-auto + .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(132, 138, 189, 0.2);
}
.cid-tgYDJOIHoM .dragArea > *:nth-last-child(2).col,
.cid-tgYDJOIHoM .dragArea > *:nth-last-child(2).col-auto,
.cid-tgYDJOIHoM .col + .mbr-section-btn,
.cid-tgYDJOIHoM .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
.cid-tgYDJOIHoM .form1 {
  margin-top: 30px;
}
.cid-tgYDJOIHoM .fill-light-wrapper {
  fill: #ffffff;
  z-index: 2 !important;
  top: 0;
}
@media (max-width: 768px) {
  .cid-tgYDJOIHoM .md-pb {
    margin-bottom: 30px;
  }
}
.cid-tgYDJOIHoM H5 {
  text-align: right;
}
.cid-tgYDJOIHoM P {
  text-align: right;
}
