body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Poppins', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Poppins', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Poppins', sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.125rem;
}
.display-5 {
  font-family: 'Poppins', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- 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: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((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: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #1d3e74 !important;
}
.bg-success {
  background-color: #e5c470 !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #1d3e74 !important;
  border-color: #1d3e74 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #0c192f !important;
  border-color: #0c192f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0c192f !important;
  border-color: #0c192f !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #e5c470 !important;
  border-color: #e5c470 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #d7a627 !important;
  border-color: #d7a627 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #d7a627 !important;
  border-color: #d7a627 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #1d3e74;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #0c192f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #1d3e74 !important;
  border-color: #1d3e74 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #e5c470;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #d7a627 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #e5c470 !important;
  border-color: #e5c470 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #1d3e74 !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #e5c470 !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #091222 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #ca9c25 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #1d3e74;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #1d3e74;
  border-color: #1d3e74;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #1d3e74;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #4177d0;
}
.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: #ffffff;
}
.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: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Poppins', sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.125rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #1d3e74 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Poppins', sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.125rem;
}
blockquote {
  border-color: #1d3e74;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.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 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #1d3e74;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #1d3e74;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #1d3e74;
  border-bottom-color: #1d3e74;
}
.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: #1d3e74 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ff6666 !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='%231d3e74' %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-ta5ZTvf92b {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ta5ZTvf92b .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-ta5ZTvf92b .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-ta5ZTvf92b .iconfont-wrapper {
  color: #073b4c !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-ta5ZTvf92b .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-ta5ZTvf92b .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-ta5ZTvf92b .container {
    padding: 0 1rem;
  }
}
.cid-ta5ZTvf92b .menu-tite {
  background: #1d3e74;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #e5c470;
}
.cid-ta5ZTvf92b .nav-link {
  position: relative;
}
.cid-ta5ZTvf92b .nav-link:hover {
  color: #47b5ed !important;
}
.cid-ta5ZTvf92b nav.navbar {
  position: fixed;
}
.cid-ta5ZTvf92b .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-ta5ZTvf92b .navbar.opened {
  transition: all 0.3s;
}
.cid-ta5ZTvf92b .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ta5ZTvf92b .navbar .navbar-logo img {
  width: auto;
}
.cid-ta5ZTvf92b .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ta5ZTvf92b .navbar.collapsed {
  justify-content: center;
}
.cid-ta5ZTvf92b .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ta5ZTvf92b .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ta5ZTvf92b .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-ta5ZTvf92b .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ta5ZTvf92b .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ta5ZTvf92b .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ta5ZTvf92b .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ta5ZTvf92b .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ta5ZTvf92b .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ta5ZTvf92b .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ta5ZTvf92b .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ta5ZTvf92b .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ta5ZTvf92b .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ta5ZTvf92b .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ta5ZTvf92b .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ta5ZTvf92b .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ta5ZTvf92b .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ta5ZTvf92b .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ta5ZTvf92b .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ta5ZTvf92b .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ta5ZTvf92b .navbar.navbar-short {
  min-height: 60px;
}
.cid-ta5ZTvf92b .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ta5ZTvf92b .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ta5ZTvf92b .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ta5ZTvf92b .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ta5ZTvf92b .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ta5ZTvf92b .dropdown-item:hover,
.cid-ta5ZTvf92b .dropdown-item:focus {
  background: #1d3e74 !important;
  color: white !important;
}
.cid-ta5ZTvf92b .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ta5ZTvf92b .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ta5ZTvf92b .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-ta5ZTvf92b .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ta5ZTvf92b .dropdown-menu,
.cid-ta5ZTvf92b .navbar.opened {
  background: #ffffff !important;
}
.cid-ta5ZTvf92b .nav-item:focus,
.cid-ta5ZTvf92b .nav-link:focus {
  outline: none;
}
.cid-ta5ZTvf92b .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ta5ZTvf92b .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ta5ZTvf92b .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ta5ZTvf92b .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ta5ZTvf92b .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ta5ZTvf92b .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ta5ZTvf92b .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ta5ZTvf92b .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ta5ZTvf92b .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ta5ZTvf92b .dropdown-item.active,
.cid-ta5ZTvf92b .dropdown-item:active {
  background-color: transparent;
}
.cid-ta5ZTvf92b .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ta5ZTvf92b .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ta5ZTvf92b .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ta5ZTvf92b .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ta5ZTvf92b .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ta5ZTvf92b .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ta5ZTvf92b ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ta5ZTvf92b .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ta5ZTvf92b button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ta5ZTvf92b button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #073b4c;
}
.cid-ta5ZTvf92b button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ta5ZTvf92b button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ta5ZTvf92b button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ta5ZTvf92b button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ta5ZTvf92b nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ta5ZTvf92b nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ta5ZTvf92b nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ta5ZTvf92b nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ta5ZTvf92b .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ta5ZTvf92b a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ta5ZTvf92b .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ta5ZTvf92b .navbar {
    height: 70px;
  }
  .cid-ta5ZTvf92b .navbar.opened {
    height: auto;
  }
  .cid-ta5ZTvf92b .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tcT7cfxZgt {
  position: relative;
  padding-top: 8rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/1444837919-1.jpeg");
}
@media (min-width: 992px) {
  .cid-tcT7cfxZgt .display-1 {
    font-size: 120px;
  }
  .cid-tcT7cfxZgt .display-2 {
    font-size: 40px;
  }
  .cid-tcT7cfxZgt .display-5 {
    font-size: 29px;
  }
}
.cid-tcT7cfxZgt .mbr-section-subtitle {
  font-weight: 300;
}
.cid-tcT7cfxZgt .mbr-section-btn {
  z-index: 3;
  margin-left: 0;
  margin-right: 0;
  position: absolute;
  right: 0;
  bottom: -55px;
}
@media (max-width: 991px) {
  .cid-tcT7cfxZgt .mbr-section-btn {
    width: 100%;
    bottom: 0px;
  }
}
.cid-tcT7cfxZgt .btn-success {
  color: #18293D !important;
}
.cid-tcT7cfxZgt .btn {
  box-shadow: none !important;
  border-radius: 0 !important;
  font-weight: 400;
  min-height: 110px;
  padding-right: 120px;
  padding-left: 120px;
  margin: 0;
}
.cid-tcT7cfxZgt .btn:hover {
  background: #BEE1E6 !important;
  border-color: #BEE1E6 !important;
  color: #18293D !important;
}
@media (max-width: 991px) {
  .cid-tcT7cfxZgt .btn {
    width: 50%;
    min-height: 80px;
  }
}
@media (max-width: 767px) {
  .cid-tcT7cfxZgt .btn {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.cid-tcT7cfxZgt .one:hover {
  background: #88bbd8 !important;
  border-color: #88bbd8 !important;
}
.cid-tcT7cfxZgt .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tcT7cfxZgt .soc-item {
  align-items: center;
  padding: 0.5rem 0.5rem 0.4rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  line-height: 3em;
  font-size: 16px;
  background: #000000;
  cursor: pointer;
  margin-right: 1.5rem;
  height: 25px;
  width: 25px;
}
.cid-tcT7cfxZgt .soc-item span {
  color: #ffffff;
  z-index: 99999;
}
.cid-tcT7cfxZgt .mbr-section-title {
  color: #1d3e74;
}
.cid-tbzqTSXj33 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #f4f8fa;
}
.cid-tbzqTSXj33 .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-tbzqTSXj33 .photo-split {
  position: relative;
}
.cid-tbzqTSXj33 .photo-split .image-wrap img {
  max-width: 100%;
  max-height: 800px;
  z-index: 9;
  position: relative;
}
.cid-tbzqTSXj33 .photo-split .element-outer {
  border-radius: 100%;
  padding: 60px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -45px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-tbzqTSXj33 .photo-split .element-outer2 {
  border-radius: 100%;
  padding: 100px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -80px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-tbzqTSXj33 .photo-split .element-inner {
  position: absolute;
  z-index: 10;
  left: -22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-tbzqTSXj33 .photo-split .element-inner .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 31px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #4f87fb;
  margin-right: 15px;
  z-index: 10;
}
.cid-tbzqTSXj33 .wrap-block {
  padding: 3rem 3rem;
}
.cid-tbzqTSXj33 .wrap-block .contents {
  margin-bottom: 40px;
  padding-right: 50px;
}
.cid-tbzqTSXj33 .wrap-block .contents .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-tbzqTSXj33 .wrap-block .contents .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-tbzqTSXj33 .wrap-block .contents .mbr-section-title {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-tbzqTSXj33 .wrap-block .contents .mbr-section-text {
  line-height: 1.5;
  margin-top: 10px;
}
.cid-tbzqTSXj33 .wrap-block .contents .mbr-section-text.display-7 {
  font-size: 20px;
}
.cid-tbzqTSXj33 .wrap-block .contents .mbr-section-text.display-4 {
  font-size: 16px;
}
.cid-tbzqTSXj33 .wrap-block .contents h3 {
  color: #130947;
  letter-spacing: -0.5px;
}
.cid-tbzqTSXj33 .wrap-block .contents h4 {
  color: #6d7a8c;
}
.cid-tbzqTSXj33 .info-widget {
  padding-top: 0.5rem;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.cid-tbzqTSXj33 .info-widget .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 18px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #ffffff;
  margin-right: 15px;
}
.cid-tbzqTSXj33 .info-widget .signature {
  height: 75px;
  display: inline-block;
  margin-right: 15px;
  object-fit: contain;
  width: auto;
}
.cid-tbzqTSXj33 .info-widget .widget-content {
  display: flex;
  vertical-align: baseline;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-tbzqTSXj33 .info-widget .widget-content .widget-title {
  margin-bottom: 7px;
  color: #130947;
}
.cid-tbzqTSXj33 .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  color: #7e7e7e;
}
@media (max-width: 991px) {
  .cid-tbzqTSXj33 .photo-split {
    padding: 3rem 3rem;
  }
  .cid-tbzqTSXj33 .photo-split .element-outer,
  .cid-tbzqTSXj33 .photo-split .element-outer2 {
    display: none;
  }
  .cid-tbzqTSXj33 .photo-split .element-inner {
    left: 0;
  }
}
@media (max-width: 767px) {
  .cid-tbzqTSXj33 .mbr-section-title,
  .cid-tbzqTSXj33 .mbr-section-subtitle,
  .cid-tbzqTSXj33 .mbr-text {
    text-align: left !important;
  }
  .cid-tbzqTSXj33 .social-list {
    text-align: left !important;
  }
}
.cid-tbzqTSXj33 .boldSubtitle {
  margin-top: 40px !important;
}
@media (max-width: 500px) {
  .cid-tbzqTSXj33 .wrap-block {
    padding: 3rem 1rem;
  }
}
.cid-tbzqTSXj33 .wrap-block .contents .mbr-subtitle,
.cid-tbzqTSXj33 .menu-content-right {
  color: #272c52;
}
.cid-tbzqTSXj33 .wrap-block .contents h4,
.cid-tbzqTSXj33 .menu-content-right {
  text-align: left;
}
.cid-tbzqTSXj33 .wrap-block .contents .mbr-section-title,
.cid-tbzqTSXj33 .menu-content-right {
  color: #e5c470;
  text-align: left;
}
.cid-tbzqTSXj33 .wrap-block .contents .mbr-subtitle,
.cid-tbzqTSXj33 .menu-content-right DIV {
  text-align: left;
}
.cid-tbAo9Hclqr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f4f8fa;
}
.cid-tbAo9Hclqr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tbAo9Hclqr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tbAo9Hclqr .mbr-section-title {
  color: #272c52;
}
.cid-ta6CAvFwHX {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f4f8fa;
}
.cid-ta6CAvFwHX .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-ta6CAvFwHX .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ta6CAvFwHX .mbr-iconfont {
  font-size: 2rem;
  color: #6592e6;
  padding-right: 1.5rem;
}
.cid-ta6CAvFwHX .card-title {
  color: #103178;
}
.cid-tdSzOQL7Rr {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f4f8fa;
}
.cid-tdSzOQL7Rr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tdSzOQL7Rr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tdSzOQL7Rr .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-tdSzOQL7Rr .icon-box {
  background: #1d3e74;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tdSzOQL7Rr .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tdSzOQL7Rr .card {
    margin-bottom: 2rem;
  }
  .cid-tdSzOQL7Rr .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tdSzOQL7Rr .card-title,
.cid-tdSzOQL7Rr .card-box {
  color: #1d3e74;
}
.cid-taFeabnGFB {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f4f8fa;
}
.cid-taFeabnGFB .mbr-fallback-image.disabled {
  display: none;
}
.cid-taFeabnGFB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-taFeabnGFB .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-taFeabnGFB .row {
  flex-direction: row-reverse;
}
.cid-taFeabnGFB img {
  width: 100%;
}
.cid-taETZ7PZvt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f4f8fa;
}
@media (max-width: 991px) {
  .cid-taETZ7PZvt .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-taETZ7PZvt .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-taETZ7PZvt .text-wrapper {
    padding: 0 5.5rem;
    margin-bottom: 3rem;
    padding: 0 4rem;
  }
}
@media (max-width: 768px) {
  .cid-taETZ7PZvt .text-wrapper {
    margin-bottom: 0;
  }
}
.cid-taETZ7PZvt .item-btn {
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  position: absolute;
  top: -4.5rem;
  right: 2.5rem;
}
@media (max-width: 992px) {
  .cid-taETZ7PZvt .item-btn {
    width: 6rem;
    height: 6rem;
    top: -3.5rem;
    right: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-taETZ7PZvt .item-btn {
    width: 4rem;
    height: 4rem;
    top: -2.5rem;
    right: 1.5rem;
  }
}
.cid-taETZ7PZvt .icon-wrap span {
  margin: 0;
}
@media (max-width: 768px) {
  .cid-taETZ7PZvt .icon-wrap span {
    transform: scale(0.6);
  }
}
@media (max-width: 600px) {
  .cid-taETZ7PZvt .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-taF36J5JQE {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-taF36J5JQE .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-taF36J5JQE .select {
  z-index: 999;
}
.cid-taF36J5JQE form {
  padding: 2rem 2rem;
  background: #f2f2f4;
  border-radius: 30px;
}
.cid-taF36J5JQE .jq-selectbox__dropdown,
.cid-taF36J5JQE ul {
  border-radius: 20px !important;
}
.cid-taF36J5JQE .jq-selectbox {
  border-radius: 30px;
}
.cid-taF36J5JQE .jq-selectbox__select {
  padding: 1.2rem 1.5rem;
}
.cid-taF36J5JQE .jq-selectbox li {
  padding: 1.2rem 1.5rem;
}
.cid-taF36J5JQE input,
.cid-taF36J5JQE textarea,
.cid-taF36J5JQE .select {
  border-radius: 30px;
}
.cid-taF36J5JQE input,
.cid-taF36J5JQE textarea {
  padding: 2rem 3rem;
}
.cid-taF36J5JQE textarea {
  min-height: 10rem;
}
.cid-taF36J5JQE .form-control,
.cid-taF36J5JQE .field-input {
  padding: 1rem 1.5rem;
  background-color: #ffffff;
  border-color: #f2f2f4;
  color: #181818;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-taF36J5JQE .form-control::-webkit-input-placeholder,
.cid-taF36J5JQE .field-input::-webkit-input-placeholder,
.cid-taF36J5JQE .form-control::-webkit-input-placeholder,
.cid-taF36J5JQE .field-input::-webkit-input-placeholder {
  color: #383838;
}
.cid-taF36J5JQE .form-control:-moz-placeholder,
.cid-taF36J5JQE .field-input:-moz-placeholder,
.cid-taF36J5JQE .form-control:-moz-placeholder,
.cid-taF36J5JQE .field-input:-moz-placeholder {
  color: #383838;
}
.cid-taF36J5JQE .form-control:hover,
.cid-taF36J5JQE .field-input:hover,
.cid-taF36J5JQE .form-control:focus,
.cid-taF36J5JQE .field-input:focus {
  background-color: #ffffff;
  border-color: #e5c470;
  color: #181818;
  box-shadow: none;
  outline: none;
}
.cid-taF36J5JQE .form-control:hover::-webkit-input-placeholder,
.cid-taF36J5JQE .field-input:hover::-webkit-input-placeholder,
.cid-taF36J5JQE .form-control:focus::-webkit-input-placeholder,
.cid-taF36J5JQE .field-input:focus::-webkit-input-placeholder,
.cid-taF36J5JQE .form-control:hover::-webkit-input-placeholder,
.cid-taF36J5JQE .field-input:hover::-webkit-input-placeholder,
.cid-taF36J5JQE .form-control:focus::-webkit-input-placeholder,
.cid-taF36J5JQE .field-input:focus::-webkit-input-placeholder {
  color: #383838;
}
.cid-taF36J5JQE .form-control:hover:-moz-placeholder,
.cid-taF36J5JQE .field-input:hover:-moz-placeholder,
.cid-taF36J5JQE .form-control:focus:-moz-placeholder,
.cid-taF36J5JQE .field-input:focus:-moz-placeholder,
.cid-taF36J5JQE .form-control:hover:-moz-placeholder,
.cid-taF36J5JQE .field-input:hover:-moz-placeholder,
.cid-taF36J5JQE .form-control:focus:-moz-placeholder,
.cid-taF36J5JQE .field-input:focus:-moz-placeholder {
  color: #383838;
}
.cid-taF36J5JQE .jq-number__spin:hover,
.cid-taF36J5JQE .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #e5c470;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-taF36J5JQE .jq-number__spin {
  background-color: #ffffff;
  border-color: #f2f2f4;
  color: #181818;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-taF36J5JQE .jq-selectbox li,
.cid-taF36J5JQE .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-taF36J5JQE .jq-selectbox li:hover,
.cid-taF36J5JQE .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-taF36J5JQE .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-taF36J5JQE .jq-number__spin.minus:hover:after,
.cid-taF36J5JQE .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-taF36J5JQE .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-taF36J5JQE .jq-number__spin.minus:after,
.cid-taF36J5JQE .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-taF36J5JQE input::-webkit-clear-button {
  display: none;
}
.cid-taF36J5JQE input::-webkit-inner-spin-button {
  display: none;
}
.cid-taF36J5JQE input::-webkit-outer-spin-button {
  display: none;
}
.cid-taF36J5JQE input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-taF36J5JQE .icon-wrap {
  display: flex;
  margin-bottom: 4rem;
}
.cid-taF36J5JQE .icon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-taF36J5JQE .align-wrap {
  display: inline-block;
}
.cid-taF36J5JQE .mbr-iconfont {
  font-size: 3.5rem;
  color: #e5c470 !important;
  padding-right: 1.5rem;
  padding-bottom: 4px;
}
.cid-taF36J5JQE .icons-wrap {
  display: flex;
}
.cid-taF36J5JQE .icon-title,
.cid-taF36J5JQE .mbr-iconfont {
  color: #1d3e74;
}
@media (max-width: 767px) {
  .cid-taF36J5JQE form {
    padding: 2rem 1rem;
  }
  .cid-taF36J5JQE .col-auto {
    margin: auto;
    width: 100%;
  }
  .cid-taF36J5JQE .icons-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-taF36J5JQE .icon-wrap {
    margin-right: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-taF36J5JQE .icon-wrap span {
    padding-right: 0rem;
    padding-bottom: 1rem;
  }
  .cid-taF36J5JQE .align-wrap {
    text-align: center;
  }
}
.cid-taD6wRvUz9 {
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .cid-taD6wRvUz9 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.cid-taD6wRvUz9 .container-fluid {
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 992px) {
  .cid-taD6wRvUz9 .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-taD6wRvUz9 .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-taD6wRvUz9 .row {
    position: relative;
  }
}
.cid-taD6wRvUz9 .custom-row {
  display: flex;
  max-width: 1200px;
  padding-left: 12px;
  padding-right: 12px;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-taD6wRvUz9 .custom-row {
    padding-left: 16px;
    padding-right: 16px;
    flex-wrap: nowrap;
  }
}
@media (max-width: 767px) {
  .cid-taD6wRvUz9 .map-col {
    height: 650px;
    order: 2;
    padding: 0!important;
  }
}
.cid-taD6wRvUz9 .col-text {
  position: relative;
}
.cid-taD6wRvUz9 .col-text .radial-svg {
  display: none;
}
@media (max-width: 767px) {
  .cid-taD6wRvUz9 .col-text {
    order: 0;
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .cid-taD6wRvUz9 .col-text {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
@media (min-width: 992px) {
  .cid-taD6wRvUz9 .col-text .radial-svg {
    display: block;
    position: absolute;
    top: 0;
    right: 84%;
    transform: scale(-1, 1);
    height: 100%;
    width: 150px;
    z-index: 1;
  }
  .cid-taD6wRvUz9 .col-text .radial-svg path {
    fill: #ffffff;
  }
}
.cid-taD6wRvUz9 .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .cid-taD6wRvUz9 .text-wrapper {
    padding-left: 4rem;
  }
}
.cid-taD6wRvUz9 .text-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
.cid-taD6wRvUz9 .label-text {
  width: 100%;
  letter-spacing: 2px;
  color: #1d3e74;
  margin-bottom: 4px;
}
@media (max-width: 767px) {
  .cid-taD6wRvUz9 .label-text {
    text-align: center;
  }
}
.cid-taD6wRvUz9 .mbr-section-title {
  margin-bottom: 32px;
  width: 100%;
  color: #111111;
}
@media (max-width: 767px) {
  .cid-taD6wRvUz9 .mbr-section-title {
    text-align: center;
    margin-bottom: 20px;
  }
}
.cid-taD6wRvUz9 .contact-container {
  margin-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-taD6wRvUz9 .contact-container {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-taD6wRvUz9 .contact-container .phone-container {
  padding: 16px 25px;
  background-color: #1d3e74;
  border-radius: 5px;
  margin-bottom: 10px;
  margin-right: 16px;
}
@media (max-width: 767px) {
  .cid-taD6wRvUz9 .contact-container .phone-container {
    width: 100%;
    margin-right: 0;
  }
}
.cid-taD6wRvUz9 .contact-container .email-container {
  padding: 16px 25px;
  background-color: #e5c470;
  border-radius: 5px;
  margin-bottom: 10px;
  margin-right: 16px;
}
@media (max-width: 767px) {
  .cid-taD6wRvUz9 .contact-container .email-container {
    width: 100%;
    margin-right: 0;
  }
}
.cid-taD6wRvUz9 .contact-text {
  color: #ffffff;
}
.cid-taD6wRvUz9 .cards-container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  padding: 0;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .cid-taD6wRvUz9 .cards-container {
    text-align: center;
  }
}
.cid-taD6wRvUz9 .cards-title {
  margin-bottom: 12px;
}
.cid-taD6wRvUz9 .card {
  padding: 9px 0;
}
.cid-taD6wRvUz9 .card-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .cid-taD6wRvUz9 .card-wrapper {
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .cid-taD6wRvUz9 .card-title {
    font-size: 1.5rem !important;
  }
}
.cid-taD6wRvUz9 .icon-box {
  margin-right: 12px;
}
.cid-taD6wRvUz9 .icon-box .mbr-iconfont {
  color: #111111;
}
.cid-taD6wRvUz9 .card-text {
  color: #555555;
  letter-spacing: inherit;
  flex-grow: 1;
}
.cid-taD6wRvUz9 .btn-container {
  width: 100%;
}
.cid-taD6wRvUz9 .mbr-section-btn {
  margin-top: 10px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-taD6wRvUz9 .mbr-section-btn {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
  }
}
.cid-taD6wRvUz9 .mbr-section-btn .btn {
  padding: 0;
  transition: all 0.3s ease 0s;
}
.cid-taD6wRvUz9 .mbr-section-btn .btn span {
  margin-left: 0;
  padding-left: 0.5rem;
  transition: all 0.3s ease 0s;
}
.cid-taD6wRvUz9 .mbr-section-btn .btn:hover span {
  padding-left: 1.25rem;
}
.cid-taD6wRvUz9 .google-map {
  position: absolute;
}
@media (max-width: 767px) {
  .cid-taD6wRvUz9 .google-map {
    height: 650px;
    width: 100%;
    padding: 0;
    left: 0;
    bottom: 0;
  }
}
@media (min-width: 768px) {
  .cid-taD6wRvUz9 .google-map {
    height: 100%;
    width: 50%;
    padding: 0;
    left: 0;
    top: 0;
  }
}
.cid-taD6wRvUz9 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-taD6wRvUz9 .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-taD6wRvUz9 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-taD6wRvUz9 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-taD6pFNpAM {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #1d3e74;
  overflow: hidden;
}
.cid-tcVbF8bfcW {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #f4f8fa;
}
@media (max-width: 991px) {
  .cid-tcVbF8bfcW .image-wrapper {
    width: 100%;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tcVbF8bfcW .image-wrapper {
    width: 49%;
  }
}
.cid-tcVbF8bfcW .text-wrapper {
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tcVbF8bfcW .text-wrapper {
    width: 100%;
    text-align: center;
  }
  .cid-tcVbF8bfcW .text-wrapper h3 {
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .cid-tcVbF8bfcW .text-wrapper p {
    width: 100%;
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tcVbF8bfcW .text-wrapper {
    padding: 0 4rem;
    width: 49%;
  }
  .cid-tcVbF8bfcW .text-wrapper h3 {
    width: 85%;
    margin-bottom: 2.2rem;
    width: 100%;
  }
  .cid-tcVbF8bfcW .text-wrapper p {
    width: 50%;
    margin-bottom: 1rem;
    width: 100%;
  }
}
.cid-tcVbF8bfcW .item-btn {
  width: 10.6rem;
  height: 10.6rem;
  position: absolute;
  top: 5.2rem;
  right: 3.5rem;
}
.cid-tcVbF8bfcW .item-btn:hover {
  opacity: 0.8;
}
.cid-tcVbF8bfcW .item-btn:hover > span {
  transform: scale(1.3) translateY(0.5rem);
}
.cid-tcVbF8bfcW .item-btn span {
  transform: scale(1.3);
  transition: all 0.8s;
}
@media (max-width: 1199px) {
  .cid-tcVbF8bfcW .item-btn {
    width: 7.6rem;
    height: 7.6rem;
    top: 6.2rem;
    right: 2.5rem;
  }
  .cid-tcVbF8bfcW .item-btn:hover > span {
    transform: translateY(0.5rem);
  }
}
@media (max-width: 992px) {
  .cid-tcVbF8bfcW .item-btn {
    width: 4rem;
    height: 4rem;
    position: static;
    display: inline-flex;
    align-self: center;
    margin-bottom: 1.6rem;
  }
  .cid-tcVbF8bfcW .item-btn:hover > span {
    transform: scale(0.6) translateY(0.3rem);
  }
  .cid-tcVbF8bfcW .item-btn span {
    transform: scale(0.6);
    transition: all 0.8s;
  }
}
@media (max-width: 767px) {
  .cid-tcVbF8bfcW .item-btn {
    position: static;
    margin-top: 0rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 600px) {
  .cid-tcVbF8bfcW .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-tcVbF8bfcW .mbr-section-title a {
  color: #9b9ba5;
}
.cid-tcVbF8bfcW P {
  color: #9b9ba5;
}
.cid-tcVbF8bfcW .mbr-section-subtitle {
  color: #1d3e74;
}
.cid-tcVbF8bfcW .mbr-section-title {
  color: #5b6c8f;
}
.cid-tcVn11eM5V {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/dots.svg");
  background-repeat: repeat;
  background-size: 30px 30px;
}
.cid-tcVn11eM5V .f-row {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-tcVn11eM5V .f-row {
    flex-direction: row;
  }
}
@media (max-width: 991px) {
  .cid-tcVn11eM5V .f-item {
    flex: 1 1 100%;
  }
}
@media (min-width: 992px) {
  .cid-tcVn11eM5V .f-60 {
    flex: 0 0 55%;
  }
  .cid-tcVn11eM5V .f-40 {
    flex: 0 0 45%;
  }
}
.cid-tcVn11eM5V .image-wrapper {
  height: 100%;
}
@media (min-width: 992px) {
  .cid-tcVn11eM5V .image-wrapper {
    min-height: 650px;
  }
}
.cid-tcVn11eM5V .image-wrapper img {
  min-height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-tcVn11eM5V .text-wrapper {
  width: 100%;
  background: #1d3e74;
  padding: 2rem 1rem;
}
@media (min-width: 992px) {
  .cid-tcVn11eM5V .text-wrapper {
    padding: 4rem 2rem;
    transform: translate(12%, 3rem);
  }
}
@media (min-width: 1200px) {
  .cid-tcVn11eM5V .text-wrapper {
    padding: 7rem 3.25rem;
  }
}
.cid-tcVn11eM5V .mbr-section-title {
  color: #e5c470;
}
.cid-tcVn11eM5V .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-tdSH7TEfL8 {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #f4f8fa;
}
.cid-tdSH7TEfL8 .img-row {
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 768px) {
  .cid-tdSH7TEfL8 .img-row {
    flex-wrap: nowrap;
  }
}
.cid-tdSH7TEfL8 .item:focus,
.cid-tdSH7TEfL8 span:focus {
  outline: none;
}
.cid-tdSH7TEfL8 .mbr-section-title {
  color: #111111;
  margin-bottom: 20px;
}
.cid-tdSH7TEfL8 .item-img {
  overflow: hidden;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .cid-tdSH7TEfL8 .item-img {
    margin-bottom: 40px;
  }
}
.cid-tdSH7TEfL8 .item-img img {
  height: 100px;
  width: auto;
  object-fit: cover;
}
.cid-tdSH7TEfL8 .btn-item {
  width: 100%;
}
.cid-tdSH7TEfL8 .mbr-section-btn {
  font-weight: 500;
}
@media (max-width: 575px) {
  .cid-tdSH7TEfL8 .mbr-section-btn {
    flex-wrap: wrap;
    display: flex;
  }
  .cid-tdSH7TEfL8 .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tdSIyXNUyC {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #1d3e74;
}
@media (min-width: 992px) {
  .cid-tdSIyXNUyC .container-fluid {
    padding: 0;
  }
  .cid-tdSIyXNUyC .text-wrapper {
    max-width: 700px;
  }
  .cid-tdSIyXNUyC .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-tdSIyXNUyC .row {
  flex-direction: row-reverse;
}
.cid-tdSIyXNUyC .row {
  align-items: center;
}
.cid-tdSIyXNUyC .animate__fadeInUp:before {
  background: #1d3e74;
}
.cid-tdSIyXNUyC .mbr-text,
.cid-tdSIyXNUyC .mbr-section-btn {
  color: #ffffff;
  text-align: right;
}
.cid-tdSIyXNUyC .mbr-section-title {
  color: #e5c470;
  text-align: right;
}
.cid-tdSJmAAhgU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1d3e74;
}
@media (min-width: 992px) {
  .cid-tdSJmAAhgU .container-fluid {
    padding: 0;
  }
  .cid-tdSJmAAhgU .text-wrapper {
    max-width: 700px;
  }
  .cid-tdSJmAAhgU .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-tdSJmAAhgU .row {
  flex-direction: row-reverse;
}
.cid-tdSJmAAhgU .row {
  align-items: center;
}
.cid-tdSJmAAhgU .animate__fadeInUp:before {
  background: #1d3e74;
}
.cid-tdSJmAAhgU .mbr-text,
.cid-tdSJmAAhgU .mbr-section-btn {
  color: #ffffff;
  text-align: right;
}
.cid-tdSJmAAhgU .mbr-section-title {
  color: #e5c470;
  text-align: right;
}
.cid-tcTBhGO5FK {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tcTBhGO5FK .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-tcTBhGO5FK .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-tcTBhGO5FK .iconfont-wrapper {
  color: #073b4c !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-tcTBhGO5FK .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-tcTBhGO5FK .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-tcTBhGO5FK .container {
    padding: 0 1rem;
  }
}
.cid-tcTBhGO5FK .menu-tite {
  background: #1d3e74;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #e5c470;
}
.cid-tcTBhGO5FK .nav-link {
  position: relative;
}
.cid-tcTBhGO5FK .nav-link:hover {
  color: #47b5ed !important;
}
.cid-tcTBhGO5FK nav.navbar {
  position: fixed;
}
.cid-tcTBhGO5FK .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tcTBhGO5FK .navbar.opened {
  transition: all 0.3s;
}
.cid-tcTBhGO5FK .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tcTBhGO5FK .navbar .navbar-logo img {
  width: auto;
}
.cid-tcTBhGO5FK .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tcTBhGO5FK .navbar.collapsed {
  justify-content: center;
}
.cid-tcTBhGO5FK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tcTBhGO5FK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tcTBhGO5FK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-tcTBhGO5FK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tcTBhGO5FK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tcTBhGO5FK .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tcTBhGO5FK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tcTBhGO5FK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tcTBhGO5FK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tcTBhGO5FK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tcTBhGO5FK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tcTBhGO5FK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tcTBhGO5FK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tcTBhGO5FK .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tcTBhGO5FK .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tcTBhGO5FK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tcTBhGO5FK .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tcTBhGO5FK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tcTBhGO5FK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tcTBhGO5FK .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tcTBhGO5FK .navbar.navbar-short {
  min-height: 60px;
}
.cid-tcTBhGO5FK .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tcTBhGO5FK .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tcTBhGO5FK .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tcTBhGO5FK .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tcTBhGO5FK .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tcTBhGO5FK .dropdown-item:hover,
.cid-tcTBhGO5FK .dropdown-item:focus {
  background: #1d3e74 !important;
  color: white !important;
}
.cid-tcTBhGO5FK .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tcTBhGO5FK .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tcTBhGO5FK .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-tcTBhGO5FK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tcTBhGO5FK .dropdown-menu,
.cid-tcTBhGO5FK .navbar.opened {
  background: #ffffff !important;
}
.cid-tcTBhGO5FK .nav-item:focus,
.cid-tcTBhGO5FK .nav-link:focus {
  outline: none;
}
.cid-tcTBhGO5FK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tcTBhGO5FK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tcTBhGO5FK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tcTBhGO5FK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tcTBhGO5FK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tcTBhGO5FK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tcTBhGO5FK .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tcTBhGO5FK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tcTBhGO5FK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tcTBhGO5FK .dropdown-item.active,
.cid-tcTBhGO5FK .dropdown-item:active {
  background-color: transparent;
}
.cid-tcTBhGO5FK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tcTBhGO5FK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tcTBhGO5FK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tcTBhGO5FK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tcTBhGO5FK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tcTBhGO5FK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tcTBhGO5FK ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tcTBhGO5FK .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tcTBhGO5FK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tcTBhGO5FK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #073b4c;
}
.cid-tcTBhGO5FK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tcTBhGO5FK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tcTBhGO5FK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tcTBhGO5FK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tcTBhGO5FK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tcTBhGO5FK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tcTBhGO5FK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tcTBhGO5FK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tcTBhGO5FK .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tcTBhGO5FK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tcTBhGO5FK .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tcTBhGO5FK .navbar {
    height: 70px;
  }
  .cid-tcTBhGO5FK .navbar.opened {
    height: auto;
  }
  .cid-tcTBhGO5FK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tcTBhJVlJn {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #1d3e74;
  overflow: hidden;
}
.cid-tcUdDZFXdY {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tcUdDZFXdY .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #4f87fb none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-tcUdDZFXdY .photo-split {
  padding: 0;
}
.cid-tcUdDZFXdY .photo-split img {
  max-height: 800px;
  width: auto;
}
.cid-tcUdDZFXdY .counter-container ul {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  list-style-type: none;
}
.cid-tcUdDZFXdY .counter-container ul li {
  margin-bottom: 1rem;
}
.cid-tcUdDZFXdY .counter-container ul li:before {
  font-weight: 900;
  color: #4f87fb;
  display: inline-block;
  content: '✓';
  text-align: center;
  line-height: 1.5em;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  width: 25px;
  height: 25px;
}
.cid-tcUdDZFXdY .wrap-block {
  padding: 3rem 3rem;
}
.cid-tcUdDZFXdY .wrap-block .contents {
  margin-bottom: 40px;
}
.cid-tcUdDZFXdY .wrap-block .contents .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  line-height: 1.85;
  letter-spacing: 2px;
  font-weight: 800;
}
.cid-tcUdDZFXdY .wrap-block .contents .mbr-subtitle.display-4 {
  font-size: 13px;
}
.cid-tcUdDZFXdY .wrap-block .contents .mbr-section-title {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-tcUdDZFXdY .wrap-block .contents .mbr-section-text {
  margin-top: 10px;
  color: #6d7a8c;
  line-height: 1.5;
  letter-spacing: 0;
}
.cid-tcUdDZFXdY .wrap-block .mbr-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-tcUdDZFXdY .wrap-block .mbr-list ul li {
  display: inline-block;
  line-height: 1.5;
}
.cid-tcUdDZFXdY .wrap-block .mbr-list ul li span {
  text-align: center;
}
.cid-tcUdDZFXdY .wrap-block .mbr-list.display-4 {
  font-size: 16px;
}
.cid-tcUdDZFXdY .mbr-list {
  text-align: left;
}
.cid-tcUdDZFXdY .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.cid-tcUdDZFXdY .info-widget .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 18px;
  background-color: #4f87fb;
  font-size: 2.45rem;
  color: #ffffff;
  margin-right: 15px;
}
.cid-tcUdDZFXdY .info-widget .signature {
  width: 40%;
  height: 75px;
  display: inline-block;
  margin-right: 15px;
  object-fit: contain;
}
.cid-tcUdDZFXdY .info-widget .widget-content {
  display: flex;
  vertical-align: baseline;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-tcUdDZFXdY .info-widget .widget-content .widget-title {
  margin-bottom: 7px;
  color: #130947;
}
.cid-tcUdDZFXdY .info-widget .widget-content .widget-title.display-7 {
  font-size: 20px;
}
.cid-tcUdDZFXdY .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  color: #6d7a8c;
}
.cid-tcUdDZFXdY .menu-content-right {
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.cid-tcUdDZFXdY .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tcUdDZFXdY .menu-content-right .info-widget:first-child {
  padding-left: 0;
}
@media (max-width: 991px) {
  .cid-tcUdDZFXdY .contents .mbr-section-subtitle {
    text-align: left;
  }
  .cid-tcUdDZFXdY .wrap-block {
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
  .cid-tcUdDZFXdY .photo-split img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .cid-tcUdDZFXdY .mbr-section-title,
  .cid-tcUdDZFXdY .mbr-section-subtitle,
  .cid-tcUdDZFXdY .mbr-text {
    text-align: left !important;
  }
  .cid-tcUdDZFXdY .social-list {
    text-align: center !important;
  }
  .cid-tcUdDZFXdY .info-widget {
    padding-left: 0;
  }
}
@media (max-width: 500px) {
  .cid-tcUdDZFXdY .wrap-block {
    padding: 3rem 1rem;
  }
}
.cid-tcUdDZFXdY .wrap-block .contents .mbr-section-title {
  color: #1d3e74;
}
.cid-tcUbt8plKk {
  padding-top: 120px;
  background-color: #1d3e74;
}
.cid-tcUbt8plKk .container {
  margin-bottom: 15%;
}
.cid-tcUbt8plKk .content-container .btn-bgr {
  z-index: 0;
}
.cid-tcUbt8plKk .container-boxes {
  padding-bottom: 90px;
  position: relative;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  background-color: #f4f8fa;
}
.cid-tcUbt8plKk .icon-block-top span {
  background-color: #188ef4;
  padding: 1.5rem;
  position: absolute;
  border-radius: 50%;
  margin-top: -2.5rem;
  top: 0;
  font-size: 1.8rem;
  width: 78px;
  height: 78px;
}
.cid-tcUbt8plKk .box-item {
  position: relative;
  box-shadow: #d2d2d2 0px 0px 15px;
  border-radius: 3px;
  margin-right: 1.5rem;
  width: 29%;
  padding: 2.5rem;
}
.cid-tcUbt8plKk .box-item:first-child {
  background-color: #ffffff;
  margin-top: -150px;
}
.cid-tcUbt8plKk .box-item:nth-child(2) {
  background-color: #ffffff;
}
.cid-tcUbt8plKk .box-item:last-child {
  background-color: #ffffff;
  margin-right: 0;
}
.cid-tcUbt8plKk .mbr-text,
.cid-tcUbt8plKk .box-item-text {
  color: #8d97ad;
}
.cid-tcUbt8plKk .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.cid-tcUbt8plKk .box-list li {
  border-bottom: 1px solid;
  padding: 10px 0 5px;
}
.cid-tcUbt8plKk .box-list li:last-child {
  border-bottom: none;
}
.cid-tcUbt8plKk .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
}
.cid-tcUbt8plKk .media-content {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
@media (min-width: 992px) {
  .cid-tcUbt8plKk .box-item {
    margin-top: -150px;
    max-width: 400px;
  }
}
@media (max-width: 767px) {
  .cid-tcUbt8plKk .p-descr {
    margin-bottom: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tcUbt8plKk .box-item {
    margin-bottom: 4rem;
    margin-right: 0;
    margin-top: 0;
    width: 90%;
  }
  .cid-tcUbt8plKk .box-item:last-child {
    margin-bottom: 0;
  }
  .cid-tcUbt8plKk .content-container {
    -webkit-flex-basis: 90%;
    flex-basis: 90%;
  }
  .cid-tcUbt8plKk .box-item:first-child {
    margin-top: -100px;
  }
}
.cid-tcUbt8plKk H1 {
  color: #e5c470;
}
.cid-tcUbt8plKk .mbr-text {
  color: #ffffff;
}
.cid-tcUnmbeWZ6 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f4f8fa;
}
.cid-tcUnmbeWZ6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tcUnmbeWZ6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tcUnmbeWZ6 .mbr-section-title {
  color: #1d3e74;
}
.cid-tcUgvVd0pf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f4f8fa;
}
.cid-tcUgvVd0pf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tcUgvVd0pf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tcUgvVd0pf .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #1d3e74;
  margin-bottom: 2rem;
}
.cid-tcUgvVd0pf .card-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  background: #f4f8fa;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-tcT7XLYLen {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #f4f8fa;
}
.cid-tcT7XLYLen .mbr-fallback-image.disabled {
  display: none;
}
.cid-tcT7XLYLen .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tcT7XLYLen .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tcT7XLYLen .row {
  flex-direction: row-reverse;
}
.cid-tcT7XLYLen img {
  width: 100%;
}
.cid-tdSJZ2PNts {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1d3e74;
}
@media (min-width: 992px) {
  .cid-tdSJZ2PNts .container-fluid {
    padding: 0;
  }
  .cid-tdSJZ2PNts .text-wrapper {
    max-width: 700px;
  }
  .cid-tdSJZ2PNts .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-tdSJZ2PNts .row {
  align-items: center;
}
.cid-tdSJZ2PNts .animate__fadeInUp:before {
  background: #1d3e74;
}
.cid-tdSJZ2PNts .mbr-text,
.cid-tdSJZ2PNts .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-tdSJZ2PNts .mbr-section-title {
  color: #e5c470;
  text-align: left;
}
.cid-tcT7XDIVLU {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tcT7XDIVLU .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-tcT7XDIVLU .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-tcT7XDIVLU .iconfont-wrapper {
  color: #073b4c !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-tcT7XDIVLU .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-tcT7XDIVLU .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-tcT7XDIVLU .container {
    padding: 0 1rem;
  }
}
.cid-tcT7XDIVLU .menu-tite {
  background: #1d3e74;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #e5c470;
}
.cid-tcT7XDIVLU .nav-link {
  position: relative;
}
.cid-tcT7XDIVLU .nav-link:hover {
  color: #47b5ed !important;
}
.cid-tcT7XDIVLU nav.navbar {
  position: fixed;
}
.cid-tcT7XDIVLU .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tcT7XDIVLU .navbar.opened {
  transition: all 0.3s;
}
.cid-tcT7XDIVLU .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tcT7XDIVLU .navbar .navbar-logo img {
  width: auto;
}
.cid-tcT7XDIVLU .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tcT7XDIVLU .navbar.collapsed {
  justify-content: center;
}
.cid-tcT7XDIVLU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tcT7XDIVLU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tcT7XDIVLU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-tcT7XDIVLU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tcT7XDIVLU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tcT7XDIVLU .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tcT7XDIVLU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tcT7XDIVLU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tcT7XDIVLU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tcT7XDIVLU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tcT7XDIVLU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tcT7XDIVLU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tcT7XDIVLU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tcT7XDIVLU .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tcT7XDIVLU .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tcT7XDIVLU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tcT7XDIVLU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tcT7XDIVLU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tcT7XDIVLU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tcT7XDIVLU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tcT7XDIVLU .navbar.navbar-short {
  min-height: 60px;
}
.cid-tcT7XDIVLU .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tcT7XDIVLU .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tcT7XDIVLU .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tcT7XDIVLU .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tcT7XDIVLU .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tcT7XDIVLU .dropdown-item:hover,
.cid-tcT7XDIVLU .dropdown-item:focus {
  background: #1d3e74 !important;
  color: white !important;
}
.cid-tcT7XDIVLU .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tcT7XDIVLU .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tcT7XDIVLU .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-tcT7XDIVLU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tcT7XDIVLU .dropdown-menu,
.cid-tcT7XDIVLU .navbar.opened {
  background: #ffffff !important;
}
.cid-tcT7XDIVLU .nav-item:focus,
.cid-tcT7XDIVLU .nav-link:focus {
  outline: none;
}
.cid-tcT7XDIVLU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tcT7XDIVLU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tcT7XDIVLU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tcT7XDIVLU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tcT7XDIVLU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tcT7XDIVLU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tcT7XDIVLU .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tcT7XDIVLU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tcT7XDIVLU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tcT7XDIVLU .dropdown-item.active,
.cid-tcT7XDIVLU .dropdown-item:active {
  background-color: transparent;
}
.cid-tcT7XDIVLU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tcT7XDIVLU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tcT7XDIVLU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tcT7XDIVLU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tcT7XDIVLU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tcT7XDIVLU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tcT7XDIVLU ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tcT7XDIVLU .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tcT7XDIVLU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tcT7XDIVLU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #073b4c;
}
.cid-tcT7XDIVLU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tcT7XDIVLU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tcT7XDIVLU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tcT7XDIVLU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tcT7XDIVLU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tcT7XDIVLU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tcT7XDIVLU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tcT7XDIVLU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tcT7XDIVLU .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tcT7XDIVLU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tcT7XDIVLU .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tcT7XDIVLU .navbar {
    height: 70px;
  }
  .cid-tcT7XDIVLU .navbar.opened {
    height: auto;
  }
  .cid-tcT7XDIVLU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tdVqWWxyE5 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #1d3e74;
}
.cid-tdVqWWxyE5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tdVqWWxyE5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tdVqWWxyE5 .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-tdVqWWxyE5 .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tdVqWWxyE5 .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tdVqWWxyE5 .card-wrapper {
    padding: 4rem;
  }
}
.cid-tdVqWWxyE5 .mbr-text,
.cid-tdVqWWxyE5 .mbr-section-btn {
  color: #353535;
}
.cid-tdVqWWxyE5 .card-title,
.cid-tdVqWWxyE5 .card-box {
  text-align: left;
  color: #e5c470;
}
.cid-tcT7XPpImC {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #1d3e74;
  overflow: hidden;
}
