body {
  font-family: 'Manrope-Light';
}
.display-1 {
  font-family: 'NanumGothic-Regular';
  font-size: 3.2rem;
  line-height: 0.9;
}
.display-1 > .mbr-iconfont {
  font-size: 4rem;
}
.display-2 {
  font-family: 'PlayfairDisplay-Regular';
  font-size: 2.4rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3rem;
}
.display-4 {
  font-family: 'Manrope-Light';
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'PlayfairDisplay-Regular';
  font-size: 1.8rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-7 {
  font-family: 'Manrope-Light';
  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: 2.56rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.24rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.92rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.49rem + (2.4 - 1.49) * ((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.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((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.8rem 1.8rem;
  border-radius: 0px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 0px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #054380 !important;
}
.bg-success {
  background-color: #22a5e5 !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #fff0b0 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #054380 !important;
  border-color: #054380 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: white !important;
  background-color: black  !important;
  border-color: black  !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #02172d !important;
  border-color: #02172d !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #0948ba !important;
  border-color: #0948ba !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: white !important;
  background-color: black  !important;
  border-color: black  !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #052867 !important;
  border-color: #052867 !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: white !important;
  background-color: black  !important;
  border-color: black  !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #22a5e5 !important;
  border-color: #22a5e5 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: white !important;
  background-color: black  !important;
  border-color: black  !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #13709e !important;
  border-color: #13709e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: white !important;
  background-color: black  !important;
  border-color: black  !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #fff0b0 !important;
  border-color: #fff0b0 !important;
  color: #b08f00 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: white !important;
  background-color: black  !important;
  border-color: black  !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #b08f00 !important;
  background-color: #ffe059 !important;
  border-color: #ffe059 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: white !important;
  background-color: black  !important;
  border-color: black  !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: white !important;
  background-color: black  !important;
  border-color: black  !important;
}
.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: #054380;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #02172d !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: #054380 !important;
  border-color: #054380 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #0948ba;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #052867 !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: #0948ba !important;
  border-color: #0948ba !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: #22a5e5;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #13709e !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: #22a5e5 !important;
  border-color: #22a5e5 !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: #fff0b0;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffe059 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #b08f00 !important;
  background-color: #fff0b0 !important;
  border-color: #fff0b0 !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: #054380 !important;
}
.text-secondary {
  color: #0948ba !important;
}
.text-success {
  color: #22a5e5 !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #fff0b0 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #054380 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #042259 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #116690 !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: #ffdd4a !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) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #054380;
}
.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: #fff0b0;
}
.mbr-gallery-filter li.active .btn {
  background-color: #054380;
  border-color: #054380;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #054380;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #0f83f6;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #d9effa;
}
.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*/
.form-control {
  font-family: 'Manrope-Light';
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.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: #054380 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Manrope-Light';
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #054380;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #054380;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #054380;
}
.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: #054380;
  border-bottom-color: #054380;
}
.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: #054380 !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: #0948ba !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='%23054380' %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-toLOYemRwP {
  z-index: 1000;
  width: 100%;
}
.cid-toLOYemRwP nav.navbar {
  position: fixed;
}
.cid-toLOYemRwP .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-toLOYemRwP .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-toLOYemRwP .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-toLOYemRwP .dropdown-item:hover,
.cid-toLOYemRwP .dropdown-item:focus {
  background: rgba(71, 181, 237, 0.5) !important;
  color: white !important;
}
.cid-toLOYemRwP .dropdown-item:hover span {
  color: white;
}
.cid-toLOYemRwP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-toLOYemRwP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-toLOYemRwP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-toLOYemRwP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-toLOYemRwP .nav-link {
  position: relative;
}
.cid-toLOYemRwP .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-toLOYemRwP .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-toLOYemRwP .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-toLOYemRwP .iconfont-wrapper:hover .mbr-iconfont {
  color: #054380;
}
.cid-toLOYemRwP .dropdown-menu,
.cid-toLOYemRwP .navbar.opened {
  background: #1a2229 !important;
}
.cid-toLOYemRwP .nav-item:focus,
.cid-toLOYemRwP .nav-link:focus {
  outline: none;
}
.cid-toLOYemRwP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-toLOYemRwP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-toLOYemRwP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-toLOYemRwP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-toLOYemRwP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-toLOYemRwP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-toLOYemRwP .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(26, 34, 41, 0.9);
  padding: 0 !important;
}
.cid-toLOYemRwP .navbar.opened {
  transition: all 0.3s;
}
.cid-toLOYemRwP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-toLOYemRwP .navbar .navbar-logo img {
  width: auto;
}
.cid-toLOYemRwP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-toLOYemRwP .navbar.collapsed {
  justify-content: center;
}
.cid-toLOYemRwP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-toLOYemRwP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-toLOYemRwP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-toLOYemRwP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-toLOYemRwP .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-toLOYemRwP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-toLOYemRwP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-toLOYemRwP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-toLOYemRwP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-toLOYemRwP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-toLOYemRwP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-toLOYemRwP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-toLOYemRwP .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-toLOYemRwP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-toLOYemRwP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-toLOYemRwP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-toLOYemRwP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-toLOYemRwP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-toLOYemRwP .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.cid-toLOYemRwP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-toLOYemRwP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-toLOYemRwP .dropdown-item.active,
.cid-toLOYemRwP .dropdown-item:active {
  background-color: transparent;
}
.cid-toLOYemRwP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-toLOYemRwP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-toLOYemRwP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-toLOYemRwP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a2229;
}
.cid-toLOYemRwP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-toLOYemRwP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-toLOYemRwP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-toLOYemRwP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-toLOYemRwP button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-toLOYemRwP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-toLOYemRwP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-toLOYemRwP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-toLOYemRwP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-toLOYemRwP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-toLOYemRwP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-toLOYemRwP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-toLOYemRwP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-toLOYemRwP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-toLOYemRwP .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-toLOYemRwP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-toLOYemRwP .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-toLOYemRwP .navbar {
    height: 70px;
  }
  .cid-toLOYemRwP .navbar.opened {
    height: auto;
  }
  .cid-toLOYemRwP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-toLOYemRwP .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-toLOYemRwP .navbar-toggler {
  margin-left: 10px;
}
.cid-toLOYemRwP .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 20px);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #054380;
}
.cid-toLOYemRwP .navbar-logo {
  margin-right: 0 !important;
}
.cid-toLOYemRwP .mbr-text {
  width: 100%;
  color: #BF9341;
}
@media (max-width: 575px) {
  .cid-toLOYemRwP .mbr-text {
    display: none;
  }
}
.cid-toLOYemRwP .navbar-collapse {
  padding-top: 40px !important;
}
.cid-toLOYemRwP .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-toLOYemRwP .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-tmiblJhlXO {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/depositphotos-90373982-l-2000x1357.jpg");
}
.cid-tmiblJhlXO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tmiblJhlXO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tmiblJhlXO .content-container {
  display: flex;
  justify-content: left;
  width: 100%;
}
.cid-tmiblJhlXO .content-wrap {
  width: 50%;
  background-color: #ffffff;
  padding: 32px;
}
@media (max-width: 991px) {
  .cid-tmiblJhlXO .content-wrap {
    width: 75%;
    padding: 24px;
  }
}
@media (max-width: 767px) {
  .cid-tmiblJhlXO .content-wrap {
    width: 100%;
  }
}
.cid-tmiblJhlXO .img-container {
  width: 100%;
}
.cid-tmiblJhlXO .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.cid-tmiblJhlXO .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tmiblJhlXO .text-container {
  display: flex;
  align-items: stretch;
  width: 100%;
  padding-top: 44px;
}
@media (max-width: 767px) {
  .cid-tmiblJhlXO .text-container {
    padding-top: 32px;
    flex-wrap: wrap;
  }
}
.cid-tmiblJhlXO .text-content {
  width: 60%;
  flex-grow: 1;
  padding-right: 12px;
}
@media (max-width: 991px) {
  .cid-tmiblJhlXO .text-content {
    padding-right: 10px;
  }
}
@media (max-width: 767px) {
  .cid-tmiblJhlXO .text-content {
    width: 100%;
    padding-right: 0;
  }
}
.cid-tmiblJhlXO .mbr-section-title {
  width: 100%;
  color: #054380;
}
.cid-tmiblJhlXO .mbr-text {
  width: 50%;
  color: #000000;
  margin-top: 56px;
  margin-right: auto;
}
@media (max-width: 767px) {
  .cid-tmiblJhlXO .mbr-text {
    width: 100%;
    margin-top: 32px;
  }
}
.cid-tmiblJhlXO .btn-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 40%;
  flex-grow: 1;
  padding-left: 12px;
}
@media (max-width: 991px) {
  .cid-tmiblJhlXO .btn-content {
    padding-left: 10px;
  }
}
@media (max-width: 767px) {
  .cid-tmiblJhlXO .btn-content {
    width: 100%;
    padding-left: 0;
    margin-top: 32px;
  }
}
@media (max-width: 767px) {
  .cid-tmiblJhlXO .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-tmidtaGpFj {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tmidtaGpFj .row {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .cid-tmidtaGpFj .col-text {
    padding: 0 0 0 0;
  }
}
.cid-tmidtaGpFj .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px;
  height: 100%;
  background-color: #fafafa;
}
@media (max-width: 767px) {
  .cid-tmidtaGpFj .text-wrapper {
    text-align: center !important;
    padding-bottom: 54px;
  }
}
.cid-tmidtaGpFj .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #054380;
}
@media (max-width: 767px) {
  .cid-tmidtaGpFj .label-text {
    text-align: center !important;
  }
}
.cid-tmidtaGpFj .mbr-section-title {
  width: 100%;
  color: #000000;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .cid-tmidtaGpFj .mbr-section-title {
    text-align: center !important;
  }
}
.cid-tmidtaGpFj .mbr-text {
  letter-spacing: inherit;
  color: #000000;
  width: 100%;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .cid-tmidtaGpFj .mbr-text {
    text-align: center !important;
  }
}
.cid-tmidtaGpFj .item {
  display: flex;
  align-items: center;
  margin: 12px 0;
}
.cid-tmidtaGpFj .btn-container {
  width: 100%;
  margin-top: auto;
}
.cid-tmidtaGpFj .mbr-section-btn .btn {
  padding: 0;
}
.cid-tmidtaGpFj .mbr-section-btn .btn span {
  margin-right: 8px;
  transition: 0.2s all;
}
.cid-tmidtaGpFj .mbr-section-btn .btn:hover span {
  margin-left: 16px;
  margin-right: 0;
}
.cid-tmidtaGpFj .col-cards {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .cid-tmidtaGpFj .col-cards {
    padding: 0;
    padding-left: 1.8%;
  }
}
@media (min-width: 992px) {
  .cid-tmidtaGpFj .col-cards {
    padding-left: 5%;
  }
}
.cid-tmidtaGpFj .cards-wrap {
  display: flex;
  flex-wrap: wrap;
  padding: 30px;
  width: 100%;
}
.cid-tmidtaGpFj .cards-wrap:hover {
  background-color: #fafafa;
}
.cid-tmidtaGpFj .card {
  padding: 30px;
  background-color: #ffffff;
  transition: 0.4s all;
  border-radius: 0;
}
.cid-tmidtaGpFj .card:hover {
  background-color: #fafafa;
}
@media (min-width: 768px) {
  .cid-tmidtaGpFj .card:hover {
    transform: translate(0px, -10px);
  }
}
.cid-tmidtaGpFj .card-wrap {
  display: flex;
  flex-direction: column;
}
.cid-tmidtaGpFj .img-container {
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .cid-tmidtaGpFj .img-container {
    display: flex;
    justify-content: center;
  }
}
.cid-tmidtaGpFj .img-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 93px;
  height: 93px;
  position: relative;
}
.cid-tmidtaGpFj .img-wrap img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tmidtaGpFj .img-bg {
  background-color: #F0C48A;
  min-width: 75%;
  height: 75%;
  border-radius: 50%;
  position: absolute;
}
.cid-tmidtaGpFj .card-title {
  color: #054380;
  margin-bottom: 8px;
}
.cid-tmidtaGpFj .card-text {
  color: #000000;
  margin-bottom: 0;
}
.cid-tmukpGeMJm {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tmukpGeMJm .content {
    padding: 0 20px;
  }
}
.cid-tmukpGeMJm .item-content {
  padding: 12px 0;
}
.cid-tmukpGeMJm img,
.cid-tmukpGeMJm .item-img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .cid-tmukpGeMJm img,
  .cid-tmukpGeMJm .item-img {
    height: 220px;
  }
}
@media (min-width: 992px) {
  .cid-tmukpGeMJm img,
  .cid-tmukpGeMJm .item-img {
    height: 320px;
  }
}
@media (min-width: 1400px) {
  .cid-tmukpGeMJm img,
  .cid-tmukpGeMJm .item-img {
    height: 540px;
  }
}
@media (max-width: 991px) {
  .cid-tmukpGeMJm img,
  .cid-tmukpGeMJm .item-img {
    max-height: 250px;
  }
}
.cid-tmukpGeMJm .item:focus,
.cid-tmukpGeMJm span:focus {
  outline: none;
}
.cid-tmukpGeMJm .item-wrap {
  margin-bottom: 115px;
}
@media (min-width: 992px) {
  .cid-tmukpGeMJm .item-wrap {
    padding-right: 25px;
    padding-left: 25px;
  }
}
.cid-tmukpGeMJm .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tmukpGeMJm .display-4 > .mbr-iconfont {
  font-size: 11.6px;
  margin-left: 10px;
}
.cid-tmukpGeMJm .mbr-iconfont {
  font-weight: 700;
  padding: 1rem;
  border-radius: 50%;
  transition: background 0.5s ease-in-out;
}
.cid-tmukpGeMJm .link-title:hover .mbr-iconfont {
  background: #FFFF27;
}
.cid-tmukpGeMJm .item-title {
  text-align: left;
  color: #000000;
}
.cid-tmukpGeMJm .link-title {
  color: #000000;
}
.cid-tmir6YU2W7 {
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/architecture-1719526-2000x1193.jpg");
}
.cid-tmir6YU2W7 .mbr-overlay {
  background-color: #000000;
  opacity: 0.6;
}
.cid-tmir6YU2W7 .row {
  justify-content: flex-end;
  align-items: center;
  min-height: calc((50vh + 50vw) / 2);
}
.cid-tmir6YU2W7 .content-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  width: 92%;
}
@media (max-width: 991px) {
  .cid-tmir6YU2W7 .content-wrap {
    flex-wrap: wrap;
    width: 100%;
  }
}
.cid-tmir6YU2W7 .mbr-section-title {
  flex-grow: 1;
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-tmir6YU2W7 .text-wrap {
  width: max-content;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-tmir6YU2W7 .text-wrap {
    width: 100%;
    padding-top: 36px;
  }
}
.cid-tmir6YU2W7 .mbr-text {
  margin-top: 5px;
}
.cid-tmdYJxjkGB {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tmdYJxjkGB .image-wrapper img {
  width: 100%;
  height: 600px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tmdYJxjkGB .image-wrapper img {
    height: 440px;
  }
}
@media (max-width: 992px) {
  .cid-tmdYJxjkGB .image-wrapper {
    margin-bottom: 30px;
  }
}
.cid-tmdYJxjkGB .text {
  padding-left: 108px;
}
@media (max-width: 992px) {
  .cid-tmdYJxjkGB .text {
    padding-left: 1rem;
  }
}
.cid-tmdYJxjkGB .text .text-wrapper .mbr-section-subtitle {
  margin-bottom: 22px;
  letter-spacing: .13em;
}
@media (max-width: 992px) {
  .cid-tmdYJxjkGB .text .text-wrapper .mbr-section-subtitle {
    margin-bottom: 7px;
  }
}
.cid-tmdYJxjkGB .text .text-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-tmdYJxjkGB .text .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tmdYJxjkGB .text img {
  width: 100%;
  height: 482px;
  object-fit: cover;
  margin-top: 165px;
}
@media (max-width: 992px) {
  .cid-tmdYJxjkGB .text img {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .cid-tmdYJxjkGB .text img {
    height: 294px;
  }
}
.cid-tmdYJxjkGB .mbr-section-subtitle {
  color: #054380;
}
.cid-tmdYJxjkGB .mbr-section-title {
  color: #000000;
}
.cid-tmdYJxjkGB .mbr-text {
  color: #000000;
}
.cid-t8hxWsSyL0 {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #000000;
}
.cid-t8hxWsSyL0 .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-t8hxWsSyL0 .row {
  border-bottom: 1px solid #808080;
}
.cid-t8hxWsSyL0 H2 {
  color: #e7272d;
}
.cid-t8hxWsSyL0 .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-t8hxWsSyL0 .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-t8hxWsSyL0 .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-t8hxWsSyL0 .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-t8hxWsSyL0 .col-lg-12 {
  overflow: hidden;
}
.cid-t8hxWsSyL0 H4 {
  color: #fbbe36;
}
.cid-t8hxWsSyL0 .mbr-text,
.cid-t8hxWsSyL0 .mbr-section-btn {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-t8hxWsSyL0 .logo-wrap:before {
    content: none;
  }
  .cid-t8hxWsSyL0 .logo-wrap:after {
    content: none;
  }
}
.cid-toLOYemRwP {
  z-index: 1000;
  width: 100%;
}
.cid-toLOYemRwP nav.navbar {
  position: fixed;
}
.cid-toLOYemRwP .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-toLOYemRwP .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-toLOYemRwP .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-toLOYemRwP .dropdown-item:hover,
.cid-toLOYemRwP .dropdown-item:focus {
  background: rgba(71, 181, 237, 0.5) !important;
  color: white !important;
}
.cid-toLOYemRwP .dropdown-item:hover span {
  color: white;
}
.cid-toLOYemRwP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-toLOYemRwP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-toLOYemRwP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-toLOYemRwP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-toLOYemRwP .nav-link {
  position: relative;
}
.cid-toLOYemRwP .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-toLOYemRwP .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-toLOYemRwP .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-toLOYemRwP .iconfont-wrapper:hover .mbr-iconfont {
  color: #054380;
}
.cid-toLOYemRwP .dropdown-menu,
.cid-toLOYemRwP .navbar.opened {
  background: #1a2229 !important;
}
.cid-toLOYemRwP .nav-item:focus,
.cid-toLOYemRwP .nav-link:focus {
  outline: none;
}
.cid-toLOYemRwP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-toLOYemRwP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-toLOYemRwP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-toLOYemRwP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-toLOYemRwP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-toLOYemRwP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-toLOYemRwP .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(26, 34, 41, 0.9);
  padding: 0 !important;
}
.cid-toLOYemRwP .navbar.opened {
  transition: all 0.3s;
}
.cid-toLOYemRwP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-toLOYemRwP .navbar .navbar-logo img {
  width: auto;
}
.cid-toLOYemRwP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-toLOYemRwP .navbar.collapsed {
  justify-content: center;
}
.cid-toLOYemRwP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-toLOYemRwP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-toLOYemRwP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-toLOYemRwP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-toLOYemRwP .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-toLOYemRwP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-toLOYemRwP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-toLOYemRwP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-toLOYemRwP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-toLOYemRwP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-toLOYemRwP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-toLOYemRwP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-toLOYemRwP .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-toLOYemRwP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-toLOYemRwP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-toLOYemRwP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-toLOYemRwP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-toLOYemRwP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-toLOYemRwP .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.cid-toLOYemRwP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-toLOYemRwP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-toLOYemRwP .dropdown-item.active,
.cid-toLOYemRwP .dropdown-item:active {
  background-color: transparent;
}
.cid-toLOYemRwP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-toLOYemRwP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-toLOYemRwP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-toLOYemRwP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a2229;
}
.cid-toLOYemRwP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-toLOYemRwP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-toLOYemRwP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-toLOYemRwP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-toLOYemRwP button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-toLOYemRwP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-toLOYemRwP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-toLOYemRwP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-toLOYemRwP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-toLOYemRwP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-toLOYemRwP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-toLOYemRwP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-toLOYemRwP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-toLOYemRwP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-toLOYemRwP .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-toLOYemRwP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-toLOYemRwP .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-toLOYemRwP .navbar {
    height: 70px;
  }
  .cid-toLOYemRwP .navbar.opened {
    height: auto;
  }
  .cid-toLOYemRwP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-toLOYemRwP .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-toLOYemRwP .navbar-toggler {
  margin-left: 10px;
}
.cid-toLOYemRwP .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 20px);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #054380;
}
.cid-toLOYemRwP .navbar-logo {
  margin-right: 0 !important;
}
.cid-toLOYemRwP .mbr-text {
  width: 100%;
  color: #BF9341;
}
@media (max-width: 575px) {
  .cid-toLOYemRwP .mbr-text {
    display: none;
  }
}
.cid-toLOYemRwP .navbar-collapse {
  padding-top: 40px !important;
}
.cid-toLOYemRwP .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-toLOYemRwP .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-tnnmLjCCtw {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/depositphotos-90373982-l-2000x1357.jpg");
}
.cid-tnnmLjCCtw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tnnmLjCCtw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tnnmLjCCtw .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tmoylDAbAG {
  background-color: #000000;
}
.cid-tmoylDAbAG .content {
  display: flex;
  height: 100px;
  justify-content: center;
  align-items: center;
}
.cid-tmoylDAbAG .content img {
  width: 43px;
  height: 43px;
  object-fit: cover;
  margin-right: 15px;
}
.cid-tmoylDAbAG .content p {
  margin: 0;
}
.cid-tmoylDAbAG .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tmo6aBIn0O {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tmo6aBIn0O .card-heading {
  margin-top: 15px;
  color: #808080;
}
.cid-tmo6aBIn0O .p {
  padding-top: 30px;
  color: #000000;
}
.cid-tmo6aBIn0O .row {
  justify-content: center;
}
.cid-tmo6aBIn0O .line {
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  margin-top: 30px;
}
.cid-tmjjTKzbfp {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tmjjTKzbfp .card-wrap-1 {
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.cid-tmjjTKzbfp .card-wrap-2 {
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-tmjjTKzbfp .card-1 {
  width: 404px;
  padding: 70px 60px;
  margin: 0 0 -1rem 0;
  background: #eaeaea;
}
@media (max-width: 998px) {
  .cid-tmjjTKzbfp .card-1 {
    width: auto;
    padding: 20px;
    margin: 0 0 43px 0;
  }
}
.cid-tmjjTKzbfp .card-1 .mbr-section-title {
  margin-bottom: 13px;
}
.cid-tmjjTKzbfp .card-1 .mbr-section-text {
  margin-bottom: 16px;
}
.cid-tmjjTKzbfp .card-1 .list {
  margin: 0;
  padding-left: 18px;
  list-style-position: inside;
}
.cid-tmjjTKzbfp .card-1 .list li::marker {
  color: #054380;
}
.cid-tmjjTKzbfp .image-wrapper img {
  height: 579px;
  width: 100%;
  object-fit: cover;
}
.cid-tmjjTKzbfp .card-2 {
  width: 404px;
  padding: 90px 60px;
  margin: -4rem 0 0 -6rem;
  background: #054380;
}
@media (max-width: 1300px) {
  .cid-tmjjTKzbfp .card-2 {
    margin: -4rem 0 0 -9rem;
  }
}
@media (max-width: 1100px) {
  .cid-tmjjTKzbfp .card-2 {
    width: 350px;
  }
}
@media (max-width: 998px) {
  .cid-tmjjTKzbfp .card-2 {
    width: auto;
    padding: 20px;
    margin: 43px 0 0 0;
  }
}
.cid-tmjjTKzbfp .card-2 .mbr-title {
  margin-bottom: 13px;
}
.cid-tmjjTKzbfp .card-2 .mbr-text {
  margin-bottom: 18px;
  opacity: .7;
}
.cid-tmjjTKzbfp .btn {
  height: 55px;
  min-width: 170px;
  border: 2px solid #22a5e5 !important;
  margin-top: 10px;
  margin-bottom: 0;
  box-shadow: none;
}
.cid-tmjjTKzbfp .btn:hover {
  box-shadow: none;
  border: 2px solid #22a5e5 !important;
}
.cid-tmjjTKzbfp .mbr-section-title {
  color: #20232a;
}
.cid-tmjjTKzbfp .mbr-section-text {
  color: #054380;
}
.cid-tmjjTKzbfp .list {
  color: #000000;
}
.cid-tmjjTKzbfp .mbr-title {
  color: #FFFFFF;
}
.cid-tmjjTKzbfp .mbr-text {
  color: #FFFFFF;
}
.cid-t8hVSeT1xn {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-t8hVSeT1xn .card-heading {
  margin-top: 15px;
  color: #808080;
}
.cid-t8hVSeT1xn .p {
  padding-top: 30px;
  color: #000000;
}
.cid-t8hVSeT1xn .row {
  justify-content: center;
}
.cid-t8hVSeT1xn .line {
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  margin-top: 30px;
}
.cid-t8hUY85kM6 {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #000000;
}
.cid-t8hUY85kM6 .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-t8hUY85kM6 .row {
  border-bottom: 1px solid #808080;
}
.cid-t8hUY85kM6 H2 {
  color: #e7272d;
}
.cid-t8hUY85kM6 .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-t8hUY85kM6 .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-t8hUY85kM6 .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-t8hUY85kM6 .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-t8hUY85kM6 .col-lg-12 {
  overflow: hidden;
}
.cid-t8hUY85kM6 H4 {
  color: #fbbe36;
}
.cid-t8hUY85kM6 .mbr-text,
.cid-t8hUY85kM6 .mbr-section-btn {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-t8hUY85kM6 .logo-wrap:before {
    content: none;
  }
  .cid-t8hUY85kM6 .logo-wrap:after {
    content: none;
  }
}
.cid-toLOYemRwP {
  z-index: 1000;
  width: 100%;
}
.cid-toLOYemRwP nav.navbar {
  position: fixed;
}
.cid-toLOYemRwP .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-toLOYemRwP .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-toLOYemRwP .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-toLOYemRwP .dropdown-item:hover,
.cid-toLOYemRwP .dropdown-item:focus {
  background: rgba(71, 181, 237, 0.5) !important;
  color: white !important;
}
.cid-toLOYemRwP .dropdown-item:hover span {
  color: white;
}
.cid-toLOYemRwP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-toLOYemRwP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-toLOYemRwP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-toLOYemRwP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-toLOYemRwP .nav-link {
  position: relative;
}
.cid-toLOYemRwP .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-toLOYemRwP .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-toLOYemRwP .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-toLOYemRwP .iconfont-wrapper:hover .mbr-iconfont {
  color: #054380;
}
.cid-toLOYemRwP .dropdown-menu,
.cid-toLOYemRwP .navbar.opened {
  background: #1a2229 !important;
}
.cid-toLOYemRwP .nav-item:focus,
.cid-toLOYemRwP .nav-link:focus {
  outline: none;
}
.cid-toLOYemRwP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-toLOYemRwP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-toLOYemRwP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-toLOYemRwP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-toLOYemRwP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-toLOYemRwP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-toLOYemRwP .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(26, 34, 41, 0.9);
  padding: 0 !important;
}
.cid-toLOYemRwP .navbar.opened {
  transition: all 0.3s;
}
.cid-toLOYemRwP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-toLOYemRwP .navbar .navbar-logo img {
  width: auto;
}
.cid-toLOYemRwP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-toLOYemRwP .navbar.collapsed {
  justify-content: center;
}
.cid-toLOYemRwP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-toLOYemRwP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-toLOYemRwP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-toLOYemRwP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-toLOYemRwP .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-toLOYemRwP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-toLOYemRwP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-toLOYemRwP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-toLOYemRwP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-toLOYemRwP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-toLOYemRwP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-toLOYemRwP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-toLOYemRwP .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-toLOYemRwP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-toLOYemRwP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-toLOYemRwP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-toLOYemRwP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-toLOYemRwP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-toLOYemRwP .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.cid-toLOYemRwP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-toLOYemRwP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-toLOYemRwP .dropdown-item.active,
.cid-toLOYemRwP .dropdown-item:active {
  background-color: transparent;
}
.cid-toLOYemRwP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-toLOYemRwP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-toLOYemRwP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-toLOYemRwP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a2229;
}
.cid-toLOYemRwP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-toLOYemRwP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-toLOYemRwP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-toLOYemRwP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-toLOYemRwP button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-toLOYemRwP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-toLOYemRwP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-toLOYemRwP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-toLOYemRwP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-toLOYemRwP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-toLOYemRwP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-toLOYemRwP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-toLOYemRwP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-toLOYemRwP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-toLOYemRwP .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-toLOYemRwP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-toLOYemRwP .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-toLOYemRwP .navbar {
    height: 70px;
  }
  .cid-toLOYemRwP .navbar.opened {
    height: auto;
  }
  .cid-toLOYemRwP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-toLOYemRwP .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-toLOYemRwP .navbar-toggler {
  margin-left: 10px;
}
.cid-toLOYemRwP .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 20px);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #054380;
}
.cid-toLOYemRwP .navbar-logo {
  margin-right: 0 !important;
}
.cid-toLOYemRwP .mbr-text {
  width: 100%;
  color: #BF9341;
}
@media (max-width: 575px) {
  .cid-toLOYemRwP .mbr-text {
    display: none;
  }
}
.cid-toLOYemRwP .navbar-collapse {
  padding-top: 40px !important;
}
.cid-toLOYemRwP .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-toLOYemRwP .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-tnnmy8MDUB {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/depositphotos-90373982-l-2000x1357.jpg");
}
.cid-tnnmy8MDUB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tnnmy8MDUB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tnnmy8MDUB .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tmoysqneTE {
  background-color: #000000;
}
.cid-tmoysqneTE .content {
  display: flex;
  height: 100px;
  justify-content: center;
  align-items: center;
}
.cid-tmoysqneTE .content img {
  width: 43px;
  height: 43px;
  object-fit: cover;
  margin-right: 15px;
}
.cid-tmoysqneTE .content p {
  margin: 0;
}
.cid-tmoysqneTE .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tmjBHFWroV {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tmjBHFWroV .row {
  position: relative;
}
.cid-tmjBHFWroV .container {
  max-width: 1500px;
}
@media (min-width: 767px) {
  .cid-tmjBHFWroV .row {
    margin: 0 2rem;
  }
}
.cid-tmjBHFWroV .row {
  padding-left: 6rem;
}
.cid-tmjBHFWroV h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 2rem;
  top: 1rem;
}
.cid-tmjBHFWroV .content-wrapper {
  max-width: 600px;
}
.cid-tmjBHFWroV H1 {
  color: #333333;
}
.cid-tmjBHFWroV .mbr-text,
.cid-tmjBHFWroV .mbr-section-btn {
  color: #000000;
}
.cid-tmjBHFWroV H3 {
  color: #333333;
}
@media (max-width: 992px) {
  .cid-tmjBHFWroV .row {
    padding-left: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-tmjBHFWroV h4 {
    left: 3rem;
  }
  .cid-tmjBHFWroV .row {
    padding-left: 3rem;
  }
}
.cid-tmjBHFWroV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tmjBHFWroV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tmjBHFWroV H4 {
  color: #054380;
}
.cid-tmjC3Gc6hC {
  padding-top: 75px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/mbr-1920x1282.jpg");
}
.cid-tmjC3Gc6hC .row {
  position: relative;
}
.cid-tmjC3Gc6hC .container {
  max-width: 1500px;
}
@media (min-width: 767px) {
  .cid-tmjC3Gc6hC .row {
    margin: 0 2rem;
  }
}
.cid-tmjC3Gc6hC .row {
  padding-left: 6rem;
}
.cid-tmjC3Gc6hC h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 2rem;
  top: 1rem;
}
.cid-tmjC3Gc6hC .content-wrapper {
  max-width: 600px;
}
.cid-tmjC3Gc6hC H1 {
  color: #333333;
}
.cid-tmjC3Gc6hC .mbr-text,
.cid-tmjC3Gc6hC .mbr-section-btn {
  color: #000000;
}
.cid-tmjC3Gc6hC H3 {
  color: #333333;
}
@media (max-width: 992px) {
  .cid-tmjC3Gc6hC .row {
    padding-left: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-tmjC3Gc6hC h4 {
    left: 3rem;
  }
  .cid-tmjC3Gc6hC .row {
    padding-left: 3rem;
  }
}
.cid-tmjC3Gc6hC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tmjC3Gc6hC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tmjC3Gc6hC H4 {
  color: #054380;
}
.cid-tmk34eq056 {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tmk34eq056 .row {
  position: relative;
}
.cid-tmk34eq056 .container {
  max-width: 1500px;
}
@media (min-width: 767px) {
  .cid-tmk34eq056 .row {
    margin: 0 2rem;
  }
}
.cid-tmk34eq056 .row {
  padding-left: 6rem;
}
.cid-tmk34eq056 h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 2rem;
  top: 1rem;
}
.cid-tmk34eq056 .content-wrapper {
  max-width: 600px;
}
.cid-tmk34eq056 H1 {
  color: #333333;
}
.cid-tmk34eq056 .mbr-text,
.cid-tmk34eq056 .mbr-section-btn {
  color: #000000;
}
.cid-tmk34eq056 H3 {
  color: #333333;
}
@media (max-width: 992px) {
  .cid-tmk34eq056 .row {
    padding-left: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-tmk34eq056 h4 {
    left: 3rem;
  }
  .cid-tmk34eq056 .row {
    padding-left: 3rem;
  }
}
.cid-tmk34eq056 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tmk34eq056 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tmk34eq056 H4 {
  color: #054380;
}
.cid-tmk3ghSfmh {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #fafafa;
}
.cid-tmk3ghSfmh .row {
  position: relative;
}
.cid-tmk3ghSfmh .container {
  max-width: 1500px;
}
@media (min-width: 767px) {
  .cid-tmk3ghSfmh .row {
    margin: 0 2rem;
  }
}
.cid-tmk3ghSfmh .row {
  padding-left: 6rem;
}
.cid-tmk3ghSfmh h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 2rem;
  top: 1rem;
}
.cid-tmk3ghSfmh .content-wrapper {
  max-width: 600px;
}
.cid-tmk3ghSfmh H1 {
  color: #333333;
}
.cid-tmk3ghSfmh .mbr-text,
.cid-tmk3ghSfmh .mbr-section-btn {
  color: #000000;
}
.cid-tmk3ghSfmh H3 {
  color: #333333;
}
@media (max-width: 992px) {
  .cid-tmk3ghSfmh .row {
    padding-left: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-tmk3ghSfmh h4 {
    left: 3rem;
  }
  .cid-tmk3ghSfmh .row {
    padding-left: 3rem;
  }
}
.cid-tmk3ghSfmh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tmk3ghSfmh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tmk3ghSfmh H4 {
  color: #054380;
}
.cid-t8i3FB90XM {
  overflow: visible !important;
  padding-top: 0rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
@media (max-width: 1000px) {
  .cid-t8i3FB90XM {
    padding-top: 0rem;
    padding-bottom: 3.5rem;
  }
}
@media (max-width: 768px) {
  .cid-t8i3FB90XM {
    padding-top: 0rem;
    padding-bottom: 2.1rem;
  }
}
.cid-t8i3FB90XM .f-row {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-t8i3FB90XM .f-row {
    flex-direction: row;
    min-height: 665px;
  }
}
@media (min-width: 992px) {
  .cid-t8i3FB90XM .image-wrapper {
    transform: translateX(25%);
    min-width: 770px;
    min-height: 500px;
    max-height: 500px;
  }
}
.cid-t8i3FB90XM .image-wrapper img {
  min-height: 100%;
  max-height: 500px;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-t8i3FB90XM .text {
    min-width: 615px;
    transform: translate(-25%, 16rem);
  }
}
.cid-t8i3FB90XM .text-wrapper {
  background: #fafafa;
  padding: 3rem 1rem 5rem;
}
@media (min-width: 992px) {
  .cid-t8i3FB90XM .text-wrapper {
    padding: 100px 100px 63px;
  }
}
.cid-t8i3FB90XM .mbr-text {
  font-weight: 300;
  color: #000000;
}
@media (min-width: 992px) {
  .cid-t8i3FB90XM .display-1 {
    font-size: 65px;
  }
  .cid-t8i3FB90XM .display-5 {
    font-size: 29px;
  }
}
.cid-t8i3FB90XM .mbr-section-btn {
  background: #fafafa;
  margin-left: 0;
  margin-right: 0;
}
.cid-t8i3FB90XM .btn {
  box-shadow: none !important;
  border-radius: 0 !important;
  font-weight: 400;
  min-height: 72px;
  padding-right: 80px;
  padding-left: 80px;
  margin: 0;
}
.cid-t8i3FB90XM .btn:hover {
  background: #BEE1E6 !important;
  border-color: #BEE1E6 !important;
  color: #18293D !important;
}
.cid-t8i3FB90XM .mbr-section-title {
  color: #000000;
}
.cid-t8i2zf3KDj {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #000000;
}
.cid-t8i2zf3KDj .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-t8i2zf3KDj .row {
  border-bottom: 1px solid #808080;
}
.cid-t8i2zf3KDj H2 {
  color: #e7272d;
}
.cid-t8i2zf3KDj .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-t8i2zf3KDj .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-t8i2zf3KDj .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-t8i2zf3KDj .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-t8i2zf3KDj .col-lg-12 {
  overflow: hidden;
}
.cid-t8i2zf3KDj H4 {
  color: #fbbe36;
}
.cid-t8i2zf3KDj .mbr-text,
.cid-t8i2zf3KDj .mbr-section-btn {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-t8i2zf3KDj .logo-wrap:before {
    content: none;
  }
  .cid-t8i2zf3KDj .logo-wrap:after {
    content: none;
  }
}
.cid-toLOYemRwP {
  z-index: 1000;
  width: 100%;
}
.cid-toLOYemRwP nav.navbar {
  position: fixed;
}
.cid-toLOYemRwP .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-toLOYemRwP .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-toLOYemRwP .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-toLOYemRwP .dropdown-item:hover,
.cid-toLOYemRwP .dropdown-item:focus {
  background: rgba(71, 181, 237, 0.5) !important;
  color: white !important;
}
.cid-toLOYemRwP .dropdown-item:hover span {
  color: white;
}
.cid-toLOYemRwP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-toLOYemRwP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-toLOYemRwP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-toLOYemRwP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-toLOYemRwP .nav-link {
  position: relative;
}
.cid-toLOYemRwP .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-toLOYemRwP .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-toLOYemRwP .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-toLOYemRwP .iconfont-wrapper:hover .mbr-iconfont {
  color: #054380;
}
.cid-toLOYemRwP .dropdown-menu,
.cid-toLOYemRwP .navbar.opened {
  background: #1a2229 !important;
}
.cid-toLOYemRwP .nav-item:focus,
.cid-toLOYemRwP .nav-link:focus {
  outline: none;
}
.cid-toLOYemRwP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-toLOYemRwP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-toLOYemRwP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-toLOYemRwP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-toLOYemRwP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-toLOYemRwP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-toLOYemRwP .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(26, 34, 41, 0.9);
  padding: 0 !important;
}
.cid-toLOYemRwP .navbar.opened {
  transition: all 0.3s;
}
.cid-toLOYemRwP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-toLOYemRwP .navbar .navbar-logo img {
  width: auto;
}
.cid-toLOYemRwP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-toLOYemRwP .navbar.collapsed {
  justify-content: center;
}
.cid-toLOYemRwP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-toLOYemRwP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-toLOYemRwP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-toLOYemRwP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-toLOYemRwP .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-toLOYemRwP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-toLOYemRwP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-toLOYemRwP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-toLOYemRwP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-toLOYemRwP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-toLOYemRwP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-toLOYemRwP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-toLOYemRwP .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-toLOYemRwP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-toLOYemRwP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-toLOYemRwP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-toLOYemRwP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-toLOYemRwP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-toLOYemRwP .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.cid-toLOYemRwP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-toLOYemRwP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-toLOYemRwP .dropdown-item.active,
.cid-toLOYemRwP .dropdown-item:active {
  background-color: transparent;
}
.cid-toLOYemRwP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-toLOYemRwP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-toLOYemRwP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-toLOYemRwP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a2229;
}
.cid-toLOYemRwP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-toLOYemRwP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-toLOYemRwP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-toLOYemRwP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-toLOYemRwP button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-toLOYemRwP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-toLOYemRwP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-toLOYemRwP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-toLOYemRwP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-toLOYemRwP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-toLOYemRwP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-toLOYemRwP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-toLOYemRwP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-toLOYemRwP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-toLOYemRwP .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-toLOYemRwP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-toLOYemRwP .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-toLOYemRwP .navbar {
    height: 70px;
  }
  .cid-toLOYemRwP .navbar.opened {
    height: auto;
  }
  .cid-toLOYemRwP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-toLOYemRwP .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-toLOYemRwP .navbar-toggler {
  margin-left: 10px;
}
.cid-toLOYemRwP .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 20px);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #054380;
}
.cid-toLOYemRwP .navbar-logo {
  margin-right: 0 !important;
}
.cid-toLOYemRwP .mbr-text {
  width: 100%;
  color: #BF9341;
}
@media (max-width: 575px) {
  .cid-toLOYemRwP .mbr-text {
    display: none;
  }
}
.cid-toLOYemRwP .navbar-collapse {
  padding-top: 40px !important;
}
.cid-toLOYemRwP .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-toLOYemRwP .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-tnnmWWLfrq {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/depositphotos-90373982-l-2000x1357.jpg");
}
.cid-tnnmWWLfrq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tnnmWWLfrq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tnnmWWLfrq .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tmoyEnQVJ4 {
  background-color: #000000;
}
.cid-tmoyEnQVJ4 .content {
  display: flex;
  height: 100px;
  justify-content: center;
  align-items: center;
}
.cid-tmoyEnQVJ4 .content img {
  width: 43px;
  height: 43px;
  object-fit: cover;
  margin-right: 15px;
}
.cid-tmoyEnQVJ4 .content p {
  margin: 0;
}
.cid-tmoyEnQVJ4 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-t8imFKbLta {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-t8imFKbLta .card-title {
  margin-bottom: 20px;
  color: #202020;
}
.cid-t8imFKbLta .mbr-section-btn {
  margin-top: 43px;
}
.cid-t8imFKbLta .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-t8imFKbLta .card-wrapper {
    margin-top: 60px;
  }
}
.cid-t8imFKbLta .mbr-text,
.cid-t8imFKbLta .mbr-section-btn {
  color: #000000;
}
.cid-tmo890pUbt {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tmo890pUbt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tmo890pUbt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tmo890pUbt .card-wrapper {
  background: #fafafa;
  margin-top: 3rem;
  padding: 2rem;
  border-radius: 2rem;
}
@media (min-width: 1500px) {
  .cid-tmo890pUbt .container {
    max-width: 1400px;
  }
}
.cid-tmo890pUbt .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #502274;
  margin-bottom: 2rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #0948ba;
  height: 80px;
  border-radius: 50%;
}
.cid-tmo890pUbt .row {
  justify-content: center;
}
.cid-tmo890pUbt .mbr-section-title {
  text-align: left;
}
.cid-tmo890pUbt .card-title,
.cid-tmo890pUbt .iconfont-wrapper {
  color: #054380;
}
.cid-tmo8PB3yxJ {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tmo8PB3yxJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tmo8PB3yxJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tmo8PB3yxJ .card-wrapper {
  background: #fafafa;
  margin-top: 3rem;
  padding: 2rem;
  border-radius: 2rem;
}
@media (min-width: 1500px) {
  .cid-tmo8PB3yxJ .container {
    max-width: 1400px;
  }
}
.cid-tmo8PB3yxJ .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #502274;
  margin-bottom: 2rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #0948ba;
  height: 80px;
  border-radius: 50%;
}
.cid-tmo8PB3yxJ .row {
  justify-content: center;
}
.cid-tmo8PB3yxJ .mbr-section-title {
  text-align: left;
}
.cid-tmo8PB3yxJ .card-title,
.cid-tmo8PB3yxJ .iconfont-wrapper {
  color: #054380;
}
.cid-t8i6bDYKBJ {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #000000;
}
.cid-t8i6bDYKBJ .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-t8i6bDYKBJ .row {
  border-bottom: 1px solid #808080;
}
.cid-t8i6bDYKBJ H2 {
  color: #e7272d;
}
.cid-t8i6bDYKBJ .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-t8i6bDYKBJ .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-t8i6bDYKBJ .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-t8i6bDYKBJ .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-t8i6bDYKBJ .col-lg-12 {
  overflow: hidden;
}
.cid-t8i6bDYKBJ H4 {
  color: #fbbe36;
}
.cid-t8i6bDYKBJ .mbr-text,
.cid-t8i6bDYKBJ .mbr-section-btn {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-t8i6bDYKBJ .logo-wrap:before {
    content: none;
  }
  .cid-t8i6bDYKBJ .logo-wrap:after {
    content: none;
  }
}
.cid-toLOYemRwP {
  z-index: 1000;
  width: 100%;
}
.cid-toLOYemRwP nav.navbar {
  position: fixed;
}
.cid-toLOYemRwP .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-toLOYemRwP .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-toLOYemRwP .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-toLOYemRwP .dropdown-item:hover,
.cid-toLOYemRwP .dropdown-item:focus {
  background: rgba(71, 181, 237, 0.5) !important;
  color: white !important;
}
.cid-toLOYemRwP .dropdown-item:hover span {
  color: white;
}
.cid-toLOYemRwP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-toLOYemRwP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-toLOYemRwP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-toLOYemRwP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-toLOYemRwP .nav-link {
  position: relative;
}
.cid-toLOYemRwP .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-toLOYemRwP .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-toLOYemRwP .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-toLOYemRwP .iconfont-wrapper:hover .mbr-iconfont {
  color: #054380;
}
.cid-toLOYemRwP .dropdown-menu,
.cid-toLOYemRwP .navbar.opened {
  background: #1a2229 !important;
}
.cid-toLOYemRwP .nav-item:focus,
.cid-toLOYemRwP .nav-link:focus {
  outline: none;
}
.cid-toLOYemRwP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-toLOYemRwP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-toLOYemRwP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-toLOYemRwP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-toLOYemRwP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-toLOYemRwP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-toLOYemRwP .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(26, 34, 41, 0.9);
  padding: 0 !important;
}
.cid-toLOYemRwP .navbar.opened {
  transition: all 0.3s;
}
.cid-toLOYemRwP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-toLOYemRwP .navbar .navbar-logo img {
  width: auto;
}
.cid-toLOYemRwP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-toLOYemRwP .navbar.collapsed {
  justify-content: center;
}
.cid-toLOYemRwP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-toLOYemRwP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-toLOYemRwP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-toLOYemRwP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-toLOYemRwP .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-toLOYemRwP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-toLOYemRwP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-toLOYemRwP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-toLOYemRwP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-toLOYemRwP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-toLOYemRwP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-toLOYemRwP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-toLOYemRwP .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-toLOYemRwP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-toLOYemRwP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-toLOYemRwP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-toLOYemRwP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-toLOYemRwP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-toLOYemRwP .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.cid-toLOYemRwP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-toLOYemRwP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-toLOYemRwP .dropdown-item.active,
.cid-toLOYemRwP .dropdown-item:active {
  background-color: transparent;
}
.cid-toLOYemRwP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-toLOYemRwP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-toLOYemRwP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-toLOYemRwP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a2229;
}
.cid-toLOYemRwP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-toLOYemRwP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-toLOYemRwP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-toLOYemRwP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-toLOYemRwP button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-toLOYemRwP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-toLOYemRwP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-toLOYemRwP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-toLOYemRwP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-toLOYemRwP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-toLOYemRwP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-toLOYemRwP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-toLOYemRwP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-toLOYemRwP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-toLOYemRwP .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-toLOYemRwP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-toLOYemRwP .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-toLOYemRwP .navbar {
    height: 70px;
  }
  .cid-toLOYemRwP .navbar.opened {
    height: auto;
  }
  .cid-toLOYemRwP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-toLOYemRwP .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-toLOYemRwP .navbar-toggler {
  margin-left: 10px;
}
.cid-toLOYemRwP .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 20px);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #054380;
}
.cid-toLOYemRwP .navbar-logo {
  margin-right: 0 !important;
}
.cid-toLOYemRwP .mbr-text {
  width: 100%;
  color: #BF9341;
}
@media (max-width: 575px) {
  .cid-toLOYemRwP .mbr-text {
    display: none;
  }
}
.cid-toLOYemRwP .navbar-collapse {
  padding-top: 40px !important;
}
.cid-toLOYemRwP .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-toLOYemRwP .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-tnnm0tLrL6 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/depositphotos-90373982-l-2000x1357.jpg");
}
.cid-tnnm0tLrL6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tnnm0tLrL6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tnnm0tLrL6 .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tnnwUeQ68Z {
  background-color: #000000;
}
.cid-tnnwUeQ68Z .content {
  display: flex;
  height: 100px;
  justify-content: center;
  align-items: center;
}
.cid-tnnwUeQ68Z .content img {
  width: 43px;
  height: 43px;
  object-fit: cover;
  margin-right: 15px;
}
.cid-tnnwUeQ68Z .content p {
  margin: 0;
}
.cid-tnnwUeQ68Z .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-toFAhWntNp {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-toFAhWntNp .mbr-section-title {
  color: #000000;
}
.cid-toFAhWntNp .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-toFAhWntNp .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 1400px) {
  .cid-toFAhWntNp .image-wrapper {
    margin-right: 4rem;
  }
}
.cid-toFAhWntNp .link-wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  cursor: pointer;
  margin-top: 6rem;
}
.cid-toFAhWntNp .link-wrapper .link-icon {
  font-size: 6rem;
  transform: rotate(-45deg) translate(-20px, 30px);
  padding-left: 1rem;
  transition: all 0.3s;
  transform-origin: left;
}
@media (max-width: 1400px) {
  .cid-toFAhWntNp .link-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-toFAhWntNp .link-wrapper {
    justify-content: center;
  }
}
.cid-toFAhWntNp .link-wrapper:hover .link-icon {
  transform: rotate(-45deg) scale(0.5) translate(-30px, 50px);
}
.cid-toFAhWntNp .mbr-section-subtitle {
  width: fit-content;
  text-align: center;
  background: #000000;
  cursor: pointer;
  transform: rotate(-90deg);
  display: block;
  transform-origin: left;
  margin-left: 4.1rem;
  padding: 2rem 4rem;
  padding-bottom: 2.5rem;
  margin-bottom: 0;
  color: #ffffff;
  transition: all 0.3s;
}
.cid-toFAhWntNp .mbr-section-subtitle:hover {
  background: #054380;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-toFAhWntNp .mbr-section-subtitle {
    width: 300px;
    padding: 2rem 2rem;
    margin-left: 3.5rem;
  }
}
.cid-toFAhWntNp .link,
.cid-toFAhWntNp .link-icon {
  color: #000000;
}
.cid-toFAhWntNp .mbr-fallback-image.disabled {
  display: none;
}
.cid-toFAhWntNp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-toFCBYItAX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-toFCBYItAX .mbr-section-title {
  color: #000000;
}
.cid-toFCBYItAX .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-toFCBYItAX .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 1400px) {
  .cid-toFCBYItAX .image-wrapper {
    margin-right: 4rem;
  }
}
.cid-toFCBYItAX .link-wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  cursor: pointer;
  margin-top: 6rem;
}
.cid-toFCBYItAX .link-wrapper .link-icon {
  font-size: 6rem;
  transform: rotate(-45deg) translate(-20px, 30px);
  padding-left: 1rem;
  transition: all 0.3s;
  transform-origin: left;
}
@media (max-width: 1400px) {
  .cid-toFCBYItAX .link-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-toFCBYItAX .link-wrapper {
    justify-content: center;
  }
}
.cid-toFCBYItAX .link-wrapper:hover .link-icon {
  transform: rotate(-45deg) scale(0.5) translate(-30px, 50px);
}
.cid-toFCBYItAX .mbr-section-subtitle {
  width: fit-content;
  text-align: center;
  background: #000000;
  cursor: pointer;
  transform: rotate(-90deg);
  display: block;
  transform-origin: left;
  margin-left: 4.1rem;
  padding: 2rem 4rem;
  padding-bottom: 2.5rem;
  margin-bottom: 0;
  color: #ffffff;
  transition: all 0.3s;
}
.cid-toFCBYItAX .mbr-section-subtitle:hover {
  background: #054380;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-toFCBYItAX .mbr-section-subtitle {
    width: 300px;
    padding: 2rem 2rem;
    margin-left: 3.5rem;
  }
}
.cid-toFCBYItAX .link,
.cid-toFCBYItAX .link-icon {
  color: #000000;
}
.cid-toFCBYItAX .mbr-fallback-image.disabled {
  display: none;
}
.cid-toFCBYItAX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-toFqDpPVHf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-toFqDpPVHf .main-container {
  display: flex;
  align-items: stretch;
  justify-content: center;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-toFqDpPVHf .main-container {
    flex-wrap: wrap;
    padding: 0 40px;
  }
}
.cid-toFqDpPVHf .col-title,
.cid-toFqDpPVHf .col-text {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  padding: 10px;
}
.cid-toFqDpPVHf .mbr-section-title {
  color: #000000;
  margin-bottom: 0 !important;
}
@media (max-width: 767px) {
  .cid-toFqDpPVHf .mbr-section-title {
    text-align: center !important;
  }
}
.cid-toFqDpPVHf .mbr-section-subtitle {
  color: #112B6D;
  margin-bottom: 0 !important;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-toFqDpPVHf .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-toFqDpPVHf .mbr-text {
  color: #000000;
  margin-bottom: 0.9rem !important;
}
@media (max-width: 767px) {
  .cid-toFqDpPVHf .mbr-text {
    text-align: center !important;
  }
}
.cid-t8BTW2RcZx {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #000000;
}
.cid-t8BTW2RcZx .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-t8BTW2RcZx .row {
  border-bottom: 1px solid #808080;
}
.cid-t8BTW2RcZx H2 {
  color: #e7272d;
}
.cid-t8BTW2RcZx .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-t8BTW2RcZx .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-t8BTW2RcZx .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-t8BTW2RcZx .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-t8BTW2RcZx .col-lg-12 {
  overflow: hidden;
}
.cid-t8BTW2RcZx H4 {
  color: #fbbe36;
}
.cid-t8BTW2RcZx .mbr-text,
.cid-t8BTW2RcZx .mbr-section-btn {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-t8BTW2RcZx .logo-wrap:before {
    content: none;
  }
  .cid-t8BTW2RcZx .logo-wrap:after {
    content: none;
  }
}
.cid-toLOYemRwP {
  z-index: 1000;
  width: 100%;
}
.cid-toLOYemRwP nav.navbar {
  position: fixed;
}
.cid-toLOYemRwP .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-toLOYemRwP .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-toLOYemRwP .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-toLOYemRwP .dropdown-item:hover,
.cid-toLOYemRwP .dropdown-item:focus {
  background: rgba(71, 181, 237, 0.5) !important;
  color: white !important;
}
.cid-toLOYemRwP .dropdown-item:hover span {
  color: white;
}
.cid-toLOYemRwP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-toLOYemRwP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-toLOYemRwP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-toLOYemRwP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-toLOYemRwP .nav-link {
  position: relative;
}
.cid-toLOYemRwP .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-toLOYemRwP .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-toLOYemRwP .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-toLOYemRwP .iconfont-wrapper:hover .mbr-iconfont {
  color: #054380;
}
.cid-toLOYemRwP .dropdown-menu,
.cid-toLOYemRwP .navbar.opened {
  background: #1a2229 !important;
}
.cid-toLOYemRwP .nav-item:focus,
.cid-toLOYemRwP .nav-link:focus {
  outline: none;
}
.cid-toLOYemRwP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-toLOYemRwP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-toLOYemRwP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-toLOYemRwP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-toLOYemRwP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-toLOYemRwP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-toLOYemRwP .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(26, 34, 41, 0.9);
  padding: 0 !important;
}
.cid-toLOYemRwP .navbar.opened {
  transition: all 0.3s;
}
.cid-toLOYemRwP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-toLOYemRwP .navbar .navbar-logo img {
  width: auto;
}
.cid-toLOYemRwP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-toLOYemRwP .navbar.collapsed {
  justify-content: center;
}
.cid-toLOYemRwP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-toLOYemRwP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-toLOYemRwP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-toLOYemRwP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-toLOYemRwP .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-toLOYemRwP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-toLOYemRwP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-toLOYemRwP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-toLOYemRwP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-toLOYemRwP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-toLOYemRwP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-toLOYemRwP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-toLOYemRwP .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-toLOYemRwP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-toLOYemRwP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-toLOYemRwP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-toLOYemRwP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-toLOYemRwP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-toLOYemRwP .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.cid-toLOYemRwP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-toLOYemRwP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-toLOYemRwP .dropdown-item.active,
.cid-toLOYemRwP .dropdown-item:active {
  background-color: transparent;
}
.cid-toLOYemRwP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-toLOYemRwP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-toLOYemRwP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-toLOYemRwP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a2229;
}
.cid-toLOYemRwP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-toLOYemRwP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-toLOYemRwP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-toLOYemRwP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-toLOYemRwP button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-toLOYemRwP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-toLOYemRwP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-toLOYemRwP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-toLOYemRwP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-toLOYemRwP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-toLOYemRwP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-toLOYemRwP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-toLOYemRwP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-toLOYemRwP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-toLOYemRwP .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-toLOYemRwP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-toLOYemRwP .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-toLOYemRwP .navbar {
    height: 70px;
  }
  .cid-toLOYemRwP .navbar.opened {
    height: auto;
  }
  .cid-toLOYemRwP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-toLOYemRwP .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-toLOYemRwP .navbar-toggler {
  margin-left: 10px;
}
.cid-toLOYemRwP .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 20px);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #054380;
}
.cid-toLOYemRwP .navbar-logo {
  margin-right: 0 !important;
}
.cid-toLOYemRwP .mbr-text {
  width: 100%;
  color: #BF9341;
}
@media (max-width: 575px) {
  .cid-toLOYemRwP .mbr-text {
    display: none;
  }
}
.cid-toLOYemRwP .navbar-collapse {
  padding-top: 40px !important;
}
.cid-toLOYemRwP .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-toLOYemRwP .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-tnnn1yXGH3 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/depositphotos-90373982-l-2000x1357.jpg");
}
.cid-tnnn1yXGH3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tnnn1yXGH3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tnnn1yXGH3 .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tmoyYJ0yL5 {
  background-color: #000000;
}
.cid-tmoyYJ0yL5 .content {
  display: flex;
  height: 100px;
  justify-content: center;
  align-items: center;
}
.cid-tmoyYJ0yL5 .content img {
  width: 43px;
  height: 43px;
  object-fit: cover;
  margin-right: 15px;
}
.cid-tmoyYJ0yL5 .content p {
  margin: 0;
}
.cid-tmoyYJ0yL5 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tmocE0DF3O {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tmocE0DF3O .row {
  flex-direction: row-reverse;
}
.cid-tmocE0DF3O img {
  transition: all 0.3s;
  object-fit: cover;
}
.cid-tmocE0DF3O .image-wrapper {
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
@media (max-width: 991px) {
  .cid-tmocE0DF3O .image-wrapper {
    padding: 1rem;
  }
}
.cid-tmocE0DF3O .image-wrapper:hover img {
  transform: scale(1.15) rotate(-5deg);
}
.cid-tmocE0DF3O .image-wrapper:hover .img-link {
  background: #054380;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tmocE0DF3O .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tmocE0DF3O .img-link {
  background: #054380;
  transition: all 0.3s;
  padding: 2rem;
  position: absolute;
  bottom: -1rem;
  cursor: pointer;
  left: 0;
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tmocE0DF3O .text-wrapper {
    padding: 0 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tmocE0DF3O p {
    max-width: 500px;
  }
}
.cid-tmocE0DF3O .mbr-text,
.cid-tmocE0DF3O .mbr-section-btn {
  color: #000000;
}
.cid-tmocE0DF3O .mbr-section-title {
  color: #000000;
}
.cid-tmocE0DF3O .mbr-fallback-image.disabled {
  display: none;
}
.cid-tmocE0DF3O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tmodj4MBkb {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tmodj4MBkb .row {
  flex-direction: row-reverse;
}
.cid-tmodj4MBkb img {
  transition: all 0.3s;
  object-fit: cover;
}
.cid-tmodj4MBkb .image-wrapper {
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
@media (max-width: 991px) {
  .cid-tmodj4MBkb .image-wrapper {
    padding: 1rem;
  }
}
.cid-tmodj4MBkb .image-wrapper:hover img {
  transform: scale(1.15) rotate(-5deg);
}
.cid-tmodj4MBkb .image-wrapper:hover .img-link {
  background: #054380;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tmodj4MBkb .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tmodj4MBkb .img-link {
  background: #054380;
  transition: all 0.3s;
  padding: 2rem;
  position: absolute;
  bottom: -1rem;
  cursor: pointer;
  left: 0;
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tmodj4MBkb .text-wrapper {
    padding: 0 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tmodj4MBkb p {
    max-width: 500px;
  }
}
.cid-tmodj4MBkb .mbr-text,
.cid-tmodj4MBkb .mbr-section-btn {
  color: #000000;
}
.cid-tmodj4MBkb .mbr-section-title {
  color: #000000;
}
.cid-tmodj4MBkb .mbr-fallback-image.disabled {
  display: none;
}
.cid-tmodj4MBkb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
#custom-html-a2 {
  /* Type valid CSS here */
}
#custom-html-a2 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-a2 p {
  font-size: 60px;
  color: #777;
}
.cid-t8BV9vdwSy {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #000000;
}
.cid-t8BV9vdwSy .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-t8BV9vdwSy .row {
  border-bottom: 1px solid #808080;
}
.cid-t8BV9vdwSy H2 {
  color: #e7272d;
}
.cid-t8BV9vdwSy .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-t8BV9vdwSy .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-t8BV9vdwSy .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-t8BV9vdwSy .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-t8BV9vdwSy .col-lg-12 {
  overflow: hidden;
}
.cid-t8BV9vdwSy H4 {
  color: #fbbe36;
}
.cid-t8BV9vdwSy .mbr-text,
.cid-t8BV9vdwSy .mbr-section-btn {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-t8BV9vdwSy .logo-wrap:before {
    content: none;
  }
  .cid-t8BV9vdwSy .logo-wrap:after {
    content: none;
  }
}
.cid-toLOYemRwP {
  z-index: 1000;
  width: 100%;
}
.cid-toLOYemRwP nav.navbar {
  position: fixed;
}
.cid-toLOYemRwP .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-toLOYemRwP .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-toLOYemRwP .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-toLOYemRwP .dropdown-item:hover,
.cid-toLOYemRwP .dropdown-item:focus {
  background: rgba(71, 181, 237, 0.5) !important;
  color: white !important;
}
.cid-toLOYemRwP .dropdown-item:hover span {
  color: white;
}
.cid-toLOYemRwP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-toLOYemRwP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-toLOYemRwP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-toLOYemRwP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-toLOYemRwP .nav-link {
  position: relative;
}
.cid-toLOYemRwP .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-toLOYemRwP .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-toLOYemRwP .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-toLOYemRwP .iconfont-wrapper:hover .mbr-iconfont {
  color: #054380;
}
.cid-toLOYemRwP .dropdown-menu,
.cid-toLOYemRwP .navbar.opened {
  background: #1a2229 !important;
}
.cid-toLOYemRwP .nav-item:focus,
.cid-toLOYemRwP .nav-link:focus {
  outline: none;
}
.cid-toLOYemRwP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-toLOYemRwP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-toLOYemRwP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-toLOYemRwP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-toLOYemRwP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-toLOYemRwP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-toLOYemRwP .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(26, 34, 41, 0.9);
  padding: 0 !important;
}
.cid-toLOYemRwP .navbar.opened {
  transition: all 0.3s;
}
.cid-toLOYemRwP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-toLOYemRwP .navbar .navbar-logo img {
  width: auto;
}
.cid-toLOYemRwP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-toLOYemRwP .navbar.collapsed {
  justify-content: center;
}
.cid-toLOYemRwP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-toLOYemRwP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-toLOYemRwP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-toLOYemRwP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-toLOYemRwP .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-toLOYemRwP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-toLOYemRwP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-toLOYemRwP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-toLOYemRwP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-toLOYemRwP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-toLOYemRwP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-toLOYemRwP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-toLOYemRwP .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-toLOYemRwP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-toLOYemRwP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-toLOYemRwP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-toLOYemRwP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-toLOYemRwP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-toLOYemRwP .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.cid-toLOYemRwP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-toLOYemRwP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-toLOYemRwP .dropdown-item.active,
.cid-toLOYemRwP .dropdown-item:active {
  background-color: transparent;
}
.cid-toLOYemRwP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-toLOYemRwP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-toLOYemRwP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-toLOYemRwP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a2229;
}
.cid-toLOYemRwP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-toLOYemRwP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-toLOYemRwP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-toLOYemRwP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-toLOYemRwP button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-toLOYemRwP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-toLOYemRwP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-toLOYemRwP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-toLOYemRwP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-toLOYemRwP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-toLOYemRwP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-toLOYemRwP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-toLOYemRwP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-toLOYemRwP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-toLOYemRwP .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-toLOYemRwP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-toLOYemRwP .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-toLOYemRwP .navbar {
    height: 70px;
  }
  .cid-toLOYemRwP .navbar.opened {
    height: auto;
  }
  .cid-toLOYemRwP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-toLOYemRwP .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-toLOYemRwP .navbar-toggler {
  margin-left: 10px;
}
.cid-toLOYemRwP .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 20px);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #054380;
}
.cid-toLOYemRwP .navbar-logo {
  margin-right: 0 !important;
}
.cid-toLOYemRwP .mbr-text {
  width: 100%;
  color: #BF9341;
}
@media (max-width: 575px) {
  .cid-toLOYemRwP .mbr-text {
    display: none;
  }
}
.cid-toLOYemRwP .navbar-collapse {
  padding-top: 40px !important;
}
.cid-toLOYemRwP .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-toLOYemRwP .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-tnnn5lDO8Z {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/depositphotos-90373982-l-2000x1357.jpg");
}
.cid-tnnn5lDO8Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-tnnn5lDO8Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tnnn5lDO8Z .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tmoxp9xRFN {
  background-color: #000000;
}
.cid-tmoxp9xRFN .content {
  display: flex;
  height: 100px;
  justify-content: center;
  align-items: center;
}
.cid-tmoxp9xRFN .content img {
  width: 43px;
  height: 43px;
  object-fit: cover;
  margin-right: 15px;
}
.cid-tmoxp9xRFN .content p {
  margin: 0;
}
.cid-tmoxp9xRFN .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tmoevdKr5g {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tmoevdKr5g .row {
  flex-direction: row-reverse;
}
.cid-tmoevdKr5g img {
  transition: all 0.3s;
  object-fit: cover;
}
.cid-tmoevdKr5g .image-wrapper {
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
@media (max-width: 991px) {
  .cid-tmoevdKr5g .image-wrapper {
    padding: 1rem;
  }
}
.cid-tmoevdKr5g .image-wrapper:hover img {
  transform: scale(1.15) rotate(-5deg);
}
.cid-tmoevdKr5g .image-wrapper:hover .img-link {
  background: #054380;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tmoevdKr5g .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tmoevdKr5g .img-link {
  background: #054380;
  transition: all 0.3s;
  padding: 2rem;
  position: absolute;
  bottom: -1rem;
  cursor: pointer;
  left: 0;
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tmoevdKr5g .text-wrapper {
    padding: 0 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tmoevdKr5g p {
    max-width: 500px;
  }
}
.cid-tmoevdKr5g .mbr-text,
.cid-tmoevdKr5g .mbr-section-btn {
  color: #000000;
}
.cid-tmoevdKr5g .mbr-section-title {
  color: #000000;
}
.cid-tmoevdKr5g .mbr-fallback-image.disabled {
  display: none;
}
.cid-tmoevdKr5g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tmof167aXX {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-tmof167aXX .row {
  flex-direction: row-reverse;
}
.cid-tmof167aXX img {
  transition: all 0.3s;
  object-fit: cover;
}
.cid-tmof167aXX .image-wrapper {
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
@media (max-width: 991px) {
  .cid-tmof167aXX .image-wrapper {
    padding: 1rem;
  }
}
.cid-tmof167aXX .image-wrapper:hover img {
  transform: scale(1.15) rotate(-5deg);
}
.cid-tmof167aXX .image-wrapper:hover .img-link {
  background: #054380;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tmof167aXX .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tmof167aXX .img-link {
  background: #054380;
  transition: all 0.3s;
  padding: 2rem;
  position: absolute;
  bottom: -1rem;
  cursor: pointer;
  left: 0;
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tmof167aXX .text-wrapper {
    padding: 0 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tmof167aXX p {
    max-width: 500px;
  }
}
.cid-tmof167aXX .mbr-text,
.cid-tmof167aXX .mbr-section-btn {
  color: #000000;
}
.cid-tmof167aXX .mbr-section-title {
  color: #000000;
}
.cid-tmof167aXX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tmof167aXX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tmoflPFJAr {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tmoflPFJAr .row {
  flex-direction: row-reverse;
}
.cid-tmoflPFJAr img {
  transition: all 0.3s;
  object-fit: cover;
}
.cid-tmoflPFJAr .image-wrapper {
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
@media (max-width: 991px) {
  .cid-tmoflPFJAr .image-wrapper {
    padding: 1rem;
  }
}
.cid-tmoflPFJAr .image-wrapper:hover img {
  transform: scale(1.15) rotate(-5deg);
}
.cid-tmoflPFJAr .image-wrapper:hover .img-link {
  background: #054380;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tmoflPFJAr .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tmoflPFJAr .img-link {
  background: #054380;
  transition: all 0.3s;
  padding: 2rem;
  position: absolute;
  bottom: -1rem;
  cursor: pointer;
  left: 0;
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tmoflPFJAr .text-wrapper {
    padding: 0 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tmoflPFJAr p {
    max-width: 500px;
  }
}
.cid-tmoflPFJAr .mbr-text,
.cid-tmoflPFJAr .mbr-section-btn {
  color: #000000;
}
.cid-tmoflPFJAr .mbr-section-title {
  color: #000000;
}
.cid-tmoflPFJAr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tmoflPFJAr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tmofBFNQbQ {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-tmofBFNQbQ .row {
  flex-direction: row-reverse;
}
.cid-tmofBFNQbQ img {
  transition: all 0.3s;
  object-fit: cover;
}
.cid-tmofBFNQbQ .image-wrapper {
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
@media (max-width: 991px) {
  .cid-tmofBFNQbQ .image-wrapper {
    padding: 1rem;
  }
}
.cid-tmofBFNQbQ .image-wrapper:hover img {
  transform: scale(1.15) rotate(-5deg);
}
.cid-tmofBFNQbQ .image-wrapper:hover .img-link {
  background: #054380;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tmofBFNQbQ .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tmofBFNQbQ .img-link {
  background: #054380;
  transition: all 0.3s;
  padding: 2rem;
  position: absolute;
  bottom: -1rem;
  cursor: pointer;
  left: 0;
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tmofBFNQbQ .text-wrapper {
    padding: 0 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tmofBFNQbQ p {
    max-width: 500px;
  }
}
.cid-tmofBFNQbQ .mbr-text,
.cid-tmofBFNQbQ .mbr-section-btn {
  color: #000000;
}
.cid-tmofBFNQbQ .mbr-section-title {
  color: #000000;
}
.cid-tmofBFNQbQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tmofBFNQbQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t8BW7nEE5S {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #000000;
}
.cid-t8BW7nEE5S .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-t8BW7nEE5S .row {
  border-bottom: 1px solid #808080;
}
.cid-t8BW7nEE5S H2 {
  color: #e7272d;
}
.cid-t8BW7nEE5S .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-t8BW7nEE5S .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-t8BW7nEE5S .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-t8BW7nEE5S .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-t8BW7nEE5S .col-lg-12 {
  overflow: hidden;
}
.cid-t8BW7nEE5S H4 {
  color: #fbbe36;
}
.cid-t8BW7nEE5S .mbr-text,
.cid-t8BW7nEE5S .mbr-section-btn {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-t8BW7nEE5S .logo-wrap:before {
    content: none;
  }
  .cid-t8BW7nEE5S .logo-wrap:after {
    content: none;
  }
}
.cid-toLOYemRwP {
  z-index: 1000;
  width: 100%;
}
.cid-toLOYemRwP nav.navbar {
  position: fixed;
}
.cid-toLOYemRwP .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-toLOYemRwP .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-toLOYemRwP .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-toLOYemRwP .dropdown-item:hover,
.cid-toLOYemRwP .dropdown-item:focus {
  background: rgba(71, 181, 237, 0.5) !important;
  color: white !important;
}
.cid-toLOYemRwP .dropdown-item:hover span {
  color: white;
}
.cid-toLOYemRwP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-toLOYemRwP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-toLOYemRwP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-toLOYemRwP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-toLOYemRwP .nav-link {
  position: relative;
}
.cid-toLOYemRwP .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-toLOYemRwP .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-toLOYemRwP .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-toLOYemRwP .iconfont-wrapper:hover .mbr-iconfont {
  color: #054380;
}
.cid-toLOYemRwP .dropdown-menu,
.cid-toLOYemRwP .navbar.opened {
  background: #1a2229 !important;
}
.cid-toLOYemRwP .nav-item:focus,
.cid-toLOYemRwP .nav-link:focus {
  outline: none;
}
.cid-toLOYemRwP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-toLOYemRwP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-toLOYemRwP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-toLOYemRwP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-toLOYemRwP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-toLOYemRwP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-toLOYemRwP .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(26, 34, 41, 0.9);
  padding: 0 !important;
}
.cid-toLOYemRwP .navbar.opened {
  transition: all 0.3s;
}
.cid-toLOYemRwP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-toLOYemRwP .navbar .navbar-logo img {
  width: auto;
}
.cid-toLOYemRwP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-toLOYemRwP .navbar.collapsed {
  justify-content: center;
}
.cid-toLOYemRwP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-toLOYemRwP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-toLOYemRwP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-toLOYemRwP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-toLOYemRwP .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-toLOYemRwP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-toLOYemRwP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-toLOYemRwP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-toLOYemRwP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-toLOYemRwP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-toLOYemRwP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-toLOYemRwP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-toLOYemRwP .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-toLOYemRwP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-toLOYemRwP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-toLOYemRwP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-toLOYemRwP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-toLOYemRwP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-toLOYemRwP .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.cid-toLOYemRwP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-toLOYemRwP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-toLOYemRwP .dropdown-item.active,
.cid-toLOYemRwP .dropdown-item:active {
  background-color: transparent;
}
.cid-toLOYemRwP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-toLOYemRwP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-toLOYemRwP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-toLOYemRwP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a2229;
}
.cid-toLOYemRwP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-toLOYemRwP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-toLOYemRwP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-toLOYemRwP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-toLOYemRwP button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-toLOYemRwP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-toLOYemRwP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-toLOYemRwP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-toLOYemRwP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-toLOYemRwP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-toLOYemRwP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-toLOYemRwP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-toLOYemRwP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-toLOYemRwP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-toLOYemRwP .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-toLOYemRwP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-toLOYemRwP .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-toLOYemRwP .navbar {
    height: 70px;
  }
  .cid-toLOYemRwP .navbar.opened {
    height: auto;
  }
  .cid-toLOYemRwP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-toLOYemRwP .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-toLOYemRwP .navbar-toggler {
  margin-left: 10px;
}
.cid-toLOYemRwP .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 20px);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #054380;
}
.cid-toLOYemRwP .navbar-logo {
  margin-right: 0 !important;
}
.cid-toLOYemRwP .mbr-text {
  width: 100%;
  color: #BF9341;
}
@media (max-width: 575px) {
  .cid-toLOYemRwP .mbr-text {
    display: none;
  }
}
.cid-toLOYemRwP .navbar-collapse {
  padding-top: 40px !important;
}
.cid-toLOYemRwP .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-toLOYemRwP .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-tnnnaGG9li {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/depositphotos-90373982-l-2000x1357.jpg");
}
.cid-tnnnaGG9li .mbr-fallback-image.disabled {
  display: none;
}
.cid-tnnnaGG9li .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tnnnaGG9li .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tmoz9hjNkq {
  background-color: #000000;
}
.cid-tmoz9hjNkq .content {
  display: flex;
  height: 100px;
  justify-content: center;
  align-items: center;
}
.cid-tmoz9hjNkq .content img {
  width: 43px;
  height: 43px;
  object-fit: cover;
  margin-right: 15px;
}
.cid-tmoz9hjNkq .content p {
  margin: 0;
}
.cid-tmoz9hjNkq .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tmotR7cI0n {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tmotR7cI0n .row {
  flex-direction: row-reverse;
}
.cid-tmotR7cI0n img {
  transition: all 0.3s;
  object-fit: cover;
}
.cid-tmotR7cI0n .image-wrapper {
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
@media (max-width: 991px) {
  .cid-tmotR7cI0n .image-wrapper {
    padding: 1rem;
  }
}
.cid-tmotR7cI0n .image-wrapper:hover img {
  transform: scale(1.15) rotate(-5deg);
}
.cid-tmotR7cI0n .image-wrapper:hover .img-link {
  background: #054380;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tmotR7cI0n .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tmotR7cI0n .img-link {
  background: #054380;
  transition: all 0.3s;
  padding: 2rem;
  position: absolute;
  bottom: -1rem;
  cursor: pointer;
  left: 0;
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tmotR7cI0n .text-wrapper {
    padding: 0 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tmotR7cI0n p {
    max-width: 500px;
  }
}
.cid-tmotR7cI0n .mbr-text,
.cid-tmotR7cI0n .mbr-section-btn {
  color: #000000;
}
.cid-tmotR7cI0n .mbr-section-title {
  color: #000000;
}
.cid-tmotR7cI0n .mbr-fallback-image.disabled {
  display: none;
}
.cid-tmotR7cI0n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tmouaeuyov {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-tmouaeuyov .row {
  flex-direction: row-reverse;
}
.cid-tmouaeuyov img {
  transition: all 0.3s;
  object-fit: cover;
}
.cid-tmouaeuyov .image-wrapper {
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
@media (max-width: 991px) {
  .cid-tmouaeuyov .image-wrapper {
    padding: 1rem;
  }
}
.cid-tmouaeuyov .image-wrapper:hover img {
  transform: scale(1.15) rotate(-5deg);
}
.cid-tmouaeuyov .image-wrapper:hover .img-link {
  background: #054380;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tmouaeuyov .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tmouaeuyov .img-link {
  background: #054380;
  transition: all 0.3s;
  padding: 2rem;
  position: absolute;
  bottom: -1rem;
  cursor: pointer;
  left: 0;
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tmouaeuyov .text-wrapper {
    padding: 0 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tmouaeuyov p {
    max-width: 500px;
  }
}
.cid-tmouaeuyov .mbr-text,
.cid-tmouaeuyov .mbr-section-btn {
  color: #000000;
}
.cid-tmouaeuyov .mbr-section-title {
  color: #000000;
}
.cid-tmouaeuyov .mbr-fallback-image.disabled {
  display: none;
}
.cid-tmouaeuyov .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tmoup7xZli {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tmoup7xZli .row {
  flex-direction: row-reverse;
}
.cid-tmoup7xZli img {
  transition: all 0.3s;
  object-fit: cover;
}
.cid-tmoup7xZli .image-wrapper {
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
@media (max-width: 991px) {
  .cid-tmoup7xZli .image-wrapper {
    padding: 1rem;
  }
}
.cid-tmoup7xZli .image-wrapper:hover img {
  transform: scale(1.15) rotate(-5deg);
}
.cid-tmoup7xZli .image-wrapper:hover .img-link {
  background: #054380;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tmoup7xZli .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tmoup7xZli .img-link {
  background: #054380;
  transition: all 0.3s;
  padding: 2rem;
  position: absolute;
  bottom: -1rem;
  cursor: pointer;
  left: 0;
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tmoup7xZli .text-wrapper {
    padding: 0 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tmoup7xZli p {
    max-width: 500px;
  }
}
.cid-tmoup7xZli .mbr-text,
.cid-tmoup7xZli .mbr-section-btn {
  color: #000000;
}
.cid-tmoup7xZli .mbr-section-title {
  color: #000000;
}
.cid-tmoup7xZli .mbr-fallback-image.disabled {
  display: none;
}
.cid-tmoup7xZli .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tmouI2mTnK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-tmouI2mTnK .row {
  flex-direction: row-reverse;
}
.cid-tmouI2mTnK img {
  transition: all 0.3s;
  object-fit: cover;
}
.cid-tmouI2mTnK .image-wrapper {
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
@media (max-width: 991px) {
  .cid-tmouI2mTnK .image-wrapper {
    padding: 1rem;
  }
}
.cid-tmouI2mTnK .image-wrapper:hover img {
  transform: scale(1.15) rotate(-5deg);
}
.cid-tmouI2mTnK .image-wrapper:hover .img-link {
  background: #054380;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tmouI2mTnK .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tmouI2mTnK .img-link {
  background: #054380;
  transition: all 0.3s;
  padding: 2rem;
  position: absolute;
  bottom: -1rem;
  cursor: pointer;
  left: 0;
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tmouI2mTnK .text-wrapper {
    padding: 0 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tmouI2mTnK p {
    max-width: 500px;
  }
}
.cid-tmouI2mTnK .mbr-text,
.cid-tmouI2mTnK .mbr-section-btn {
  color: #000000;
}
.cid-tmouI2mTnK .mbr-section-title {
  color: #000000;
}
.cid-tmouI2mTnK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tmouI2mTnK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tmov4GV0uD {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tmov4GV0uD .row {
  flex-direction: row-reverse;
}
.cid-tmov4GV0uD img {
  transition: all 0.3s;
  object-fit: cover;
}
.cid-tmov4GV0uD .image-wrapper {
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
@media (max-width: 991px) {
  .cid-tmov4GV0uD .image-wrapper {
    padding: 1rem;
  }
}
.cid-tmov4GV0uD .image-wrapper:hover img {
  transform: scale(1.15) rotate(-5deg);
}
.cid-tmov4GV0uD .image-wrapper:hover .img-link {
  background: #054380;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tmov4GV0uD .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tmov4GV0uD .img-link {
  background: #054380;
  transition: all 0.3s;
  padding: 2rem;
  position: absolute;
  bottom: -1rem;
  cursor: pointer;
  left: 0;
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tmov4GV0uD .text-wrapper {
    padding: 0 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tmov4GV0uD p {
    max-width: 500px;
  }
}
.cid-tmov4GV0uD .mbr-text,
.cid-tmov4GV0uD .mbr-section-btn {
  color: #000000;
}
.cid-tmov4GV0uD .mbr-section-title {
  color: #000000;
}
.cid-tmov4GV0uD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tmov4GV0uD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tmovBLcsPv {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-tmovBLcsPv .row {
  flex-direction: row-reverse;
}
.cid-tmovBLcsPv img {
  transition: all 0.3s;
  object-fit: cover;
}
.cid-tmovBLcsPv .image-wrapper {
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
@media (max-width: 991px) {
  .cid-tmovBLcsPv .image-wrapper {
    padding: 1rem;
  }
}
.cid-tmovBLcsPv .image-wrapper:hover img {
  transform: scale(1.15) rotate(-5deg);
}
.cid-tmovBLcsPv .image-wrapper:hover .img-link {
  background: #054380;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tmovBLcsPv .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tmovBLcsPv .img-link {
  background: #054380;
  transition: all 0.3s;
  padding: 2rem;
  position: absolute;
  bottom: -1rem;
  cursor: pointer;
  left: 0;
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tmovBLcsPv .text-wrapper {
    padding: 0 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tmovBLcsPv p {
    max-width: 500px;
  }
}
.cid-tmovBLcsPv .mbr-text,
.cid-tmovBLcsPv .mbr-section-btn {
  color: #000000;
}
.cid-tmovBLcsPv .mbr-section-title {
  color: #000000;
}
.cid-tmovBLcsPv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tmovBLcsPv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tmovTPhzJl {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tmovTPhzJl .row {
  flex-direction: row-reverse;
}
.cid-tmovTPhzJl img {
  transition: all 0.3s;
  object-fit: cover;
}
.cid-tmovTPhzJl .image-wrapper {
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
@media (max-width: 991px) {
  .cid-tmovTPhzJl .image-wrapper {
    padding: 1rem;
  }
}
.cid-tmovTPhzJl .image-wrapper:hover img {
  transform: scale(1.15) rotate(-5deg);
}
.cid-tmovTPhzJl .image-wrapper:hover .img-link {
  background: #054380;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tmovTPhzJl .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tmovTPhzJl .img-link {
  background: #054380;
  transition: all 0.3s;
  padding: 2rem;
  position: absolute;
  bottom: -1rem;
  cursor: pointer;
  left: 0;
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tmovTPhzJl .text-wrapper {
    padding: 0 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tmovTPhzJl p {
    max-width: 500px;
  }
}
.cid-tmovTPhzJl .mbr-text,
.cid-tmovTPhzJl .mbr-section-btn {
  color: #000000;
}
.cid-tmovTPhzJl .mbr-section-title {
  color: #000000;
}
.cid-tmovTPhzJl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tmovTPhzJl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t8BXcijTsD {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #000000;
}
.cid-t8BXcijTsD .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-t8BXcijTsD .row {
  border-bottom: 1px solid #808080;
}
.cid-t8BXcijTsD H2 {
  color: #e7272d;
}
.cid-t8BXcijTsD .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-t8BXcijTsD .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-t8BXcijTsD .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-t8BXcijTsD .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-t8BXcijTsD .col-lg-12 {
  overflow: hidden;
}
.cid-t8BXcijTsD H4 {
  color: #fbbe36;
}
.cid-t8BXcijTsD .mbr-text,
.cid-t8BXcijTsD .mbr-section-btn {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-t8BXcijTsD .logo-wrap:before {
    content: none;
  }
  .cid-t8BXcijTsD .logo-wrap:after {
    content: none;
  }
}
.cid-toLOYemRwP {
  z-index: 1000;
  width: 100%;
}
.cid-toLOYemRwP nav.navbar {
  position: fixed;
}
.cid-toLOYemRwP .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-toLOYemRwP .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-toLOYemRwP .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-toLOYemRwP .dropdown-item:hover,
.cid-toLOYemRwP .dropdown-item:focus {
  background: rgba(71, 181, 237, 0.5) !important;
  color: white !important;
}
.cid-toLOYemRwP .dropdown-item:hover span {
  color: white;
}
.cid-toLOYemRwP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-toLOYemRwP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-toLOYemRwP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-toLOYemRwP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-toLOYemRwP .nav-link {
  position: relative;
}
.cid-toLOYemRwP .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-toLOYemRwP .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-toLOYemRwP .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-toLOYemRwP .iconfont-wrapper:hover .mbr-iconfont {
  color: #054380;
}
.cid-toLOYemRwP .dropdown-menu,
.cid-toLOYemRwP .navbar.opened {
  background: #1a2229 !important;
}
.cid-toLOYemRwP .nav-item:focus,
.cid-toLOYemRwP .nav-link:focus {
  outline: none;
}
.cid-toLOYemRwP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-toLOYemRwP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-toLOYemRwP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-toLOYemRwP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-toLOYemRwP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-toLOYemRwP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-toLOYemRwP .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(26, 34, 41, 0.9);
  padding: 0 !important;
}
.cid-toLOYemRwP .navbar.opened {
  transition: all 0.3s;
}
.cid-toLOYemRwP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-toLOYemRwP .navbar .navbar-logo img {
  width: auto;
}
.cid-toLOYemRwP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-toLOYemRwP .navbar.collapsed {
  justify-content: center;
}
.cid-toLOYemRwP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-toLOYemRwP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-toLOYemRwP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-toLOYemRwP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-toLOYemRwP .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-toLOYemRwP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-toLOYemRwP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-toLOYemRwP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-toLOYemRwP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-toLOYemRwP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-toLOYemRwP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-toLOYemRwP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-toLOYemRwP .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-toLOYemRwP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-toLOYemRwP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-toLOYemRwP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-toLOYemRwP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-toLOYemRwP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-toLOYemRwP .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.cid-toLOYemRwP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-toLOYemRwP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-toLOYemRwP .dropdown-item.active,
.cid-toLOYemRwP .dropdown-item:active {
  background-color: transparent;
}
.cid-toLOYemRwP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-toLOYemRwP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-toLOYemRwP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-toLOYemRwP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a2229;
}
.cid-toLOYemRwP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-toLOYemRwP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-toLOYemRwP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-toLOYemRwP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-toLOYemRwP button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-toLOYemRwP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-toLOYemRwP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-toLOYemRwP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-toLOYemRwP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-toLOYemRwP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-toLOYemRwP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-toLOYemRwP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-toLOYemRwP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-toLOYemRwP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-toLOYemRwP .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-toLOYemRwP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-toLOYemRwP .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-toLOYemRwP .navbar {
    height: 70px;
  }
  .cid-toLOYemRwP .navbar.opened {
    height: auto;
  }
  .cid-toLOYemRwP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-toLOYemRwP .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-toLOYemRwP .navbar-toggler {
  margin-left: 10px;
}
.cid-toLOYemRwP .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 20px);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #054380;
}
.cid-toLOYemRwP .navbar-logo {
  margin-right: 0 !important;
}
.cid-toLOYemRwP .mbr-text {
  width: 100%;
  color: #BF9341;
}
@media (max-width: 575px) {
  .cid-toLOYemRwP .mbr-text {
    display: none;
  }
}
.cid-toLOYemRwP .navbar-collapse {
  padding-top: 40px !important;
}
.cid-toLOYemRwP .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-toLOYemRwP .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-tnnnhUHykc {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/depositphotos-90373982-l-2000x1357.jpg");
}
.cid-tnnnhUHykc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tnnnhUHykc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tnnnhUHykc .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tmozibUxnH {
  background-color: #000000;
}
.cid-tmozibUxnH .content {
  display: flex;
  height: 100px;
  justify-content: center;
  align-items: center;
}
.cid-tmozibUxnH .content img {
  width: 43px;
  height: 43px;
  object-fit: cover;
  margin-right: 15px;
}
.cid-tmozibUxnH .content p {
  margin: 0;
}
.cid-tmozibUxnH .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tmoqO136EW {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tmoqO136EW .row {
  flex-direction: row-reverse;
}
.cid-tmoqO136EW img {
  transition: all 0.3s;
  object-fit: cover;
}
.cid-tmoqO136EW .image-wrapper {
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
@media (max-width: 991px) {
  .cid-tmoqO136EW .image-wrapper {
    padding: 1rem;
  }
}
.cid-tmoqO136EW .image-wrapper:hover img {
  transform: scale(1.15) rotate(-5deg);
}
.cid-tmoqO136EW .image-wrapper:hover .img-link {
  background: #054380;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tmoqO136EW .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tmoqO136EW .img-link {
  background: #054380;
  transition: all 0.3s;
  padding: 2rem;
  position: absolute;
  bottom: -1rem;
  cursor: pointer;
  left: 0;
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tmoqO136EW .text-wrapper {
    padding: 0 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tmoqO136EW p {
    max-width: 500px;
  }
}
.cid-tmoqO136EW .mbr-text,
.cid-tmoqO136EW .mbr-section-btn {
  color: #000000;
}
.cid-tmoqO136EW .mbr-section-title {
  color: #000000;
}
.cid-tmoqO136EW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tmoqO136EW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tmorGtp400 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-tmorGtp400 .row {
  flex-direction: row-reverse;
}
.cid-tmorGtp400 img {
  transition: all 0.3s;
  object-fit: cover;
}
.cid-tmorGtp400 .image-wrapper {
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
@media (max-width: 991px) {
  .cid-tmorGtp400 .image-wrapper {
    padding: 1rem;
  }
}
.cid-tmorGtp400 .image-wrapper:hover img {
  transform: scale(1.15) rotate(-5deg);
}
.cid-tmorGtp400 .image-wrapper:hover .img-link {
  background: #054380;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tmorGtp400 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tmorGtp400 .img-link {
  background: #054380;
  transition: all 0.3s;
  padding: 2rem;
  position: absolute;
  bottom: -1rem;
  cursor: pointer;
  left: 0;
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tmorGtp400 .text-wrapper {
    padding: 0 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tmorGtp400 p {
    max-width: 500px;
  }
}
.cid-tmorGtp400 .mbr-text,
.cid-tmorGtp400 .mbr-section-btn {
  color: #000000;
}
.cid-tmorGtp400 .mbr-section-title {
  color: #000000;
}
.cid-tmorGtp400 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tmorGtp400 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tmos3n6l6j {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tmos3n6l6j .row {
  flex-direction: row-reverse;
}
.cid-tmos3n6l6j img {
  transition: all 0.3s;
  object-fit: cover;
}
.cid-tmos3n6l6j .image-wrapper {
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
@media (max-width: 991px) {
  .cid-tmos3n6l6j .image-wrapper {
    padding: 1rem;
  }
}
.cid-tmos3n6l6j .image-wrapper:hover img {
  transform: scale(1.15) rotate(-5deg);
}
.cid-tmos3n6l6j .image-wrapper:hover .img-link {
  background: #054380;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tmos3n6l6j .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tmos3n6l6j .img-link {
  background: #054380;
  transition: all 0.3s;
  padding: 2rem;
  position: absolute;
  bottom: -1rem;
  cursor: pointer;
  left: 0;
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tmos3n6l6j .text-wrapper {
    padding: 0 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tmos3n6l6j p {
    max-width: 500px;
  }
}
.cid-tmos3n6l6j .mbr-text,
.cid-tmos3n6l6j .mbr-section-btn {
  color: #000000;
}
.cid-tmos3n6l6j .mbr-section-title {
  color: #000000;
}
.cid-tmos3n6l6j .mbr-fallback-image.disabled {
  display: none;
}
.cid-tmos3n6l6j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tmospdi3Rw {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-tmospdi3Rw .row {
  flex-direction: row-reverse;
}
.cid-tmospdi3Rw img {
  transition: all 0.3s;
  object-fit: cover;
}
.cid-tmospdi3Rw .image-wrapper {
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
@media (max-width: 991px) {
  .cid-tmospdi3Rw .image-wrapper {
    padding: 1rem;
  }
}
.cid-tmospdi3Rw .image-wrapper:hover img {
  transform: scale(1.15) rotate(-5deg);
}
.cid-tmospdi3Rw .image-wrapper:hover .img-link {
  background: #054380;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tmospdi3Rw .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tmospdi3Rw .img-link {
  background: #054380;
  transition: all 0.3s;
  padding: 2rem;
  position: absolute;
  bottom: -1rem;
  cursor: pointer;
  left: 0;
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tmospdi3Rw .text-wrapper {
    padding: 0 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tmospdi3Rw p {
    max-width: 500px;
  }
}
.cid-tmospdi3Rw .mbr-text,
.cid-tmospdi3Rw .mbr-section-btn {
  color: #000000;
}
.cid-tmospdi3Rw .mbr-section-title {
  color: #000000;
}
.cid-tmospdi3Rw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tmospdi3Rw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tmosTnvDTi {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tmosTnvDTi .row {
  flex-direction: row-reverse;
}
.cid-tmosTnvDTi img {
  transition: all 0.3s;
  object-fit: cover;
}
.cid-tmosTnvDTi .image-wrapper {
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
@media (max-width: 991px) {
  .cid-tmosTnvDTi .image-wrapper {
    padding: 1rem;
  }
}
.cid-tmosTnvDTi .image-wrapper:hover img {
  transform: scale(1.15) rotate(-5deg);
}
.cid-tmosTnvDTi .image-wrapper:hover .img-link {
  background: #054380;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tmosTnvDTi .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tmosTnvDTi .img-link {
  background: #054380;
  transition: all 0.3s;
  padding: 2rem;
  position: absolute;
  bottom: -1rem;
  cursor: pointer;
  left: 0;
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tmosTnvDTi .text-wrapper {
    padding: 0 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tmosTnvDTi p {
    max-width: 500px;
  }
}
.cid-tmosTnvDTi .mbr-text,
.cid-tmosTnvDTi .mbr-section-btn {
  color: #000000;
}
.cid-tmosTnvDTi .mbr-section-title {
  color: #000000;
}
.cid-tmosTnvDTi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tmosTnvDTi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t8C55BAPXA {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #000000;
}
.cid-t8C55BAPXA .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-t8C55BAPXA .row {
  border-bottom: 1px solid #808080;
}
.cid-t8C55BAPXA H2 {
  color: #e7272d;
}
.cid-t8C55BAPXA .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-t8C55BAPXA .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-t8C55BAPXA .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-t8C55BAPXA .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-t8C55BAPXA .col-lg-12 {
  overflow: hidden;
}
.cid-t8C55BAPXA H4 {
  color: #fbbe36;
}
.cid-t8C55BAPXA .mbr-text,
.cid-t8C55BAPXA .mbr-section-btn {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-t8C55BAPXA .logo-wrap:before {
    content: none;
  }
  .cid-t8C55BAPXA .logo-wrap:after {
    content: none;
  }
}
.cid-toLOYemRwP {
  z-index: 1000;
  width: 100%;
}
.cid-toLOYemRwP nav.navbar {
  position: fixed;
}
.cid-toLOYemRwP .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-toLOYemRwP .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-toLOYemRwP .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-toLOYemRwP .dropdown-item:hover,
.cid-toLOYemRwP .dropdown-item:focus {
  background: rgba(71, 181, 237, 0.5) !important;
  color: white !important;
}
.cid-toLOYemRwP .dropdown-item:hover span {
  color: white;
}
.cid-toLOYemRwP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-toLOYemRwP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-toLOYemRwP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-toLOYemRwP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-toLOYemRwP .nav-link {
  position: relative;
}
.cid-toLOYemRwP .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-toLOYemRwP .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-toLOYemRwP .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-toLOYemRwP .iconfont-wrapper:hover .mbr-iconfont {
  color: #054380;
}
.cid-toLOYemRwP .dropdown-menu,
.cid-toLOYemRwP .navbar.opened {
  background: #1a2229 !important;
}
.cid-toLOYemRwP .nav-item:focus,
.cid-toLOYemRwP .nav-link:focus {
  outline: none;
}
.cid-toLOYemRwP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-toLOYemRwP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-toLOYemRwP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-toLOYemRwP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-toLOYemRwP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-toLOYemRwP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-toLOYemRwP .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(26, 34, 41, 0.9);
  padding: 0 !important;
}
.cid-toLOYemRwP .navbar.opened {
  transition: all 0.3s;
}
.cid-toLOYemRwP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-toLOYemRwP .navbar .navbar-logo img {
  width: auto;
}
.cid-toLOYemRwP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-toLOYemRwP .navbar.collapsed {
  justify-content: center;
}
.cid-toLOYemRwP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-toLOYemRwP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-toLOYemRwP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-toLOYemRwP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-toLOYemRwP .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-toLOYemRwP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-toLOYemRwP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-toLOYemRwP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-toLOYemRwP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-toLOYemRwP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-toLOYemRwP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-toLOYemRwP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-toLOYemRwP .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-toLOYemRwP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-toLOYemRwP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-toLOYemRwP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-toLOYemRwP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-toLOYemRwP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-toLOYemRwP .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.cid-toLOYemRwP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-toLOYemRwP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-toLOYemRwP .dropdown-item.active,
.cid-toLOYemRwP .dropdown-item:active {
  background-color: transparent;
}
.cid-toLOYemRwP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-toLOYemRwP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-toLOYemRwP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-toLOYemRwP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a2229;
}
.cid-toLOYemRwP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-toLOYemRwP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-toLOYemRwP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-toLOYemRwP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-toLOYemRwP button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-toLOYemRwP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-toLOYemRwP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-toLOYemRwP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-toLOYemRwP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-toLOYemRwP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-toLOYemRwP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-toLOYemRwP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-toLOYemRwP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-toLOYemRwP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-toLOYemRwP .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-toLOYemRwP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-toLOYemRwP .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-toLOYemRwP .navbar {
    height: 70px;
  }
  .cid-toLOYemRwP .navbar.opened {
    height: auto;
  }
  .cid-toLOYemRwP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-toLOYemRwP .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-toLOYemRwP .navbar-toggler {
  margin-left: 10px;
}
.cid-toLOYemRwP .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 20px);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #054380;
}
.cid-toLOYemRwP .navbar-logo {
  margin-right: 0 !important;
}
.cid-toLOYemRwP .mbr-text {
  width: 100%;
  color: #BF9341;
}
@media (max-width: 575px) {
  .cid-toLOYemRwP .mbr-text {
    display: none;
  }
}
.cid-toLOYemRwP .navbar-collapse {
  padding-top: 40px !important;
}
.cid-toLOYemRwP .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-toLOYemRwP .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-tnnnmdaP9o {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/depositphotos-90373982-l-2000x1357.jpg");
}
.cid-tnnnmdaP9o .mbr-fallback-image.disabled {
  display: none;
}
.cid-tnnnmdaP9o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tnnnmdaP9o .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tmozoIyL32 {
  background-color: #000000;
}
.cid-tmozoIyL32 .content {
  display: flex;
  height: 100px;
  justify-content: center;
  align-items: center;
}
.cid-tmozoIyL32 .content img {
  width: 43px;
  height: 43px;
  object-fit: cover;
  margin-right: 15px;
}
.cid-tmozoIyL32 .content p {
  margin: 0;
}
.cid-tmozoIyL32 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tmoh1h3EzO {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tmoh1h3EzO .row {
  flex-direction: row-reverse;
}
.cid-tmoh1h3EzO img {
  transition: all 0.3s;
  object-fit: cover;
}
.cid-tmoh1h3EzO .image-wrapper {
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
@media (max-width: 991px) {
  .cid-tmoh1h3EzO .image-wrapper {
    padding: 1rem;
  }
}
.cid-tmoh1h3EzO .image-wrapper:hover img {
  transform: scale(1.15) rotate(-5deg);
}
.cid-tmoh1h3EzO .image-wrapper:hover .img-link {
  background: #054380;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tmoh1h3EzO .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tmoh1h3EzO .img-link {
  background: #054380;
  transition: all 0.3s;
  padding: 2rem;
  position: absolute;
  bottom: -1rem;
  cursor: pointer;
  left: 0;
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tmoh1h3EzO .text-wrapper {
    padding: 0 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tmoh1h3EzO p {
    max-width: 500px;
  }
}
.cid-tmoh1h3EzO .mbr-text,
.cid-tmoh1h3EzO .mbr-section-btn {
  color: #000000;
}
.cid-tmoh1h3EzO .mbr-section-title {
  color: #000000;
}
.cid-tmoh1h3EzO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tmoh1h3EzO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t8C6gPqbsR {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #000000;
}
.cid-t8C6gPqbsR .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-t8C6gPqbsR .row {
  border-bottom: 1px solid #808080;
}
.cid-t8C6gPqbsR H2 {
  color: #e7272d;
}
.cid-t8C6gPqbsR .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-t8C6gPqbsR .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-t8C6gPqbsR .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-t8C6gPqbsR .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-t8C6gPqbsR .col-lg-12 {
  overflow: hidden;
}
.cid-t8C6gPqbsR H4 {
  color: #fbbe36;
}
.cid-t8C6gPqbsR .mbr-text,
.cid-t8C6gPqbsR .mbr-section-btn {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-t8C6gPqbsR .logo-wrap:before {
    content: none;
  }
  .cid-t8C6gPqbsR .logo-wrap:after {
    content: none;
  }
}
.cid-toLOYemRwP {
  z-index: 1000;
  width: 100%;
}
.cid-toLOYemRwP nav.navbar {
  position: fixed;
}
.cid-toLOYemRwP .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-toLOYemRwP .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-toLOYemRwP .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-toLOYemRwP .dropdown-item:hover,
.cid-toLOYemRwP .dropdown-item:focus {
  background: rgba(71, 181, 237, 0.5) !important;
  color: white !important;
}
.cid-toLOYemRwP .dropdown-item:hover span {
  color: white;
}
.cid-toLOYemRwP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-toLOYemRwP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-toLOYemRwP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-toLOYemRwP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-toLOYemRwP .nav-link {
  position: relative;
}
.cid-toLOYemRwP .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-toLOYemRwP .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-toLOYemRwP .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-toLOYemRwP .iconfont-wrapper:hover .mbr-iconfont {
  color: #054380;
}
.cid-toLOYemRwP .dropdown-menu,
.cid-toLOYemRwP .navbar.opened {
  background: #1a2229 !important;
}
.cid-toLOYemRwP .nav-item:focus,
.cid-toLOYemRwP .nav-link:focus {
  outline: none;
}
.cid-toLOYemRwP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-toLOYemRwP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-toLOYemRwP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-toLOYemRwP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-toLOYemRwP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-toLOYemRwP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-toLOYemRwP .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(26, 34, 41, 0.9);
  padding: 0 !important;
}
.cid-toLOYemRwP .navbar.opened {
  transition: all 0.3s;
}
.cid-toLOYemRwP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-toLOYemRwP .navbar .navbar-logo img {
  width: auto;
}
.cid-toLOYemRwP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-toLOYemRwP .navbar.collapsed {
  justify-content: center;
}
.cid-toLOYemRwP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-toLOYemRwP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-toLOYemRwP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-toLOYemRwP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-toLOYemRwP .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-toLOYemRwP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-toLOYemRwP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-toLOYemRwP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-toLOYemRwP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-toLOYemRwP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-toLOYemRwP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-toLOYemRwP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-toLOYemRwP .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-toLOYemRwP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-toLOYemRwP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-toLOYemRwP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-toLOYemRwP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-toLOYemRwP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-toLOYemRwP .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.cid-toLOYemRwP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-toLOYemRwP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-toLOYemRwP .dropdown-item.active,
.cid-toLOYemRwP .dropdown-item:active {
  background-color: transparent;
}
.cid-toLOYemRwP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-toLOYemRwP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-toLOYemRwP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-toLOYemRwP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a2229;
}
.cid-toLOYemRwP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-toLOYemRwP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-toLOYemRwP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-toLOYemRwP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-toLOYemRwP button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-toLOYemRwP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-toLOYemRwP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-toLOYemRwP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-toLOYemRwP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-toLOYemRwP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-toLOYemRwP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-toLOYemRwP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-toLOYemRwP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-toLOYemRwP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-toLOYemRwP .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-toLOYemRwP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-toLOYemRwP .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-toLOYemRwP .navbar {
    height: 70px;
  }
  .cid-toLOYemRwP .navbar.opened {
    height: auto;
  }
  .cid-toLOYemRwP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-toLOYemRwP .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-toLOYemRwP .navbar-toggler {
  margin-left: 10px;
}
.cid-toLOYemRwP .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 20px);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #054380;
}
.cid-toLOYemRwP .navbar-logo {
  margin-right: 0 !important;
}
.cid-toLOYemRwP .mbr-text {
  width: 100%;
  color: #BF9341;
}
@media (max-width: 575px) {
  .cid-toLOYemRwP .mbr-text {
    display: none;
  }
}
.cid-toLOYemRwP .navbar-collapse {
  padding-top: 40px !important;
}
.cid-toLOYemRwP .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-toLOYemRwP .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-tnnnqHFy4S {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/depositphotos-90373982-l-2000x1357.jpg");
}
.cid-tnnnqHFy4S .mbr-fallback-image.disabled {
  display: none;
}
.cid-tnnnqHFy4S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tnnnqHFy4S .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tmozySOemO {
  background-color: #000000;
}
.cid-tmozySOemO .content {
  display: flex;
  height: 100px;
  justify-content: center;
  align-items: center;
}
.cid-tmozySOemO .content img {
  width: 43px;
  height: 43px;
  object-fit: cover;
  margin-right: 15px;
}
.cid-tmozySOemO .content p {
  margin: 0;
}
.cid-tmozySOemO .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tmozHiOVuG {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tmozHiOVuG .row {
  flex-direction: row-reverse;
}
.cid-tmozHiOVuG img {
  transition: all 0.3s;
  object-fit: cover;
}
.cid-tmozHiOVuG .image-wrapper {
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
@media (max-width: 991px) {
  .cid-tmozHiOVuG .image-wrapper {
    padding: 1rem;
  }
}
.cid-tmozHiOVuG .image-wrapper:hover img {
  transform: scale(1.15) rotate(-5deg);
}
.cid-tmozHiOVuG .image-wrapper:hover .img-link {
  background: #054380;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tmozHiOVuG .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tmozHiOVuG .img-link {
  background: #054380;
  transition: all 0.3s;
  padding: 2rem;
  position: absolute;
  bottom: -1rem;
  cursor: pointer;
  left: 0;
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tmozHiOVuG .text-wrapper {
    padding: 0 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tmozHiOVuG p {
    max-width: 500px;
  }
}
.cid-tmozHiOVuG .mbr-text,
.cid-tmozHiOVuG .mbr-section-btn {
  color: #000000;
}
.cid-tmozHiOVuG .mbr-section-title {
  color: #000000;
}
.cid-tmozHiOVuG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tmozHiOVuG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tmoA3pOT4K {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-tmoA3pOT4K .row {
  flex-direction: row-reverse;
}
.cid-tmoA3pOT4K img {
  transition: all 0.3s;
  object-fit: cover;
}
.cid-tmoA3pOT4K .image-wrapper {
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
@media (max-width: 991px) {
  .cid-tmoA3pOT4K .image-wrapper {
    padding: 1rem;
  }
}
.cid-tmoA3pOT4K .image-wrapper:hover img {
  transform: scale(1.15) rotate(-5deg);
}
.cid-tmoA3pOT4K .image-wrapper:hover .img-link {
  background: #054380;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tmoA3pOT4K .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tmoA3pOT4K .img-link {
  background: #054380;
  transition: all 0.3s;
  padding: 2rem;
  position: absolute;
  bottom: -1rem;
  cursor: pointer;
  left: 0;
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tmoA3pOT4K .text-wrapper {
    padding: 0 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tmoA3pOT4K p {
    max-width: 500px;
  }
}
.cid-tmoA3pOT4K .mbr-text,
.cid-tmoA3pOT4K .mbr-section-btn {
  color: #000000;
}
.cid-tmoA3pOT4K .mbr-section-title {
  color: #000000;
}
.cid-tmoA3pOT4K .mbr-fallback-image.disabled {
  display: none;
}
.cid-tmoA3pOT4K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tmoAkknGeT {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tmoAkknGeT .row {
  flex-direction: row-reverse;
}
.cid-tmoAkknGeT img {
  transition: all 0.3s;
  object-fit: cover;
}
.cid-tmoAkknGeT .image-wrapper {
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
@media (max-width: 991px) {
  .cid-tmoAkknGeT .image-wrapper {
    padding: 1rem;
  }
}
.cid-tmoAkknGeT .image-wrapper:hover img {
  transform: scale(1.15) rotate(-5deg);
}
.cid-tmoAkknGeT .image-wrapper:hover .img-link {
  background: #054380;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tmoAkknGeT .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tmoAkknGeT .img-link {
  background: #054380;
  transition: all 0.3s;
  padding: 2rem;
  position: absolute;
  bottom: -1rem;
  cursor: pointer;
  left: 0;
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tmoAkknGeT .text-wrapper {
    padding: 0 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tmoAkknGeT p {
    max-width: 500px;
  }
}
.cid-tmoAkknGeT .mbr-text,
.cid-tmoAkknGeT .mbr-section-btn {
  color: #000000;
}
.cid-tmoAkknGeT .mbr-section-title {
  color: #000000;
}
.cid-tmoAkknGeT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tmoAkknGeT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tmoAyNrcEw {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-tmoAyNrcEw .row {
  flex-direction: row-reverse;
}
.cid-tmoAyNrcEw img {
  transition: all 0.3s;
  object-fit: cover;
}
.cid-tmoAyNrcEw .image-wrapper {
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
@media (max-width: 991px) {
  .cid-tmoAyNrcEw .image-wrapper {
    padding: 1rem;
  }
}
.cid-tmoAyNrcEw .image-wrapper:hover img {
  transform: scale(1.15) rotate(-5deg);
}
.cid-tmoAyNrcEw .image-wrapper:hover .img-link {
  background: #054380;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tmoAyNrcEw .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tmoAyNrcEw .img-link {
  background: #054380;
  transition: all 0.3s;
  padding: 2rem;
  position: absolute;
  bottom: -1rem;
  cursor: pointer;
  left: 0;
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tmoAyNrcEw .text-wrapper {
    padding: 0 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tmoAyNrcEw p {
    max-width: 500px;
  }
}
.cid-tmoAyNrcEw .mbr-text,
.cid-tmoAyNrcEw .mbr-section-btn {
  color: #000000;
}
.cid-tmoAyNrcEw .mbr-section-title {
  color: #000000;
}
.cid-tmoAyNrcEw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tmoAyNrcEw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t8C6NCkL6W {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #000000;
}
.cid-t8C6NCkL6W .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-t8C6NCkL6W .row {
  border-bottom: 1px solid #808080;
}
.cid-t8C6NCkL6W H2 {
  color: #e7272d;
}
.cid-t8C6NCkL6W .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-t8C6NCkL6W .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-t8C6NCkL6W .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-t8C6NCkL6W .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-t8C6NCkL6W .col-lg-12 {
  overflow: hidden;
}
.cid-t8C6NCkL6W H4 {
  color: #fbbe36;
}
.cid-t8C6NCkL6W .mbr-text,
.cid-t8C6NCkL6W .mbr-section-btn {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-t8C6NCkL6W .logo-wrap:before {
    content: none;
  }
  .cid-t8C6NCkL6W .logo-wrap:after {
    content: none;
  }
}
.cid-toLOYemRwP {
  z-index: 1000;
  width: 100%;
}
.cid-toLOYemRwP nav.navbar {
  position: fixed;
}
.cid-toLOYemRwP .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-toLOYemRwP .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-toLOYemRwP .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-toLOYemRwP .dropdown-item:hover,
.cid-toLOYemRwP .dropdown-item:focus {
  background: rgba(71, 181, 237, 0.5) !important;
  color: white !important;
}
.cid-toLOYemRwP .dropdown-item:hover span {
  color: white;
}
.cid-toLOYemRwP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-toLOYemRwP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-toLOYemRwP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-toLOYemRwP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-toLOYemRwP .nav-link {
  position: relative;
}
.cid-toLOYemRwP .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-toLOYemRwP .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-toLOYemRwP .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-toLOYemRwP .iconfont-wrapper:hover .mbr-iconfont {
  color: #054380;
}
.cid-toLOYemRwP .dropdown-menu,
.cid-toLOYemRwP .navbar.opened {
  background: #1a2229 !important;
}
.cid-toLOYemRwP .nav-item:focus,
.cid-toLOYemRwP .nav-link:focus {
  outline: none;
}
.cid-toLOYemRwP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-toLOYemRwP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-toLOYemRwP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-toLOYemRwP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-toLOYemRwP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-toLOYemRwP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-toLOYemRwP .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(26, 34, 41, 0.9);
  padding: 0 !important;
}
.cid-toLOYemRwP .navbar.opened {
  transition: all 0.3s;
}
.cid-toLOYemRwP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-toLOYemRwP .navbar .navbar-logo img {
  width: auto;
}
.cid-toLOYemRwP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-toLOYemRwP .navbar.collapsed {
  justify-content: center;
}
.cid-toLOYemRwP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-toLOYemRwP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-toLOYemRwP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-toLOYemRwP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-toLOYemRwP .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-toLOYemRwP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-toLOYemRwP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-toLOYemRwP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-toLOYemRwP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-toLOYemRwP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-toLOYemRwP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-toLOYemRwP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-toLOYemRwP .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-toLOYemRwP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-toLOYemRwP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-toLOYemRwP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-toLOYemRwP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-toLOYemRwP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-toLOYemRwP .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.cid-toLOYemRwP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-toLOYemRwP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-toLOYemRwP .dropdown-item.active,
.cid-toLOYemRwP .dropdown-item:active {
  background-color: transparent;
}
.cid-toLOYemRwP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-toLOYemRwP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-toLOYemRwP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-toLOYemRwP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a2229;
}
.cid-toLOYemRwP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-toLOYemRwP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-toLOYemRwP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-toLOYemRwP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-toLOYemRwP button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-toLOYemRwP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-toLOYemRwP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-toLOYemRwP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-toLOYemRwP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-toLOYemRwP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-toLOYemRwP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-toLOYemRwP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-toLOYemRwP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-toLOYemRwP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-toLOYemRwP .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-toLOYemRwP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-toLOYemRwP .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-toLOYemRwP .navbar {
    height: 70px;
  }
  .cid-toLOYemRwP .navbar.opened {
    height: auto;
  }
  .cid-toLOYemRwP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-toLOYemRwP .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-toLOYemRwP .navbar-toggler {
  margin-left: 10px;
}
.cid-toLOYemRwP .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 20px);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #054380;
}
.cid-toLOYemRwP .navbar-logo {
  margin-right: 0 !important;
}
.cid-toLOYemRwP .mbr-text {
  width: 100%;
  color: #BF9341;
}
@media (max-width: 575px) {
  .cid-toLOYemRwP .mbr-text {
    display: none;
  }
}
.cid-toLOYemRwP .navbar-collapse {
  padding-top: 40px !important;
}
.cid-toLOYemRwP .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-toLOYemRwP .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-tnnnvetdaL {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/depositphotos-90373982-l-2000x1357.jpg");
}
.cid-tnnnvetdaL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tnnnvetdaL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tnnnvetdaL .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tnnkt4S7vS {
  background-color: #000000;
}
.cid-tnnkt4S7vS .content {
  display: flex;
  height: 100px;
  justify-content: center;
  align-items: center;
}
.cid-tnnkt4S7vS .content img {
  width: 43px;
  height: 43px;
  object-fit: cover;
  margin-right: 15px;
}
.cid-tnnkt4S7vS .content p {
  margin: 0;
}
.cid-tnnkt4S7vS .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-t8CaltrOBS {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-t8CaltrOBS .showAlerts {
  display: block !important;
}
.cid-t8CaltrOBS .rowflexrev {
  display: -webkit-flex;
}
.cid-t8CaltrOBS .ws-form-alerts {
  margin-top: 1rem;
}
.cid-t8CaltrOBS .title {
  margin-bottom: 2rem;
}
.cid-t8CaltrOBS .mbr-section-subtitle {
  color: #767676;
}
.cid-t8CaltrOBS textarea.form-control {
  min-height: 188px;
}
.cid-t8CaltrOBS LABEL {
  color: #232323;
  display: initial;
}
.cid-t8CaltrOBS .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-t8CaltrOBS .mbr-section-labels {
  color: #232323;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-t8CaltrOBS .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-t8CaltrOBS .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-t8CaltrOBS .alert {
  margin-bottom: 0;
}
.cid-t8CaltrOBS .alert-success {
  background-color: #054380;
}
.cid-t8CaltrOBS .alert-danger {
  background-color: #ff4a52;
}
.cid-t8CaltrOBS .btn {
  display: inline-flex;
}
.cid-t8CaltrOBS .hidden {
  display: none;
}
.cid-t8CaltrOBS .mbr-alert-success {
  text-align: center;
  color: #ffffff;
}
.cid-t8CaltrOBS .mbr-alert-danger {
  text-align: center;
  color: #ffffff;
}
.cid-t8Ca6FnfOk {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #000000;
}
.cid-t8Ca6FnfOk .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-t8Ca6FnfOk .row {
  border-bottom: 1px solid #808080;
}
.cid-t8Ca6FnfOk H2 {
  color: #e7272d;
}
.cid-t8Ca6FnfOk .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-t8Ca6FnfOk .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-t8Ca6FnfOk .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-t8Ca6FnfOk .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-t8Ca6FnfOk .col-lg-12 {
  overflow: hidden;
}
.cid-t8Ca6FnfOk H4 {
  color: #fbbe36;
}
.cid-t8Ca6FnfOk .mbr-text,
.cid-t8Ca6FnfOk .mbr-section-btn {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-t8Ca6FnfOk .logo-wrap:before {
    content: none;
  }
  .cid-t8Ca6FnfOk .logo-wrap:after {
    content: none;
  }
}
.cid-toLOYemRwP {
  z-index: 1000;
  width: 100%;
}
.cid-toLOYemRwP nav.navbar {
  position: fixed;
}
.cid-toLOYemRwP .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-toLOYemRwP .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-toLOYemRwP .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-toLOYemRwP .dropdown-item:hover,
.cid-toLOYemRwP .dropdown-item:focus {
  background: rgba(71, 181, 237, 0.5) !important;
  color: white !important;
}
.cid-toLOYemRwP .dropdown-item:hover span {
  color: white;
}
.cid-toLOYemRwP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-toLOYemRwP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-toLOYemRwP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-toLOYemRwP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-toLOYemRwP .nav-link {
  position: relative;
}
.cid-toLOYemRwP .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-toLOYemRwP .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-toLOYemRwP .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-toLOYemRwP .iconfont-wrapper:hover .mbr-iconfont {
  color: #054380;
}
.cid-toLOYemRwP .dropdown-menu,
.cid-toLOYemRwP .navbar.opened {
  background: #1a2229 !important;
}
.cid-toLOYemRwP .nav-item:focus,
.cid-toLOYemRwP .nav-link:focus {
  outline: none;
}
.cid-toLOYemRwP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-toLOYemRwP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-toLOYemRwP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-toLOYemRwP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-toLOYemRwP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-toLOYemRwP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-toLOYemRwP .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(26, 34, 41, 0.9);
  padding: 0 !important;
}
.cid-toLOYemRwP .navbar.opened {
  transition: all 0.3s;
}
.cid-toLOYemRwP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-toLOYemRwP .navbar .navbar-logo img {
  width: auto;
}
.cid-toLOYemRwP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-toLOYemRwP .navbar.collapsed {
  justify-content: center;
}
.cid-toLOYemRwP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-toLOYemRwP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-toLOYemRwP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-toLOYemRwP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-toLOYemRwP .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-toLOYemRwP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-toLOYemRwP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-toLOYemRwP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-toLOYemRwP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-toLOYemRwP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-toLOYemRwP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-toLOYemRwP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-toLOYemRwP .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-toLOYemRwP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-toLOYemRwP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-toLOYemRwP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-toLOYemRwP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-toLOYemRwP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-toLOYemRwP .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.cid-toLOYemRwP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-toLOYemRwP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-toLOYemRwP .dropdown-item.active,
.cid-toLOYemRwP .dropdown-item:active {
  background-color: transparent;
}
.cid-toLOYemRwP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-toLOYemRwP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-toLOYemRwP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-toLOYemRwP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a2229;
}
.cid-toLOYemRwP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-toLOYemRwP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-toLOYemRwP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-toLOYemRwP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-toLOYemRwP button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-toLOYemRwP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-toLOYemRwP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-toLOYemRwP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-toLOYemRwP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-toLOYemRwP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-toLOYemRwP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-toLOYemRwP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-toLOYemRwP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-toLOYemRwP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-toLOYemRwP .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-toLOYemRwP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-toLOYemRwP .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-toLOYemRwP .navbar {
    height: 70px;
  }
  .cid-toLOYemRwP .navbar.opened {
    height: auto;
  }
  .cid-toLOYemRwP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-toLOYemRwP .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-toLOYemRwP .navbar-toggler {
  margin-left: 10px;
}
.cid-toLOYemRwP .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 20px);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #054380;
}
.cid-toLOYemRwP .navbar-logo {
  margin-right: 0 !important;
}
.cid-toLOYemRwP .mbr-text {
  width: 100%;
  color: #BF9341;
}
@media (max-width: 575px) {
  .cid-toLOYemRwP .mbr-text {
    display: none;
  }
}
.cid-toLOYemRwP .navbar-collapse {
  padding-top: 40px !important;
}
.cid-toLOYemRwP .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-toLOYemRwP .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-t90Vp0AgpM {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-t90Vp0AgpM .card-heading {
  margin-top: 15px;
  color: #808080;
}
.cid-t90Vp0AgpM .p {
  padding-top: 30px;
  color: #000000;
}
.cid-t90Vp0AgpM .row {
  justify-content: center;
}
.cid-t90Vp0AgpM .line {
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  margin-top: 30px;
}
.cid-t90Vp0AgpM .card-heading1 {
  color: #000000;
}
.cid-t90Vp1guWw {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #000000;
}
.cid-t90Vp1guWw .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-t90Vp1guWw .row {
  border-bottom: 1px solid #808080;
}
.cid-t90Vp1guWw H2 {
  color: #e7272d;
}
.cid-t90Vp1guWw .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-t90Vp1guWw .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-t90Vp1guWw .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-t90Vp1guWw .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-t90Vp1guWw .col-lg-12 {
  overflow: hidden;
}
.cid-t90Vp1guWw H4 {
  color: #fbbe36;
}
.cid-t90Vp1guWw .mbr-text,
.cid-t90Vp1guWw .mbr-section-btn {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-t90Vp1guWw .logo-wrap:before {
    content: none;
  }
  .cid-t90Vp1guWw .logo-wrap:after {
    content: none;
  }
}
.cid-toLOYemRwP {
  z-index: 1000;
  width: 100%;
}
.cid-toLOYemRwP nav.navbar {
  position: fixed;
}
.cid-toLOYemRwP .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-toLOYemRwP .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-toLOYemRwP .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-toLOYemRwP .dropdown-item:hover,
.cid-toLOYemRwP .dropdown-item:focus {
  background: rgba(71, 181, 237, 0.5) !important;
  color: white !important;
}
.cid-toLOYemRwP .dropdown-item:hover span {
  color: white;
}
.cid-toLOYemRwP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-toLOYemRwP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-toLOYemRwP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-toLOYemRwP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-toLOYemRwP .nav-link {
  position: relative;
}
.cid-toLOYemRwP .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-toLOYemRwP .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-toLOYemRwP .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-toLOYemRwP .iconfont-wrapper:hover .mbr-iconfont {
  color: #054380;
}
.cid-toLOYemRwP .dropdown-menu,
.cid-toLOYemRwP .navbar.opened {
  background: #1a2229 !important;
}
.cid-toLOYemRwP .nav-item:focus,
.cid-toLOYemRwP .nav-link:focus {
  outline: none;
}
.cid-toLOYemRwP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-toLOYemRwP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-toLOYemRwP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-toLOYemRwP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-toLOYemRwP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-toLOYemRwP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-toLOYemRwP .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(26, 34, 41, 0.9);
  padding: 0 !important;
}
.cid-toLOYemRwP .navbar.opened {
  transition: all 0.3s;
}
.cid-toLOYemRwP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-toLOYemRwP .navbar .navbar-logo img {
  width: auto;
}
.cid-toLOYemRwP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-toLOYemRwP .navbar.collapsed {
  justify-content: center;
}
.cid-toLOYemRwP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-toLOYemRwP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-toLOYemRwP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-toLOYemRwP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-toLOYemRwP .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-toLOYemRwP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-toLOYemRwP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-toLOYemRwP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-toLOYemRwP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-toLOYemRwP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-toLOYemRwP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-toLOYemRwP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-toLOYemRwP .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-toLOYemRwP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-toLOYemRwP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-toLOYemRwP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-toLOYemRwP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-toLOYemRwP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-toLOYemRwP .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.cid-toLOYemRwP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-toLOYemRwP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-toLOYemRwP .dropdown-item.active,
.cid-toLOYemRwP .dropdown-item:active {
  background-color: transparent;
}
.cid-toLOYemRwP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-toLOYemRwP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-toLOYemRwP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-toLOYemRwP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a2229;
}
.cid-toLOYemRwP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-toLOYemRwP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-toLOYemRwP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-toLOYemRwP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-toLOYemRwP button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-toLOYemRwP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-toLOYemRwP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-toLOYemRwP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-toLOYemRwP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-toLOYemRwP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-toLOYemRwP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-toLOYemRwP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-toLOYemRwP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-toLOYemRwP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-toLOYemRwP .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-toLOYemRwP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-toLOYemRwP .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-toLOYemRwP .navbar {
    height: 70px;
  }
  .cid-toLOYemRwP .navbar.opened {
    height: auto;
  }
  .cid-toLOYemRwP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-toLOYemRwP .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-toLOYemRwP .navbar-toggler {
  margin-left: 10px;
}
.cid-toLOYemRwP .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 20px);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #054380;
}
.cid-toLOYemRwP .navbar-logo {
  margin-right: 0 !important;
}
.cid-toLOYemRwP .mbr-text {
  width: 100%;
  color: #BF9341;
}
@media (max-width: 575px) {
  .cid-toLOYemRwP .mbr-text {
    display: none;
  }
}
.cid-toLOYemRwP .navbar-collapse {
  padding-top: 40px !important;
}
.cid-toLOYemRwP .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-toLOYemRwP .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-t92rSJgcYf {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t92rSJgcYf .title__block {
  padding: 30px 15px;
}
.cid-t92rSJgcYf .mbr-text {
  margin-bottom: 30px;
}
.cid-t92rSJgcYf .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 20px;
  color: #054380;
}
.cid-t92rSJgcYf .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 15px 0;
  opacity: 0.6;
}
.cid-t92rSJgcYf .bottom__text {
  margin: 10px 0;
}
.cid-t92rSJgcYf .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 991px) {
  .cid-t92rSJgcYf .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-t92rSJgcYf .btn {
  margin-top: 0;
}
.cid-t92rSJgcYf .btn:hover {
  background-color: #054380 !important;
  border-color: #054380 !important;
}
.cid-t92rSJgcYf img {
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-t92rSJgcYf .image {
    margin-bottom: 10px;
  }
  .cid-t92rSJgcYf .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-t97UcO1Bui {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t97UcO1Bui img {
  border-radius: 0px;
  padding-top: 32px;
}
.cid-t97UcO1Bui .features-image:nth-child(-n+4) img {
  padding-top: 0px;
}
.cid-t97UcO1Bui .mbr-section-title {
  color: #000000;
  text-align: left;
  padding-top: 0.4rem;
}
.cid-t97UcO1Bui .date {
  text-transform: uppercase;
  color: #054380;
  text-align: left;
  padding-top: 1rem;
}
.cid-t97UcO1Bui .author {
  color: #626262;
  text-align: left;
  padding-top: 0.8rem;
}
.cid-t97UcO1Bui .heading {
  text-align: center;
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
}
@media (max-width: 690px) {
  .cid-t97UcO1Bui img {
    padding-top: 1rem;
  }
}
.cid-t92vcB4x8I {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-t92vcB4x8I .title__block {
  padding: 30px 15px;
}
.cid-t92vcB4x8I .mbr-text {
  margin-bottom: 30px;
}
.cid-t92vcB4x8I .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 20px;
  color: #054380;
}
.cid-t92vcB4x8I .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 15px 0;
  opacity: 0.6;
}
.cid-t92vcB4x8I .bottom__text {
  margin: 10px 0;
}
.cid-t92vcB4x8I .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 991px) {
  .cid-t92vcB4x8I .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-t92vcB4x8I .btn {
  margin-top: 0;
}
.cid-t92vcB4x8I .btn:hover {
  background-color: #054380 !important;
  border-color: #054380 !important;
}
.cid-t92vcB4x8I img {
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-t92vcB4x8I .image {
    margin-bottom: 10px;
  }
  .cid-t92vcB4x8I .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-t9i9fiFWQg {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t9i9fiFWQg .title__block {
  padding: 30px 15px;
}
.cid-t9i9fiFWQg .mbr-text {
  margin-bottom: 30px;
}
.cid-t9i9fiFWQg .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 20px;
  color: #054380;
}
.cid-t9i9fiFWQg .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 15px 0;
  opacity: 0.6;
}
.cid-t9i9fiFWQg .bottom__text {
  margin: 10px 0;
}
.cid-t9i9fiFWQg .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 991px) {
  .cid-t9i9fiFWQg .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-t9i9fiFWQg .btn {
  margin-top: 0;
}
.cid-t9i9fiFWQg .btn:hover {
  background-color: #054380 !important;
  border-color: #054380 !important;
}
.cid-t9i9fiFWQg img {
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-t9i9fiFWQg .image {
    margin-bottom: 10px;
  }
  .cid-t9i9fiFWQg .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-t9hrmruTzU {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-t9hrmruTzU img {
  border-radius: 0px;
  padding-top: 32px;
}
.cid-t9hrmruTzU .features-image:nth-child(-n+4) img {
  padding-top: 0px;
}
.cid-t9hrmruTzU .mbr-section-title {
  color: #000000;
  text-align: left;
  padding-top: 0.4rem;
}
.cid-t9hrmruTzU .date {
  text-transform: uppercase;
  color: #054380;
  text-align: left;
  padding-top: 1rem;
}
.cid-t9hrmruTzU .author {
  color: #626262;
  text-align: left;
  padding-top: 0.8rem;
}
.cid-t9hrmruTzU .heading {
  text-align: center;
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
}
@media (max-width: 690px) {
  .cid-t9hrmruTzU img {
    padding-top: 1rem;
  }
}
.cid-t9i7nVikoQ {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-t9i7nVikoQ .title__block {
  padding: 30px 15px;
}
.cid-t9i7nVikoQ .mbr-text {
  margin-bottom: 30px;
}
.cid-t9i7nVikoQ .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 20px;
  color: #054380;
}
.cid-t9i7nVikoQ .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 15px 0;
  opacity: 0.6;
}
.cid-t9i7nVikoQ .bottom__text {
  margin: 10px 0;
}
.cid-t9i7nVikoQ .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 991px) {
  .cid-t9i7nVikoQ .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-t9i7nVikoQ .btn {
  margin-top: 0;
}
.cid-t9i7nVikoQ .btn:hover {
  background-color: #054380 !important;
  border-color: #054380 !important;
}
.cid-t9i7nVikoQ img {
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-t9i7nVikoQ .image {
    margin-bottom: 10px;
  }
  .cid-t9i7nVikoQ .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-t90VxUC0nA {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #000000;
}
.cid-t90VxUC0nA .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-t90VxUC0nA .row {
  border-bottom: 1px solid #808080;
}
.cid-t90VxUC0nA H2 {
  color: #e7272d;
}
.cid-t90VxUC0nA .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-t90VxUC0nA .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-t90VxUC0nA .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-t90VxUC0nA .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-t90VxUC0nA .col-lg-12 {
  overflow: hidden;
}
.cid-t90VxUC0nA H4 {
  color: #fbbe36;
}
.cid-t90VxUC0nA .mbr-text,
.cid-t90VxUC0nA .mbr-section-btn {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-t90VxUC0nA .logo-wrap:before {
    content: none;
  }
  .cid-t90VxUC0nA .logo-wrap:after {
    content: none;
  }
}
.cid-toLOYemRwP {
  z-index: 1000;
  width: 100%;
}
.cid-toLOYemRwP nav.navbar {
  position: fixed;
}
.cid-toLOYemRwP .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-toLOYemRwP .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-toLOYemRwP .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-toLOYemRwP .dropdown-item:hover,
.cid-toLOYemRwP .dropdown-item:focus {
  background: rgba(71, 181, 237, 0.5) !important;
  color: white !important;
}
.cid-toLOYemRwP .dropdown-item:hover span {
  color: white;
}
.cid-toLOYemRwP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-toLOYemRwP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-toLOYemRwP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-toLOYemRwP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-toLOYemRwP .nav-link {
  position: relative;
}
.cid-toLOYemRwP .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-toLOYemRwP .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-toLOYemRwP .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-toLOYemRwP .iconfont-wrapper:hover .mbr-iconfont {
  color: #054380;
}
.cid-toLOYemRwP .dropdown-menu,
.cid-toLOYemRwP .navbar.opened {
  background: #1a2229 !important;
}
.cid-toLOYemRwP .nav-item:focus,
.cid-toLOYemRwP .nav-link:focus {
  outline: none;
}
.cid-toLOYemRwP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-toLOYemRwP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-toLOYemRwP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-toLOYemRwP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-toLOYemRwP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-toLOYemRwP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-toLOYemRwP .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(26, 34, 41, 0.9);
  padding: 0 !important;
}
.cid-toLOYemRwP .navbar.opened {
  transition: all 0.3s;
}
.cid-toLOYemRwP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-toLOYemRwP .navbar .navbar-logo img {
  width: auto;
}
.cid-toLOYemRwP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-toLOYemRwP .navbar.collapsed {
  justify-content: center;
}
.cid-toLOYemRwP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-toLOYemRwP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-toLOYemRwP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-toLOYemRwP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-toLOYemRwP .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-toLOYemRwP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-toLOYemRwP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-toLOYemRwP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-toLOYemRwP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-toLOYemRwP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-toLOYemRwP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-toLOYemRwP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-toLOYemRwP .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-toLOYemRwP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-toLOYemRwP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-toLOYemRwP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-toLOYemRwP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-toLOYemRwP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-toLOYemRwP .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.cid-toLOYemRwP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-toLOYemRwP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-toLOYemRwP .dropdown-item.active,
.cid-toLOYemRwP .dropdown-item:active {
  background-color: transparent;
}
.cid-toLOYemRwP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-toLOYemRwP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-toLOYemRwP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-toLOYemRwP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a2229;
}
.cid-toLOYemRwP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-toLOYemRwP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-toLOYemRwP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-toLOYemRwP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-toLOYemRwP button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-toLOYemRwP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-toLOYemRwP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-toLOYemRwP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-toLOYemRwP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-toLOYemRwP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-toLOYemRwP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-toLOYemRwP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-toLOYemRwP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-toLOYemRwP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-toLOYemRwP .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-toLOYemRwP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-toLOYemRwP .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-toLOYemRwP .navbar {
    height: 70px;
  }
  .cid-toLOYemRwP .navbar.opened {
    height: auto;
  }
  .cid-toLOYemRwP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-toLOYemRwP .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-toLOYemRwP .navbar-toggler {
  margin-left: 10px;
}
.cid-toLOYemRwP .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 20px);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #054380;
}
.cid-toLOYemRwP .navbar-logo {
  margin-right: 0 !important;
}
.cid-toLOYemRwP .mbr-text {
  width: 100%;
  color: #BF9341;
}
@media (max-width: 575px) {
  .cid-toLOYemRwP .mbr-text {
    display: none;
  }
}
.cid-toLOYemRwP .navbar-collapse {
  padding-top: 40px !important;
}
.cid-toLOYemRwP .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-toLOYemRwP .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-tnnluisjFE {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/depositphotos-90373982-l-2000x1357.jpg");
}
.cid-tnnluisjFE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tnnluisjFE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tnnluisjFE .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tmoBjze3Jt {
  background-color: #000000;
}
.cid-tmoBjze3Jt .content {
  display: flex;
  height: 100px;
  justify-content: center;
  align-items: center;
}
.cid-tmoBjze3Jt .content img {
  width: 43px;
  height: 43px;
  object-fit: cover;
  margin-right: 15px;
}
.cid-tmoBjze3Jt .content p {
  margin: 0;
}
.cid-tmoBjze3Jt .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-t8CftqReMB {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t8CftqReMB .card-heading {
  margin-top: 15px;
  color: #808080;
}
.cid-t8CftqReMB .p {
  padding-top: 30px;
  color: #000000;
}
.cid-t8CftqReMB .row {
  justify-content: center;
}
.cid-t8CftqReMB .line {
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  margin-top: 30px;
}
.cid-t8CftqReMB .card-heading1 {
  color: #000000;
}
.cid-t8CfLJv9RG {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t8CfLJv9RG .card-heading {
  margin-top: 15px;
  color: #808080;
}
.cid-t8CfLJv9RG .p {
  padding-top: 30px;
  color: #000000;
}
.cid-t8CfLJv9RG .row {
  justify-content: center;
}
.cid-t8CfLJv9RG .line {
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  margin-top: 30px;
}
.cid-t8CfLJv9RG .card-heading1 {
  color: #000000;
}
.cid-t8CftrCATP {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #000000;
}
.cid-t8CftrCATP .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-t8CftrCATP .row {
  border-bottom: 1px solid #808080;
}
.cid-t8CftrCATP H2 {
  color: #e7272d;
}
.cid-t8CftrCATP .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-t8CftrCATP .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-t8CftrCATP .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-t8CftrCATP .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-t8CftrCATP .col-lg-12 {
  overflow: hidden;
}
.cid-t8CftrCATP H4 {
  color: #fbbe36;
}
.cid-t8CftrCATP .mbr-text,
.cid-t8CftrCATP .mbr-section-btn {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-t8CftrCATP .logo-wrap:before {
    content: none;
  }
  .cid-t8CftrCATP .logo-wrap:after {
    content: none;
  }
}
