body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Oswald', sans-serif;
  font-size: 2.8rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 3.5rem;
}
.display-2 {
  font-family: 'Oswald', sans-serif;
  font-size: 2rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-4 {
  font-family: 'Oswald', sans-serif;
  font-size: 1rem;
  line-height: 1.2;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Oswald', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-5 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-6 {
  font-family: 'Oswald', sans-serif;
  font-size: 3.6rem;
  line-height: 1.4;
}
.display-6 > .mbr-iconfont {
  font-size: 4.5rem;
}
.display-7 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.2rem;
  line-height: 1.2;
}
.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.24rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.96rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-6 {
    font-size: 2.88rem;
    font-size: calc( 1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.91rem + (3.6 - 1.91) * ((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: 5px;
}
.btn-sm {
  padding: 0.6rem 1.4rem;
  border-radius: 5px;
}
.btn-md {
  padding: 0.8rem 1.9rem;
  border-radius: 5px;
}
.btn-lg {
  padding: 0.8rem 2.2rem;
  border-radius: 5px;
}
.bg-primary {
  background-color: #e8494b !important;
}
.bg-success {
  background-color: #e8494b !important;
}
.bg-info {
  background-color: #868378 !important;
}
.bg-warning {
  background-color: #4ead51 !important;
}
.bg-danger {
  background-color: #f7f5f0 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #e8494b !important;
  border-color: #e8494b !important;
  color: #ffffff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff;
  background-color: #e21c1f !important;
  border-color: #e21c1f !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff;
  background-color: #e21c1f !important;
  border-color: #e21c1f !important;
}
.btn-primary:hover {
  background-color: #e8494b !important;
  border-color: #e8494b !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #b8d94f !important;
  border-color: #b8d94f !important;
  color: #1b2207;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff;
  background-color: #a4c92c !important;
  border-color: #a4c92c !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #1b2207;
  background-color: #a4c92c !important;
  border-color: #a4c92c !important;
}
.btn-info,
.btn-info:active {
  background-color: #868378 !important;
  border-color: #868378 !important;
  color: #ffffff;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff;
  background-color: #6b6960 !important;
  border-color: #6b6960 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff;
  background-color: #6b6960 !important;
  border-color: #6b6960 !important;
}
.btn-success {
  color: #fff !important;
}
.btn-success,
.btn-success:active {
  background-color: #e8494b !important;
  border-color: #e8494b !important;
  color: #ffffff;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff;
  background-color: #e21c1f !important;
  border-color: #e21c1f !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff;
  background-color: #e21c1f !important;
  border-color: #e21c1f !important;
}
.btn-success:hover {
  background-color: #e8494b !important;
  border-color: #e8494b !important;
}
.btn-warning {
  color: #fff !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #4ead51 !important;
  border-color: #4ead51 !important;
  color: #ffffff;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff;
  background-color: #3e8a41 !important;
  border-color: #3e8a41 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff;
  background-color: #3e8a41 !important;
  border-color: #3e8a41 !important;
}
.btn-warning:hover {
  background-color: #ffffff !important;
  color: #e8494b !important;
  border-color: #ffffff !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #f7f5f0 !important;
  border-color: #f7f5f0 !important;
  color: #978351;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #76663f;
  background-color: #e5dfcf !important;
  border-color: #e5dfcf !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #978351;
  background-color: #e5dfcf !important;
  border-color: #e5dfcf !important;
}
.btn-danger:hover {
  background-color: #e8494b !important;
  border-color: #e8494b !important;
  color: #ffffff !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #616161;
  background-color: #e1e1e1 !important;
  border-color: #e1e1e1 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a;
  background-color: #e1e1e1 !important;
  border-color: #e1e1e1 !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff;
  background-color: #0a0a0a !important;
  border-color: #0a0a0a !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff;
  background-color: #0a0a0a !important;
  border-color: #0a0a0a !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #e8494b;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #c2181b !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: #e8494b !important;
  border-color: #e8494b !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #b8d94f;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #8cac25 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #1b2207 !important;
  background-color: #b8d94f !important;
  border-color: #b8d94f !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #868378;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #58564f !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: #868378 !important;
  border-color: #868378 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #e8494b;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #c2181b !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: #e8494b !important;
  border-color: #e8494b !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #4ead51;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #337135 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #4ead51 !important;
  border-color: #4ead51 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f7f5f0;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #d9cfb7 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #978351 !important;
  background-color: #f7f5f0 !important;
  border-color: #f7f5f0 !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: #e8494b !important;
}
.text-secondary {
  color: #b8d94f !important;
}
.text-success {
  color: #e8494b !important;
}
.text-info {
  color: #868378 !important;
}
.text-warning {
  color: #4ead51 !important;
}
.text-danger {
  color: #f7f5f0 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #e8494b !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #82a022 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #b41719 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #e8494b !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #2e6730 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #d4c9ad !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #e8494b !important;
}
a.text-black:hover {
  color: #e8494b !important;
}
a.text-black:focus,
a.text-black.active {
  color: #e8494b !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  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]):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: #e8494b;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #868378;
}
.alert-warning {
  background-color: #4ead51;
}
.alert-danger {
  background-color: #f7f5f0;
}
.mbr-gallery-filter li.active .btn {
  background-color: #e8494b;
  border-color: #e8494b;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #e8494b;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fffefe;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fffefe;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #c2c1bb;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #a4d6a6;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-size: 1rem;
  font-weight: 400;
}
.form-control:hover,
.form-control:focus {
  border-color: #b8d94f !important;
  color: #e8494b !important;
}
.form-control:-webkit-input-placeholder {
  font-size: 1rem;
  font-weight: 400;
}
blockquote {
  border-color: #e8494b;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #e8494b;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #e8494b;
}
.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: #e8494b;
  border-bottom-color: #e8494b;
}
.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: #e8494b !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #b8d94f !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='%23e8494b' %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-scxtu0LY7N .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: none !important;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #bd3136;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-scxtu0LY7N .navbar-buttons {
  flex-wrap: wrap;
}
.cid-scxtu0LY7N .nav-item,
.cid-scxtu0LY7N .nav-link,
.cid-scxtu0LY7N .navbar-caption {
  font-weight: normal;
}
.cid-scxtu0LY7N .nav-item:focus,
.cid-scxtu0LY7N .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-scxtu0LY7N .nav-link {
    position: relative;
  }
  .cid-scxtu0LY7N .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #bd3136;
    height: 2px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-scxtu0LY7N .nav-link:before .dropdown-item:before {
    font-family: MobiriseIcons !important;
    content: '\e966';
    display: none !important;
    width: 0;
    position: absolute;
    left: 1rem;
    color: #bd3136;
    top: 50%;
    font-size: 1rem;
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
    -webkit-transform: translateY(-50%) scale(0, 1);
    transform: translateY(-50%) scale(0, 1);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  .cid-scxtu0LY7N .nav-link:before .navbar-buttons {
    flex-wrap: wrap;
  }
  .cid-scxtu0LY7N .nav-link:before .nav-item,
  .cid-scxtu0LY7N .nav-link:before .nav-link,
  .cid-scxtu0LY7N .nav-link:before .navbar-caption {
    font-weight: normal;
  }
  .cid-scxtu0LY7N .nav-link:before .nav-item:focus,
  .cid-scxtu0LY7N .nav-link:before .nav-link:focus {
    outline: none;
  }
  .cid-scxtu0LY7N .nav-link:before .dropdown .dropdown-menu .dropdown-item {
    width: auto;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .cid-scxtu0LY7N .nav-link:before .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.5rem;
  }
  .cid-scxtu0LY7N .nav-link:before .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
    margin-left: -1.8rem;
    padding-right: 1rem;
    font-size: inherit;
  }
  .cid-scxtu0LY7N .nav-link:before .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
    display: inline-block;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  .cid-scxtu0LY7N .nav-link:before .navbar {
    min-height: 77px;
    transition: all .3s;
    background: #162743;
    background: none;
  }
  .cid-scxtu0LY7N .nav-link:before .navbar.opened {
    transition: all .3s;
    background: #162743 !important;
  }
  .cid-scxtu0LY7N .nav-link:before .navbar .dropdown-item {
    padding: .235rem 3rem;
  }
  .cid-scxtu0LY7N .nav-link:before .navbar .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    z-index: 1;
  }
  .cid-scxtu0LY7N .nav-link:before .navbar.navbar-short {
    background: #162743 !important;
    min-height: 60px;
  }
  .cid-scxtu0LY7N .nav-link:before .navbar.navbar-short .navbar-logo img {
    height: 3rem !important;
  }
  .cid-scxtu0LY7N .nav-link:before .navbar.navbar-short .navbar-brand {
    padding: 0;
  }
  .cid-scxtu0LY7N .nav-link:before .navbar-brand {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-align-items: center;
    align-items: center;
    margin-right: 0;
    padding: 0;
    transition: all .3s;
    word-break: break-word;
    z-index: 1;
  }
  .cid-scxtu0LY7N .nav-link:before .navbar-brand .navbar-caption {
    line-height: inherit !important;
  }
  .cid-scxtu0LY7N .nav-link:before .navbar-brand .navbar-logo a {
    outline: none;
  }
  .cid-scxtu0LY7N .nav-link:before .dropdown-item.active,
  .cid-scxtu0LY7N .nav-link:before .dropdown-item:active {
    background-color: transparent;
  }
  .cid-scxtu0LY7N .nav-link:before .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0;
  }
  .cid-scxtu0LY7N .nav-link:before .nav-dropdown .link.dropdown-toggle {
    margin-right: 1.667em;
  }
  .cid-scxtu0LY7N .nav-link:before .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    background: #25634d;
    z-index: 2;
    border-radius: 5px;
    margin-top: 2px;
  }
  .cid-scxtu0LY7N .nav-link:before .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
    margin-left: 5px;
    left: 100%;
  }
  .cid-scxtu0LY7N .nav-link:before .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-scxtu0LY7N .nav-link:before ul.navbar-nav {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .cid-scxtu0LY7N .nav-link:before .navbar-buttons {
    text-align: center;
  }
  .cid-scxtu0LY7N .nav-link:before button.navbar-toggler {
    outline: none;
    width: 31px;
    height: 20px;
    cursor: pointer;
    transition: all .2s;
    position: relative;
    -webkit-align-self: center;
    align-self: center;
  }
  .cid-scxtu0LY7N .nav-link:before button.navbar-toggler .hamburger span {
    position: absolute;
    right: 0;
    width: 30px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-scxtu0LY7N .nav-link:before button.navbar-toggler .hamburger span:nth-child(1) {
    top: 0;
    transition: all .2s;
  }
  .cid-scxtu0LY7N .nav-link:before button.navbar-toggler .hamburger span:nth-child(2) {
    top: 8px;
    transition: all .15s;
  }
  .cid-scxtu0LY7N .nav-link:before button.navbar-toggler .hamburger span:nth-child(3) {
    top: 8px;
    transition: all .15s;
  }
  .cid-scxtu0LY7N .nav-link:before button.navbar-toggler .hamburger span:nth-child(4) {
    top: 16px;
    transition: all .2s;
  }
  .cid-scxtu0LY7N .nav-link:before nav.opened .hamburger span:nth-child(1) {
    top: 8px;
    width: 0;
    opacity: 0;
    right: 50%;
    transition: all .2s;
  }
  .cid-scxtu0LY7N .nav-link:before nav.opened .hamburger span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all .25s;
  }
  .cid-scxtu0LY7N .nav-link:before nav.opened .hamburger span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition: all .25s;
  }
  .cid-scxtu0LY7N .nav-link:before nav.opened .hamburger span:nth-child(4) {
    top: 8px;
    width: 0;
    opacity: 0;
    right: 50%;
    transition: all .2s;
  }
  .cid-scxtu0LY7N .nav-link:before .navbar-dropdown {
    padding: .5rem 1rem;
    position: fixed;
  }
  .cid-scxtu0LY7N .nav-link:before a.nav-link {
    -webkit-justify-content: center;
    justify-content: center;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-scxtu0LY7N .nav-link:before .soc-item .mbr-iconfont {
    font-size: 1rem;
    color: #b8d94f;
    display: inline-flex;
  }
  .cid-scxtu0LY7N .nav-link:before .soc-item .mbr-iconfont:before {
    padding: .5rem;
    border: 1px solid;
    border-radius: 100px;
  }
  .cid-scxtu0LY7N .nav-link:before .soc-item {
    margin: .5rem .3rem;
  }
  .cid-scxtu0LY7N .nav-link:before .icons-menu {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    padding-left: 1rem;
    text-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-scxtu0LY7N .nav-link:before a.nav-link .mbr-iconfont-btn,
  .cid-scxtu0LY7N .nav-link:before a.dropdown-item .mbr-iconfont-btn {
    margin-right: 10px;
  }
  .cid-scxtu0LY7N .nav-link:before a.dropdown-item .mbr-iconfont-btn {
    margin-top: -4px;
  }
  .cid-scxtu0LY7N .nav-link:before .link {
    margin: 0 !important;
  }
  .cid-scxtu0LY7N .nav-link:before .dropdown-submenu .dropdown-menu::before,
  .cid-scxtu0LY7N .nav-link:before .dropdown-menu .dropdown-menu::before {
    display: none !important;
  }
  .cid-scxtu0LY7N .nav-link:before img {
    object-fit: contain;
  }
  .cid-scxtu0LY7N .nav-link:before .search {
    font-size: 1.5rem;
  }
  .cid-scxtu0LY7N .nav-item:hover .nav-link:before,
  .cid-scxtu0LY7N .nav-item.open .nav-link:before {
    right: 0;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .cid-scxtu0LY7N .nav-link:before .nav-link {
    position: relative;
  }
  .cid-scxtu0LY7N .nav-link:before .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #bd3136;
    height: 2px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-scxtu0LY7N .nav-link:before .nav-item:hover .nav-link:before,
  .cid-scxtu0LY7N .nav-link:before .nav-item.open .nav-link:before {
    right: 0;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .cid-scxtu0LY7N .nav-link:before .dropdown-menu:not(.dropdown-submenu) {
    transform: translateX(-50%);
    left: 50%;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-scxtu0LY7N .nav-link:before .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-scxtu0LY7N .nav-link:before .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-scxtu0LY7N .nav-link:before .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-scxtu0LY7N .nav-link:before .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-scxtu0LY7N .nav-link:before .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-scxtu0LY7N .nav-link:before .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-scxtu0LY7N .nav-link:before .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-scxtu0LY7N .nav-link:before .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-scxtu0LY7N .nav-link:before .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-scxtu0LY7N .nav-link:before .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-scxtu0LY7N .nav-link:before .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-scxtu0LY7N .nav-link:before .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
@media (min-width: 992px) and screen and (-ms-high-contrast: active), (min-width: 992px) and (-ms-high-contrast: none) {
  .cid-scxtu0LY7N .nav-link:before .navbar {
    height: 77px;
  }
  .cid-scxtu0LY7N .nav-link:before .navbar.opened {
    height: auto;
  }
  .cid-scxtu0LY7N .nav-link:before .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .cid-scxtu0LY7N .nav-link:before .dropdown-item {
    color: #ffffff !important;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .cid-scxtu0LY7N .nav-link:before .dropdown-menu::before {
    content: "";
    width: 30px;
    height: 20px;
    background-color: #25634d;
    transform: translateX(50%) rotate(45deg);
    position: absolute;
    top: 0;
    right: 50%;
  }
}
@media (min-width: 992px) {
  .cid-scxtu0LY7N .dropdown-menu:not(.dropdown-submenu) {
    transform: translateX(-50%);
    left: 50%;
  }
}
.cid-scxtu0LY7N .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-scxtu0LY7N .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-scxtu0LY7N .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-scxtu0LY7N .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-scxtu0LY7N .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #162743;
  background: none;
}
.cid-scxtu0LY7N .navbar.opened {
  transition: all .3s;
  background: #162743 !important;
}
.cid-scxtu0LY7N .navbar .dropdown-item {
  padding: .235rem 3rem;
}
.cid-scxtu0LY7N .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-scxtu0LY7N .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-scxtu0LY7N .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-scxtu0LY7N .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-scxtu0LY7N .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-scxtu0LY7N .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-scxtu0LY7N .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-scxtu0LY7N .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-scxtu0LY7N .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-scxtu0LY7N .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-scxtu0LY7N .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-scxtu0LY7N .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-scxtu0LY7N .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-scxtu0LY7N .navbar.navbar-short {
  background: #162743 !important;
  min-height: 60px;
}
.cid-scxtu0LY7N .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-scxtu0LY7N .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-scxtu0LY7N .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-scxtu0LY7N .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-scxtu0LY7N .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-scxtu0LY7N .dropdown-item.active,
.cid-scxtu0LY7N .dropdown-item:active {
  background-color: transparent;
}
.cid-scxtu0LY7N .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-scxtu0LY7N .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-scxtu0LY7N .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #25634d;
  z-index: 2;
  border-radius: 5px;
  margin-top: 2px;
}
.cid-scxtu0LY7N .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin-left: 5px;
  left: 100%;
}
.cid-scxtu0LY7N .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-scxtu0LY7N ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-scxtu0LY7N .navbar-buttons {
  text-align: center;
}
.cid-scxtu0LY7N button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-scxtu0LY7N button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-scxtu0LY7N button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-scxtu0LY7N button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-scxtu0LY7N button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-scxtu0LY7N button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-scxtu0LY7N nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-scxtu0LY7N nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-scxtu0LY7N nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-scxtu0LY7N nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-scxtu0LY7N .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-scxtu0LY7N a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-scxtu0LY7N .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #b8d94f;
  display: inline-flex;
}
.cid-scxtu0LY7N .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-scxtu0LY7N .soc-item {
  margin: .5rem .3rem;
}
.cid-scxtu0LY7N .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-scxtu0LY7N a.nav-link .mbr-iconfont-btn,
.cid-scxtu0LY7N a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-scxtu0LY7N a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-scxtu0LY7N .navbar {
    height: 77px;
  }
  .cid-scxtu0LY7N .navbar.opened {
    height: auto;
  }
  .cid-scxtu0LY7N .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-scxtu0LY7N .link {
  margin: 0 !important;
}
@media (min-width: 992px) {
  .cid-scxtu0LY7N .dropdown-item {
    color: #ffffff !important;
  }
}
@media (min-width: 992px) {
  .cid-scxtu0LY7N .dropdown-menu::before {
    content: "";
    width: 30px;
    height: 20px;
    background-color: #25634d;
    transform: translateX(50%) rotate(45deg);
    position: absolute;
    top: 0;
    right: 50%;
  }
}
.cid-scxtu0LY7N .dropdown-submenu .dropdown-menu::before,
.cid-scxtu0LY7N .dropdown-menu .dropdown-menu::before {
  display: none !important;
}
.cid-scxtu0LY7N img {
  object-fit: contain;
}
.cid-tHVPAODBdS .modal-body .close {
  background: #1b1b1b;
}
.cid-tHVPAODBdS .modal-body .close span {
  font-style: normal;
}
.cid-tHVPAODBdS .carousel-inner > .active,
.cid-tHVPAODBdS .carousel-inner > .next,
.cid-tHVPAODBdS .carousel-inner > .prev {
  display: table;
}
.cid-tHVPAODBdS .mbr-iconfont {
  font-family: 'Moririse2' !important;
}
.cid-tHVPAODBdS .mbri-right:before {
  content: "\e909";
  font-weight: 900;
  padding-left: 5px;
}
.cid-tHVPAODBdS .mbri-left:before {
  content: "\e90a";
  font-weight: 900;
  padding-right: 5px;
}
.cid-tHVPAODBdS .carousel-control,
.cid-tHVPAODBdS .carousel-indicators li {
  background-color: #e8494b !important;
  opacity: 0.7!important;
  border: none;
}
.cid-tHVPAODBdS .carousel-control:hover,
.cid-tHVPAODBdS .carousel-indicators li:hover {
  transform: scale(1.1);
  opacity: 1!important;
}
.cid-tHVPAODBdS .carousel-control .active,
.cid-tHVPAODBdS .carousel-indicators li .active {
  transform: scale(1.1);
  opacity: 1!important;
}
.cid-tHVPAODBdS .carousel-indicators .active {
  transform: scale(1.1);
  opacity: 1!important;
}
.cid-tHVPAODBdS .carousel-control .icon-next,
.cid-tHVPAODBdS .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-tHVPAODBdS .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-tHVPAODBdS .col-10 {
  max-width: 900px;
  margin: auto;
}
@media (max-width: 992px) {
  .cid-tHVPAODBdS .col-10 {
    max-width: 500px;
  }
}
@media (max-width: 576px) {
  .cid-tHVPAODBdS .carousel-control {
    width: 40px!important;
    height: 40px!important;
  }
  .cid-tHVPAODBdS .mbr-iconfont {
    font-size: 1rem!important;
  }
}
@media (max-width: 767px) {
  .cid-tHVPAODBdS .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tHVPAODBdS .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-tHVPAODBdS .boxed-slider > div {
  position: relative;
}
.cid-tHVPAODBdS .container img {
  width: 100%;
}
.cid-tHVPAODBdS .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-tHVPAODBdS .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tHVPAODBdS .mbr-table-cell {
  padding: 0;
}
.cid-tHVPAODBdS .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tHVPAODBdS .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-tHVPAODBdS .mbr-overlay {
  z-index: 1;
}
.cid-tHVPAODBdS .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-tHVPAODBdS .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-tHVPAODBdS .carousel-item .container {
    width: 100%;
  }
}
.cid-tHVPAODBdS .carousel-item-next.carousel-item-left,
.cid-tHVPAODBdS .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-tHVPAODBdS .active.carousel-item-right,
.cid-tHVPAODBdS .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-tHVPAODBdS .active.carousel-item-left,
.cid-tHVPAODBdS .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-tHVPAODBdS .mbr-slider .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  transition: all .3s;
}
.cid-tHVPAODBdS .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tHVPAODBdS .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tHVPAODBdS .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-tHVPAODBdS .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tHVPAODBdS .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tHVPAODBdS .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 0px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-tHVPAODBdS .mbr-slider .carousel-indicators li.active,
.cid-tHVPAODBdS .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-tHVPAODBdS .mbr-slider .carousel-indicators li::after,
.cid-tHVPAODBdS .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-tHVPAODBdS .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-tHVPAODBdS .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-tHVPAODBdS .mbr-slider > .container img {
  width: 100%;
}
.cid-tHVPAODBdS .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-tHVPAODBdS .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-tHVPAODBdS .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tHVPAODBdS .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tHVPAODBdS .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-tHVPAODBdS .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-tHVPAODBdS .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-tHVPAODBdS .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-tHVPAODBdS .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-tHVPAODBdS .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-tHVPAODBdS .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-tHVPAODBdS .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-tHVPAODBdS .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-scxJ4LnRVw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-scxJ4LnRVw .text-wrapper {
    padding: 2rem;
  }
}
.cid-scxJ4LnRVw .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-scxJ4LnRVw .image-wrapper {
    margin-top: 2rem;
  }
}
.cid-scxJ4LnRVw .mbr-section-title {
  text-align: left;
  margin-bottom: 0 !important;
  color: #162743;
}
.cid-scxJ4LnRVw .name {
  margin-top: 0.70rem;
  color: #e8494b;
  text-align: left;
}
.cid-scxJ4LnRVw .name b,
.cid-scxJ4LnRVw .name strong {
  font-weight: 500;
}
.cid-scxJ4LnRVw .mbr-text {
  margin-bottom: 0 !important;
  color: #000000;
  text-align: left;
  margin-top: 4.25rem !important;
  line-height: 1.4;
}
.cid-scxJ4LnRVw .mbr-text,
.cid-scxJ4LnRVw .mbr-section-data {
  text-align: left;
}
.cid-scxJ4LnRVw .mbr-text,
.cid-scxJ4LnRVw .mbr-section-btn {
  text-align: left;
  color: #353535;
}
.cid-scxJ4LnRVw .mbr-section-btn {
  margin-top: 3.5rem !important;
}
.cid-uFJ0l8KXc4 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/3-2-1920x800.png");
}
.cid-uFJ0l8KXc4 .mbr-text {
  color: #ffffff;
  letter-spacing: 0.03em;
  line-height: 1.8;
}
.cid-uFJ0l8KXc4 .card-img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-uFJ0l8KXc4 .card-title {
  margin-bottom: 2rem;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.1em;
}
.cid-uGoDZprSw9 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uGoDZprSw9 .text-wrapper {
    padding: 2rem;
  }
}
.cid-uGoDZprSw9 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uGoDZprSw9 .image-wrapper {
    margin-top: 2rem;
  }
}
.cid-uGoDZprSw9 .mbr-section-title {
  text-align: left;
  margin-bottom: 0 !important;
  color: #162743;
}
.cid-uGoDZprSw9 .name {
  margin-top: 0.70rem;
  color: #47a15d;
  text-align: left;
}
.cid-uGoDZprSw9 .mbr-text {
  margin-bottom: 0 !important;
  color: #000000;
  text-align: left;
  margin-top: 4.25rem !important;
  line-height: 1.4;
}
.cid-uGoDZprSw9 .mbr-text,
.cid-uGoDZprSw9 .mbr-section-data {
  text-align: left;
}
.cid-uGoDZprSw9 .mbr-text,
.cid-uGoDZprSw9 .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uGoDZprSw9 .mbr-section-btn {
  margin-top: 3.5rem !important;
}
.cid-uGoDZprSw9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGoDZprSw9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGoCv9Aa8R {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uGoCv9Aa8R .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGoCv9Aa8R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGoCv9Aa8R .title-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uGoCv9Aa8R .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uGoCv9Aa8R .items-wrap {
  justify-content: center;
  margin: 0 -7px;
}
.cid-uGoCv9Aa8R .items-wrap .item {
  padding: 0 7px;
  margin-bottom: 14px;
}
.cid-uGoCv9Aa8R .items-wrap .item .item-wrapper {
  position: relative;
  border: 1px solid #323046;
  height: 100%;
  overflow: hidden;
  background-color: #162743;
  background-color: transparent;
}
.cid-uGoCv9Aa8R .items-wrap .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #162743;
  opacity: .5;
}
.cid-uGoCv9Aa8R .items-wrap .item .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-uGoCv9Aa8R .items-wrap .item .item-wrapper .card-box .item-title {
  padding: 14px 24px;
  background-color: #162743;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uGoCv9Aa8R .items-wrap .item .item-wrapper .card-box .item-title {
    padding: 14px;
  }
}
.cid-uGoCv9Aa8R .items-wrap .item .item-wrapper .card-box .text-wrapper {
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-uGoCv9Aa8R .items-wrap .item .item-wrapper .card-box .text-wrapper {
    padding: 14px;
  }
}
.cid-uGoCv9Aa8R .items-wrap .item .item-wrapper .card-box .text-wrapper .item-text {
  margin-bottom: 16px;
}
.cid-uGoCv9Aa8R .items-wrap .item .item-wrapper .card-box .text-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uGoCv9Aa8R .items-wrap .item .item-wrapper .card-box .text-wrapper .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-uGoCv9Aa8R .mbr-section-title {
  color: #162743;
  text-align: center;
}
.cid-uGoCv9Aa8R .item-number {
  color: #bcfe1e;
}
.cid-uGoCv9Aa8R .item-title {
  color: #ffffff;
}
.cid-uGoCv9Aa8R .item-text {
  color: #ffffff;
}
.cid-uFIQOT15mY {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #162743;
}
.cid-uFIQOT15mY .mbr-text {
  color: #ffffff;
  letter-spacing: 0.03em;
  line-height: 1.8;
}
.cid-uFIQOT15mY .card-img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-uFIQOT15mY .card-title {
  margin-bottom: 2rem;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.1em;
}
.cid-uFUx1eXlsN {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uFUx1eXlsN .row {
  padding: 0 1rem;
  justify-content: center;
}
.cid-uFUx1eXlsN .title {
  max-width: 800px;
  margin: auto;
}
.cid-uFUx1eXlsN .text-wrap {
  padding: 0 1rem;
}
.cid-uFUx1eXlsN .link {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 2rem;
  cursor: pointer;
}
.cid-uFUx1eXlsN .link:before {
  content: '\e966';
  font-family: MobiriseIcons !important;
  position: absolute;
  right: 0rem;
  transition: all 0.3s;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
  color: currentColor;
}
.cid-uFUx1eXlsN .link:hover:before {
  margin-right: -0.4rem;
}
.cid-uFUx1eXlsN .card-block:hover img {
  transform: scale(1.1);
}
.cid-uFUx1eXlsN .card {
  padding: 0;
}
.cid-uFUx1eXlsN .card .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-uFUx1eXlsN .card .card-block .photo {
  display: inline-block;
  margin-bottom: 1.4rem;
  overflow: hidden;
}
.cid-uFUx1eXlsN .card .card-block .photo img {
  width: 100%;
  min-width: 100%;
  height: 320px;
  object-fit: cover;
  min-height: 100%;
  transition: all 0.3s;
}
.cid-uFUx1eXlsN H4 {
  color: #b69b74;
}
@media (max-width: 992px) {
  .cid-uFUx1eXlsN .md-pb {
    margin-bottom: 2rem !important;
  }
}
.cid-uFUx1eXlsN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFUx1eXlsN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFUx1eXlsN H2 {
  color: #162743;
}
.cid-uFUx1eXlsN .mbr-text,
.cid-uFUx1eXlsN .link-wrap {
  text-align: left;
}
.cid-uFUx1eXlsN .mbr-section-title {
  text-align: left;
}
.cid-uFUy5SOAur {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/2-2-1920x800.png");
}
.cid-uFUy5SOAur .mbr-text {
  color: #ffffff;
  letter-spacing: 0.03em;
  line-height: 1.8;
}
.cid-uFUy5SOAur .card-img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-uFUy5SOAur .card-title {
  margin-bottom: 2rem;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.1em;
}
.cid-uGp1HaEDjC {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #e8494b;
}
.cid-uGp1HaEDjC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGp1HaEDjC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGp1HaEDjC .items-wrap {
  justify-content: center;
}
.cid-uGp1HaEDjC .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 32px 16px;
}
@media (max-width: 1200px) {
  .cid-uGp1HaEDjC .items-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uGp1HaEDjC .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uGp1HaEDjC .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uGp1HaEDjC .item .item-wrapper .item-img {
  margin-bottom: 16px;
}
.cid-uGp1HaEDjC .item .item-wrapper .item-img img {
  height: 180px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uGp1HaEDjC .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uGp1HaEDjC .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-uGp1HaEDjC .item .item-wrapper .item-content .item-desc {
  margin-bottom: 0;
  opacity: .7;
}
.cid-uGp1HaEDjC .item-desc {
  color: #ffffff;
}
.cid-uGoUPJnRab {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uGoUPJnRab .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uGoUPJnRab .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uGoUPJnRab .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uGoUPJnRab .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uGoUPJnRab .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uGoUPJnRab .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-uGoUPJnRab .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uGoUPJnRab .embla__slide .slide-content {
  width: 100%;
}
.cid-uGoUPJnRab .embla__slide .slide-content .item-wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uGoUPJnRab .embla__slide .slide-content .item-wrapper {
    display: block;
  }
}
.cid-uGoUPJnRab .embla__slide .slide-content .item-wrapper .item-content {
  width: 40%;
  padding-right: 90px;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uGoUPJnRab .embla__slide .slide-content .item-wrapper .item-content {
    width: 100%;
    padding-right: 0;
  }
}
.cid-uGoUPJnRab .embla__slide .slide-content .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uGoUPJnRab .embla__slide .slide-content .item-wrapper .item-content .item-title {
    margin-bottom: 36px;
  }
}
.cid-uGoUPJnRab .embla__slide .slide-content .item-wrapper .item-img {
  position: relative;
  width: 60%;
}
@media (max-width: 992px) {
  .cid-uGoUPJnRab .embla__slide .slide-content .item-wrapper .item-img {
    width: 100%;
  }
}
.cid-uGoUPJnRab .embla__slide .slide-content .item-wrapper .item-img:before {
  content: '';
  width: 100%;
  height: 30%;
  position: absolute;
  bottom: -1px;
  left: 0;
  background-image: linear-gradient(0deg, #162743 40%, transparent 98%);
}
.cid-uGoUPJnRab .embla__slide .slide-content .item-wrapper .item-img .item-wrap {
  padding: 12px;
  border: 2px solid #e8494b;
}
@media (max-width: 992px) {
  .cid-uGoUPJnRab .embla__slide .slide-content .item-wrapper .item-img .item-wrap {
    padding: 16px;
  }
}
.cid-uGoUPJnRab .embla__slide .slide-content .item-wrapper .item-img .item-wrap img {
  height: 360px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uGoUPJnRab .embla__slide .slide-content .item-wrapper .item-img .item-wrap img {
    height: 300px;
  }
}
.cid-uGoUPJnRab .embla__button--next,
.cid-uGoUPJnRab .embla__button--prev {
  display: flex;
}
.cid-uGoUPJnRab .embla__button {
  bottom: 50%;
  width: 48px;
  height: 48px;
  font-size: 24px;
  background-color: #e8494b !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-uGoUPJnRab .embla__button {
    bottom: 0;
  }
}
.cid-uGoUPJnRab .embla__button:hover {
  transform: scale(1.05);
}
.cid-uGoUPJnRab .embla__button.embla__button--prev {
  left: 0;
}
.cid-uGoUPJnRab .embla__button.embla__button--next {
  right: 0;
}
.cid-uGoUPJnRab .embla {
  position: relative;
  padding: 0 12%;
}
@media (max-width: 992px) {
  .cid-uGoUPJnRab .embla {
    padding: 0;
  }
}
.cid-uGoUPJnRab .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uGoUPJnRab .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uGoUPJnRab .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uGoUPJnRab .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uGoUPJnRab .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uGoUPJnRab .mbr-section-title {
  color: #162743;
  text-align: center;
}
.cid-uGoUPJnRab .mbr-text,
.cid-uGoUPJnRab .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uGoUPJnRab .item-title {
  color: #000000;
}
.cid-uGp8tL2P3s {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uGp8tL2P3s .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGp8tL2P3s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGp8tL2P3s .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uGp8tL2P3s .content-wrapper .mbr-section-title span {
  color: #ffffff;
}
.cid-uGp8tL2P3s .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uGp8tL2P3s .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uGp8tL2P3s .border-wrap {
  margin-top: 64px;
  height: 2px;
  background: linear-gradient(90deg, #e8494b, #e8494b, #e8494b);
}
@media (max-width: 992px) {
  .cid-uGp8tL2P3s .border-wrap {
    margin-top: 32px;
  }
}
.cid-uGp8tL2P3s .mbr-section-title {
  color: #ffffff;
}
.cid-uGp8tL2P3s .mbr-text,
.cid-uGp8tL2P3s .text-wrapper {
  color: #FFFFFF;
  text-align: center;
}
.cid-uGp8tL2P3s .mbr-section-title,
.cid-uGp8tL2P3s .mbr-section-btn {
  text-align: center;
  color: #162743;
}
.cid-uGp1QaSGIk {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #162743;
}
.cid-uGp1QaSGIk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGp1QaSGIk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGp1QaSGIk .items-wrap {
  justify-content: center;
}
.cid-uGp1QaSGIk .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 32px 16px;
}
@media (max-width: 1200px) {
  .cid-uGp1QaSGIk .items-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uGp1QaSGIk .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uGp1QaSGIk .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uGp1QaSGIk .item .item-wrapper .item-img {
  margin-bottom: 16px;
}
.cid-uGp1QaSGIk .item .item-wrapper .item-img img {
  height: 180px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uGp1QaSGIk .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uGp1QaSGIk .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-uGp1QaSGIk .item .item-wrapper .item-content .item-desc {
  margin-bottom: 0;
  opacity: .7;
}
.cid-uGp1QaSGIk .item-desc {
  color: #ffffff;
}
.cid-uFIMiPcyhD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/3-3-1920x800.png");
}
@media (min-width: 992px) {
  .cid-uFIMiPcyhD .text-wrapper {
    padding: 2rem;
  }
}
.cid-uFIMiPcyhD .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uFIMiPcyhD .image-wrapper {
    margin-top: 2rem;
  }
}
.cid-uFIMiPcyhD .mbr-section-title {
  text-align: left;
  margin-bottom: 0 !important;
  color: #ffffff;
}
.cid-uFIMiPcyhD .name {
  margin-top: 0.70rem;
  color: #ffffff;
  text-align: left;
}
.cid-uFIMiPcyhD .mbr-text {
  margin-bottom: 0 !important;
  color: #000000;
  text-align: left;
  margin-top: 4.25rem !important;
  line-height: 1.4;
}
.cid-uFIMiPcyhD .mbr-text,
.cid-uFIMiPcyhD .mbr-section-data {
  text-align: left;
}
.cid-uFIMiPcyhD .mbr-text,
.cid-uFIMiPcyhD .mbr-section-btn {
  text-align: left;
  color: #8d8d8d;
}
.cid-uFIMiPcyhD .mbr-section-btn {
  margin-top: 3.5rem !important;
}
.cid-uFIMiPcyhD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFIMiPcyhD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHWe5AxTFn {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #162743;
}
.cid-tHWe5AxTFn .mbr-text {
  color: #ffffff;
  letter-spacing: 0.03em;
  line-height: 1.8;
}
.cid-tHWe5AxTFn .card-img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-tHWe5AxTFn .card-title {
  margin-bottom: 2rem;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.1em;
}
.cid-tHWehE319G .google-map {
  height: 25rem;
  position: relative;
}
.cid-tHWehE319G .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tHWehE319G .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tHWehE319G .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tHWehE319G .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uGpL1nqiNU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #162743;
}
@media (min-width: 992px) {
  .cid-uGpL1nqiNU .text-wrapper {
    padding: 2rem;
  }
}
.cid-uGpL1nqiNU .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uGpL1nqiNU .image-wrapper {
    margin-top: 2rem;
  }
}
.cid-uGpL1nqiNU .mbr-section-title {
  text-align: left;
  margin-bottom: 0 !important;
  color: #ffffff;
}
.cid-uGpL1nqiNU .name {
  margin-top: 0.70rem;
  color: #ffffff;
  text-align: left;
}
.cid-uGpL1nqiNU .mbr-text {
  margin-bottom: 0 !important;
  color: #000000;
  text-align: left;
  margin-top: 4.25rem !important;
  line-height: 1.4;
}
.cid-uGpL1nqiNU .mbr-text,
.cid-uGpL1nqiNU .mbr-section-data {
  text-align: left;
}
.cid-uGpL1nqiNU .mbr-text,
.cid-uGpL1nqiNU .mbr-section-btn {
  text-align: left;
  color: #8d8d8d;
}
.cid-uGpL1nqiNU .mbr-section-btn {
  margin-top: 3.5rem !important;
}
.cid-uGpL1nqiNU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGpL1nqiNU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHVX4XQkzM {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tHVX4XQkzM .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-tHVX4XQkzM .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-tHVX4XQkzM .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-tHVX4XQkzM .btn-primary {
  border: 1px solid #e8494b !important;
}
.cid-tHVX4XQkzM .btn-primary:hover {
  border: 1px solid #e8494b !important;
}
.cid-tHVX4XQkzM .stripe {
  border-bottom: 1px solid #162743;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-tHVX4XQkzM .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-tHVX4XQkzM .input-group-btn {
  padding-left: 0;
}
.cid-tHVX4XQkzM .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-tHVX4XQkzM .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #162743;
  width: 85%;
}
.cid-tHVX4XQkzM .mbr-text {
  color: #444;
}
.cid-tHVX4XQkzM h5 {
  margin-bottom: 0;
}
.cid-tHVX4XQkzM .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-tHVX4XQkzM .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tHVX4XQkzM .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-tHVX4XQkzM .socicon {
  font-size: 1.3rem;
  background: #4ead51;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tHVX4XQkzM .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tHVX4XQkzM .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-tHVX4XQkzM .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tHVX4XQkzM .social-list a:hover {
  opacity: 0.4;
}
.cid-tHVX4XQkzM .media-container-row > div {
  padding: 0px;
}
.cid-tHVX4XQkzM .text2 {
  color: #000000;
  text-align: left;
}
.cid-tHVX4XQkzM .group-title {
  text-align: left;
  color: #e8494b;
  padding-bottom: 0.2rem;
}
.cid-tHVX4XQkzM .links {
  color: #000000;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tHVX4XQkzM .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tHVX4XQkzM .social-list,
  .cid-tHVX4XQkzM .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tHVX4XQkzM h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-tHVX4XQkzM .form-group {
    max-width: 180px;
  }
}
.cid-tHVX4XQkzM .links span {
  color: #9e9e9e;
}
.cid-tHVX4XQkzM .logo-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-tHVX4XQkzM .logo-title {
  text-align: center;
}
.cid-tHVX4XQkzM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHVX4XQkzM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHVX4XQkzM .logo-title,
.cid-tHVX4XQkzM .logo {
  color: #262624;
}
.cid-tHVWSRarCO {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #e8494b;
}
.cid-uGpLDlGN3i .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: none !important;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #bd3136;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uGpLDlGN3i .navbar-buttons {
  flex-wrap: wrap;
}
.cid-uGpLDlGN3i .nav-item,
.cid-uGpLDlGN3i .nav-link,
.cid-uGpLDlGN3i .navbar-caption {
  font-weight: normal;
}
.cid-uGpLDlGN3i .nav-item:focus,
.cid-uGpLDlGN3i .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uGpLDlGN3i .nav-link {
    position: relative;
  }
  .cid-uGpLDlGN3i .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #bd3136;
    height: 2px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-uGpLDlGN3i .nav-link:before .dropdown-item:before {
    font-family: MobiriseIcons !important;
    content: '\e966';
    display: none !important;
    width: 0;
    position: absolute;
    left: 1rem;
    color: #bd3136;
    top: 50%;
    font-size: 1rem;
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
    -webkit-transform: translateY(-50%) scale(0, 1);
    transform: translateY(-50%) scale(0, 1);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  .cid-uGpLDlGN3i .nav-link:before .navbar-buttons {
    flex-wrap: wrap;
  }
  .cid-uGpLDlGN3i .nav-link:before .nav-item,
  .cid-uGpLDlGN3i .nav-link:before .nav-link,
  .cid-uGpLDlGN3i .nav-link:before .navbar-caption {
    font-weight: normal;
  }
  .cid-uGpLDlGN3i .nav-link:before .nav-item:focus,
  .cid-uGpLDlGN3i .nav-link:before .nav-link:focus {
    outline: none;
  }
  .cid-uGpLDlGN3i .nav-link:before .dropdown .dropdown-menu .dropdown-item {
    width: auto;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .cid-uGpLDlGN3i .nav-link:before .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.5rem;
  }
  .cid-uGpLDlGN3i .nav-link:before .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
    margin-left: -1.8rem;
    padding-right: 1rem;
    font-size: inherit;
  }
  .cid-uGpLDlGN3i .nav-link:before .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
    display: inline-block;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  .cid-uGpLDlGN3i .nav-link:before .navbar {
    min-height: 77px;
    transition: all .3s;
    background: #162743;
    background: none;
  }
  .cid-uGpLDlGN3i .nav-link:before .navbar.opened {
    transition: all .3s;
    background: #162743 !important;
  }
  .cid-uGpLDlGN3i .nav-link:before .navbar .dropdown-item {
    padding: .235rem 3rem;
  }
  .cid-uGpLDlGN3i .nav-link:before .navbar .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    z-index: 1;
  }
  .cid-uGpLDlGN3i .nav-link:before .navbar.navbar-short {
    background: #162743 !important;
    min-height: 60px;
  }
  .cid-uGpLDlGN3i .nav-link:before .navbar.navbar-short .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uGpLDlGN3i .nav-link:before .navbar.navbar-short .navbar-brand {
    padding: 0;
  }
  .cid-uGpLDlGN3i .nav-link:before .navbar-brand {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-align-items: center;
    align-items: center;
    margin-right: 0;
    padding: 0;
    transition: all .3s;
    word-break: break-word;
    z-index: 1;
  }
  .cid-uGpLDlGN3i .nav-link:before .navbar-brand .navbar-caption {
    line-height: inherit !important;
  }
  .cid-uGpLDlGN3i .nav-link:before .navbar-brand .navbar-logo a {
    outline: none;
  }
  .cid-uGpLDlGN3i .nav-link:before .dropdown-item.active,
  .cid-uGpLDlGN3i .nav-link:before .dropdown-item:active {
    background-color: transparent;
  }
  .cid-uGpLDlGN3i .nav-link:before .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0;
  }
  .cid-uGpLDlGN3i .nav-link:before .nav-dropdown .link.dropdown-toggle {
    margin-right: 1.667em;
  }
  .cid-uGpLDlGN3i .nav-link:before .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    background: #25634d;
    z-index: 2;
    border-radius: 5px;
    margin-top: 2px;
  }
  .cid-uGpLDlGN3i .nav-link:before .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
    margin-left: 5px;
    left: 100%;
  }
  .cid-uGpLDlGN3i .nav-link:before .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-uGpLDlGN3i .nav-link:before ul.navbar-nav {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .cid-uGpLDlGN3i .nav-link:before .navbar-buttons {
    text-align: center;
  }
  .cid-uGpLDlGN3i .nav-link:before button.navbar-toggler {
    outline: none;
    width: 31px;
    height: 20px;
    cursor: pointer;
    transition: all .2s;
    position: relative;
    -webkit-align-self: center;
    align-self: center;
  }
  .cid-uGpLDlGN3i .nav-link:before button.navbar-toggler .hamburger span {
    position: absolute;
    right: 0;
    width: 30px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uGpLDlGN3i .nav-link:before button.navbar-toggler .hamburger span:nth-child(1) {
    top: 0;
    transition: all .2s;
  }
  .cid-uGpLDlGN3i .nav-link:before button.navbar-toggler .hamburger span:nth-child(2) {
    top: 8px;
    transition: all .15s;
  }
  .cid-uGpLDlGN3i .nav-link:before button.navbar-toggler .hamburger span:nth-child(3) {
    top: 8px;
    transition: all .15s;
  }
  .cid-uGpLDlGN3i .nav-link:before button.navbar-toggler .hamburger span:nth-child(4) {
    top: 16px;
    transition: all .2s;
  }
  .cid-uGpLDlGN3i .nav-link:before nav.opened .hamburger span:nth-child(1) {
    top: 8px;
    width: 0;
    opacity: 0;
    right: 50%;
    transition: all .2s;
  }
  .cid-uGpLDlGN3i .nav-link:before nav.opened .hamburger span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all .25s;
  }
  .cid-uGpLDlGN3i .nav-link:before nav.opened .hamburger span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition: all .25s;
  }
  .cid-uGpLDlGN3i .nav-link:before nav.opened .hamburger span:nth-child(4) {
    top: 8px;
    width: 0;
    opacity: 0;
    right: 50%;
    transition: all .2s;
  }
  .cid-uGpLDlGN3i .nav-link:before .navbar-dropdown {
    padding: .5rem 1rem;
    position: fixed;
  }
  .cid-uGpLDlGN3i .nav-link:before a.nav-link {
    -webkit-justify-content: center;
    justify-content: center;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uGpLDlGN3i .nav-link:before .soc-item .mbr-iconfont {
    font-size: 1rem;
    color: #b8d94f;
    display: inline-flex;
  }
  .cid-uGpLDlGN3i .nav-link:before .soc-item .mbr-iconfont:before {
    padding: .5rem;
    border: 1px solid;
    border-radius: 100px;
  }
  .cid-uGpLDlGN3i .nav-link:before .soc-item {
    margin: .5rem .3rem;
  }
  .cid-uGpLDlGN3i .nav-link:before .icons-menu {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    padding-left: 1rem;
    text-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uGpLDlGN3i .nav-link:before a.nav-link .mbr-iconfont-btn,
  .cid-uGpLDlGN3i .nav-link:before a.dropdown-item .mbr-iconfont-btn {
    margin-right: 10px;
  }
  .cid-uGpLDlGN3i .nav-link:before a.dropdown-item .mbr-iconfont-btn {
    margin-top: -4px;
  }
  .cid-uGpLDlGN3i .nav-link:before .link {
    margin: 0 !important;
  }
  .cid-uGpLDlGN3i .nav-link:before .dropdown-submenu .dropdown-menu::before,
  .cid-uGpLDlGN3i .nav-link:before .dropdown-menu .dropdown-menu::before {
    display: none !important;
  }
  .cid-uGpLDlGN3i .nav-link:before img {
    object-fit: contain;
  }
  .cid-uGpLDlGN3i .nav-link:before .search {
    font-size: 1.5rem;
  }
  .cid-uGpLDlGN3i .nav-item:hover .nav-link:before,
  .cid-uGpLDlGN3i .nav-item.open .nav-link:before {
    right: 0;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .cid-uGpLDlGN3i .nav-link:before .nav-link {
    position: relative;
  }
  .cid-uGpLDlGN3i .nav-link:before .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #bd3136;
    height: 2px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-uGpLDlGN3i .nav-link:before .nav-item:hover .nav-link:before,
  .cid-uGpLDlGN3i .nav-link:before .nav-item.open .nav-link:before {
    right: 0;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .cid-uGpLDlGN3i .nav-link:before .dropdown-menu:not(.dropdown-submenu) {
    transform: translateX(-50%);
    left: 50%;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-uGpLDlGN3i .nav-link:before .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uGpLDlGN3i .nav-link:before .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uGpLDlGN3i .nav-link:before .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uGpLDlGN3i .nav-link:before .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uGpLDlGN3i .nav-link:before .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uGpLDlGN3i .nav-link:before .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uGpLDlGN3i .nav-link:before .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uGpLDlGN3i .nav-link:before .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uGpLDlGN3i .nav-link:before .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uGpLDlGN3i .nav-link:before .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uGpLDlGN3i .nav-link:before .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uGpLDlGN3i .nav-link:before .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
@media (min-width: 992px) and screen and (-ms-high-contrast: active), (min-width: 992px) and (-ms-high-contrast: none) {
  .cid-uGpLDlGN3i .nav-link:before .navbar {
    height: 77px;
  }
  .cid-uGpLDlGN3i .nav-link:before .navbar.opened {
    height: auto;
  }
  .cid-uGpLDlGN3i .nav-link:before .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .cid-uGpLDlGN3i .nav-link:before .dropdown-item {
    color: #ffffff !important;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .cid-uGpLDlGN3i .nav-link:before .dropdown-menu::before {
    content: "";
    width: 30px;
    height: 20px;
    background-color: #25634d;
    transform: translateX(50%) rotate(45deg);
    position: absolute;
    top: 0;
    right: 50%;
  }
}
@media (min-width: 992px) {
  .cid-uGpLDlGN3i .dropdown-menu:not(.dropdown-submenu) {
    transform: translateX(-50%);
    left: 50%;
  }
}
.cid-uGpLDlGN3i .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-uGpLDlGN3i .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uGpLDlGN3i .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uGpLDlGN3i .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uGpLDlGN3i .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #162743;
  background: none;
}
.cid-uGpLDlGN3i .navbar.opened {
  transition: all .3s;
  background: #162743 !important;
}
.cid-uGpLDlGN3i .navbar .dropdown-item {
  padding: .235rem 3rem;
}
.cid-uGpLDlGN3i .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uGpLDlGN3i .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uGpLDlGN3i .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uGpLDlGN3i .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uGpLDlGN3i .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uGpLDlGN3i .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uGpLDlGN3i .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uGpLDlGN3i .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uGpLDlGN3i .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uGpLDlGN3i .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uGpLDlGN3i .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uGpLDlGN3i .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uGpLDlGN3i .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uGpLDlGN3i .navbar.navbar-short {
  background: #162743 !important;
  min-height: 60px;
}
.cid-uGpLDlGN3i .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uGpLDlGN3i .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uGpLDlGN3i .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uGpLDlGN3i .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uGpLDlGN3i .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uGpLDlGN3i .dropdown-item.active,
.cid-uGpLDlGN3i .dropdown-item:active {
  background-color: transparent;
}
.cid-uGpLDlGN3i .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uGpLDlGN3i .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uGpLDlGN3i .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #25634d;
  z-index: 2;
  border-radius: 5px;
  margin-top: 2px;
}
.cid-uGpLDlGN3i .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin-left: 5px;
  left: 100%;
}
.cid-uGpLDlGN3i .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uGpLDlGN3i ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uGpLDlGN3i .navbar-buttons {
  text-align: center;
}
.cid-uGpLDlGN3i button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uGpLDlGN3i button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uGpLDlGN3i button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uGpLDlGN3i button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uGpLDlGN3i button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uGpLDlGN3i button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uGpLDlGN3i nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uGpLDlGN3i nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uGpLDlGN3i nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uGpLDlGN3i nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uGpLDlGN3i .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uGpLDlGN3i a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uGpLDlGN3i .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #b8d94f;
  display: inline-flex;
}
.cid-uGpLDlGN3i .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-uGpLDlGN3i .soc-item {
  margin: .5rem .3rem;
}
.cid-uGpLDlGN3i .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uGpLDlGN3i a.nav-link .mbr-iconfont-btn,
.cid-uGpLDlGN3i a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-uGpLDlGN3i a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uGpLDlGN3i .navbar {
    height: 77px;
  }
  .cid-uGpLDlGN3i .navbar.opened {
    height: auto;
  }
  .cid-uGpLDlGN3i .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uGpLDlGN3i .link {
  margin: 0 !important;
}
@media (min-width: 992px) {
  .cid-uGpLDlGN3i .dropdown-item {
    color: #ffffff !important;
  }
}
@media (min-width: 992px) {
  .cid-uGpLDlGN3i .dropdown-menu::before {
    content: "";
    width: 30px;
    height: 20px;
    background-color: #25634d;
    transform: translateX(50%) rotate(45deg);
    position: absolute;
    top: 0;
    right: 50%;
  }
}
.cid-uGpLDlGN3i .dropdown-submenu .dropdown-menu::before,
.cid-uGpLDlGN3i .dropdown-menu .dropdown-menu::before {
  display: none !important;
}
.cid-uGpLDlGN3i img {
  object-fit: contain;
}
.cid-uGpOjeUt92 {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/4-1-1920x800.png");
}
.cid-uGpOjeUt92 .column-wrapper {
  padding-left: 1.5rem;
}
.cid-uGpOjeUt92 .row {
  flex-direction: row-reverse;
}
.cid-uGpOjeUt92 .column-wrapper {
  padding-left: 16px;
  padding-right: 1.5rem;
}
.cid-uGpOjeUt92 .text-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 28rem;
}
@media (min-width: 992px) {
  .cid-uGpOjeUt92 .text-wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.cid-uGpOjeUt92 .mbr-section-title {
  text-align: left;
  margin-bottom: 1.5rem;
  color: #ffffff;
}
.cid-uGpOjeUt92 .mbr-text,
.cid-uGpOjeUt92 .mbr-section-btn {
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uGpOjeUt92 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uGpLDo74jv {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uGpLDo74jv .text-wrapper {
    padding: 2rem;
  }
}
.cid-uGpLDo74jv .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uGpLDo74jv .image-wrapper {
    margin-top: 2rem;
  }
}
.cid-uGpLDo74jv .mbr-section-title {
  text-align: left;
  margin-bottom: 0 !important;
  color: #162743;
}
.cid-uGpLDo74jv .name {
  margin-top: 0.70rem;
  color: #e8494b;
  text-align: left;
}
.cid-uGpLDo74jv .name b,
.cid-uGpLDo74jv .name strong {
  font-weight: 500;
}
.cid-uGpLDo74jv .mbr-text {
  margin-bottom: 0 !important;
  color: #000000;
  text-align: left;
  margin-top: 4.25rem !important;
  line-height: 1.4;
}
.cid-uGpLDo74jv .mbr-text,
.cid-uGpLDo74jv .mbr-section-data {
  text-align: left;
}
.cid-uGpLDo74jv .mbr-text,
.cid-uGpLDo74jv .mbr-section-btn {
  text-align: left;
  color: #353535;
}
.cid-uGpLDo74jv .mbr-section-btn {
  margin-top: 3.5rem !important;
}
.cid-uGpPPhZMOu {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #162743;
}
.cid-uGpPPhZMOu .card-title {
  padding-bottom: 18px;
  margin: 0;
  color: #14142b;
}
.cid-uGpPPhZMOu .align-left {
  max-width: 547px;
}
.cid-uGpPPhZMOu .mbr-text,
.cid-uGpPPhZMOu .mbr-section-btn {
  color: #ffffff;
}
.cid-uGpPPhZMOu .left-side {
  margin-right: 20px;
}
.cid-uGpPPhZMOu .right-side {
  margin-left: 20px;
}
@media (max-width: 768px) {
  .cid-uGpPPhZMOu .left-side {
    margin-right: 0px;
  }
  .cid-uGpPPhZMOu .right-side {
    padding-top: 20px;
    margin-left: 0px;
  }
}
.cid-uGpQnPUKDa {
  padding-top: 60px;
  background-image: url("../../../assets/images/5-2-1920x800.png");
}
.cid-uGpQnPUKDa .container {
  margin-bottom: 15%;
}
.cid-uGpQnPUKDa .content-container .btn-bgr {
  z-index: 0;
}
.cid-uGpQnPUKDa .container-boxes {
  padding-bottom: 45px;
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: stretch;
  background-color: #f4f8fa;
}
.cid-uGpQnPUKDa .icon-block-top span {
  background-color: #cc3366;
  padding: 1.5rem;
  position: absolute;
  border-radius: 50%;
  margin-top: -2.5rem;
  top: 0;
}
.cid-uGpQnPUKDa .box-item {
  position: relative;
  box-shadow: #d2d2d2 0px 0px 15px;
  border-radius: 3px;
  margin-right: 1.5rem;
  width: 29%;
  padding: 2.5rem;
}
.cid-uGpQnPUKDa .box-item:first-child {
  background-color: #ffffff;
  margin-top: -150px;
}
.cid-uGpQnPUKDa .box-item:nth-child(2) {
  background-color: #ffffff;
}
.cid-uGpQnPUKDa .box-item:last-child {
  background-color: #ffffff;
  margin-right: 0;
}
.cid-uGpQnPUKDa .mbr-text,
.cid-uGpQnPUKDa .box-item-text {
  color: #8d97ad;
}
.cid-uGpQnPUKDa .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.cid-uGpQnPUKDa .box-list li {
  border-bottom: 1px solid;
  padding: 10px 0 5px;
}
.cid-uGpQnPUKDa .box-list li:last-child {
  border-bottom: none;
}
.cid-uGpQnPUKDa .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
}
.cid-uGpQnPUKDa .media-content {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
@media (min-width: 992px) {
  .cid-uGpQnPUKDa .box-item {
    margin-top: -150px;
    max-width: 400px;
  }
}
@media (max-width: 767px) {
  .cid-uGpQnPUKDa .p-descr {
    margin-bottom: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uGpQnPUKDa .box-item {
    margin-bottom: 4rem;
    margin-right: 0;
    margin-top: 0;
    width: 90%;
  }
  .cid-uGpQnPUKDa .box-item:last-child {
    margin-bottom: 0;
  }
  .cid-uGpQnPUKDa .content-container {
    -webkit-flex-basis: 90%;
    flex-basis: 90%;
  }
  .cid-uGpQnPUKDa .box-item:first-child {
    margin-top: -100px;
  }
}
.cid-uGpQnPUKDa H1 {
  color: #ffffff;
}
.cid-uGpQnPUKDa .mbr-text {
  color: #ffffff;
}
.cid-uGpQnPUKDa .box-item-text,
.cid-uGpQnPUKDa .mbr-section-btn {
  color: #000000;
}
.cid-uGpLDzUsl7 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #162743;
}
.cid-uGpLDzUsl7 .mbr-text {
  color: #ffffff;
  letter-spacing: 0.03em;
  line-height: 1.8;
}
.cid-uGpLDzUsl7 .card-img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-uGpLDzUsl7 .card-title {
  margin-bottom: 2rem;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.1em;
}
.cid-uGpLDANdRp .google-map {
  height: 25rem;
  position: relative;
}
.cid-uGpLDANdRp .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uGpLDANdRp .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uGpLDANdRp .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uGpLDANdRp .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uGpLDBH2e6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #162743;
}
@media (min-width: 992px) {
  .cid-uGpLDBH2e6 .text-wrapper {
    padding: 2rem;
  }
}
.cid-uGpLDBH2e6 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uGpLDBH2e6 .image-wrapper {
    margin-top: 2rem;
  }
}
.cid-uGpLDBH2e6 .mbr-section-title {
  text-align: left;
  margin-bottom: 0 !important;
  color: #ffffff;
}
.cid-uGpLDBH2e6 .name {
  margin-top: 0.70rem;
  color: #ffffff;
  text-align: left;
}
.cid-uGpLDBH2e6 .mbr-text {
  margin-bottom: 0 !important;
  color: #000000;
  text-align: left;
  margin-top: 4.25rem !important;
  line-height: 1.4;
}
.cid-uGpLDBH2e6 .mbr-text,
.cid-uGpLDBH2e6 .mbr-section-data {
  text-align: left;
}
.cid-uGpLDBH2e6 .mbr-text,
.cid-uGpLDBH2e6 .mbr-section-btn {
  text-align: left;
  color: #8d8d8d;
}
.cid-uGpLDBH2e6 .mbr-section-btn {
  margin-top: 3.5rem !important;
}
.cid-uGpLDBH2e6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGpLDBH2e6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGpLDCD0gn {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uGpLDCD0gn .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-uGpLDCD0gn .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-uGpLDCD0gn .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-uGpLDCD0gn .btn-primary {
  border: 1px solid #e8494b !important;
}
.cid-uGpLDCD0gn .btn-primary:hover {
  border: 1px solid #e8494b !important;
}
.cid-uGpLDCD0gn .stripe {
  border-bottom: 1px solid #162743;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-uGpLDCD0gn .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-uGpLDCD0gn .input-group-btn {
  padding-left: 0;
}
.cid-uGpLDCD0gn .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-uGpLDCD0gn .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #162743;
  width: 85%;
}
.cid-uGpLDCD0gn .mbr-text {
  color: #444;
}
.cid-uGpLDCD0gn h5 {
  margin-bottom: 0;
}
.cid-uGpLDCD0gn .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uGpLDCD0gn .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uGpLDCD0gn .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-uGpLDCD0gn .socicon {
  font-size: 1.3rem;
  background: #4ead51;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uGpLDCD0gn .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uGpLDCD0gn .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uGpLDCD0gn .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uGpLDCD0gn .social-list a:hover {
  opacity: 0.4;
}
.cid-uGpLDCD0gn .media-container-row > div {
  padding: 0px;
}
.cid-uGpLDCD0gn .text2 {
  color: #000000;
  text-align: left;
}
.cid-uGpLDCD0gn .group-title {
  text-align: left;
  color: #e8494b;
  padding-bottom: 0.2rem;
}
.cid-uGpLDCD0gn .links {
  color: #000000;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uGpLDCD0gn .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uGpLDCD0gn .social-list,
  .cid-uGpLDCD0gn .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uGpLDCD0gn h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-uGpLDCD0gn .form-group {
    max-width: 180px;
  }
}
.cid-uGpLDCD0gn .links span {
  color: #9e9e9e;
}
.cid-uGpLDCD0gn .logo-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-uGpLDCD0gn .logo-title {
  text-align: center;
}
.cid-uGpLDCD0gn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGpLDCD0gn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGpLDCD0gn .logo-title,
.cid-uGpLDCD0gn .logo {
  color: #262624;
}
.cid-uGpLDE5h76 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #e8494b;
}
.cid-uGpLIu6vvn .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: none !important;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #bd3136;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uGpLIu6vvn .navbar-buttons {
  flex-wrap: wrap;
}
.cid-uGpLIu6vvn .nav-item,
.cid-uGpLIu6vvn .nav-link,
.cid-uGpLIu6vvn .navbar-caption {
  font-weight: normal;
}
.cid-uGpLIu6vvn .nav-item:focus,
.cid-uGpLIu6vvn .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uGpLIu6vvn .nav-link {
    position: relative;
  }
  .cid-uGpLIu6vvn .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #bd3136;
    height: 2px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-uGpLIu6vvn .nav-link:before .dropdown-item:before {
    font-family: MobiriseIcons !important;
    content: '\e966';
    display: none !important;
    width: 0;
    position: absolute;
    left: 1rem;
    color: #bd3136;
    top: 50%;
    font-size: 1rem;
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
    -webkit-transform: translateY(-50%) scale(0, 1);
    transform: translateY(-50%) scale(0, 1);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  .cid-uGpLIu6vvn .nav-link:before .navbar-buttons {
    flex-wrap: wrap;
  }
  .cid-uGpLIu6vvn .nav-link:before .nav-item,
  .cid-uGpLIu6vvn .nav-link:before .nav-link,
  .cid-uGpLIu6vvn .nav-link:before .navbar-caption {
    font-weight: normal;
  }
  .cid-uGpLIu6vvn .nav-link:before .nav-item:focus,
  .cid-uGpLIu6vvn .nav-link:before .nav-link:focus {
    outline: none;
  }
  .cid-uGpLIu6vvn .nav-link:before .dropdown .dropdown-menu .dropdown-item {
    width: auto;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .cid-uGpLIu6vvn .nav-link:before .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.5rem;
  }
  .cid-uGpLIu6vvn .nav-link:before .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
    margin-left: -1.8rem;
    padding-right: 1rem;
    font-size: inherit;
  }
  .cid-uGpLIu6vvn .nav-link:before .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
    display: inline-block;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  .cid-uGpLIu6vvn .nav-link:before .navbar {
    min-height: 77px;
    transition: all .3s;
    background: #162743;
    background: none;
  }
  .cid-uGpLIu6vvn .nav-link:before .navbar.opened {
    transition: all .3s;
    background: #162743 !important;
  }
  .cid-uGpLIu6vvn .nav-link:before .navbar .dropdown-item {
    padding: .235rem 3rem;
  }
  .cid-uGpLIu6vvn .nav-link:before .navbar .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    z-index: 1;
  }
  .cid-uGpLIu6vvn .nav-link:before .navbar.navbar-short {
    background: #162743 !important;
    min-height: 60px;
  }
  .cid-uGpLIu6vvn .nav-link:before .navbar.navbar-short .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uGpLIu6vvn .nav-link:before .navbar.navbar-short .navbar-brand {
    padding: 0;
  }
  .cid-uGpLIu6vvn .nav-link:before .navbar-brand {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-align-items: center;
    align-items: center;
    margin-right: 0;
    padding: 0;
    transition: all .3s;
    word-break: break-word;
    z-index: 1;
  }
  .cid-uGpLIu6vvn .nav-link:before .navbar-brand .navbar-caption {
    line-height: inherit !important;
  }
  .cid-uGpLIu6vvn .nav-link:before .navbar-brand .navbar-logo a {
    outline: none;
  }
  .cid-uGpLIu6vvn .nav-link:before .dropdown-item.active,
  .cid-uGpLIu6vvn .nav-link:before .dropdown-item:active {
    background-color: transparent;
  }
  .cid-uGpLIu6vvn .nav-link:before .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0;
  }
  .cid-uGpLIu6vvn .nav-link:before .nav-dropdown .link.dropdown-toggle {
    margin-right: 1.667em;
  }
  .cid-uGpLIu6vvn .nav-link:before .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    background: #25634d;
    z-index: 2;
    border-radius: 5px;
    margin-top: 2px;
  }
  .cid-uGpLIu6vvn .nav-link:before .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
    margin-left: 5px;
    left: 100%;
  }
  .cid-uGpLIu6vvn .nav-link:before .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-uGpLIu6vvn .nav-link:before ul.navbar-nav {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .cid-uGpLIu6vvn .nav-link:before .navbar-buttons {
    text-align: center;
  }
  .cid-uGpLIu6vvn .nav-link:before button.navbar-toggler {
    outline: none;
    width: 31px;
    height: 20px;
    cursor: pointer;
    transition: all .2s;
    position: relative;
    -webkit-align-self: center;
    align-self: center;
  }
  .cid-uGpLIu6vvn .nav-link:before button.navbar-toggler .hamburger span {
    position: absolute;
    right: 0;
    width: 30px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uGpLIu6vvn .nav-link:before button.navbar-toggler .hamburger span:nth-child(1) {
    top: 0;
    transition: all .2s;
  }
  .cid-uGpLIu6vvn .nav-link:before button.navbar-toggler .hamburger span:nth-child(2) {
    top: 8px;
    transition: all .15s;
  }
  .cid-uGpLIu6vvn .nav-link:before button.navbar-toggler .hamburger span:nth-child(3) {
    top: 8px;
    transition: all .15s;
  }
  .cid-uGpLIu6vvn .nav-link:before button.navbar-toggler .hamburger span:nth-child(4) {
    top: 16px;
    transition: all .2s;
  }
  .cid-uGpLIu6vvn .nav-link:before nav.opened .hamburger span:nth-child(1) {
    top: 8px;
    width: 0;
    opacity: 0;
    right: 50%;
    transition: all .2s;
  }
  .cid-uGpLIu6vvn .nav-link:before nav.opened .hamburger span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all .25s;
  }
  .cid-uGpLIu6vvn .nav-link:before nav.opened .hamburger span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition: all .25s;
  }
  .cid-uGpLIu6vvn .nav-link:before nav.opened .hamburger span:nth-child(4) {
    top: 8px;
    width: 0;
    opacity: 0;
    right: 50%;
    transition: all .2s;
  }
  .cid-uGpLIu6vvn .nav-link:before .navbar-dropdown {
    padding: .5rem 1rem;
    position: fixed;
  }
  .cid-uGpLIu6vvn .nav-link:before a.nav-link {
    -webkit-justify-content: center;
    justify-content: center;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uGpLIu6vvn .nav-link:before .soc-item .mbr-iconfont {
    font-size: 1rem;
    color: #b8d94f;
    display: inline-flex;
  }
  .cid-uGpLIu6vvn .nav-link:before .soc-item .mbr-iconfont:before {
    padding: .5rem;
    border: 1px solid;
    border-radius: 100px;
  }
  .cid-uGpLIu6vvn .nav-link:before .soc-item {
    margin: .5rem .3rem;
  }
  .cid-uGpLIu6vvn .nav-link:before .icons-menu {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    padding-left: 1rem;
    text-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uGpLIu6vvn .nav-link:before a.nav-link .mbr-iconfont-btn,
  .cid-uGpLIu6vvn .nav-link:before a.dropdown-item .mbr-iconfont-btn {
    margin-right: 10px;
  }
  .cid-uGpLIu6vvn .nav-link:before a.dropdown-item .mbr-iconfont-btn {
    margin-top: -4px;
  }
  .cid-uGpLIu6vvn .nav-link:before .link {
    margin: 0 !important;
  }
  .cid-uGpLIu6vvn .nav-link:before .dropdown-submenu .dropdown-menu::before,
  .cid-uGpLIu6vvn .nav-link:before .dropdown-menu .dropdown-menu::before {
    display: none !important;
  }
  .cid-uGpLIu6vvn .nav-link:before img {
    object-fit: contain;
  }
  .cid-uGpLIu6vvn .nav-link:before .search {
    font-size: 1.5rem;
  }
  .cid-uGpLIu6vvn .nav-item:hover .nav-link:before,
  .cid-uGpLIu6vvn .nav-item.open .nav-link:before {
    right: 0;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .cid-uGpLIu6vvn .nav-link:before .nav-link {
    position: relative;
  }
  .cid-uGpLIu6vvn .nav-link:before .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #bd3136;
    height: 2px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-uGpLIu6vvn .nav-link:before .nav-item:hover .nav-link:before,
  .cid-uGpLIu6vvn .nav-link:before .nav-item.open .nav-link:before {
    right: 0;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .cid-uGpLIu6vvn .nav-link:before .dropdown-menu:not(.dropdown-submenu) {
    transform: translateX(-50%);
    left: 50%;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-uGpLIu6vvn .nav-link:before .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uGpLIu6vvn .nav-link:before .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uGpLIu6vvn .nav-link:before .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uGpLIu6vvn .nav-link:before .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uGpLIu6vvn .nav-link:before .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uGpLIu6vvn .nav-link:before .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uGpLIu6vvn .nav-link:before .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uGpLIu6vvn .nav-link:before .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uGpLIu6vvn .nav-link:before .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uGpLIu6vvn .nav-link:before .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uGpLIu6vvn .nav-link:before .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uGpLIu6vvn .nav-link:before .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
@media (min-width: 992px) and screen and (-ms-high-contrast: active), (min-width: 992px) and (-ms-high-contrast: none) {
  .cid-uGpLIu6vvn .nav-link:before .navbar {
    height: 77px;
  }
  .cid-uGpLIu6vvn .nav-link:before .navbar.opened {
    height: auto;
  }
  .cid-uGpLIu6vvn .nav-link:before .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .cid-uGpLIu6vvn .nav-link:before .dropdown-item {
    color: #ffffff !important;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .cid-uGpLIu6vvn .nav-link:before .dropdown-menu::before {
    content: "";
    width: 30px;
    height: 20px;
    background-color: #25634d;
    transform: translateX(50%) rotate(45deg);
    position: absolute;
    top: 0;
    right: 50%;
  }
}
@media (min-width: 992px) {
  .cid-uGpLIu6vvn .dropdown-menu:not(.dropdown-submenu) {
    transform: translateX(-50%);
    left: 50%;
  }
}
.cid-uGpLIu6vvn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-uGpLIu6vvn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uGpLIu6vvn .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uGpLIu6vvn .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uGpLIu6vvn .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #162743;
  background: none;
}
.cid-uGpLIu6vvn .navbar.opened {
  transition: all .3s;
  background: #162743 !important;
}
.cid-uGpLIu6vvn .navbar .dropdown-item {
  padding: .235rem 3rem;
}
.cid-uGpLIu6vvn .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uGpLIu6vvn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uGpLIu6vvn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uGpLIu6vvn .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uGpLIu6vvn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uGpLIu6vvn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uGpLIu6vvn .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uGpLIu6vvn .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uGpLIu6vvn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uGpLIu6vvn .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uGpLIu6vvn .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uGpLIu6vvn .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uGpLIu6vvn .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uGpLIu6vvn .navbar.navbar-short {
  background: #162743 !important;
  min-height: 60px;
}
.cid-uGpLIu6vvn .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uGpLIu6vvn .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uGpLIu6vvn .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uGpLIu6vvn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uGpLIu6vvn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uGpLIu6vvn .dropdown-item.active,
.cid-uGpLIu6vvn .dropdown-item:active {
  background-color: transparent;
}
.cid-uGpLIu6vvn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uGpLIu6vvn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uGpLIu6vvn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #25634d;
  z-index: 2;
  border-radius: 5px;
  margin-top: 2px;
}
.cid-uGpLIu6vvn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin-left: 5px;
  left: 100%;
}
.cid-uGpLIu6vvn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uGpLIu6vvn ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uGpLIu6vvn .navbar-buttons {
  text-align: center;
}
.cid-uGpLIu6vvn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uGpLIu6vvn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uGpLIu6vvn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uGpLIu6vvn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uGpLIu6vvn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uGpLIu6vvn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uGpLIu6vvn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uGpLIu6vvn nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uGpLIu6vvn nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uGpLIu6vvn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uGpLIu6vvn .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uGpLIu6vvn a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uGpLIu6vvn .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #b8d94f;
  display: inline-flex;
}
.cid-uGpLIu6vvn .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-uGpLIu6vvn .soc-item {
  margin: .5rem .3rem;
}
.cid-uGpLIu6vvn .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uGpLIu6vvn a.nav-link .mbr-iconfont-btn,
.cid-uGpLIu6vvn a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-uGpLIu6vvn a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uGpLIu6vvn .navbar {
    height: 77px;
  }
  .cid-uGpLIu6vvn .navbar.opened {
    height: auto;
  }
  .cid-uGpLIu6vvn .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uGpLIu6vvn .link {
  margin: 0 !important;
}
@media (min-width: 992px) {
  .cid-uGpLIu6vvn .dropdown-item {
    color: #ffffff !important;
  }
}
@media (min-width: 992px) {
  .cid-uGpLIu6vvn .dropdown-menu::before {
    content: "";
    width: 30px;
    height: 20px;
    background-color: #25634d;
    transform: translateX(50%) rotate(45deg);
    position: absolute;
    top: 0;
    right: 50%;
  }
}
.cid-uGpLIu6vvn .dropdown-submenu .dropdown-menu::before,
.cid-uGpLIu6vvn .dropdown-menu .dropdown-menu::before {
  display: none !important;
}
.cid-uGpLIu6vvn img {
  object-fit: contain;
}
.cid-uGpRA30sCE {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/8-1920x800.png");
}
.cid-uGpRA30sCE .column-wrapper {
  padding-left: 1.5rem;
}
.cid-uGpRA30sCE .row {
  flex-direction: row-reverse;
}
.cid-uGpRA30sCE .column-wrapper {
  padding-left: 16px;
  padding-right: 1.5rem;
}
.cid-uGpRA30sCE .text-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 28rem;
}
@media (min-width: 992px) {
  .cid-uGpRA30sCE .text-wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.cid-uGpRA30sCE .mbr-section-title {
  text-align: left;
  margin-bottom: 1.5rem;
  color: #ffffff;
}
.cid-uGpRA30sCE .mbr-text,
.cid-uGpRA30sCE .mbr-section-btn {
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uGpRA30sCE .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uGpTGVz1mS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #162743;
}
.cid-uGpTGVz1mS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGpTGVz1mS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uGpTGVz1mS .container {
    padding: 0 30px;
  }
}
.cid-uGpTGVz1mS .row {
  position: relative;
}
.cid-uGpTGVz1mS .row img {
  position: absolute;
  top: 6rem;
  right: 0;
  bottom: -5rem;
  width: 40%;
  height: 510px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uGpTGVz1mS .row img {
    top: auto;
    width: 100%;
  }
}
.cid-uGpTGVz1mS .text-wrapper {
  padding: 120px 75px 150px;
  background-color: #ffffff;
  position: relative;
}
@media (max-width: 768px) {
  .cid-uGpTGVz1mS .text-wrapper {
    padding: 40px 16px;
  }
}
.cid-uGpTGVz1mS .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uGpTGVz1mS .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uGpTGVz1mS .mbr-text {
  color: #212529;
}
.cid-uGpTGVz1mS .mbr-link,
.cid-uGpTGVz1mS .mbr-iconfont {
  color: #212529;
}
.cid-uGpTGVz1mS .mbr-section-title {
  color: #162743;
}
.cid-uGpUcbWKpL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e8494b;
}
.cid-uGpUcbWKpL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGpUcbWKpL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uGpUcbWKpL .container {
    padding: 0 30px;
  }
}
.cid-uGpUcbWKpL .row {
  position: relative;
}
.cid-uGpUcbWKpL .row img {
  position: absolute;
  top: 6rem;
  right: 0;
  bottom: -5rem;
  width: 40%;
  height: 510px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uGpUcbWKpL .row img {
    top: auto;
    width: 100%;
  }
}
.cid-uGpUcbWKpL .text-wrapper {
  padding: 120px 75px 150px;
  background-color: #ffffff;
  position: relative;
}
@media (max-width: 768px) {
  .cid-uGpUcbWKpL .text-wrapper {
    padding: 40px 16px;
  }
}
.cid-uGpUcbWKpL .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uGpUcbWKpL .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uGpUcbWKpL .mbr-text {
  color: #212529;
}
.cid-uGpUcbWKpL .mbr-link,
.cid-uGpUcbWKpL .mbr-iconfont {
  color: #212529;
}
.cid-uGpUcbWKpL .mbr-section-title {
  color: #162743;
}
.cid-uGpUcXSejN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #162743;
}
.cid-uGpUcXSejN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGpUcXSejN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uGpUcXSejN .container {
    padding: 0 30px;
  }
}
.cid-uGpUcXSejN .row {
  position: relative;
}
.cid-uGpUcXSejN .row img {
  position: absolute;
  top: 6rem;
  right: 0;
  bottom: -5rem;
  width: 40%;
  height: 510px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uGpUcXSejN .row img {
    top: auto;
    width: 100%;
  }
}
.cid-uGpUcXSejN .text-wrapper {
  padding: 120px 75px 150px;
  background-color: #ffffff;
  position: relative;
}
@media (max-width: 768px) {
  .cid-uGpUcXSejN .text-wrapper {
    padding: 40px 16px;
  }
}
.cid-uGpUcXSejN .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uGpUcXSejN .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uGpUcXSejN .mbr-text {
  color: #212529;
}
.cid-uGpUcXSejN .mbr-link,
.cid-uGpUcXSejN .mbr-iconfont {
  color: #212529;
}
.cid-uGpUcXSejN .mbr-section-title {
  color: #162743;
}
.cid-uGpUdGYCQJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e8494b;
}
.cid-uGpUdGYCQJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGpUdGYCQJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uGpUdGYCQJ .container {
    padding: 0 30px;
  }
}
.cid-uGpUdGYCQJ .row {
  position: relative;
}
.cid-uGpUdGYCQJ .row img {
  position: absolute;
  top: 6rem;
  right: 0;
  bottom: -5rem;
  width: 40%;
  height: 510px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uGpUdGYCQJ .row img {
    top: auto;
    width: 100%;
  }
}
.cid-uGpUdGYCQJ .text-wrapper {
  padding: 120px 75px 150px;
  background-color: #ffffff;
  position: relative;
}
@media (max-width: 768px) {
  .cid-uGpUdGYCQJ .text-wrapper {
    padding: 40px 16px;
  }
}
.cid-uGpUdGYCQJ .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uGpUdGYCQJ .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uGpUdGYCQJ .mbr-text {
  color: #212529;
}
.cid-uGpUdGYCQJ .mbr-link,
.cid-uGpUdGYCQJ .mbr-iconfont {
  color: #212529;
}
.cid-uGpUdGYCQJ .mbr-section-title {
  color: #162743;
}
.cid-uGpUemswZb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #162743;
}
.cid-uGpUemswZb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGpUemswZb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uGpUemswZb .container {
    padding: 0 30px;
  }
}
.cid-uGpUemswZb .row {
  position: relative;
}
.cid-uGpUemswZb .row img {
  position: absolute;
  top: 6rem;
  right: 0;
  bottom: -5rem;
  width: 40%;
  height: 510px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uGpUemswZb .row img {
    top: auto;
    width: 100%;
  }
}
.cid-uGpUemswZb .text-wrapper {
  padding: 120px 75px 150px;
  background-color: #ffffff;
  position: relative;
}
@media (max-width: 768px) {
  .cid-uGpUemswZb .text-wrapper {
    padding: 40px 16px;
  }
}
.cid-uGpUemswZb .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uGpUemswZb .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uGpUemswZb .mbr-text {
  color: #212529;
}
.cid-uGpUemswZb .mbr-link,
.cid-uGpUemswZb .mbr-iconfont {
  color: #212529;
}
.cid-uGpUemswZb .mbr-section-title {
  color: #162743;
}
.cid-uGpLIHEZGp {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #e8494b;
}
.cid-uGpLIHEZGp .mbr-text {
  color: #ffffff;
  letter-spacing: 0.03em;
  line-height: 1.8;
}
.cid-uGpLIHEZGp .card-img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-uGpLIHEZGp .card-title {
  margin-bottom: 2rem;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.1em;
}
.cid-uGpLIIvXJt .google-map {
  height: 25rem;
  position: relative;
}
.cid-uGpLIIvXJt .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uGpLIIvXJt .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uGpLIIvXJt .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uGpLIIvXJt .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uGpLIJoZQU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #162743;
}
@media (min-width: 992px) {
  .cid-uGpLIJoZQU .text-wrapper {
    padding: 2rem;
  }
}
.cid-uGpLIJoZQU .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uGpLIJoZQU .image-wrapper {
    margin-top: 2rem;
  }
}
.cid-uGpLIJoZQU .mbr-section-title {
  text-align: left;
  margin-bottom: 0 !important;
  color: #ffffff;
}
.cid-uGpLIJoZQU .name {
  margin-top: 0.70rem;
  color: #ffffff;
  text-align: left;
}
.cid-uGpLIJoZQU .mbr-text {
  margin-bottom: 0 !important;
  color: #000000;
  text-align: left;
  margin-top: 4.25rem !important;
  line-height: 1.4;
}
.cid-uGpLIJoZQU .mbr-text,
.cid-uGpLIJoZQU .mbr-section-data {
  text-align: left;
}
.cid-uGpLIJoZQU .mbr-text,
.cid-uGpLIJoZQU .mbr-section-btn {
  text-align: left;
  color: #8d8d8d;
}
.cid-uGpLIJoZQU .mbr-section-btn {
  margin-top: 3.5rem !important;
}
.cid-uGpLIJoZQU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGpLIJoZQU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGpLIKnJdz {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uGpLIKnJdz .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-uGpLIKnJdz .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-uGpLIKnJdz .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-uGpLIKnJdz .btn-primary {
  border: 1px solid #e8494b !important;
}
.cid-uGpLIKnJdz .btn-primary:hover {
  border: 1px solid #e8494b !important;
}
.cid-uGpLIKnJdz .stripe {
  border-bottom: 1px solid #162743;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-uGpLIKnJdz .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-uGpLIKnJdz .input-group-btn {
  padding-left: 0;
}
.cid-uGpLIKnJdz .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-uGpLIKnJdz .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #162743;
  width: 85%;
}
.cid-uGpLIKnJdz .mbr-text {
  color: #444;
}
.cid-uGpLIKnJdz h5 {
  margin-bottom: 0;
}
.cid-uGpLIKnJdz .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uGpLIKnJdz .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uGpLIKnJdz .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-uGpLIKnJdz .socicon {
  font-size: 1.3rem;
  background: #4ead51;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uGpLIKnJdz .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uGpLIKnJdz .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uGpLIKnJdz .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uGpLIKnJdz .social-list a:hover {
  opacity: 0.4;
}
.cid-uGpLIKnJdz .media-container-row > div {
  padding: 0px;
}
.cid-uGpLIKnJdz .text2 {
  color: #000000;
  text-align: left;
}
.cid-uGpLIKnJdz .group-title {
  text-align: left;
  color: #e8494b;
  padding-bottom: 0.2rem;
}
.cid-uGpLIKnJdz .links {
  color: #000000;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uGpLIKnJdz .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uGpLIKnJdz .social-list,
  .cid-uGpLIKnJdz .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uGpLIKnJdz h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-uGpLIKnJdz .form-group {
    max-width: 180px;
  }
}
.cid-uGpLIKnJdz .links span {
  color: #9e9e9e;
}
.cid-uGpLIKnJdz .logo-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-uGpLIKnJdz .logo-title {
  text-align: center;
}
.cid-uGpLIKnJdz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGpLIKnJdz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGpLIKnJdz .logo-title,
.cid-uGpLIKnJdz .logo {
  color: #262624;
}
.cid-uGpLILMAh2 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #e8494b;
}
.cid-uGpLLAKZ9Y .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: none !important;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #bd3136;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uGpLLAKZ9Y .navbar-buttons {
  flex-wrap: wrap;
}
.cid-uGpLLAKZ9Y .nav-item,
.cid-uGpLLAKZ9Y .nav-link,
.cid-uGpLLAKZ9Y .navbar-caption {
  font-weight: normal;
}
.cid-uGpLLAKZ9Y .nav-item:focus,
.cid-uGpLLAKZ9Y .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uGpLLAKZ9Y .nav-link {
    position: relative;
  }
  .cid-uGpLLAKZ9Y .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #bd3136;
    height: 2px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-uGpLLAKZ9Y .nav-link:before .dropdown-item:before {
    font-family: MobiriseIcons !important;
    content: '\e966';
    display: none !important;
    width: 0;
    position: absolute;
    left: 1rem;
    color: #bd3136;
    top: 50%;
    font-size: 1rem;
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
    -webkit-transform: translateY(-50%) scale(0, 1);
    transform: translateY(-50%) scale(0, 1);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  .cid-uGpLLAKZ9Y .nav-link:before .navbar-buttons {
    flex-wrap: wrap;
  }
  .cid-uGpLLAKZ9Y .nav-link:before .nav-item,
  .cid-uGpLLAKZ9Y .nav-link:before .nav-link,
  .cid-uGpLLAKZ9Y .nav-link:before .navbar-caption {
    font-weight: normal;
  }
  .cid-uGpLLAKZ9Y .nav-link:before .nav-item:focus,
  .cid-uGpLLAKZ9Y .nav-link:before .nav-link:focus {
    outline: none;
  }
  .cid-uGpLLAKZ9Y .nav-link:before .dropdown .dropdown-menu .dropdown-item {
    width: auto;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .cid-uGpLLAKZ9Y .nav-link:before .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.5rem;
  }
  .cid-uGpLLAKZ9Y .nav-link:before .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
    margin-left: -1.8rem;
    padding-right: 1rem;
    font-size: inherit;
  }
  .cid-uGpLLAKZ9Y .nav-link:before .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
    display: inline-block;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  .cid-uGpLLAKZ9Y .nav-link:before .navbar {
    min-height: 77px;
    transition: all .3s;
    background: #162743;
    background: none;
  }
  .cid-uGpLLAKZ9Y .nav-link:before .navbar.opened {
    transition: all .3s;
    background: #162743 !important;
  }
  .cid-uGpLLAKZ9Y .nav-link:before .navbar .dropdown-item {
    padding: .235rem 3rem;
  }
  .cid-uGpLLAKZ9Y .nav-link:before .navbar .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    z-index: 1;
  }
  .cid-uGpLLAKZ9Y .nav-link:before .navbar.navbar-short {
    background: #162743 !important;
    min-height: 60px;
  }
  .cid-uGpLLAKZ9Y .nav-link:before .navbar.navbar-short .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uGpLLAKZ9Y .nav-link:before .navbar.navbar-short .navbar-brand {
    padding: 0;
  }
  .cid-uGpLLAKZ9Y .nav-link:before .navbar-brand {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-align-items: center;
    align-items: center;
    margin-right: 0;
    padding: 0;
    transition: all .3s;
    word-break: break-word;
    z-index: 1;
  }
  .cid-uGpLLAKZ9Y .nav-link:before .navbar-brand .navbar-caption {
    line-height: inherit !important;
  }
  .cid-uGpLLAKZ9Y .nav-link:before .navbar-brand .navbar-logo a {
    outline: none;
  }
  .cid-uGpLLAKZ9Y .nav-link:before .dropdown-item.active,
  .cid-uGpLLAKZ9Y .nav-link:before .dropdown-item:active {
    background-color: transparent;
  }
  .cid-uGpLLAKZ9Y .nav-link:before .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0;
  }
  .cid-uGpLLAKZ9Y .nav-link:before .nav-dropdown .link.dropdown-toggle {
    margin-right: 1.667em;
  }
  .cid-uGpLLAKZ9Y .nav-link:before .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    background: #25634d;
    z-index: 2;
    border-radius: 5px;
    margin-top: 2px;
  }
  .cid-uGpLLAKZ9Y .nav-link:before .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
    margin-left: 5px;
    left: 100%;
  }
  .cid-uGpLLAKZ9Y .nav-link:before .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-uGpLLAKZ9Y .nav-link:before ul.navbar-nav {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .cid-uGpLLAKZ9Y .nav-link:before .navbar-buttons {
    text-align: center;
  }
  .cid-uGpLLAKZ9Y .nav-link:before button.navbar-toggler {
    outline: none;
    width: 31px;
    height: 20px;
    cursor: pointer;
    transition: all .2s;
    position: relative;
    -webkit-align-self: center;
    align-self: center;
  }
  .cid-uGpLLAKZ9Y .nav-link:before button.navbar-toggler .hamburger span {
    position: absolute;
    right: 0;
    width: 30px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uGpLLAKZ9Y .nav-link:before button.navbar-toggler .hamburger span:nth-child(1) {
    top: 0;
    transition: all .2s;
  }
  .cid-uGpLLAKZ9Y .nav-link:before button.navbar-toggler .hamburger span:nth-child(2) {
    top: 8px;
    transition: all .15s;
  }
  .cid-uGpLLAKZ9Y .nav-link:before button.navbar-toggler .hamburger span:nth-child(3) {
    top: 8px;
    transition: all .15s;
  }
  .cid-uGpLLAKZ9Y .nav-link:before button.navbar-toggler .hamburger span:nth-child(4) {
    top: 16px;
    transition: all .2s;
  }
  .cid-uGpLLAKZ9Y .nav-link:before nav.opened .hamburger span:nth-child(1) {
    top: 8px;
    width: 0;
    opacity: 0;
    right: 50%;
    transition: all .2s;
  }
  .cid-uGpLLAKZ9Y .nav-link:before nav.opened .hamburger span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all .25s;
  }
  .cid-uGpLLAKZ9Y .nav-link:before nav.opened .hamburger span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition: all .25s;
  }
  .cid-uGpLLAKZ9Y .nav-link:before nav.opened .hamburger span:nth-child(4) {
    top: 8px;
    width: 0;
    opacity: 0;
    right: 50%;
    transition: all .2s;
  }
  .cid-uGpLLAKZ9Y .nav-link:before .navbar-dropdown {
    padding: .5rem 1rem;
    position: fixed;
  }
  .cid-uGpLLAKZ9Y .nav-link:before a.nav-link {
    -webkit-justify-content: center;
    justify-content: center;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uGpLLAKZ9Y .nav-link:before .soc-item .mbr-iconfont {
    font-size: 1rem;
    color: #b8d94f;
    display: inline-flex;
  }
  .cid-uGpLLAKZ9Y .nav-link:before .soc-item .mbr-iconfont:before {
    padding: .5rem;
    border: 1px solid;
    border-radius: 100px;
  }
  .cid-uGpLLAKZ9Y .nav-link:before .soc-item {
    margin: .5rem .3rem;
  }
  .cid-uGpLLAKZ9Y .nav-link:before .icons-menu {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    padding-left: 1rem;
    text-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uGpLLAKZ9Y .nav-link:before a.nav-link .mbr-iconfont-btn,
  .cid-uGpLLAKZ9Y .nav-link:before a.dropdown-item .mbr-iconfont-btn {
    margin-right: 10px;
  }
  .cid-uGpLLAKZ9Y .nav-link:before a.dropdown-item .mbr-iconfont-btn {
    margin-top: -4px;
  }
  .cid-uGpLLAKZ9Y .nav-link:before .link {
    margin: 0 !important;
  }
  .cid-uGpLLAKZ9Y .nav-link:before .dropdown-submenu .dropdown-menu::before,
  .cid-uGpLLAKZ9Y .nav-link:before .dropdown-menu .dropdown-menu::before {
    display: none !important;
  }
  .cid-uGpLLAKZ9Y .nav-link:before img {
    object-fit: contain;
  }
  .cid-uGpLLAKZ9Y .nav-link:before .search {
    font-size: 1.5rem;
  }
  .cid-uGpLLAKZ9Y .nav-item:hover .nav-link:before,
  .cid-uGpLLAKZ9Y .nav-item.open .nav-link:before {
    right: 0;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .cid-uGpLLAKZ9Y .nav-link:before .nav-link {
    position: relative;
  }
  .cid-uGpLLAKZ9Y .nav-link:before .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #bd3136;
    height: 2px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-uGpLLAKZ9Y .nav-link:before .nav-item:hover .nav-link:before,
  .cid-uGpLLAKZ9Y .nav-link:before .nav-item.open .nav-link:before {
    right: 0;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .cid-uGpLLAKZ9Y .nav-link:before .dropdown-menu:not(.dropdown-submenu) {
    transform: translateX(-50%);
    left: 50%;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-uGpLLAKZ9Y .nav-link:before .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uGpLLAKZ9Y .nav-link:before .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uGpLLAKZ9Y .nav-link:before .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uGpLLAKZ9Y .nav-link:before .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uGpLLAKZ9Y .nav-link:before .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uGpLLAKZ9Y .nav-link:before .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uGpLLAKZ9Y .nav-link:before .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uGpLLAKZ9Y .nav-link:before .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uGpLLAKZ9Y .nav-link:before .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uGpLLAKZ9Y .nav-link:before .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uGpLLAKZ9Y .nav-link:before .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uGpLLAKZ9Y .nav-link:before .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
@media (min-width: 992px) and screen and (-ms-high-contrast: active), (min-width: 992px) and (-ms-high-contrast: none) {
  .cid-uGpLLAKZ9Y .nav-link:before .navbar {
    height: 77px;
  }
  .cid-uGpLLAKZ9Y .nav-link:before .navbar.opened {
    height: auto;
  }
  .cid-uGpLLAKZ9Y .nav-link:before .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .cid-uGpLLAKZ9Y .nav-link:before .dropdown-item {
    color: #ffffff !important;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .cid-uGpLLAKZ9Y .nav-link:before .dropdown-menu::before {
    content: "";
    width: 30px;
    height: 20px;
    background-color: #25634d;
    transform: translateX(50%) rotate(45deg);
    position: absolute;
    top: 0;
    right: 50%;
  }
}
@media (min-width: 992px) {
  .cid-uGpLLAKZ9Y .dropdown-menu:not(.dropdown-submenu) {
    transform: translateX(-50%);
    left: 50%;
  }
}
.cid-uGpLLAKZ9Y .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-uGpLLAKZ9Y .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uGpLLAKZ9Y .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uGpLLAKZ9Y .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uGpLLAKZ9Y .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #162743;
  background: none;
}
.cid-uGpLLAKZ9Y .navbar.opened {
  transition: all .3s;
  background: #162743 !important;
}
.cid-uGpLLAKZ9Y .navbar .dropdown-item {
  padding: .235rem 3rem;
}
.cid-uGpLLAKZ9Y .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uGpLLAKZ9Y .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uGpLLAKZ9Y .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uGpLLAKZ9Y .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uGpLLAKZ9Y .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uGpLLAKZ9Y .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uGpLLAKZ9Y .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uGpLLAKZ9Y .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uGpLLAKZ9Y .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uGpLLAKZ9Y .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uGpLLAKZ9Y .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uGpLLAKZ9Y .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uGpLLAKZ9Y .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uGpLLAKZ9Y .navbar.navbar-short {
  background: #162743 !important;
  min-height: 60px;
}
.cid-uGpLLAKZ9Y .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uGpLLAKZ9Y .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uGpLLAKZ9Y .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uGpLLAKZ9Y .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uGpLLAKZ9Y .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uGpLLAKZ9Y .dropdown-item.active,
.cid-uGpLLAKZ9Y .dropdown-item:active {
  background-color: transparent;
}
.cid-uGpLLAKZ9Y .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uGpLLAKZ9Y .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uGpLLAKZ9Y .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #25634d;
  z-index: 2;
  border-radius: 5px;
  margin-top: 2px;
}
.cid-uGpLLAKZ9Y .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin-left: 5px;
  left: 100%;
}
.cid-uGpLLAKZ9Y .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uGpLLAKZ9Y ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uGpLLAKZ9Y .navbar-buttons {
  text-align: center;
}
.cid-uGpLLAKZ9Y button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uGpLLAKZ9Y button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uGpLLAKZ9Y button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uGpLLAKZ9Y button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uGpLLAKZ9Y button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uGpLLAKZ9Y button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uGpLLAKZ9Y nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uGpLLAKZ9Y nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uGpLLAKZ9Y nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uGpLLAKZ9Y nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uGpLLAKZ9Y .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uGpLLAKZ9Y a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uGpLLAKZ9Y .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #b8d94f;
  display: inline-flex;
}
.cid-uGpLLAKZ9Y .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-uGpLLAKZ9Y .soc-item {
  margin: .5rem .3rem;
}
.cid-uGpLLAKZ9Y .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uGpLLAKZ9Y a.nav-link .mbr-iconfont-btn,
.cid-uGpLLAKZ9Y a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-uGpLLAKZ9Y a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uGpLLAKZ9Y .navbar {
    height: 77px;
  }
  .cid-uGpLLAKZ9Y .navbar.opened {
    height: auto;
  }
  .cid-uGpLLAKZ9Y .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uGpLLAKZ9Y .link {
  margin: 0 !important;
}
@media (min-width: 992px) {
  .cid-uGpLLAKZ9Y .dropdown-item {
    color: #ffffff !important;
  }
}
@media (min-width: 992px) {
  .cid-uGpLLAKZ9Y .dropdown-menu::before {
    content: "";
    width: 30px;
    height: 20px;
    background-color: #25634d;
    transform: translateX(50%) rotate(45deg);
    position: absolute;
    top: 0;
    right: 50%;
  }
}
.cid-uGpLLAKZ9Y .dropdown-submenu .dropdown-menu::before,
.cid-uGpLLAKZ9Y .dropdown-menu .dropdown-menu::before {
  display: none !important;
}
.cid-uGpLLAKZ9Y img {
  object-fit: contain;
}
.cid-uGpY4pbHgI {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/3-3-1920x800.png");
}
.cid-uGpY4pbHgI .column-wrapper {
  padding-left: 1.5rem;
}
.cid-uGpY4pbHgI .row {
  flex-direction: row-reverse;
}
.cid-uGpY4pbHgI .column-wrapper {
  padding-left: 16px;
  padding-right: 1.5rem;
}
.cid-uGpY4pbHgI .text-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 28rem;
}
@media (min-width: 992px) {
  .cid-uGpY4pbHgI .text-wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.cid-uGpY4pbHgI .mbr-section-title {
  text-align: left;
  margin-bottom: 1.5rem;
  color: #ffffff;
}
.cid-uGpY4pbHgI .mbr-text,
.cid-uGpY4pbHgI .mbr-section-btn {
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uGpY4pbHgI .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uGpYFrYhyT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #162743;
  background-image: linear-gradient(#162743 70%, #e8494b 110%);
}
.cid-uGpYFrYhyT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGpYFrYhyT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGpYFrYhyT .row {
  justify-content: center;
}
.cid-uGpYFrYhyT .card-wrapper {
  display: flex;
  background-color: #1f2329;
  justify-content: space-between;
  align-items: center;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-uGpYFrYhyT .card-wrapper {
    display: block;
    padding: 16px;
  }
}
.cid-uGpYFrYhyT .card-wrapper .content-wrapper {
  width: 42%;
}
@media (max-width: 992px) {
  .cid-uGpYFrYhyT .card-wrapper .content-wrapper {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uGpYFrYhyT .card-wrapper .content-wrapper .tag-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uGpYFrYhyT .card-wrapper .content-wrapper .tag-wrapper {
    margin-bottom: 22px;
  }
}
.cid-uGpYFrYhyT .card-wrapper .content-wrapper .tag-wrapper .item-wrap {
  display: inline-flex;
  background-color: #162743;
  padding: 6px 10px;
}
.cid-uGpYFrYhyT .card-wrapper .content-wrapper .mbr-date {
  margin-bottom: 22px;
}
.cid-uGpYFrYhyT .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uGpYFrYhyT .card-wrapper .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uGpYFrYhyT .card-wrapper .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  height: 40px;
  width: 40px;
  min-width: 40px;
  border-radius: 100%;
  object-fit: cover;
  margin-right: 12px;
}
.cid-uGpYFrYhyT .card-wrapper .content-wrapper .logo-wrapper .logo-wrap .mbr-name {
  margin-bottom: 0;
}
.cid-uGpYFrYhyT .card-wrapper .content-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-uGpYFrYhyT .card-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uGpYFrYhyT .card-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uGpYFrYhyT .card-wrapper .image-wrapper img {
  height: 430px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uGpYFrYhyT .card-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uGpYFrYhyT .item-wrap {
  color: #ffffff;
}
.cid-uGpYFrYhyT .mbr-date {
  color: #ffffff;
}
.cid-uGpYFrYhyT .mbr-section-title {
  color: #ffffff;
}
.cid-uGpYFrYhyT .mbr-name {
  color: #ffffff;
}
.cid-uGq0Gt3wv4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #162743;
  background-image: linear-gradient(#162743 70%, #e8494b 110%);
}
.cid-uGq0Gt3wv4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGq0Gt3wv4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGq0Gt3wv4 .row {
  justify-content: center;
}
.cid-uGq0Gt3wv4 .card-wrapper {
  display: flex;
  background-color: #1f2329;
  justify-content: space-between;
  align-items: center;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-uGq0Gt3wv4 .card-wrapper {
    display: block;
    padding: 16px;
  }
}
.cid-uGq0Gt3wv4 .card-wrapper .content-wrapper {
  width: 42%;
}
@media (max-width: 992px) {
  .cid-uGq0Gt3wv4 .card-wrapper .content-wrapper {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uGq0Gt3wv4 .card-wrapper .content-wrapper .tag-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uGq0Gt3wv4 .card-wrapper .content-wrapper .tag-wrapper {
    margin-bottom: 22px;
  }
}
.cid-uGq0Gt3wv4 .card-wrapper .content-wrapper .tag-wrapper .item-wrap {
  display: inline-flex;
  background-color: #162743;
  padding: 6px 10px;
}
.cid-uGq0Gt3wv4 .card-wrapper .content-wrapper .mbr-date {
  margin-bottom: 22px;
}
.cid-uGq0Gt3wv4 .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uGq0Gt3wv4 .card-wrapper .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uGq0Gt3wv4 .card-wrapper .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  height: 40px;
  width: 40px;
  min-width: 40px;
  border-radius: 100%;
  object-fit: cover;
  margin-right: 12px;
}
.cid-uGq0Gt3wv4 .card-wrapper .content-wrapper .logo-wrapper .logo-wrap .mbr-name {
  margin-bottom: 0;
}
.cid-uGq0Gt3wv4 .card-wrapper .content-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-uGq0Gt3wv4 .card-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uGq0Gt3wv4 .card-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uGq0Gt3wv4 .card-wrapper .image-wrapper img {
  height: 430px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uGq0Gt3wv4 .card-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uGq0Gt3wv4 .item-wrap {
  color: #ffffff;
}
.cid-uGq0Gt3wv4 .mbr-date {
  color: #ffffff;
}
.cid-uGq0Gt3wv4 .mbr-section-title {
  color: #ffffff;
}
.cid-uGq0Gt3wv4 .mbr-name {
  color: #ffffff;
}
.cid-uGq1HzYiUI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #162743;
  background-image: linear-gradient(#162743 70%, #e8494b 110%);
}
.cid-uGq1HzYiUI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGq1HzYiUI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGq1HzYiUI .row {
  justify-content: center;
}
.cid-uGq1HzYiUI .card-wrapper {
  display: flex;
  background-color: #1f2329;
  justify-content: space-between;
  align-items: center;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-uGq1HzYiUI .card-wrapper {
    display: block;
    padding: 16px;
  }
}
.cid-uGq1HzYiUI .card-wrapper .content-wrapper {
  width: 42%;
}
@media (max-width: 992px) {
  .cid-uGq1HzYiUI .card-wrapper .content-wrapper {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uGq1HzYiUI .card-wrapper .content-wrapper .tag-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uGq1HzYiUI .card-wrapper .content-wrapper .tag-wrapper {
    margin-bottom: 22px;
  }
}
.cid-uGq1HzYiUI .card-wrapper .content-wrapper .tag-wrapper .item-wrap {
  display: inline-flex;
  background-color: #162743;
  padding: 6px 10px;
}
.cid-uGq1HzYiUI .card-wrapper .content-wrapper .mbr-date {
  margin-bottom: 22px;
}
.cid-uGq1HzYiUI .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uGq1HzYiUI .card-wrapper .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uGq1HzYiUI .card-wrapper .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  height: 40px;
  width: 40px;
  min-width: 40px;
  border-radius: 100%;
  object-fit: cover;
  margin-right: 12px;
}
.cid-uGq1HzYiUI .card-wrapper .content-wrapper .logo-wrapper .logo-wrap .mbr-name {
  margin-bottom: 0;
}
.cid-uGq1HzYiUI .card-wrapper .content-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-uGq1HzYiUI .card-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uGq1HzYiUI .card-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uGq1HzYiUI .card-wrapper .image-wrapper img {
  height: 430px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uGq1HzYiUI .card-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uGq1HzYiUI .item-wrap {
  color: #ffffff;
}
.cid-uGq1HzYiUI .mbr-date {
  color: #ffffff;
}
.cid-uGq1HzYiUI .mbr-section-title {
  color: #ffffff;
}
.cid-uGq1HzYiUI .mbr-name {
  color: #ffffff;
}
.cid-uGq24MyeHR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #162743;
  background-image: linear-gradient(#162743 70%, #e8494b 110%);
}
.cid-uGq24MyeHR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGq24MyeHR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGq24MyeHR .row {
  justify-content: center;
}
.cid-uGq24MyeHR .card-wrapper {
  display: flex;
  background-color: #1f2329;
  justify-content: space-between;
  align-items: center;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-uGq24MyeHR .card-wrapper {
    display: block;
    padding: 16px;
  }
}
.cid-uGq24MyeHR .card-wrapper .content-wrapper {
  width: 42%;
}
@media (max-width: 992px) {
  .cid-uGq24MyeHR .card-wrapper .content-wrapper {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uGq24MyeHR .card-wrapper .content-wrapper .tag-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uGq24MyeHR .card-wrapper .content-wrapper .tag-wrapper {
    margin-bottom: 22px;
  }
}
.cid-uGq24MyeHR .card-wrapper .content-wrapper .tag-wrapper .item-wrap {
  display: inline-flex;
  background-color: #162743;
  padding: 6px 10px;
}
.cid-uGq24MyeHR .card-wrapper .content-wrapper .mbr-date {
  margin-bottom: 22px;
}
.cid-uGq24MyeHR .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uGq24MyeHR .card-wrapper .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uGq24MyeHR .card-wrapper .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  height: 40px;
  width: 40px;
  min-width: 40px;
  border-radius: 100%;
  object-fit: cover;
  margin-right: 12px;
}
.cid-uGq24MyeHR .card-wrapper .content-wrapper .logo-wrapper .logo-wrap .mbr-name {
  margin-bottom: 0;
}
.cid-uGq24MyeHR .card-wrapper .content-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-uGq24MyeHR .card-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uGq24MyeHR .card-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uGq24MyeHR .card-wrapper .image-wrapper img {
  height: 430px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uGq24MyeHR .card-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uGq24MyeHR .item-wrap {
  color: #ffffff;
}
.cid-uGq24MyeHR .mbr-date {
  color: #ffffff;
}
.cid-uGq24MyeHR .mbr-section-title {
  color: #ffffff;
}
.cid-uGq24MyeHR .mbr-name {
  color: #ffffff;
}
.cid-uGq2izn3DY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #162743;
  background-image: linear-gradient(#162743 70%, #e8494b 110%);
}
.cid-uGq2izn3DY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGq2izn3DY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGq2izn3DY .row {
  justify-content: center;
}
.cid-uGq2izn3DY .card-wrapper {
  display: flex;
  background-color: #1f2329;
  justify-content: space-between;
  align-items: center;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-uGq2izn3DY .card-wrapper {
    display: block;
    padding: 16px;
  }
}
.cid-uGq2izn3DY .card-wrapper .content-wrapper {
  width: 42%;
}
@media (max-width: 992px) {
  .cid-uGq2izn3DY .card-wrapper .content-wrapper {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uGq2izn3DY .card-wrapper .content-wrapper .tag-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uGq2izn3DY .card-wrapper .content-wrapper .tag-wrapper {
    margin-bottom: 22px;
  }
}
.cid-uGq2izn3DY .card-wrapper .content-wrapper .tag-wrapper .item-wrap {
  display: inline-flex;
  background-color: #162743;
  padding: 6px 10px;
}
.cid-uGq2izn3DY .card-wrapper .content-wrapper .mbr-date {
  margin-bottom: 22px;
}
.cid-uGq2izn3DY .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uGq2izn3DY .card-wrapper .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uGq2izn3DY .card-wrapper .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  height: 40px;
  width: 40px;
  min-width: 40px;
  border-radius: 100%;
  object-fit: cover;
  margin-right: 12px;
}
.cid-uGq2izn3DY .card-wrapper .content-wrapper .logo-wrapper .logo-wrap .mbr-name {
  margin-bottom: 0;
}
.cid-uGq2izn3DY .card-wrapper .content-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-uGq2izn3DY .card-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uGq2izn3DY .card-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uGq2izn3DY .card-wrapper .image-wrapper img {
  height: 430px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uGq2izn3DY .card-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uGq2izn3DY .item-wrap {
  color: #ffffff;
}
.cid-uGq2izn3DY .mbr-date {
  color: #ffffff;
}
.cid-uGq2izn3DY .mbr-section-title {
  color: #ffffff;
}
.cid-uGq2izn3DY .mbr-name {
  color: #ffffff;
}
.cid-uGq2D7y5OP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #162743;
  background-image: linear-gradient(#162743 70%, #e8494b 110%);
}
.cid-uGq2D7y5OP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGq2D7y5OP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGq2D7y5OP .row {
  justify-content: center;
}
.cid-uGq2D7y5OP .card-wrapper {
  display: flex;
  background-color: #1f2329;
  justify-content: space-between;
  align-items: center;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-uGq2D7y5OP .card-wrapper {
    display: block;
    padding: 16px;
  }
}
.cid-uGq2D7y5OP .card-wrapper .content-wrapper {
  width: 42%;
}
@media (max-width: 992px) {
  .cid-uGq2D7y5OP .card-wrapper .content-wrapper {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uGq2D7y5OP .card-wrapper .content-wrapper .tag-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uGq2D7y5OP .card-wrapper .content-wrapper .tag-wrapper {
    margin-bottom: 22px;
  }
}
.cid-uGq2D7y5OP .card-wrapper .content-wrapper .tag-wrapper .item-wrap {
  display: inline-flex;
  background-color: #162743;
  padding: 6px 10px;
}
.cid-uGq2D7y5OP .card-wrapper .content-wrapper .mbr-date {
  margin-bottom: 22px;
}
.cid-uGq2D7y5OP .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uGq2D7y5OP .card-wrapper .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uGq2D7y5OP .card-wrapper .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  height: 40px;
  width: 40px;
  min-width: 40px;
  border-radius: 100%;
  object-fit: cover;
  margin-right: 12px;
}
.cid-uGq2D7y5OP .card-wrapper .content-wrapper .logo-wrapper .logo-wrap .mbr-name {
  margin-bottom: 0;
}
.cid-uGq2D7y5OP .card-wrapper .content-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-uGq2D7y5OP .card-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uGq2D7y5OP .card-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uGq2D7y5OP .card-wrapper .image-wrapper img {
  height: 430px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uGq2D7y5OP .card-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uGq2D7y5OP .item-wrap {
  color: #ffffff;
}
.cid-uGq2D7y5OP .mbr-date {
  color: #ffffff;
}
.cid-uGq2D7y5OP .mbr-section-title {
  color: #ffffff;
}
.cid-uGq2D7y5OP .mbr-name {
  color: #ffffff;
}
.cid-uGq2RtXi1L {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #162743;
  background-image: linear-gradient(#162743 70%, #e8494b 110%);
}
.cid-uGq2RtXi1L .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGq2RtXi1L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGq2RtXi1L .row {
  justify-content: center;
}
.cid-uGq2RtXi1L .card-wrapper {
  display: flex;
  background-color: #1f2329;
  justify-content: space-between;
  align-items: center;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-uGq2RtXi1L .card-wrapper {
    display: block;
    padding: 16px;
  }
}
.cid-uGq2RtXi1L .card-wrapper .content-wrapper {
  width: 42%;
}
@media (max-width: 992px) {
  .cid-uGq2RtXi1L .card-wrapper .content-wrapper {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uGq2RtXi1L .card-wrapper .content-wrapper .tag-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uGq2RtXi1L .card-wrapper .content-wrapper .tag-wrapper {
    margin-bottom: 22px;
  }
}
.cid-uGq2RtXi1L .card-wrapper .content-wrapper .tag-wrapper .item-wrap {
  display: inline-flex;
  background-color: #162743;
  padding: 6px 10px;
}
.cid-uGq2RtXi1L .card-wrapper .content-wrapper .mbr-date {
  margin-bottom: 22px;
}
.cid-uGq2RtXi1L .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uGq2RtXi1L .card-wrapper .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uGq2RtXi1L .card-wrapper .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  height: 40px;
  width: 40px;
  min-width: 40px;
  border-radius: 100%;
  object-fit: cover;
  margin-right: 12px;
}
.cid-uGq2RtXi1L .card-wrapper .content-wrapper .logo-wrapper .logo-wrap .mbr-name {
  margin-bottom: 0;
}
.cid-uGq2RtXi1L .card-wrapper .content-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-uGq2RtXi1L .card-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uGq2RtXi1L .card-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uGq2RtXi1L .card-wrapper .image-wrapper img {
  height: 430px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uGq2RtXi1L .card-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uGq2RtXi1L .item-wrap {
  color: #ffffff;
}
.cid-uGq2RtXi1L .mbr-date {
  color: #ffffff;
}
.cid-uGq2RtXi1L .mbr-section-title {
  color: #ffffff;
}
.cid-uGq2RtXi1L .mbr-name {
  color: #ffffff;
}
.cid-uGq37yQM2L {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #162743;
  background-image: linear-gradient(#162743 70%, #e8494b 110%);
}
.cid-uGq37yQM2L .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGq37yQM2L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGq37yQM2L .row {
  justify-content: center;
}
.cid-uGq37yQM2L .card-wrapper {
  display: flex;
  background-color: #1f2329;
  justify-content: space-between;
  align-items: center;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-uGq37yQM2L .card-wrapper {
    display: block;
    padding: 16px;
  }
}
.cid-uGq37yQM2L .card-wrapper .content-wrapper {
  width: 42%;
}
@media (max-width: 992px) {
  .cid-uGq37yQM2L .card-wrapper .content-wrapper {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uGq37yQM2L .card-wrapper .content-wrapper .tag-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uGq37yQM2L .card-wrapper .content-wrapper .tag-wrapper {
    margin-bottom: 22px;
  }
}
.cid-uGq37yQM2L .card-wrapper .content-wrapper .tag-wrapper .item-wrap {
  display: inline-flex;
  background-color: #162743;
  padding: 6px 10px;
}
.cid-uGq37yQM2L .card-wrapper .content-wrapper .mbr-date {
  margin-bottom: 22px;
}
.cid-uGq37yQM2L .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uGq37yQM2L .card-wrapper .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uGq37yQM2L .card-wrapper .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  height: 40px;
  width: 40px;
  min-width: 40px;
  border-radius: 100%;
  object-fit: cover;
  margin-right: 12px;
}
.cid-uGq37yQM2L .card-wrapper .content-wrapper .logo-wrapper .logo-wrap .mbr-name {
  margin-bottom: 0;
}
.cid-uGq37yQM2L .card-wrapper .content-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-uGq37yQM2L .card-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uGq37yQM2L .card-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uGq37yQM2L .card-wrapper .image-wrapper img {
  height: 430px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uGq37yQM2L .card-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uGq37yQM2L .item-wrap {
  color: #ffffff;
}
.cid-uGq37yQM2L .mbr-date {
  color: #ffffff;
}
.cid-uGq37yQM2L .mbr-section-title {
  color: #ffffff;
}
.cid-uGq37yQM2L .mbr-name {
  color: #ffffff;
}
.cid-uGq3nWRXSV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #162743;
  background-image: linear-gradient(#162743 70%, #e8494b 110%);
}
.cid-uGq3nWRXSV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGq3nWRXSV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGq3nWRXSV .row {
  justify-content: center;
}
.cid-uGq3nWRXSV .card-wrapper {
  display: flex;
  background-color: #1f2329;
  justify-content: space-between;
  align-items: center;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-uGq3nWRXSV .card-wrapper {
    display: block;
    padding: 16px;
  }
}
.cid-uGq3nWRXSV .card-wrapper .content-wrapper {
  width: 42%;
}
@media (max-width: 992px) {
  .cid-uGq3nWRXSV .card-wrapper .content-wrapper {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uGq3nWRXSV .card-wrapper .content-wrapper .tag-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uGq3nWRXSV .card-wrapper .content-wrapper .tag-wrapper {
    margin-bottom: 22px;
  }
}
.cid-uGq3nWRXSV .card-wrapper .content-wrapper .tag-wrapper .item-wrap {
  display: inline-flex;
  background-color: #162743;
  padding: 6px 10px;
}
.cid-uGq3nWRXSV .card-wrapper .content-wrapper .mbr-date {
  margin-bottom: 22px;
}
.cid-uGq3nWRXSV .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uGq3nWRXSV .card-wrapper .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uGq3nWRXSV .card-wrapper .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  height: 40px;
  width: 40px;
  min-width: 40px;
  border-radius: 100%;
  object-fit: cover;
  margin-right: 12px;
}
.cid-uGq3nWRXSV .card-wrapper .content-wrapper .logo-wrapper .logo-wrap .mbr-name {
  margin-bottom: 0;
}
.cid-uGq3nWRXSV .card-wrapper .content-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-uGq3nWRXSV .card-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uGq3nWRXSV .card-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uGq3nWRXSV .card-wrapper .image-wrapper img {
  height: 430px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uGq3nWRXSV .card-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uGq3nWRXSV .item-wrap {
  color: #ffffff;
}
.cid-uGq3nWRXSV .mbr-date {
  color: #ffffff;
}
.cid-uGq3nWRXSV .mbr-section-title {
  color: #ffffff;
}
.cid-uGq3nWRXSV .mbr-name {
  color: #ffffff;
}
.cid-uGq3xjpFRI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #162743;
  background-image: linear-gradient(#162743 70%, #e8494b 110%);
}
.cid-uGq3xjpFRI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGq3xjpFRI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGq3xjpFRI .row {
  justify-content: center;
}
.cid-uGq3xjpFRI .card-wrapper {
  display: flex;
  background-color: #1f2329;
  justify-content: space-between;
  align-items: center;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-uGq3xjpFRI .card-wrapper {
    display: block;
    padding: 16px;
  }
}
.cid-uGq3xjpFRI .card-wrapper .content-wrapper {
  width: 42%;
}
@media (max-width: 992px) {
  .cid-uGq3xjpFRI .card-wrapper .content-wrapper {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uGq3xjpFRI .card-wrapper .content-wrapper .tag-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uGq3xjpFRI .card-wrapper .content-wrapper .tag-wrapper {
    margin-bottom: 22px;
  }
}
.cid-uGq3xjpFRI .card-wrapper .content-wrapper .tag-wrapper .item-wrap {
  display: inline-flex;
  background-color: #162743;
  padding: 6px 10px;
}
.cid-uGq3xjpFRI .card-wrapper .content-wrapper .mbr-date {
  margin-bottom: 22px;
}
.cid-uGq3xjpFRI .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uGq3xjpFRI .card-wrapper .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uGq3xjpFRI .card-wrapper .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  height: 40px;
  width: 40px;
  min-width: 40px;
  border-radius: 100%;
  object-fit: cover;
  margin-right: 12px;
}
.cid-uGq3xjpFRI .card-wrapper .content-wrapper .logo-wrapper .logo-wrap .mbr-name {
  margin-bottom: 0;
}
.cid-uGq3xjpFRI .card-wrapper .content-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-uGq3xjpFRI .card-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uGq3xjpFRI .card-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uGq3xjpFRI .card-wrapper .image-wrapper img {
  height: 430px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uGq3xjpFRI .card-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uGq3xjpFRI .item-wrap {
  color: #ffffff;
}
.cid-uGq3xjpFRI .mbr-date {
  color: #ffffff;
}
.cid-uGq3xjpFRI .mbr-section-title {
  color: #ffffff;
}
.cid-uGq3xjpFRI .mbr-name {
  color: #ffffff;
}
.cid-uGpLLNyF0V {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #162743;
}
.cid-uGpLLNyF0V .mbr-text {
  color: #ffffff;
  letter-spacing: 0.03em;
  line-height: 1.8;
}
.cid-uGpLLNyF0V .card-img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-uGpLLNyF0V .card-title {
  margin-bottom: 2rem;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.1em;
}
.cid-uGpLLOm3wj .google-map {
  height: 25rem;
  position: relative;
}
.cid-uGpLLOm3wj .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uGpLLOm3wj .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uGpLLOm3wj .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uGpLLOm3wj .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uGpLLPh2lW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #162743;
}
@media (min-width: 992px) {
  .cid-uGpLLPh2lW .text-wrapper {
    padding: 2rem;
  }
}
.cid-uGpLLPh2lW .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uGpLLPh2lW .image-wrapper {
    margin-top: 2rem;
  }
}
.cid-uGpLLPh2lW .mbr-section-title {
  text-align: left;
  margin-bottom: 0 !important;
  color: #ffffff;
}
.cid-uGpLLPh2lW .name {
  margin-top: 0.70rem;
  color: #ffffff;
  text-align: left;
}
.cid-uGpLLPh2lW .mbr-text {
  margin-bottom: 0 !important;
  color: #000000;
  text-align: left;
  margin-top: 4.25rem !important;
  line-height: 1.4;
}
.cid-uGpLLPh2lW .mbr-text,
.cid-uGpLLPh2lW .mbr-section-data {
  text-align: left;
}
.cid-uGpLLPh2lW .mbr-text,
.cid-uGpLLPh2lW .mbr-section-btn {
  text-align: left;
  color: #8d8d8d;
}
.cid-uGpLLPh2lW .mbr-section-btn {
  margin-top: 3.5rem !important;
}
.cid-uGpLLPh2lW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGpLLPh2lW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGpLLQ9t6C {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uGpLLQ9t6C .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-uGpLLQ9t6C .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-uGpLLQ9t6C .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-uGpLLQ9t6C .btn-primary {
  border: 1px solid #e8494b !important;
}
.cid-uGpLLQ9t6C .btn-primary:hover {
  border: 1px solid #e8494b !important;
}
.cid-uGpLLQ9t6C .stripe {
  border-bottom: 1px solid #162743;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-uGpLLQ9t6C .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-uGpLLQ9t6C .input-group-btn {
  padding-left: 0;
}
.cid-uGpLLQ9t6C .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-uGpLLQ9t6C .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #162743;
  width: 85%;
}
.cid-uGpLLQ9t6C .mbr-text {
  color: #444;
}
.cid-uGpLLQ9t6C h5 {
  margin-bottom: 0;
}
.cid-uGpLLQ9t6C .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uGpLLQ9t6C .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uGpLLQ9t6C .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-uGpLLQ9t6C .socicon {
  font-size: 1.3rem;
  background: #4ead51;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uGpLLQ9t6C .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uGpLLQ9t6C .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uGpLLQ9t6C .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uGpLLQ9t6C .social-list a:hover {
  opacity: 0.4;
}
.cid-uGpLLQ9t6C .media-container-row > div {
  padding: 0px;
}
.cid-uGpLLQ9t6C .text2 {
  color: #000000;
  text-align: left;
}
.cid-uGpLLQ9t6C .group-title {
  text-align: left;
  color: #e8494b;
  padding-bottom: 0.2rem;
}
.cid-uGpLLQ9t6C .links {
  color: #000000;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uGpLLQ9t6C .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uGpLLQ9t6C .social-list,
  .cid-uGpLLQ9t6C .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uGpLLQ9t6C h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-uGpLLQ9t6C .form-group {
    max-width: 180px;
  }
}
.cid-uGpLLQ9t6C .links span {
  color: #9e9e9e;
}
.cid-uGpLLQ9t6C .logo-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-uGpLLQ9t6C .logo-title {
  text-align: center;
}
.cid-uGpLLQ9t6C .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGpLLQ9t6C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGpLLQ9t6C .logo-title,
.cid-uGpLLQ9t6C .logo {
  color: #262624;
}
.cid-uGpLLRsLCI {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #e8494b;
}
