.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Instrument Sans;
}
.display-1 {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 6rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 7.5rem;
}
.display-2 {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 3.6rem;
  line-height: 1;
  letter-spacing: .02em;
}
.display-2 > .mbr-iconfont {
  font-size: 4.5rem;
}
.display-4 {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 1.25rem;
  line-height: 1.6;
  letter-spacing: .02em;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5625rem;
}
.display-5 {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 2rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.33;
  letter-spacing: .02em;
}
.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: 4.8rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.2rem;
    font-size: calc( 2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.88rem;
    font-size: calc( 1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #e10a14 !important;
}
.bg-success {
  background-color: #eaf1e4 !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #e3c10f !important;
}
.bg-danger {
  background-color: #3f1819 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #e10a14 !important;
  border-color: #e10a14 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #f52932 !important;
  border-color: #f52932 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #f52932 !important;
  border-color: #f52932 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #131c28 !important;
  border-color: #131c28 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #23344b !important;
  border-color: #23344b !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #23344b !important;
  border-color: #23344b !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #eaf1e4 !important;
  border-color: #eaf1e4 !important;
  color: #688d49 !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #688d49 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #e3c10f !important;
  border-color: #e3c10f !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #f2d333 !important;
  border-color: #f2d333 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #f2d333 !important;
  border-color: #f2d333 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #3f1819 !important;
  border-color: #3f1819 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #642628 !important;
  border-color: #642628 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #642628 !important;
  border-color: #642628 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #e10a14;
  color: #e10a14;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #8e060d !important;
  background-color: transparent !important;
  border-color: #8e060d !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #e10a14 !important;
  border-color: #e10a14 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #131c28;
  color: #131c28;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #131c28 !important;
  border-color: #131c28 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #eaf1e4;
  color: #eaf1e4;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #bed3ab !important;
  background-color: transparent !important;
  border-color: #bed3ab !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #688d49 !important;
  background-color: #eaf1e4 !important;
  border-color: #eaf1e4 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #e3c10f;
  color: #e3c10f;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #927c0a !important;
  background-color: transparent !important;
  border-color: #927c0a !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #e3c10f !important;
  border-color: #e3c10f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #3f1819;
  color: #3f1819;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #3f1819 !important;
  border-color: #3f1819 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  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: #000000 !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: #fafafa;
  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: #cfcfcf !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: #e10a14 !important;
}
.text-secondary {
  color: #131c28 !important;
}
.text-success {
  color: #eaf1e4 !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #e3c10f !important;
}
.text-danger {
  color: #3f1819 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #7f060b !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #b6cea1 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #837009 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #000000 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #e10a14;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #e3c10f;
}
.alert-danger {
  background-color: #3f1819;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #e10a14;
  border-color: #e10a14;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #e10a14;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fcbbbe;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fbf2c3;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ca7375;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.33;
  letter-spacing: .02em;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #e10a14 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.33;
  letter-spacing: .02em;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #e10a14;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #e10a14;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #e10a14;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #e10a14;
  border-bottom-color: #e10a14;
}
.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: #e10a14 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #131c28 !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='%23e10a14' %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;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  padding: 15px 55px;
  border-radius: 0 !important;
  font-weight: 400 !important;
  position: relative;
}
@media (max-width: 992px) {
  .mbr-section-btn .btn,
  .mbr-section-btn-main .btn {
    padding: 10px 55px;
  }
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover,
.mbr-section-btn .btn:focus,
.mbr-section-btn-main .btn:focus {
  padding: 15px 80px 15px 30px;
}
.mbr-section-btn .btn:hover .mbr-iconfont,
.mbr-section-btn-main .btn:hover .mbr-iconfont,
.mbr-section-btn .btn:focus .mbr-iconfont,
.mbr-section-btn-main .btn:focus .mbr-iconfont {
  transform: translate(0) rotate(-45deg);
  margin-left: 30px;
  opacity: 1;
}
.mbr-section-btn .btn .mbr-iconfont,
.mbr-section-btn-main .btn .mbr-iconfont {
  position: absolute;
  right: 30px;
  transform: translate(-30px, 70%) rotate(-45deg);
  opacity: 0;
  margin-left: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .mbr-section-btn .btn .mbr-iconfont,
  .mbr-section-btn-main .btn .mbr-iconfont {
    margin-left: 16px;
  }
}
img {
  border-radius: 0 !important;
}
.cid-upEqgQwwsn {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-upEqgQwwsn .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-upEqgQwwsn .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-upEqgQwwsn .navbar-logo {
  align-items: center;
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-upEqgQwwsn .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-upEqgQwwsn .wrapper {
  width: 100%;
  display: flex;
  max-width: 1620px;
  margin: auto;
}
.cid-upEqgQwwsn .rr-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-upEqgQwwsn .rr-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-upEqgQwwsn .rr-brand .navbar-caption {
  line-height: 1.2 !important;
}
.cid-upEqgQwwsn .rr-brand .navbar-logo a {
  outline: none;
}
.cid-upEqgQwwsn .navbar-caption-wrap {
  align-items: center;
}
.cid-upEqgQwwsn .navbar-caption {
  line-height: 1.2 !important;
  padding-left: 1rem;
  padding-right: .5rem;
}
.cid-upEqgQwwsn .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-upEqgQwwsn .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
  top: -2px;
}
.cid-upEqgQwwsn .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-upEqgQwwsn .navbar-nav .nav-item .nav-link:hover {
  color: #e10a14 !important;
}
.cid-upEqgQwwsn .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-upEqgQwwsn .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-upEqgQwwsn .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-upEqgQwwsn .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-upEqgQwwsn .navbar-nav {
    padding-left: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-upEqgQwwsn .navbar-nav {
    align-items: center;
  }
}
.cid-upEqgQwwsn .nav-link {
  width: fit-content;
  position: relative;
}
@media (max-width: 767px) {
  .cid-upEqgQwwsn .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-upEqgQwwsn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-upEqgQwwsn .container-fluid {
  display: flex;
  height: fit-content;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #515b45;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-upEqgQwwsn .container-fluid {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-upEqgQwwsn .container-fluid {
    height: 72px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-upEqgQwwsn .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-upEqgQwwsn .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 0px !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
  background: #515b45;
}
.cid-upEqgQwwsn .nav-item:focus,
.cid-upEqgQwwsn .nav-link:focus {
  outline: none;
}
.cid-upEqgQwwsn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-upEqgQwwsn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-upEqgQwwsn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-upEqgQwwsn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-upEqgQwwsn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-upEqgQwwsn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-upEqgQwwsn .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  top: -2px;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-upEqgQwwsn .navbar.opened {
  transition: all 0.3s;
}
.cid-upEqgQwwsn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-upEqgQwwsn .navbar .navbar-logo img {
  width: auto;
}
.cid-upEqgQwwsn .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-upEqgQwwsn .navbar.collapsed {
  justify-content: center;
}
.cid-upEqgQwwsn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-upEqgQwwsn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-upEqgQwwsn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.7rem);
  }
}
.cid-upEqgQwwsn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-upEqgQwwsn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-upEqgQwwsn .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-upEqgQwwsn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-upEqgQwwsn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-upEqgQwwsn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-upEqgQwwsn .navbar {
    min-height: 72px;
  }
  .cid-upEqgQwwsn .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-upEqgQwwsn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-upEqgQwwsn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-upEqgQwwsn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-upEqgQwwsn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-upEqgQwwsn .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-upEqgQwwsn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-upEqgQwwsn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-upEqgQwwsn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-upEqgQwwsn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-upEqgQwwsn .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-upEqgQwwsn .dropdown-item.active,
.cid-upEqgQwwsn .dropdown-item:active {
  background-color: transparent;
}
.cid-upEqgQwwsn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-upEqgQwwsn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-upEqgQwwsn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-upEqgQwwsn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #515b45;
  margin-right: 10px;
}
.cid-upEqgQwwsn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  transform: none;
  top: -12px;
}
.cid-upEqgQwwsn .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-upEqgQwwsn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-upEqgQwwsn .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-upEqgQwwsn .navbar-buttons {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .cid-upEqgQwwsn .navbar-buttons {
    text-align: center;
  }
}
.cid-upEqgQwwsn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-upEqgQwwsn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-upEqgQwwsn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-upEqgQwwsn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upEqgQwwsn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upEqgQwwsn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-upEqgQwwsn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upEqgQwwsn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-upEqgQwwsn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-upEqgQwwsn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upEqgQwwsn .navbar-dropdown {
  padding: 0 1rem;
}
.cid-upEqgQwwsn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-upEqgQwwsn .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-upEqgQwwsn .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-upEqgQwwsn .navbar {
    height: 70px;
  }
  .cid-upEqgQwwsn .navbar.opened {
    height: auto;
  }
  .cid-upEqgQwwsn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-upEqgQwwsn .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-upEqgQwwsn .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-upEqgQwwsn .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-upEqgQwwsn .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-upEqgQwwsn .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-upEqgQwwsn .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-upEqgQwwsn .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-upEqgQwwsn .navbar-brand {
    margin-right: auto;
  }
  .cid-upEqgQwwsn .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #515b45;
    backdrop-filter: blur(8px);
  }
  .cid-upEqgQwwsn .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-upEqgQwwsn .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-upEqgQwwsn .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-upEqgQwwsn .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-upEqgQwwsn .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-upEqgQwwsn .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-upEqgQwwsn .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-upEqgQwwsn .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-upEqgQwwsn .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-upEqgQwwsn .navbar-collapse {
    padding: 1rem;
  }
}
.cid-u5tpzvzYt4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/elite-team-air-freight-forwarding-thumbnail-1200x630.jpg");
}
.cid-u5tpzvzYt4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5tpzvzYt4 .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-u5tpzvzYt4 .container {
    padding: 0 15px;
  }
}
.cid-u5tpzvzYt4 .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-u5tpzvzYt4 .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-u5tpzvzYt4 .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-u5tpzvzYt4 .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-u5tpzvzYt4 .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-u5tpzvzYt4 .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-u5tpzvzYt4 .mbr-section-title {
  color: #131c28;
}
.cid-u5tpzvzYt4 .mbr-desc {
  color: #131c28;
}
.cid-upEp12wGmD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-upEp12wGmD .mbr-fallback-image.disabled {
  display: none;
}
.cid-upEp12wGmD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upEp12wGmD .tabl-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.cid-upEp12wGmD .item-container {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  padding: 10px 0;
}
.cid-upEp12wGmD .frame-item {
  width: 40px;
  height: 1px;
  margin-right: 20px;
  background-color: #45494e;
}
.cid-upEp12wGmD .card-text {
  color: #000000;
  flex-grow: 1;
}
.cid-upEZqQ3XJf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2d3622;
}
.cid-upEZqQ3XJf blockquote {
  border-color: #ffffff;
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-upEZqQ3XJf .mbr-text {
  color: #000000;
}
.cid-u5tpDeed8Q {
  padding-top: 9rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-u5tpDeed8Q .decor-wrap_2 {
  position: absolute;
  top: 12%;
  right: 82%;
  width: 1600px;
  height: 460px;
  background-color: #1d2531;
  transform: skewX(-20deg);
}
.cid-u5tpDeed8Q .decor-wrap_2::before {
  content: '';
  position: absolute;
  width: 190px;
  height: 145px;
  bottom: -145px;
  right: -165px;
  background-color: #1d2531;
  transform: skewX(-20deg);
}
.cid-u5tpDeed8Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5tpDeed8Q .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-u5tpDeed8Q .container {
    padding: 0 15px;
  }
}
.cid-u5tpDeed8Q .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-u5tpDeed8Q .image-wrapper {
  position: relative;
}
.cid-u5tpDeed8Q .image-wrapper .decor-wrap_1 {
  position: absolute;
  top: -10%;
  right: 38%;
  height: 49%;
  width: 65%;
  background-color: #2d3622;
  transform: skewX(-20deg);
}
@media (max-width: 992px) {
  .cid-u5tpDeed8Q .image-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u5tpDeed8Q .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 610px;
  width: 610px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1440px) {
  .cid-u5tpDeed8Q .image-wrapper img {
    width: 510px;
    height: 510px;
  }
}
@media (max-width: 992px) {
  .cid-u5tpDeed8Q .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 768px) {
  .cid-u5tpDeed8Q .image-wrapper img {
    width: 250px;
    height: 250px;
  }
}
.cid-u5tpDeed8Q .content-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
.cid-u5tpDeed8Q .content-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 50px;
  display: inline-flex;
  color: #f7f5f6;
}
.cid-u5tpDeed8Q .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 1440px) {
  .cid-u5tpDeed8Q .content-wrapper .mbr-text {
    margin-bottom: 30px;
  }
}
.cid-u5tpDeed8Q .content-wrapper .item-name {
  margin-bottom: 0;
}
.cid-u5tpDeed8Q .content-wrapper .item-role {
  margin-bottom: 0;
}
.cid-u5tpDeed8Q .mbr-text {
  color: #f7f5f6;
}
.cid-u5tpDeed8Q .item-name {
  color: #000000;
}
.cid-u5tpDeed8Q .item-role {
  color: #68707c;
}
.cid-u5tpDeed8Q .mbr-text,
.cid-u5tpDeed8Q .icon-wrapper {
  color: #000000;
}
.cid-upEpdWxRa8 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #2d3622;
}
.cid-upEpdWxRa8 .titles-section {
  margin-bottom: 40px;
}
.cid-upEpdWxRa8 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #231f59;
}
.cid-upEpdWxRa8 .mbr-section-title {
  color: #6a3649;
}
.cid-upEpdWxRa8 .mbr-section-subtitle {
  color: #6a3649;
}
.cid-upEpdWxRa8 .card-text {
  text-align: center;
  color: #4c4a4b;
}
.cid-upEpdWxRa8 .card .card-title,
.cid-upEpdWxRa8 .iconfont-wrapper {
  color: #ffffff;
}
.cid-upErThpV9g {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/dots-1.svg");
  background-repeat: repeat;
  background-size: 30px 30px;
}
@media (max-width: 1000px) {
  .cid-upErThpV9g {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-upErThpV9g {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
}
.cid-upErThpV9g .mbr-section-subtitle {
  text-align: left;
}
.cid-upErThpV9g .mbr-section-title {
  text-align: left;
}
.cid-upErThpV9g .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-u5tpA5knbO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2d3622;
}
.cid-u5tpA5knbO .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5tpA5knbO .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-u5tpA5knbO .container {
    padding: 0 15px;
  }
}
.cid-u5tpA5knbO .row {
  justify-content: space-between;
}
.cid-u5tpA5knbO .row .card {
  justify-content: flex-end;
}
.cid-u5tpA5knbO .title-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-u5tpA5knbO .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-u5tpA5knbO .mbr-section-btn {
  margin-bottom: 90px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-u5tpA5knbO .mbr-section-btn {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-u5tpA5knbO .mbr-section-btn .btn {
  position: relative;
  padding: 0;
  border: none !important;
}
.cid-u5tpA5knbO .mbr-section-btn .btn::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: #2d3622;
  transition: all 0.3s ease-in-out;
}
.cid-u5tpA5knbO .mbr-section-btn .btn:hover,
.cid-u5tpA5knbO .mbr-section-btn .btn:focus {
  padding: 0;
}
.cid-u5tpA5knbO .mbr-section-btn .btn:hover::before,
.cid-u5tpA5knbO .mbr-section-btn .btn:focus::before {
  width: 0;
}
.cid-u5tpA5knbO .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px 40px;
}
@media (max-width: 992px) {
  .cid-u5tpA5knbO .items-wrapper {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.cid-u5tpA5knbO .items-wrapper .item .item-wrapper .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-bottom: 40px;
  position: relative;
}
.cid-u5tpA5knbO .items-wrapper .item .item-wrapper .item-img:hover img,
.cid-u5tpA5knbO .items-wrapper .item .item-wrapper .item-img:focus img {
  transform: scale(1.2);
}
.cid-u5tpA5knbO .items-wrapper .item .item-wrapper .item-img:hover .icon-wrapper,
.cid-u5tpA5knbO .items-wrapper .item .item-wrapper .item-img:focus .icon-wrapper {
  transform: translate(0);
  opacity: 1;
}
.cid-u5tpA5knbO .items-wrapper .item .item-wrapper .item-img .icon-wrapper {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 75px;
  height: 75px;
  border-radius: 100%;
  opacity: 0;
  transform: translate(-2rem, 2rem);
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
.cid-u5tpA5knbO .items-wrapper .item .item-wrapper .item-img .icon-wrapper::before {
  content: '';
  position: absolute;
  width: 75px;
  height: 75px;
  border-radius: 100%;
  backdrop-filter: blur(5px);
}
.cid-u5tpA5knbO .items-wrapper .item .item-wrapper .item-img .icon-wrapper::after {
  content: '';
  position: absolute;
  width: 75px;
  height: 75px;
  border-radius: 100%;
  background-color: #ec111a;
  opacity: .5;
}
.cid-u5tpA5knbO .items-wrapper .item .item-wrapper .item-img .icon-wrapper .mbr-iconfont {
  font-size: 30px;
  transform: rotate(-45deg);
  color: #ffffff;
  z-index: 1;
}
.cid-u5tpA5knbO .items-wrapper .item .item-wrapper .item-img img {
  height: 620px;
  object-fit: cover;
  transition: all 0.8s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u5tpA5knbO .items-wrapper .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-u5tpA5knbO .items-wrapper .item .item-wrapper .item-img a {
  width: 100%;
}
.cid-u5tpA5knbO .items-wrapper .item .item-wrapper .item-content .date-wrapper {
  margin-bottom: 20px;
}
.cid-u5tpA5knbO .items-wrapper .item .item-wrapper .item-content .date-wrapper .date-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-u5tpA5knbO .items-wrapper .item .item-wrapper .item-content .date-wrapper .date-wrap .item-date {
  padding-right: 15px;
  border-right: 2px solid #2d3622;
  margin-right: 15px;
  margin-bottom: 0;
}
.cid-u5tpA5knbO .items-wrapper .item .item-wrapper .item-content .date-wrapper .date-wrap .item-desc {
  margin-bottom: 0;
}
.cid-u5tpA5knbO .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: all 0.3s ease-in-out;
}
.cid-u5tpA5knbO .items-wrapper .item .item-wrapper .item-content .item-text:hover,
.cid-u5tpA5knbO .items-wrapper .item .item-wrapper .item-content .item-text:focus {
  text-decoration-color: #2d3622;
}
.cid-u5tpA5knbO .mbr-section-title {
  color: #2d3622;
}
.cid-u5tpA5knbO .item-text {
  color: #2d3622;
}
.cid-u5tpA5knbO .item-date {
  color: #2d3622;
}
.cid-u5tpA5knbO .item-desc {
  color: #6e88ab;
}
.cid-u5tpA5knbO .item-desc,
.cid-u5tpA5knbO .date-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-upErRkjfQQ {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/dots-1.svg");
  background-repeat: repeat;
  background-size: 30px 30px;
}
@media (max-width: 1000px) {
  .cid-upErRkjfQQ {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-upErRkjfQQ {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
}
.cid-upErRkjfQQ .mbr-section-subtitle {
  text-align: left;
}
.cid-upErRkjfQQ .mbr-section-title {
  text-align: left;
}
.cid-upErRkjfQQ .mbr-text {
  text-align: left;
}
.cid-upEoXrEITY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2d3622;
}
.cid-upEoXrEITY .mbr-fallback-image.disabled {
  display: none;
}
.cid-upEoXrEITY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upEoXrEITY .video-wrapper iframe {
  width: 100%;
}
.cid-upEoXrEITY .app-video-wrapper::before {
  font-size: 100px;
  line-height: 100px;
  border: 10px solid #ffffff;
  border-radius: 50%;
  padding: 28px 28px 28px 30px;
  top: 45%;
  left: 45%;
}
@media (max-width: 768px) {
  .cid-upEoXrEITY .app-video-wrapper::before {
    font-size: 70px;
    line-height: 70px;
    border: none;
    padding: 0;
    top: 50%;
    left: 50%;
  }
}
.cid-upEoXrEITY .video-block {
  position: relative;
  z-index: 1;
}
.cid-upEoXrEITY .video-block .video-wrapper iframe {
  z-index: 1;
  position: relative;
}
.cid-upEoXrEITY .video-block .image-absolute {
  position: absolute;
  top: -12rem;
  left: -4rem;
  width: 300px;
  height: 450px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-upEoXrEITY .video-block .image-absolute {
    display: none;
  }
}
.cid-u5tpDME5jD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u5tpDME5jD .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5tpDME5jD .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-u5tpDME5jD .container {
    padding: 0 15px;
  }
}
.cid-u5tpDME5jD .content-wrapper {
  position: relative;
}
.cid-u5tpDME5jD .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-u5tpDME5jD .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-u5tpDME5jD .content-wrapper .content-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-u5tpDME5jD .content-wrapper .content-wrap {
    display: block;
  }
}
.cid-u5tpDME5jD .content-wrapper .content-wrap .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-u5tpDME5jD .content-wrapper .content-wrap .text-wrapper {
    width: 100%;
    margin-bottom: 60px;
  }
}
.cid-u5tpDME5jD .content-wrapper .content-wrap .text-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
.cid-u5tpDME5jD .content-wrapper .content-wrap .text-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 50px;
  display: inline-flex;
  color: #68707c;
}
.cid-u5tpDME5jD .content-wrapper .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u5tpDME5jD .content-wrapper .content-wrap .image-wrapper {
  position: relative;
  width: 40%;
}
@media (max-width: 992px) {
  .cid-u5tpDME5jD .content-wrapper .content-wrap .image-wrapper {
    width: 100%;
  }
}
.cid-u5tpDME5jD .content-wrapper .content-wrap .image-wrapper .decor-wrap {
  position: absolute;
  top: -5%;
  left: 0;
  height: 25%;
  width: 65%;
  background-color: #2d3622;
  transform: skewX(-20deg);
}
.cid-u5tpDME5jD .content-wrapper .content-wrap .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 660px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u5tpDME5jD .content-wrapper .content-wrap .image-wrapper img {
    height: 350px;
  }
}
.cid-u5tpDME5jD .mbr-text {
  color: #f7f5f6;
}
.cid-u5tpDME5jD .mbr-section-title {
  color: #000000;
}
.cid-u5tpDME5jD .mbr-text,
.cid-u5tpDME5jD .icon-wrapper {
  color: #000000;
}
.cid-upEVvKZszt {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #2d3622;
}
.cid-upEVvKZszt .mbr-fallback-image.disabled {
  display: none;
}
.cid-upEVvKZszt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upEVvKZszt .row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-upEVvKZszt img {
    padding: 0 4rem;
  }
}
@media (max-width: 992px) {
  .cid-upEVvKZszt img {
    padding-bottom: 2rem;
  }
}
.cid-upEVvKZszt .row {
  align-items: center;
}
.cid-upEVvKZszt .mbr-section-title {
  color: #ffffff;
}
.cid-upEVvKZszt .mbr-text,
.cid-upEVvKZszt .mbr-section-btn {
  color: #ffffff;
}
.cid-upEVvKZszt .mbr-section-subtitle {
  color: #ffffff;
}
.cid-upEtbv6883 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/dots-1.svg");
  background-repeat: repeat;
  background-size: 30px 30px;
}
@media (max-width: 1000px) {
  .cid-upEtbv6883 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-upEtbv6883 {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
}
.cid-upEtbv6883 .mbr-section-subtitle {
  text-align: left;
}
.cid-upEtbv6883 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-upEtbv6883 .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-upEUz51CGX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-upEUz51CGX .mbr-fallback-image.disabled {
  display: none;
}
.cid-upEUz51CGX .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-upEUz51CGX .container {
    padding: 0 22px;
  }
}
.cid-upEUz51CGX .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-upEUz51CGX .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-upEUz51CGX .image-wrapper img {
  height: 415px;
  border-radius: 0 6rem 0 0 !important;
}
@media (max-width: 992px) {
  .cid-upEUz51CGX .image-wrapper img {
    height: 350px;
  }
}
.cid-upEUz51CGX .mbr-section-title {
  margin-bottom: 16px;
  color: #000000;
}
.cid-upEUz51CGX .panel-group {
  border-bottom: 1px solid #d4d3d3;
}
.cid-upEUz51CGX .panel-group .card {
  border-top: 1px solid #d4d3d3;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
}
.cid-upEUz51CGX .panel-group .card:hover,
.cid-upEUz51CGX .panel-group .card:focus {
  border-top: 1px solid #000000;
}
.cid-upEUz51CGX .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-upEUz51CGX .panel-group .card .card-header .panel-title {
  display: inline-flex;
  padding: 40px 0;
  justify-content: space-between;
  width: 100%;
}
.cid-upEUz51CGX .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-upEUz51CGX .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 25px;
  width: 25px;
  height: 25px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  color: #000000;
  margin-left: 16px;
}
.cid-upEUz51CGX .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  color: #ff5753;
}
.cid-upEUz51CGX .panel-group .card .panel-collapse .panel-body {
  padding: 16px 0 80px;
}
@media (max-width: 992px) {
  .cid-upEUz51CGX .panel-group .card .panel-collapse .panel-body {
    padding: 16px 0 55px;
  }
}
.cid-upEUz51CGX .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-upEUz51CGX .panel-title-edit {
  color: #000000;
}
.cid-upEUz51CGX .panel-text {
  color: #8a8588;
}
.cid-upEt6ch1a0 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/dots-1.svg");
  background-repeat: repeat;
  background-size: 30px 30px;
}
@media (max-width: 1000px) {
  .cid-upEt6ch1a0 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-upEt6ch1a0 {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
}
.cid-upEt6ch1a0 .mbr-section-subtitle {
  text-align: left;
}
.cid-upEt6ch1a0 .mbr-section-title {
  text-align: left;
}
.cid-upEt6ch1a0 .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-upEU9KnGFQ {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background: #ffffff;
}
.cid-upEU9KnGFQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-upEU9KnGFQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upEU9KnGFQ .card-wrapper {
  border: 1px solid #e10a14;
}
.cid-upEU9KnGFQ .google-map {
  height: 30rem;
  position: relative;
}
.cid-upEU9KnGFQ .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-upEU9KnGFQ .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-upEU9KnGFQ .google-map[data-state] {
  background: #e9e5dc;
}
.cid-upEU9KnGFQ .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-upEU9KnGFQ .content-head {
  max-width: 800px;
}
.cid-upEU9KnGFQ .mbr-section-title {
  color: #000000;
}
.cid-u5tpGkJ9qH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2d3622;
}
.cid-u5tpGkJ9qH .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5tpGkJ9qH .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-u5tpGkJ9qH .container {
    padding: 0 15px;
  }
}
.cid-u5tpGkJ9qH .content-wrapper {
  display: grid;
  grid-template-columns: 30% 50% 20%;
}
@media (max-width: 992px) {
  .cid-u5tpGkJ9qH .content-wrapper {
    display: block;
  }
}
.cid-u5tpGkJ9qH .content-wrapper .list-wrapper,
.cid-u5tpGkJ9qH .content-wrapper .nav-wrapper {
  margin-bottom: 130px;
}
@media (max-width: 992px) {
  .cid-u5tpGkJ9qH .content-wrapper .list-wrapper,
  .cid-u5tpGkJ9qH .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u5tpGkJ9qH .content-wrapper .list-wrapper .mbr-section-subtitle,
.cid-u5tpGkJ9qH .content-wrapper .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-u5tpGkJ9qH .content-wrapper .list-wrapper .list,
.cid-u5tpGkJ9qH .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-u5tpGkJ9qH .content-wrapper .list-wrapper .list .item-wrap,
.cid-u5tpGkJ9qH .content-wrapper .nav-wrapper .list .item-wrap {
  cursor: pointer;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
  width: fit-content;
}
.cid-u5tpGkJ9qH .content-wrapper .list-wrapper .list .item-wrap:hover::before,
.cid-u5tpGkJ9qH .content-wrapper .nav-wrapper .list .item-wrap:hover::before,
.cid-u5tpGkJ9qH .content-wrapper .list-wrapper .list .item-wrap:focus::before,
.cid-u5tpGkJ9qH .content-wrapper .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-u5tpGkJ9qH .content-wrapper .list-wrapper .list .item-wrap::before,
.cid-u5tpGkJ9qH .content-wrapper .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: #131c28;
  transition: all 0.3s ease-in-out;
}
.cid-u5tpGkJ9qH .content-wrapper .contacts-wrapper {
  margin-bottom: 130px;
}
@media (max-width: 992px) {
  .cid-u5tpGkJ9qH .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u5tpGkJ9qH .content-wrapper .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-u5tpGkJ9qH .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-u5tpGkJ9qH .content-wrapper .contacts-wrapper .list .item-wrap {
  cursor: pointer;
  margin-bottom: 10px;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-u5tpGkJ9qH .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-u5tpGkJ9qH .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #ec111a;
}
.cid-u5tpGkJ9qH .copy-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  display: block;
}
@media (max-width: 992px) {
  .cid-u5tpGkJ9qH .copy-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-u5tpGkJ9qH .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u5tpGkJ9qH .copy-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u5tpGkJ9qH .copy-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-u5tpGkJ9qH .copy-wrapper .title-wrapper .title-wrap img {
  width: 30px;
  height: 30px;
  border-radius: 100% !important;
  object-fit: contain;
  margin-right: 5px;
}
.cid-u5tpGkJ9qH .copy-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-u5tpGkJ9qH .mbr-section-title {
  color: #131c28;
}
.cid-u5tpGkJ9qH .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-u5tpGkJ9qH .list {
  color: #131c28;
}
.cid-u5tpGkJ9qH .mbr-copy {
  color: #ffffff;
}
.cid-u5tpGkJ9qH .list,
.cid-u5tpGkJ9qH .item-wrap,
.cid-u5tpGkJ9qH .list-wrapper {
  color: #ffffff;
}
.cid-upF3e7QQMk {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-upF3e7QQMk .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-upF3e7QQMk .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-upF3e7QQMk .navbar-logo {
  align-items: center;
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-upF3e7QQMk .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-upF3e7QQMk .wrapper {
  width: 100%;
  display: flex;
  max-width: 1620px;
  margin: auto;
}
.cid-upF3e7QQMk .rr-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-upF3e7QQMk .rr-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-upF3e7QQMk .rr-brand .navbar-caption {
  line-height: 1.2 !important;
}
.cid-upF3e7QQMk .rr-brand .navbar-logo a {
  outline: none;
}
.cid-upF3e7QQMk .navbar-caption-wrap {
  align-items: center;
}
.cid-upF3e7QQMk .navbar-caption {
  line-height: 1.2 !important;
  padding-left: 1rem;
  padding-right: .5rem;
}
.cid-upF3e7QQMk .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-upF3e7QQMk .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
  top: -2px;
}
.cid-upF3e7QQMk .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-upF3e7QQMk .navbar-nav .nav-item .nav-link:hover {
  color: #e10a14 !important;
}
.cid-upF3e7QQMk .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-upF3e7QQMk .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-upF3e7QQMk .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-upF3e7QQMk .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-upF3e7QQMk .navbar-nav {
    padding-left: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-upF3e7QQMk .navbar-nav {
    align-items: center;
  }
}
.cid-upF3e7QQMk .nav-link {
  width: fit-content;
  position: relative;
}
@media (max-width: 767px) {
  .cid-upF3e7QQMk .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-upF3e7QQMk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-upF3e7QQMk .container-fluid {
  display: flex;
  height: fit-content;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #515b45;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-upF3e7QQMk .container-fluid {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-upF3e7QQMk .container-fluid {
    height: 72px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-upF3e7QQMk .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-upF3e7QQMk .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 0px !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
  background: #515b45;
}
.cid-upF3e7QQMk .nav-item:focus,
.cid-upF3e7QQMk .nav-link:focus {
  outline: none;
}
.cid-upF3e7QQMk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-upF3e7QQMk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-upF3e7QQMk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-upF3e7QQMk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-upF3e7QQMk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-upF3e7QQMk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-upF3e7QQMk .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  top: -2px;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-upF3e7QQMk .navbar.opened {
  transition: all 0.3s;
}
.cid-upF3e7QQMk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-upF3e7QQMk .navbar .navbar-logo img {
  width: auto;
}
.cid-upF3e7QQMk .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-upF3e7QQMk .navbar.collapsed {
  justify-content: center;
}
.cid-upF3e7QQMk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-upF3e7QQMk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-upF3e7QQMk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.7rem);
  }
}
.cid-upF3e7QQMk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-upF3e7QQMk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-upF3e7QQMk .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-upF3e7QQMk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-upF3e7QQMk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-upF3e7QQMk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-upF3e7QQMk .navbar {
    min-height: 72px;
  }
  .cid-upF3e7QQMk .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-upF3e7QQMk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-upF3e7QQMk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-upF3e7QQMk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-upF3e7QQMk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-upF3e7QQMk .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-upF3e7QQMk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-upF3e7QQMk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-upF3e7QQMk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-upF3e7QQMk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-upF3e7QQMk .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-upF3e7QQMk .dropdown-item.active,
.cid-upF3e7QQMk .dropdown-item:active {
  background-color: transparent;
}
.cid-upF3e7QQMk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-upF3e7QQMk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-upF3e7QQMk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-upF3e7QQMk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #515b45;
  margin-right: 10px;
}
.cid-upF3e7QQMk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  transform: none;
  top: -12px;
}
.cid-upF3e7QQMk .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-upF3e7QQMk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-upF3e7QQMk .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-upF3e7QQMk .navbar-buttons {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .cid-upF3e7QQMk .navbar-buttons {
    text-align: center;
  }
}
.cid-upF3e7QQMk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-upF3e7QQMk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-upF3e7QQMk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-upF3e7QQMk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upF3e7QQMk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upF3e7QQMk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-upF3e7QQMk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upF3e7QQMk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-upF3e7QQMk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-upF3e7QQMk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upF3e7QQMk .navbar-dropdown {
  padding: 0 1rem;
}
.cid-upF3e7QQMk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-upF3e7QQMk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-upF3e7QQMk .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-upF3e7QQMk .navbar {
    height: 70px;
  }
  .cid-upF3e7QQMk .navbar.opened {
    height: auto;
  }
  .cid-upF3e7QQMk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-upF3e7QQMk .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-upF3e7QQMk .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-upF3e7QQMk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-upF3e7QQMk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-upF3e7QQMk .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-upF3e7QQMk .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-upF3e7QQMk .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-upF3e7QQMk .navbar-brand {
    margin-right: auto;
  }
  .cid-upF3e7QQMk .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #515b45;
    backdrop-filter: blur(8px);
  }
  .cid-upF3e7QQMk .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-upF3e7QQMk .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-upF3e7QQMk .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-upF3e7QQMk .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-upF3e7QQMk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-upF3e7QQMk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-upF3e7QQMk .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-upF3e7QQMk .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-upF3e7QQMk .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-upF3e7QQMk .navbar-collapse {
    padding: 1rem;
  }
}
.cid-upF3eaWPAa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/air-freight-vs-sea-freight-1920x1227.png");
}
.cid-upF3eaWPAa .mbr-fallback-image.disabled {
  display: none;
}
.cid-upF3eaWPAa .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-upF3eaWPAa .container {
    padding: 0 15px;
  }
}
.cid-upF3eaWPAa .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-upF3eaWPAa .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-upF3eaWPAa .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-upF3eaWPAa .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-upF3eaWPAa .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-upF3eaWPAa .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-upF3eaWPAa .mbr-section-title {
  color: #131c28;
}
.cid-upF3eaWPAa .mbr-desc {
  color: #131c28;
}
.cid-upF3edJL54 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2d3622;
}
.cid-upF3edJL54 blockquote {
  border-color: #ffffff;
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-upF3edJL54 .mbr-text {
  color: #000000;
}
.cid-upF3exKGue {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2d3622;
}
.cid-upF3exKGue .mbr-fallback-image.disabled {
  display: none;
}
.cid-upF3exKGue .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-upF3exKGue .container {
    padding: 0 15px;
  }
}
.cid-upF3exKGue .content-wrapper {
  display: grid;
  grid-template-columns: 30% 50% 20%;
}
@media (max-width: 992px) {
  .cid-upF3exKGue .content-wrapper {
    display: block;
  }
}
.cid-upF3exKGue .content-wrapper .list-wrapper,
.cid-upF3exKGue .content-wrapper .nav-wrapper {
  margin-bottom: 130px;
}
@media (max-width: 992px) {
  .cid-upF3exKGue .content-wrapper .list-wrapper,
  .cid-upF3exKGue .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-upF3exKGue .content-wrapper .list-wrapper .mbr-section-subtitle,
.cid-upF3exKGue .content-wrapper .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-upF3exKGue .content-wrapper .list-wrapper .list,
.cid-upF3exKGue .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-upF3exKGue .content-wrapper .list-wrapper .list .item-wrap,
.cid-upF3exKGue .content-wrapper .nav-wrapper .list .item-wrap {
  cursor: pointer;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
  width: fit-content;
}
.cid-upF3exKGue .content-wrapper .list-wrapper .list .item-wrap:hover::before,
.cid-upF3exKGue .content-wrapper .nav-wrapper .list .item-wrap:hover::before,
.cid-upF3exKGue .content-wrapper .list-wrapper .list .item-wrap:focus::before,
.cid-upF3exKGue .content-wrapper .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-upF3exKGue .content-wrapper .list-wrapper .list .item-wrap::before,
.cid-upF3exKGue .content-wrapper .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: #131c28;
  transition: all 0.3s ease-in-out;
}
.cid-upF3exKGue .content-wrapper .contacts-wrapper {
  margin-bottom: 130px;
}
@media (max-width: 992px) {
  .cid-upF3exKGue .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-upF3exKGue .content-wrapper .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-upF3exKGue .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-upF3exKGue .content-wrapper .contacts-wrapper .list .item-wrap {
  cursor: pointer;
  margin-bottom: 10px;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-upF3exKGue .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-upF3exKGue .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #ec111a;
}
.cid-upF3exKGue .copy-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  display: block;
}
@media (max-width: 992px) {
  .cid-upF3exKGue .copy-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-upF3exKGue .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-upF3exKGue .copy-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-upF3exKGue .copy-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-upF3exKGue .copy-wrapper .title-wrapper .title-wrap img {
  width: 30px;
  height: 30px;
  border-radius: 100% !important;
  object-fit: contain;
  margin-right: 5px;
}
.cid-upF3exKGue .copy-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-upF3exKGue .mbr-section-title {
  color: #131c28;
}
.cid-upF3exKGue .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-upF3exKGue .list {
  color: #131c28;
}
.cid-upF3exKGue .mbr-copy {
  color: #ffffff;
}
.cid-upF3exKGue .list,
.cid-upF3exKGue .item-wrap,
.cid-upF3exKGue .list-wrapper {
  color: #ffffff;
}
.cid-upF3L7MBig {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-upF3L7MBig .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-upF3L7MBig .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-upF3L7MBig .navbar-logo {
  align-items: center;
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-upF3L7MBig .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-upF3L7MBig .wrapper {
  width: 100%;
  display: flex;
  max-width: 1620px;
  margin: auto;
}
.cid-upF3L7MBig .rr-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-upF3L7MBig .rr-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-upF3L7MBig .rr-brand .navbar-caption {
  line-height: 1.2 !important;
}
.cid-upF3L7MBig .rr-brand .navbar-logo a {
  outline: none;
}
.cid-upF3L7MBig .navbar-caption-wrap {
  align-items: center;
}
.cid-upF3L7MBig .navbar-caption {
  line-height: 1.2 !important;
  padding-left: 1rem;
  padding-right: .5rem;
}
.cid-upF3L7MBig .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-upF3L7MBig .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
  top: -2px;
}
.cid-upF3L7MBig .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-upF3L7MBig .navbar-nav .nav-item .nav-link:hover {
  color: #e10a14 !important;
}
.cid-upF3L7MBig .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-upF3L7MBig .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-upF3L7MBig .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-upF3L7MBig .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-upF3L7MBig .navbar-nav {
    padding-left: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-upF3L7MBig .navbar-nav {
    align-items: center;
  }
}
.cid-upF3L7MBig .nav-link {
  width: fit-content;
  position: relative;
}
@media (max-width: 767px) {
  .cid-upF3L7MBig .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-upF3L7MBig .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-upF3L7MBig .container-fluid {
  display: flex;
  height: fit-content;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #515b45;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-upF3L7MBig .container-fluid {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-upF3L7MBig .container-fluid {
    height: 72px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-upF3L7MBig .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-upF3L7MBig .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 0px !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
  background: #515b45;
}
.cid-upF3L7MBig .nav-item:focus,
.cid-upF3L7MBig .nav-link:focus {
  outline: none;
}
.cid-upF3L7MBig .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-upF3L7MBig .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-upF3L7MBig .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-upF3L7MBig .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-upF3L7MBig .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-upF3L7MBig .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-upF3L7MBig .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  top: -2px;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-upF3L7MBig .navbar.opened {
  transition: all 0.3s;
}
.cid-upF3L7MBig .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-upF3L7MBig .navbar .navbar-logo img {
  width: auto;
}
.cid-upF3L7MBig .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-upF3L7MBig .navbar.collapsed {
  justify-content: center;
}
.cid-upF3L7MBig .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-upF3L7MBig .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-upF3L7MBig .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.7rem);
  }
}
.cid-upF3L7MBig .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-upF3L7MBig .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-upF3L7MBig .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-upF3L7MBig .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-upF3L7MBig .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-upF3L7MBig .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-upF3L7MBig .navbar {
    min-height: 72px;
  }
  .cid-upF3L7MBig .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-upF3L7MBig .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-upF3L7MBig .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-upF3L7MBig .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-upF3L7MBig .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-upF3L7MBig .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-upF3L7MBig .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-upF3L7MBig .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-upF3L7MBig .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-upF3L7MBig .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-upF3L7MBig .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-upF3L7MBig .dropdown-item.active,
.cid-upF3L7MBig .dropdown-item:active {
  background-color: transparent;
}
.cid-upF3L7MBig .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-upF3L7MBig .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-upF3L7MBig .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-upF3L7MBig .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #515b45;
  margin-right: 10px;
}
.cid-upF3L7MBig .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  transform: none;
  top: -12px;
}
.cid-upF3L7MBig .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-upF3L7MBig ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-upF3L7MBig .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-upF3L7MBig .navbar-buttons {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .cid-upF3L7MBig .navbar-buttons {
    text-align: center;
  }
}
.cid-upF3L7MBig button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-upF3L7MBig button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-upF3L7MBig button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-upF3L7MBig button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upF3L7MBig button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upF3L7MBig button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-upF3L7MBig nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upF3L7MBig nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-upF3L7MBig nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-upF3L7MBig nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upF3L7MBig .navbar-dropdown {
  padding: 0 1rem;
}
.cid-upF3L7MBig a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-upF3L7MBig .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-upF3L7MBig .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-upF3L7MBig .navbar {
    height: 70px;
  }
  .cid-upF3L7MBig .navbar.opened {
    height: auto;
  }
  .cid-upF3L7MBig .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-upF3L7MBig .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-upF3L7MBig .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-upF3L7MBig .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-upF3L7MBig .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-upF3L7MBig .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-upF3L7MBig .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-upF3L7MBig .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-upF3L7MBig .navbar-brand {
    margin-right: auto;
  }
  .cid-upF3L7MBig .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #515b45;
    backdrop-filter: blur(8px);
  }
  .cid-upF3L7MBig .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-upF3L7MBig .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-upF3L7MBig .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-upF3L7MBig .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-upF3L7MBig .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-upF3L7MBig .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-upF3L7MBig .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-upF3L7MBig .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-upF3L7MBig .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-upF3L7MBig .navbar-collapse {
    padding: 1rem;
  }
}
.cid-upF3LbhDPi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/the-process-of-freight-forwarding-1200x799.jpg");
}
.cid-upF3LbhDPi .mbr-fallback-image.disabled {
  display: none;
}
.cid-upF3LbhDPi .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-upF3LbhDPi .container {
    padding: 0 15px;
  }
}
.cid-upF3LbhDPi .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-upF3LbhDPi .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-upF3LbhDPi .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-upF3LbhDPi .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-upF3LbhDPi .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-upF3LbhDPi .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-upF3LbhDPi .mbr-section-title {
  color: #131c28;
}
.cid-upF3LbhDPi .mbr-desc {
  color: #131c28;
}
.cid-upF3Ld4Fz8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2d3622;
}
.cid-upF3Ld4Fz8 blockquote {
  border-color: #ffffff;
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-upF3Ld4Fz8 .mbr-text {
  color: #000000;
}
.cid-upF3LdShkM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2d3622;
}
.cid-upF3LdShkM .mbr-fallback-image.disabled {
  display: none;
}
.cid-upF3LdShkM .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-upF3LdShkM .container {
    padding: 0 15px;
  }
}
.cid-upF3LdShkM .content-wrapper {
  display: grid;
  grid-template-columns: 30% 50% 20%;
}
@media (max-width: 992px) {
  .cid-upF3LdShkM .content-wrapper {
    display: block;
  }
}
.cid-upF3LdShkM .content-wrapper .list-wrapper,
.cid-upF3LdShkM .content-wrapper .nav-wrapper {
  margin-bottom: 130px;
}
@media (max-width: 992px) {
  .cid-upF3LdShkM .content-wrapper .list-wrapper,
  .cid-upF3LdShkM .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-upF3LdShkM .content-wrapper .list-wrapper .mbr-section-subtitle,
.cid-upF3LdShkM .content-wrapper .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-upF3LdShkM .content-wrapper .list-wrapper .list,
.cid-upF3LdShkM .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-upF3LdShkM .content-wrapper .list-wrapper .list .item-wrap,
.cid-upF3LdShkM .content-wrapper .nav-wrapper .list .item-wrap {
  cursor: pointer;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
  width: fit-content;
}
.cid-upF3LdShkM .content-wrapper .list-wrapper .list .item-wrap:hover::before,
.cid-upF3LdShkM .content-wrapper .nav-wrapper .list .item-wrap:hover::before,
.cid-upF3LdShkM .content-wrapper .list-wrapper .list .item-wrap:focus::before,
.cid-upF3LdShkM .content-wrapper .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-upF3LdShkM .content-wrapper .list-wrapper .list .item-wrap::before,
.cid-upF3LdShkM .content-wrapper .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: #131c28;
  transition: all 0.3s ease-in-out;
}
.cid-upF3LdShkM .content-wrapper .contacts-wrapper {
  margin-bottom: 130px;
}
@media (max-width: 992px) {
  .cid-upF3LdShkM .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-upF3LdShkM .content-wrapper .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-upF3LdShkM .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-upF3LdShkM .content-wrapper .contacts-wrapper .list .item-wrap {
  cursor: pointer;
  margin-bottom: 10px;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-upF3LdShkM .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-upF3LdShkM .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #ec111a;
}
.cid-upF3LdShkM .copy-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  display: block;
}
@media (max-width: 992px) {
  .cid-upF3LdShkM .copy-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-upF3LdShkM .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-upF3LdShkM .copy-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-upF3LdShkM .copy-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-upF3LdShkM .copy-wrapper .title-wrapper .title-wrap img {
  width: 30px;
  height: 30px;
  border-radius: 100% !important;
  object-fit: contain;
  margin-right: 5px;
}
.cid-upF3LdShkM .copy-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-upF3LdShkM .mbr-section-title {
  color: #131c28;
}
.cid-upF3LdShkM .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-upF3LdShkM .list {
  color: #131c28;
}
.cid-upF3LdShkM .mbr-copy {
  color: #ffffff;
}
.cid-upF3LdShkM .list,
.cid-upF3LdShkM .item-wrap,
.cid-upF3LdShkM .list-wrapper {
  color: #ffffff;
}
.cid-upF43B09Ja {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-upF43B09Ja .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-upF43B09Ja .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-upF43B09Ja .navbar-logo {
  align-items: center;
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-upF43B09Ja .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-upF43B09Ja .wrapper {
  width: 100%;
  display: flex;
  max-width: 1620px;
  margin: auto;
}
.cid-upF43B09Ja .rr-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-upF43B09Ja .rr-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-upF43B09Ja .rr-brand .navbar-caption {
  line-height: 1.2 !important;
}
.cid-upF43B09Ja .rr-brand .navbar-logo a {
  outline: none;
}
.cid-upF43B09Ja .navbar-caption-wrap {
  align-items: center;
}
.cid-upF43B09Ja .navbar-caption {
  line-height: 1.2 !important;
  padding-left: 1rem;
  padding-right: .5rem;
}
.cid-upF43B09Ja .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-upF43B09Ja .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
  top: -2px;
}
.cid-upF43B09Ja .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-upF43B09Ja .navbar-nav .nav-item .nav-link:hover {
  color: #e10a14 !important;
}
.cid-upF43B09Ja .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-upF43B09Ja .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-upF43B09Ja .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-upF43B09Ja .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-upF43B09Ja .navbar-nav {
    padding-left: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-upF43B09Ja .navbar-nav {
    align-items: center;
  }
}
.cid-upF43B09Ja .nav-link {
  width: fit-content;
  position: relative;
}
@media (max-width: 767px) {
  .cid-upF43B09Ja .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-upF43B09Ja .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-upF43B09Ja .container-fluid {
  display: flex;
  height: fit-content;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #515b45;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-upF43B09Ja .container-fluid {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-upF43B09Ja .container-fluid {
    height: 72px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-upF43B09Ja .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-upF43B09Ja .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 0px !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
  background: #515b45;
}
.cid-upF43B09Ja .nav-item:focus,
.cid-upF43B09Ja .nav-link:focus {
  outline: none;
}
.cid-upF43B09Ja .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-upF43B09Ja .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-upF43B09Ja .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-upF43B09Ja .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-upF43B09Ja .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-upF43B09Ja .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-upF43B09Ja .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  top: -2px;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-upF43B09Ja .navbar.opened {
  transition: all 0.3s;
}
.cid-upF43B09Ja .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-upF43B09Ja .navbar .navbar-logo img {
  width: auto;
}
.cid-upF43B09Ja .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-upF43B09Ja .navbar.collapsed {
  justify-content: center;
}
.cid-upF43B09Ja .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-upF43B09Ja .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-upF43B09Ja .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.7rem);
  }
}
.cid-upF43B09Ja .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-upF43B09Ja .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-upF43B09Ja .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-upF43B09Ja .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-upF43B09Ja .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-upF43B09Ja .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-upF43B09Ja .navbar {
    min-height: 72px;
  }
  .cid-upF43B09Ja .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-upF43B09Ja .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-upF43B09Ja .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-upF43B09Ja .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-upF43B09Ja .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-upF43B09Ja .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-upF43B09Ja .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-upF43B09Ja .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-upF43B09Ja .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-upF43B09Ja .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-upF43B09Ja .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-upF43B09Ja .dropdown-item.active,
.cid-upF43B09Ja .dropdown-item:active {
  background-color: transparent;
}
.cid-upF43B09Ja .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-upF43B09Ja .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-upF43B09Ja .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-upF43B09Ja .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #515b45;
  margin-right: 10px;
}
.cid-upF43B09Ja .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  transform: none;
  top: -12px;
}
.cid-upF43B09Ja .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-upF43B09Ja ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-upF43B09Ja .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-upF43B09Ja .navbar-buttons {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .cid-upF43B09Ja .navbar-buttons {
    text-align: center;
  }
}
.cid-upF43B09Ja button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-upF43B09Ja button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-upF43B09Ja button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-upF43B09Ja button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upF43B09Ja button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upF43B09Ja button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-upF43B09Ja nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upF43B09Ja nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-upF43B09Ja nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-upF43B09Ja nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upF43B09Ja .navbar-dropdown {
  padding: 0 1rem;
}
.cid-upF43B09Ja a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-upF43B09Ja .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-upF43B09Ja .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-upF43B09Ja .navbar {
    height: 70px;
  }
  .cid-upF43B09Ja .navbar.opened {
    height: auto;
  }
  .cid-upF43B09Ja .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-upF43B09Ja .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-upF43B09Ja .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-upF43B09Ja .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-upF43B09Ja .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-upF43B09Ja .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-upF43B09Ja .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-upF43B09Ja .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-upF43B09Ja .navbar-brand {
    margin-right: auto;
  }
  .cid-upF43B09Ja .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #515b45;
    backdrop-filter: blur(8px);
  }
  .cid-upF43B09Ja .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-upF43B09Ja .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-upF43B09Ja .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-upF43B09Ja .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-upF43B09Ja .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-upF43B09Ja .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-upF43B09Ja .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-upF43B09Ja .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-upF43B09Ja .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-upF43B09Ja .navbar-collapse {
    padding: 1rem;
  }
}
.cid-upF43CcjmD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/golden-passenger-1-899x405.jpg");
}
.cid-upF43CcjmD .mbr-fallback-image.disabled {
  display: none;
}
.cid-upF43CcjmD .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-upF43CcjmD .container {
    padding: 0 15px;
  }
}
.cid-upF43CcjmD .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-upF43CcjmD .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-upF43CcjmD .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-upF43CcjmD .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-upF43CcjmD .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-upF43CcjmD .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-upF43CcjmD .mbr-section-title {
  color: #131c28;
}
.cid-upF43CcjmD .mbr-desc {
  color: #131c28;
}
.cid-upF43D93Tj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-upF43D93Tj .mbr-fallback-image.disabled {
  display: none;
}
.cid-upF43D93Tj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upF43D93Tj .tabl-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.cid-upF43D93Tj .item-container {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  padding: 10px 0;
}
.cid-upF43D93Tj .frame-item {
  width: 40px;
  height: 1px;
  margin-right: 20px;
  background-color: #45494e;
}
.cid-upF43D93Tj .card-text {
  color: #000000;
  flex-grow: 1;
}
.cid-upF43Ekc3a {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2d3622;
}
.cid-upF43Ekc3a blockquote {
  border-color: #ffffff;
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-upF43Ekc3a .mbr-text {
  color: #000000;
}
.cid-upF43Fftn8 {
  padding-top: 9rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-upF43Fftn8 .decor-wrap_2 {
  position: absolute;
  top: 12%;
  right: 82%;
  width: 1600px;
  height: 460px;
  background-color: #1d2531;
  transform: skewX(-20deg);
}
.cid-upF43Fftn8 .decor-wrap_2::before {
  content: '';
  position: absolute;
  width: 190px;
  height: 145px;
  bottom: -145px;
  right: -165px;
  background-color: #1d2531;
  transform: skewX(-20deg);
}
.cid-upF43Fftn8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-upF43Fftn8 .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-upF43Fftn8 .container {
    padding: 0 15px;
  }
}
.cid-upF43Fftn8 .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-upF43Fftn8 .image-wrapper {
  position: relative;
}
.cid-upF43Fftn8 .image-wrapper .decor-wrap_1 {
  position: absolute;
  top: -10%;
  right: 38%;
  height: 49%;
  width: 65%;
  background-color: #2d3622;
  transform: skewX(-20deg);
}
@media (max-width: 992px) {
  .cid-upF43Fftn8 .image-wrapper {
    margin-bottom: 40px;
  }
}
.cid-upF43Fftn8 .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 610px;
  width: 610px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1440px) {
  .cid-upF43Fftn8 .image-wrapper img {
    width: 510px;
    height: 510px;
  }
}
@media (max-width: 992px) {
  .cid-upF43Fftn8 .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 768px) {
  .cid-upF43Fftn8 .image-wrapper img {
    width: 250px;
    height: 250px;
  }
}
.cid-upF43Fftn8 .content-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
.cid-upF43Fftn8 .content-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 50px;
  display: inline-flex;
  color: #f7f5f6;
}
.cid-upF43Fftn8 .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 1440px) {
  .cid-upF43Fftn8 .content-wrapper .mbr-text {
    margin-bottom: 30px;
  }
}
.cid-upF43Fftn8 .content-wrapper .item-name {
  margin-bottom: 0;
}
.cid-upF43Fftn8 .content-wrapper .item-role {
  margin-bottom: 0;
}
.cid-upF43Fftn8 .mbr-text {
  color: #f7f5f6;
}
.cid-upF43Fftn8 .item-name {
  color: #000000;
}
.cid-upF43Fftn8 .item-role {
  color: #68707c;
}
.cid-upF43Fftn8 .mbr-text,
.cid-upF43Fftn8 .icon-wrapper {
  color: #000000;
}
.cid-upF43GmYlW {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #2d3622;
}
.cid-upF43GmYlW .titles-section {
  margin-bottom: 40px;
}
.cid-upF43GmYlW .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #231f59;
}
.cid-upF43GmYlW .mbr-section-title {
  color: #6a3649;
}
.cid-upF43GmYlW .mbr-section-subtitle {
  color: #6a3649;
}
.cid-upF43GmYlW .card-text {
  text-align: center;
  color: #4c4a4b;
}
.cid-upF43GmYlW .card .card-title,
.cid-upF43GmYlW .iconfont-wrapper {
  color: #ffffff;
}
.cid-upF43HUtUG {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/dots-1.svg");
  background-repeat: repeat;
  background-size: 30px 30px;
}
@media (max-width: 1000px) {
  .cid-upF43HUtUG {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-upF43HUtUG {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
}
.cid-upF43HUtUG .mbr-section-subtitle {
  text-align: left;
}
.cid-upF43HUtUG .mbr-section-title {
  text-align: left;
}
.cid-upF43HUtUG .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-upF43IWmiH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2d3622;
}
.cid-upF43IWmiH .mbr-fallback-image.disabled {
  display: none;
}
.cid-upF43IWmiH .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-upF43IWmiH .container {
    padding: 0 15px;
  }
}
.cid-upF43IWmiH .row {
  justify-content: space-between;
}
.cid-upF43IWmiH .row .card {
  justify-content: flex-end;
}
.cid-upF43IWmiH .title-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-upF43IWmiH .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-upF43IWmiH .mbr-section-btn {
  margin-bottom: 90px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-upF43IWmiH .mbr-section-btn {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-upF43IWmiH .mbr-section-btn .btn {
  position: relative;
  padding: 0;
  border: none !important;
}
.cid-upF43IWmiH .mbr-section-btn .btn::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: #2d3622;
  transition: all 0.3s ease-in-out;
}
.cid-upF43IWmiH .mbr-section-btn .btn:hover,
.cid-upF43IWmiH .mbr-section-btn .btn:focus {
  padding: 0;
}
.cid-upF43IWmiH .mbr-section-btn .btn:hover::before,
.cid-upF43IWmiH .mbr-section-btn .btn:focus::before {
  width: 0;
}
.cid-upF43IWmiH .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px 40px;
}
@media (max-width: 992px) {
  .cid-upF43IWmiH .items-wrapper {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.cid-upF43IWmiH .items-wrapper .item .item-wrapper .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-bottom: 40px;
  position: relative;
}
.cid-upF43IWmiH .items-wrapper .item .item-wrapper .item-img:hover img,
.cid-upF43IWmiH .items-wrapper .item .item-wrapper .item-img:focus img {
  transform: scale(1.2);
}
.cid-upF43IWmiH .items-wrapper .item .item-wrapper .item-img:hover .icon-wrapper,
.cid-upF43IWmiH .items-wrapper .item .item-wrapper .item-img:focus .icon-wrapper {
  transform: translate(0);
  opacity: 1;
}
.cid-upF43IWmiH .items-wrapper .item .item-wrapper .item-img .icon-wrapper {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 75px;
  height: 75px;
  border-radius: 100%;
  opacity: 0;
  transform: translate(-2rem, 2rem);
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
.cid-upF43IWmiH .items-wrapper .item .item-wrapper .item-img .icon-wrapper::before {
  content: '';
  position: absolute;
  width: 75px;
  height: 75px;
  border-radius: 100%;
  backdrop-filter: blur(5px);
}
.cid-upF43IWmiH .items-wrapper .item .item-wrapper .item-img .icon-wrapper::after {
  content: '';
  position: absolute;
  width: 75px;
  height: 75px;
  border-radius: 100%;
  background-color: #ec111a;
  opacity: .5;
}
.cid-upF43IWmiH .items-wrapper .item .item-wrapper .item-img .icon-wrapper .mbr-iconfont {
  font-size: 30px;
  transform: rotate(-45deg);
  color: #ffffff;
  z-index: 1;
}
.cid-upF43IWmiH .items-wrapper .item .item-wrapper .item-img img {
  height: 620px;
  object-fit: cover;
  transition: all 0.8s ease-in-out;
}
@media (max-width: 992px) {
  .cid-upF43IWmiH .items-wrapper .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-upF43IWmiH .items-wrapper .item .item-wrapper .item-img a {
  width: 100%;
}
.cid-upF43IWmiH .items-wrapper .item .item-wrapper .item-content .date-wrapper {
  margin-bottom: 20px;
}
.cid-upF43IWmiH .items-wrapper .item .item-wrapper .item-content .date-wrapper .date-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-upF43IWmiH .items-wrapper .item .item-wrapper .item-content .date-wrapper .date-wrap .item-date {
  padding-right: 15px;
  border-right: 2px solid #2d3622;
  margin-right: 15px;
  margin-bottom: 0;
}
.cid-upF43IWmiH .items-wrapper .item .item-wrapper .item-content .date-wrapper .date-wrap .item-desc {
  margin-bottom: 0;
}
.cid-upF43IWmiH .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: all 0.3s ease-in-out;
}
.cid-upF43IWmiH .items-wrapper .item .item-wrapper .item-content .item-text:hover,
.cid-upF43IWmiH .items-wrapper .item .item-wrapper .item-content .item-text:focus {
  text-decoration-color: #2d3622;
}
.cid-upF43IWmiH .mbr-section-title {
  color: #2d3622;
}
.cid-upF43IWmiH .item-text {
  color: #2d3622;
}
.cid-upF43IWmiH .item-date {
  color: #2d3622;
}
.cid-upF43IWmiH .item-desc {
  color: #6e88ab;
}
.cid-upF43IWmiH .item-desc,
.cid-upF43IWmiH .date-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-upF43KijcL {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/dots-1.svg");
  background-repeat: repeat;
  background-size: 30px 30px;
}
@media (max-width: 1000px) {
  .cid-upF43KijcL {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-upF43KijcL {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
}
.cid-upF43KijcL .mbr-section-subtitle {
  text-align: left;
}
.cid-upF43KijcL .mbr-section-title {
  text-align: center;
}
.cid-upF43KijcL .mbr-text {
  text-align: left;
}
.cid-upF43LWxRi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2d3622;
}
.cid-upF43LWxRi .mbr-fallback-image.disabled {
  display: none;
}
.cid-upF43LWxRi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upF43LWxRi .video-wrapper iframe {
  width: 100%;
}
.cid-upF43LWxRi .app-video-wrapper::before {
  font-size: 100px;
  line-height: 100px;
  border: 10px solid #ffffff;
  border-radius: 50%;
  padding: 28px 28px 28px 30px;
  top: 45%;
  left: 45%;
}
@media (max-width: 768px) {
  .cid-upF43LWxRi .app-video-wrapper::before {
    font-size: 70px;
    line-height: 70px;
    border: none;
    padding: 0;
    top: 50%;
    left: 50%;
  }
}
.cid-upF43LWxRi .video-block {
  position: relative;
  z-index: 1;
}
.cid-upF43LWxRi .video-block .video-wrapper iframe {
  z-index: 1;
  position: relative;
}
.cid-upF43LWxRi .video-block .image-absolute {
  position: absolute;
  top: -12rem;
  left: -4rem;
  width: 300px;
  height: 450px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-upF43LWxRi .video-block .image-absolute {
    display: none;
  }
}
.cid-upF43NOpbx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-upF43NOpbx .mbr-fallback-image.disabled {
  display: none;
}
.cid-upF43NOpbx .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-upF43NOpbx .container {
    padding: 0 15px;
  }
}
.cid-upF43NOpbx .content-wrapper {
  position: relative;
}
.cid-upF43NOpbx .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-upF43NOpbx .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-upF43NOpbx .content-wrapper .content-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-upF43NOpbx .content-wrapper .content-wrap {
    display: block;
  }
}
.cid-upF43NOpbx .content-wrapper .content-wrap .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-upF43NOpbx .content-wrapper .content-wrap .text-wrapper {
    width: 100%;
    margin-bottom: 60px;
  }
}
.cid-upF43NOpbx .content-wrapper .content-wrap .text-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
.cid-upF43NOpbx .content-wrapper .content-wrap .text-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 50px;
  display: inline-flex;
  color: #68707c;
}
.cid-upF43NOpbx .content-wrapper .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-upF43NOpbx .content-wrapper .content-wrap .image-wrapper {
  position: relative;
  width: 40%;
}
@media (max-width: 992px) {
  .cid-upF43NOpbx .content-wrapper .content-wrap .image-wrapper {
    width: 100%;
  }
}
.cid-upF43NOpbx .content-wrapper .content-wrap .image-wrapper .decor-wrap {
  position: absolute;
  top: -5%;
  left: 0;
  height: 25%;
  width: 65%;
  background-color: #2d3622;
  transform: skewX(-20deg);
}
.cid-upF43NOpbx .content-wrapper .content-wrap .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 660px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-upF43NOpbx .content-wrapper .content-wrap .image-wrapper img {
    height: 350px;
  }
}
.cid-upF43NOpbx .mbr-text {
  color: #f7f5f6;
}
.cid-upF43NOpbx .mbr-section-title {
  color: #000000;
}
.cid-upF43NOpbx .mbr-text,
.cid-upF43NOpbx .icon-wrapper {
  color: #000000;
}
.cid-upF43PQxAK {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #2d3622;
}
.cid-upF43PQxAK .mbr-fallback-image.disabled {
  display: none;
}
.cid-upF43PQxAK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upF43PQxAK .row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-upF43PQxAK img {
    padding: 0 4rem;
  }
}
@media (max-width: 992px) {
  .cid-upF43PQxAK img {
    padding-bottom: 2rem;
  }
}
.cid-upF43PQxAK .row {
  align-items: center;
}
.cid-upF43PQxAK .mbr-section-title {
  color: #ffffff;
}
.cid-upF43PQxAK .mbr-text,
.cid-upF43PQxAK .mbr-section-btn {
  color: #ffffff;
}
.cid-upF43PQxAK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-upF43S3Sus {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/dots-1.svg");
  background-repeat: repeat;
  background-size: 30px 30px;
}
@media (max-width: 1000px) {
  .cid-upF43S3Sus {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-upF43S3Sus {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
}
.cid-upF43S3Sus .mbr-section-subtitle {
  text-align: left;
}
.cid-upF43S3Sus .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-upF43S3Sus .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-upF43TPqjL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-upF43TPqjL .mbr-fallback-image.disabled {
  display: none;
}
.cid-upF43TPqjL .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-upF43TPqjL .container {
    padding: 0 22px;
  }
}
.cid-upF43TPqjL .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-upF43TPqjL .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-upF43TPqjL .image-wrapper img {
  height: 415px;
  border-radius: 0 6rem 0 0 !important;
}
@media (max-width: 992px) {
  .cid-upF43TPqjL .image-wrapper img {
    height: 350px;
  }
}
.cid-upF43TPqjL .mbr-section-title {
  margin-bottom: 16px;
  color: #000000;
}
.cid-upF43TPqjL .panel-group {
  border-bottom: 1px solid #d4d3d3;
}
.cid-upF43TPqjL .panel-group .card {
  border-top: 1px solid #d4d3d3;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
}
.cid-upF43TPqjL .panel-group .card:hover,
.cid-upF43TPqjL .panel-group .card:focus {
  border-top: 1px solid #000000;
}
.cid-upF43TPqjL .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-upF43TPqjL .panel-group .card .card-header .panel-title {
  display: inline-flex;
  padding: 40px 0;
  justify-content: space-between;
  width: 100%;
}
.cid-upF43TPqjL .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-upF43TPqjL .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 25px;
  width: 25px;
  height: 25px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  color: #000000;
  margin-left: 16px;
}
.cid-upF43TPqjL .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  color: #ff5753;
}
.cid-upF43TPqjL .panel-group .card .panel-collapse .panel-body {
  padding: 16px 0 80px;
}
@media (max-width: 992px) {
  .cid-upF43TPqjL .panel-group .card .panel-collapse .panel-body {
    padding: 16px 0 55px;
  }
}
.cid-upF43TPqjL .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-upF43TPqjL .panel-title-edit {
  color: #000000;
}
.cid-upF43TPqjL .panel-text {
  color: #8a8588;
}
.cid-upF43W4E6j {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/dots-1.svg");
  background-repeat: repeat;
  background-size: 30px 30px;
}
@media (max-width: 1000px) {
  .cid-upF43W4E6j {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-upF43W4E6j {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
}
.cid-upF43W4E6j .mbr-section-subtitle {
  text-align: left;
}
.cid-upF43W4E6j .mbr-section-title {
  text-align: center;
}
.cid-upF43W4E6j .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-upF6H8m9wW {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-upF6H8m9wW .mbr-fallback-image.disabled {
  display: none;
}
.cid-upF6H8m9wW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upF6H8m9wW .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-upF6H8m9wW .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-upF6H8m9wW .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-upF6H8m9wW .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-upF6H8m9wW .container {
    padding: 0 14px;
  }
}
.cid-upF6H8m9wW .row {
  justify-content: center;
}
.cid-upF6H8m9wW .title-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-upF6H8m9wW .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-upF6H8m9wW .panel-group .card {
  border-bottom: 1px solid #000000;
  border-radius: 0 !important;
}
.cid-upF6H8m9wW .panel-group .card:first-child {
  border-top: 1px solid #000000;
}
.cid-upF6H8m9wW .panel-group .card .card-header {
  padding: 30px 0;
  border: none;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-upF6H8m9wW .panel-group .card .card-header {
    padding: 16px 0;
  }
}
.cid-upF6H8m9wW .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-upF6H8m9wW .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-upF6H8m9wW .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-upF6H8m9wW .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  font-size: 24px;
  color: #000000;
  transition: all 0.3s ease-in-out;
  margin: 0 8px;
}
.cid-upF6H8m9wW .panel-group .card .panel-collapse .panel-body {
  padding-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-upF6H8m9wW .panel-group .card .panel-collapse .panel-body {
    padding-bottom: 20px;
  }
}
.cid-upF6H8m9wW .panel-group .card .panel-collapse .panel-body .panel-text {
  padding: 5px 0;
  margin-bottom: 0;
}
.cid-upF6H8m9wW .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-upF6H8m9wW .panel-title {
  color: #01004c;
}
.cid-upF6H8m9wW .panel-text {
  color: #000000;
}
.cid-upF6H8m9wW .panel-title-edit {
  color: #000000;
}
.cid-upF43YSWbo {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background: #ffffff;
}
.cid-upF43YSWbo .mbr-fallback-image.disabled {
  display: none;
}
.cid-upF43YSWbo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upF43YSWbo .card-wrapper {
  border: 1px solid #e10a14;
}
.cid-upF43YSWbo .google-map {
  height: 30rem;
  position: relative;
}
.cid-upF43YSWbo .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-upF43YSWbo .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-upF43YSWbo .google-map[data-state] {
  background: #e9e5dc;
}
.cid-upF43YSWbo .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-upF43YSWbo .content-head {
  max-width: 800px;
}
.cid-upF43YSWbo .mbr-section-title {
  color: #000000;
}
.cid-upF441pw12 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2d3622;
}
.cid-upF441pw12 .mbr-fallback-image.disabled {
  display: none;
}
.cid-upF441pw12 .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-upF441pw12 .container {
    padding: 0 15px;
  }
}
.cid-upF441pw12 .content-wrapper {
  display: grid;
  grid-template-columns: 30% 50% 20%;
}
@media (max-width: 992px) {
  .cid-upF441pw12 .content-wrapper {
    display: block;
  }
}
.cid-upF441pw12 .content-wrapper .list-wrapper,
.cid-upF441pw12 .content-wrapper .nav-wrapper {
  margin-bottom: 130px;
}
@media (max-width: 992px) {
  .cid-upF441pw12 .content-wrapper .list-wrapper,
  .cid-upF441pw12 .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-upF441pw12 .content-wrapper .list-wrapper .mbr-section-subtitle,
.cid-upF441pw12 .content-wrapper .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-upF441pw12 .content-wrapper .list-wrapper .list,
.cid-upF441pw12 .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-upF441pw12 .content-wrapper .list-wrapper .list .item-wrap,
.cid-upF441pw12 .content-wrapper .nav-wrapper .list .item-wrap {
  cursor: pointer;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
  width: fit-content;
}
.cid-upF441pw12 .content-wrapper .list-wrapper .list .item-wrap:hover::before,
.cid-upF441pw12 .content-wrapper .nav-wrapper .list .item-wrap:hover::before,
.cid-upF441pw12 .content-wrapper .list-wrapper .list .item-wrap:focus::before,
.cid-upF441pw12 .content-wrapper .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-upF441pw12 .content-wrapper .list-wrapper .list .item-wrap::before,
.cid-upF441pw12 .content-wrapper .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: #131c28;
  transition: all 0.3s ease-in-out;
}
.cid-upF441pw12 .content-wrapper .contacts-wrapper {
  margin-bottom: 130px;
}
@media (max-width: 992px) {
  .cid-upF441pw12 .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-upF441pw12 .content-wrapper .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-upF441pw12 .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-upF441pw12 .content-wrapper .contacts-wrapper .list .item-wrap {
  cursor: pointer;
  margin-bottom: 10px;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-upF441pw12 .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-upF441pw12 .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #ec111a;
}
.cid-upF441pw12 .copy-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  display: block;
}
@media (max-width: 992px) {
  .cid-upF441pw12 .copy-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-upF441pw12 .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-upF441pw12 .copy-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-upF441pw12 .copy-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-upF441pw12 .copy-wrapper .title-wrapper .title-wrap img {
  width: 30px;
  height: 30px;
  border-radius: 100% !important;
  object-fit: contain;
  margin-right: 5px;
}
.cid-upF441pw12 .copy-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-upF441pw12 .mbr-section-title {
  color: #131c28;
}
.cid-upF441pw12 .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-upF441pw12 .list {
  color: #131c28;
}
.cid-upF441pw12 .mbr-copy {
  color: #ffffff;
}
.cid-upF441pw12 .list,
.cid-upF441pw12 .item-wrap,
.cid-upF441pw12 .list-wrapper {
  color: #ffffff;
}
.cid-upF7304bKt {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-upF7304bKt .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-upF7304bKt .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-upF7304bKt .navbar-logo {
  align-items: center;
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-upF7304bKt .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-upF7304bKt .wrapper {
  width: 100%;
  display: flex;
  max-width: 1620px;
  margin: auto;
}
.cid-upF7304bKt .rr-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-upF7304bKt .rr-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-upF7304bKt .rr-brand .navbar-caption {
  line-height: 1.2 !important;
}
.cid-upF7304bKt .rr-brand .navbar-logo a {
  outline: none;
}
.cid-upF7304bKt .navbar-caption-wrap {
  align-items: center;
}
.cid-upF7304bKt .navbar-caption {
  line-height: 1.2 !important;
  padding-left: 1rem;
  padding-right: .5rem;
}
.cid-upF7304bKt .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-upF7304bKt .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
  top: -2px;
}
.cid-upF7304bKt .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-upF7304bKt .navbar-nav .nav-item .nav-link:hover {
  color: #e10a14 !important;
}
.cid-upF7304bKt .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-upF7304bKt .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-upF7304bKt .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-upF7304bKt .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-upF7304bKt .navbar-nav {
    padding-left: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-upF7304bKt .navbar-nav {
    align-items: center;
  }
}
.cid-upF7304bKt .nav-link {
  width: fit-content;
  position: relative;
}
@media (max-width: 767px) {
  .cid-upF7304bKt .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-upF7304bKt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-upF7304bKt .container-fluid {
  display: flex;
  height: fit-content;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #515b45;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-upF7304bKt .container-fluid {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-upF7304bKt .container-fluid {
    height: 72px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-upF7304bKt .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-upF7304bKt .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 0px !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
  background: #515b45;
}
.cid-upF7304bKt .nav-item:focus,
.cid-upF7304bKt .nav-link:focus {
  outline: none;
}
.cid-upF7304bKt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-upF7304bKt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-upF7304bKt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-upF7304bKt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-upF7304bKt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-upF7304bKt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-upF7304bKt .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  top: -2px;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-upF7304bKt .navbar.opened {
  transition: all 0.3s;
}
.cid-upF7304bKt .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-upF7304bKt .navbar .navbar-logo img {
  width: auto;
}
.cid-upF7304bKt .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-upF7304bKt .navbar.collapsed {
  justify-content: center;
}
.cid-upF7304bKt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-upF7304bKt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-upF7304bKt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.7rem);
  }
}
.cid-upF7304bKt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-upF7304bKt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-upF7304bKt .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-upF7304bKt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-upF7304bKt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-upF7304bKt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-upF7304bKt .navbar {
    min-height: 72px;
  }
  .cid-upF7304bKt .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-upF7304bKt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-upF7304bKt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-upF7304bKt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-upF7304bKt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-upF7304bKt .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-upF7304bKt .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-upF7304bKt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-upF7304bKt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-upF7304bKt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-upF7304bKt .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-upF7304bKt .dropdown-item.active,
.cid-upF7304bKt .dropdown-item:active {
  background-color: transparent;
}
.cid-upF7304bKt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-upF7304bKt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-upF7304bKt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-upF7304bKt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #515b45;
  margin-right: 10px;
}
.cid-upF7304bKt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  transform: none;
  top: -12px;
}
.cid-upF7304bKt .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-upF7304bKt ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-upF7304bKt .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-upF7304bKt .navbar-buttons {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .cid-upF7304bKt .navbar-buttons {
    text-align: center;
  }
}
.cid-upF7304bKt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-upF7304bKt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-upF7304bKt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-upF7304bKt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upF7304bKt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upF7304bKt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-upF7304bKt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upF7304bKt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-upF7304bKt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-upF7304bKt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upF7304bKt .navbar-dropdown {
  padding: 0 1rem;
}
.cid-upF7304bKt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-upF7304bKt .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-upF7304bKt .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-upF7304bKt .navbar {
    height: 70px;
  }
  .cid-upF7304bKt .navbar.opened {
    height: auto;
  }
  .cid-upF7304bKt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-upF7304bKt .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-upF7304bKt .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-upF7304bKt .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-upF7304bKt .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-upF7304bKt .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-upF7304bKt .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-upF7304bKt .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-upF7304bKt .navbar-brand {
    margin-right: auto;
  }
  .cid-upF7304bKt .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #515b45;
    backdrop-filter: blur(8px);
  }
  .cid-upF7304bKt .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-upF7304bKt .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-upF7304bKt .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-upF7304bKt .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-upF7304bKt .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-upF7304bKt .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-upF7304bKt .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-upF7304bKt .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-upF7304bKt .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-upF7304bKt .navbar-collapse {
    padding: 1rem;
  }
}
.cid-upF7325gZ1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/istock-1028430324-scaled.webp");
}
.cid-upF7325gZ1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-upF7325gZ1 .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-upF7325gZ1 .container {
    padding: 0 15px;
  }
}
.cid-upF7325gZ1 .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-upF7325gZ1 .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-upF7325gZ1 .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-upF7325gZ1 .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-upF7325gZ1 .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-upF7325gZ1 .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-upF7325gZ1 .mbr-section-title {
  color: #131c28;
}
.cid-upF7325gZ1 .mbr-desc {
  color: #131c28;
}
.cid-upF7337nHa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-upF7337nHa .mbr-fallback-image.disabled {
  display: none;
}
.cid-upF7337nHa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upF7337nHa .tabl-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.cid-upF7337nHa .item-container {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  padding: 10px 0;
}
.cid-upF7337nHa .frame-item {
  width: 40px;
  height: 1px;
  margin-right: 20px;
  background-color: #45494e;
}
.cid-upF7337nHa .card-text {
  color: #000000;
  flex-grow: 1;
}
.cid-upF7344cmG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2d3622;
}
.cid-upF7344cmG blockquote {
  border-color: #ffffff;
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-upF7344cmG .mbr-text {
  color: #000000;
}
.cid-upF734SUcx {
  padding-top: 9rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-upF734SUcx .decor-wrap_2 {
  position: absolute;
  top: 12%;
  right: 82%;
  width: 1600px;
  height: 460px;
  background-color: #1d2531;
  transform: skewX(-20deg);
}
.cid-upF734SUcx .decor-wrap_2::before {
  content: '';
  position: absolute;
  width: 190px;
  height: 145px;
  bottom: -145px;
  right: -165px;
  background-color: #1d2531;
  transform: skewX(-20deg);
}
.cid-upF734SUcx .mbr-fallback-image.disabled {
  display: none;
}
.cid-upF734SUcx .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-upF734SUcx .container {
    padding: 0 15px;
  }
}
.cid-upF734SUcx .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-upF734SUcx .image-wrapper {
  position: relative;
}
.cid-upF734SUcx .image-wrapper .decor-wrap_1 {
  position: absolute;
  top: -10%;
  right: 38%;
  height: 49%;
  width: 65%;
  background-color: #2d3622;
  transform: skewX(-20deg);
}
@media (max-width: 992px) {
  .cid-upF734SUcx .image-wrapper {
    margin-bottom: 40px;
  }
}
.cid-upF734SUcx .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 610px;
  width: 610px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1440px) {
  .cid-upF734SUcx .image-wrapper img {
    width: 510px;
    height: 510px;
  }
}
@media (max-width: 992px) {
  .cid-upF734SUcx .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 768px) {
  .cid-upF734SUcx .image-wrapper img {
    width: 250px;
    height: 250px;
  }
}
.cid-upF734SUcx .content-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
.cid-upF734SUcx .content-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 50px;
  display: inline-flex;
  color: #f7f5f6;
}
.cid-upF734SUcx .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 1440px) {
  .cid-upF734SUcx .content-wrapper .mbr-text {
    margin-bottom: 30px;
  }
}
.cid-upF734SUcx .content-wrapper .item-name {
  margin-bottom: 0;
}
.cid-upF734SUcx .content-wrapper .item-role {
  margin-bottom: 0;
}
.cid-upF734SUcx .mbr-text {
  color: #f7f5f6;
}
.cid-upF734SUcx .item-name {
  color: #000000;
}
.cid-upF734SUcx .item-role {
  color: #68707c;
}
.cid-upF734SUcx .mbr-text,
.cid-upF734SUcx .icon-wrapper {
  color: #000000;
}
.cid-upF735Q06P {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #2d3622;
}
.cid-upF735Q06P .titles-section {
  margin-bottom: 40px;
}
.cid-upF735Q06P .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #231f59;
}
.cid-upF735Q06P .mbr-section-title {
  color: #6a3649;
}
.cid-upF735Q06P .mbr-section-subtitle {
  color: #6a3649;
}
.cid-upF735Q06P .card-text {
  text-align: center;
  color: #4c4a4b;
}
.cid-upF735Q06P .card .card-title,
.cid-upF735Q06P .iconfont-wrapper {
  color: #ffffff;
}
.cid-upF737uKSi {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/dots-1.svg");
  background-repeat: repeat;
  background-size: 30px 30px;
}
@media (max-width: 1000px) {
  .cid-upF737uKSi {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-upF737uKSi {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
}
.cid-upF737uKSi .mbr-section-subtitle {
  text-align: left;
}
.cid-upF737uKSi .mbr-section-title {
  text-align: left;
}
.cid-upF737uKSi .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-upF738nvFk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2d3622;
}
.cid-upF738nvFk .mbr-fallback-image.disabled {
  display: none;
}
.cid-upF738nvFk .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-upF738nvFk .container {
    padding: 0 15px;
  }
}
.cid-upF738nvFk .row {
  justify-content: space-between;
}
.cid-upF738nvFk .row .card {
  justify-content: flex-end;
}
.cid-upF738nvFk .title-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-upF738nvFk .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-upF738nvFk .mbr-section-btn {
  margin-bottom: 90px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-upF738nvFk .mbr-section-btn {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-upF738nvFk .mbr-section-btn .btn {
  position: relative;
  padding: 0;
  border: none !important;
}
.cid-upF738nvFk .mbr-section-btn .btn::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: #2d3622;
  transition: all 0.3s ease-in-out;
}
.cid-upF738nvFk .mbr-section-btn .btn:hover,
.cid-upF738nvFk .mbr-section-btn .btn:focus {
  padding: 0;
}
.cid-upF738nvFk .mbr-section-btn .btn:hover::before,
.cid-upF738nvFk .mbr-section-btn .btn:focus::before {
  width: 0;
}
.cid-upF738nvFk .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px 40px;
}
@media (max-width: 992px) {
  .cid-upF738nvFk .items-wrapper {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.cid-upF738nvFk .items-wrapper .item .item-wrapper .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-bottom: 40px;
  position: relative;
}
.cid-upF738nvFk .items-wrapper .item .item-wrapper .item-img:hover img,
.cid-upF738nvFk .items-wrapper .item .item-wrapper .item-img:focus img {
  transform: scale(1.2);
}
.cid-upF738nvFk .items-wrapper .item .item-wrapper .item-img:hover .icon-wrapper,
.cid-upF738nvFk .items-wrapper .item .item-wrapper .item-img:focus .icon-wrapper {
  transform: translate(0);
  opacity: 1;
}
.cid-upF738nvFk .items-wrapper .item .item-wrapper .item-img .icon-wrapper {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 75px;
  height: 75px;
  border-radius: 100%;
  opacity: 0;
  transform: translate(-2rem, 2rem);
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
.cid-upF738nvFk .items-wrapper .item .item-wrapper .item-img .icon-wrapper::before {
  content: '';
  position: absolute;
  width: 75px;
  height: 75px;
  border-radius: 100%;
  backdrop-filter: blur(5px);
}
.cid-upF738nvFk .items-wrapper .item .item-wrapper .item-img .icon-wrapper::after {
  content: '';
  position: absolute;
  width: 75px;
  height: 75px;
  border-radius: 100%;
  background-color: #ec111a;
  opacity: .5;
}
.cid-upF738nvFk .items-wrapper .item .item-wrapper .item-img .icon-wrapper .mbr-iconfont {
  font-size: 30px;
  transform: rotate(-45deg);
  color: #ffffff;
  z-index: 1;
}
.cid-upF738nvFk .items-wrapper .item .item-wrapper .item-img img {
  height: 620px;
  object-fit: cover;
  transition: all 0.8s ease-in-out;
}
@media (max-width: 992px) {
  .cid-upF738nvFk .items-wrapper .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-upF738nvFk .items-wrapper .item .item-wrapper .item-img a {
  width: 100%;
}
.cid-upF738nvFk .items-wrapper .item .item-wrapper .item-content .date-wrapper {
  margin-bottom: 20px;
}
.cid-upF738nvFk .items-wrapper .item .item-wrapper .item-content .date-wrapper .date-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-upF738nvFk .items-wrapper .item .item-wrapper .item-content .date-wrapper .date-wrap .item-date {
  padding-right: 15px;
  border-right: 2px solid #2d3622;
  margin-right: 15px;
  margin-bottom: 0;
}
.cid-upF738nvFk .items-wrapper .item .item-wrapper .item-content .date-wrapper .date-wrap .item-desc {
  margin-bottom: 0;
}
.cid-upF738nvFk .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: all 0.3s ease-in-out;
}
.cid-upF738nvFk .items-wrapper .item .item-wrapper .item-content .item-text:hover,
.cid-upF738nvFk .items-wrapper .item .item-wrapper .item-content .item-text:focus {
  text-decoration-color: #2d3622;
}
.cid-upF738nvFk .mbr-section-title {
  color: #2d3622;
}
.cid-upF738nvFk .item-text {
  color: #2d3622;
}
.cid-upF738nvFk .item-date {
  color: #2d3622;
}
.cid-upF738nvFk .item-desc {
  color: #6e88ab;
}
.cid-upF738nvFk .item-desc,
.cid-upF738nvFk .date-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-upF739xEIs {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/dots-1.svg");
  background-repeat: repeat;
  background-size: 30px 30px;
}
@media (max-width: 1000px) {
  .cid-upF739xEIs {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-upF739xEIs {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
}
.cid-upF739xEIs .mbr-section-subtitle {
  text-align: left;
}
.cid-upF739xEIs .mbr-section-title {
  text-align: center;
}
.cid-upF739xEIs .mbr-text {
  text-align: left;
}
.cid-upF73atxY0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2d3622;
}
.cid-upF73atxY0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-upF73atxY0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upF73atxY0 .video-wrapper iframe {
  width: 100%;
}
.cid-upF73atxY0 .app-video-wrapper::before {
  font-size: 100px;
  line-height: 100px;
  border: 10px solid #ffffff;
  border-radius: 50%;
  padding: 28px 28px 28px 30px;
  top: 45%;
  left: 45%;
}
@media (max-width: 768px) {
  .cid-upF73atxY0 .app-video-wrapper::before {
    font-size: 70px;
    line-height: 70px;
    border: none;
    padding: 0;
    top: 50%;
    left: 50%;
  }
}
.cid-upF73atxY0 .video-block {
  position: relative;
  z-index: 1;
}
.cid-upF73atxY0 .video-block .video-wrapper iframe {
  z-index: 1;
  position: relative;
}
.cid-upF73atxY0 .video-block .image-absolute {
  position: absolute;
  top: -12rem;
  left: -4rem;
  width: 300px;
  height: 450px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-upF73atxY0 .video-block .image-absolute {
    display: none;
  }
}
.cid-upF73bodim {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-upF73bodim .mbr-fallback-image.disabled {
  display: none;
}
.cid-upF73bodim .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-upF73bodim .container {
    padding: 0 15px;
  }
}
.cid-upF73bodim .content-wrapper {
  position: relative;
}
.cid-upF73bodim .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-upF73bodim .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-upF73bodim .content-wrapper .content-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-upF73bodim .content-wrapper .content-wrap {
    display: block;
  }
}
.cid-upF73bodim .content-wrapper .content-wrap .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-upF73bodim .content-wrapper .content-wrap .text-wrapper {
    width: 100%;
    margin-bottom: 60px;
  }
}
.cid-upF73bodim .content-wrapper .content-wrap .text-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
.cid-upF73bodim .content-wrapper .content-wrap .text-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 50px;
  display: inline-flex;
  color: #68707c;
}
.cid-upF73bodim .content-wrapper .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-upF73bodim .content-wrapper .content-wrap .image-wrapper {
  position: relative;
  width: 40%;
}
@media (max-width: 992px) {
  .cid-upF73bodim .content-wrapper .content-wrap .image-wrapper {
    width: 100%;
  }
}
.cid-upF73bodim .content-wrapper .content-wrap .image-wrapper .decor-wrap {
  position: absolute;
  top: -5%;
  left: 0;
  height: 25%;
  width: 65%;
  background-color: #2d3622;
  transform: skewX(-20deg);
}
.cid-upF73bodim .content-wrapper .content-wrap .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 660px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-upF73bodim .content-wrapper .content-wrap .image-wrapper img {
    height: 350px;
  }
}
.cid-upF73bodim .mbr-text {
  color: #f7f5f6;
}
.cid-upF73bodim .mbr-section-title {
  color: #000000;
}
.cid-upF73bodim .mbr-text,
.cid-upF73bodim .icon-wrapper {
  color: #000000;
}
.cid-upF73ctCWZ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #2d3622;
}
.cid-upF73ctCWZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-upF73ctCWZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upF73ctCWZ .row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-upF73ctCWZ img {
    padding: 0 4rem;
  }
}
@media (max-width: 992px) {
  .cid-upF73ctCWZ img {
    padding-bottom: 2rem;
  }
}
.cid-upF73ctCWZ .row {
  align-items: center;
}
.cid-upF73ctCWZ .mbr-section-title {
  color: #ffffff;
}
.cid-upF73ctCWZ .mbr-text,
.cid-upF73ctCWZ .mbr-section-btn {
  color: #ffffff;
}
.cid-upF73ctCWZ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-upF73dvptf {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/dots-1.svg");
  background-repeat: repeat;
  background-size: 30px 30px;
}
@media (max-width: 1000px) {
  .cid-upF73dvptf {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-upF73dvptf {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
}
.cid-upF73dvptf .mbr-section-subtitle {
  text-align: left;
}
.cid-upF73dvptf .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-upF73dvptf .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-upF73evmDg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-upF73evmDg .mbr-fallback-image.disabled {
  display: none;
}
.cid-upF73evmDg .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-upF73evmDg .container {
    padding: 0 22px;
  }
}
.cid-upF73evmDg .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-upF73evmDg .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-upF73evmDg .image-wrapper img {
  height: 415px;
  border-radius: 0 6rem 0 0 !important;
}
@media (max-width: 992px) {
  .cid-upF73evmDg .image-wrapper img {
    height: 350px;
  }
}
.cid-upF73evmDg .mbr-section-title {
  margin-bottom: 16px;
  color: #000000;
}
.cid-upF73evmDg .panel-group {
  border-bottom: 1px solid #d4d3d3;
}
.cid-upF73evmDg .panel-group .card {
  border-top: 1px solid #d4d3d3;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
}
.cid-upF73evmDg .panel-group .card:hover,
.cid-upF73evmDg .panel-group .card:focus {
  border-top: 1px solid #000000;
}
.cid-upF73evmDg .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-upF73evmDg .panel-group .card .card-header .panel-title {
  display: inline-flex;
  padding: 40px 0;
  justify-content: space-between;
  width: 100%;
}
.cid-upF73evmDg .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-upF73evmDg .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 25px;
  width: 25px;
  height: 25px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  color: #000000;
  margin-left: 16px;
}
.cid-upF73evmDg .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  color: #ff5753;
}
.cid-upF73evmDg .panel-group .card .panel-collapse .panel-body {
  padding: 16px 0 80px;
}
@media (max-width: 992px) {
  .cid-upF73evmDg .panel-group .card .panel-collapse .panel-body {
    padding: 16px 0 55px;
  }
}
.cid-upF73evmDg .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-upF73evmDg .panel-title-edit {
  color: #000000;
}
.cid-upF73evmDg .panel-text {
  color: #8a8588;
}
.cid-upF73g6K1c {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/dots-1.svg");
  background-repeat: repeat;
  background-size: 30px 30px;
}
@media (max-width: 1000px) {
  .cid-upF73g6K1c {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-upF73g6K1c {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
}
.cid-upF73g6K1c .mbr-section-subtitle {
  text-align: left;
}
.cid-upF73g6K1c .mbr-section-title {
  text-align: center;
}
.cid-upF73g6K1c .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-upF73hg9bq {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-upF73hg9bq .mbr-fallback-image.disabled {
  display: none;
}
.cid-upF73hg9bq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upF73hg9bq .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-upF73hg9bq .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-upF73hg9bq .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-upF73hg9bq .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-upF73hg9bq .container {
    padding: 0 14px;
  }
}
.cid-upF73hg9bq .row {
  justify-content: center;
}
.cid-upF73hg9bq .title-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-upF73hg9bq .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-upF73hg9bq .panel-group .card {
  border-bottom: 1px solid #000000;
  border-radius: 0 !important;
}
.cid-upF73hg9bq .panel-group .card:first-child {
  border-top: 1px solid #000000;
}
.cid-upF73hg9bq .panel-group .card .card-header {
  padding: 30px 0;
  border: none;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-upF73hg9bq .panel-group .card .card-header {
    padding: 16px 0;
  }
}
.cid-upF73hg9bq .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-upF73hg9bq .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-upF73hg9bq .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-upF73hg9bq .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  font-size: 24px;
  color: #000000;
  transition: all 0.3s ease-in-out;
  margin: 0 8px;
}
.cid-upF73hg9bq .panel-group .card .panel-collapse .panel-body {
  padding-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-upF73hg9bq .panel-group .card .panel-collapse .panel-body {
    padding-bottom: 20px;
  }
}
.cid-upF73hg9bq .panel-group .card .panel-collapse .panel-body .panel-text {
  padding: 5px 0;
  margin-bottom: 0;
}
.cid-upF73hg9bq .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-upF73hg9bq .panel-title {
  color: #01004c;
}
.cid-upF73hg9bq .panel-text {
  color: #000000;
}
.cid-upF73hg9bq .panel-title-edit {
  color: #000000;
}
.cid-upF73jmO1j {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background: #ffffff;
}
.cid-upF73jmO1j .mbr-fallback-image.disabled {
  display: none;
}
.cid-upF73jmO1j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upF73jmO1j .card-wrapper {
  border: 1px solid #e10a14;
}
.cid-upF73jmO1j .google-map {
  height: 30rem;
  position: relative;
}
.cid-upF73jmO1j .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-upF73jmO1j .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-upF73jmO1j .google-map[data-state] {
  background: #e9e5dc;
}
.cid-upF73jmO1j .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-upF73jmO1j .content-head {
  max-width: 800px;
}
.cid-upF73jmO1j .mbr-section-title {
  color: #000000;
}
.cid-upF73lhYwE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2d3622;
}
.cid-upF73lhYwE .mbr-fallback-image.disabled {
  display: none;
}
.cid-upF73lhYwE .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-upF73lhYwE .container {
    padding: 0 15px;
  }
}
.cid-upF73lhYwE .content-wrapper {
  display: grid;
  grid-template-columns: 30% 50% 20%;
}
@media (max-width: 992px) {
  .cid-upF73lhYwE .content-wrapper {
    display: block;
  }
}
.cid-upF73lhYwE .content-wrapper .list-wrapper,
.cid-upF73lhYwE .content-wrapper .nav-wrapper {
  margin-bottom: 130px;
}
@media (max-width: 992px) {
  .cid-upF73lhYwE .content-wrapper .list-wrapper,
  .cid-upF73lhYwE .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-upF73lhYwE .content-wrapper .list-wrapper .mbr-section-subtitle,
.cid-upF73lhYwE .content-wrapper .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-upF73lhYwE .content-wrapper .list-wrapper .list,
.cid-upF73lhYwE .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-upF73lhYwE .content-wrapper .list-wrapper .list .item-wrap,
.cid-upF73lhYwE .content-wrapper .nav-wrapper .list .item-wrap {
  cursor: pointer;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
  width: fit-content;
}
.cid-upF73lhYwE .content-wrapper .list-wrapper .list .item-wrap:hover::before,
.cid-upF73lhYwE .content-wrapper .nav-wrapper .list .item-wrap:hover::before,
.cid-upF73lhYwE .content-wrapper .list-wrapper .list .item-wrap:focus::before,
.cid-upF73lhYwE .content-wrapper .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-upF73lhYwE .content-wrapper .list-wrapper .list .item-wrap::before,
.cid-upF73lhYwE .content-wrapper .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: #131c28;
  transition: all 0.3s ease-in-out;
}
.cid-upF73lhYwE .content-wrapper .contacts-wrapper {
  margin-bottom: 130px;
}
@media (max-width: 992px) {
  .cid-upF73lhYwE .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-upF73lhYwE .content-wrapper .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-upF73lhYwE .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-upF73lhYwE .content-wrapper .contacts-wrapper .list .item-wrap {
  cursor: pointer;
  margin-bottom: 10px;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-upF73lhYwE .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-upF73lhYwE .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #ec111a;
}
.cid-upF73lhYwE .copy-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  display: block;
}
@media (max-width: 992px) {
  .cid-upF73lhYwE .copy-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-upF73lhYwE .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-upF73lhYwE .copy-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-upF73lhYwE .copy-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-upF73lhYwE .copy-wrapper .title-wrapper .title-wrap img {
  width: 30px;
  height: 30px;
  border-radius: 100% !important;
  object-fit: contain;
  margin-right: 5px;
}
.cid-upF73lhYwE .copy-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-upF73lhYwE .mbr-section-title {
  color: #131c28;
}
.cid-upF73lhYwE .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-upF73lhYwE .list {
  color: #131c28;
}
.cid-upF73lhYwE .mbr-copy {
  color: #ffffff;
}
.cid-upF73lhYwE .list,
.cid-upF73lhYwE .item-wrap,
.cid-upF73lhYwE .list-wrapper {
  color: #ffffff;
}
.cid-upFfdGvd80 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-upFfdGvd80 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-upFfdGvd80 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-upFfdGvd80 .navbar-logo {
  align-items: center;
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-upFfdGvd80 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-upFfdGvd80 .wrapper {
  width: 100%;
  display: flex;
  max-width: 1620px;
  margin: auto;
}
.cid-upFfdGvd80 .rr-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-upFfdGvd80 .rr-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-upFfdGvd80 .rr-brand .navbar-caption {
  line-height: 1.2 !important;
}
.cid-upFfdGvd80 .rr-brand .navbar-logo a {
  outline: none;
}
.cid-upFfdGvd80 .navbar-caption-wrap {
  align-items: center;
}
.cid-upFfdGvd80 .navbar-caption {
  line-height: 1.2 !important;
  padding-left: 1rem;
  padding-right: .5rem;
}
.cid-upFfdGvd80 .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-upFfdGvd80 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
  top: -2px;
}
.cid-upFfdGvd80 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-upFfdGvd80 .navbar-nav .nav-item .nav-link:hover {
  color: #e10a14 !important;
}
.cid-upFfdGvd80 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-upFfdGvd80 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-upFfdGvd80 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-upFfdGvd80 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-upFfdGvd80 .navbar-nav {
    padding-left: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-upFfdGvd80 .navbar-nav {
    align-items: center;
  }
}
.cid-upFfdGvd80 .nav-link {
  width: fit-content;
  position: relative;
}
@media (max-width: 767px) {
  .cid-upFfdGvd80 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-upFfdGvd80 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-upFfdGvd80 .container-fluid {
  display: flex;
  height: fit-content;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #515b45;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-upFfdGvd80 .container-fluid {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-upFfdGvd80 .container-fluid {
    height: 72px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-upFfdGvd80 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-upFfdGvd80 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 0px !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
  background: #515b45;
}
.cid-upFfdGvd80 .nav-item:focus,
.cid-upFfdGvd80 .nav-link:focus {
  outline: none;
}
.cid-upFfdGvd80 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-upFfdGvd80 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-upFfdGvd80 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-upFfdGvd80 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-upFfdGvd80 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-upFfdGvd80 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-upFfdGvd80 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  top: -2px;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-upFfdGvd80 .navbar.opened {
  transition: all 0.3s;
}
.cid-upFfdGvd80 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-upFfdGvd80 .navbar .navbar-logo img {
  width: auto;
}
.cid-upFfdGvd80 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-upFfdGvd80 .navbar.collapsed {
  justify-content: center;
}
.cid-upFfdGvd80 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-upFfdGvd80 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-upFfdGvd80 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.7rem);
  }
}
.cid-upFfdGvd80 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-upFfdGvd80 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-upFfdGvd80 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-upFfdGvd80 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-upFfdGvd80 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-upFfdGvd80 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-upFfdGvd80 .navbar {
    min-height: 72px;
  }
  .cid-upFfdGvd80 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-upFfdGvd80 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-upFfdGvd80 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-upFfdGvd80 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-upFfdGvd80 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-upFfdGvd80 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-upFfdGvd80 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-upFfdGvd80 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-upFfdGvd80 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-upFfdGvd80 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-upFfdGvd80 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-upFfdGvd80 .dropdown-item.active,
.cid-upFfdGvd80 .dropdown-item:active {
  background-color: transparent;
}
.cid-upFfdGvd80 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-upFfdGvd80 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-upFfdGvd80 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-upFfdGvd80 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #515b45;
  margin-right: 10px;
}
.cid-upFfdGvd80 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  transform: none;
  top: -12px;
}
.cid-upFfdGvd80 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-upFfdGvd80 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-upFfdGvd80 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-upFfdGvd80 .navbar-buttons {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .cid-upFfdGvd80 .navbar-buttons {
    text-align: center;
  }
}
.cid-upFfdGvd80 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-upFfdGvd80 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-upFfdGvd80 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-upFfdGvd80 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upFfdGvd80 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upFfdGvd80 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-upFfdGvd80 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upFfdGvd80 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-upFfdGvd80 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-upFfdGvd80 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upFfdGvd80 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-upFfdGvd80 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-upFfdGvd80 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-upFfdGvd80 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-upFfdGvd80 .navbar {
    height: 70px;
  }
  .cid-upFfdGvd80 .navbar.opened {
    height: auto;
  }
  .cid-upFfdGvd80 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-upFfdGvd80 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-upFfdGvd80 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-upFfdGvd80 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-upFfdGvd80 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-upFfdGvd80 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-upFfdGvd80 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-upFfdGvd80 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-upFfdGvd80 .navbar-brand {
    margin-right: auto;
  }
  .cid-upFfdGvd80 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #515b45;
    backdrop-filter: blur(8px);
  }
  .cid-upFfdGvd80 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-upFfdGvd80 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-upFfdGvd80 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-upFfdGvd80 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-upFfdGvd80 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-upFfdGvd80 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-upFfdGvd80 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-upFfdGvd80 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-upFfdGvd80 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-upFfdGvd80 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-upFfdIM434 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/7-differences-between-an-air-freight-forwarder-and-an-ocean-freight-forwarder-1200x675.jpg");
}
.cid-upFfdIM434 .mbr-fallback-image.disabled {
  display: none;
}
.cid-upFfdIM434 .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-upFfdIM434 .container {
    padding: 0 15px;
  }
}
.cid-upFfdIM434 .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-upFfdIM434 .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-upFfdIM434 .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-upFfdIM434 .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-upFfdIM434 .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-upFfdIM434 .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-upFfdIM434 .mbr-section-title {
  color: #131c28;
}
.cid-upFfdIM434 .mbr-desc {
  color: #131c28;
}
.cid-upFfdK5XAE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-upFfdK5XAE .mbr-fallback-image.disabled {
  display: none;
}
.cid-upFfdK5XAE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upFfdK5XAE .tabl-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.cid-upFfdK5XAE .item-container {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  padding: 10px 0;
}
.cid-upFfdK5XAE .frame-item {
  width: 40px;
  height: 1px;
  margin-right: 20px;
  background-color: #45494e;
}
.cid-upFfdK5XAE .card-text {
  color: #000000;
  flex-grow: 1;
}
.cid-upFfdLki03 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2d3622;
}
.cid-upFfdLki03 blockquote {
  border-color: #ffffff;
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-upFfdLki03 .mbr-text {
  color: #000000;
}
.cid-upFfdMmtdm {
  padding-top: 9rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-upFfdMmtdm .decor-wrap_2 {
  position: absolute;
  top: 12%;
  right: 82%;
  width: 1600px;
  height: 460px;
  background-color: #1d2531;
  transform: skewX(-20deg);
}
.cid-upFfdMmtdm .decor-wrap_2::before {
  content: '';
  position: absolute;
  width: 190px;
  height: 145px;
  bottom: -145px;
  right: -165px;
  background-color: #1d2531;
  transform: skewX(-20deg);
}
.cid-upFfdMmtdm .mbr-fallback-image.disabled {
  display: none;
}
.cid-upFfdMmtdm .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-upFfdMmtdm .container {
    padding: 0 15px;
  }
}
.cid-upFfdMmtdm .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-upFfdMmtdm .image-wrapper {
  position: relative;
}
.cid-upFfdMmtdm .image-wrapper .decor-wrap_1 {
  position: absolute;
  top: -10%;
  right: 38%;
  height: 49%;
  width: 65%;
  background-color: #2d3622;
  transform: skewX(-20deg);
}
@media (max-width: 992px) {
  .cid-upFfdMmtdm .image-wrapper {
    margin-bottom: 40px;
  }
}
.cid-upFfdMmtdm .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 610px;
  width: 610px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1440px) {
  .cid-upFfdMmtdm .image-wrapper img {
    width: 510px;
    height: 510px;
  }
}
@media (max-width: 992px) {
  .cid-upFfdMmtdm .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 768px) {
  .cid-upFfdMmtdm .image-wrapper img {
    width: 250px;
    height: 250px;
  }
}
.cid-upFfdMmtdm .content-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
.cid-upFfdMmtdm .content-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 50px;
  display: inline-flex;
  color: #f7f5f6;
}
.cid-upFfdMmtdm .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 1440px) {
  .cid-upFfdMmtdm .content-wrapper .mbr-text {
    margin-bottom: 30px;
  }
}
.cid-upFfdMmtdm .content-wrapper .item-name {
  margin-bottom: 0;
}
.cid-upFfdMmtdm .content-wrapper .item-role {
  margin-bottom: 0;
}
.cid-upFfdMmtdm .mbr-text {
  color: #f7f5f6;
}
.cid-upFfdMmtdm .item-name {
  color: #000000;
}
.cid-upFfdMmtdm .item-role {
  color: #68707c;
}
.cid-upFfdMmtdm .mbr-text,
.cid-upFfdMmtdm .icon-wrapper {
  color: #000000;
}
.cid-upFfdNy45h {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #2d3622;
}
.cid-upFfdNy45h .titles-section {
  margin-bottom: 40px;
}
.cid-upFfdNy45h .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #231f59;
}
.cid-upFfdNy45h .mbr-section-title {
  color: #6a3649;
}
.cid-upFfdNy45h .mbr-section-subtitle {
  color: #6a3649;
}
.cid-upFfdNy45h .card-text {
  text-align: center;
  color: #4c4a4b;
}
.cid-upFfdNy45h .card .card-title,
.cid-upFfdNy45h .iconfont-wrapper {
  color: #ffffff;
}
.cid-upFfdPmxw8 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/dots-1.svg");
  background-repeat: repeat;
  background-size: 30px 30px;
}
@media (max-width: 1000px) {
  .cid-upFfdPmxw8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-upFfdPmxw8 {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
}
.cid-upFfdPmxw8 .mbr-section-subtitle {
  text-align: left;
}
.cid-upFfdPmxw8 .mbr-section-title {
  text-align: left;
}
.cid-upFfdPmxw8 .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-upFfdQx8io {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2d3622;
}
.cid-upFfdQx8io .mbr-fallback-image.disabled {
  display: none;
}
.cid-upFfdQx8io .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-upFfdQx8io .container {
    padding: 0 15px;
  }
}
.cid-upFfdQx8io .row {
  justify-content: space-between;
}
.cid-upFfdQx8io .row .card {
  justify-content: flex-end;
}
.cid-upFfdQx8io .title-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-upFfdQx8io .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-upFfdQx8io .mbr-section-btn {
  margin-bottom: 90px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-upFfdQx8io .mbr-section-btn {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-upFfdQx8io .mbr-section-btn .btn {
  position: relative;
  padding: 0;
  border: none !important;
}
.cid-upFfdQx8io .mbr-section-btn .btn::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: #2d3622;
  transition: all 0.3s ease-in-out;
}
.cid-upFfdQx8io .mbr-section-btn .btn:hover,
.cid-upFfdQx8io .mbr-section-btn .btn:focus {
  padding: 0;
}
.cid-upFfdQx8io .mbr-section-btn .btn:hover::before,
.cid-upFfdQx8io .mbr-section-btn .btn:focus::before {
  width: 0;
}
.cid-upFfdQx8io .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px 40px;
}
@media (max-width: 992px) {
  .cid-upFfdQx8io .items-wrapper {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.cid-upFfdQx8io .items-wrapper .item .item-wrapper .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-bottom: 40px;
  position: relative;
}
.cid-upFfdQx8io .items-wrapper .item .item-wrapper .item-img:hover img,
.cid-upFfdQx8io .items-wrapper .item .item-wrapper .item-img:focus img {
  transform: scale(1.2);
}
.cid-upFfdQx8io .items-wrapper .item .item-wrapper .item-img:hover .icon-wrapper,
.cid-upFfdQx8io .items-wrapper .item .item-wrapper .item-img:focus .icon-wrapper {
  transform: translate(0);
  opacity: 1;
}
.cid-upFfdQx8io .items-wrapper .item .item-wrapper .item-img .icon-wrapper {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 75px;
  height: 75px;
  border-radius: 100%;
  opacity: 0;
  transform: translate(-2rem, 2rem);
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
.cid-upFfdQx8io .items-wrapper .item .item-wrapper .item-img .icon-wrapper::before {
  content: '';
  position: absolute;
  width: 75px;
  height: 75px;
  border-radius: 100%;
  backdrop-filter: blur(5px);
}
.cid-upFfdQx8io .items-wrapper .item .item-wrapper .item-img .icon-wrapper::after {
  content: '';
  position: absolute;
  width: 75px;
  height: 75px;
  border-radius: 100%;
  background-color: #ec111a;
  opacity: .5;
}
.cid-upFfdQx8io .items-wrapper .item .item-wrapper .item-img .icon-wrapper .mbr-iconfont {
  font-size: 30px;
  transform: rotate(-45deg);
  color: #ffffff;
  z-index: 1;
}
.cid-upFfdQx8io .items-wrapper .item .item-wrapper .item-img img {
  height: 620px;
  object-fit: cover;
  transition: all 0.8s ease-in-out;
}
@media (max-width: 992px) {
  .cid-upFfdQx8io .items-wrapper .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-upFfdQx8io .items-wrapper .item .item-wrapper .item-img a {
  width: 100%;
}
.cid-upFfdQx8io .items-wrapper .item .item-wrapper .item-content .date-wrapper {
  margin-bottom: 20px;
}
.cid-upFfdQx8io .items-wrapper .item .item-wrapper .item-content .date-wrapper .date-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-upFfdQx8io .items-wrapper .item .item-wrapper .item-content .date-wrapper .date-wrap .item-date {
  padding-right: 15px;
  border-right: 2px solid #2d3622;
  margin-right: 15px;
  margin-bottom: 0;
}
.cid-upFfdQx8io .items-wrapper .item .item-wrapper .item-content .date-wrapper .date-wrap .item-desc {
  margin-bottom: 0;
}
.cid-upFfdQx8io .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: all 0.3s ease-in-out;
}
.cid-upFfdQx8io .items-wrapper .item .item-wrapper .item-content .item-text:hover,
.cid-upFfdQx8io .items-wrapper .item .item-wrapper .item-content .item-text:focus {
  text-decoration-color: #2d3622;
}
.cid-upFfdQx8io .mbr-section-title {
  color: #2d3622;
}
.cid-upFfdQx8io .item-text {
  color: #2d3622;
}
.cid-upFfdQx8io .item-date {
  color: #2d3622;
}
.cid-upFfdQx8io .item-desc {
  color: #6e88ab;
}
.cid-upFfdQx8io .item-desc,
.cid-upFfdQx8io .date-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-upFfdS7cXv {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/dots-1.svg");
  background-repeat: repeat;
  background-size: 30px 30px;
}
@media (max-width: 1000px) {
  .cid-upFfdS7cXv {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-upFfdS7cXv {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
}
.cid-upFfdS7cXv .mbr-section-subtitle {
  text-align: left;
}
.cid-upFfdS7cXv .mbr-section-title {
  text-align: center;
}
.cid-upFfdS7cXv .mbr-text {
  text-align: left;
}
.cid-upFfdTv8U0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2d3622;
}
.cid-upFfdTv8U0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-upFfdTv8U0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upFfdTv8U0 .video-wrapper iframe {
  width: 100%;
}
.cid-upFfdTv8U0 .app-video-wrapper::before {
  font-size: 100px;
  line-height: 100px;
  border: 10px solid #ffffff;
  border-radius: 50%;
  padding: 28px 28px 28px 30px;
  top: 45%;
  left: 45%;
}
@media (max-width: 768px) {
  .cid-upFfdTv8U0 .app-video-wrapper::before {
    font-size: 70px;
    line-height: 70px;
    border: none;
    padding: 0;
    top: 50%;
    left: 50%;
  }
}
.cid-upFfdTv8U0 .video-block {
  position: relative;
  z-index: 1;
}
.cid-upFfdTv8U0 .video-block .video-wrapper iframe {
  z-index: 1;
  position: relative;
}
.cid-upFfdTv8U0 .video-block .image-absolute {
  position: absolute;
  top: -12rem;
  left: -4rem;
  width: 300px;
  height: 450px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-upFfdTv8U0 .video-block .image-absolute {
    display: none;
  }
}
.cid-upFfdUReHy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-upFfdUReHy .mbr-fallback-image.disabled {
  display: none;
}
.cid-upFfdUReHy .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-upFfdUReHy .container {
    padding: 0 15px;
  }
}
.cid-upFfdUReHy .content-wrapper {
  position: relative;
}
.cid-upFfdUReHy .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-upFfdUReHy .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-upFfdUReHy .content-wrapper .content-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-upFfdUReHy .content-wrapper .content-wrap {
    display: block;
  }
}
.cid-upFfdUReHy .content-wrapper .content-wrap .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-upFfdUReHy .content-wrapper .content-wrap .text-wrapper {
    width: 100%;
    margin-bottom: 60px;
  }
}
.cid-upFfdUReHy .content-wrapper .content-wrap .text-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
.cid-upFfdUReHy .content-wrapper .content-wrap .text-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 50px;
  display: inline-flex;
  color: #68707c;
}
.cid-upFfdUReHy .content-wrapper .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-upFfdUReHy .content-wrapper .content-wrap .image-wrapper {
  position: relative;
  width: 40%;
}
@media (max-width: 992px) {
  .cid-upFfdUReHy .content-wrapper .content-wrap .image-wrapper {
    width: 100%;
  }
}
.cid-upFfdUReHy .content-wrapper .content-wrap .image-wrapper .decor-wrap {
  position: absolute;
  top: -5%;
  left: 0;
  height: 25%;
  width: 65%;
  background-color: #2d3622;
  transform: skewX(-20deg);
}
.cid-upFfdUReHy .content-wrapper .content-wrap .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 660px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-upFfdUReHy .content-wrapper .content-wrap .image-wrapper img {
    height: 350px;
  }
}
.cid-upFfdUReHy .mbr-text {
  color: #f7f5f6;
}
.cid-upFfdUReHy .mbr-section-title {
  color: #000000;
}
.cid-upFfdUReHy .mbr-text,
.cid-upFfdUReHy .icon-wrapper {
  color: #000000;
}
.cid-upFfdWdaEc {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #2d3622;
}
.cid-upFfdWdaEc .mbr-fallback-image.disabled {
  display: none;
}
.cid-upFfdWdaEc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upFfdWdaEc .row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-upFfdWdaEc img {
    padding: 0 4rem;
  }
}
@media (max-width: 992px) {
  .cid-upFfdWdaEc img {
    padding-bottom: 2rem;
  }
}
.cid-upFfdWdaEc .row {
  align-items: center;
}
.cid-upFfdWdaEc .mbr-section-title {
  color: #ffffff;
}
.cid-upFfdWdaEc .mbr-text,
.cid-upFfdWdaEc .mbr-section-btn {
  color: #ffffff;
}
.cid-upFfdWdaEc .mbr-section-subtitle {
  color: #ffffff;
}
.cid-upFfdXHfr0 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/dots-1.svg");
  background-repeat: repeat;
  background-size: 30px 30px;
}
@media (max-width: 1000px) {
  .cid-upFfdXHfr0 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-upFfdXHfr0 {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
}
.cid-upFfdXHfr0 .mbr-section-subtitle {
  text-align: left;
}
.cid-upFfdXHfr0 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-upFfdXHfr0 .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-upFfdZ4I67 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-upFfdZ4I67 .mbr-fallback-image.disabled {
  display: none;
}
.cid-upFfdZ4I67 .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-upFfdZ4I67 .container {
    padding: 0 22px;
  }
}
.cid-upFfdZ4I67 .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-upFfdZ4I67 .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-upFfdZ4I67 .image-wrapper img {
  height: 415px;
  border-radius: 0 6rem 0 0 !important;
}
@media (max-width: 992px) {
  .cid-upFfdZ4I67 .image-wrapper img {
    height: 350px;
  }
}
.cid-upFfdZ4I67 .mbr-section-title {
  margin-bottom: 16px;
  color: #000000;
}
.cid-upFfdZ4I67 .panel-group {
  border-bottom: 1px solid #d4d3d3;
}
.cid-upFfdZ4I67 .panel-group .card {
  border-top: 1px solid #d4d3d3;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
}
.cid-upFfdZ4I67 .panel-group .card:hover,
.cid-upFfdZ4I67 .panel-group .card:focus {
  border-top: 1px solid #000000;
}
.cid-upFfdZ4I67 .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-upFfdZ4I67 .panel-group .card .card-header .panel-title {
  display: inline-flex;
  padding: 40px 0;
  justify-content: space-between;
  width: 100%;
}
.cid-upFfdZ4I67 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-upFfdZ4I67 .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 25px;
  width: 25px;
  height: 25px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  color: #000000;
  margin-left: 16px;
}
.cid-upFfdZ4I67 .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  color: #ff5753;
}
.cid-upFfdZ4I67 .panel-group .card .panel-collapse .panel-body {
  padding: 16px 0 80px;
}
@media (max-width: 992px) {
  .cid-upFfdZ4I67 .panel-group .card .panel-collapse .panel-body {
    padding: 16px 0 55px;
  }
}
.cid-upFfdZ4I67 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-upFfdZ4I67 .panel-title-edit {
  color: #000000;
}
.cid-upFfdZ4I67 .panel-text {
  color: #8a8588;
}
.cid-upFfe0MAlS {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/dots-1.svg");
  background-repeat: repeat;
  background-size: 30px 30px;
}
@media (max-width: 1000px) {
  .cid-upFfe0MAlS {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-upFfe0MAlS {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
}
.cid-upFfe0MAlS .mbr-section-subtitle {
  text-align: left;
}
.cid-upFfe0MAlS .mbr-section-title {
  text-align: center;
}
.cid-upFfe0MAlS .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-upFfe29ErX {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-upFfe29ErX .mbr-fallback-image.disabled {
  display: none;
}
.cid-upFfe29ErX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upFfe29ErX .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-upFfe29ErX .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-upFfe29ErX .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-upFfe29ErX .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-upFfe29ErX .container {
    padding: 0 14px;
  }
}
.cid-upFfe29ErX .row {
  justify-content: center;
}
.cid-upFfe29ErX .title-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-upFfe29ErX .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-upFfe29ErX .panel-group .card {
  border-bottom: 1px solid #000000;
  border-radius: 0 !important;
}
.cid-upFfe29ErX .panel-group .card:first-child {
  border-top: 1px solid #000000;
}
.cid-upFfe29ErX .panel-group .card .card-header {
  padding: 30px 0;
  border: none;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-upFfe29ErX .panel-group .card .card-header {
    padding: 16px 0;
  }
}
.cid-upFfe29ErX .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-upFfe29ErX .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-upFfe29ErX .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-upFfe29ErX .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  font-size: 24px;
  color: #000000;
  transition: all 0.3s ease-in-out;
  margin: 0 8px;
}
.cid-upFfe29ErX .panel-group .card .panel-collapse .panel-body {
  padding-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-upFfe29ErX .panel-group .card .panel-collapse .panel-body {
    padding-bottom: 20px;
  }
}
.cid-upFfe29ErX .panel-group .card .panel-collapse .panel-body .panel-text {
  padding: 5px 0;
  margin-bottom: 0;
}
.cid-upFfe29ErX .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-upFfe29ErX .panel-title {
  color: #01004c;
}
.cid-upFfe29ErX .panel-text {
  color: #000000;
}
.cid-upFfe29ErX .panel-title-edit {
  color: #000000;
}
.cid-upFfe3N3XU {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background: #ffffff;
}
.cid-upFfe3N3XU .mbr-fallback-image.disabled {
  display: none;
}
.cid-upFfe3N3XU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upFfe3N3XU .card-wrapper {
  border: 1px solid #e10a14;
}
.cid-upFfe3N3XU .google-map {
  height: 30rem;
  position: relative;
}
.cid-upFfe3N3XU .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-upFfe3N3XU .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-upFfe3N3XU .google-map[data-state] {
  background: #e9e5dc;
}
.cid-upFfe3N3XU .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-upFfe3N3XU .content-head {
  max-width: 800px;
}
.cid-upFfe3N3XU .mbr-section-title {
  color: #000000;
}
.cid-upFfe5iXqN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2d3622;
}
.cid-upFfe5iXqN .mbr-fallback-image.disabled {
  display: none;
}
.cid-upFfe5iXqN .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-upFfe5iXqN .container {
    padding: 0 15px;
  }
}
.cid-upFfe5iXqN .content-wrapper {
  display: grid;
  grid-template-columns: 30% 50% 20%;
}
@media (max-width: 992px) {
  .cid-upFfe5iXqN .content-wrapper {
    display: block;
  }
}
.cid-upFfe5iXqN .content-wrapper .list-wrapper,
.cid-upFfe5iXqN .content-wrapper .nav-wrapper {
  margin-bottom: 130px;
}
@media (max-width: 992px) {
  .cid-upFfe5iXqN .content-wrapper .list-wrapper,
  .cid-upFfe5iXqN .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-upFfe5iXqN .content-wrapper .list-wrapper .mbr-section-subtitle,
.cid-upFfe5iXqN .content-wrapper .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-upFfe5iXqN .content-wrapper .list-wrapper .list,
.cid-upFfe5iXqN .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-upFfe5iXqN .content-wrapper .list-wrapper .list .item-wrap,
.cid-upFfe5iXqN .content-wrapper .nav-wrapper .list .item-wrap {
  cursor: pointer;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
  width: fit-content;
}
.cid-upFfe5iXqN .content-wrapper .list-wrapper .list .item-wrap:hover::before,
.cid-upFfe5iXqN .content-wrapper .nav-wrapper .list .item-wrap:hover::before,
.cid-upFfe5iXqN .content-wrapper .list-wrapper .list .item-wrap:focus::before,
.cid-upFfe5iXqN .content-wrapper .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-upFfe5iXqN .content-wrapper .list-wrapper .list .item-wrap::before,
.cid-upFfe5iXqN .content-wrapper .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: #131c28;
  transition: all 0.3s ease-in-out;
}
.cid-upFfe5iXqN .content-wrapper .contacts-wrapper {
  margin-bottom: 130px;
}
@media (max-width: 992px) {
  .cid-upFfe5iXqN .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-upFfe5iXqN .content-wrapper .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-upFfe5iXqN .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-upFfe5iXqN .content-wrapper .contacts-wrapper .list .item-wrap {
  cursor: pointer;
  margin-bottom: 10px;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-upFfe5iXqN .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-upFfe5iXqN .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #ec111a;
}
.cid-upFfe5iXqN .copy-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  display: block;
}
@media (max-width: 992px) {
  .cid-upFfe5iXqN .copy-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-upFfe5iXqN .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-upFfe5iXqN .copy-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-upFfe5iXqN .copy-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-upFfe5iXqN .copy-wrapper .title-wrapper .title-wrap img {
  width: 30px;
  height: 30px;
  border-radius: 100% !important;
  object-fit: contain;
  margin-right: 5px;
}
.cid-upFfe5iXqN .copy-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-upFfe5iXqN .mbr-section-title {
  color: #131c28;
}
.cid-upFfe5iXqN .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-upFfe5iXqN .list {
  color: #131c28;
}
.cid-upFfe5iXqN .mbr-copy {
  color: #ffffff;
}
.cid-upFfe5iXqN .list,
.cid-upFfe5iXqN .item-wrap,
.cid-upFfe5iXqN .list-wrapper {
  color: #ffffff;
}
