body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 3.4rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 4.25rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3.2rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 4rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 2.72rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.38rem;
    font-size: calc( 1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.56rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    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))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #e01e31 !important;
}
.bg-success {
  background-color: #e01e31 !important;
}
.bg-info {
  background-color: #0d2348 !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #e01e31 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #e01e31 !important;
  border-color: #e01e31 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #0d2348 !important;
  border-color: #0d2348 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #941420 !important;
  border-color: #941420 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #941420 !important;
  border-color: #941420 !important;
}
.btn-info,
.btn-info:active {
  background-color: #0d2348 !important;
  border-color: #0d2348 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #941420 !important;
  border-color: #941420 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #941420 !important;
  border-color: #941420 !important;
}
.btn-success,
.btn-success:active {
  background-color: #e01e31 !important;
  border-color: #e01e31 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #e01e31 !important;
  border-color: #e01e31 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #e01e31;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !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: #e01e31 !important;
  border-color: #e01e31 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #0d2348;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #941420 !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: #0d2348 !important;
  border-color: #0d2348 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #0d2348;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #941420 !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: #0d2348 !important;
  border-color: #0d2348 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #e01e31;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !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: #e01e31 !important;
  border-color: #e01e31 !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: #e01e31;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #e01e31 !important;
  border-color: #e01e31 !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: #e01e31 !important;
}
.text-secondary {
  color: #0d2348 !important;
}
.text-success {
  color: #e01e31 !important;
}
.text-info {
  color: #0d2348 !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #e01e31 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #86121d !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #86121d !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: #000000 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #e01e31;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #0d2348;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #e01e31;
}
.mbr-gallery-filter li.active .btn {
  background-color: #e01e31;
  border-color: #e01e31;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #e01e31;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #598ce1;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #598ce1;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f9d1d5;
}
.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: #598ce1;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.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: #e01e31 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #e01e31;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #e01e31;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #e01e31;
}
.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: #e01e31;
  border-bottom-color: #e01e31;
}
.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: #e01e31 !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: #0d2348 !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='%230d2348' %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-t22ZgNBidg {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t22ZgNBidg nav.navbar {
  position: fixed;
}
.cid-t22ZgNBidg .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-t22ZgNBidg .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t22ZgNBidg .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t22ZgNBidg .dropdown-item:hover,
.cid-t22ZgNBidg .dropdown-item:focus {
  background: #e01e31 !important;
  color: white !important;
}
.cid-t22ZgNBidg .dropdown-item:hover span {
  color: white;
}
.cid-t22ZgNBidg .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t22ZgNBidg .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t22ZgNBidg .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t22ZgNBidg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t22ZgNBidg .nav-link {
  position: relative;
}
.cid-t22ZgNBidg .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-t22ZgNBidg .container {
    flex-wrap: nowrap;
  }
}
.cid-t22ZgNBidg .iconfont-wrapper {
  color: #e01e31 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t22ZgNBidg .dropdown-menu,
.cid-t22ZgNBidg .navbar.opened {
  background: #ffffff !important;
}
.cid-t22ZgNBidg .nav-item:focus,
.cid-t22ZgNBidg .nav-link:focus {
  outline: none;
}
.cid-t22ZgNBidg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t22ZgNBidg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t22ZgNBidg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t22ZgNBidg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t22ZgNBidg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t22ZgNBidg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t22ZgNBidg .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-t22ZgNBidg .navbar.opened {
  transition: all 0.3s;
}
.cid-t22ZgNBidg .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t22ZgNBidg .navbar .navbar-logo img {
  width: auto;
}
.cid-t22ZgNBidg .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t22ZgNBidg .navbar.collapsed {
  justify-content: center;
}
.cid-t22ZgNBidg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t22ZgNBidg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t22ZgNBidg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-t22ZgNBidg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t22ZgNBidg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t22ZgNBidg .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-t22ZgNBidg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t22ZgNBidg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t22ZgNBidg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t22ZgNBidg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t22ZgNBidg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t22ZgNBidg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t22ZgNBidg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t22ZgNBidg .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-t22ZgNBidg .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t22ZgNBidg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t22ZgNBidg .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t22ZgNBidg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t22ZgNBidg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t22ZgNBidg .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t22ZgNBidg .navbar.navbar-short {
  min-height: 60px;
}
.cid-t22ZgNBidg .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t22ZgNBidg .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t22ZgNBidg .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t22ZgNBidg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t22ZgNBidg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t22ZgNBidg .dropdown-item.active,
.cid-t22ZgNBidg .dropdown-item:active {
  background-color: transparent;
}
.cid-t22ZgNBidg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t22ZgNBidg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t22ZgNBidg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t22ZgNBidg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-t22ZgNBidg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t22ZgNBidg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t22ZgNBidg ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t22ZgNBidg .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t22ZgNBidg button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t22ZgNBidg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e01e31;
}
.cid-t22ZgNBidg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t22ZgNBidg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t22ZgNBidg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t22ZgNBidg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t22ZgNBidg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t22ZgNBidg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t22ZgNBidg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t22ZgNBidg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t22ZgNBidg .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t22ZgNBidg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t22ZgNBidg .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-t22ZgNBidg .navbar {
    height: 70px;
  }
  .cid-t22ZgNBidg .navbar.opened {
    height: auto;
  }
  .cid-t22ZgNBidg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (min-width: 992px) {
  .cid-t230F826W5 .display-1 {
    font-size: 120px;
  }
  .cid-t230F826W5 .display-2 {
    font-size: 40px;
  }
  .cid-t230F826W5 .display-5 {
    font-size: 29px;
  }
}
.cid-t230F826W5 .mbr-section-subtitle {
  font-weight: 300;
  color: #ffffff;
}
.cid-t230F826W5 .mbr-section-btn {
  z-index: 3;
  margin-left: 0;
  margin-right: 0;
  position: absolute;
  right: 0;
  bottom: -55px;
}
@media (max-width: 991px) {
  .cid-t230F826W5 .mbr-section-btn {
    width: 100%;
    bottom: 0px;
  }
}
.cid-t230F826W5 .btn-success {
  color: #18293D !important;
}
.cid-t230F826W5 .btn {
  box-shadow: none !important;
  border-radius: 0 !important;
  font-weight: 400;
  min-height: 110px;
  padding-right: 120px;
  padding-left: 120px;
  margin: 0;
}
.cid-t230F826W5 .btn:hover {
  background: #BEE1E6 !important;
  border-color: #BEE1E6 !important;
  color: #18293D !important;
}
@media (max-width: 991px) {
  .cid-t230F826W5 .btn {
    width: 50%;
    min-height: 80px;
  }
}
@media (max-width: 767px) {
  .cid-t230F826W5 .btn {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.cid-t230F826W5 .one:hover {
  background: #EeFF42 !important;
  border-color: #EeFF42 !important;
}
.cid-t230F826W5 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-t230F826W5 .soc-item {
  align-items: center;
  padding: 0.5rem 0.5rem 0.4rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  line-height: 3em;
  font-size: 16px;
  background: #e01e31;
  cursor: pointer;
  margin-right: 1.5rem;
  height: 25px;
  width: 25px;
}
.cid-t230F826W5 .soc-item span {
  color: #ffffff;
  z-index: 99999;
}
.cid-t230F826W5 .mbr-section-title {
  color: #e6c63b;
}
.cid-t3GiUAzEyP {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t3GiUAzEyP .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t3GiUAzEyP img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-t3GiUAzEyP .text-wrapper {
    padding: 2rem;
  }
}
.cid-t3GiUAzEyP .mbr-section-title {
  color: #0d2348;
  text-align: left;
}
.cid-t3GiUAzEyP .mbr-description {
  color: #0d2348;
}
.cid-t3GiUAzEyP .mbr-text {
  text-align: justify;
  text-justify: inter-word;
}
.cid-t3G8khE8o7 {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t3G8khE8o7 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t3G8khE8o7 .row {
  flex-direction: row-reverse;
}
.cid-t3G8khE8o7 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-t3G8khE8o7 .text-wrapper {
    padding: 2rem;
  }
}
.cid-t3G8khE8o7 .mbr-section-title {
  color: #0d2348;
  text-align: left;
}
.cid-t3G8khE8o7 .mbr-description {
  color: #0d2348;
}
.cid-t3G8khE8o7 .mbr-text {
  text-align: justify;
  text-justify: inter-word;
}
.cid-t234K2Ke9L {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t234K2Ke9L .section-head {
  margin-bottom: 2rem;
}
.cid-t234K2Ke9L .mbr-section-title {
  text-align: right;
  margin-bottom: 1.5rem;
}
.cid-t234K2Ke9L .mbr-section-subtitle {
  text-align: right;
}
@media (max-width: 991px) {
  .cid-t234K2Ke9L .row {
    text-align: center;
  }
}
.cid-t234K2Ke9L .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-t234K2Ke9L .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
}
.cid-t234K2Ke9L .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: wavy 35s infinite linear;
  backface-visibility: hidden;
}
.cid-t234K2Ke9L .wave-container .wave svg path {
  fill: #e01e31;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-t2359dGGDz {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #e01e31;
}
.cid-t2359dGGDz h2,
.cid-t2359dGGDz h4,
.cid-t2359dGGDz p {
  margin: 0;
}
.cid-t2359dGGDz .text {
  padding-right: 15%;
}
@media (max-width: 1200px) {
  .cid-t2359dGGDz .text {
    padding-right: 0;
  }
}
@media (max-width: 800px) {
  .cid-t2359dGGDz .image-wrap {
    margin-top: 30px;
  }
}
.cid-t2359dGGDz img {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 100%;
}
.cid-t2359dGGDz .mbr-section-title {
  color: #e6c63b;
  margin-bottom: 8px;
  text-align: left;
}
.cid-t2359dGGDz .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 8px;
  text-align: left;
}
.cid-t2359dGGDz .mbr-text {
  color: #ffffff;
  margin-bottom: 30px;
  text-align: justify;
  text-justify: inter-word;
}
.cid-t2359dGGDz .socials {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-t2359dGGDz .socials p {
  margin: 0 20px 0 0;
}
.cid-t2359dGGDz .socials-item .link {
  color: #000000;
}
.cid-t29ycFGnO4 {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #e01e31;
}
.cid-t29ycFGnO4 img,
.cid-t29ycFGnO4 .item-img {
  width: 100%;
}
.cid-t29ycFGnO4 .item:focus,
.cid-t29ycFGnO4 span:focus {
  outline: none;
}
.cid-t29ycFGnO4 .item-wrapper {
  position: relative;
}
.cid-t29ycFGnO4 .slide-content {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-t29ycFGnO4 .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t29ycFGnO4 .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-t29ycFGnO4 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-t29ycFGnO4 .mbr-section-title {
  color: #232323;
}
.cid-t29ycFGnO4 .mbr-text,
.cid-t29ycFGnO4 .mbr-section-btn {
  text-align: left;
}
.cid-t29ycFGnO4 .item-title {
  text-align: left;
}
.cid-t29ycFGnO4 .item-subtitle {
  text-align: left;
}
.cid-t29ycFGnO4 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-t29ycFGnO4 .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-t29ycFGnO4 .embla__button--next,
.cid-t29ycFGnO4 .embla__button--prev {
  display: flex;
}
.cid-t29ycFGnO4 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-t29ycFGnO4 .embla__button {
    display: none;
  }
}
.cid-t29ycFGnO4 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-t29ycFGnO4 .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-t29ycFGnO4 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t29ycFGnO4 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t29ycFGnO4 .embla__button {
    top: auto;
  }
}
.cid-t29ycFGnO4 .embla {
  position: relative;
  width: 100%;
}
.cid-t29ycFGnO4 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-t29ycFGnO4 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-t29ycFGnO4 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-t29ycFGnO4 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-t2873TgWiK {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #e01e31;
}
.cid-t2873TgWiK .section-head {
  margin-bottom: 2rem;
}
.cid-t2873TgWiK .mbr-section-title {
  text-align: right;
  margin-bottom: 1.5rem;
}
.cid-t2873TgWiK .mbr-section-subtitle {
  text-align: right;
}
@media (max-width: 991px) {
  .cid-t2873TgWiK .row {
    text-align: center;
  }
}
.cid-t2873TgWiK .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-t2873TgWiK .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
}
.cid-t2873TgWiK .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: wavy 35s infinite linear;
  backface-visibility: hidden;
}
.cid-t2873TgWiK .wave-container .wave svg path {
  fill: #ffffff;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-t285PGwzzj {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t285PGwzzj .mbr-section-subtitle {
  color: #e01e31;
  text-align: center;
}
.cid-t285PGwzzj .mbr-text {
  color: #000000;
  text-align: justify;
  text-justify: inter-word;
}
.cid-t287AlqEeS {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t287AlqEeS .section-head {
  margin-bottom: 2rem;
}
.cid-t287AlqEeS .mbr-section-title {
  text-align: right;
  margin-bottom: 1.5rem;
}
.cid-t287AlqEeS .mbr-section-subtitle {
  text-align: right;
}
@media (max-width: 991px) {
  .cid-t287AlqEeS .row {
    text-align: center;
  }
}
.cid-t287AlqEeS .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-t287AlqEeS .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
}
.cid-t287AlqEeS .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: wavy 35s infinite linear;
  backface-visibility: hidden;
}
.cid-t287AlqEeS .wave-container .wave svg path {
  fill: #e01e31;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-t287LGYG6C {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e01e31;
}
.cid-t287LGYG6C .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-t287LGYG6C .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-t287LGYG6C .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-t287LGYG6C .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-t287LGYG6C .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-t287LGYG6C .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-t287LGYG6C .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-t287LGYG6C .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-t287LGYG6C .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-t287LGYG6C .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-t287LGYG6C .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-t287LGYG6C .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-t287LGYG6C .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-t287LGYG6C .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-t287LGYG6C [class^="socicon-"]:before,
.cid-t287LGYG6C [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-t287LGYG6C .mbr-section-title,
.cid-t287LGYG6C .mbr-social-likes {
  color: #ffffff;
}
.cid-t2368E2fFK {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #e01e31;
}
.cid-t2368E2fFK .section-head {
  margin-bottom: 2rem;
}
.cid-t2368E2fFK .mbr-section-title {
  text-align: right;
  margin-bottom: 1.5rem;
}
.cid-t2368E2fFK .mbr-section-subtitle {
  text-align: right;
}
@media (max-width: 991px) {
  .cid-t2368E2fFK .row {
    text-align: center;
  }
}
.cid-t2368E2fFK .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-t2368E2fFK .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
}
.cid-t2368E2fFK .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: wavy 35s infinite linear;
  backface-visibility: hidden;
}
.cid-t2368E2fFK .wave-container .wave svg path {
  fill: #ffffff;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-t2kVFKMmsI {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-t2kVFKMmsI img,
.cid-t2kVFKMmsI .item-img {
  width: 100%;
}
.cid-t2kVFKMmsI .item:focus,
.cid-t2kVFKMmsI span:focus {
  outline: none;
}
.cid-t2kVFKMmsI .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-t2kVFKMmsI .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-t2kVFKMmsI .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t2kVFKMmsI .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-t2kVFKMmsI .mbr-section-btn {
  margin-top: auto !important;
}
.cid-t2kVFKMmsI .mbr-section-title {
  color: #e01e31;
}
.cid-t2kVFKMmsI .mbr-text,
.cid-t2kVFKMmsI .mbr-section-btn {
  text-align: justify;
  text-justify: inter-word;
}
.cid-t2kVFKMmsI .item-title {
  text-align: center;
  color: #0d2348;
}
.cid-t2kVFKMmsI .item-subtitle {
  text-align: center;
}
.cid-t2kVFKMmsI .mbr-section-subtitle {
  color: #0d2348;
}
.cid-t23890ePJr {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t23890ePJr .section-head {
  margin-bottom: 2rem;
}
.cid-t23890ePJr .mbr-section-title {
  text-align: right;
  margin-bottom: 1.5rem;
}
.cid-t23890ePJr .mbr-section-subtitle {
  text-align: right;
}
@media (max-width: 991px) {
  .cid-t23890ePJr .row {
    text-align: center;
  }
}
.cid-t23890ePJr .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-t23890ePJr .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
}
.cid-t23890ePJr .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: wavy 35s infinite linear;
  backface-visibility: hidden;
}
.cid-t23890ePJr .wave-container .wave svg path {
  fill: #e01e31;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-t23amDXMkZ {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #e01e31;
}
.cid-t23amDXMkZ .mbr-text,
.cid-t23amDXMkZ .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-t23amDXMkZ .container {
  max-width: 1000px;
}
.cid-t23amDXMkZ .mbr-section-title {
  border-bottom: 1px solid currentColor;
  color: #ffe161;
  padding-bottom: 1rem;
  text-align: left;
}
.cid-t23aQGOG75 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #e01e31;
}
.cid-t23aQGOG75 .section-head {
  margin-bottom: 2rem;
}
.cid-t23aQGOG75 .mbr-section-title {
  text-align: right;
  margin-bottom: 1.5rem;
}
.cid-t23aQGOG75 .mbr-section-subtitle {
  text-align: right;
}
@media (max-width: 991px) {
  .cid-t23aQGOG75 .row {
    text-align: center;
  }
}
.cid-t23aQGOG75 .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-t23aQGOG75 .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
}
.cid-t23aQGOG75 .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: wavy 35s infinite linear;
  backface-visibility: hidden;
}
.cid-t23aQGOG75 .wave-container .wave svg path {
  fill: #ffffff;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-t8bw7RgPwW {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t8bw7RgPwW .mbr-fallback-image.disabled {
  display: none;
}
.cid-t8bw7RgPwW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t8bw7RgPwW .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 570px;
  max-width: 570px;
}
@media (max-width: 768px) {
  .cid-t8bw7RgPwW .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-t8bw7RgPwW .embla__button--next,
.cid-t8bw7RgPwW .embla__button--prev {
  display: flex;
}
.cid-t8bw7RgPwW .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-t8bw7RgPwW .embla__button {
    display: none;
  }
}
.cid-t8bw7RgPwW .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-t8bw7RgPwW .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-t8bw7RgPwW .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t8bw7RgPwW .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 768px) {
  .cid-t8bw7RgPwW .embla__button {
    top: auto;
  }
}
.cid-t8bw7RgPwW .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-t8bw7RgPwW .user_image .item-wrapper {
  width: 200px;
  height: 200px;
}
.cid-t8bw7RgPwW .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
@media (max-width: 230px) {
  .cid-t8bw7RgPwW .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-t8bw7RgPwW .embla {
  position: relative;
  width: 100%;
}
.cid-t8bw7RgPwW .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-t8bw7RgPwW .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-t8bw7RgPwW .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-t8bw7RgPwW .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-t8bw7RgPwW H3 {
  color: #e01e31;
}
.cid-t8bw7RgPwW .user_name {
  color: #e01e31;
}
.cid-t8bw7RgPwW .user_desk {
  color: #0d2348;
}
.cid-t2exL9gMTa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t2exL9gMTa .card-wrapper {
  background: #e01e31;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-t2exL9gMTa .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-t2exL9gMTa .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t2exL9gMTa .card-wrapper {
    padding: 4rem;
  }
}
.cid-t2exL9gMTa .mbr-text,
.cid-t2exL9gMTa .mbr-section-btn {
  color: #ffffff;
  text-align: justify;
  text-justify: inter-word;
}
.cid-t2exL9gMTa .card-title,
.cid-t2exL9gMTa .card-box {
  text-align: left;
  color: #ffe161;
}
.cid-t23eqHTl0F {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t23eqHTl0F .section-head {
  margin-bottom: 2rem;
}
.cid-t23eqHTl0F .mbr-section-title {
  text-align: right;
  margin-bottom: 1.5rem;
}
.cid-t23eqHTl0F .mbr-section-subtitle {
  text-align: right;
}
@media (max-width: 991px) {
  .cid-t23eqHTl0F .row {
    text-align: center;
  }
}
.cid-t23eqHTl0F .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-t23eqHTl0F .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
}
.cid-t23eqHTl0F .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: wavy 35s infinite linear;
  backface-visibility: hidden;
}
.cid-t23eqHTl0F .wave-container .wave svg path {
  fill: #e01e31;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-t2l1LvbWEk {
  padding-top: 3rem;
  padding-bottom: 8rem;
  background-color: #e01e31;
}
.cid-t2l1LvbWEk .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-t2l1LvbWEk form .mbr-section-btn {
  text-align: center;
}
.cid-t2l1LvbWEk form .mbr-section-btn .btn {
  width: 100%;
  height: 100%;
  border-radius: .25rem;
}
.cid-t2l1LvbWEk .mbr-section-title {
  color: #ffe161;
}
.cid-t2l1LvbWEk form .row [class*=col] {
  padding-left: 0;
  padding-right: 0;
}
.cid-t2l1LvbWEk .mbr-section-subtitle {
  color: #ffffff;
}
.cid-t23fm4LMCq {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-t23fm4LMCq .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #e01e31;
}
.cid-t23fm4LMCq .svg-top .st0 {
  fill: #ffffff;
}
@media (max-width: 992px) {
  .cid-t23fm4LMCq .svg-top {
    width: 1000px;
  }
}
@media (max-width: 768px) {
  .cid-t23fm4LMCq .text-content {
    max-width: none;
  }
}
.cid-t23fm4LMCq .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #0d2348;
  border: 2px solid #0d2348;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-t23fm4LMCq .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-t23fm4LMCq .mbr-iconfont-social:hover {
  background-color: #0d2348;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-t23fm4LMCq .icons {
    justify-content: center !important;
  }
  .cid-t23fm4LMCq .text-content * {
    text-align: center;
  }
}
.cid-t23fm4LMCq P {
  color: #818181;
  text-align: center;
}
.cid-t23fm4LMCq .mbr-section-title {
  color: #e01e31;
  text-align: center;
}
.cid-t8L6zFn5zO {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t8L6zFn5zO .fb-page,
.cid-t8L6zFn5zO span,
.cid-t8L6zFn5zO iframe {
  width: 500px;
  height: 770px;
}
.cid-t8L6zFn5zO blockquote {
  display: none;
}
.cid-t8L6zFn5zO .fb-page {
  background-color: #1877f2;
  border-radius: 4px;
  background-size: contain;
  background-repeat: no-repeat;
  color: #fff;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='xMinYMin meet' viewBox='0 0 262 266.895'><path id='path3087' fill='%23fff' d='M182.409,262.307v-99.803h33.499l5.016-38.895h-38.515V98.777c0-11.261,3.127-18.935,19.275-18.935 l20.596-0.009V45.045c-3.562-0.474-15.788-1.533-30.012-1.533c-29.695,0-50.025,18.126-50.025,51.413v28.684h-33.585v38.895h33.585 v99.803H182.409z'></path></svg>");
}
.cid-t23fPa2u8x {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t23fPa2u8x .section-head {
  margin-bottom: 2rem;
}
.cid-t23fPa2u8x .mbr-section-title {
  text-align: right;
  margin-bottom: 1.5rem;
}
.cid-t23fPa2u8x .mbr-section-subtitle {
  text-align: right;
}
@media (max-width: 991px) {
  .cid-t23fPa2u8x .row {
    text-align: center;
  }
}
.cid-t23fPa2u8x .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-t23fPa2u8x .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
}
.cid-t23fPa2u8x .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: wavy 35s infinite linear;
  backface-visibility: hidden;
}
.cid-t23fPa2u8x .wave-container .wave svg path {
  fill: #e01e31;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-t23gj7kMn7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  xbackground-image: url("../../images/copy-of-footer1-1.png");
}
.cid-t23gj7kMn7 .mbr-text {
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 60px;
  text-align: center;
  padding: 0 36%;
}
.cid-t23gj7kMn7 .subtitle {
  padding-bottom: 36px;
  color: #ffe161;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
}
.cid-t23gj7kMn7 .line {
  margin: auto;
  margin-bottom: 60px;
  width: 110px;
  height: 3px;
  background-color: #ffe161;
  text-align: center;
}
.cid-t23gj7kMn7 .big {
  margin-bottom: 30px;
}
.cid-t23gj7kMn7 .big .lin a {
  font-weight: 600;
}
.cid-t23gj7kMn7 .lin {
  padding: 0px 10px;
  display: inline;
  color: #ffffff;
}
.cid-t23gj7kMn7 .lin:hover .text-secondary {
  color: #e01e31 !important;
}
@media (max-width: 960px) {
  .cid-t23gj7kMn7 .mbr-text {
    padding: 0;
  }
}
.cid-t23gj7kMn7 a {
  transition: color .3s;
}
.cid-t22ZgNBidg {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t22ZgNBidg nav.navbar {
  position: fixed;
}
.cid-t22ZgNBidg .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-t22ZgNBidg .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t22ZgNBidg .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t22ZgNBidg .dropdown-item:hover,
.cid-t22ZgNBidg .dropdown-item:focus {
  background: #e01e31 !important;
  color: white !important;
}
.cid-t22ZgNBidg .dropdown-item:hover span {
  color: white;
}
.cid-t22ZgNBidg .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t22ZgNBidg .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t22ZgNBidg .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t22ZgNBidg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t22ZgNBidg .nav-link {
  position: relative;
}
.cid-t22ZgNBidg .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-t22ZgNBidg .container {
    flex-wrap: nowrap;
  }
}
.cid-t22ZgNBidg .iconfont-wrapper {
  color: #e01e31 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t22ZgNBidg .dropdown-menu,
.cid-t22ZgNBidg .navbar.opened {
  background: #ffffff !important;
}
.cid-t22ZgNBidg .nav-item:focus,
.cid-t22ZgNBidg .nav-link:focus {
  outline: none;
}
.cid-t22ZgNBidg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t22ZgNBidg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t22ZgNBidg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t22ZgNBidg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t22ZgNBidg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t22ZgNBidg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t22ZgNBidg .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-t22ZgNBidg .navbar.opened {
  transition: all 0.3s;
}
.cid-t22ZgNBidg .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t22ZgNBidg .navbar .navbar-logo img {
  width: auto;
}
.cid-t22ZgNBidg .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t22ZgNBidg .navbar.collapsed {
  justify-content: center;
}
.cid-t22ZgNBidg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t22ZgNBidg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t22ZgNBidg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-t22ZgNBidg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t22ZgNBidg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t22ZgNBidg .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-t22ZgNBidg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t22ZgNBidg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t22ZgNBidg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t22ZgNBidg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t22ZgNBidg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t22ZgNBidg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t22ZgNBidg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t22ZgNBidg .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-t22ZgNBidg .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t22ZgNBidg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t22ZgNBidg .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t22ZgNBidg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t22ZgNBidg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t22ZgNBidg .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t22ZgNBidg .navbar.navbar-short {
  min-height: 60px;
}
.cid-t22ZgNBidg .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t22ZgNBidg .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t22ZgNBidg .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t22ZgNBidg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t22ZgNBidg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t22ZgNBidg .dropdown-item.active,
.cid-t22ZgNBidg .dropdown-item:active {
  background-color: transparent;
}
.cid-t22ZgNBidg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t22ZgNBidg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t22ZgNBidg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t22ZgNBidg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-t22ZgNBidg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t22ZgNBidg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t22ZgNBidg ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t22ZgNBidg .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t22ZgNBidg button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t22ZgNBidg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e01e31;
}
.cid-t22ZgNBidg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t22ZgNBidg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t22ZgNBidg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t22ZgNBidg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t22ZgNBidg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t22ZgNBidg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t22ZgNBidg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t22ZgNBidg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t22ZgNBidg .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t22ZgNBidg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t22ZgNBidg .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-t22ZgNBidg .navbar {
    height: 70px;
  }
  .cid-t22ZgNBidg .navbar.opened {
    height: auto;
  }
  .cid-t22ZgNBidg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t7r7ouZGts {
  display: flex;
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../images/1846.jpeg");
}
.cid-t7r7ouZGts .mbr-overlay {
  background-color: #353535;
  opacity: 0.5;
}
.cid-t7r7ouZGts .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-t7r7ouZGts {
    align-items: flex-end;
  }
  .cid-t7r7ouZGts .row {
    justify-content: flex-start;
  }
  .cid-t7r7ouZGts .content-wrap {
    width: 51%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-t7r7ouZGts .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-t7r7ouZGts {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-t7r7ouZGts .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-t7r7ouZGts .content-wrap {
    width: 100%;
  }
}
.cid-t7r8bjsgPQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e1e1e1;
}
.cid-t7r8bjsgPQ .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-t7r8bjsgPQ form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-t7r8bjsgPQ form.mbr-form {
    padding: 3rem 2rem;
    width: 60%;
  }
}
@media (max-width: 991px) {
  .cid-t7r8bjsgPQ form.mbr-form {
    padding: 1rem;
  }
}
.cid-t7r8bjsgPQ form.mbr-form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-t7r8bjsgPQ form.mbr-form .mbr-section-btn .btn {
  width: 100%;
}
.cid-t7r8bjsgPQ .mbr-section-title {
  color: #e01e31;
}
.cid-t7r8bjsgPQ .mbr-section-subtitle {
  color: #0d2348;
}
.cid-t7r8bjsgPQ P {
  color: #818181;
}
.cid-t23gj7kMn7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  xbackground-image: url("../../images/copy-of-footer1-1.png");
  background-color: #e01e31;
}
.cid-t23gj7kMn7 .mbr-text {
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 60px;
  text-align: center;
  padding: 0 36%;
}
.cid-t23gj7kMn7 .subtitle {
  padding-bottom: 36px;
  color: #ffe161;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
}
.cid-t23gj7kMn7 .line {
  margin: auto;
  margin-bottom: 60px;
  width: 110px;
  height: 3px;
  background-color: #ffe161;
  text-align: center;
}
.cid-t23gj7kMn7 .big {
  margin-bottom: 30px;
}
.cid-t23gj7kMn7 .big .lin a {
  font-weight: 600;
}
.cid-t23gj7kMn7 .lin {
  padding: 0px 10px;
  display: inline;
  color: #ffffff;
}
.cid-t23gj7kMn7 .lin:hover .text-secondary {
  color: #e01e31 !important;
}
@media (max-width: 960px) {
  .cid-t23gj7kMn7 .mbr-text {
    padding: 0;
  }
}
.cid-t23gj7kMn7 a {
  transition: color .3s;
}
